/* @override
	http://ceramicaelias.dev/assets/css/style.css
	http://ceramicaelias.dev/assets/css/style.css?v=1.1 */

@font-face {
  font-family: 'Montserrat';
  font-weight: bold;
  src: url('../fonts/Montserrat-Bold.eot');
  src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Montserrat-Bold.woff') format('woff'),
       url('../fonts/Montserrat-Bold.ttf') format('truetype'),
       url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
}

@font-face {
  font-family: 'Montserrat';
  font-weight: normal;
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Montserrat-Regular.woff') format('woff'),
       url('../fonts/Montserrat-Regular.ttf') format('truetype'),
       url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'Montserrat';
    font-weight: normal;
    src: url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
  }

  @font-face {
    font-family: 'Montserrat';
    font-weight: bold;
    src: url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
  }
}

/* @group General */

body {
  background-image: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-position: 0 -400px;

  color: #5e5e5e;

  background-size: cover;
  font-family: sans-serif;
  margin: 0;
  padding: 0;
}

ul.unstyled {
  list-style:none;
  margin: 0;
  padding: 0;
}

ul.unstyled ul {
  list-style:none;
  margin: 0;
  padding: 0;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

.container {
  width: 800px;
  margin: 0 auto;
}

.content p {
	line-height: 1.3em;
}

.row {
	/*clear: both;*/
	clear: left;
}

.row .col {
	float: left;
	vertical-align: top;
}

.row .col img {
	max-width: 100%;
}

.row .col7 {
	width: 14.28%;
}

.row .col6 {
	width: 16.66%;
}

.row .col5 {
	width: 20%;
}

.row .col4 {
	width: 25%;
}

.row .col2 {
	width: 50%;
}

.row .col3 {
	width: 33.333333%;
}

.alert {
  padding:20px;
  background: #f2f2f2;
  border:1px solid #ccc;
  margin-bottom: 1em;
}

.alert.warning {
  background:rgb(255, 251, 211);
  border-color:rgb(255, 224, 143);
}

.alert.success {
  background:rgb(226, 255, 196);
  border-color:rgb(131, 194, 132);
}

/* @end */

form label {
	display: block;
	color: #5B5B5B;

	font-size: 14px;
	margin-bottom: 10px;
}

form input,
form textarea {
	display: block;

	border: 1px solid #ccc;
	width: 231px;
	padding: 12px 11px;
	font-size: 14px;

	margin-bottom: 15px;
}

form button {
	display: block;

	border: none;

	width: 255px;
	padding: 12px 11px;
	font-size: 14px;
	text-align: left;
	background-color: #d7d8d7;
	color: #4b4b4b;
}

form .customSelect {
	width: 231px;
	padding: 12px 11px;
	border: 1px solid #ccc;
	font-size: 14px;

	margin-bottom: 15px;

	background: url(../img/form-select.png) no-repeat 93% 50%;
}

/* @group Header */

#header {
	width: 50%;
	left: -265px;
	float: left;
	position: relative;
}

#header .content {
  background: rgba(255, 255, 255, .85);
  width: 185px;
  padding: 15px;
  padding-top: 45px;
  /*margin-top: 30px;*/
  float: right;
}

.home #header .content {
	margin-top: 0;
	padding-top: 45px;
}

#header .brand {
	width: 175px;
	height: 163px;
	background: url(../img/header-logo.png);
	display: block;
	text-indent: -999px;
}

#header a {
	color: #3D3D3D;
	text-decoration: none;
}

#header .title {
	color: #3D3D3D;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 24px;
	margin: 25px 0 10px 0;
}

#header nav ul {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 30px;
}

#header nav ul li {
	margin-bottom: 10px;
}

#header nav ul ul {
	font-family: Garamond, serif;
	line-height: 26px;
	text-transform: none;
}

#header nav ul ul li {
	border: none;
	margin: 0;
}

#header nav span {
	font-family: Palatino;
	font-style: italic;
}

#header hr {
	border: none;
	height: 1px;
	background: #C2C2C2;
	margin: 15px 0 20px 0;
}

#header .catalogs {
	color: #3D3D3D;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	margin: 0px 0 5px 0;
	display: block;
}

#language {
	text-align: right;
}

#language a {
	display: inline-block;
	color: black;
	text-decoration: none;
	text-transform: lowercase;
	font-family: Garamond, serif;
	font-size: 14px;

	padding-left: 13px;
	margin-left: 7px;
	background-position: left 50%;
	background-repeat: no-repeat;
}

#language a.active {
	text-decoration: underline;
}

