a, button, input.submit, input[type="submit"], .mainbanner .btn, input[type="reset"], input[type="button"], input[type="image"], .animationcss, *:before, *:after, span, input, textarea, .btn, .navbar-brand, a.navbar-brand img, #top-links a, .main-navigation, .glyph {
	-webkit-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

/*loader*/
body .loader_cogs {	z-index: -2;width: 55px;height: 55px;	/*top: -120px !important;*/	position: absolute;	left: -40px;right: 0;top: 0;bottom: 0;margin: auto;}
body .loader_cogs__top {position: relative;	width:55px;height: 55px;/*transform-origin: 40px 40px;*/	-webkit-animation: rotate 10s infinite linear;	animation: rotate 10s infinite linear;}
body .loader_cogs__top div:nth-of-type(1) {	transform: rotate(30deg);	}
body .loader_cogs__top div:nth-of-type(2) {	transform: rotate(60deg);	}
body .loader_cogs__top div:nth-of-type(3) {	transform: rotate(90deg);	}
body .loader_cogs__top div.top_part {width: 55px;border-radius: 3px;position: absolute;height:55px;	background: #343435;	}
body .loader_cogs__top div.top_hole {	width: 45px;height: 45px;border-radius: 100%;	background: white;	position: absolute;	position: absolute;
		left: 0;right: 0;top: 0;bottom: 0;	margin: auto;	}
body .loader_cogs__left {position: relative;width: 60px;transform: rotate(16deg);top: 28px;/*transform-origin: 30px 30px;*/	animation: rotate_left 10s 0.1s infinite reverse linear;
	left: -20px;height: 60px;}
	body .loader_cogs__left div:nth-of-type(1) {transform: rotate(30deg);	}
	body .loader_cogs__left div:nth-of-type(2) {transform: rotate(60deg);	}
	body .loader_cogs__left div:nth-of-type(3) {	transform: rotate(90deg);	}
	body .loader_cogs__left div.left_part {	width: 60px;	border-radius: 5px;	position: absolute;		height: 60px;		background: #343435;	}
	body .loader_cogs__left div.left_hole {
		width: 35px;height: 35px;border-radius: 100%;background: white;	position: absolute;	position: absolute;	left: 0;right: 0;top: 0;	bottom: 0;	margin: auto;}

body .loader_cogs__bottom {position: relative;	width: 45px;	top: -42px;	/*transform-origin: 30px 30px;	-webkit-animation: rotate_left 10.2s 0.4s infinite linear;*/
	animation: rotate_left 10.2s 0.4s infinite linear;	transform: rotate(4deg);left: 65px;	height: 45px;}
	body .loader_cogs__bottom div:nth-of-type(1) {	transform: rotate(30deg);	}
	body .loader_cogs__bottom div:nth-of-type(2) {	transform: rotate(60deg);	}
	body .loader_cogs__bottom div:nth-of-type(3) {	transform: rotate(90deg);	}
	body .loader_cogs__bottom div.bottom_part {	width: 45px;border-radius:3px;	position: absolute;	height: 45px;background: #343435;	}
	body .loader_cogs__bottom div.bottom_hole {width: 20px;height: 20px;border-radius: 100%;background: white;	position: absolute;position: absolute;	left: 0;right: 0;	top: 0;	bottom: 0;margin: auto;	}

/* Animations */
@-webkit-keyframes rotate {
	from {transform: rotate(0deg);	}
	to {transform: rotate(360deg);	}
}
@keyframes rotate {
	from {transform: rotate(0deg);	}
	to {	transform: rotate(360deg);	}
}
@-webkit-keyframes rotate_left {
	from {transform: rotate(16deg);	}
	to {transform: rotate(376deg);	}
}
@keyframes rotate_left {
	from {transform: rotate(16deg);	}
	to {transform: rotate(376deg);	}
}
@-webkit-keyframes rotate_right {
	from {transform: rotate(4deg);	}
	to {transform: rotate(364deg);	}
}
@keyframes rotate_right {
	from {transform: rotate(4deg);	}
	to {transform: rotate(364deg);	}
}
/* fim loader*/





body {
    font-family: Montserrat;
    font-weight:500;
    color: #666;
    font-size: 14px;
    line-height: 1.7;
    position: relative;
    background: #FFF;
    letter-spacing: 0.5px;
}
ul {
	list-style-type: none;
}
:focus {
	outline: none !important;
}
b, strong {
    font-weight: 700;
}
h1, h2, h3, h4, h5, h6 {
    color: #121212;
    font-family: 'Darker Grotesque', sans-serif;
 }
/* default font size */
.fa {
	font-size: 20px;
}
/* Override the bootstrap defaults */
h1 {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
 }
.mainbanner h1 {
	text-shadow: 1px 1px 10px #000;
	font-size: 50px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	font-family: Montserrat;
	font-style: italic;
}
h2 {
	font-size: 32px;
	font-weight: 600;
}
.mainbanner h2 {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	font-family: Montserrat;
	text-shadow: 1px 1px 10px #000;
}
.mainbanner .btn {
	font-size: 18px;
	font-weight: 700;
	color: #FFF;
	font-family: Montserrat;
	background: #b91f21;
	transition: transform .2s;
	transition-delay: 4s;
	margin-top: 20px;
	transform: scale(1);
}
	.mainbanner .btn:hover {		transform: scale(1.1);	}
h3 {
    font-size: 25px;
    line-height:45px;
    font-weight: 500;
}
h4 {
	font-size: 25px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 18px;
}
a {
	color: #000;
	text-decoration: none;
}
a.accordion-toggle {
	color: #b91f21;
}
a.accordion-toggle.collapsed {
	color: #646464;
}
a:hover {
	text-decoration: none;
	color: #b91f21;
}

legend {
	background: #e6e6e6;
	font-size: 17px;
	font-family: Montserrat;
	padding: 15px;
	display: block;
	width: 100%;
	margin-bottom: 20px;
	color: #000;
	border: 0;
	font-weight: 600;
}
/* alert start*/
.alert {
	padding: 8px 14px 8px 14px;
}
/* alert end */
label {
	font-size: 14px;
	font-weight: 500;
	margin: 3px 0;
}
/*.box {
	margin: 0 -20px;
}*/
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 14px;
	-moz-appearance: none;
	appearance: none;
	-webkit-appearance: none;
	border: 1px solid #f0f0f0;
	font-size: 14px;
	border-radius: 0px
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	border: none;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
#accordion .input-group-btn .btn {
	margin-left: 10px;
	float: left;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.nav-tabs {
	margin-bottom: 15px;
}
/* top */
.list-inline > li:before {
	background: url(../img/pipe.png);
}
#top .container {
	padding: 0 20px;
}
#top .btn-link, #top-links a {
    color: #b91f21;
    font-weight: normal;
    text-decoration: none;
    padding: 0px ;
    display: inline-block;
}
#top-links .fa {
	font-size: 42px;
}
#top-links li.sair .fa {
    font-size: 22px;
}
#top .btn-link:hover, #top-links a:hover, .top-cart a:hover .fa {
	color: #000;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
	line-height: 14px;
}
#top-links ul {
	float: left;
}
#top-links a + a {
	margin-left: 15px;
}
#top-links .dropdown-menu {
	text-align: left;
	margin-top: 16px;
}
#top-links .dropdown-menu li a {
	padding: 3px 10px;
	color: #000;
	display: block;
}
#top-links .dropdown-menu li a:hover {
	background: none;
	color: #fff;
	background: #b91f21;
}
/*#principal .collapse, .collapse {
    display: block
}*/
#top-links .dropdown.open .dropdown-toggle {
    background: none;
}
.list-inline {
	margin: 10px -5px 0;
	float: none;
	display: inline-block;
	vertical-align: top;
}
.wel-come-msg {
	color: #fff;
	float: left;
	padding: 12px 20px 0 0;
}
.header-top {
	background: #b91f21;
}
.language .btn.btn-link.dropdown-toggle, .currency .btn.btn-link {
	padding: 12px 20px 10px 0px;
	background-color: rgba(255, 255, 255, 0);
}
.language, .currency {
	float: left;
}
.language .dropdown-menu, .currency .dropdown-menu {
	left: 0;
	margin: 0;
	right: auto;
	text-align: left;
}
.language li a, .currency li a {
	padding: 3px 10px;
	color: #000;
}
.language li a:hover, .currency li .btn-link:hover {
	color: #fff;
	background-color: #b91f21;
}
.currency-select.btn.btn-link.btn-block {
	font-weight: normal;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus{
	color: #ffffff;
	background: #b91f21;
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #b91f21;
	background-image: linear-gradient(to bottom, #b91f21, #1f90bb);
	background-repeat: repeat-x;
}
.currency .btn-link, .language .btn-link, .currency .btn-link:hover {
	background: none;
	text-decoration: none;
	color: #fff;
}
.currency .btn-link:hover, .language .btn-link:hover {
	color: #fff;
}
.currency .btn-link .fa, .language .btn-link .fa {
	margin: 0 10px;
}
.currency .btn-link:hover .fa, .language .btn-link:hover .fa {
	color: #fff;
}
.alert-warning {
    background-color: rgba(51, 102, 102, 0.2);
    border-color: #b91f21;
    color: #b91f21;
}
/* CSS for Header Start */

.header-inner {
	width: 100%;
}
.header-contact {
	display: inline-block;
}
.respo-header-middle, .top-toggle {
	display: none;
}
.header-inner .header-left {
	width: auto;
	padding: 0;
	margin: 22px 0;
}
.header-inner .header-right {
	padding: 0;
	float: right;
	width: auto;
	margin: 35px 0;
}
/* logo */
#logo {
    margin: 0;
    max-width: 200px;
}
/* search */
#search .input-lg {
	height: 45px;
	width: 300px;
	line-height: 45px;
	border-radius: 0;
	border: 1px solid #e5e5e5;
}
.pesquisa {
	height: 36px;
	width: 250px;
	line-height: 36px;
	border-radius: 0 !important;
	border: 1px solid #e5e5e5;
}
#search .btn-lg {
	padding: 8px 10px !important;
	text-shadow: none;
	background: #f0f0f0 !important;
	border-radius: 0;
	border: 0;
	color: #323131;
	margin: 0px;
}
#search {
	float: left;
}
#search.input-group {
	position: static;
}
#search .btn {
	background: #b91f21;
	/*border-left: 1px solid rgba(0, 0, 0, 0.1);*/
	padding: 10px 16px;
	border-radius: inherit;
}
	#search .btn:hover {
		background: #101010 !important;
	}
	#search .btn {
		background: #000;
	}

#search {
	border-radius: 0;
	border: none;
	height: 35px;
	line-height: 12px;
}
/* Cart */
.larguraInput{
    width:195px;
}
.larguraBts {
    width: 182px;
}
.top-cart .qty-top-cart-active {
    background: none repeat scroll 0 0 #f5f5f5;
    border: 1px solid #e8e8e8;
    border-radius: 0;
    font-size: 0.70em;
    font-weight: bold;
    position: relative;
    left: -15px;
    text-align: center;
    top: 10px;
    padding: 4px;
    min-width: 25px !important;
    background-color: #333;
    display: inline-block;
    line-height: 15px;
    color: #fff;
}
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart > .btn:hover .fa {
	color: #666;
}
#cart .img-thumbnail {
	max-width: none;
	width: auto;
}
.header-right #cart > .btn {
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 0.5px;
	color: #999;
	background: none;
	border: 0;
	text-shadow: none;
	margin: 0 auto;
	width: auto;
	-ms-text-align-last: auto;
	text-align: left;
	padding: 0;
}
.header-right #cart {
	float: right;
	margin: 0;
}
.header-right #cart .dropdown-menu {
	margin: 0;
	top: 65px;
	border-top: 2px solid #b91f21;
	-webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
}
.header-right .fa-caret-down {
	padding: 0px 0px 0 10px;
	color: #aaabab;
}
.header-right .fa-caret-down:hover {
	color: #fff;
}
.header-right #search {
	float: left;
	clear: right;
	margin: 0 25px 0 0;
	background: #fff;
}
.header-right #search .btn-lg:hover .fa {
	color: #666;
}
.top-cart {
    font-size: 19px;
    color: #b91f21;
    display: inline-block;
    line-height: 50px;
    vertical-align: top;
}
/*.top-cart > a > span { padding-left:20px; }*/
.top-cart.carrinho .fa{
    font-size: 29px;
    color: #b91f21;
    padding-left:20px
}

.qtdlinkRemove.btn.btn-danger {
    margin-left:1px
}
.qty.form-control, .minus, .add {
    display: inline-block
}
.qty.form-control {
    width: 120px;
    padding: 8px;
}
.minus, .add {
    padding: 9px 14px !important;
    margin-right: 1px !important;
    margin-left:0px !important
}
.minus{
    background-color: rgba(0,0,0,0.7)!important;
    width:36px
}
.add{
    background-color: rgba(102,102,102,0.7)!important
}
	.minus:hover, .add:hover, .btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled], .btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    background-color: rgba(102,0,0,1)!important
}
/* Tabelas */
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border: 0px solid #e5e5e5;
}
.table > thead > tr  {
    background-color: rgba(102, 102, 102, 0.4);
    color: #fff;
}
/*.table {
    margin-bottom: 0px;
}*/
.table td {
    padding: 12px !important;
    vertical-align: middle !important;
}
table.details > tbody > tr:not(.row-details):hover {
  cursor: pointer;
  background: #ddd;
}
.opened {
    background: rgba(51,102,102,0.5) !important;
    color: #fff;
    font-weight: bold;
}
.row-details {
    background: rgba(51,102,102,0.5) !important;
}
.panel-primary {
  border-color: #e65410;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #e65410;
  border-color: #e65410;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e65410;
}
.panel-primary > .panel-heading .badge {
  color: #e65410;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #e65410;
}
.panel-primary1 {
  border-color: #ddd;
}
.panel-primary1 > .panel-heading {
  color: #000000;
  background-color: #f5f5f5;
  padding:5px
}
.panel-primary1 > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-primary1 > .panel-heading .badge {
  color: #ddd;
  background-color: #fff;
}
.panel-primary1 > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* Checkout */
#checkout-wizard .navbar, .nav-pills > li > a {
    border-radius: 0px;
    height: 40px;
    line-height: 40px;
}
#checkout-wizard .navbar {
    margin-bottom: 30px;
}
#checkout-wizard .nav li:not(.active) {
    background: #f5f5f5;
}
.nav.nav-pills {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 50px;
}
.nav.nav-pills > li {
    flex-grow: 1;
    text-align: center;
    
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	color: #ffffff;
	background-color: #c2c2c2;
	height: 50px;
	font-size: 15px;
	line-height: 50px
}











