/* GENERAL CSS */
/* CHANGE/UPDATE FOR NEW PROJECT */

.atlwdg-trigger.atlwdg-TOP{
    z-index: 1000000;
}
html, body, 
.cms-home .container-body, .cms-home .container-body .layout, .cms-home .container-body #main, 
.cms-home .container-body .std, .cms-home .container-body .std .widget, #slide-container {
}

body, html {
	min-width: 		768px;
}

body {
	overflow-x: 	hidden;
}

@media (max-width: 768px) {
	body {
		overflow-x: 	auto;
	}
}

html * {
	-webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
}


#footer-bottom{
    position:relative;
    z-index: 9999;
	overflow: hidden;
	background: #252525;
}

#container-right {
}

body {
	font: 			normal 14px 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;	
	color: 			#999;
	position: 		relative;	
	border-top: 	4px solid #000;
}

body.catalog-product-view {
	overflow-x:		hidden;
}

#overlay-body {
	width: 			100%;
	height: 		100%;
	display: 		block;
	background: 	#333;
	opacity: 		.6;
	filter: 		alpha(opacity=60);
	position: 		absolute;
	left: 			0;
	top: 			0;
	z-index: 		3;
	display: 		none;
	z-index: 1000;
	cursor: pointer;

}

.container, .layout {
	width: 			100%;
	max-width: 		100%;
}

body .container-body {
	position: 		relative;
	z-index: 		2;
	background: 	#FFF;
}

#container-left {
	width: 			300px;
	background: 	#000;
	float: 			left;
	position: 		relative;
	z-index: 		2;
}

#container-right {
	position: 		relative;
	z-index: 		1;
	padding-left: 	300px;
	background: 	#000;
}

.container-center {
	margin: 		0 auto;
	max-width: 		980px;
}

a {
	color: 			#444;
	transition: 	all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: 	all .3s ease-in-out;
}

a:hover {
	color: 			#101010;
	text-decoration: none;
}

.block li.odd {
	background: 	none;
}

.slide-text ul li{
    color: #FFFFFF;
    font-size: 18px;
}

.slide-text ul li{
list-style: disc outside;
padding-left: 20px;
}

.onepagecheckout-index-success #copy{
    display:none;
}

.onepagecheckout-index-success .fredes{
    background: #000000;
    width: 300px;
    float: left;
}

.onepagecheckout-index-success #redes-footer {
    margin: 0 0 14px 0;
    text-align: center;
}
.onepagecheckout-index-success #redes-footer li{
    padding-top: 10px;
}

.onepagecheckout-index-success .fredes{
    display:block !important;
}

.container-footer-tablet{display:none;}
.container-footer{display:block;}

.catalog-category-view .container .layout, .catalogsearch-result-index .container .layout {
	margin-top: 	0;
}

h2.related-title {
	display: 		none;
}

.cms-brand .page-title h1 {
	border-bottom: 	1px solid #666;
	line-height: 	30px;
}

.subtitle-main {
	font: 			normal 23px 'Open Sans';
	color:			#666;
	text-transform: uppercase;
	line-height: 	28px;
	margin: 		20px 0;
}

.logo-image {
	max-width: 		173px;
}

/* DATA TABLES */
.data-table {
	background: 		#F4F4F4;
	width: 				100%;
	margin-top: 		40px;
}

.data-table th, .data-table td {
	padding-left: 		20px;
	height:				50px;
}

.data-table thead th {
	background: 		#30393E;
	font: 				700 13px 'Open Sans';
	color: 				#FFF;
}

.data-table > thead > tr > th, .data-table > tbody > tr > th, .data-table > tfoot > tr > th, .data-table > thead > tr > td, .data-table > tbody > tr > td, .data-table > tfoot > tr > td {
	padding: 			0 20px;
	vertical-align: 	middle;
}

.data-table thead th, body .data-table thead th span {
	text-transform: 	uppercase;
}

.data-table thead th.even {
	background: 		#B7BABC;
} 

.data-table thead th span {
	display: 			block;
	text-transform: 	lowercase;
}