#language a.ca {
	background-image: url(../img/lan-ca.png);
}

#language a.es {
	background-image: url(../img/lan-es.png);
}

#language a.en {
	background-image: url(../img/lan-en.png);
}

/* @end */

/* @group Main */

#main-content {
	position: relative;
	margin-left: 50%;
	left: -235px;
	margin-right: -235px;


	padding-left: 30px;
	padding-top: 15px;

	background: white;
}

#main-content .content {
  width: 685px;
}

#main-content h1 {
	font-family: Garamond;
	font-weight: normal;
	font-size: 40px;
}

#main-content h2 {
	font-family: Garamond;
	font-weight: normal;
	font-size: 1.3em;
}

#main-content nav ul {
	font-size: 0;
	margin-top: 40px;
	padding-bottom: 30px;
}

#main-content nav li {
	display: inline-block;
	vertical-align: top;
}

#main-content nav li a {
	display: block;

	color: #3D3D3D;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	width: 150px;

}

#main-content nav li.active a {
	color: #aaaaaa;
}

#main-content nav li.about a {
	width: 110px;
}

#main-content nav li.laying a {
	width: 130px;
}

#main-content nav li.blog a {
	width: 60px;
}


#main-content nav li.contact a {
	width: 80px;
		text-align: right;
}

#main-content nav ul li ul {
	position: absolute;
	margin-left: -20px;
	top: 0;
	opacity: 0;
	padding: 0;

	z-index: 9999;

	border: 1px solid #ccc;

	-webkit-transition: all .2s ease-in-out 0s;
}

#main-content nav ul li:hover ul {
	top: 70px;
	opacity: 1;
}

#main-content nav ul li ul:after, #main-content nav ul li ul:before {
	bottom: 100%;
	left: 20%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#main-content nav ul li ul:after {
	border-bottom-color: #f9f9f9;
	border-width: 10px;
	margin-left: -10px;
}
#main-content nav ul li ul:before {
	border-bottom-color: #ccc;
	border-width: 11px;
	margin-left: -11px;
}

#main-content nav ul li ul li {
	display: block;
}

#main-content nav ul li ul li a {
	display: block;
	background: #f9f9f9;
	padding: 20px 0px 20px 20px;
}

/* @end */

/* @group Home */

.home #main-content {
	background: rgba(255,255,255,.85);
	left: -265px;
	margin-right: -265px;
	padding-left: 60px;
}

#home-container {
	position: relative;
	margin-left: 50%;
	left: -150px;
	margin-right: -150px;


	padding-left: 30px;
	margin-top: 140px;
}

#home-container .content {
	width: 530px;
}

/* @end */

/* @group Blog */

.blog .page-title {
	font-family: Garamond, serif;
	font-size: 37px;
	font-weight: normal;
	margin-bottom: 40px;
}

.blog-post {
	margin-bottom: 60px;
}

.blog-post h2 {
	font-family: Garamond, serif;
	font-size: 57px;
	font-weight: normal;
	margin: 0;
}

.blog-post .meta {
	font-family: Garamond, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 20px;
}

.blog-post img {
	max-width: 100%;
}

.blog-post .content {
	font-size: 14px;
	line-height: 1.3em;
}

/* @end */

/* @group Contact */

.contact .left {
	width: 255px;
	float: left;
}

.contact .right {
	width: 270px;
	float: right;

	color: #5B5B5B;

	line-height: 1.3em;
}

.contact .right .skype {
	background: url(../img/contact-skype.png) no-repeat 0 50%;
	padding: 8px 30px;
}

.contact #main-content {
	z-index: 10;
	position: relative;
	background: rgba(255, 255, 255, .85);
}

.contact .map-content {
	margin-top: -140px;
	padding-bottom: 30px;

	z-index: 0 !important;
	background: white !important;
}

.contact #map h1 {
	margin-top: -80px;

	z-index: 99;
	position: relative;
}

.contact #map-google {
	position: relative;
	left: -30px;
	margin-right: -30px;
	top: -15px;

	background: tan;
	height: 500px;
}

.contact .content.form {
	margin-top: 50px;
}

/* @end */

/* @group Categories */

.cat-list {

}

.cat-list .item {
	display: inline;
	font-size: 0px;
	width: 247px;
	height: 247px;
}

.cat-list .item a {
	width: 247px;
	height: 247px;
	display: inline-block;
	vertical-align: top;

	margin-right: 35px;
	margin-bottom: 35px;
}

.cat-list .item:nth-child(2n) a {
	margin-right: 0;
}

.cat-list .item img {
	width: 247px;
	height: 247px;
}

