html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym,
address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
:focus {outline: 0;}
body {color: black;background: white;}
ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
b, strong{font-weight:bold;}
i, em, address {font-style:italic;}
pre {font-family:monospace;}

.hidden{display:none;}
::selection {
background-color: #000;
color: #fff;
}

.st {
    margin-top: 10px;
}

.sl {
    margin-left: 10px;
}

.sr {
    margin-right: 10px;
}

.sb {
    margin-bottom: 10px;
}

.ssb {
    margin-bottom: 20px;
}

.sst {
    margin-top: 20px;
}

.ssl {
    margin-left: 20px;
}

.ssr {
    margin-right: 20px;
}

.ssst {
    margin-top: 40px;
}
/* No space */
.nst {
    margin-top: 0;
}

.nsb {
    margin-bottom: 0;
}

.nsl {
    margin-left: 0;
}

.nsr {
    margin-right: 0;
}

#products_page_container p,
#products_page_container ul,
#products_page_container ol,
#shoppingCartPage p,
#shoppingCartPage ul,
#shoppingCartPage ol {
	margin:0;
	line-height:1em;
}

button#calculate-shipping-button {
	font-size: 20px;
	padding: 7px 10px;
}

.addToCartButton input {
	cursor:pointer;
}

.mini-text{
	font-size:0.8em;
	text-align:left;
	font-weight:normal;
}

/*
 * Real CSS Starts here
 */

body {
	font-family: Helvetica, Arial, sans-serif;
	background-repeat: repeat;
}
	
a {
	text-decoration: none;
	color:#000;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	width: 940px;
	margin: auto;
}

.contentBox.home-image{
	padding:0;
	width:940px;
	border-bottom:0 none;
}
.contentBox.home-image img{
	width:940px;
}

.contentBox.fullWidth{
	padding:0;
	width:940px;
}




/* --- Header --- */
#logo {
	min-height: 80px;
    max-height: 120px;
    width: 100%;
	position: relative;
	z-index: 99;
	text-align: center;
}

#logo.img {
	line-height:110px;
	max-width:450px;
}
	
#no-logo{
	font-size:3em;
	display:inline-block;
	margin-top:25px;
}

#logo a:hover {
	text-decoration: none;
}

#logo img{
	max-width: 100%;
    min-height: 80px;
    max-height: 120px;
	vertical-align:middle;
}


.searchbox {
	margin-top: 50px;
	position: relative;
    z-index: 100;
    height: 50px;
}

.searchbox .text-input {
	width:100%;
	float:left;
}


.searchbox .input-append .span2 {
	width:200px;
	float:left;
}

.searchbox .input-append .btn{
	font-size: 10px;
	width: 15px;
	height: 15px;
	border: 0;
}

.searchbox input {
	margin: 0;
	padding: 2px;
	color: #535353;
}

.searchbox .submit-button{
	font-size: 10px;
	width: 15px;
	height: 15px;
	float: right;
	cursor: pointer;
	background: url(images/search.png) no-repeat #FFF;
	border: 0;
	position: absolute;
	right: 5px;
	top: 4px;
}


.languages {
	margin:18px 0 12px 0;
	text-align: right;
}

.languages a {
	margin: 0px 3px;
}

.languages a img {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.languages a.active img,
.languages a img:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}


#auth{
	text-align:center;
	margin-top:2px;
	font-size:12px;
}

#auth a{
	text-transform: uppercase;
	color: #1b1b1b;
	letter-spacing: 1px;
	font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif !important;
	font-size: 13px;
	border-right: 1px solid;
	padding: 0 5px;
}

#auth a:last-child{
	border-right: none;
}

/* Shopping Cart Display */
#ls_cart_widget{
vertical-align: middle;
text-align: right;
width: 100%;
margin: 5px 0 10px 0;
height: 20px;
}

#ls_cart_widget .cart-summary {
	padding: 4px 8px;
	height: 18px;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	background: #1b1b1b;
	letter-spacing: 1px;
	font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif !important;
	line-height: 17px;
	min-width:155px;
	text-align:center;
}
#ls_cart_widget .cart-summary img,
#ls_cart_widget .cart-summary span,
#ls_cart_widget .cart-summary a{
	vertical-align: middle;
	display:inline-block;
	color:#fff;
	font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif !important;
}

/* --- Layout --- */
.headerBox {
	color:#313131;
	padding:10px;
	text-align: center;
	border-bottom: 1px solid #d2d2d2;
	border-top: 1px solid #d2d2d2;
}

.headerBox h2, .headerBox h1 {
	font-family: 'Open Sans Condensed', Arial,Helvetica,sans-serif !important;
	font-size:27px;
	font-weight:300;
	text-transform: uppercase;
}


.headerBox-List {
	color:#313131;
	padding:10px;
	border-bottom: 1px solid #eeeeee;
	width: 98%;
	float: left;
}

.headerBox-List h2, .headerBox-List h1 {
	font-family: 'Open Sans Condensed', Arial,Helvetica,sans-serif !important;
	font-size:27px;
	font-weight:700;
	color: #313131;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.headerBox-Page {
	color:#313131;
	padding:10px;
	text-align: center;
	border-bottom: 1px solid #eeeeee;
	position: relative;
	z-index: 15;
}

.headerBox-Page h2, .headerBox-Page h1 {
	font-family: 'Open Sans Condensed', Arial,Helvetica,sans-serif !important;
	font-size:30px;
	font-weight:700;
	color: #313131;
	text-transform: uppercase;
	letter-spacing: 1px;
}


.contentBox {
	height:auto;
	width:920px;
	padding:0 10px;
	float:left;
}


.no-border-bottom {
	border-bottom: 0 none;
}

.button,.submit_button {
border: none;
text-align: center;
text-transform: uppercase;
font-weight: 300;
font-size: 25px;
color: #fff;
padding: 11px 5px;
cursor: pointer;
margin: 5px 0;
}

