html, body {
	overflow-x: hidden;
}

body{
	font-size:1.6em;
	font-family: "Droid Sans", Arial, sans-serif;
	background-color:#f2f2f2;
	margin: 0;
	padding: 0;
}

/* unset bs3 setting */
.modal-open {
 overflow: auto; 
}

.pagepag {
  text-align: center;
}

.main {
	height: 100%;
	width: 100%;
}

.container {
	width: 100%;
	max-width: 1024px;
	padding-right: 7px;
	padding-left: 7px;
}

.btn-danger {
	background-color: #d62222;
}

.btn-danger:hover {
	background-color: #a21313;
}

.btn-danger:focus {
	box-shadow: none;
	border: none;
	outline: none;
}

.opacity-link {
	/*background-color: #ffffff; */
	opacity: 1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	text-decoration: none;
	display: block;
}

.opacity-link:hover {
	/*background-color: #ffffff;*/ 
	opacity: 0.80;
	filter:alpha(opacity=80); /* For IE8 and earlier */
	text-decoration: none;
}

.input-group-sm > .form-control {
	border-radius: 0;
	border: none;
	background-color: #d5d5d5;
	box-shadow: none;
}

.input-group-sm > .input-group-btn > .btn {
	border: none;
	border-radius: 0;
	background-color: #d5d5d5;
	margin-left: 3px;
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
	background-image: none;
	box-shadow: none;
	background-color: #aeaeae;
}

.form-control:focus {
	border: none;
	box-shadow: none;
}

.row {
  margin-right: -7px;
  margin-left: -7px;
}


.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding-right: 7px;
  padding-left: 7px;
}



/*-------------------------------------  Header  */

header {
	width: 100%;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
	z-index: 99;
	position: relative;
}

header .top-logo {
	background-color: #ffffff;
	width: 100%;
	/*height: 115px;*/
	padding-top: 35px;
	padding-bottom: 35px;
}



/*-------------------------------------  Header Menu  */

header nav > .container {
	padding: 0;
}

header nav.navbar-default {
	width: 100%;
	min-height: 50px;
	background-color: #cccccc;
}

header nav.navbar {
	border: none;
	border-radius: 0;
	margin: 0;
}

header ul.nav.navbar-nav {
	width: 100%;
	text-align: center;
}

header ul.nav.navbar-nav li {
	vertical-align: top;
	display: inline-block;
	/* if you need ie6/7 support */
	*display: inline;
	zoom: 1;
	float: none;
	margin: 0;
	padding: 0;
}

.navbar-nav > li > a,
.navbar-default .navbar-nav > li > a {
	font-weight: 700;
	font-size: 0.9em;
	color: #525252;
	margin: 0;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:hover {
	background-color: #aeaeae;	
}



/*-------------------------------------  Home  */

.home .banner {
	position: relative;
	padding-bottom: 60px;
}

.home .banner .container {
	width: 100%;
	max-width: 1400px;
	padding-right: 7px;
	padding-left: 7px;
}

.home .banner .phrase {
	z-index: 12;
	position: relative;
	text-align: center;
	padding-top: 120px;
}

.home .banner .phrase h2 {
	font-size: 2em;
	margin: 0 0 60px;
	font-weight: 700;
}

.home .banner .phrase p {
	width: 100%;
	max-width: 400px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	font-weight: 700;
	font-size: 1.1em;
	line-height: 1.6em;
}

.home .banner .phrase .btn {
	border-radius: 0;
	padding-left: 40px;
	padding-right: 40px;
	border: none;
}

/* ------------------------------ SLIDERS -------------- */

/* -- SLIDER 1nd LEVEL -- */
#carousel-main-left {
	left: 30%;
}
#carousel-main-right {
	right: 30%;
}

/* -- SLIDER 2nd LEVEL -- */
.slidsnd {
	width: 23.8%;
	margin-right: 1.6%;
	float: left;
}

#slidsnd3 {
	margin-right: 0!important;
}

/* -- SLIDER 3rd LEVEL -- */
.slidtrd {
	width: 32.4%;
	margin-right: 1.4%;
	float: left;
}

#slidtrd2 {
	margin-right: 0!important;
} 

/* -------------------------- CONTENT -------- */
.destcontent {
	background-color: #cccccc;
	padding-top: 30px;
}

.destcontent .container {
	width: 100%;
	max-width: 1400px;
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 30px;
}

.destcontent h3 {
	margin: 0 0 40px;
	font-weight: 700;
	font-size: 1.3em;
	color: #525252;
}