.cat-list .item .name {
	display: none;
}

/* @end */

/* @group Ecologia */

.ecologia .content {
	padding-bottom: 80px;
}

.ecologia h2 {
	margin-top: 40px;
}

.ecologia .row {
	clear: right;
}

.ecologia .row .left {
	float: left;
	width: 20%;
}

.ecologia .row .right {
	float: right;
	width: 80%;
}

.ecologia .row .right .title {
	font-weight: bold;
	font-size: 18px;
}

/* @end */

/* @group About */

.about .content {
	padding-bottom: 80px;
}

.about .content img {
	width: 100%;
}

/* @end */

.slider { position: relative; overflow: hidden; height: 600px !important; }
.slider ul { margin: 0;padding: 0; }
.slider li { list-style: none; }
.slider ul li { float: left; }

.slider-caption {
	margin-top: 5px;
	font-size: 12px;
}


.unslider-arrow { display: none; }

.product-content {
	padding-bottom: 80px;
}

.product-content .description {
	margin: 40px 0;
	line-height: 1.3em;
}

.product-content .header {
	color: white;
	position: relative;
	margin: 0;
	margin-left: -30px;
	padding: 0;
	font-size: 0;

	overflow: hidden;
}

.product-content .header .title {
	background: url(../img/product/header-shadow.png);
	width: 370px;
	height: 141px;
	position: absolute;
	/*bottom: 0;*/
	top:0;
	left: 0;
	z-index: 101;
}

.product-content .header h1 {
	position: absolute;
	left: 30px;
	top: 30px;
	z-index: 99;
	margin: 0;

	background-repeat: no-repeat;

	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

.product-content .header .next {
	/*display: block;*/
	z-index: 101;
	width: 36px;
	height: 36px;
	position: absolute;
	background: url(../img/product/product-next.png);
	bottom: 15px;
	margin-top: -22px;
	left: 70px;

	-webkit-transition:background .2s ease-in-out;
	-moz-transition:background .2s ease-in-out;
	-ms-transition:background .2s ease-in-out;
	-o-transition:background .2s ease-in-out;
	transition:background .2s ease-in-out;
}

.product-content .header .prev {
	/*display: block;*/
	z-index: 101;
	width: 36px;
	height: 36px;
	position: absolute;
	background: url(../img/product/product-prev.png);
	bottom: 15px;
	left: 30px;

	-webkit-transition:background .2s ease-in-out;
	-moz-transition:background .2s ease-in-out;
	-ms-transition:background .2s ease-in-out;
	-o-transition:background .2s ease-in-out;
	transition:background .2s ease-in-out;
}

.product-content .header .slider,
.product-content .header .slider ul,
.product-content .header .slider li {
	/*height: 298px;*/
}

.product-content .header .slider li {
	height: 600px !important;
}

.product-content .header .slider li img {
	max-height: 100% !important;
}

.product-content.empuries .header h1 {
	background-image: url(../img/product/titles/empuries.png);
	width: 224px;
	height: 32px;
}

.product-content.provenca .header h1 {
	background-image: url(../img/product/titles/provenca.png);
	width: 227px;
	height: 41px;
}

.product-content.milenium .header h1 {
	background-image: url(../img/product/titles/milenium.png);
	width: 217px;
	height: 32px;
}

.product-content.rodes .header h1 {
	background-image: url(../img/product/titles/rodes.png);
	width: 145px;
	height: 32px;
}

.product-content.mecanico .header h1 {
	background-image: url(../img/product/titles/mecanico.png);
	width: 219px;
	height: 32px;
}

.product-content.cotto .header h1 {
	background-image: url(../img/product/titles/cotto-del-sol.png);
	width: 329px;
	height: 32px;
}

.product-content.masia .header h1 {
	background-image: url(../img/product/titles/masia.png);
	width: 136px;
	height: 32px;
}

.product-content.manual .header h1 {
	background-image: url(../img/product/titles/manual.png);
	width: 178px;
	height: 32px;
}

.product-content.esmaltes .header h1 {
	background-image: url(../img/product/titles/esmaltes.png);
	width: 225px;
	height: 32px;
}

.product-content.garden .header h1 {
	background-image: url(../img/product/titles/garden.png);
	width: 175px;
	height: 32px;
}

.product-content.technik .header h1 {
	background-image: url(../img/product/titles/technik.png);
	width: 195px;
	height: 32px;
}

.product-content.hospitality .header h1 {
	background-image: url(../img/product/titles/hospitality.png);
	width: 295px;
	height: 32px;
}

.product-content.construccion .header h1 {
	background-image: url(../img/product/titles/construccion.png);
	width: 335px;
	height: 32px;
}

.product-content .content .slider,
.product-content .content .slider ul,
.product-content .content .slider li {
	/*height: 253px;*/

	padding-bottom: 0px !important;
	margin-bottom: 0 !important;
}

.product-content .content .slider li {
	height: 600px !important;
}

.product-content .content .slider li img {
	max-height: 100% !important;
}

.product-content .content .slider-container {
	position: relative;
	margin-bottom: 40px;
}

.product-content .content .next {
	/*display: block;*/
	z-index: 101;
	width: 25px;
	height: 45px;
	background: url(../img/product/slider-next-dark.png?v=1);
	position: absolute;
	top: 50%;
	margin-top: -22px;
	left: 635px;
	text-indent: -999px;
	overflow: hidden;

	-webkit-transition:background .2s ease-in-out;
	-moz-transition:background .2s ease-in-out;
	-ms-transition:background .2s ease-in-out;
	-o-transition:background .2s ease-in-out;
	transition:background .2s ease-in-out;
}

.product-content .content .prev {
	/*display: block;*/
	z-index: 101;
	width: 25px;
	height: 45px;
	background: url(../img/product/slider-prev-dark.png?v=1);
position: absolute;
	top: 50%;
	margin-top: -22px;
	left: 20px;
	text-indent: -999px;
	overflow: hidden;

	-webkit-transition:background .2s ease-in-out;
	-moz-transition:background .2s ease-in-out;
	-ms-transition:background .2s ease-in-out;
	-o-transition:background .2s ease-in-out;
	transition:background .2s ease-in-out;
}

.product-content .content .next.background--light {
	background: url(../img/product/slider-next-dark.png?v=1);
}

.product-content .content .prev.background--light {
	background: url(../img/product/slider-prev-dark.png?v=1);
}

.product-content h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin-top: 0;
}