.button:hover, .submit_button:hover  {
	text-decoration:none;
}

a.button{
	line-height: 23px;
    padding: 0 8px;
    display:block;
}

.transactionResultsContainer{
	padding:10px 0;
}

/* --- Pagination & Breadcrumbs --- */
.breadcrumbs-wrapper {
    text-align: right;
}
.crumbPaginationContainer {
	overflow: hidden;
	clear: both;
	font-size: 12px;
	padding:0 16px 0 12px;
}

.crumbPaginationContainer.top {
	padding-top: 10px;
}

.crumbPaginationContainer.bottom {
	padding-bottom: 10px;
	text-align: center;
}

.crumbPaginationContainer .pagination {
	font-size:16px;
	font-family: 'Open Sans Condensed', Arial,Helvetica,sans-serif !important;
}

.crumbPaginationContainer .pagination,
.crumbPaginationContainer .pagination a {
	color:#535353;
	font-family: 'Open Sans Condensed', Arial,Helvetica,sans-serif !important;
	padding: 3px;
}

.crumbPaginationContainer .pagination .page-number.selected {
	font-weight: bold;
	font-family: 'Open Sans Condensed', Arial,Helvetica,sans-serif !important;
	padding: 3px;
}

.crumbPaginationContainer #breadcrumb {
	float: left;
	font-size:11px;
	margin-top:3px;
}

#breadcrumb,
#breadcrumb a{
	font-family: 'Open Sans Condensed', Arial,Helvetica,sans-serif !important;
	font-size:11px;
	font-weight:300;
	color: #898989;
	letter-spacing:1px;
	margin-top: 15px;
}

#breadcrumb span.last{
	font-family: 'Open Sans Condensed', Arial,Helvetica,sans-serif !important;
	font-size:11px;
	font-weight:700;
	letter-spacing:1px;
}

#breadcrumb {
	font-size: 10px;
	margin-bottom: 20px;
}

/* --- Products Page --- */
.product-table{
    display:table;
    border-spacing: 10px;
    width:100%;
    table-layout:fixed;
}

.product-row{
	margin: 10px 0;
	width: 100%;
}

#product-listing .product {
	display:table-cell;
	overflow:hidden;
	border:1px solid #D2D2D2;
	width:298px
}

.product:hover,
.dest-gral:hover,
.dest:hover {

	text-decoration:none;
}

.product .head,
.dest-gral .head,
.dest .head{
	display:block;
	text-align:center;
	position: relative;
}


@media (min-width: 768px) and (max-width: 979px) {
    .product-row .head{
        height:166px;
    }
    
    .product-row .product-image img{
        max-height:166px;
        max-height:166px;
    }
}

@media (min-width: 980px) {
    .product-row .head{
        height:220px;
    }
    
    .product-row .product-image img{
        max-height:220px;
        max-height:220px;
    }
}

#product-listing .product img{
	max-width:298px;
}

#product-listing .product .bajada{
	display:block;
	padding:6px;
	background:#F8F8F8;
	border-top:1px solid #D2D2D2;
	font-size:14px;
	overflow:hidden;
}

#product-listing .product .bajada a{
	display:block;	
	padding:6px;
	text-decoration:none;
}

#product-listing .product:hover .bajada strong{
	text-decoration:underline;
}

#product-listing .product .bajada .price{
	float:right;
}

.col0{
	clear: left;
}

/* --- Single Product --- */



/* Left col */
.productContainer .imagecol {
	/*float: left;*/
}

.productContainer .imagecol .imagecolContent {

}
	
.productContainer .imagecol .imagecolContent img {
	display: block;
	width: 100%;
}

.thumbnail-container {
	overflow: hidden;	
}

.thumbnail-container .single-thumb {
	float:left;
	margin:6px 6px 0px 0px;
	width: 100%;
	text-align: center;
}

.thumbnail-container .single-thumb a {
	display:block;	
}

.thumbnail-container .single-thumb img {
	max-height: 143px;	
}