/* EFEITO HOME FAMILIAS */
.grid {	position: relative;	margin: 0 auto;	padding: 1em 0 4em;	list-style: none;	text-align: center;}
.grid figure { 	position: relative;	float: left; overflow: hidden; margin: 10px; /*min-width: 200px;*/ max-width: 480px;	max-height: 300px; width: calc(33% - 17px); background: #000; text-align: center; cursor: pointer;}

.grid figure img {	position: relative; display: block; min-height: 100%; max-width: 100%; 	opacity: 0.75; }
.grid figure figcaption {padding: 2em;	color: #fff;text-transform: uppercase;font-size: 1.25em;-webkit-backface-visibility: hidden;backface-visibility: hidden;}
.grid figure figcaption::before, .grid figure figcaption::after {	pointer-events: none;		}
.grid figure figcaption, .grid figure figcaption > a {	position: absolute;	top: 0;	left: 0; width: 100%; height: 100%;	}
/* Anchor will cover the whole item by default */
.grid figure figcaption > a { z-index: 1000; text-indent: 200%;	white-space: nowrap; font-size: 0;	opacity: 0;	}
.grid figure h2 {	word-spacing: -0.15em;	font-weight: 300;		}
.grid figure h2 span {	font-weight: 800;	}
.grid figure h2, .grid figure p {	margin: 0;	}
.grid figure p {letter-spacing: 1px;font-size: 68.5%;	}
/* Individual effects */
figure.effect-layla img {	height: 390px;	}
figure.effect-layla figcaption {	padding: 3em;	}
figure.effect-layla figcaption::before,	figure.effect-layla figcaption::after {	position: absolute;	content: '';opacity: 0;	}
figure.effect-layla figcaption::before {top: 50px;	right: 30px;bottom: 50px;	left: 30px;	border-top: 1px solid #fff;	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);	transform: scale(0,1);-webkit-transform-origin: 0 0;transform-origin: 0 0;	}
figure.effect-layla figcaption::after {	top: 30px;	right: 50px;bottom: 30px;	left: 50px;	border-right: 1px solid #fff;border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);	transform: scale(1,0);	-webkit-transform-origin: 100% 0;transform-origin: 100% 0;	}
figure.effect-layla h2 {	color: #fff;	padding-top: 26%;-webkit-transition: -webkit-transform 0.35s;	transition: transform 0.35s;	}
figure.effect-layla p {	padding: 0.5em 2em;	text-transform: none;	opacity: 0;	-webkit-transform: translate3d(0,-10px,0);	transform: translate3d(0,-10px,0);	}
figure.effect-layla img, figure.effect-layla h2 {-webkit-transform: translate3d(0,-30px,0);	transform: translate3d(0,-30px,0);}
figure.effect-layla img, figure.effect-layla figcaption::before, figure.effect-layla figcaption::after, figure.effect-layla p {	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;	transition: opacity 0.35s, transform 0.35s;	}
figure.effect-layla:hover img {	opacity: 0.5;-webkit-transform: translate3d(0,0,0);	transform: translate3d(0,0,0);	}
figure.effect-layla:hover figcaption::before, figure.effect-layla:hover figcaption::after {opacity: 1;-webkit-transform: scale(1);	transform: scale(1);	}
figure.effect-layla:hover h2, figure.effect-layla:hover p {	opacity: 1;	-webkit-transform: translate3d(0,0,0);	transform: translate3d(0,0,0);}
figure.effect-layla:hover figcaption::after, figure.effect-layla:hover h2, figure.effect-layla:hover p, figure.effect-layla:hover img {	-webkit-transition-delay: 0.15s;transition-delay: 0.15s;}

@media screen and (max-width: 50em) {
	.grid figure {	display: inline-block;	float: none;	margin: 10px auto;	width: 100%;}
}



/*#cart-total {
	padding: 3px 0px 0px 62px;
	margin: 3px 0 0;
	display: block;
}
#cart-total > span {
	font-family: 'Montserrat';
	color: #b91f21;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0.5px;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #fff;
	z-index: 1001;
}
#cart .dropdown-menu {
	width: 300px;
	padding: 10px;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu table.table-bordered, #cart .dropdown-menu table.table-bordered td, #cart .dropdown-menu table.table-striped td {
	border: none;
	padding: 4px;
	vertical-align: top;
	background: none;
}
#cart .dropdown-menu table.table-bordered {
	border-top: 1px solid #ddd;
}
#cart .dropdown-menu table.table-striped .btn-danger {
	padding: 0px 3px;
	background: none;
	border: none
}

*/
/* CSS for Header End */
/* Menu 
.header-section .main-nav .nav.top-nav {
	float: right;
}
nav {
    float: left;
}
.navbar {
	min-height: auto;
}
.navbar-header{
	display: none;
}
#menu {
	width: 100%;
	display: block;
	text-align: center;
	background: #fff;
	border-radius: 0;
	float: none;
	border-bottom: 0px; 
}
#menu .nav > li > a {
	color: #101010;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	color: #b91f21
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #b91f21;
	background-image: linear-gradient(to bottom, #b91f21, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	font-size: 16px;
	line-height: 18px;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
    max-width: 180px;
    position: relative;
    z-index:9
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #000;
	padding: 0;
	float: right;
	margin: 0;
	background: none;
	position: absolute;
	top: 40px;
	right: 0;
	text-align: right;
	border: none;
    width: auto;
    padding: 14px 30px 0 0;
}
#menu .btn-navbar .fa {
	display: none;
}
/* CSS for Menu start 

.main-navigation > li::before {
	content: "";
	font-family: fontawesome;
	font-size: 14px;
	color: #fff;
	background: #b91f21;
}
.main-navigation > li:first-child::before {
	content: none;
}
.main-navigation > li {
	display: inline-block;
	vertical-align: top;
	list-style-type: none;
	position: relative;
	padding: 20px 0;
}
.main-navigation > li:hover {
	background: #b91f21;
}
/* CSS for Menu level-1 
.main-navigation li a {
    color: #000;
    font-family: 'Darker Grotesque', sans-serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.main-navigation li li a {
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 500;
}
.main-navigation li a:hover {
	color: #fff;
}
.main-navigation li > a {
	padding: 22px 40px;
	position: relative;
	text-transform: uppercase;
}
ul.main-navigation {
    display: inline-block;
    width: 100%;
    margin: 0;
    vertical-align: top;
}
.main-navigation li ul {
	position: absolute;
	left: 0;
	top: 62px;
	border-top: 4px solid #b91f21;
	padding: 20px;
	background: #fff;
	z-index: 9;
	width: 220px;
	text-align: left;
	display: none;
	-webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
}
.main-navigation li:hover > ul {
	display: block;
}
/* CSS for Menu level-2 */

.main-navigation li li a {
	color: #000;
	display: block;
	padding: 6px 10px;
}
.main-navigation li li a:hover {
	color: #fff;
	background-color: #b91f21;
}
.main-navigation li ul ul {
	left: 220px;
	display: none;
	top: 0;
}
.main-navigation li.last-menu ul ul {
	left: auto;
	right: 220px;
}
ul.main-navigation > li.menu-last ul {
	left: auto;
	right: 0;
}
ul.main-navigation > li.menu-last ul ul {
	left: auto;
	right: 220px;
}
.main-navigation li li {
	display: inline-block;
	list-style-type: none;
	width: 100%;
	position: relative;
	transition: 200ms;
	-moz-transition: 200ms;
	-webkit-transition: 200ms;
	-o-transition: 200ms;
}
.main-navigation li li:hover {
	background: #646464;
	transition: 300ms;
	-moz-transition: 300ms;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
}
.main-navigation li li:hover > a {
	color: #fff;
}
/* CSS for Menu end */ 



/* content */
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
	text-align: center;
}
.marketing h2 {
	padding: 30px 0 20px;
	margin: 0;
}
.marketing .col-lg-4 p {
	margin: 0 15px 25px 15px;
}
.marketing img.img-circle {
	margin-bottom: 10px;
	height: 50px;
	width: 50px;
	border: none;
	border-radius: 0;
}
/* CSS for CMS-Banner Start */
.destaques {
    height: 280px;
    background-position:center !important;
    background-repeat:no-repeat !important;
    background-size:cover!important
}
.cms_banner {
	margin: 10px 20px 0;
	position:relative;
}

.bannertext{
	position:absolute;
	top:35%;
    padding: 0 9%;
	text-align:left;
}
.bannertext > h2 {
	font-size: 25px;
	font-weight: 700;
    color:#fff;
    text-shadow: 1px 1px 5px #000;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.bannertext > p {
	color: #000;
	font-size: 17px;
    color:#fff;
    text-shadow: 1px 1px 5px #000;
}
.img-responsive {
	margin: 0;	
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
}
.cms_searvice {
	margin-bottom: 70px;
	border-bottom: 1px solid #666;
	padding: 20px 0;
}
.cms-banner-right .Sub-right {
	opacity: 1;
}
#subbanner6 {
	margin-top: 25px;
}
.banner {
	overflow: hidden;
	margin: 20px 0 0 ;
}
.sub-hover:hover img {
	transform: scale(1.10);
	-webkit-transform: scale(1.10);
	-moz-transform: scale(1.10);
	transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
}
.cms-block1, .cms-block2, .cms-block3, .cms-block4 {
	background: url("../img/cms-icon.png") no-repeat scroll 0px 37px;
	padding: 25px 0px 0px 60px;
	transition: all ease 0.3s;
}
.cms-block1 > h4, .cms-block2 > h4, .cms-block3 > h4, .cms-block4 > h4 {
	color: #fff;
	font-size: 26px;
	margin: 0;
	font-weight: 600;
	transition: all ease 0.3s;
}
/*.cms-block1:hover > h4, .cms-block2:hover > h4, .cms-block3:hover > h4, .cms-block4:hover > h4 {
	color: #b91f21;
}*/
.owl-carousel {
	margin-bottom: 20px;
}
.caixas{     background: #b91e21;}
.mt-5{ margin-top:50px}
/*.caixas .col-xs-6{ padding:0}*/
.cms-block1 > p, .cms-block2 > p, .cms-block3 > p, .cms-block4 > p {
	margin: 0;
	transition: all ease 0.3s;
	letter-spacing: 0px;
	color: #fff
}
.cms-block1:hover > p, .cms-block2:hover > p, .cms-block3:hover > p, .cms-block4:hover > p {
	color: #fff;
	margin: 0;
}
.cms-block2 {
	background-position: 0px -65px !important;
}
.cms-block3 {
	background-position: 0px -163px !important;
}
.cms-block4 {
	background-position: 0px -265px !important;
}
.right-bottom-banner {
	margin-top: 20px;
}
.sub-banner-top {
	margin-top: 100px;
}
/* CSS for CMS-Banner End */
#center {
	padding-top: 0px;
}
/* prlx start*/
.parallax-container {
	position: relative;
	overflow: hidden;
	height: auto;
	margin-top: 100px;
}
.parallax {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.parallax img {
	display: none;
	position: absolute;
	left: 50%;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	transform: translate3d(0, 0, 0);
	transform: translateX(-50%);
}
/*testimonial*/
.owl-item li {
	list-style: outside none none;
}
#testimonial {
	background: transparent none repeat scroll 0 0;
	text-align: center;
}
.testimonial-image {
	border-radius: 50%;
	margin-top: 100px;
}
.testimonial-desc {
    margin: 0 100px 100px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}
.testimonial-name h2 {
	font-family: Montserrat;
	font-size: 32px;
	text-transform: none;
	margin-bottom: 10px;
	color: #000;
	font-weight: 600;
}
.testimonial-designation {
    color: #ccc;
    font-size: 15px;
    text-transform: full-width;
}
.testimonial-name {
	margin-top: 20px;
}
#testimonial .owl-controls .owl-page {
	padding: 3px;
}
#testimonial .owl-controls .owl-page span {
	background: #999;
	height: 6px;
	width: 6px;
}
#testimonial .owl-controls .owl-page.active span, #testimonial .owl-controls .owl-page span:hover {
	background: #b91f21;
}
#testimonial .owl-controls .owl-page:hover, #testimonial .owl-controls .owl-page.active {
	border: 2px solid #b91f21;
}
.home-slider .owl-controls .owl-page.active span {
	cursor: default;
}
.bannerSlider {
	height: 580px;
	padding-top: 150px;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important
}
#testimonial .owl-pagination {
    position: absolute;
    width: 100%;
    bottom: -60px;
}
#testimonial .owl-controls .owl-page {
	margin: 10px 6px;
	display: inline-block;
	border: 2px solid #999;
}
/* testimonial  end*/
/* prlx end*/

.tab-banner {
	margin-bottom: 50px;
}
/* footer */
footer {
	margin-top: 0px;
	padding-top: 55px;
	color: #343435;
	background: #ebebeb;
	line-height: 28px;
	font-weight: 500;
}
#bottom-footer {
	border-top: 1px solid #fff;
	padding: 15px 0 5px 0;
}
.footer-bottom {
	color: #fff;
	margin-top: 45px;
	background: #343435
}
.footer-link > li:first-child {
	border: medium none;
}
.footer-link > li {
	border-left: 1px solid;
	display: inline-block;
	line-height: 14px;
	list-style: outside none none;
	padding: 0 15px;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}

footer a, .footer-bottom a {
	color: #343435;
	line-height: 28px;
	font-weight: 500;
}
.footer-bottom a {
	line-height: 0;
}
.footer-services {
	margin-top: 60px;
}
footer a:hover {
    color: #fcfcfc;
}
/* footer cms start */
footer h5 {
	font-family: Montserrat;
	font-size: 14px;
	color: #b91e21;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0px 0 20px;
}
footer ul {
	padding: 0;
	margin-top: 4px;
}
footer ul li {
	padding: 1px 0;
}
/* breadcrumb */
.breadcrumb {
	padding: 70px 0 !important;
	margin: 0 0 90px !important;
	text-align: center;
}
.breadcrumb h1 {
	font-size: 46px;
	font-weight: 600;
	text-transform: none;
	color: #fcfcfc;
	margin: 0 0 5px;
	position: relative;
}
.breadcrumb a {
	color: #fcfcfc;
	background-color: transparent !important;
	border: none !important;
	padding: 0 !important;
	position: relative !important;
}
.breadcrumb a:hover {
	border: none !important;
	color: #b91f21;
}
.breadcrumb >ul> li + li::before {
	content: "";
	font-family: "FontAwesome";
	padding: 0 8px;
	position: relative;
	color: #e2e2e2;
}
.pagination {
	margin: 0;
}
/* buttons */
.viewmore {
	overflow: hidden;
	text-align: center;
	width: 100%;
}
.buttons {
	margin: 1em 0;
}
.btn {
    padding: 9px 29px;
    font-size: 14px;
    color: #b91f21;
    font-weight: 600;
    border: 1px solid #b91f21;
    display: inline-block;
    background: rgba(255, 255, 255, 0);
	border-radius:0px
}
#checkout-wizard .btn{
    border:0px
}
	#checkout-wizard .btn.btn-default {
		border: 1px solid #424648;
		color: #424648
	}
	#checkout-wizard .btn.btn-default:hover {
		border: 1px solid #424648;
		background-color: #424648;
		color: #fff
	}
.banner .btn {
    box-shadow: 1px 1px 5px #000;
    text-shadow: 1px 1px 0px #000;
}
.btn-search{
    margin-left:0px !important;
}
.search {
    line-height:36px
}
.btn.btn-default.dropdown-toggle {
    width: 100%;
    border: 1px solid #ddd;
    color: #555;
    font-weight: 400;
}
.btn.btn-default.dropdown-toggle, .btn.btn-default.dropdown-toggle:hover  {
    width:100%;
    border:1px solid #ddd;
    color:#555;
    font-weight:400;
    background-color:#fff
}

.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 6px 15px;
	font-size: 12px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 13px;
	font-weight: normal;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 12px;
}
.btn-default {
	color: #b91f21;
	transition: color 0.3s ease 0s, border 0.3s ease 0s, background 0.3s ease 0s;
}
.btn-primary {
	color: #ffffff;
	background: #b91f21;
	/*border: none;*/
	transition: color 0.3s ease 0s, border 0.3s ease 0s, background 0.3s ease 0s;
}
.btn-default:active, .btn-default:focus {
    background: #b91f21;
}
.btn:hover {
    background: #b91f21;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.3s ease 0s, border 0.3s ease 0s, background 0.3s ease 0s;
}
.input-group {
	display: inline-block;
	margin: 0 0 0 5px;
}
.input-group .btn {
	float: left;
	margin-left: 10px;
	padding: 11px 14px;
}