.product-content .row .col {
	margin-bottom: 30px !important;
}

.product-content .row .col .img {
	vertical-align: bottom;
	height: 90px;
	position: relative;
}

.product-content .row .col .img img {
	bottom: 0;
	position: absolute;
	display: block;
}

.product-content .row .col .text {
	margin-top: 20px;
	width: 80%;
	font-size: 12px;
	text-align: center;
}

.product-content .row .col .text h5 {
	margin: 0;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.product-content .paletizacion {
	margin-top: 40px;
}

.product-content .paletizacion img {
	float: left;
	margin-right: 30px;
}

.product-content .paletizacion p {
	line-height: 1.3emem;
	float: right;
	width: 500px;
	margin-top: 0;
}

.product-content .mides .col {
	font-size: 12px;
}

.treatments .content p+ol {
	line-height: 1.6em;
}

.treatments .content p+ul {
	line-height: 1.6em;
}

.treatments .content p+ul li {
	margin-bottom: 1.2em;
}

.treatments #main-content {
	padding-bottom: 60px;
}

.laying #main-content {
	padding-bottom: 60px;
}

/* @group Footer */

#footer {
  clear: both;
  left: 0;
  right: 0;
  margin: 30px;
  padding: 30px;

  background: rgba(255, 255, 255, .85);
  /*min-width: 740px;*/
}

#footer .container {
	width: auto;
	max-width: 960px;
}

#footer .brand {
	width: 131px;
	height: 122px;
	display: block;
	background: url(../img/footer-logo.png) no-repeat;
	text-indent: -999px;
	overflow: hidden;

	float: left;
}

#footer nav ul {
	float: left;
	font-family: Garamond, serif;
}

#footer nav ul li a {
	text-decoration: none;
	font-size: 14px;
	line-height: 22px;
	color: #525252;
	margin-left: 30px;
}

#footer #contact {
	float: right;
	text-align: right;
	color: #525252;
	font-size: 12px;
	line-height: 1.6em;
}

#footer #contact p {
	margin: 0;
}

#footer #contact .title {
	text-transform: uppercase;
	font-weight: bold;
}

#footer #contact p.tel {
	margin-top: 1em;
}

#footer .social {
	margin-top: 10px;
}

#footer .social a {
	display: inline-block;
	overflow: hidden;
	text-align: left;
	text-indent: -999px;

	background-repeat: no-repeat;
	background-position: left 50%;

}

#footer .social a.facebook {
	background-image: url(../img/footer-facebook.png);

	width: 13px;
	height: 27px;

}

#footer .social a.twitter {
	background-image: url(../img/footer-twitter.png);

	width: 26px;
	height: 27px;

	margin-left: 15px;

}

/* @end */