/*  Thumbnail scroller  */
.jThumbnailScroller{position: relative; padding: 0; overflow: hidden;}
.jThumbnailScroller .jTscrollerContainer{position:absolute;}
.jThumbnailScroller .jTscroller{position:relative; height:100%; margin:0; left:0; top:0; display:inline-block; *display:inline;}
.jThumbnailScroller .jTscrollerNextButton,.jThumbnailScroller .jTscrollerPrevButton{position:absolute; display:block;}
.jThumbnailScroller .jTscrollerNextButton{background: #FFF url(images/arrows.png) no-repeat top left;}
.jThumbnailScroller .jTscrollerPrev {background: #FFF; width: 100%; position: relative; height: 10px;}
.jThumbnailScroller .jTscrollerPrevButton{background: #FFF url(images/arrow-prev.png) no-repeat top center;}
.jThumbnailScroller .jTscrollerNextButton:hover{background: #FFF url(images/arrows.png) no-repeat bottom left;}
.jThumbnailScroller .jTscrollerPrevButton:hover{background: #FFF url(images/arrow-prev.png) no-repeat bottom center;}
.jThumbnailScroller .jTscroller a{display:block; float:left;}
.jThumbnailScroller .jTscroller a:hover{}
.jThumbnailScroller .jTscroller a:first-child{margin-left:10px;}
.jThumbnailScroller .jTscroller a img{border:none; max-height: 143px;}

/* a vertical scroller */
.jThumbnailScroller#tS3{width: 100%; height: 362px; margin: 0;}
.jThumbnailScroller#tS3 .jTscroller{height:auto; margin-bottom:40px;}
.jThumbnailScroller#tS3 .jTscroller a{display:block; margin:0 6px 10px 6px; overflow:hidden; text-align: center; width: 100%;}
.jThumbnailScroller#tS3 .jTscroller a:hover{opacity:1;}
.jThumbnailScroller#tS3 .jTscroller a:first-child{}
.jThumbnailScroller#tS3 .jTscrollerNextButton{bottom: 0; left: 50%; width: 10px; height: 7px; display: block;}
.jThumbnailScroller#tS3 .jTscrollerPrevButton{top: 0; width: 100%; height: 9px; display: block;}


.productContainer .imagecol .container-box {
	margin: 20px auto 0;
	width: 100%;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	padding: 10px;
}

.productContainer .imagecol .container-box h3 {
    text-transform: uppercase;
    padding-bottom:10px;
    font-size: 12px;
}


/* Right col */
.productContainer .descriptioncol {
	float: left;
	width: 100%;
	padding-bottom:15px;
}

.productContainer .descriptioncol .descriptioncolContent {
	width: 100%;
}

.productContainer .descriptioncol .title h2, .productContainer .descriptioncol .title h1 {
	font-size: 35px;
	font-weight: 300;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', Arial,Helvetica,sans-serif !important;
}

.productContainer .descriptioncol .price {
	font-size: 30px;
	font-family: 'Open Sans Condensed', Arial,Helvetica,sans-serif !important;
	margin-top: 10px;
	position:relative;
}

.price-holder{
    text-align: right;
}

.price-compare{
    position:absolute;
    bottom: 120%;
    right: 0;
}

#fancybox-content .price-compare span{
    padding:0;
    border: 0 none;
}

.productContainer .descriptioncol .price-compare span {
color: #707070;
font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif !important;
text-decoration: line-through;
padding: 0 10px;
font-size: 21px;
}

.installments{
	font-size: 0.8em;
}

.productContainer .descriptioncol .stock {
	font-size:14px;
	font-style:italic;
}

.productContainer .descriptioncol .description-title {
	margin-top: 22px;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: -1em;
}

.productContainer .descriptioncol .description, .productContainer .descriptioncol .description p, .productContainer .descriptioncol .description div {
	color:#535353;
	font-size:13px;
	margin:25px 0;
}

.productContainer .descriptioncol .fancyContainer {
	margin-top: 10px;
	border-top: 1px solid #eeeeee;
	padding-top: 10px;
}

.productContainer .descriptioncol .attributeLine {
	margin-bottom: 6px;
}

.productContainer .descriptioncol .attributeLine label {
	display: block;
	font-size: 9px;
	font-weight: 300;
	text-transform: uppercase;
	color: #b5b5b5;
	letter-spacing: 1px;
}

.productContainer .descriptioncol .attributeLine select{
	background: #FFFFFF;
	border: 1px solid #e2e2e2;
	color: #535353;
	font-size: 14px;
	padding: 2px;
	width: 100%;
	margin-top: 1px;
}

.productContainer .descriptioncol .addToCartButton {
	margin-top: 5px;
}

.productContainer .descriptioncol .addToCartButton .button{
	width: 100%;
	color: #FFF;
}

/* --- Shopping Cart --- */
#shoppingCartPage .contentBox {
	padding:20px 30px;
	width:880px;
}

#shoppingCartPage .contentBox,
#shoppingCartPage .contentBox a {
	color:#535353;
}

#shoppingCartPage .cart-contents {
	margin: 30px 10px;
}

#shoppingCartPage .cart-contents ul {
	overflow: hidden;
}

#shoppingCartPage .cart-contents ul li {
	float: left;
	margin:0;
}

#shoppingCartPage .cart-contents li.span1 {
	width:2%;
}

#shoppingCartPage .cart-contents li.span2 {
    margin-left:2%;
	width:12%;
}

#shoppingCartPage .cart-contents li.span6 {
	width:55%;
}

#shoppingCartPage .cart-contents .firstrow li {
	font-size:11px;
	height:19px;
}

#shoppingCartPage .cart-contents .productrow li {
	font-size: 18px;
	line-height:22px;
	margin-top:35px;
}
#shoppingCartPage .cart-contents .productrow li span {
	font-family: 'Open Sans Condensed', Arial,Helvetica,sans-serif;
}

#shoppingCartPage .cart-contents ul li.last {
	padding-right: 0;
}

#shoppingCartPage .cart-contents .firstrow {
	text-transform: uppercase;
	font-size: 10px;
}

#shoppingCartPage .cart-contents .productrow {
	padding: 10px 0;
}

#shoppingCartPage .cart-contents .productrow .col-product {
	text-transform: uppercase;
	margin-top:0;
}

#shoppingCartPage .cart-contents .productrow .col-delete{
	text-align:right;
}

#shoppingCartPage .cart-contents .productrow .thumb{
    float:left;
}

#shoppingCartPage .cart-contents .productrow .name{
    margin-top:35px;
    margin-left:10px;
    display:inline-block;
}

#shoppingCartPage .cart-contents .productrow .col-product img {
	max-height: 88px;
	max-width: 88px;
}

#shoppingCartPage .cart-contents .productrow .col-quantity input {
	border:1px solid #D2D2D2;
	color:#353535;
	font-size:16px;
	padding:1px;
	text-align:right;
	width:25px;
	margin: 0px;
}

#shoppingCartPage .cart-contents .productrow .col-delete a{
	font-size:18px;
}

#shoppingCartPage .cart-contents .productrow a{
	font-size:20px;
	font-family: 'Open Sans Condensed', Arial,Helvetica,sans-serif !important;
}

#shoppingCartPage .cart-contents .total-price {
	text-align: right;
	font-weight: bold;
	font-size: 2.3em;
	padding: 10px 0;
    margin-right: 10px;
	border-bottom: 1px solid #e8e8e8;
}

#shoppingCartPage .go-to-checkout {
	text-align:right;
	margin: 20px 10px;
	overflow:hidden;
}

