@font-face {
  font-family: 'montserrat-regular';
  src: url('../_fonts/montserrat-regular-webfont.eot') format('embedded-opentype'),
       url('../_fonts/montserrat-regular-webfont.woff') format('woff'),
       url('../_fonts/montserrat-regular-webfont.ttf') format('truetype'),
       url('../_fonts/montserrat-regular-webfont.svg#montserrat-regular-webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family:regular;
  src: url('../_fonts/montserrat-regular-webfont.eot') format('embedded-opentype'),
       url('../_fonts/montserrat-regular-webfont.woff') format('woff'),
       url('../_fonts/montserrat-regular-webfont.ttf') format('truetype'),
       url('../_fonts/montserrat-regular-webfont.svg#montserrat-regular-webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}


html, body
{
	background-image:url(../_images/background.jpg);
	background-size:cover;
	height: 100%;
	margin: 0;
	padding: 0;
}

.clearfix:before,

.clearfix:after
{
    content: " ";
    display: table;
}

.clearfix:after
{
    clear: both;
}

.clearfix
{
    *zoom: 14;
}


a:link
{
	font-family: 'montserrat-regular';
	font-size:12px;
	font-weight:normal;
	color:#777777;
	text-decoration:none;
}
a:hover
{
	color:#EA0D09 !important;
}
a:visited
{
	color:#777777 !important;
}
a:active
{
	color:#777777 !important;
}


.link_idiomas
{
	font-family: 'montserrat-regular';
	font-size:11px;
	font-weight:normal;
	line-height:20px;	
	color:#ffffff !important;
}
.link_idiomas:hover
{
	color:#555555 !important;
}
.link_idiomas:visited
{
	color:#777777;
}
.link_idiomas:active
{
	color:#777777;
}




.link_header
{
	font-family: 'montserrat-regular';
	font-size:14px;
	font-weight:normal;
	line-height:20px;	
	color:#000000 !important;
	text-decoration:none;
	text-transform:uppercase;
}
.link_header:hover
{
	color:#F1592A !important;
	text-decoration:underline;
}
.link_header:visited
{
	color:#000000;
}
.link_header:active
{
	color:#000000;
}



.link_footer
{
	font-family: 'montserrat-regular';
	font-size:11px;
	font-weight:normal;
	line-height:20px;	
	color:#ffffff !important;
	text-decoration:none;
	margin-left:10px;
	margin-right:10px;
}
.link_footer:hover
{
	color:#777777 !important;
	text-decoration:underline;
}
.link_footer:visited
{
	color:#ffffff !important;
}
.link_footer:active
{
	color:#ffffff !important;
}


.link_footer2
{
	font-family: 'montserrat-regular';
	font-size:12px;
	font-weight:normal;
	line-height:18px;	
	color:#000000 !important;
	text-decoration:none;
}
.link_footer2:hover
{
	color:#3a3a3c !important;
	text-decoration:underline;
}
.link_footer2:visited
{
	color:#000000;
}
.link_footer2:active
{
	color:#000000;
}



.link_news
{
	font-family: 'montserrat-regular';
	font-size:20px;
	font-weight:bold;
	line-height:20px;
	text-decoration:none;
	text-transform:uppercase;
	color:#ff0000 !important;
}
.link_news:hover
{
	color:#000000 !important;
}
.link_news:visited
{
	color:#f7941e;
}
.link_news:active
{
	color:#f7941e;
}


.link_news_black
{
	font-family: 'montserrat-regular';
	font-size:20px;
	font-weight:bold;
	line-height:20px;
	text-decoration:none;
	text-transform:uppercase;
	color:#3a3a3c !important;
}
.link_news_black:hover
{
	color:#f7941e !important;
}
.link_news_black:visited
{
	color:#3a3a3c;
}
.link_news_black:active
{
	color:#3a3a3c;
}


.menu_login
{
	font-family: 'montserrat-regular';
	font-size:14px;
	font-weight: normal;
	color: #41434b;
	letter-spacing:0px;
	line-height:20px;	
	color:#777777 !important;
	text-transform:uppercase;
}
.menu_login:hover
{
	color:#111111 !important;
}
.menu_login:visited
{
	color:#777777;
}
.menu_login:active
{
	color:#777777;
}

#top-link
{ 
	display:none;
	position:fixed; 
	right:30px; 
	bottom:70px; 
	color:green; 
	font-weight:bold; 
	text-decoration:none;  
	background:#777777; 
	padding:10px; 
	border-radius:0px;
	z-index:1999999999;
}

h1
{
	margin: 0;
	padding: 0;
	font-family: 'montserrat-regular';
	font-size:30px;
	text-transform:uppercase;
	color:#3a3a3c;
	letter-spacing:0px;
	line-height:30px;
	text-decoration:none;
}

h2
{
	margin:0;
	padding:0;
	font-family:'montserrat-regular';
	font-size:25px;
	font-weight: normal;
	line-height:30px;
	color:#333333;
	letter-spacing:0px;
	text-decoration:none;
}

h3
{
	margin: 0;
	padding: 0;
	font-family: 'montserrat-regular';
	font-size:14px;
	font-weight:normal;
	letter-spacing:0px;
	text-decoration:none;
	line-height:25px;	
	text-decoration:none;
}

.input[type="text"]
{
	font-family:'montserrat-regular';
	font-size:14px;
	background-color:#ffffff;
	border:1px solid #cccccc;
	color:#777777;
	width:100%;
	height:30px;
	padding-left:10px;
	font-weight:normal;
	line-height:28px;
}

.input[type="password"]
{
	font-family: 'montserrat-regular';
	border: 1px solid #cccccc;
	font-size:14px;
	color: #333333;
	height: 30px;
	background: #fff;
	padding-left: 5px;
	font-weight: normal;
	line-height:28px;
}

.datepicker {
	font-family: 'montserrat-regular';
	border: 1px solid #cccccc;
	font-size: 14px;
	color: #333333;
	width: 100%;
	height: 30px;
	background: #fff;
	padding-left: 12px;
	font-weight: normal;
	line-height:28px;
}

.select
{
	margin: 0;
	padding: 0;
	font-family: 'montserrat-regular';
	font-size:14px;
	font-weight: normal;
	color: #000000;
	letter-spacing:0px;
	width: auto;
	height: 33px;
	background: #ffffff;
	border: 1px solid #cccccc;
	outline: none;
	padding-left: 1%;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	box-shadow: inset 0 0px 0px #c5c1bf;
	-moz-box-shadow: inset 0 0px 0px #c5c1;
}

.textarea
{
	font-family: 'montserrat-regular';
	font-size:14px;
	color: #333333;
	height: 33px;
	background: #fffffff;
	font-weight: none;
	min-height: 80px;
	padding-top: 5px;
	padding-left: 5px;
	border: 1px solid #dddddd;
}

.display_box
{
width:100%;
background-color:#ff3300;
}

.error
{
color:red;	
}



.button
{
	position:relative;
	display:inline-block;	
	background-color:#F1592A;
	font-family:'montserrat-regular', sans-serif;
	font-weight:normal;
	font-size:14px;
	letter-spacing:0px;
	color:white;
	text-transform:uppercase;
	padding: 7px 7px 7px 7px;
	cursor:pointer;
	text-decoration:none;
	text-align:center;
	background-color:#EA0D09;
	border-radius:0px;
	border:0px #dddddd solid;
	line-height:17px;
	
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	-webkit-animation: fadein 1s;
	-o-animation: fadein 1s;
}
.button:hover
{
	background-color:#000000 !important;
	color:#ffffff;
}



.button_black
{
	position:relative;
	display:inline-block;	
	background-color:#3a3a3c;
	font-family:'montserrat-regular', sans-serif;
	font-weight:normal;
	font-size:14px;
	letter-spacing:0px;
	color:white;
	text-transform:uppercase;
	padding: 7px 7px 7px 7px;
	cursor:pointer;
	text-decoration:none;
	text-align:center;
	border-radius:0px;
	border:0px #dddddd solid;
	
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	-webkit-animation: fadein 1s;
	-o-animation: fadein 1s;
}
.button_black:hover
{
	background-color:#EA0D09 !important;
	border:0px #FF890C solid;
	color:#ffffff;
	
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	-webkit-animation: fadein 1s;
	-o-animation: fadein 1s;
}

.button_transparent
{
	display:inline-block;	
	font-family: 'montserrat-regular', sans-serif;
	color: #777777;
	text-transform:uppercase;
	padding: 7px 7px 7px 7px;
	cursor:pointer;
	text-decoration:none;
	text-align:center;
	border-radius:0px;
	border:1px #dddddd solid;
	
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	-webkit-animation: fadein 1s;
	-o-animation: fadein 1s;
}
.button_transparent:hover
{
	background-color:#cccccc !important;
	border:1px #cccccc solid;
	color:#ffffff;
	
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;	
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	-webkit-animation: fadein 1s;
	-o-animation: fadein 1s;
}

.button_red
{
	position:relative;
	display:inline-block;	
	background-color:#ea0d09;
	font-family:'montserrat-regular', sans-serif;
	font-weight:normal;
	font-size:14px;
	letter-spacing:0px;
	color:white;
	text-transform:uppercase;
	padding: 7px 7px 7px 7px;
	cursor:pointer;
	text-decoration:none;
	text-align:center;
	border-radius:0px;
	border:0px #dddddd solid;
	
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	-webkit-animation: fadein 1s;
	-o-animation: fadein 1s;
}
.button_red:hover
{
	background-color:#262626 !important;
	border:0px #FF890C solid;
	color:#ffffff;
}

.button_grey
{
	position:relative;
	display:inline-block;
	vertical-align:top;
	background-color:#bbbbbb;
	font-family: 'montserrat-regular', sans-serif;
	font-weight: normal;
	font-size:12px;
	letter-spacing:0px;
	color:white;
	text-transform:uppercase;
	padding: 6px 20px 6px 20px;
	cursor:pointer;
	text-decoration:none;
	text-align:center;
	display:inline-block;	
	border-radius:0px;
	border:2px #bbbbbb solid;
	line-height:17px;
	
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	-webkit-animation: fadein 1s;
	-o-animation: fadein 1s;
}
.button_grey:hover
{
	background-color:#cccccc !important;
	border:2px #555555 solid;
	color:#ffffff;
	
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	-webkit-animation: fadein 1s;
	-o-animation: fadein 1s;
}


.button_know_more
{
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:170px;
	height:50px;	
	font-family:'montserrat-regular', sans-serif;
	font-weight:bold;
	font-size:20px;
	letter-spacing:0px;
	color:#FF890C;
	text-transform:uppercase;
	text-decoration:none;
	text-align:left;
	cursor:pointer;
	padding-top:7px;
	border-radius:0px;
	border:0px #cccccc solid;
	background-image:url(../_images/icon_button_orange.png);
	background-position:top right;
	background-repeat:no-repeat;
	
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	-webkit-animation: fadein 1s;
	-o-animation: fadein 1s;
}
.button_know_more:hover
{
	color:#3a3a3c;
	background-image:url(../_images/icon_button_gray.png);
	
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	-webkit-animation: fadein 1s;
	-o-animation: fadein 1s;
}



.button_see_here
{
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:150px;
	height:50px;	
	font-family:'montserrat-regular', sans-serif;
	font-weight:bold;
	font-size:20px;
	letter-spacing:0px;
	color:#3a3a3c;
	text-transform:uppercase;
	text-decoration:none;
	text-align:left;
	cursor:pointer;
	padding-top:7px;
	border-radius:0px;
	border:0px #cccccc solid;
	background-image:url(../_images/icon_button_gray.png);
	background-position:top right;
	background-repeat:no-repeat;
	
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	-webkit-animation: fadein 1s;
	-o-animation: fadein 1s;
}
.button_see_here:hover
{
	color:#FF890C;
	background-image:url(../_images/icon_button_orange.png);
	
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	-webkit-animation: fadein 1s;
	-o-animation: fadein 1s;
}




.header_button_social_networks
{
	position:relative;
	display:inline-block;
	width:14px;
	height:14px;
	color:#ffffff;
	border-radius:10px;
	padding:3px;
	text-align:center;
	margin-left:1px;
	margin-right:1px;
	margin-bottom:1px;
	cursor:pointer;
	background-color:#000000;
	border:0px #000000 solid;
	line-height:70px; 
	
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	-webkit-animation: fadein 1s;
	-o-animation: fadein 1s;
}
.header_button_social_networks:hover
{
	background-color:#EA0D09;
	
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	-webkit-animation: fadein 1s;
	-o-animation: fadein 1s;
}


.button_social_networks
{
	position:relative;
	display:inline-block;
	width:40px;
	height:40px;
	color:#ffffff;
	border-radius:40px;
	padding:3px;
	text-align:center;
	margin-left:3px;
	margin-right:3px;
	margin-bottom:1px;
	cursor:pointer;
	background-color:#000000;
	border:0px #000000 solid;
	line-height:70px; 
	
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	-webkit-animation: fadein 1s;
	-o-animation: fadein 1s;
}
.button_social_networks:hover
{
	background-color:#EA0D09;
	
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	-webkit-animation: fadein 1s;
	-o-animation: fadein 1s;
}



#pagination .css-button
{
	font-family: 'montserrat-regular', sans-serif;
	display: inline-block;
	text-align: center;
	padding:10px;	
	font-size: 12px;
	font-weight: normal;
	background-color:#DCDCDC;
	text-decoration: none;
	margin-right:2px;
}

.pag_selected {
	background-color:#1d1d1d !important;
}

.plus, .minus {
	width: 10px;
	height: 10px;
	font-size: 12px;
	color: white;
	background-color: #666666;
	padding: 0px 3px 7px 5px;
	text-decoration: none !important;
	cursor:pointer;
}

.plus:hover {
	background-color: #A0A0A0;
}

.minus {
	font-weight: bolder;
	padding-left: 6px;
	padding-right: 2px;
	padding-bottom: 7px;
	margin-top:3px;
}

.minus:hover {
	background-color: #A0A0A0;
}

.button-cart,
#categories-list > .selected,
#desconto3,
.pag_selected,
.cart-steps.selected > span,
.jcarousel-next-horizontal,
.jcarousel-prev-horizontal
{ background-color: <?php echo $account['header_color1']; ?>!important; }



















/* TABS*/
 
 #nav_tabs .menu
{   
	padding-left:25px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	font-family:'montserrat-regular',Arial, sans-serif;
	font-size:20px;
	letter-spacing: 0px;
	text-decoration:none;
	font-weight:normal;
}

 #nav_tabs .menu a:link
{   
	font-family:'montserrat-regular',Arial, sans-serif;
	font-size:20px;
	color:#ffffff;
	letter-spacing: 0px;
	text-decoration:none;
	font-weight:normal;
}

 #nav_tabs .menu a:visited
{   
	font-family:'montserrat-regular',Arial, sans-serif;
	font-size:20px;
	color:#ffffff;
	letter-spacing: 0px;
	text-decoration:none;
	font-weight:normal;
}
 
#nav_tabs td.menu:hover
{
	color:#3b3f49;
	/*background-color:#fec524;*/
	font-family:'montserrat-regular',Arial, sans-serif;
	font-size:20px;
	letter-spacing: 0px;
	text-decoration:none;
	font-weight:normal;
}

#nav_tabs td.menu a:hover
{
	color:#3b3f49;
	font-family:'montserrat-regular',Arial, sans-serif;
	font-size:20px;
	letter-spacing: 0px;
	text-decoration:none;
	font-weight:normal;
}

/* END TABS*/

#fadediv {
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

.greydout {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
-webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.greydout:hover {
  -webkit-opacity: 0.50;
  -moz-opacity: 0.50;
  opacity: 0.50;
}



.error
{
	display:block;
}



@media screen and (min-width: 1001px)
{			
	nav
	{
		width:100%;
		font-family:'montserrat-regular',Arial, sans-serif;
		font-size:14px;
		z-index:9;
		text-transform: uppercase;
		border:0px #ff3300 solid;
		padding-top:0px;
	}

	nav ul
	{
		padding:0;
		margin:0 auto;
		width:100%;
	}

	nav li
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
	}

	nav a
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		height:50px;
		line-height:50px;
		color:#ffffff !important;	
		margin-left:15px;
		margin-right:15px;
		text-decoration:none;

		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;		
	}
	nav a:hover
	{
		background-color:#3a3a3c;
		color:#ffffff !important;
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}
	nav a:visited
	{
		background-color:#3a3a3c;
		color:#ffffff !important;
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}
	nav a:active
	{
		background-color:#3a3a3c;
		color:#ffffff !important;
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}

	nav a#pull
	{
		display:none;
	}

	.header_logo
	{
		position:relative;
		display:inline-block;
		width:350px;
		height:100px;	
		margin-left:20px;
		margin-right:60px;
		margin-top:5px;
		border:0px #cccccc solid;
		float:left;

		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;	
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;	
	}
	
	.header_pesquisa
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		float:center;
		width:300px;
		height:70px;	
		margin-top:20px;
		margin-right:20px;
		border:0px #cccccc solid;
		text-align:center;

		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;		
	}

	.header_phone_contact
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:300px;
		height:50px;
		margin-top:20px;
		border:0px #cccccc solid;
		z-index:1;
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}
	.header_phone_contact img
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		margin-right:10px;
		margin-bottom:50px;
		border:0px #cccccc solid;
		z-index:1;
		float:left;
	}
	.header_phone_contact h2
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		font-size:15px;
		line-height:15px;
		float:left;
	}
	.header_phone_contact h3
	{
		position:relative;
		display:inline-block;
		vertical-align:top;		
		font-size:24px;
		line-height:24px;
		float:left;
	}	

	.header_cart_info
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:240px;
		height:50px;
		margin-top:30px;
		margin-right:20px;
		border:0px #000000 solid;
		float:right;
		text-align:right;

		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;	
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;		
	}
	.header_cart_info .header_cart_name
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		min-height:20px;
		font-family:regular;
		border:0px solid;
		margin-top:0px;
		margin-bottom:0px;
		line-height:20px;
	}
	.header_cart_info .header_cart_icon
	{
		text-align:center;
		position:relative;
		display:inline-block;
		text-align:center;
		vertical-align:top;
		font-size:14px;
		padding:0px;
		margin:0px;
		border:0px #000000 solid;
	}
	.header_cart_info .header_cart_icon .header_cart_icon_img
	{
		display:inline-block;
		width:26px;
		height:26px;
		padding:10px;
		border-radius:100%;
	}
	.header_cart_info .header_cart_icon .header_cart_icon_img img
	{
		width:100%;
	}
	.header_cart_info .header_cart_icon:hover .header_cart_icon_img
	{
		background-color: #eeeeee;
		cursor: pointer;
	}	
	.header_cart_info .header_cart_icon .header_cart_icon_alt
	{
		margin-top:-4px;
		font-size:12px;
	}	
	.header_cart_info .header_cart_icon_qty
	{
		position:absolute;
		left:20px;
		bottom:-10px;
		background:#EA0D09;
		color:#ffffff;
		border-radius:100%;
		height:26px;
		width:26px;
		text-align:center;
		line-height:28px;
	}
	.header_cart_info h4
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		font-size:14px;
		color:#4e1f86;
		line-height:22px;
		margin:0px;
		border:0px #000000 solid;
	}	
	.header_cart_info .button
	{
		width:120px;
		height:32px;
		padding:0px;
		background-color:#482382;
		border-radius:20px;
	}
	.header_cart_info .button:hover
	{
		background-color:#000000 !important;
	}	
	.header_cart_info .button img
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:15px;
		margin-top:4px;
		margin-right:10px;
	}
	.header_cart_info .button h3
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		font-size:15px;
		color:#ffffff;
		text-transform:capitalize;
	}
	.header_cart_info .button b
	{
		font-size:15px;
		font-weight:bold;
	}




		
	.header_menu
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:800px;
		height:50px;
		border:0px #4488ee solid;
		z-index:1;
		margin-top:0px;
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;		
	}
	
	.header_banner_motos_novas
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		background-color:#cccccc;
		float:left;
		width:349px;
		height:200px;
		margin-right:1px;
		border:0px #000000 solid;
		z-index:1;
		padding:0px;
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;		
	}
	.header_banner_motos_novas:hover
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		background-color:#cccccc;
		float:left;
		width:349px;
		height:200px;
		margin-right:1px;
		border:0px #000000 solid;
		z-index:1;
		padding:0px;
		
		-webkit-box-shadow: inset 0px 0px 0px 30px rgba(0,0,0,0.20);
		-moz-box-shadow: inset 0px 0px 0px 30px rgba(0,0,0,0.20);
		box-shadow: inset 0px 0px 0px 30px rgba(0,0,0,0.20);
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}	
	
	.header_banner_motos_usadas
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		background-color:#cccccc;
		float:left;
		width:349px;
		height:200px;
		margin-right:1px;
		border:0px #000000 solid;
		z-index:1;
		padding:0px;
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;		
	}
	.header_banner_motos_usadas:hover
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		background-color:#cccccc;
		float:left;
		width:349px;
		height:200px;
		margin-right:1px;
		border:0px #000000 solid;
		z-index:1;
		padding:0px;
		
		-webkit-box-shadow: inset 0px 0px 0px 30px rgba(0,0,0,0.20);
		-moz-box-shadow: inset 0px 0px 0px 30px rgba(0,0,0,0.20);
		box-shadow: inset 0px 0px 0px 30px rgba(0,0,0,0.20);
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;		
	}	

	.header_banner_motos_oficina
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		background-color:#cccccc;
		float:left;
		width:350px;
		height:200px;
		border:0px #000000 solid;
		z-index:1;
		padding:0px;
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;	
	}
	.header_banner_motos_oficina:hover
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		background-color:#cccccc;
		float:left;
		width:350px;
		height:200px;
		border:0px #000000 solid;
		z-index:1;
		padding:0px;
		
		-webkit-box-shadow: inset 0px 0px 0px 30px rgba(0,0,0,0.20);
		-moz-box-shadow: inset 0px 0px 0px 30px rgba(0,0,0,0.20);
		box-shadow: inset 0px 0px 0px 30px rgba(0,0,0,0.20);
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;		
	}		
	
	.header_menu_promotions
	{
		position:relative;
		display:inline-block;
		vertical-align:top;		
		width:160px;
		height:50px;
		margin-top:0px;
		border:0px #4488ee solid;
		z-index:1;
		
		float:right;
	}
	
	.header_news_text
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		float:left;
		width:520px;
		height:250px;
		border:0px #ff0000 solid;
		text-align:left;
		margin-right:20px;
	}
	
	.header_news_image
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		float:right;
		width:500px;
		height:270px;
		border:0px #ff0000 solid;
		text-align:left;
	}	
	
	
	
	.title	
	{
		margin-top:20px;
		margin-bottom:20px;
	}
	
	
	.box_image
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:500px;
		border:0px #ff0000 solid;
		text-align:left;
		margin-right:50px;
	}
	
	.box_text
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:500px;
		border:0px #eeeeee solid;
		text-align:left;
	}		
	
	.box_motos
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:240px;
		height:370px;
		background-color:#f7f7f7;
		background-size:cover;
		background-repeat:no-repeat;
		border:1px #dddddd solid;
		z-index:1;
		margin-bottom:20px;
		margin-left:10px;
		margin-right:10px;
		cursor:pointer;
		text-align:left;
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;	
	}
	.box_motos:hover
	{		
		border:1px #000000 solid;
		opacity:0.7;
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;	
	}
	
	.box_motos_img {
		width:240px;
		height:220px;
		overflow:hidden;
		border:0px solid;
		background:#fff;
		background-size: cover;
		background-position: center center;
	}
	
	.box_motos_img img {
		max-width:240px;
		max-height:220px;
	}
	
	.box_motos_details {
		font-size:14px;
		line-height:15px;
		padding:10px;
	}
	
	.box_motos_bottom {
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:140px;
		height:30px;
		padding:0px;
		border:0px solid;
	}
	
	.homepage_box_our_equipments
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:510px;
		height:200px;
		background-color:#dddddd;
		background-color:#cccccc;
		background-size:cover;
		background-repeat:no-repeat;
		border-bottom:5px #1c3e92 solid;
		z-index:1;
		margin-top:20px;
		cursor:pointer;
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;	
	}	
	.homepage_box_our_equipments:hover
	{		
		-webkit-box-shadow: inset 0px 0px 0px 30px rgba(0,0,0,0.20);
		-moz-box-shadow: inset 0px 0px 0px 30px rgba(0,0,0,0.20);
		box-shadow: inset 0px 0px 0px 30px rgba(0,0,0,0.20);
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}
	
	.box_news
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:490px;
		min-height:200px;
		border:0px #f5f5f5 solid;
		margin-left:0px;
		margin-right:30px;
		margin-bottom:40px;
		text-align:left;
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}
	
	.box_products
	{ 
		position:relative;
		display:inline-block;
		width:250px;
		height:420px;
		margin-left:10px;
		margin-right:10px;
		margin-bottom:20px;
		vertical-align:top;
		border:1px #eeeeee solid;
		text-align:center;

		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;		
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	.box_products:hover
	{ 
		border:1px #aaaaaa solid;

		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;		
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	
	.footer_news
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		float:left;
		width:470px;
		height:310px;
		padding:20px;
		margin-right:0px;
		border:0px #cccccc solid;
		text-align:left;
	}
	
	.footer_banner
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		float:right;
		width:525px;
		height:330px;
		padding:0px;
		margin-right:0px;
		border:0px #ff0000 solid;
		text-align:center;
	}

	.footer_newsletter_text
	{
		position:relative;
		display:inline-block;
		float:left;
		width:600px;
		height:50px;
		margin-left:20px;
		border:0px #ff0000 solid;
		text-align:left;
	}
	
	.footer_newsletter_form
	{
		position:relative;
		display:inline-block;
		float:right;
		width:400px;
		height:34px;
		border:0px #ff0000 solid;
		text-align:left;
	}
	
	.footer_icons_ecommerce
	{
		position:relative;
		display:inline-block;
		width:250px;
		height:100px;
		margin-top:10px;
		vertical-align:top;	
		border:0px solid;
		text-align:center;
	}
	
	.footer_site_map
	{
		position:relative;
		display:inline-block;
		vertical-align:top;		
		width:640px;
		height:180px;
		margin-top:20px;
		margin-left:20px;
		margin-right:0px;
		border:0px #000000 solid;
		float:left;
		text-align:left;
	}	
	.footer_site_map_contacts1
	{
		position:relative;
		display:inline-block;
		vertical-align:top;		
		width:250px;
		min-height:170px;
		border:0px solid;
		float:left;
		text-align:left;
	}	
	.footer_site_map_contacts2
	{
		position:relative;
		display:inline-block;
		vertical-align:top;		
		width:180px;
		min-height:150px;
		border:0px solid;
		float:left;
		text-align:left;
	}
	.footer_site_map_contacts3
	{
		position:relative;
		display:inline-block;
		vertical-align:top;		
		width:180px;
		min-height:150px;
		border:0px solid;
		float:left;
		text-align:left;
	}	
	
	.footer_contacts
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		float:right;
		width:250px;
		height:180px;
		margin-top:20px;
		margin-right:0px;
		border:0px #000000 solid;
		text-align:left;
	}

	.footer_copyright
	{
		position:relative;
		display:inline-block;
		width:450px;
		height:20px;
		float:left;
		margin-top:10px;
		margin-left:20px;
		text-align:left;
		border:0px #ffffff solid;
	}	
	
	.footer_disclaimer
	{		
		position:relative;
		display:inline-block;
		float:center;
		margin-left:10px;
		margin-right:10px;
		margin-top:10px;
		border:0px #ffffff solid;
	}
	
	.footer_powered_by
	{
		position:relative;
		display:inline-block;
		float:right;
		margin-left:10px;
		margin-right:20px;
		margin-top:10px;
		border:0px #ffffff solid;
	}	
	
	.slider_homepage_caixa
	{
		position: relative;
		padding:0px;
		margin:0px;
		width:100%;
		height:400px;
		border:0px #000000 solid;		
		overflow:hidden;
		z-index:1;	
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}	
	.slider_homepage
	{
		position:relative; 
		width:1050px;
		height:400px;
		background-position:center;
		background-repeat:no-repeat;
		background-position:top;
		border:0px #000000 solid;
		background-color:#eeeeee;
		margin-top:-15px;
		padding:0px;
		overflow:hidden;
	}	
	.slider_background
	{
		position:relative; 
		background-position:top center; 
		background-repeat:no-repeat;
		background-size:cover;	
		width:1050px;
		height:400px;
		padding:0px;
		margin:0px;
	}
	
	.box_motos_search {
		width:100%;
		display:flex;
	}
	
	.box_motos_search_field {
		width:calc(25% - 30px);
		display:inline-block;
	}
	
	.box_motos_search_field_submit {
		width:150px;
		display:inline-block;
	}
	
	.box_motos_list {
		width:calc(100% - 2px);
		border:1px solid #bbb;
		display:flex;
		margin-bottom:15px;
	}
	
	.box_motos_list_img {
		width:233px;
		height:180px;
		display:inline-block;
		background-size: cover;
		background-position: center center;
	}
	
	.box_motos_list_img img {
		max-width:233px;
		max-height:180px;
	}
	
	.box_motos_list_right {
		width:calc(100% - 263px);
		display:inline-block;
		padding:10px;
	}
	
	.box_motos_list_title {
		width:70%;
		display:inline-block;
		text-align:left;
	}
	
	.box_motos_list_price {
		width:30%;
		display:inline-block;
		text-align:right;
	}
	
	.box_news_list {
		width:calc(100% - 2px);
		border:1px solid #bbb;
		display:flex;
		margin-bottom:15px;
	}
	
	.box_news_list_img {
		width:233px;
		height:180px;
		display:inline-block;
	}
	
	.box_news_list_img img {
		max-width:233px;
		max-height:180px;
	}
	
	.box_news_list_right {
		width:calc(100% - 263px);
		display:inline-block;
		padding:10px;
	}
	
	.box_news_list_title {
		width:100%;
		display:inline-block;
		text-align:left;
	}
	
	.box_news_list_description {
		width:100%;
		display:inline-block;
		text-align:left;
	}
	
	.box_motos_list_details_left {
		width:50%;
		display:inline-block;
		text-align:left;
	}
	
	.box_motos_list_details_right {
		width:50%;
		display:inline-block;
		text-align:right;
	}
	
	.box_motos_list_details_left b, .box_motos_list_details_right b {
		color:#bbb;
	}
	
	.box_motos_detail
	{
		display:flex;
		width:100%;
		border:0px solid;
	}
	
	.box_motos_detail_left
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		height:600px;
		border:0px solid;
	}
	
	.box_motos_detail_left_img
	{
		display:inline-block;
		width:500px;
		height:450px;
		background-size:cover;
		background-position:top center;		
		border:1px #eeeeee solid;
		overflow:hidden;		
	}	
	
	#big_thumb
	{
		width:100% !important;
		cursor:pointer !important;
	}	
	
	.box_motos_detail_right {
		width:calc(100% - 263px);
		display:inline-block;
		padding:10px;
	}
	
	.box_motos_detail_right_row_left {
		width:50%;
		display:inline-block;
		text-align:left;
	}
	
	.box_motos_detail_right_row_right {
		width:50%;
		display:inline-block;
		text-align:right;
	}
	
	.box_motos_detail_price {
		width:100%;
		display:inline-block;
		text-align:right;
	}
	
	.footer_newsletter {
		position:relative;
		display:flex;
		align-items:center;
		width:100%;
		min-height:80px;
		border:0px #ff0000 solid;
	}
}

