.data-table > thead > tr > td, .data-table > tbody > tr > td, .data-table > tfoot > tr > td {	
	color: 				#666;
	font: 				400 13px 'Open Sans';
	text-decoration: 	none;
}

.data-table > thead > tr > th, .data-table > tbody > tr > th, .data-table > tfoot > tr > th {
	border: 			none;
}

.data-table > thead > tr > td, .data-table > tbody > tr > td, .data-table > tfoot > tr > td {
	border: 			1px solid #BBB;
}

.data-table thead > tr > th:first-child, .data-table tbody > tr > td:first-child {
	border-left: 		none;
}

.data-table thead > tr > th:last-child, .data-table tbody > tr > td:last-child {
	border-right: 		none;
}

.data-table tbody > tr:last-child > td {
	border-bottom: 		none;
}

.data-table > tbody > tr:nth-child(even) > td, .data-table > tbody > tr:nth-child(even) > th,
.data-table > tbody > tr:nth-child(odd) > td, .data-table > tbody > tr:nth-child(odd) > th {
	background: 		none;
}

.data-table > tbody > tr.first td {
	border-top: 		none;
}

.data-table tfoot * {
	border: 			none !important;
	background: 		#FFF;
	font: 				600 14px 'Open Sans' !important;
}

/*Success page*/

.success-page{
    width: 80%;
    margin: 24px auto;
}

.img-success{
    width:40%;
    float:left;
}

.success-text{
    width:60%;
    float:left;
    padding-top:97px;
}

.success-text .sub-title{
    font-size: 46px;
    color: #000000;
}

.onepagecheckout-index-success .layout.layout-1-col div[role="main"]{
    min-height:681px !important;
}

.onepagecheckout-index-success .container-breadcrumb{
    display:none;
}

/***************************/
/* CUSTOM SCROLL BARS */
/* IE */
body{
	scrollbar-base-color: #000;
	scrollbar-base-color: #000;
	scrollbar-3dlight-color: #000;
	scrollbar-highlight-color: #000;
	scrollbar-track-color: #e7e7e7;
	scrollbar-arrow-color: #000;
	scrollbar-shadow-color: #000;
	scrollbar-dark-shadow-color: #000;
}

scrollbar { 
	width: 18px;
	height: 3px;
	-moz-appearance: none !important;
}