#shoppingCartPage .go-to-checkout input { 
	margin-left:12px;
	padding: 11px 20px;
	float:right;
}

#shoppingCartPage .continue-buying {
    padding: 11px 20px;
    float:left;
}

#change-quantities{
	display:none;
}

@media (max-width: 767px) {
    #shoppingCartPage .cart-contents li.span6{
        width:100%;
    }
    
    #shoppingCartPage .cart-contents li.span1{
	    width:2%;
        margin-top:5px;
    }

    #shoppingCartPage .cart-contents li.span2{
        margin-left:1%;
	    width:31%;
	    margin-top:5px;
	    text-align:right;
    }
    
    #shoppingCartPage .cart-contents .productrow .col-product img {
	    max-height: 60px;
	    max-width: 60px;
    }
    
    #shoppingCartPage .cart-contents .productrow .name{
        margin-top:20px;
    }
    
    #shoppingCartPage .cart-contents .productrow .col-delete a{
	    position:relative;
	    top:-48px;
    }
    
    #shoppingCartPage .cart-contents .total-price{
        font-size:1.2em;
        width:96%;
    }
}

/* Checkout Form */
.contact,
.contact a{
	color: #535353;
}

.contact .info{
	float:left;
	padding:30px 10px 0;
}

.contact .info p{
	font-weight: 300;
	font-size: 20px;
	line-height: 23px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.contact .info li{
	font-size:13px;
	list-style: none;
    height: 22px;
    background: url(images/icons-contact.png) no-repeat 0px 0px;
    padding-left: 35px;
    margin: 10px 0;
    margin-bottom:3px;
    padding-top: 5px;
}

.contact .info li.phone{
	background-position: 0px 0px;
}

.contact .info li.mail{
	background-position: 0px -26px;
}

.contact .info li.blog{
    background-position: 0px -52px;
}

.contact .info li.address{
    background-position: 0px -80px;
}

.contact .info li.facebook{
    background-position: 0px -107px;
}

.contact .info li.twitter{
    background-position: 0px -133px;
}

.contact .info li.instagram{
    background-position: 0px -160px;
}

.contact .info li.google_plus{
    background-position: 0px -188px;
}

.contact .info li.pinterest{
    background-position: 0px -214px;
}

.contact .info .social{
	margin-top:20px;
}

.contact .info .social img{
	vertical-align:middle;
	margin-left:3px;
}

.contact .form{
	float:left;
	padding-top:10px;
	width: 100%;
}

#checkoutForm .notice {
	color: #606060;
	font-size: 13px;
}

#checkoutForm .form-field,.contact_form .field {
	margin: 20px 0;
	clear: both;
	overflow: hidden;
}

#checkoutForm .form-field label,.contact_form .field label {
	display: inline-block;
	width: 100%;
	text-align: right;
	vertical-align: middle;
	font-size: 12px;
}

.contact_form .field label,.contact_form .field input,.contact_form .field textarea{
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	font-weight: 300;
	font-family: 'Open Sans Condensed', Arial,Helvetica,sans-serif !important;
	color: #707070;
}

.contact_form .field label{
    padding-top:2px;
	width: 95%;
    text-transform: uppercase;
}

.contact_form .field input,.contact_form .field textarea{
	margin:0;
}

#checkoutForm .form-field input,.contact_form .field input,.contact_form .field textarea{
	width: 95%;
	border: 1px solid #d2d2d2;
}

.contact_form .field textarea {
	width: 95%;
}

.contact_form .field.winnie-pooh {
    display: none;
}

#checkoutForm .form-field input:focus,.contact_form .field input:focus,.contact_form .field textarea:focus{
	background: #f8f8f8;
}

.contact_form .submit_button, .contact_form .field input.submit_button {
	margin: 15px 0 10px 0;
	width: 97%;
	font-size: 20px;
	padding: 4px 5px;
	color: #FFF;
}

#checkoutForm .form-field .validation-error {
	color: #aa0000;
	font-size: 11px;
	font-weight: bold;
	margin-left: 134px;
}

#checkoutForm .custom-gateway label {
	margin-left: 65px;
}

#checkoutForm .custom-gateway label img {
	vertical-align: middle;
	margin-left: 10px;
}

#checkoutForm .submit-button {
	margin-top: 15px;
	text-align: right;
	width: 456px;
	float:right;
}
input.submit_button.facebook {
	width: 100%;
	border-color: #3B5998;
	border-bottom-color: #263a63;
	background-color: #3B5998;
	padding: 10px;
}
hr.featurette-or-divider {
	margin: -10px 0 29px 0;
}
.account-form-wrapper i.fa.fa-facebook {
	position: absolute;
	margin-top: 26px;
	z-index: 99999;
	font-size: 19px;
	color: #fff;
	margin-left: 10px;
}

/* --- 404 --- */
#errorPage {
	padding: 20px;
}

.error {
	color: #AA0000;
}

.success {
	color: #00AA00;
}

.centered {
	text-align: center;
	margin-bottom:15px;
}

#shoppingCartPage .emptyCart a{
	color:#909090;
}

#shoppingCartPage .go-to-checkout a.button{
	float: left;
	background: #1b1b1b;
	border: none;
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 25px;
	color: #fff;
	padding: 11px 20px;
	font-family: 'Open Sans Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#shoppingCartPage .go-to-checkout a.button:hover{
	background: #535353;
}

.contentBox>p {
	margin: 20px;
}

#single-product{
	clear: both;
}

.shareLinks {
    margin: 0 auto;
    display: inline-block;
}

.shareLinks .shareItem {
	float:left;
}

.shareLinks .shareItem.twitter {
    margin-right: 10px;
}

.shareLinks .shareItem.google {
    width: 65px;
}

.clear{
	clear:both;	
}