.destbar {
	width: 100%;
	position: relative;
	float: left;
}

.destbar .navbar .nav:before,
.destbar .navbar .nav:after {
    margin: 0;
    display: table;
    width: 100%;  
    font-family: inherit;  
}

.destbar .navbar .nav > li {
    display: table-cell;
    width: 1%;
    float: none;
}

.destbar .navbar .nav > li > a {
    text-align: center;
    color:#3e3e3e;
    text-decoration:none;
    padding: 10px 15px 10px;
    text-shadow:none;
    font-size: 12px;
}
.destbar .navbar .nav > li > a:hover {
    text-decoration:none;
}

.destbar .bmdesttexto{
    margin-top: 10px;
}

@media (min-width: 1200px) {
  .destbar .navbar .nav > li > a {
  	font-size: 14px;
	}
}


/*-------------------------------------  Product  */

.product-list .product-image {
	background-color: #ffffff;
	/*padding: 15px;
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	width: 100%;*/
}

.product-list .product-image img {
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
}

.product-list h4 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1em;
	color: #525252;
	margin-top: 20px;
	margin-bottom: 10px;
}



/*-------------------------------------  Home Destq  */

.home .destq .container {
	padding-top: 50px;
	padding-bottom: 140px;
}

.home .destq h3 {
	margin: 0 0 40px;
	font-weight: 700;
	font-size: 1.3em;
	color: #525252;
}




/*-------------------------------------  Catalogo Home  */

.catalog-home .container {
	padding-top: 80px;
	padding-bottom: 60px;
}

.catalog-home .product-list h4 {
	font-size: 0.8em;
	height: 28px;
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: center;
}



/*-------------------------------------  Catalogo Sub  */

.catalog-sub .container {
	padding-top: 0;
	padding-bottom: 60px;
}

.catalog-sub .filters {
	padding-top: 40px;
	padding-bottom: 40px;
}

.catalog-sub .filters ol.breadcrumb {
	margin: 0;
	padding: 0;
	background: none;
	width: 100% !important;
}

.catalog-sub .filters ol.breadcrumb li {
	background-color: #d5d5d5;
	padding: 5px 10px;
	margin-right: 3px;
	color: #747474;
}

.catalog-sub .filters ol.breadcrumb > li + li::before {
	content: " ";
	padding: 0;
}

.catalog-sub .filters ol.breadcrumb > li::after {
	content: "\e080";
	padding-left: 5px;
	font-size: 0.8em;
}

.catalog-sub .filters ol.breadcrumb > li a {
	color: #747474;
	font-size: 0.9em;
	font-weight: 400;
	font-family: "Droid Sans", Arial, sans-serif;
	text-transform: uppercase;
	height: 27px;
}

.catalog-sub .filters .popover {
  max-width: 276px;
  min-width: 200px;
  padding: 1px;
  font-family: "Droid Sans", Arial, sans-serif;
  line-height: 1.42857143;
  background-color: #aeaeae;
  border: none;
  border-radius: 0px;
}