/* CHROME/SAFARI */
::-webkit-scrollbar { 
	width: 18px;
	height: 3px;
}
::-webkit-scrollbar-button {  background-color: #e7e7e7; }
::-webkit-scrollbar-track {  background-color: #e7e7e7;}
::-webkit-scrollbar-track-piece { background-color: #e7e7e7;}
::-webkit-scrollbar-thumb { height: 50px; background-color: #000; border-radius: 0;}
::-webkit-scrollbar-corner { background-color: #e7e7e7;}
::-webkit-resizer { background-color: #e7e7e7;}

/* FIREFOX */
@-moz-document url-prefix(http://),url-prefix(https://) {
	scrollbar {
	   -moz-appearance: none !important;
	   background: #FF0000 !important;
	}
	thumb,scrollbarbutton {
	   -moz-appearance: none !important;
	   background-color: #FF0000 !important;
	}
	
	thumb:hover,scrollbarbutton:hover {
	   -moz-appearance: none !important;
	   background-color: #FF0000 !important;
	}
	
	scrollbarbutton {
	   display: none !important;
	}
	
	scrollbar[orient="vertical"] {
	  min-width: 18px !important;
	}
}

/* ------------------ */

.line {
	height: 		1px;
	background: 	#DDDDDD;
	position: 		absolute;
    left:			0;
    top:			30px;
    width: 			100%;
}

.layout.layout-1-col div[role="main"] {
	margin: 		0;
	padding: 		0;
}

.clear {
	clear: 			both;
}

.std ul {
	list-style: 	none;
	padding: 		0;
}

.line-bottom {
	width: 			100%;
	height: 		1px;
	background: 	#DDD;
}

.posRelative {
	position: 		relative;
}

.underline {
	text-decoration: 	underline;
}

.noMargin {
	margin: 			0 !important;
}

.bold {
	font-weight: 		bold;	
}

.hide-mobile, .hide-tablet {
	display: 			block;
}

.show-mobile, .show-tablet {
	display: 			none;
}

iframe.google-iframe {
	position: 			absolute;
	left: 				0;
	bottom: 			0;
}

/* GENERAL TITLES */
.page-title {
	padding-bottom: 8px;
	margin: 		40px auto 20px auto;
	width: 			95%;
	position: 		relative;
	z-index: 		3;
	border-bottom: 	4px solid #000;	
}
#calendar-container .page-title,
.fme-events_land .page-title {
    width: auto;
}

p.advanced-search-amount {
    padding-bottom: 8px;
    margin: 30px auto 20px auto;
    max-width: 1180px;
    position: relative;
}

.advanced-search-summary {
    padding-bottom: 8px;
    margin: 20px auto 20px auto;
    max-width: 1180px;
    position: relative;
}

.catalog-category-view .category-title {
	border-bottom: 	none;
	position: 		relative;
    margin:         0;
    padding:        10px 0px 10px 75px;
    width:          100%;
    max-width:      10000px;
}

.catalog-category-view .category-description{
    margin:         0;
    padding:        10px 0px 25px 75px;
    width:          100%;
    max-width:      10000px;
    min-height:     50px;
}


.category-title .category-bottom-line {
	display: 		block;
	height: 		4px;
	width: 			100%;	
	position: 		absolute;
	left: 			0;
	bottom: 		0;
}

.page-title h1, .servired-standard-mastercard .layout-1-col h1, .servired-standard-visa .layout-1-col h1,
.customer-account-login .page-title h1, .checkout-cart-index .page-title h1, .onepagecheckout-index-index .page-title h1,
 #onepagecheckout_forgotbox .page-title span, .sendfriend-product-send .page-title h1,
.customer-account-forgotpassword .page-title h1, .customer-account-resetpassword .page-title h1 {
	color: 				#111;
	font: 				700 30px/30px 'Open Sans';
	padding: 			0;
	margin: 			0;
	border-bottom: 		none;
	text-transform: 	none;
}

.block .block-title {
	border-radius: 	0;
	-moz-border-radius: 	0;
	-webkit-border-radius: 	0;
}

.block .block-subtitle {
	padding: 		0;
	margin: 		0;
	border: 		none;
}

/* LAYOUT */
.block {
	margin-bottom: 	0;
	background-color: transparent;
	border: 		none;
	border-radius: 	0;
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	box-shadow: 	0 0 0 rgba(0, 0, 0, 0);
	border-color: 	transparent;
}

/* PAGER, SORTER */
.pager {
	border: 		none;
}

.pager .pages ol > .active > a, .pager .pages ol > .active > span, .pager .pages ol > .active > a:hover, .pager .pages ol > .active > span:hover, .pager .pages ol > .active > a:focus, .pager .pages ol > .active > span:focus {
	background: 	transparent;
	border-color: 	#B7BABC;
}

.fa-caret-left:before, .fa-caret-right:before {
	font-family: 		'iconvault';
	color: 				#666;
	font-size: 			11px;
	line-height:		11px;
	display: 			inline-block;
	content: 			'\f102';
}

.fa-caret-right:before {
	transform: 			rotate(180deg);
    -ms-transform: 		rotate(180deg);
    -webkit-transform: 	rotate(180deg);
    -o-transform: 		rotate(180deg);
    -moz-transform: 	rotate(180deg); 
}

.pager .limiter label, .pages strong {
	font-weight: 	normal;
}

.pages strong {
	display: 		inline-block;
	line-height: 	30px;
}

#cookie-law {
	position: 		absolute;
	top: 			0;
	width: 			100%;
	left: 			0;
	z-index: 		100;
}

#cookie-law span.close {
	display: 		inline-block;
	float: 			none;
	margin-right: 	10px;
}

#cookie-law span.close:before {
	font-family: 		'iconvault';
	content: 			'\f10a';
	color: 				#444;
	font-size: 			14px;
	line-height:		26px;
    display: 			inline-block;
}

@media (max-width: 995px) {
    .success-text {
        width: 60%;
        float: left;
        padding-top:0;
    }

    .img-success img{
        width:74%;
    }
}

@media (max-width: 1210px) {
    .success-page {
        width: 95%;
        margin: 24px auto;
    }
}


@media (min-width: 1025px) and (max-width: 1152px) {

    .page-title {
        width: 95%;
    }

    /*.category-products #filter-container, .advanced-search-summary, p.advanced-search-amount {
        width: 			662px;
        max-width: 		100%;
    }*/

    .block-blog-categories {
        width: 55%;
    }
}

@media (max-width: 1024px) {
	.cms-home .layout.layout-1-col div[role="main"] {
		padding: 		0;	
	}

    html * {
        -webkit-backface-visibility: visible;
    }

}

/* MEDIA QUERIES (TABLET) */

@media (max-width: 768px) {
	#container-right {
		padding-left: 	240px;
	}

    .is-blog .wp-sidebar {
        max-width: 634px;
    }

    .block-blog-categories {
        min-width: 100%;
        margin-top: 30px;
    }
	
    .page-checkout .logo img{
        margin-top: 0!important;
        width: 100% !important;
        float: none !important;
        margin-right: 0 !important;
    }
	
	.catalog-category-view .container .layout, .catalogsearch-result-index .container .layout {
		margin-top: 	0;
	}
	
	.servired-standard-mastercard .layout-1-col h1, .servired-standard-visa .layout-1-col h1, .customer .page-title h2, .landing-shop h2.title-landing {
		padding-left: 	10px;
	}
	
	.landing-shop > img {
		max-width: 		100%;
		margin-bottom: 	20px;
	}
	
	.catalog-category-view .landing-shop .products-grid li.category-link {
		float: 			left;
	}
	
	.show-tablet, h2.related-title {
		display: 		block;
	}
	
	h2.related-title {
		padding-left: 	5px;
		margin-top: 	20px;
	}
	
	.customer-account-login .page-title h1, .checkout-cart-index .page-title h1, .onepagecheckout-index-index .page-title h1,
	#onepagecheckout_loginbox .page-title span, #onepagecheckout_forgotbox .page-title span, .sendfriend-product-send .page-title h1,
	.customer-account-forgotpassword .page-title h1, .customer-account-resetpassword .page-title h1 {
		padding: 		0 0 0 10px;
	}
	
	.hide-tablet {
		display: 		none;
	}
	
	#campaign-list .hide-tablet, #image-zoom .hide-tablet {
		display: 		block;
	}
	
}

@media (max-width: 1024px){
    .page-checkout .logo img{
        margin-top: 0!important;
        width: 100% !important;
        float: none !important;
        margin-right: 0 !important;
    }

    #container-left{
        background: #F4F4F4!important;
    }

    .container-footer-tablet .block-subscribe form .block-content .input-box {
        width: 300px;
    }

    .container-footer-tablet .checkPolitica{
        width: 100%;
    }

    .block-subscribe form .block-content input.input-text{
        max-width:249px !important;
    }

    .category-description{
        width:95%;
    }
    /*.catalogsearch-advanced-result .products-grid, .catalog-category-view .products-grid{
        width: 754px;
    }*/

    .container-footer-tablet{
        display:block;
        padding: 0;
        margin: 0;
        background-color: #000000;
    }
    .container-footer{display:none!important;}

    #catalog-footer{
        width:50%;
        margin-top:0 !important;
        float:left;
        border-right:1px solid #FFFFFF;
        padding-bottom: 18px;
    }
    #catalog-footer img{
        float: left;
        margin-left: 7%;
        margin-top: -44px;
        width: 33%;
    }
    #catalog-footer h3{
        float: right;
        width: 59%;
        padding: 0 2%;
    }
    #catalog-footer a{
        float: right;
        width: 50%;
        margin: 0 5% !important;
        padding: 0;
    }
    #catalog-footer .block-subscribe .block-content{
        padding: 0px 20px 25px 59px !important;
    }

    #catalog-footer .block-subscribe .block-content{
        text-align:left;
    }

    .block-subscribe .block-content{
        padding: 0px 20px 0 20px !important;
        margin: 18px 0 25px 0 !important;
    }

    .block-subscribe form .block-content button.button{
        z-index:1 !important;
    }

    .form-subscribe-header label{
        text-align:left !important;
    }

    .container-footer-tablet .block-subscribe form .block-content .input-box{
        width:300px;
    }

    .block-subscribe{
        width:50%;
        float:right;
    }

    #redes-footer{
        width: 100%;
        float: left;
        margin: 0 !important;
        padding: 16px 0 16px 0 !important;
        border-top: 1px solid #FFFFFF;
    }
    
	#footer-bottom{
	    display:none;
	}
	
    .block-subscribe .block-content{
        border:none!important;
    }
    
    #container-left .container-left {
    	width: 			300px;
    }
    
    #overlay-tablet {
    	display: 		block;
    	width: 			100%;
    	height: 		100%;
    	position: 		fixed;
    	left: 			0;
    	top: 			0;
    	background: 	rgba(0, 0, 0, 0.5);
    	z-index: 		900;
    }

}