.contact-ok{
	color:#008000;
	font-size:13px;
	margin-bottom:-8px;
	text-align:center;
}

.contact-error{
	color:#800000;
	font-size:13px;
	margin-bottom:-8px;
	text-align:center;
}



.no-border-bottom{
	border-bottom:0 none;
}
/*** Nuevo ***/
#wrapper-foot {
	position: relative;
	background: #1b1b1b;
	color: #FFF;
	font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
	padding: 20px 0 30px 0;
}

#wrapper-foot h4 {
	font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 30px;
}

@media (max-width: 767px) {
    .row-fluid .responsive-inline{
        float:left;
        width:50%;
    }
}

.col-foot {
	width:100%;
	float:left;
}

.col-foot li {
	list-style: none;
	text-transform: uppercase;
}

.col-foot li a {
	font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #c9c9c9;
}

.col-foot li a:hover {
	text-decoration: underline;
}

.col-foot a.facebook {
	background: url(images/redes.png) no-repeat 0 -25px;
	width:25px;
	height: 25px;
	float: left;
	margin-right: 5px;
}

.col-foot a.facebook:hover {
	background: url(images/redes.png) no-repeat 0 0;
}

.col-foot a.twitter {
	background: url(images/redes.png) no-repeat -25px -25px;
	width:25px;
	height: 25px;
	float: left;
	margin-right: 5px;
}

.col-foot a.twitter:hover {
	background: url(images/redes.png) no-repeat -25px 0;
}

.col-foot a.instagram {
    background: url(images/redes.png) no-repeat -50px -25px;
    width:25px;
    height: 25px;
    float: left;
    margin-right: 5px;
}

.col-foot a.instagram:hover {
    background: url(images/redes.png) no-repeat -50px 0;
}

.col-foot a.google_plus {
    background: url(images/redes.png) no-repeat -75px -25px;
    width:25px;
    height: 25px;
    float: left;
    margin-right: 5px;
}

.col-foot a.google_plus:hover {
    background: url(images/redes.png) no-repeat -75px 0;
}

.col-foot a.pinterest {
    background: url(images/redes.png) no-repeat -100px -25px;
    width:25px;
    height: 25px;
    float: left;
    margin-right: 5px;
}

.col-foot a.pinterest:hover {
    background: url(images/redes.png) no-repeat -100px 0;
}

.col-foot img {
	height: 20px;
    box-shadow: #000 0 0 0;
	/* filter: url(filters.svg#grayscale); */ /* Not working in FF */
	filter: gray;
	-webkit-filter: grayscale(1);
}

.seals .col-foot img {
    height: auto;
}

.afip {
    display: inline-block;
    float: right;
}

.afip img {
    max-height: 40px;
    vertical-align: middle;
}

#newsletter {
float: left;
width: 100%;
}

#newsletter form {
margin-top: 5px;
}

#newsletter .contact-error, #newsletter .contact-ok {
font-size: 12px;
text-align: left;
}

#newsletter input[type="news"], #newsletter input[type="text"] {
width: 90%;
background: #313131;
border: none;
height: 16px;
padding: 2px;
font-size: 13px;
color: #fff;
margin: 0px;
}

#newsletter input.btn {
width: 10%;
background: #626262;
border: none;
height: 20px;
padding: 1px;
font-size: 13px;
color: #fff;
}

#newsletter div.winnie-pooh {
display: none;
}


.col-foot li.phone {
	width: 100%;
	height: 14px;
	background: url(images/icons-foot.png) no-repeat 0px 0px;
	padding-left: 25px;
	font-size: 12px;
	text-transform: none;
	float: left;
	color: #aaaaaa;
	margin: 5px 0;
}

.col-foot li.mail {
	width: 100%;
	height: 14px;
	background: url(images/icons-foot.png) no-repeat 0px -14px;
	padding-left: 25px;
	font-size: 12px;
	text-transform: none;
	float: left;
	color: #aaaaaa;
	margin: 5px 0;
}

.col-foot li.mail a {
	font-size: 12px;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	color: #FFF;
}

.col-foot li.address {
	width: 100%;
	height: 14px;
	background: url(images/icons-foot.png) no-repeat 0px -28px;
	padding-left: 25px;
	font-size: 12px;
	text-transform: none;
	float: left;
	color: #aaaaaa;
	margin: 5px 0;
}

.col-foot li.blog {
	width: 100%;
	height: 14px;
	background: url(images/icons-foot.png) no-repeat 0px -42px;
	padding-left: 25px;
	font-size: 12px;
	text-transform: none;
	float: left;
	color: #aaaaaa;
	margin: 5px 0;
}

.col-foot li.blog a {
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	color: #aaaaaa;
}

#footer .payments, #footer .shipping {
    display: inline-block;
    height:29px;
    vertical-align: middle;
}

.seals .col-foot > div {
    margin-top: 10%;
}

#wrapper-legal {
	position: relative;
	background: #fff;
	color: #FFF;
	font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
	padding: 5px;
}

.powered-by {
	font-size: 11px;
	font-family: 'Open Sans', sans-serif;
	color: #313131;
}

.powered-by a {
	font-size: 11px;
	font-family: 'Open Sans', sans-serif;
	color: #313131;
}

.copyright {
	font-size: 9px;
	font-family: 'Open Sans', sans-serif;
	color: #535353;
	text-transform: uppercase;
	text-align: right;
}

#footer2 {
	width: 52px;
	height: 26px;
	text-align: left;
	float:left;
	margin-top: 10px;
	vertical-align: middle;
	padding-top: 6px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1B1B1B;
}

.social-title {
	width: 98%;
	padding: 5px;
	border-bottom: 1px dotted #a0a0a0;
	text-align: center;
}

.social-title h1, .social-title h2 {
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif !important;
	color: #313131;
	font-weight: 300;
}

