.logo-style{
	text-align:center !important;
  line-height:27px !important;
  width:118px !important;
  height:27px !important;
  margin-bottom:0 !important;
  text-transform:uppercase;
  margin-top: 20px;
  font-size: 24px;
  text-decoration:none !important;
}

.logo-style a{
	text-decoration:none !important;
}

#estimates {
  padding:20px 0 0;
  margin: 10px 20px;
}

#pmargin {margin-top:2em;}

.mobile-nav:hover {
	background-color: transparent;
}
.mobile-nav.active {
	background-color: transparent;
}

/* Login Form */
.reset-password {
   float: none;
   display: block;
   width: 100%;
   padding: 10px 0;
}

/* COLORS */
.ci-icon:before {
  background:  #664433 !important;
}

.btn-mod, a.btn-mod {
	background: #664433;
}

.bg-gray-lighter, .bg-gray {
	background-color: #fdf9f0 !important;
}

.footer {
	background-color: #dbd9d2 !important;
}

.bg-dark-lighter {
	background-color: #252525 !important;
}

/* END OF COLORS */

/* CART */
.cart-resume {
  width: 100%;
  margin-bottom: 20px;
}

.estimate_shipping_buttons {
  text-align: center;
}

.order-total {
	font-size: 20px;
  font-weight: bold;
}
/* END OF CART */
/*checkout*/
#payments_options p, #payments_options h1, #payments_options h2, #payments_options h3, #payments_options ul, #payments_options ol, #payments_options li, #shipping_options p, #shipping_options h1, #shipping_options h2, #shipping_options h3, #shipping_options ul, #shipping_options ol, #shipping_options li {margin: 0 0 0 5px;}
#payments_options ul, #payments_options ol, #shipping_options ul, #shipping_options ol {padding:0;}
#payments_options div.payment_information {margin: 0 0 5px 24px !important;}
#payments_options input, #shipping_options input {float: left; margin: 5px 5px 0 5px;}
.checkbox input[type=checkbox] {margin-left: 0px;}
/*success*/
.payment_information_success p,.payment_information_success h1,.payment_information_success h2,.payment_information_success h3,.payment_information_success h4, .payment_information_success ul, .payment_information_success ol, .payment_information_success li {
  margin: 0;
}
.payment_information_success ul, .payment_information_success ol, .payment_information_success li {
  margin: 0;
  list-style: none;
  padding: 0;
}

.contact_partial {margin-top:100px;}
#checkout .loader {width: 20px;height: 20px;margin:8px auto 0;left: 0 ;right: 0; top: inherit;position:absolute;}
.alert-box.alert {background: none;border: none;margin-bottom: 0;padding: 0;text-shadow: none;}

@media only screen and ( min-width: 768px) and (max-width: 1200px)  {
  #set_coupon_code_button {margin-top: 5px }
}

@media only screen and (max-width: 768px) {
  #contact {text-align:center;}
  .contact-item > .ci-icon {display:none;}
  .contact-item {padding-left: 0;}
  .cart-resume {
  	margin-top:60px;
  }
  .estimate_shipping_buttons > input {
  float:right;
  }
  .page iframe {width: 100%;}

}

@media only screen and (max-width: 320px) {
  .contact-item > .ci-icon {top: 10%; left: 25%;}
}
/*WEBPAY*/

#top > section > div > div > div > div > div > div.hs-line-13.font-alt.mb-10 {
  font-size: 46px;
}

#webpay-failure-reasons {
  text-align: left;
}

/*Banner*/
@media only screen and ( min-width: 1079px) {
  .fixed-height-small {
    min-height: 750px;
  }
}
.circular {
	border-top-left-radius: 50% 50%;
  border-top-right-radius: 50% 50%;
  border-bottom-right-radius: 50% 50%;
  border-bottom-left-radius: 50% 50%;
}
.biography-photo {
	/*width: 200px;*/
}
.action_button {
    color: #ffffff;
    padding: 12px 32px !important;
    border: 1px solid rgba(255,255,255,0.6);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background-color: rgba(255,255,255,0.1) !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
    position: relative;
  	text-decoration: none;
}

.action_button:hover {
    color: #ffffff;
    background-color: rgba(255,255,255,0.2) !important;
    border-color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,0.6);
}
.store_message_home {
	display: block;
  border-bottom: 1px solid #7D7674;
  border-top: 1px solid #7D7674;
  padding: 10px 0;
}
.shadow {
	-webkit-box-shadow: 11px 7px 33px -15px rgba(0,0,0,0.75);
  -moz-box-shadow: 11px 7px 33px -15px rgba(0,0,0,0.75);
  box-shadow: 11px 7px 33px -15px rgba(0,0,0,0.75);
}
.details-home ul {
  padding: 15px 0;
  margin-bottom: 10px;
  list-style: none;
  color: #777;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.footer-copy iframe{
	text-align: center;
  margin: 0 auto;
  width: auto;
}
@media only screen and (max-width: 479px) {
  .home-content {
  	width: auto;
  }
  img.principal-home {
    width: 60%;
  }
  .home-text, .store_message_home, h1, .details-home h2, .biography h2 {
  	text-align: center !important;
  }
  .fixed-height-small {
    min-height: 650px;
	}
  .small-section h1 {
  	font-size: 20px;
  }
  .principal-home {
  	margin-top: 0;
  }
   
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .home-content {
  	width: auto;
  }
  img.principal-home {
    width: 250px;;
  }
  .home-text, .store_message_home, h1, .details-home h2, .biography h2 {
  	text-align: center !important;
  }
  .fixed-height-small {
    min-height: 450px;
	}
  .small-section h1 {
  	font-size: 20px;
  }
  #top > section.page-section > div > div > div.col-md-4.mb-md-30 > div.post-prev-img > a > img {
  	width: 50%;
    margin: 0 auto;
    display: block;
  }
  .principal-home {
  	margin-top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-section {
    padding: 50px 0;
  }
  .fixed-height-small {
    min-height: 480px;
	}
  .home-text h1.hs-line-14 {
  	font-size: 43px;
  }
  .details-home iframe {
    width: 100%;
  }
  .principal-home {
  	margin-top: 10px;
  }
  .store_message_home {
  	margin-bottom: 75px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
  .details-home iframe {
    width: 100%;
  }
  .principal-home {
  	margin-top: 10px;
  }
  .page-section {
    padding: 30px 0 10px;
  }
  .fixed-height-small {
    min-height: 480px;
	}
  .store_message_home {
  	margin-top: 40px;
    margin-bottom: 80px;
    font-size: 20px;
  }
  .home-content h1 {
    font-size: 54px;
  }
  
}