.data-table > tbody > tr.first .last {
    border-top: none;
    width: 120px;
}

.questionmark{
    margin-top: 1px;
    float: left;
    width: 23px;
    background: url(../images/QuestionMark.png) no-repeat;
    height: 20px;
}
.help_nif{
    padding-top:5px;
}
.help_nif span{
    font-size: smaller;
}

.company-paddingNotLog {
        padding-left: 15px;
}
.company-checkout {
    display:none;float:left;width:100%;
    margin-top:20px;
}

.label_promo {
    border-bottom: 4px solid #15ACBD;
    margin-bottom: -1px;
    margin-left: 1px;
}

.label_promo p{
    background: #15ACBD;
    color: #FFFFFF;
    padding: 1.5% 5% 1% 5%;
    display: inline-block;
    width: auto;
    min-width: 257px;
    margin: 0;
    font: 700 20px 'Open Sans';
}

.conozcamos_images{
    float: left !important;
    margin: 0 !important;
    padding: 0 !important;
}

.conozcamos_menu{
    float: left;
    margin-top: 30px;
    margin-bottom: 30px;
}

.conozcamos_images li{
    width:32%;
    float:left;
    list-style:none;
    cursor: pointer
}
.conozcamos_images li img{
    width:100%;
}
.conozcamos_images li:nth-child(2){
        margin:0 2%;
}