.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: rgba(51,102,102,0.5) !important;
    border-color: rgba(51,102,102,0.5) !important;
    background-repeat: repeat-x;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	background-color: #424648;
	border: none;
}

.btn-success {
	color: #ffffff;
	background-color: #5bb75b;
}
.btn-info {
	background: #39AAB0;
	color: #fff;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background: #454851;
	color: #fff
}
/* list group */

#column-left .list-group a.last, #column-right .list-group a.last {
	border: none;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #b91f21;
	background: none;
	border: none;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.customtab .product-thumb {
	margin: 0 0 30px;
	text-align: center;
}
#related-slidertab .owl-wrapper-outer .product-thumb {
	margin: 10px;
}
.owl-wrapper-outer .product-thumb {
	margin: 0 10px;
}
.grid-list-wrapper .product-thumb {
	margin: 0 10px;
}
.left-sidebar-widget .product-thumb:hover .img-responsive {
	transform: none;
	transition: none;
}
.product-thumb {
	margin: 10px 2px 50px;
	overflow: hidden;
	text-align: center;
}
.product-thumb a img + img {
	display: none !important;
}
.product-thumb:hover a img {
	display: none !important;
}
.product-thumb:hover a img + img {
	display: inline !important;
}
.image.product-imageblock > a {
	background: #ffffff none repeat scroll 0 0;
	overflow: hidden;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;    
    height:240px

}
.product-thumb .image a img{
	max-height: 240px;
    margin:auto;
}
.owl-carousel .product-thumb .image a img {
    max-height: 240px;
    margin: auto;
    width: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
.product-thumb .button-group > li {
	list-style: outside none none;
	display: inline;
}
.addtocart-btn {
	display: table-cell;
}
.addtocart-btn > a {
	color: #ffffff;
	font-weight: 500;
	padding: 0 16px;
}
.product-list .product-thumb .image {
	float: left;
	background: #F5F5F5;
	margin: 0 20px 0 0;
}
.product-thumb .product-name {
	font-weight: 600;
	margin: 5px 0 5px;
}
.product-list .product-thumb .product-name {
	margin: 0 0 10px;
}
.product-list .product-desc {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #e5e5e5;
	border-image: none;
	border-style: solid;
	border-width: 1px 0;
	margin: 0 0 10px;
	padding: 25px 0;
	margin: 25px 0;
}
.product-list .product-thumb .caption {
	float: left;
	width: 64%;
	padding: 0;
	text-align: left;
	margin: 0 0 0 10px;
}
.content .product-list .product-thumb .product-price {
	float: none;
	margin: 0 0 10px;
}
.product-list .product-thumb .button-group .wishlist, .product-list .product-thumb .button-group .compare .product-list .product-thumb .button-group.addtocart-btn, .product-list .product-thumb .button-group .quick-view {
	height: 40px;
	width: 40px;
	padding: 0;
}
.content .product-list .product-thumb .rating {
	float: none;
	display: inline-block;
	margin: 0 0 10px;
}
.product-list .product-thumb {
	margin: 0 0 30px;
	padding: 0 0 20px;
}

.riview {
	margin-left: 15px;
}
h2.price {
	margin: 0;
}
.product-thumb.transition {
	text-align: center;
}
.product-thumb .price {
    color: #121212;
    font-weight: 600;
    margin: 0;
    font-size: 16px;
    height: 60px;
    padding-right: 2px;
    padding-left: 2px;
}
.product-thumb .price a{
    display:block;
    margin:auto;
    text-align:center
}
.less {
	color: #b91f21;
	font-weight: 500;
	margin-left: 10px;
	text-decoration: line-through;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: none;
}
.product-list .button-group.grid-btn {
	display: none;
}
.product-grid .button-group.list-btn {
	display: none;
}
.button-group.list-btn > li {
	display: inline-block;
}
.tab-content .product-grid .product-thumb > .button-group, .content .product-slider .product-thumb > .button-group, .content .product-grid .product-thumb > .button-group, .column-left .product-grid .product-thumb .product-imageblock .button-group, .column-right .product-grid .product-thumb .product-imageblock .button-group, .column-left .product-slider .product-thumb .product-imageblock .button-group, .column-right .product-slider .product-thumb .product-imageblock .button-group {
	display: none;
}
.product-slider .product-thumb .product-imageblock .button-group, .product-grid .product-thumb .product-imageblock .button-group {
	opacity: 0;
	padding: 0 20px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	position: absolute;
}
.product-thumb:hover .product-imageblock .button-group {
	opacity: 1;
	transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	left: 0;
	right: 0;
	bottom: 10px;
}
.product-thumb .product-imageblock .button-group {
	opacity: 1;
	transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	left: 0;
	right: 0;
	bottom: 10px;
}
.product-slider .product-thumb .product-imageblock, .content .product-grid .product-thumb .product-imageblock {
	position: relative;
	overflow: hidden;
}
.content .product-grid .product-grid-item {
	padding: 0;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
.button-group li button .fa, button .fa {
	color: #ffffff;
}
.product-thumb .button-group .addtocart-btn:hover, .product-thumb .button-group .wishlist:hover, .product-thumb .button-group .compare:hover, .product-thumb .button-group .quick-view:hover {
	background: #000;
	color: #ffffff;
}
.product-thumb .button-group .wishlist, .product-thumb .button-group .compare, .product-thumb .button-group .quick-view {
	background: #b91f21 none repeat scroll 0 0;
	margin: 2px 0;
	overflow: hidden;
	height: 40px;
	width: 40px;
	transition: color 0.3s ease 0s, border 0.3s ease 0s, background 0.3s ease 0s;
	color: #fff;
}
.product-list .addtocart-btn {
	padding: 10px 12px !important;
}
.product-thumb .button-group .addtocart-btn {
	background: #b91f21 none repeat scroll 0 0;
	margin: 2px 0;
	overflow: hidden;
	margin-top: 10px;
	padding: 13px 25px;
	color: #fff;
	transition: color 0.3s ease 0s, border 0.3s ease 0s, background 0.3s ease 0s;
}
.product-list .product-thumb .button-group .addtocart-btn {
	display: inline;
}
.thumbnails {
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	display: block;
	border: 1px solid #ece4d8;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	display: inline-block;
}
#product-thumbnail .item {
	text-align: center;
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
	#column-left .product-layout .col-md-3 { width: 100%;	}
	#column-left + .content .product-layout .col-md-3 { width: 50%;	}
	#column-left + .content + #column-right .product-layout .col-md-3 { width: 100%;	}
	.content + #column-right .product-layout .col-md-3 { width: 100%;	}
}
.qty-label {
	float: left;
	margin: 10px 10px 0 0;
}
.productpage-qty {
	width: 50px;
}
.productpage-title {
	font-weight: bold;
	text-transform: none;
	font-size: 30px;
}
.product-slider.owl-carousel {
	border: none;
	box-shadow: none;
	border-radius: 0;
	margin-bottom: 0;
	overflow: visible;
}
/*.product-slider.owl-carousel .owl-buttons {
	position: absolute;
	top: 50%;
	width: 100%;
}*/
.product-slider.owl-carousel .owl-buttons {
	position: absolute;
	top: -70px;
	width: auto;
	right: 10px;
}
.content .blog-wrapper .owl-buttons {
	position: absolute;
	top: 60%;
	width: 100%;
}
.product-slider.owl-carousel .owl-buttons div {
	font-size: 0;
}
.product-slider.owl-carousel .owl-buttons > div {
	background: url("../img/sprite.png") no-repeat 0 0;
	height: 20px;
	width: 20px
}
.content .blog-wrapper .owl-buttons > div.owl-next, .product-slider.owl-carousel .owl-buttons > div.owl-next {
	background-position: -3px -160px;
	right: -50px;
	height: 43px;
	width: 43px;
}
#related-slidertab .owl-next {
	right: 0; display:inline-block
}
#related-slidertab .owl-prev {
	left: 0;
	display: inline-block;
	margin-right:10px
}
.content .blog-wrapper .owl-buttons > div.owl-next:hover, .product-slider.owl-carousel .owl-buttons > div.owl-next:hover {
	background-position: -3px -217px;
	border-color: #b91f21;
}
.content .blog-wrapper .owl-buttons > div.owl-prev, .product-slider.owl-carousel .owl-buttons > div.owl-prev {
	background-position: -3px -47px;
	left: -50px;
	height: 43px;
	width: 43px;
}
.content .blog-wrapper .owl-buttons > div.owl-prev:hover, .product-slider.owl-carousel .owl-buttons > div.owl-prev:hover {
	background-position: -3px -104px;
	border-color: #b91f21;
}
#product-thumbnail.owl-carousel {
	border: none;
	box-shadow: none;
	border-radius: 0;
	margin: 0 auto 30px;
}
#product-thumbnail.owl-carousel .owl-buttons, #product-thumbnail.owl-carousel .owl-nav  {
	position: absolute !important;
	top: 20%;
	width: 100%;
}
#product-thumbnail.owl-carousel .owl-buttons div , #product-thumbnail.owl-carousel .owl-nav button, bx-controls-direction {
	opacity: 0;
	font-size: 0;
	height: 20px;
}
/**/
.bx-controls.bx-has-controls-direction{ opacity:0}
.bx-wrapper:hover .bx-controls.bx-has-controls-direction{ opacity:1}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 420px;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}
.bx-wrapper .bx-prev {
    left: 10px;
    background: url(/img/left_arrow.png) no-repeat 0 0px;
   background-size:30px;
   font-weight
}
.bx-wrapper .bx-next {
    right: 10px;
    background: url(/img/right_arrow.png) no-repeat 0 0px;
    background-size: 30px
}
/**/
#product-thumbnail.owl-carousel:hover .owl-buttons div, #product-thumbnail.owl-carousel:hover .owl-nav button {
    opacity: 1;
}
#product-thumbnail.owl-carousel .owl-buttons > div:before, #product-thumbnail.owl-carousel .owl-nav > button:before {
	font-family: 'FontAwesome';
	font-size: 25px;
	font-weight: normal;
	padding: 4px 10px;
	color: #fff;
	background-color: #000;
}
#product-thumbnail.owl-carousel .owl-buttons > div.owl-next:before, #product-thumbnail.owl-carousel .owl-nav > button.owl-next:before {
    content: '\f105';
}
#product-thumbnail.owl-carousel .owl-buttons > div.owl-prev:before, #product-thumbnail.owl-carousel .owl-nav > button.owl-prev:before {
    content: '\f104';
}
#product-thumbnail.owl-carousel .owl-buttons > div.owl-next:hover:before, #product-thumbnail.owl-carousel .owl-buttons > div.owl-prev:hover:before,
#product-thumbnail.owl-carousel .owl-nav > button.owl-next:hover:before, #product-thumbnail.owl-carousel .owl-nav > button.owl-prev:hover:before {
	background-color: #b91f21;
}
#product-thumbnail.owl-carousel .owl-buttons .owl-next, #product-thumbnail.owl-carousel:hover .owl-buttons .owl-next,
#product-thumbnail.owl-carousel .owl-nav > button.owl-next, #product-thumbnail.owl-carousel:hover .owl-nav > button.owl-next {
	right: 0;
	left: auto;
    margin-left: calc(100% - 58px)
}
#product-thumbnail.owl-carousel .owl-buttons .owl-prev, #product-thumbnail.owl-carousel:hover .owl-buttons .owl-prev,
#product-thumbnail.owl-carousel .owl-nav .owl-prev, #product-thumbnail.owl-carousel:hover .owl-nav .owl-prev {
	left: 0;
}
#product-thumbnail.owl-carousel .image-additional a {
	margin-bottom: 0;
}
.estadoProduto {
	font-size: 12px;
	color: #fff;
	padding: 5px 10px;
	background-color: rgba(102,102,102,0.8);
}
.disponivel {
	border-left: 10px solid #0e7308;
}
.esgotado {
	border-left: 10px solid darkred;
}
.sobEncomenda {
	border-left: 10px solid #d0be33;
}

	/* CSS for Custom Tab */
	.customtab-wrapper {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px;
    width: 100%;
    margin-top: -25px;
}
.customtab-wrapper ul {
	margin: 0;
}
.customtab .tab {
	list-style-type: none;
	display: inline;
}
#tabs {
	text-align: center;
}
.tab:first-child::before {
	content: "";
}
.tab a {
	padding: 14px 20px;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	margin-top: 40px;
	color: #727883;
}
.tab a.selected, .tab a:hover {
	color: #b91f21;
    font-weight:600;
}
.customtab-inner {
	padding: 0;
}
.customtab .product-slider.owl-carousel .owl-buttons {
	top: -60px;
}



/* CSS for sidebar  block start */ 
.col-sm-3.hidden-xs.column-left { padding: 0 20px 0 0; }
.col-sm-3.hidden-xs.column-right { padding-left: 20px; }
.left-sidebar-widget ul > li { overflow: hidden; list-style: none; }
.left-sidebar-widget, .right-sidebar-widget { margin-bottom: 45px; }
.column-left .columnblock-title, .column-right .columnblock-title, .columnblock-title.lista { font-size: 20px; font-family: Montserrat; color: #000; margin-bottom: 15px; padding: 0 0 10px; font-weight: 600; border-bottom: 1px solid #b91f21; }
.column-left .list-group, .column-right .list-group { margin: 0 0 20px; }
.left-sidebar-widget .product-thumb { margin: 0; padding: 0;}
.left-sidebar-widget .image.product-imageblock { margin: 0; padding: 0; }
.left-sidebar-widget .product-thumb {	border: medium none; }
.left-sidebar-widget .product-name { font-size: 14px;	font-weight: 500;	margin: 0; }
.left-sidebar-widget .price.product-price { color: #121212;	font-weight: bold;	margin: 10px 0; }
.left-sidebar-widget .product-layout { margin: 15px 0; }
.columnblock-title.lista { margin-bottom: 25px; }

/* MEU COD */
#cssmenu, #cssmenu ul, #cssmenu li, #cssmenu a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    font-weight: 500;
    text-decoration: none;
    line-height: 1;
    position: relative;
	z-index:9
}
#cssmenu {
    width: 100%;
}
#cssmenu a {
  line-height: 1.3;
}
#cssmenu > ul > li { background:#00000012 }
#cssmenu > ul > li:hover { background: #0000002b }
#cssmenu > ul > li > a {
    font-size: 12px;
    display: block;
    color: #666;
    border-top: none;
    padding: 9px 5px;
}
#cssmenu > ul > li > a:hover {
    text-decoration: none;
    color: #b91f21;
}
#cssmenu > ul > li.active { background: #0000002b;
    border-bottom: none;
    color: #b91f21;
}
#cssmenu > ul > li.has-sub > a  {
  background: url(/img/plus.png) 96% center no-repeat;
}
#cssmenu > ul > li.has-sub.active > a  {
    background: url(/img/minus.png) 96% center no-repeat;
    color:#b91f21;
    font-weight:600 !important
}
/* Sub menu */
#cssmenu.navbar-collapse.responsive-menu.collapsing{ top:0 !important}
#cssmenu ul ul {
  display: none;
  background: #fff;
}
#cssmenu ul ul li{
  padding: 0;
  border-top: none;
  background: #ffffff;
}
#cssmenu ul ul li:nth-child(odd) {
  background: #fff;
}
#cssmenu ul ul li:nth-child(even) {
  background: #fff;
}
#cssmenu ul ul li:last-child {
  border-bottom: none;
}
#cssmenu ul ul a {
    padding: 8px 8px 8px 20px;
    display: block;
    font-size: 12px;
    color: #666
}
#cssmenu ul ul a:hover, #cssmenu ul ul li.active a {
  color: #b91f21;
  font-weight:600 !important
}
/* CSS for sidebar  block end */ 