.fb-like-box {
    background-color: #fff;
	width: 100%;
}

.fb_iframe_widget, .fb_iframe_widget iframe[style] {width: 100% !important;}
.fb-comments, .fb-comments iframe[style] {width: 100% !important;}

.fb_iframe_widget span {
width: 100% !important;
}

.fb-comments, .fb-comments span, .fb-comments.fb_iframe_widget span iframe {
    width: 100% !important;
}

.twitter-time {
	width: 100%;
	margin-top: 10px;
}


.twitter-time iframe, #twitter-widget-0 {
	width: 100% !important;
}




#footer a{text-decoration:underline;}
#footer a:hover{text-decoration:none;}

.dest-gral {
	text-align: center;
	font-size: 16px;
	line-height: 19px;
	overflow: hidden;
	width: 100%;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif !important;
	margin: 10px 0;
}

.dest-gral:hover {

}
.dest-gral img {
	max-height: 285px;
}

.dest-gral .head a {
	display: block;
}


.dest-gral .head .out-of-stock{
position: absolute;
z-index: 999;
float: left;
background: #3f4040;
opacity: 0.75;
color: #FFF;
padding: 2px 15px;
text-transform: uppercase;
font-size: 15px;
right: 0;
left: 0;
font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif !important;
margin-left: auto;
margin-right: auto;
width: 80px;
bottom: 25%;
}

.dest-gral .head .offer {
position: absolute;
z-index: 999;
float: left;
background: #3f4040;
opacity: 0.75;
color: #FFF;
padding: 2px 15px;
text-transform: uppercase;
font-size: 15px;
right: 0;
left: 0;
font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif !important;
margin-left: auto;
margin-right: auto;
width: 80px;
bottom: 35%;
}

.dest-gral .head:hover .product-details-overlay {
	display: block;
}

.dest-gral .head .product-details-overlay {
display: none;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.5);
z-index: 1000;
overflow: hidden;
}

.product-details-overlay:hover {
-webkit-transition: opacity 0.5s ease-out 0s;
-moz-transition: opacity 0.5s ease-out 0s;
-o-transition: opacity 0.5s ease-out 0s;
transition: opacity 0.5s ease-out 0s;
opacity: 0.85;
}

.product-image-wrap:hover .product-details-overlay {
  display: block;
}
  
.product-details-overlay span {
	color: #FFF;
	font-family: 'Open Sans Condensed', Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	padding: 5px 0;
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #FFF;
	width: 130px;
	position: absolute;
	left: 50%;
	top: 47%;
	height: 15px;
	margin-top: -10px;
	margin-left: -65px;
	line-height: 15px;
}

.product-details-overlay span:hover {
	text-decoration: none;
	color: #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}

/* ie7 */
.lt-ie8 .product-details-overlay, .lt-ie8 .product-image-wrap:hover .product-details-overlay {
  display: none !important; }

.product-details-overlay.landscape {
  padding: 10px 0; }

.product-details-overlay > div {
  width: 100%;
  height: 50%;
  position: relative; }

.product-details-overlay > div:first-child {
  margin-top: -1px;
  border-bottom: 1px solid #F7F7F7;
  border-bottom: 1px solid rgba(255, 255, 255, 0.85); }

.product-details-overlay.landscape > div {
  height: 100%;
  width: 50%;
  float: left; }

.product-details-overlay.landscape > div:first-child {
  margin-top: 0px;
  border-bottom: 0px;
  margin-left: -1px;
  border-right: 1px solid #F7F7F7; }

.product-ajax-cart a.unavailable {
  opacity: 0.70;
  cursor: default;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg); }

.product-ajax-cart a.unavailable:hover {
  opacity: 0.70;
  zoom: 1;
  filter: alpha(opacity=70); }

.ie9 .product-ajax-cart a.unavailable {
  left: 42%;
  top: 42%;
  zoom: 1;
  filter: alpha(opacity=70); }

.lt-ie9 .product-ajax-cart a.unavailable {
  left: 50%;
  top: 50%;
  zoom: 1;
  filter: alpha(opacity=70); }

.product-details-overlay > div a {
  text-align: center;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;

  height: 51px;
  width: 62px;
  margin-top: -23px;
  margin-left: -31px;
  font-family: 'editions';
  line-height: 45px;
  outline: none;
  color: #ffffff;
  overflow: hidden;
  opacity: 0.85;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  -moz-transition: -moz-transform 0.25s ease-in-out;
  -o-transition: -o-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg); }

.product-details-overlay > div a:hover {
  opacity: 1; }

.product-details-overlay .product-browse a {
  font-size: 105px; }

.product-details-overlay .product-ajax-cart a {
  font-size: 83px; }
  

.dest-gral .bajada {
	display:block;
	padding: 5px;
	width: 100%;
	border-bottom: 1px solid #dcdcdc;
    height: 70px;
}

.dest-gral .bajada .title {
	display: block;
	padding: 5px;
	height: 30px;
	overflow: hidden;
}

.dest-gral .bajada .title a {
	color: #000;
	font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif !important;
	line-height: 17px;
}

.dest-gral .bajada .title a:hover {
	text-decoration: underline;
}

.dest-gral .bajada .price {
	font-size: 15px;
	font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif !important;
	height: 20px;
	margin: 10px 5px 5px 5px;
}

.dest-gral .bajada .price-compare {
	
}

.dest-gral .bajada .price-compare span {
	color: #707070;
	font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif !important;
	text-decoration: line-through;
	border-right: 1px solid #bfbfbf;
	padding: 0 10px;
}


.dest-gral:hover .bajada {
	color: #000000;
}

.dest-gral .bajada a{
	display:block;	
}