.catalog-sub .filters .popover.left > .arrow {border-left-color: #aeaeae;}
.catalog-sub .filters .popover.bottom > .arrow {border-bottom-color: #aeaeae;}
.catalog-sub .filters .popover.right > .arrow {border-right-color: #aeaeae;}
.catalog-sub .filters.popover.top > .arrow {border-top-color: #aeaeae;}

.catalog-sub .filters .popover.top > .arrow:after {border-top-color: #aeaeae;}
.catalog-sub .filters .popover.bottom > .arrow:after {border-bottom-color: #aeaeae;}
.catalog-sub .filters .popover.left > .arrow:after {border-left-color: #aeaeae;}
.catalog-sub .filters .popover.right > .arrow:after {border-right-color: #aeaeae;}

.catalog-sub .filters .popover ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #aeaeae;
	opacity: 1;
}

.catalog-sub .filters .popover ul li {
	background-color: #aeaeae;
	opacity: 1;
	margin: 0 0 1px;
	text-align: left;
	list-style: none;
	padding: 0;
}

.catalog-sub .filters .popover ul li a {
	color: #f0f0f0;
	font-size: 0.9em;
	font-weight: 700;
	text-transform: uppercase;
}

.catalog-sub .filters .pesqpor {
	float: right;
}

.catalog-sub .filters .pesqall {
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}

.catalog-sub .filters .btn {
	height: 27px;
	border-radius: 0px;
	border: none;
	background-color: #d5d5d5;
	color: #747474;
	line-height: 17px;
	font-family: "Droid Sans", Arial, sans-serif;
	box-shadow: none;
}

.catalog-sub .filters .btn:hover, .catalog-sub .filters .btn:focus, .catalog-sub .filters .btn:active {
	background-image: none;
	box-shadow: none;
	background-color: #aeaeae;
}

.catalog-sub .filters ul.dropdown-menu {
	border: none;
	border-radius: 0px;
	background-color: #aeaeae;
	padding: 10px;
	/*margin: 0;*/
}

.catalog-sub .filters ul.dropdown-menu li a {
	padding: 0;
	color: #f0f0f0;
	font-size: 0.9em;
	font-weight: 700;
	text-align: right;
}

.catalog-sub .filters ul.dropdown-menu li a:hover {
	background: none;
	text-decoration: underline;
}

.catalog-sub .product-list p {
    color: #525252;
    font-size: 0.65em;
    margin-bottom: 0;
    text-align: left;
}
.catalog-sub .product-list h4 {
    height: 30px;
    overflow: hidden;
    margin-bottom: 10px;
    text-align: left;
}

.catalog-sub .product-list h5 {
	color: #525252;
	font-size: 1.1em;
	font-weight: 700;
	margin: 0;
	text-align: right;
}

.catalog-sub .product-list h5 span {
	font-weight: 400;
}

.catalog-sub .product-list .btn-danger {
	border-radius: 0px;
	border: none;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 40px;
}




/*-------------------------------------  Footer  */

.product-detail .container {
	padding-bottom: 80px;
}

.product-detail .shadow {
	background-color: #d5d5d5;
}

.product-detail .shadow .container {
	padding-bottom: 60px;
	padding-top: 50px;
}

.product-detail .shadow h3 {
	margin: 0 0 40px;
	font-weight: 700;
	font-size: 1.3em;
	color: #525252;
}

.product-detail #galeria .thumbnails  {
	overflow: hidden;
	margin-top: 10px;
	white-space: nowrap;
	padding-bottom: 5px;
}

.product-detail #galeria .thumbnails a {
	position: relative;
	/*float: left;*/
	display: inline-block;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
	background-color: #ffffff;
	margin-right: 10px;
	width: 130px;
	height: 130px;
}

.product-detail #galeria .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #aeaeae;
}

.product-detail #galeria .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #d5d5d5;
}

.product-detail #galeria .mCSB_container {
	padding-bottom: 5px;
}

.product-detail #galeria .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	height: 22px;
}

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	height: 16px;
}

.product-detail #galeria .image {
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
	background-color: #ffffff;
	max-width: 419px;
}

.product-detail h2 {
	background-color: #d5d5d5;
	padding: 15px 30px;
	display: block;
	color: #818181;
	margin-top: 0;
	font-size: 1em;
	font-weight: 700;
}

.product-detail .info {
	margin-left: 30px;
	margin-top: 30px;
}

.product-detail .info p {
	color: #525252;
	font-size: 0.9em;
	margin-bottom: 0;
}

.product-detail .info .btn-danger {
	border-radius: 0px;
	border: none;
	margin-top: 80px;
	margin-bottom: 10px;
	padding-right: 25px;
	padding-left: 25px;
}