/* CSS for content Start */
.column-block {
	margin: 0 0 20px;
}
.category_block ul {
	padding: 0;
	margin: 0;
}
.category_block ul ul {
	padding: 0 0 0 15px;
}
.category_block ul li {
	list-style-type: none;
	padding: 5px 0;
}
.category_block ul li:last-child {
	border-bottom: none;
}
.category_block ul li p.list-group-item {
	display: inline-block;
	border: none;
	padding: 5px 0;
	width: 100%;
}
.category_block .list-group-item:hover {
	background: none;
}
.information-block ul li {
	padding: 5px 0;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #ddd;
}
.category_block .hitarea {
	float: right;
}
.category_block .hitarea.expandable-hitarea {
	height: 20px;
	width: 20px;
	z-index: 9;
	text-align: center;
	cursor: pointer;
	position: static;
}
.category_block .hitarea.collapsable-hitarea {
	height: 20px;
	width: 20px;
	z-index: 9;
	text-align: center;
	cursor: pointer;
	position: static;
}
.category_block .hitarea.expandable-hitarea:before {
	font-family: 'FontAwesome';
	content: '\f067';
	color: #999999;
	font-weight: normal;
	font-size: 10px;
	vertical-align: top;
}
.category_block .hitarea.collapsable-hitarea:before {
	font-family: 'FontAwesome';
	content: '\f068';
	color: #999999;
	font-weight: normal;
	font-size: 10px;
	vertical-align: top;
}
a.list-group-item {
	font-weight: bold;
}
p.list-group-item {
	font-weight: bold;
}
.filter .panel-footer {
	padding: 0;
}
.filter-block .checkbox {
	margin: 6px 0;
	font-weight: 500;
}
.filter-block .checkbox:hover {
	color: #b91f21;
}
.product-thumb .product-ref a {
    font-size: 12px;
    letter-spacing: 1px;
    color: #666;
    font-weight: 600;
    margin: 0;
    color: #b91f21;
}
.product-thumb .product-name a {
    font-size: 17px;
    line-height: 19px;
    height: 48px;
    color: #666;
    font-weight: 500;
    display: block;
    padding-left: 5px;
    padding-right: 5px;
}
#related-slidertab .product-thumb .product-name a {
    height: 57px;
}
.product-list .product-thumb .product-name a {
	font-size: 15px;
}
.product-thumb:hover .product-ref a {
    color: #666;
}
.product-thumb:hover .product-name a {
	color: #b91f21;
}

.product-thumb:hover {
    box-shadow: 1px 1px 6px 0px rgba(1, 1, 1, 0.3);
}
.product-grid .product-desc {
	display: none;
}
.category-title {
	text-transform: uppercase;
}
.category-banner .img-thumbnail {
	border: none;
	padding: 0;
}
.category-banner .category-desc {
	margin: 10px 0;
}
.category-page-wrapper {
	display: inline-block;
	width: 100%;
	border: 1px solid #e6e6e6;
	padding: 20px;
}
.category-page-wrapper .form-control {
	background: transparent none repeat scroll 0 0;
	padding: 0;
}
.list-grid-wrapper {
	float: right;
	padding: 0;
	width: auto;
}
.category-page-wrapper .control-label {
	float: left;
	font-weight: bold;
}
.limit .form-control, .sort-inner .form-control {
	border: 0 none !important;
}
.limit, .sort-inner {
	float: left;
	padding-left: 10px;
}
.limit::before, .sort-inner:before {
	content: "\f107";
	font-family: fontawesome;
	position: absolute;
	right: 8px;
	top: 0px;
}
.page-wrapper {
	width: auto;
	padding: 0 0 0 20px;
	display: inline-block;
	border-left: 1px solid #d9d9d9;
}
#input-sort:before {
	content: "\f054";
	font-family: "Fontawesome";
}
.sort-wrapper {
	width: auto;
	margin: 0px 10px 0 0;
	padding: 0 0px 0 0;
	border: none;
	display: inline-block;
}
.pagination-inner {
	float: right;
}
#compare-total {
	border-right: 1px solid #d9d9d9;
	margin: 10px 10px 10px 0;
	padding-right: 15px;
}
.btn.btn-default.list, .btn.btn-default.grid {
	padding: 8px 16px;
	border: none;
}
.btn.btn-default.list.active {
	background: rgba(0, 0, 0, 0) url("../img/gridlist.png") no-repeat scroll -28px -35px;
}
.btn.btn-default.list {
	background: rgba(0, 0, 0, 0) url("../img/gridlist.png") no-repeat scroll -28px 0px;
}
.btn.btn-default.grid.active {
	background: rgba(0, 0, 0, 0) url("../img/gridlist.png") no-repeat scroll 5px -35px;
}
.btn.btn-default.grid {
	background: rgba(0, 0, 0, 0) url("../img/gridlist.png") no-repeat scroll 5px 0px;
}
.result-inner {
	float: left;
	margin: 10px;
}
.grid-list-wrapper .product-grid {
	padding-bottom: 40px;
}
.grid-list-wrapper {
	margin: 15px -10px;
}
.category-page-wrapper .page-wrapper .form-control {
	width: 50px;
}
.content .blog-heading h3, .productblock-title, .client-title, .contactus-title, .team-title, .about-title {
	font-size: 24px;
	clear: both;
	margin: 80px 0 15px;
	display: inline-block;
	width: 100%;
	padding: 0;
	color: #000;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	text-align: center;
}
.contactus-title{
    margin:40px 0
}
.text-center.contact-desc{
    margin-bottom:0px
}
.client-title {
    margin: 100px 0 30px;
}
.title-subline {
	font-size: 16px;
	clear: both;
	color: #62646c;
	margin: 10px 0px 60px;
	display: inline-block;
	width: 100%;
	font-family: Montserrat;
	text-align: center;
}
.brand-logo.owl-carousel .img-responsive {
	display: inline-block;
}
#product .addtocart {
	margin: 0 10px;
}
span.review-count, span.review-edit {
	margin: 0px 5px;
	display: inline-block;
}
.rating.product .fa-stack {
	vertical-align: 1px;
}
.productinfo-tab {
	margin: 25px 0 -20px;
}
.nav-tabs {
	padding: 0;
	margin: 0;
}
.nav-tabs>li>a {
	padding: 10px 20px;
	margin: 0;
	border: 0;
	color: #b91f21;
}
.nav-tabs>li>a:hover {
	background: #000;
	padding: 10px 20px;
	margin:0;
	color: #fff;    
}
.nav-tabs>li.active>a {
	background: #000;
	padding: 10px 20px;
	margin:0;
	color: #fff;
}
.productinfo-tab .tab-content {
	border-style: solid;
	border-width: 2px 0 0;
	overflow: hidden;
	padding: 25px;
	border: 1px solid #CCC;
	border-top: 2px solid #000;
}
.label-title {
	font-weight: bold;
	margin: 0 5px 0 0;
}
.qty {
	display: inline-block;
	/*margin: 25px 0;*/
	width: auto;
}
.qty > input {
	border: 1px solid #ddd;
	padding: 8px;
	width: 60px;
	margin: 0 10px
}
#product .button-group.list-btn {
	float: right;
	margin: 0 10px;
}
.col-sm-7.prodetail {
	padding: 0 0 0 20px;
}
.productinfo-details-top, .productinfo-details-bottom {
	line-height: 25px;
	overflow: hidden;
}
.required .form-control {
	max-width: 100%;
}
.sort-wrapper .control-label, .page-wrapper .control-label {
	padding: 0;
	margin: 0;
}
#input-quantity {
	float: left;
	margin: 10px 0;
}
#product {
	clear: both;
	margin-top: 35px;
}
#product button {
	background: #b91f21 none repeat scroll 0 0;
	height: 40px;
	width: 40px;
}
#product .custom-qty {
	margin: 20px 0;
}
.input-text.qty {
	padding: 10px;
	width: 80px;
}
#product button:hover {
	background: #23282A none repeat scroll 0 0;
}
.product .product-desc {
	font-size: 12px;
}
.product .product_info li label {
	font-weight: bold;
	font-size: 12px;
	width: 85px;
}
.product .product_info li span {
	font-weight: normal;
	margin-left: 20px;
}
.productpage-price {
	font-size: 18px;
	color: #000;
	font-weight: bold;
	margin: 10px 0;
}
.brand-block {
	margin: 0 0 20px;
}
.brandproduct-title {
	background: #f1f1f1;
	padding: 8px;
}
.search-criteria, .search-desc {
	margin: 10px 0;
}
button.btn.btn-default.btn-lg span {
	font-size: 14px;
	letter-spacing: 1px;
	color: #ffffff;
}
.box-block {
	border: 1px solid #ddd;
	padding: 10px;
	background: #F5F5F5;
	margin: 0 0 10px;
}
/* CSS for content End */


/*brand logo*/
#brand_carouse .owl-item {
	opacity: 0.8;
	transition: color 0.3s ease 0s, border 0.3s ease 0s, background 0.3s ease 0s;
}
#brand_carouse .owl-item:hover {
	opacity: 1;
	transition: color 0.3s ease 0s, border 0.3s ease 0s, background 0.3s ease 0s;
}
/* end*/

#scrollup {
	/*background: url("../img/scroll.png") no-repeat;*/
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	cursor: pointer;
	z-index: 9999;
	border-radius: 0px;
	background-color: #5a5858;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}#scrollup:hover {
	background-color: #b91f21;
}
#scrollup  .fa{
	font-size: 30px
}
/* CSS for Footer-Top CMS start */
.footer-top-cms {
	min-height:300px;
	padding: 80px 0;
	margin-top: 100px;
	text-align: center;
}
.footer-top-cms h5 {
	font-family: Montserrat;
	font-size: 26px;
	color: #fff;
	line-height: 35px;
	font-weight: 600;
	margin: 4px 15px 0 0;
}
.footer-logo {
	float: left;
}
.footer-bottom-cms {
	margin: 10px 0;
	width: 100%;
}
.footer-payment ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.footer-payment li {
	margin: 0 10px 0 0;
	list-style-type: none;
	display: inline;
}
.footer-payment li:last-child {
	margin: 0;
}
.footer-desc {
	display: inline-block;
	margin: 20px 40px 0 0;
}
.newslatter input {
	height: 53px;
	width: 450px !important;
	border-right: 0 none;
	border: 1px solid #e6e6e6;
}
.newslatter .btn.btn-large.btn-primary {
	padding: 12px 50px;
	font-size: 16px;
	margin-left: 0px;
	color: #fff;
	letter-spacing: 1px;
	background-color: #b91f21;
	font-weight: 600;
	float: right;
	display: inline-block;
	border-radius: 0px 0px 0px 0 !important;
}
.newslatter .btn.btn-large.btn-primary:hover {
	color: #fff;
	background-color: #000;
    border: 1px solid #000;
}
.footer-social {
	display: inline-block;
}
.newslatter h5, .footer-social h5 {
	margin: 0 0 10px;
	font-size: 30px;
}
.newslatter .title-subline, .footer-social .title-subline {
	color: #fff;
	margin: 0px 0 30px;
}
.footer-social ul {
	padding: 0;
	margin: 0;
}
.footer-social li {
	float: left;
	list-style-type: none;
	margin: 0 8px 0 0;
}
.footer-social li a {
	border: 1px solid #cccccc;
	height: 48px;
	width: 48px;
	display: block;
	text-align: center;
	line-height: 50px;
	color: #cccccc;
	transition: color 0.3s ease 0s, border 0.3s ease 0s, background 0.3s ease 0s;
}
.footer-social li a:hover {
	border: 1px solid #b91f21;
	background-color: #b91f21;
	color: #fff;
	transition: color 0.3s ease 0s, border 0.3s ease 0s, background 0.3s ease 0s;
}
.footer-social li a .fa {
	font-size: 20px;
}
/* CSS for Footer-Top CMS end */

/* CSS for Footer-Right CMS start */
.footer-contact ul {
	margin: 0;
	padding: 0;
}
.footer-contact ul li {
	list-style-type: none;
	padding: 0;
	margin-bottom: 20px;
}
.footer-contact .fa {
	margin: 0 5px 0 0;
	float: left;
	clear: both;
	color: #b91e21;
	text-align: center;
	line-height: 26px;
	width: 15px;
}

.footer-contact .fa.fa-envelope {
	font-size: 15px;
}
.footer-contact span {
	/*float: left;*/
	padding: 1px;
}
/* CSS for Footer-Right CMS end */

/* CSS for Blog Start */
/* CSS for Blog Sidebar Start */
#column-left .blog .blog-heading, #column-right .blog .blog-heading {
	padding: 0;
}
#column-left .blog .blog-inner, #column-right .blog .blog-inner {
	border: 1px solid #ddd;
	margin: 0 0 20px;
	padding: 20px 20px;
	background: #F5F5F5;
}
#column-left .blog-name h2, #column-right .blog-name h2 {
	font-family: Montserrat;
	font-size: 13px;
	color: #1b1b1b;
	text-transform: capitalize;
	font-weight: normal;
	margin: 0 0 5px;
}
#column-left .blog-name h2:hover, #column-right .blog-name h2:hover {
	color: #b91f21;
}
#column-left .blog-content, #column-right .blog-content {
	overflow: hidden;
}
#column-left .blog-content .blog-desc, #column-left .blog-content .blog-more, #column-right .blog-content .blog-desc, #column-right .blog-content .blog-more {
	display: none;
}
#column-left .blog-image img, #column-right .blog-image img {
	width: 100%;
	height: auto;
}
#column-left .blog-wrapper .blog-image .blog-date, #column-left .blog-wrapper .blog-image .blog-readmore, #column-left .blog-wrapper .blog-readmore, #column-right .blog-wrapper .blog-image .blog-date, #column-right .blog-wrapper .blog-image .blog-readmore, #column-right .blog-wrapper .blog-readmore {
	display: none;
}
.tagcloud li > a {
	border: 1px solid #c9c7bc;
	line-height: 45px;
	padding: 8px 13px;
}
.tagcloud li > a:hover {
	border: 1px solid #b91f21;
	color: #b91f21;
}
.tagcloud li {
	display: inline;
	list-style: outside none none;
	margin: 2px;
	overflow: hidden;
}
#latestblog .clickable .owl-buttons .fa.fa-angle-right, #latestblog .clickable .owl-buttons .fa.fa-angle-left {
	font-size: 24px;
}
#latestblog .owl-controls .owl-buttons .owl-prev, #latestblog .owl-controls .owl-buttons .owl-next {
	top: -54px;
}
#latestblog .owl-carousel .owl-buttons .owl-prev {
	right: 36px;
}
/* CSS for Blog Sidebar End */

/* CSS for Blog content Start */