#nuestra_propuesta, #nuestro_compromiso, #nuestros_valores{
    display:none;
    clear: both;
}
.conozcamos_images .icon-arrowcirculo, #nuestocompromiso_proyectos .icon-arrowcirculo{
transform: rotate(180deg);
-ms-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-o-transform: rotate(180deg);
-moz-transform: rotate(180deg);
    display: block;
    float: left;
    font-size:20px;
    margin-right:15px;
}
#nuestocompromiso_proyectos .icon-arrowcirculo{
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    display: block;
    float: left;
    font-size:15px;
    margin-right:7px;
}

#nuestocompromiso_proyectos li{
    width:33.3%;
    float:left;
    list-style:none;
}
#nuestocompromiso_proyectos li a{font-size:16px; color:#000000; border-bottom:1px solid #000000;font-weight:bold;}
#nuestocompromiso_proyectos a{float:left;}
#nuestocompromiso_proyectos p{float:left;margin-top: 1px;padding: 0;}
#nuestocompromiso_proyectos span{
   clear:both;
    float:left;
}

.link_proyectos{clear: both;
    font-size: 12px !important;
    font-weight: normal;
    border: none !important;}

.link_proyectos p{color: #444444 !important;
    font-weight: normal;}

#ofertas-mes, #mas-buscado, #mas-vendido, #novedades{
    background-color:#FFFFFF;
}