.product-detail .info ul.share-buttons {
	margin: 5px 0 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.product-detail .info ul.share-buttons li {
	float: left;
	margin: 0;
	padding: 0 20px 0 0;
	text-indent: 99999999px;
	font-size: 0;
}

.product-detail .info ul.share-buttons li:last-child {
	margin: 0;
}

.product-detail .info ul.share-buttons li a {
	background: url(../img/share.png) no-repeat;
	width: 36px;
	height: 30px;
	display: block;
}

.product-detail .info ul.share-buttons li a.facebook {
	background-position: -40px 0;
}

.product-detail .info ul.share-buttons li a.twitter {
	background-position: -80px 0;
}

.product-detail .info ul.share-buttons li a.email {
	background-position: 0px 0;
}



/*-------------------------------------  Footer  */
.modal-content {
	border: none;
	border-radius: 0;
	padding: 15px;
}

.modal-header, .modal-footer {
	border: none;
}

.modal-footer .btn-danger {
	border-radius: 0px;
	border: none;
}

.modal-body input,
.modal-body textarea {
	border: none;
	border-radius: 0;
	background-color: #d5d5d5;
	box-shadow: none;
}

.modal-body input:focus,
.modal-body textarea:focus {
	border: none;
	box-shadow: none;
}

.modal-body .form-horizontal .control-label {
	color: #818181;
	font-size: 0.9em;
	font-weight: 700;
	padding: 0;
}

.modal-header h4 {
	color: #818181;
	font-size: 1em;
	font-weight: 700;
}



/*-------------------------------------  Footer  */

.contacts.container {
	padding-top: 80px;
	padding-bottom: 80px;
}

.contacts address {
	margin: 0;
	padding: 0;
}

.contacts address p {
	font-size: 0.8em;
	color: #525252;
	margin: 0;
}

.contacts h2 {
	background-color: #d5d5d5;
	padding: 10px;
	display: block;
	color: #818181;
	margin-top: 0;
	font-size: 1em;
	font-weight: 700;
}

.contacts .telf {
	margin-top: 20px;
}


/*-------------------------------------  Footer  */

footer {
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
	background-color: #ffffff;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 45px;
}

footer address a, footer p {
	color: #525252;
	font-size: 0.85em;
	font-weight: 700;
	margin-bottom: 4px;
}

footer a:hover {
	color: #d5d5d5;
	text-decoration: none;
}

footer .reserve p {
	color: #8a8a8a;
	font-weight: 400;
	font-size: 0.65em;
	margin: 0;
}

footer ul.social {
	margin: 25px 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

footer ul.social li {
	vertical-align: top;
	display: inline-block;
	/* if you need ie6/7 support */
	*display: inline;
	zoom: 1;
	float: none;
	margin: 0;
	padding: 0 20px 0 0;
	text-indent: 99999999px;
	font-size: 0;
}

footer ul.social li:last-child {
	margin: 0;
}

footer ul.social li a {
	background: url(../img/social_icones.jpg) no-repeat;
	width: 27px;
	height: 27px;
}

footer ul.social li a.facebook {
	background-position: 10px 0;
}

footer ul.social li a.twitter {
	background-position: -43px 0;
}

footer ul.social li a.google {
	background-position: -90px 0;
}








/*-------------------------------------  Mobile  */

@media (min-width: 1400px) {
.banner-home img {
	max-width: 100%;
	width: 100%;
	left: 0;
	margin-left: 0;
	position: absolute;
}
}


/*@media (max-width: 768px) {

.container {
	padding-left: 15px;
	padding-right: 15px;
}
}*/

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
.catalog-home .product-image {
	max-height: 100%;
}

.top-logo .input-group {
	margin-top: 30px;
}

.catalog-sub .filters .pesqpor {
	float: left;
	margin-top: 20px;
}

.product-detail h2 {
	margin-top: 40px;
}

.product-detail .info {
	margin-left: 0;
}

.product-detail #galeria .image {
	margin-left: auto;
	margin-right: auto;
}
}

.thumb {
	max-width: 130px;
	max-height: 130px;	
}


/* --------- RESPONSIVE CUSTOMIZATION ------- */
@media (max-width: 767px) {
    .home .banner {
			padding-bottom: 20px;
		}
		.slidsnd{
        width: 49.2%;
    }
    #slidsnd1,
		#slidsnd3{
        margin-right: 0;
    }
    .slidsnd .item{
        height:auto;
        width: 100%;
    }
    /*.slidsnd .item a img{
        width:49%;
    }*/
    .slidsnd .item .carousel-caption{
        width:45%;
    }
		
    .slidtrd .item{
        height:auto;
        width: 100%;
    }
    /*.slidtrd .item a img{
        width:49%;
    }*/
    .slidtrd .item .carousel-caption{
        width:45%;
    }
}

@media (max-width: 567px) {
    .destcontent{
        padding-top: 10px;
    }
    .carousel{
        margin-bottom: 0px;
    }
    
    .slidsnd{
        margin-top: 10px;
    }
		.slidsnd .item a img{
        width:100%;
    }
    .slidsnd .item .carousel-caption{
        width:100%;
    }
    
    .slidtrd{
        width: 100%;
				margin: 20px 0 0 0;
    }
    .slidtrd .item{
        height:auto;
        width: 100%;
    }
    /*.slidtrd .item a img{
        width:49%;
    }*/
    .slidtrd .item .carousel-caption{
        width:45%;
    }
		.slidtrd .item a img{
        width:100%;
    }
    .slidtrd .item .carousel-caption{
        width:100%;
    }
}

@media (max-width: 400px) {
    .destcontent{
        padding-top: 10px;
    }
    .carousel{
        margin-bottom: 0px;
    }
    .slidsnd{
        width: 100%;
				margin-right: 0;
    }
}