.content .blog .blog-wrapper li {
	padding: 0 15px;
}
.content .blog-image img {
	width: 100%;
	height: auto;
}
.content .blog-wrapper .owl-buttons > div {
	background: url("../img/sprite.png") no-repeat 0 0;
	height: 20px;
	width: 20px;
	font-size: 0;
	text-indent: -9999px;
}
#blog .right-sidebar-widget .blog-content {
	background: none;
}
.index .blog-content {
	padding-bottom: 0px;
}
.blog .owl-pagination {
	top: 0px !important;
}
.blog-content {
	margin: 10px 0 0;
	padding-bottom: 70px;
	font-family: Montserrat;
}
.blog-name {
	font-size: 32px;
	font-weight: 500;
	text-transform: none;
}
.content .blog-wrapper .blog-image {
    position: relative;
    max-height: 215px;
    overflow: hidden;
}
.content .blog-wrapper .blog-content {
	text-align: left;
}
.content .blog-wrapper .blog-hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	transition-duration: 500ms;
}
.content .blog-wrapper .item:hover .blog-hover {
	opacity: 1;
	transition-duration: 500ms;
}
.content .blog-wrapper .blog-readmore-outer {
	position: absolute;
	right: 0;
	left: 0;
	top: 45%;
	text-align: center;
	opacity: 0;
	transition-duration: 500ms;
}
.content .blog-wrapper .item:hover .blog-readmore-outer {
	opacity: 1;
	transition-duration: 500ms;
}
.content .blog-wrapper .blog-readmore-outer .blog-readmore {
	padding: 8px 15px;
	color: #fff;
}
.content .blog-wrapper .blog-image .blog-date {
	padding: 7px 15px;
	background: rgba(14, 16, 17, 0.5) none repeat scroll 0 0;
	color: #ffffff;
	position: absolute;
	bottom: 0;
	left: 0;
}
.blog_img > img {
	max-width: 100%;
}
.blog-comment {
	font-style: italic;
}
.blog-readmore {
	color: #b91f21;
	padding: 10px 25px;
	font-size: 14px;
	font-weight: 500;
	margin: 15px 0 0;
	border: 1px solid #b91f21;
	display: inline-block;
	transition: color 0.3s ease 0s, border 0.3s ease 0s, background 0.3s ease 0s;
}
.blog-readmore:hover {
	background: #b91f21;
	color: #fff;
	transition: color 0.3s ease 0s, border 0.3s ease 0s, background 0.3s ease 0s;
}
.index .blog-desc {
	margin: 10px 0 0;
	padding: 10px 0;
	border-top: 1px solid #ECECEC;
}
.blog-desc.lista{
    border-top:0px
}
.blog-desc {
    margin: 20px 0;
}
.blog-name > a {
	display: inline-block;
	margin: 22px 0 0;
	overflow: hidden;
	font-size: 26px;
	font-weight: 600;
	text-transform: initial;
}
.index .blog-name > a {
	display: inline-block;
	margin: 12px 0 0;
	overflow: hidden;
	font-size: 26px;
	font-weight: 600;
	text-transform: initial;
}
.index .blog-name > a {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
/*.index .blog-date {
	float: right;
}*/
.blog-date {
	color: #000;
	/*display: inline-block;*/
	font-weight: 500;
}
.blog-content .blog-author {
	font-style: italic;
	padding: 0 15px 0 0;
}
.author-avatar {
	float: left;
	margin-right: 20px;
	width: 80px;
}
.comment {
	list-style: outside none none;
	display: inline-block;
}
.author-about {
	display: inline-block;
	margin: 50px 0;
}
.author-name {
	display: inline-block;
	margin-top: 0;
}
.comment-reply {
	float: right;
}
article, .author {
	border-top: 1px solid #e6e6e6;
	margin: 10px 0;
	padding-top: 20px;
	display: inline-block;
}
.comment-title, .author-about-title, #reply-title {
	margin: 0 0 15px;
}
.comment-list {
	margin: 0 0 30px;
}
.comment-avatar {
	float: left;
	margin-right: 20px;
	width: 80px;
}
.right-sidebar-widget .blog-name > a {
	font-size: 18px;
	margin: 15px 0 0;
}
.right-sidebar-widget .latestblog .owl-prev {
	background-position: 0px -114px;
	right: -50px;
	left: auto;
	height: 30px;
	width: 34px;
	opacity: 1;
}
.right-sidebar-widget .latestblog .owl-next {
	background-position: 0px -114px;
	right: -50px;
	left: auto;
	height: 30px;
	width: 34px;
	opacity: 1;
}
/* CSS for Blog content End */


/* CSS for Blog-List Start */
.blog-list-item {
	margin: 0 0 20px;
}
.blog-list-item .blog-list-image img {
	width: 100%;
	height: auto;
}
.blog-list-item .blog-listname h2 {
	margin: 20px 0 10px;
	font-weight: bold;
}
.blog-list-item .blog-listname h2:hover {
	color: #39AAB0;
}
.blog-list-image {
	position: relative;
}
.blog-list-item .blog-list-image .blog-list-date {
	padding: 7px 15px;
	background: rgba(57, 170, 176, 0.5);
	color: #ffffff;
	position: absolute;
	bottom: 0;
	left: 0;
}
.blog-list-item .blog-list-image .blog-list-readmore {
	position: absolute;
	right: 0;
	left: 0;
	top: 45%;
	text-align: center;
	opacity: 0;
	transition-duration: 500ms;
}
.blog-list-item:hover .blog-list-readmore {
	opacity: 1;
	transition-duration: 500ms;
}
.blog-list-item .blog-list-image .blog-list-readmore .readmore {
	padding: 8px 15px;
	background: #000000;
	color: #fff;
}
.blog-list-item .blog-list-image .bloglist-hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	transition-duration: 500ms;
}
.blog-list-item:hover .bloglist-hover {
	opacity: 1;
	transition-duration: 500ms;
}
/* CSS for Blog-List End */

/* CSS for Single-Blog-List Start  */

.singleblog-desc {
	margin: 20px 0;
}
.singleblog-image {
	position: relative
}
.singleblog-image img {
	max-width: 100%;
	height: auto;
}
.singleblog-title {
	margin: 10px 0 0;
	font-weight: 600;
}
.single-blog-share {
	margin: 0 0 10px;
}
.singleblog-date {
	padding: 7px 15px;
	background: rgba(57, 170, 176, 0.5);
	color: #ffffff;
	position: absolute;
	bottom: 0;
	left: 0;
}
/* CSS for Single-Blog-List End  */

/* CSS for Blog end */

/* CSS for Blog List More Start */
#blogList li {
	display: none;
}
.load-more-wrapper {
	display: inline-block;
	text-align;
	text-align: center;
	width: 100%;
}
.loadMore, .showLess {
	display: inline-block;
	color: #ffffff;
	background: #39AAB0;
}
.loadMore:hover, .showLess:hover {
	background: #454851;
}
#loadMore, #showLess {
	color: #fff;
	cursor: pointer;
	padding: 6px 15px;
}
.none {
	display: none;
}
.blog-meta > li {
	float: left;
	margin-right: 15px;
	list-style: none;
}
.u-url {
	color: #b91f21;
	text-transform: capitalize;
}
.blog-meta {
	padding: 0;
	width: 100%;
	display: inline-block;
}
.blog-readmore {
	display: inline-block;
}
.blog-meta li i {
	margin: 0 5px 0 0;
}
input, button, select, textarea {
	border: 0px none;
}
.inputNavBar {
    background-color: #f0f0f0;
    padding:0 5px
}
.box-body {
    background-color: #f0f0f0
}
.newslatter input {
    border: 0 none !important;
    padding: 0 24px;
border-radius: 0px 0 0 0px !important;
}
.blog_img {
	height: 400px;
	overflow: hidden;
}
.video.blog_img {
	height: auto;
}
video {
	width: 100%;
}
#commentform input {
	width: 385px;
}
#submit {
	background: #b91f21 none repeat scroll 0 0;
	height: 32px;
	border: none;
	color: #fff;
	width: 100px;
	text-transform: capitalize;
	float: right;
}
#submit:hover {
	background-color: #23282a;
}
#commentform label {
	margin-bottom: 30px;
	vertical-align: top;
	width: 200px;
}
.open > .dropdown-menu {
	padding: 10px;
	background: #F0F0F0;
	color: #666;
}
/*   Slder Navigation Arrow    */

.home-slider.owl-carousel {
	border: none;
	box-shadow: none;
	background: none;
	border-radius: 0;
	margin: 0;
}
.home-slider .owl-controls {
	bottom: 50%;
	position: absolute;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer {
	border: none;
	box-shadow: none;
	border-radius: 0;
}
.home-slider .owl-pagination {
	top: 60px;
}
/*.home-slider .owl-buttons {
	position: relative;
}*/
.home-slider .owl-prev {
	font-size: 0;
	height: 64px;
	position: absolute;
	width: 80px;
	left: 100px;
}
.home-slider .owl-prev {
	cursor: pointer;
}
.mainbanner .owl-carousel .owl-buttons .owl-prev {
	left: 50px;
}
.mainbanner .owl-carousel .owl-buttons .owl-next {
	right: 50px;
}
.mainbanner .owl-prev {
	background: url("../img/left_arrow.png") no-repeat 0 0;
}
.mainbanner .owl-next {
	background: url("../img/right_arrow.png") no-repeat 0 0;
}
.home-slider .owl-next {
	font-size: 0;
	height: 64px;
	position: absolute;
	width: 80px;
}
.home-slider .owl-next {
	/*cursor:url("../img/right_arrow.png"), auto !important
	*/
	cursor: pointer;
}
.home-slider .owl-controls .owl-page {
	padding: 3px;
	border: 2px solid #999;
}
.home-slider .owl-controls .owl-page span {
	background: #999;
	height: 6px;
	width: 6px;
}
.home-slider .owl-controls .owl-page.active span, .home-slider .owl-controls .owl-page span:hover {
	background: #b91f21;
}
.home-slider .owl-controls .owl-page:hover, .home-slider .owl-controls .owl-page.active {
	border: 2px solid #b91f21;
}
.home-slider .owl-controls .owl-page.active span {
	cursor: default;
}
.owl-dots{ display:none!important}
.owl-nav {
    position: absolute !important;
    bottom: 55px !important;
    opacity: 0;
    color: rgba(0,0,0,0.8);
    text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
    transition: all .3s ease;
    width: 100%;
}
#related-slidertab.owl-carousel .owl-nav, #special-slidertab.owl-carousel .owl-nav,
#latest-blog.owl-carousel .owl-nav {
    bottom: 115% !important;
    opacity: 1;
}
.owl-carousel:hover .owl-nav {
    opacity: 1;
}
.brand-logo.owl-carousel .owl-buttons div, .brand-logo.owl-carousel .owl-nav > button, #related-slidertab.owl-carousel .owl-nav > button, #special-slidertab.owl-carousel .owl-nav > button,
#latest-blog.owl-carousel .owl-nav > button {
    background: url("../img/sprite.png") no-repeat 0 0 !important;
    font-size: 0 !important;
    top: 40% !important;
    height: 43px !important;
    width: 43px !important;
}
.brand-logo.owl-carousel .owl-buttons .owl-prev, .brand-logo.owl-carousel .owl-nav > button.owl-prev, #special-slidertab.owl-carousel .owl-nav > button.owl-prev {
    background-position: -3px -47px !important;
    left: -50px !important;
    position: absolute;
}
#related-slidertab.owl-carousel .owl-nav > button.owl-prev, #special-slidertab.owl-carousel .owl-nav > button.owl-prev,
#latest-blog.owl-carousel .owl-nav > button.owl-prev{  left: calc(100% - 90px) !important;  background-position: -3px -47px !important;  position: absolute;}
.brand-logo.owl-carousel .owl-buttons .owl-prev:hover, .brand-logo.owl-carousel .owl-nav > button.owl-prev:hover, #related-slidertab.owl-carousel .owl-nav > button.owl-prev:hover, 
#special-slidertab.owl-carousel .owl-nav > button.owl-prev:hover,
#latest-blog.owl-carousel .owl-nav > button.owl-prev:hover{
    background-position: -3px -104px !important;
}
.brand-logo.owl-carousel .owl-buttons .owl-next, .brand-logo.owl-carousel .owl-nav > button.owl-next{
    background-position: -3px -160px !important;
    right: -50px !important;
    position: absolute;
}
#related-slidertab.owl-carousel .owl-nav > button.owl-next, #special-slidertab.owl-carousel .owl-nav > button.owl-next, 
#latest-blog.owl-carousel .owl-nav > button.owl-next { 
    background-position: -3px -160px !important; right: 0px !important; position: absolute; }
.brand-logo.owl-carousel .owl-buttons .owl-next:hover, .brand-logo.owl-carousel .owl-nav > button.owl-next:hover, #related-slidertab.owl-carousel .owl-nav > button.owl-next:hover, 
#special-slidertab.owl-carousel .owl-nav > button.owl-next:hover,
#latest-blog.owl-carousel .owl-nav > button.owl-next:hover{
    background-position: -3px -217px!important;
}
/* banner principal */
#main-banner .owl-nav {   bottom: 50% !important; }
#main-banner .owl-nav > button.owl-prev{  left: 50px !important; }
#main-banner .owl-nav > button.owl-next {  right: 50px !important;}
/*   contact page    */

.contact .contactus-title {
	margin: 0 0 30px 0;
}
.contact .contact-desc {
	margin: 0 0 90px;
}
.complaint, .email, .time {
	text-align: center;
	border-left: 1px solid #b9b9b9;
}
.complaint .tf, .email .tf, .time .tf {
	background: rgba(0, 0, 0, 0) url("../img/about-icon.png") no-repeat scroll center 0;
	padding: 38px 0 0;
}
.email .tf {
	background-position: center -63px;
}
.time .tf {
	background-position: center -123px;
}
.complaint {
	border: 0 none;
}
.forgot {
	display: inline-block;
	margin: 10px 0;
}
.main-form input, .main-form textarea, .leave-form input, .leave-form textarea {
	margin: 0 0 10px;
	padding: 10px;
	width: 100%;
	background-color: #e6e6e6;
	max-width: 100%;
	display: inline-block;
}
.main-form form {
	margin: 60px auto;
}
.main-form {
	margin: 0px 50px 0;
}
.map {
	margin: 100px 0px 0px;
}
.iframe{
    height:400px
}