.dest {
	display:table-cell;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #D2D2D2;
	overflow:hidden;
	width:143px;
}
.dest img{
	max-width:143px;
}
.dest .bajada {
	display:block;
	padding-right: 5px;
	padding-left: 7px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #FFFFFF;
}
.dest:hover {
	border: 1px solid #434343;
}
.dest:hover .bajada {
	padding-right: 5px;
	padding-left: 7px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #434343;
}

#ls_cart_notification .content,
#ls_cart_notification .loading{
	display:none;
	position: fixed;
	top: 200px;
	left: 400px;
	background: #ffffff;
	border: 4px solid #cccccc;
	height: auto;
	z-index: 10000;
	width: 300px;
	padding: 8px;
}

#ls_cart_notification .loading *{
	vertical-align: middle;	
}

/***  Cloud Zoom  ***/
/* This is the zoom window. */
.cloud-zoom-big {
	overflow:hidden;
	background-color:#fff;
}

/* This is the loading message. */
.cloud-zoom-loading {
	color:white;
	background:#222;
	padding:3px;
	border:1px solid #000;
}

.siteBarContainer {
	background:none repeat scroll 0 0 #FFFBE5;
	border-bottom:1px solid #CCCCCC;
	color:#666666;
	font-size:12px;
	left:0;
	padding:0;
	position:static;
	margin-bottom: 5px;
	text-align:center;
	top:0;
	width:100%;	
	height: 30px;
	line-height: 30px;
	overflow:hidden;
}

.siteBarContainer a{
	font-weight: bold;
}

/* User content */
.contentBox.user-content{
	padding:10px;
}

.user-content {
	font-size: 18px;
	line-height: 19px;
	color: #707070;
	margin: 10px 0 30px 0;
}
.user-content a {color:#1b1b1b; text-decoration:none; outline:none;}
.user-content a:hover {text-decoration:none; color:#535353; }
.user-content a:active {outline:none;}

.user-content a.quick {color:#000; text-decoration:none; text-transform:uppercase; font-size:14px; font-family:'Open Sans Condensed', Arial,Helvetica,sans-serif; width: 100%;
float: left; margin: 20px 0;}
.user-content a.quick:hover {text-decoration:underline;}

.quick-content {
    height:auto;
    overflow:auto;
}

.quick-content .name {
}

.user-content p,
.user-content div{
    margin: 20px 0;
}


.user-content ul,
.user-content ol{
    margin: 0 0 10px;
}

.user-content ul{list-style: disc inside none;}
.user-content ol{list-style: decimal inside none;}
.user-content li{line-height: 22px;}

.user-content h1 {font-size: 22px;
margin: 20px 15%;
line-height: 22px;
color: #1b1b1b;
font-family: 'Open Sans Condensed', Arial,Helvetica,sans-serif !important;
font-weight: 300;
text-transform: uppercase;}
.user-content h2 {font-size:32px;margin: 0 0 10px;line-height: 100%;color:#222;}
.user-content h3 {font-size:24px;margin: 0 0 10px;line-height: 100%;color:#222;}
.user-content h4 {font-size:20px;margin: 0 0 10px;line-height: 100%;color:#222;}
.user-content h5 {font-size:16px;margin: 0 0 10px;line-height: 100%;color:#222;}

.user-content img {

}


/* Superfish */
/*** ESSENTIAL STYLES ***/

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
	text-align: left;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			48px; /* match top ul list item height */
	z-index:		99999;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			-1px;
}
ul.sf-menu > li > a > .arrow{
	display:none;
}

/** HACK YEAH **/
.sf-menu li ul li a {

    font-size:14px;
    line-height: 18px;
    
}

/*** DEMO SKIN ***/
#navigation {
	width:100%;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	margin: 10px 0;
}

.sf-menu {
	width: 100%;
	text-align: center;
}
.sf-menu a {
	font-size: 17px;
    font-weight: 300;
    height:20px;
    line-height:20px;
    padding:13px 18px;
	text-decoration:none;
	color: #7d7d7d;
	text-transform:uppercase;
}

.sf-menu li.first a{
	padding-left:20px;
}
.sf-menu li {
	background: #fff;
	display: inline-block;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline: 0;
}

.sf-menu ul li ul li a, .sf-menu ul li ul li ul li a{
	text-align: left;
}

.sf-menu li.selected a {
	text-align: left;
}

.sf-menu li.selected ul li a {
	border: none;
}

.sf-menu ul {
	background: #fff;
}

.sf-menu .arrow{
	position:absolute;
	right:10px;
	font-size:12px;
}

nav.mobile select {
	width:100%;
	text-transform: uppercase;
	font-size: 17px;
}

.selos #selo_siteforte {
	float:left;
}
.selos a {
	float: left;
}
.selos {
	overflow: hidden;
	margin-bottom: 20px;	
}

.infinite-scroll-loading {
    background: url(loading.gif) no-repeat center;
    display: block;
    height: 80px;
    width: inherit;
    overflow: hidden;
}

.no-products-txt {
	text-align: center;
	padding: 30px 25px;
	z-index: 15;
	position: relative;
	width: 50%;
	margin: auto;
}

.no-products-txt p {
	font-size: 15px;
	color: #707070;
}

.no-products-txt a {
	font-size: 15px;
	color: #313131;
}


.sections.no-products {
    position: relative;
    height: 135px;
	width: 100%;
}

.sections.no-products img {
    margin-top: 10px;
}

.no-products-overlay {
    opacity: .45;
    background: white;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BFffffff', endColorstr='#BFffffff',GradientType=0 );
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
}


.no-products-overlay {
    opacity: .45;
    background: white;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BFffffff', endColorstr='#BFffffff',GradientType=0 );
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
}

.no-products-post-it {
    position: absolute;
    top: 15px;
    left: 280px;
    z-index: 5;
    width: 345px;
    height: 290px;
    background: url(no-products-post-it.png) 0 0 no-repeat;
    font-family: georgia, serif;
    font-size: 16px;
    color: #4B4A43;
    text-align: center;
    text-shadow: 0 1px 0 white;
}

.no-products-post-it-content {
    padding: 130px 55px 20px 20px;
    line-height: 1.4em;
}

.no-products-post-it {
    font-size:16px;
}

.no-products-post-it h1, .no-products-post-it h2 {
    display: block;
    color: #3B3A34;
    font-weight: bold;
    font-style: italic;
    font-size: 18px;
    margin: 0 0 10px 0;
}

.no-products-post-it em {
    display: block;
    color: #3B3A34;
    font-weight: bold;
    font-style: italic;
    font-size: 18px;
    margin: 0 0 10px 0;
}

.no-products-post-it a {
    color: #25669C;
}

.banner{
    margin:10px auto;
    text-align: center;
}

.banner img {
    width: 100%;
}

.homeslider {
    position: relative;
    padding: 0;
    margin: 0;
}

.homeslider li {
    padding: 0;
    margin: 0;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    background-size: 100% auto;
    background-position-y: -75px;
    width: 100%;
}

.homeslider li img {
    width: 100%;
}

.contentBox.theme-light.slider-wrapper {
    padding:0;
    width:100%;
	margin-bottom: 12px;
}

#shipping-calculator {
    margin-top: 10px;
    text-align: center;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 10px;
}

#shipping-calculator input {
   margin-left: 10px;
	margin-right: 10px;
	width: 90px;
	padding: 8px;
}

#shipping-calculator input[type="radio"],
#shipping-calculator .shipping-method { 
	width: 15px;
}