#success {
    font-weight: 700;
    color: #b91f21;
}
.img-block {
    max-width: 250px;
    margin: auto;
}
/*   contact page end    */
/*about page start*/
.aboutus-title {
    font-family: Montserrat;
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 20px 25px;
}
.desc > p {
	line-height: 26px;
	margin: 0 0 0 30px;
}
.social > li {
	display: inline-block;
	list-style: outside none none;
	height: 42px;
	width: 42px;
	transition: all 1s ease 0s;
}
.social > li:hover {
	background: #b91f21 none repeat scroll 0 0;
	color: #fff;
}
.social > li:hover a {
	color: #fff;
}
.social li a .fa {
	font-size: 20px;
	padding: 10px;
}
.text-box {
	text-align: center;
}
.text-box .name {
	margin: 27px 0 3px;
}
.deg {
	font-size: 13px;
	font-weight: 500;
	color: #b91f21;
	margin: 0 0 20px;
}
.team .team-desc, .about-desc {
	margin: 0 0 50px;
}
ul {
	padding: 0;
	margin: 0;
}
.skill ul {
	padding-right: 15px;
}
.skill li {
	list-style: outside none none;
	margin-bottom: 14px;
}
.mission {
	padding: 0 20px;
}
.who-we-are {
	padding-left: 15px;
}
.purchase-title {
	font-size: 26px;
	font-weight: 600;
}
.purchase {
	border: 1px solid #b91f21;
	padding: 30px;
	text-align: center;
	margin-top: 80px;
}
.purchase a {
	background: #b91f21 none repeat scroll 0 0;
	color: #ffffff;
	display: inline-block;
	font-weight: 500;
	padding: 10px;
}
.purchase > button {
	background: #b91f21 none repeat scroll 0 0;
	margin: 10px 0;
}
.work li {
	list-style: outside none none;
	margin-bottom: 47px;
}
.team {
	margin: 0 -30px;
}
.team-title {
    margin-bottom: 30px;
}
.team1, .team2, .team3, .team4 {
	padding: 30px;
}
.team-social {
	position: absolute;
	left: 20px;
	bottom: 45px;
	display: none;
}
.team-social .fa.fa-facebook, .team-social .fa.fa-twitter, .team-social .fa.fa-google-plus, .team-social .fa.fa-linkedin, .team-social .fa.fa-pinterest-p, .team-social .fa.fa-instagram {
	color: #fff;
	display: inline-block;
	font-size: 15px;
	height: 33px;
	line-height: 33px;
	padding: 0;
	text-align: center;
	width: 33px;
}
.team-social .fa-facebook {
	background: #3c5b9b none repeat scroll 0 0;
	border: 2px solid #3c5b9b;
}
.team-social .fa-facebook:hover {
	background: #fff none repeat scroll 0 0;
	color: #3c5b9b
}
.team-social .fa-twitter {
	background: #359bed none repeat scroll 0 0;
	border: 2px solid #359bed;
}
.team-social .fa-twitter:hover {
	background: #fff none repeat scroll 0 0;
	color: #359bed;
}
.team-social .fa-google-plus {
	background: #e33729 none repeat scroll 0 0;
	border: 2px solid #e33729;
}
.team-social .fa-google-plus:hover {
	background: #fff none repeat scroll 0 0;
	color: #e33729;
}
.team-social .fa-linkedin {
	background: #027ba5 none repeat scroll 0 0;
	border: 2px solid #027ba5;
}
.team-social .fa-linkedin:hover {
	background: #fff none repeat scroll 0 0;
	color: #027ba5;
}
.team-social .fa-pinterest-p {
	background: #cb2027 none repeat scroll 0 0;
	border: 2px solid #cb2027;
}
.team-social .fa-pinterest-p:hover {
	background: #fff none repeat scroll 0 0;
	color: #cb2027;
}
.team-social .fa-instagram {
	background: #3f729b none repeat scroll 0 0;
	border: 2px solid #3f729b;
}
.team-social .fa-instagram:hover {
	background: #fff none repeat scroll 0 0;
	color: #3f729b;
}
.team .img-responsive {
	width: 100%;
	border-radius: 0;
}
#progress1 > h4, #progress2 > h4, #progress3 > h4, #progress4 > h4, #progress5 > h4 {
	color: #313743;
	font-weight: 500;
	margin: 0 0 -45px;
	padding: 15px;
}
div.dioprogress_padding {
	padding: 0;
}
div.dioprogress_size_l {
	height: 45px;
}
 /*.loader {
	position: fixed;
	width: 100%;
	z-index: 99;
	height: 100%;
	background: #fff;
}
.preloader.loader > img {
	height: 256px;
	width: 256px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 40%;
}*/
.loader { position: fixed;	left: 50%; top: 50%;	transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);	-ms-transform: translate(-50%, -50%);	z-index: 99999; }
.over-loader {	position: fixed; left: 0px; top: 0px;	width: 100%; height: 100%;	z-index: 9999; }
.hide-loader {	display: none; }
.switch-loader { position: fixed; bottom: 0px; left: 0px; width: 100%; 	z-index: 999999; }
.switch-loader ul {	margin: 0px; padding: 0px; text-align: center; list-style: none;	}
.switch-loader ul li {	display: inline-block;	margin: 0 4px;	color: #fff; font-size: 16px; padding: 10px; 	}
.switch-loader ul li a { text-decoration: none;	color: #fff; }
.switch-loader ul li.active > a {	color: #000; }
.loader-live {	z-index: 9999991;	background: #fff;}
.loader-item.style5 { width: 70px; text-align: center; }
.loader-item.style5 > div {	width: 18px; height: 18px; background-color: #b91f21; border-radius: 100%; display: inline-block; -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;	animation: sk-bouncedelay 1.4s infinite ease-in-out both; }
.loader-item.style5 .bounce1 {-webkit-animation-delay: -0.32s; 	animation-delay: -0.32s; }
.loader-item.style5 .bounce2 {	-webkit-animation-delay: -0.16s;animation-delay: -0.16s;}
@-webkit-keyframes sk-rotateplane {
	0% { -webkit-transform: perspective(120px);	}
	50% { 	-webkit-transform: perspective(120px) rotateY(180deg);	} 
	100% {	-webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);	}
}
@keyframes sk-rotateplane {
	0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg);	-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg); 	}
	50% {transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); 	-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
	100% {	transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); 	-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); 	}
}
@-webkit-keyframes sk-bounce {
	0%, 100% {	-webkit-transform: scale(0);}
	50% {-webkit-transform: scale(1);	}
}
@keyframes sk-bounce {
	0%, 100% {	transform: scale(0); -webkit-transform: scale(0);	}
	50% { 	transform: scale(1); -webkit-transform: scale(1);	}
}
@keyframes line-scale {
	0%, 100% {	transform: scaleY(1);	}
	50% { transform: scaleY(0.4);}
}
@-webkit-keyframes sk-cubemove {
	25% {-webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);	}
	50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);	}
	75% { -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); }
	100% { -webkit-transform: rotate(-360deg);	}
}
@keyframes sk-cubemove {
	25% {transform: translateX(42px) rotate(-90deg) scale(0.5);	-webkit-transform: translateX(42px) rotate(-90deg) scale(0.5); 	}
	50% { transform: translateX(42px) translateY(42px) rotate(-179deg); -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);	}
	50.1% { 	transform: translateX(42px) translateY(42px) rotate(-180deg); -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);	}
	75% {transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);	}
	100% {	transform: rotate(-360deg);-webkit-transform: rotate(-360deg);	}
}
@-webkit-keyframes sk-bouncedelay {
	0%, 80%, 100% {	-webkit-transform: scale(0);} 
	40% {	-webkit-transform: scale(1);	}
}
@keyframes sk-bouncedelay {
	0%, 80%, 100% {	-webkit-transform: scale(0);transform: scale(0);	}
	40% {-webkit-transform: scale(1); 	transform: scale(1);}
}
@-webkit-keyframes sk-cubeGridScaleDelay {
	0%, 70%, 100% {	-webkit-transform: scale3D(1, 1, 1); transform: scale3D(1, 1, 1);	}
	35% {	-webkit-transform: scale3D(0, 0, 1);transform: scale3D(0, 0, 1); 	}
}
@keyframes sk-cubeGridScaleDelay {
	0%, 70%, 100% {	-webkit-transform: scale3D(1, 1, 1); transform: scale3D(1, 1, 1); 	}
	35% { -webkit-transform: scale3D(0, 0, 1); 	transform: scale3D(0, 0, 1);	}
}
@keyframes ball-zig-deflect {
	17%, 84% {	transform: translate(-15px, -30px);	} 
	34%, 67% {	transform: translate(15px, -30px);	}
	100%, 50% {	transform: translate(0px, 0px);	}
}
@keyframes ball-zag-deflect {
	17%, 84% { transform: translate(15px, 30px); }
	34%, 67% { transform: translate(-15px, 30px); }
	100%, 50% {	transform: translate(0px, 0px); }
}
@keyframes rotate {
	0% { transform: rotate(0deg); }
	50% { transform: rotate(180deg); }
	100% { transform: rotate(360deg); 	}
}
@keyframes scale {
	30% { transform: scale(0.3); } 
	100% {	transform: scale(1); }
}
@keyframes ball-triangle-path-1 {
	33% { transform: translate(25px, -50px);	}
	66% {transform: translate(50px, 0px);}
	100% { transform: translate(0px, 0px); }
}
@keyframes ball-triangle-path-2 {
	33% { transform: translate(25px, 50px); }
	66% { transform: translate(-25px, 50px); }
	100% { transform: translate(0px, 0px); 	}
}
@keyframes ball-triangle-path-3 {
	33% { transform: translate(-50px, 0px); }
	66% { transform: translate(-25px, -50px);}
	100% { transform: translate(0px, 0px);	}
}
@keyframes ball-pulse-sync {
	33% { transform: translateY(10px);	}
	66% { transform: translateY(-10px);	}
	100% { transform: translateY(0px);	}
}
/* fim loader*/
/* Topbar list------------------------------ */
.topbar.white {
	background-color: #fff;
	border-bottom: 1px solid #efefef;
}
.toplist {
	padding: 0px !important;
	margin: 0px;
	padding-top: 20px !important;
}
.toplist li {
	float: left;
	color: #8d8c8c;
	text-align: right;
	font-size: 14px;
	margin: 0px;
	padding: 0 10px 0 10px;
}
.toplist.grey-1 li {
	color: #e0dddd;
}
.toplist li.lineright {
	border-left: 1px solid #e4e4e4;
}
.toplist li a {
	color: #8d8c8c !important;
	text-transform:none !important
}
	.toplist li a:hover {
		color: #101010 !important;
	}
.toplist.grey-1 li a {
	color: #e0dddd;
}
a.topbar-btn {
	float: left;
	color: #101010;
	text-align: center;
	font-size: 14px;
	margin: 0px;
	border-radius: 0px;
	padding: 5px 15px;
	background-color: #fff;
}
.topbar-padding {
	padding: 7px 0 10px 0;
}
.topbar-left-items {
	float: left;
	margin: 0;
	padding: 0;
	width: 37%;
}
.topbar-middle-logo {
	float: left;
	margin: 0;
	padding: 10px 0;
	width: 26%;
	text-align: center;
	background-color: #b91f21;
}
.topbar-middle-logo.no-bgcolor {
	background: none;
}
.topbar-right-items {
	margin: 0;
	padding: 0;
}
/* Topbar lis ------------------------------ */

/* =========== dark color dropdowns ============ */
.header-section.dark-dropdowns ul li.search-parent .search-box {
	background: #101010;
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	position: absolute;
	top: 100%;
	left: 0px;
	width: 100%;
	max-height: 0px;
	overflow: hidden;
}
.header-section.dark-dropdowns ul li.search-parent .search-box {
	background: #101010;
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	position: absolute;
	top: 100%;
	left: 0px;
	width: 100%;
	max-height: 0px;
	overflow: hidden;
}
.header-section.dark-dropdowns ul li.search-parent .search-box .close-btn {
	color: #727272;
}
.header-section.dark-dropdowns ul li.cart-parent .cart-box {
	background: #101010;
}
.header-section.dark-dropdowns.style4 ul li.cart-parent .cart-box {
	background: #101010;
}
.header-section.dark-dropdowns ul li.cart-parent .cart-box ul li .close-btn {
	color: #727272;
}
.header-section.dark-dropdowns ul li.search-parent .search-box .form-control {
	background-color: #101010;
	border: 1px solid rgba(255, 255, 255, 0.1);
}
.header-section.dark-dropdowns ul li.cart-parent .cart-box ul {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.header-section.dark-dropdowns ul li ul {
	background-color: #101010;
}
/* fim menu*/




























.show{
    display:block
}
/*about page end*/

.mc-field-group{
    display:inline-block
}
.owl-item .img-responsive{
    width:100%
}
/* CONTA LOGIN */
.glyph .icon {
    font-size: 42px;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
    color: #b91f21;
    display: block;
}
.glyph .icon .fa {
    font-size: 42px;
}
.icon-name {
    height: 45px
}
.glyph {
    background-image: linear-gradient(to bottom, #eee, #ccc);
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 30px;
    color: #666;
    width: 100%;
    box-shadow: 2px 3px 5px #666;
}
.glyph:hover {
 box-shadow: none;
}






.erro{ border: 2px solid rgba(204,51,51, 0.6) !important}
#catalogo .entry-content{ height: 95px; overflow:hidden}
.recuperarPass{ display:inline-block; width:500px; height:42px}
.alinhaBotao{ float:right; display:inline-block }
.recPass{ margin:auto}
.alert-success {    color: #b91f21 !important}
.list-inline-item{ display:inline-block}

.modal.in .modal-dialog { z-index: 9999; }

.block_content ul li {
    display: inline-block;
    list-style: outside none none;
    margin-bottom: 10px;
    width: 100%;
}
.product-mini-list .entry-thumbnail {
    float: left;
    margin: 0 5% 0 0;
    width: 30%;
}
.product-mini-list .entry-main {
    float: left;
    width: 63%;
}
.product-mini-list .price-box span {
    color: #b91f21;
    font-size: 16px;
    margin-right: 7px;
}
h5.entry-title {
    margin:0!important;
    line-height:14px;
}
h5.entry-title a {
    font-size: 12px;
    font-weight:600;
    text-transform: none;
    margin:0!important;
    letter-spacing: 0;
}


.altura {
	height: 350px
}


/*  slider home */
ul,
ol {	list-style: none outside none;}
.esc {	position: relative;	width: 100%;	height: 1px;	clear: both;}
.clearfix:after {	content: "";display: table;clear: both;}
@keyframes spin {
	to {-webkit-transform: rotate(1turn);	-moz-transform: rotate(1turn);	-o-transform: rotate(1turn);-ms-transform: rotate(1turn);	transform: rotate(1turn);	}
}
@keyframes extra-spin {
	to {-webkit-transform: rotate(1.125turn);-moz-transform: rotate(1.125turn);	-o-transform: rotate(1.125turn);-ms-transform: rotate(1.125turn);transform: rotate(1.125turn);	}
}

.spin {	font-size: 36px;	text-align: center;	text-indent: -999em;}
	.spin:before,
	.spin:after {	content: "";width: 0.5em;height: 0.5em;	border-radius: 0.2em;	position: fixed;top: 5em;left: 50%;	display: inline-block;	}
	.spin:before {
		box-shadow:
		/* 1 */
		0 1em #eee, 0 1.125em #eee, 0 1.25em #eee, 0 1.375em #eee, 0 1.5em #eee,
		/* 3 */
		-1em 0 #aaa, -1.125em 0 #aaa, -1.25em 0 #aaa, -1.375em 0 #aaa, -1.5em 0 #aaa,
		/* 5 */
		0 -1em #666, 0 -1.125em #666, 0 -1.25em #666, 0 -1.375em #666, 0 -1.5em #666,
		/* 7 */
		1em 0 #222, 1.125em 0 #222, 1.25em 0 #222, 1.375em 0 #222, 1.5em 0 #222;
		-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);transform: rotate(45deg);-webkit-animation: extra-spin 1s infinite steps(8);	-moz-animation: extra-spin 1s infinite steps(8);-o-animation: extra-spin 1s infinite steps(8);animation: extra-spin 1s infinite steps(8);}

	.spin:after {
		box-shadow:
		/* 2 */
		-1em 0 #ccc, -1.125em 0 #ccc, -1.25em 0 #ccc, -1.375em 0 #ccc, -1.5em 0 #ccc,
		/* 4 */
		0 -1em #888, 0 -1.125em #888, 0 -1.25em #888, 0 -1.375em #888, 0 -1.5em #888,
		/* 6 */
		1em 0 #444, 1.125em 0 #444, 1.25em 0 #444, 1.375em 0 #444, 1.5em 0 #444,
		/* 8 */
		0 1em #000, 0 1.125em #000, 0 1.25em #000, 0 1.375em #000, 0 1.5em #000;
		-webkit-animation: spin 1s infinite steps(8);	-moz-animation: spin 1s infinite steps(8);-o-animation: spin 1s infinite steps(8);animation: spin 1s infinite steps(8);}

#loader {	position: fixed;margin: 0;top: 0;left: 0;width: 100%;height: 100%;z-index: 9999;background: rgba(255,255,255,1);display: block;text-align: center;}
#loader > div {		position: relative;		margin-top: 10%;	}
/*fim slider home*/








/** 	Responsive CSS File *	v1.0 */
/* clearfix */
@media (max-width: 1500px) {
    .bannerSlider {   height: 450px;   }
	.altura { height: 300px	}
	.mainbanner h1 {font-size: 45px;}
	.mainbanner .btn {		font-size: 16px;}
	}
@media (max-width: 1300px) {
    /*.owl-carousel .owl-buttons {  display: none; }*/
	.altura { height: 300px	}
}
@media (max-width: 1270px) {
    .owl-nav {  width: 95%; margin:auto;   }
    .brand-logo.owl-carousel .owl-buttons .owl-prev, .owl-nav > button.owl-prev {     left: -10px !important; }
}

@media (max-width: 1200px) {
	.product-grid .product-thumb .caption {padding: 0 10px; }
    .bannertext {   top: 30%;}
    .destaques {   height: 220px; }
    /* Header */
    /* Column */
    body {    letter-spacing: 0px;}
    .col-2 .column-left, .col-2 .column-right { width: 25%; }
    .col-2 #content { width: 75%; }
    .cms_banner img { width: 100%;}
    .blog_img {  height: auto;  width: 880px;  }
    .blog_img img {    width: 100%;  }
    .product-thumb .product-name a {  height: 57px;   }
    .product-thumb .price { height: 62px; display: grid; width: 100%; }
    .estadoProduto { float: none; }
    .bannerSlider {   height: 450px;   }
	.grid figure {max-height: 239px;}
	}
@media only screen and (min-width: 980px) and (max-width: 1199px) {
    /* Header */
    .home-slider .owl-buttons { bottom: 170px; }
    /* CMS banner block */
    span.banner-mid-text1 { padding: 8px 0px 8px 60px; font-size: 14px;  }
    span.banner-mid-text2 { padding: 8px 75px 8px 0px; font-size: 14px; }
    /* Content */
    div#banner1, div#banner2 {   width: 49%;  }
    .col-2 #product-thumbnail.owl-carousel { width: 330px; }
    #center { padding-top: 0;  }
    .blog_img { width: 700px; }
    .product-list .product-thumb .caption { width: 55%; background-position: 15px -260px !important; }

    .owl-nav {  width: 100%; margin:auto;  }
    .brand-logo.owl-carousel .owl-buttons .owl-prev, .owl-nav > button.owl-prev {     left: -50px !important; }
}

@media (max-width: 1040px) {
    /*.owl-nav {  width: 95%; margin:auto;   }*/
    .brand-logo.owl-carousel .owl-buttons .owl-prev, .owl-nav > button.owl-prev {     left: -10px !important; }
    .brand-logo.owl-carousel .owl-buttons .owl-prev, .brand-logo.owl-carousel .owl-nav > button.owl-prev, #special-slidertab.owl-carousel .owl-nav > button.owl-prev {   left: 0px !important; }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .owl-nav {  width: 100%; margin:auto;  }
    .brand-logo.owl-carousel .owl-buttons .owl-prev, .owl-nav > button.owl-prev {     left: -50px !important; }
    .home-slider .owl-buttons { bottom: 100px;  }
    /* Column */
    .column-left .product-grid .product-imageblock, .column-right .product-grid .product-imageblock { min-height: inherit; margin: 0 15px 5px 0; }
    .column-left .product-grid .caption.product-detail, .column-right .product-grid .caption.product-detail { width: 100%;    }
    .column-left .productblock-title, .column-right .productblock-title, .column-left .cms-title, .column-right .cms-title, .column-left .columnblock-title, .column-right .columnblock-title { padding: 10px 15px; text-transform: capitalize;    }
    .category_block, .filter-block, .account-block, .column-left .product-grid, .column-right .product-grid, #banner0 .img-responsive { max-width: none; width: 100%;  }
    .testimonial-item { padding: 10px 15px; }
   .testimonial-item .test-image, .testimonial-item .test-image img {width: 100%;        }
    .column-left .product-grid .caption.product-detail, .column-right .product-grid .caption.product-detail, .column-left .product-slider .caption.product-detail, .column-right .product-slider .caption.product-detail { width: 100%; }
    #column-left .blog-content, #column-right .blog-content { clear: both; }
    /* CMS banner block */
    a.banner-mid-top, a.banner-mid-bottom { padding: 15px; }
    span.banner-mid-text1 { padding: 8px 0px 8px 60px; font-size: 14px; }
    span.banner-mid-text2 { padding: 8px 75px 8px 0px; font-size: 14px;   }
    /* Content */
    .col-2 #product-thumbnail.owl-carousel { width: 260px; }
}

@media (max-width: 979px) {
	.grid figure {width: calc(50% - 20px);	}
	figure.effect-layla h2 {padding-top: 20%; font-size:25px}
		.altura { height: 270px	}
    #principal .collapse, .collapse {     display: none}
    #top-links .fa {    font-size: 29px;}
    .main-navigation li {  text-align: center;  }
    #search {  float: none; }
    
    ul.main-navigation { box-shadow: 3px 4px 5px #999;   }
    .main-navigation > li:last-child:hover { background: transparent;}
    .header-right #search {  margin-left: 40px;  }
    .header-right #search .input-lg {  width: 210px;}
    #cart { margin-bottom: 10px; padding-top: 20px; text-align: right; right: 60px; }
            /*Respo Header*/
    .header-inner { padding: 20px 0 10px; position: relative;  }
    .header-inner .header-left { text-align: center; /*float: none;*/ margin: 0;    }
    .header-inner .header-right { padding: 0; float: none; width: auto;   }
    .header-right #search { margin-bottom: 30px; }
    .respo-header-middle { background: #f5f5f5; margin: 0 0 10px; padding: 10px;    }
    .respo-header-middle .header-middle-bottom {  margin: 0;  padding: 0    }
    /* Menu */
    #menu .btn-navbar .fa { font-size: 24px; line-height: 20px; vertical-align: -3px; display: block; color: #000;  }
    .container > .navbar-header {   margin: 0; }
    .navbar-header {  width: 100%;  display: block; }
    .navbar-header {  position: relative; padding: 20px 30px;  }
    .nav-inner { position: relative;  }
    .navbar-collapse { display: none; position: absolute; top: 124px; z-index: 999; background: #fff; margin: 0 !important; left: 0; width: 100%;  }
    .navbar-collapse.collapse { display: none; position: absolute; top: 0px; z-index: 999; background: #fff; margin: 0 !important; left: 0; width: 100%;  }
    nav { width: 170px; margin-right: 15px;   }
    .fa.fa-bars { color: #000000;  }
    .main-navigation > li::before { content: "";  }
    .main-navigation li a { font-weight: normal;  }
    .main-navigation li > a { text-transform: capitalize; }
    #logo { margin: 0 0 15px;  }
    ul.main-navigation { padding: 10px; text-align: left;  }
    .main-navigation > li { float: none; display: inline-block; width: 100%;  }
    .main-navigation > li:hover > a.activSub:before { display: none;    }
    .main-navigation li > a { display: inline-block; width: 100%; padding: 5px; color: #666666;  }
    .main-navigation > li:hover > a.active::before { content: ""; }
    .main-navigation li ul { position: static; display: block; padding: 0; margin: 0px; background: none; box-shadow: none; width: auto; border: none; }
    .main-navigation li ul ul {  display: block;  }
    .main-navigation li li a { padding: 5px 10px;   color: #666666;  }
    .main-navigation li a:hover { color: #fff;   }
    .main-navigation li li:hover {  background: #333645;  }
    .main-navigation li.collapsable:hover {   background: #fff; }
    .main-navigation li.collapsable:hover > a { color: #3ab54a;   }
    #content .blog-wrapper .owl-buttons > div.owl-next, .product-slider.owl-carousel .owl-buttons > div.owl-next { right: 0px; }
    #content .blog-wrapper .owl-buttons > div.owl-prev, .product-slider.owl-carousel .owl-buttons > div.owl-prev { left: 0px; }
    .hitarea.expandable-hitarea { height: 20px; width: 20px; position: absolute; top: 12px; right: 10px; z-index: 9; text-align: center; cursor: pointer;  }
    .hitarea.collapsable-hitarea { height: 20px; width: 20px; position: absolute; top: 5px; right: 10px; z-index: 9; text-align: center; cursor: pointer;   }
    .hitarea.expandable-hitarea:before { font-family: 'FontAwesome'; content: '\f067'; color: #999; font-weight: normal; font-size: 14px; vertical-align: top; }
    .hitarea.collapsable-hitarea:before { font-family: 'FontAwesome'; content: '\f068'; color: #999999; font-weight: normal; font-size: 14px; vertical-align: top;  }
    /* Header */
    #logo > a {display: inline-block; }
    #top-links ul { right: -15px; }
    .main-navigation li { position: relative; padding: 5px;border-top: 1px solid #e5e5e5; }
    .header-middle-bottom { text-align: center; margin: 0 0 10px;  }
    .header-middle-bottom #top-links { float: none; display: inline-block; }
    #cart .dropdown-menu { width: 280px;  }
    .header-inner .header-middle { float: none;  }
    /* content */    
    .bannerSlider {   height: 350px; padding-top: 50px;  }
	.mainbanner h1 {   font-size: 35px;}
    .product-thumb .image img {  max-width: none;   width: auto   }
    div#banner1, div#banner2 {   width: 49%; }
    /* CMS banner block */
    .cms-banner-left, .cms-banner-right { width: 50%; float: left; }
    .cms_banner { padding: 0 0px; }
    #center { padding-top: 0; }
    .owl-controls { display: none; }
    .testimonial-desc { margin: 0 0 100px }
    /* Footer */
    .newslatter .form-control { width: 260px !important; }
    .footer-top-cms { text-align: center; }
    .footer-logo, .footer-social { float: none; display: inline-block; }
    .footer-desc { width: 100%; display: inline-block;  margin: 20px 0;  }
    footer .ul-wrapper { /*display: none;*/ margin: 5px 0 20px; }
    .footer-services { margin-top: 0px; }
    .blog_img { width: 538px;  }
    .parallax img { max-width: 250%;  }
    .cart .input-group .form-control.quantity {  width: 83px; text-align: center;  }
    .cart .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {   margin-left: 0; }
    .product-list .product-thumb .caption {    width: 42%; }
    #commentform input {   width: auto; }
    #commentform label { margin: 0 0px 20px;  width: 100px;   }
    #comment {  max-width: 100%;  }
    .form-submit {  margin-top: 20px; }
    .team { margin: auto; }
    .team1, .team2, .team3, .team4 {  padding: 10px; }
    .qty.form-control {     width: 80px;}
    .qtygroup.input-group{ display:block; margin:0}
    .qtdlink, .qtdlinkRemove { padding: 9px 32px 9px 31px;    }
}

@media (max-width: 840px) {
    .owl-nav {  width: 95%; margin:auto;   }
    .brand-logo.owl-carousel .owl-buttons .owl-prev, .owl-nav > button.owl-prev {     left: -10px !important; }
}


@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu { display: block;}
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group { border-left: none;	}
}
@media (max-width: 767px) {
	#menu div.dropdown-inner > ul.list-unstyled { display: block;}
	#menu div.dropdown-menu { margin-left: 0 !important; padding-bottom: 10px; background-color: rgba(0, 0, 0, 0.1);}
	#menu .dropdown-inner { display: block; }
	#menu .dropdown-inner a { width: 100%; color: #fff;	}
	#menu .dropdown-menu a:hover, #menu .dropdown-menu ul li a:hover { background: rgba(0, 0, 0, 0.1);	}
	#menu .see-all { margin-top: 0; border: none; border-radius: 0; color: #fff; }

	.product-list .product-thumb .caption {min-height: 0; margin-left: 0;}
	.product-grid .product-thumb .caption { min-height: 0;	}

    .navbar-header {  padding: 15px}
    #menu .btn-navbar {  padding: 12px 20px 0 0;    }
    .navbar-collapse {top: 110px; }
    .bannertext {  top: 27%;  }
    .recuperarPass{ display:inline-block; width:100%; }
    .alinhaBotao{ float:none; display:block;margin: 10px auto; }
    .recPass{ margin:auto; width:100%}
	.mainbanner h1 {font-size:30px	}
	.mainbanner h2 {font-size: 15px;	}

    /* Header */
    .header-middle-right, .header-middle-left { float: none;  display: inline-block;  width: 100%;  text-align: center; }
    .header-inner .header-middle { float: none;  }
    .header-inner .header-left {  text-align: center;   float: none;  margin: 0;  }
    .header-inner .header-right {  text-align: center;  float: none;  margin: 0px;    }
    .header-right #search { margin-bottom: 30px;  }
    .wel-come-msg {  display: none;    }
    /* Column */
    .col-3 #content {   width: 100%;  }
    .home-slider .owl-pagination { top: -10px;    }
    .cms_banner {    margin: 0px;  }
    #center { padding-top: 0; }
    .product-layout.product-grid.col-lg-3.col-md-4.col-sm-6.col-xs-12 {   width: 50% }
    /* Content */
    #content .product-slider .product-thumb .product-imageblock .button-group, #content .product-grid .product-thumb .product-imageblock .button-group, #content .product-thumb:hover .product-imageblock .button-group {  opacity: 1; bottom: 0;  right: 0;     }
    .col-2 #content {      width: 100%;  }
    #content .product-grid .product-grid-item, .grid-list-wrapper .product-grid {    width: 50%;  }
    .col-2 #product-thumbnail.owl-carousel {   width: 420px;  }
    .parallax { padding: 60px 0;  }
    .parallax img {   max-width: 300%;    }
    #testimonial .owl-pagination {  bottom: -40px;  }
    .sub-banner .sub2 { display: inline-block;  margin-top: 20px;  }    
    .blog_img {  width: auto;  }
    .newslatter .form-control {   width: 200px;   }
    .newslatter .title-subline, .footer-social .title-subline {  text-align: center; float: none;   }
    .footer-top-cms h5 { font-size: 26px;   margin: 20px 0 28px;  }
    .aboutus-title { margin: 40px 0; }
    .desc > p { margin: 0px; }
    .complaint, .email, .time {   border: 0 none; margin-bottom: 30px; }
    .main-form { margin: 0;   }

    .block_content{ position: absolute; top: 0; right: 15px;}
    .block_content .navbar-toggle {  position: relative; float: right; margin: 0px;   padding: 9px 10px; }
    .block_content .navbar-toggle .icon-bar {  background-color:  #b91f21; }
    .widget.widget-category.brands { margin-bottom:50px;  }
    .widget.widget-category.brands h3 { display:none;  }
    .block_content .navbar-toggle{ padding-bottom:40px}
}

@media (max-width: 690px) {
    .owl-nav {  width: calc(100% - 10px); margin:auto; bottom:50px !important   }
    .brand-logo.owl-carousel .owl-buttons .owl-next, .brand-logo.owl-carousel .owl-nav > button.owl-next {  right: 0px !important; }
    .nav.nav-pills > li.active span{ display:inline-block }
    .nav.nav-pills > li span{ display:none }
}

@media (max-width: 670px) {
    .header-right #search { margin: 30px; text-align: center; float: none;   }
    .header-right #cart { margin-bottom: 30px;  text-align: center;   float: none; }
}

@media (max-width: 640px) {
    .newslatter .form-control { width: 270px !important; }
}

@media (max-width: 600px) {
	.caixas{ display:none}
    .bannertext {  top: 22%;  }
    .owl-nav {  bottom:45px !important   }
    /* Header */
    .header-middle-right, .header-middle-left { float: none; display: inline-block; width: 100%; text-align: center;   }
    .header-inner .header-middle { float: none; }
    .header-inner .header-left { text-align: center; float: none; margin: 0;  }
    #wishlist-total > span, #top-links .dropdown-toggle > span { display: none;   }
    #wishlist-total > span + span, #top-links .dropdown-toggle > span + span { display: inline-block;   }
    .header-inner .header-right { float: none; display: inline-block; width: 100%; margin: 0;  }
    .header-right #search .input-lg { width: 160px; }
    .header-right #search { margin: 10px auto; float: none;  }
    .sm-screen { display: none;  }
    .header-middle-right .pull-left {  float: none;  display: inline-block; }
    .product-list .product-thumb .caption {  width: 100%;  }
    .product-list .product-desc {  border-width: 1px 0 0; margin: 25px 0 0;  }
    .product-list .product-thumb .image { margin: 0 20px 25px 0; }
    .language .dropdown-menu { right: -10px; }
    .currency .dropdown-menu { left: 0px; }
    .table { width: 100%; overflow: auto; float: left;  }
    .cms-banner-left, .cms-banner-right {  width: 100%; float: left;  }
    .cms-banner-right { margin-top: 20px;   }
    .cms-banner-left, .cms-banner-right { float: none;  width: 100%; text-align: center;    display: inline-block;    }
    .footer-top-cms h5 { font-size: 20px;    }
    #bottom-footer { font-size: 12px;}
    .product-thumb .product-name a { height: 74px; }
}

@media (max-width: 500px) {
	.newslatter input { border-radius: 0px !important; }
	.newslatter .btn.btn-large.btn-primary {	border-radius: 0px !important;	}
	.toplist {	padding-top: 10px;		}
}

@media (max-width: 479px) {
	.pesquisa { width: 120px !important;	}
    #search .input-lg {   width: 250px;}
    /*#search .btn-lg {  padding: 16px 15px !important;}*/
        .product-thumb .product-name a { height: auto; }
    .col-xxs-12 { width:100%}
    .hidden-xxs { display:none}
    /* Header */
    #content .product-grid .product-grid-item, .grid-list-wrapper .product-grid { width: 100%; }
    .btn.btn-navbar.navbar-toggle i { color: #000; }
    #accordion .input-group-btn .btn { float: none;  margin-left: 0; margin-top: 10px;  }
    .right-top-banner {  margin-top: 20px;  }
    #center {  padding: 0; }
    .parallax { background-size: auto auto; margin: 50px 0 20px;  padding: 40px 0;   }
    .parallax p { font-size: 16px; margin: 0 0 30px;  }
    .parallax h2 { font-size: 28px; font-weight: bolder; }
    #content .blog-wrapper .owl-buttons > div.owl-prev, .product-slider.owl-carousel .owl-buttons > div.owl-prev, .content .blog-wrapper .owl-buttons > div.owl-prev { left: 20px; }
    #content .blog-wrapper .owl-buttons > div.owl-next, .product-slider.owl-carousel .owl-buttons > div.owl-next, .content .blog-wrapper .owl-buttons > div.owl-next { right: 20px; }
    /* CMS banner block */
    a.banner-mid-top, a.banner-mid-bottom { padding: 15px; }
    span.banner-mid-text1 { padding: 10px 0px 10px 60px; }
    span.banner-mid-text2 { padding: 10px 75px 10px 0px;   }
    span.banner-mid-text1, span.banner-mid-text2 { font-size: 17px; }
    /* Custom Tab */
    .customtab-wrapper { margin: 20px 0px; border: none;  }
    .customtab .tab { width: 100%; margin: 0 0 5px; }
    .customtab .tab a { display: block; text-align: center; }
    .customtab .tab a { background-image: none; margin: 0px; padding: 10px;   }
    .customtab .product-slider.owl-carousel .owl-buttons {    top: -60px; }
    /* Content */
    div#banner1, div#banner2 { width: 100%; margin-bottom: 20px; }
    .page-wrapper, .sort-wrapper { float: left; margin: 10px 0 0; border: none;  }
    .list-grid-wrapper { display: inline-block; float: none; margin: 20px 0; padding: 0; width: auto; }
    .col-2 #product-thumbnail.owl-carousel { width: 100%; }
    .nav-tabs > li { width: auto; margin: 0 10px -2px 0; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav-tabs > li > a:hover { border-bottom: 2px solid #3ab54a; margin: 0;   }
    .nav-tabs > li > a { margin: 0; }
    .footer-bottom .copyright, .footer-bottom-cms, .copy .text-right { float: none; display: inline-block; width: 100%; text-align: center;  }
    .footer-bottom-cms {  margin: 10px 0 0;  }
    .footer-bottom a {  float: none; }
    .footer-payment li { float: none; display: inline-block; margin: 0 5px 5px 0; }
    .currency .btn-link, .language .btn-link { padding: 10px 15px; }
    div#subbanner5, div#subbanner4 { float: none;  width: 100%; }
    .newslatter > form { display: inline-block; }
    .newslatter .form-control { width: 270px !important; float: none; }
    .newslatter .btn.btn-large.btn-primary { margin: 0px 0; float: none; text-align: center;    }
    .footer-top-cms h5 { font-size: 20px; margin: 22px 0; float: none; }
    .destaques {     height: 200px;}
    #cart { right: 40px; padding-top: 10px;}
    #menu .btn-navbar {top: 25px; }
    #menu #category {    max-width: 150px;}
    .navbar-collapse {    top: 90px;}

    .larguraInput{ width:auto; }
    .larguraBts {  width: auto; }
    .btn {   padding: 9px 13px;}
    .minus, .add { width:39px}
	.toplist li {	padding: 0 !important;	}
	.grid figure {	max-width: 480px; width: 100% }

}

@media (max-width: 430px) {
	.pesquisa { width: 100px !important;	}
    #search .input-lg {   width: 180px;}
    /*#search .btn-lg {  padding: 16px 10px !important;}*/
    .cms_banner img { width: 100%; }
    .product-layout.product-grid.col-lg-3.col-md-4.col-sm-6.col-xs-12 { width: 100% }
    .team1, .team2, .team3, .team4 { width: 100%; }
    .breadcrumb h1{	font-size: 40px; }
    #scrollup {bottom: 10px; right: 10px; }
	.topbar-padding { padding: 12px 0 15px 0; 	}
}

@media (max-width: 360px) {
	.header-section .logo.bg-prim img {height: auto !important	; }
    #menu #category {  max-width: 120px;}
    #cart { padding-top: 0px;}
    #menu .btn-navbar {top: 15px; }
    .btn { padding: 9px 10px;}
    .qtdlink.btn.btn-primary, .qtdlinkRemove.btn.btn-danger{ padding:9px 13px}
    #cart { right: 30px;}
}
@media (max-width: 320px) {
    /* Header */
    #top-links { margin: 0; }
    #top-links li { margin: 5px 0;}
    #top-links ul { right: -8px; }
    .header-middle-left .contact-top .telephone { display: inline-block; }
    .navbar { min-height: auto; width: 100%; }
    #cart .dropdown-menu {width: 260px;right: -35px;overflow: auto;}
    .btn-viewcart {margin: 0 0 5px;}
    /* CMS banner block */
    .cms-banner-left, .cms-banner-right {width: 100%;}
    .cms-banner-left {margin: 0 0 15px;}
    span.banner-mid-text1, span.banner-mid-text2 { font-size: 14px; }
}





/* LOADING 5* ... */
.backgroundLoading { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0, 0.2); z-index: 4000; }
.msgLoading { padding-top: 50px; font-size: 12px; display: block; text-align: center; }
.msgLoading1 { padding-top: 30px; font-size: 12px; color: #b91f21; display: none; text-align: center; }
.centered1 { position: fixed; top: 50%; left: 50%; -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.rectangleLoading { padding: 20px;  }
.circleLoading { position: relative; margin: 0 auto; width: 60px;  height: 60px; }
.circleLoading .wBall { position: absolute; width: 57px; height: 57px; opacity: 0; -moz-transform: rotate(225deg); -moz-animation: orbit 3.3s infinite; -webkit-transform: rotate(225deg); -webkit-animation: orbit 3.3s infinite;
-ms-transform: rotate(225deg); -ms-animation: orbit 3.3s infinite; -o-transform: rotate(225deg); -o-animation: orbit 3.3s infinite; transform: rotate(225deg); animation: orbit 3.3s infinite;   }

.circleLoading .wBall .wInnerBall { position: absolute; width: 8px; height: 8px; background: #b91f21; left: 0; top: 0; -moz-border-radius: 0px; -webkit-border-radius: 0px; -ms-border-radius: 0px; -o-border-radius: 0px; border-radius: 0px; }
.circleLoading #wBall_1 { -moz-animation-delay: 0.72s; -webkit-animation-delay: 0.72s; -ms-animation-delay: 0.72s; -o-animation-delay: 0.72s; animation-delay: 0.72s;    }
.circleLoading #wBall_2 { -moz-animation-delay: 0.14s; -webkit-animation-delay: 0.14s; -ms-animation-delay: 0.14s; -o-animation-delay: 0.14s; animation-delay: 0.14s;   }
.circleLoading #wBall_3 { -moz-animation-delay: 0.29s; -webkit-animation-delay: 0.29s; -ms-animation-delay: 0.29s; -o-animation-delay: 0.29s; animation-delay: 0.29s;    }
.circleLoading #wBall_4 { -moz-animation-delay: 0.43s; -webkit-animation-delay: 0.43s; -ms-animation-delay: 0.43s; -o-animation-delay: 0.43s; animation-delay: 0.43s;  }
.circleLoading #wBall_5 { -moz-animation-delay: 0.58s; -webkit-animation-delay: 0.58s; -ms-animation-delay: 0.58s; -o-animation-delay: 0.58s; animation-delay: 0.58s; }

@-moz-keyframes orbit {
    0% { opacity: 1; z-index: 99;  -moz-transform: rotate(180deg);  -moz-animation-timing-function: ease-out; }
    7% { opacity: 1; -moz-transform: rotate(300deg); -moz-animation-timing-function: linear; -moz-origin: 0%; }
    30% { opacity: 1; -moz-transform: rotate(410deg); -moz-animation-timing-function: ease-in-out; -moz-origin: 7%; }
    39% { opacity: 1; -moz-transform: rotate(645deg); -moz-animation-timing-function: linear; -moz-origin: 30%; }
    70% { opacity: 1; -moz-transform: rotate(770deg); -moz-animation-timing-function: ease-out; -moz-origin: 39%; }
    75% { opacity: 1; -moz-transform: rotate(900deg); -moz-animation-timing-function: ease-out; -moz-origin: 70%; }
    76% { opacity: 0; -moz-transform: rotate(900deg); }
    100% { opacity: 0;  -moz-transform: rotate(900deg); }
}

@-webkit-keyframes orbit {
    0% { opacity: 1; z-index: 99; -webkit-transform: rotate(180deg); -webkit-animation-timing-function: ease-out; }
    7% { opacity: 1; -webkit-transform: rotate(300deg); -webkit-animation-timing-function: linear; -webkit-origin: 0%;   }
    30% { opacity: 1; -webkit-transform: rotate(410deg); -webkit-animation-timing-function: ease-in-out; -webkit-origin: 7%;  }
    39% { opacity: 1; -webkit-transform: rotate(645deg); -webkit-animation-timing-function: linear; -webkit-origin: 30%;  }
    70% { opacity: 1; -webkit-transform: rotate(770deg); -webkit-animation-timing-function: ease-out; -webkit-origin: 39%;  }
    75% { opacity: 1; -webkit-transform: rotate(900deg); -webkit-animation-timing-function: ease-out; -webkit-origin: 70%;  }
    76% { opacity: 0; -webkit-transform: rotate(900deg); }
    100% {  opacity: 0; -webkit-transform: rotate(900deg);   }
}

@-ms-keyframes orbit {
    0% { opacity: 1; z-index: 99; -ms-transform: rotate(180deg); -ms-animation-timing-function: ease-out; }
    7% { opacity: 1; -ms-transform: rotate(300deg); -ms-animation-timing-function: linear;  -ms-origin: 0%;  }
    30% { opacity: 1; -ms-transform: rotate(410deg); -ms-animation-timing-function: ease-in-out; -ms-origin: 7%;   }
    39% { opacity: 1; -ms-transform: rotate(645deg); -ms-animation-timing-function: linear; -ms-origin: 30%; }
    70% { opacity: 1; -ms-transform: rotate(770deg); -ms-animation-timing-function: ease-out; -ms-origin: 39%; }
    75% { opacity: 1; -ms-transform: rotate(900deg); -ms-animation-timing-function: ease-out; -ms-origin: 70%;  }
    76% { opacity: 0; -ms-transform: rotate(900deg);  }
    100% { opacity: 0; -ms-transform: rotate(900deg); }
}

@-o-keyframes orbit {
    0% { opacity: 1; z-index: 99; -o-transform: rotate(180deg); -o-animation-timing-function: ease-out;  }
    7% { opacity: 1; -o-transform: rotate(300deg); -o-animation-timing-function: linear; -o-origin: 0%;   }
    30% { opacity: 1; -o-transform: rotate(410deg); -o-animation-timing-function: ease-in-out; -o-origin: 7%;  }
    39% { opacity: 1; -o-transform: rotate(645deg); -o-animation-timing-function: linear; -o-origin: 30%;  }
    70% { opacity: 1; -o-transform: rotate(770deg); -o-animation-timing-function: ease-out; -o-origin: 39%;   }
    75% { opacity: 1; -o-transform: rotate(900deg); -o-animation-timing-function: ease-out; -o-origin: 70%;    }
    76% { opacity: 0; -o-transform: rotate(900deg); }
    100% { opacity: 0; -o-transform: rotate(900deg);  }
}

@keyframes orbit {
    0% { opacity: 1; z-index: 99; transform: rotate(180deg); animation-timing-function: ease-out;    }
    7% { opacity: 1; transform: rotate(300deg); animation-timing-function: linear; origin: 0%;  }
    30% { opacity: 1; transform: rotate(410deg); animation-timing-function: ease-in-out; origin: 7%;    }
    39% { opacity: 1; transform: rotate(645deg); animation-timing-function: linear; origin: 30%;  }
    70% { opacity: 1; transform: rotate(770deg); animation-timing-function: ease-out; origin: 39%;  }
    75% { opacity: 1; transform: rotate(900deg); animation-timing-function: ease-out; origin: 70%; }
    76% { opacity: 0; transform: rotate(900deg); }
    100% { opacity: 0; transform: rotate(900deg);  }
}