#shipping-calculator label {
	border-radius: 5px;
	padding: 5px;
}

#shipping-calculator input:checked ~ label {
	background: #eee;
	color: #f00;
	font-weight: bold;
}

#shipping-calculator .loading {
	background: url(spinner.gif) no-repeat center;
    display: inline-block;
    height: 16px;
    width: 16px;
    vertical-align: middle;
    margin-left: 20px;
}

#invalid-cep {
	color: #f00;
	margin-left: 20px;
}

#shipping-calculator ul.shipping-list li {
	display: block;
	float: none;
	text-align: left;
	margin-bottom: 10px;
}

#shipping-calculator ul.shipping-list {
    display: block;
    margin: auto;
    padding: 20px 0 0;
    width: 540px;
    border-bottom: none;
}

#shipping-calculator ul.shipping-list img {
	vertical-align: middle;
	margin-right: 20px;
    /* filter: url(filters.svg#grayscale); */ /* Not working in FF */
    filter: gray;
    -webkit-filter: grayscale(1);
}


/* FancyBox */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: none;
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 10000;
	outline: none;
	display: none;
	border: 1px solid #b5b5b5;
	background: #FFF;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;

}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -10px;
	right: -10px;
	width: 7px;
	height: 14px;
	background: url(images/close.png) no-repeat bottom;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-close:hover {
	background: url(images/close.png) no-repeat top;
}


#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent;
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: none;
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: none;
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}


#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: none;
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: transparent -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: transparent 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: transparent -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }

/* Responsive */

/* Landscape phones and down */
@media (max-width: 480px) {
    #shoppingCartPage .go-to-checkout a.button {
        float: none;
    }
    #shoppingCartPage .go-to-checkout input {
        margin: 0 auto 5px;
        width: 100%;
        float:none;
    }
    .contact_form .field label {
        text-align: left;
    }
    #shoppingCartPage .continue-buying    {
    width: auto;
	float: none;
	margin: 10px;
	}
}

/* Fix for ultra light button */
input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly],
input[disabled]:hover, select[disabled]:hover, textarea[disabled]:hover, input[readonly]:hover, select[readonly]:hover, textarea[readonly]:hover {
    background-color: #DDD;
    cursor: not-allowed;
}
form#login-form {
  margin: 0 auto;
  max-width: 500px;
}
/*banner-services styles*/
#banner-services .span4 {
width: 33.3%;
}
#banner-services{
    padding: 20px 0px;
    margin-bottom: 20px;
    margin-top: 20px;
}
#banner-services .span4, .span6, .span12{
    margin: 0px;
}
 
#banner-services i{
    font-size: 42px;
}
#banner-services .service-text h4{
    text-transform: uppercase;
}
#banner-services .span4 .banner-service-item, .span6 .banner-service-item, .span12 .banner-service-item{
    width: 300px;
    height: 40px;
    margin: auto;
}
.banner-services-footer #banner-services{
    width: 980px;
    margin: 10px auto;
}
/*End Banner Services*/

    /*banner services*/
    #banner-services{
        width: 100%;
    }
    #banner-services .span4 .banner-service-item, .span6 .banner-service-item, .span12 .banner-service-item{
        width: 240px;
    }
    #banner-services .span4 .banner-service-item h4, .span6 .banner-service-item h4, .span12 .banner-service-item h4{
        font-size: 14px;
    }
    #banner-services .span4:not(:last-child), .span6:not(:last-child), .span12{
    border-right:0px!important;
    }
    .banner-services-footer #banner-services{
    	width: 100%;
    }
       /*End Banner Services*/
    /* banner services*/
    #banner-services .span4, .span6, .span12 {
    width: 100%;
    }
    #banner-services .banner-service-item .service-text{
        float:left;
        width: auto;
    }
    #banner-services .banner-service-item .service-icon{
        width:50px;
       float:left;
       margin-right: 10px;
    }
    #banner-services .span4 .banner-service-item, .span6 .banner-service-item, .span12 .banner-service-item {
        width: 230px;
        margin: 25px auto;
        height: 45px;
    }
    #banner-services .span4:not(:last-child), .span6:not(:last-child), .span12{
    border-right:0px!important;
    }
    .banner-services-footer #banner-services{
	width: 100%;
    }
    /*End Banner Services*/