@import url('font-awesome.min.css');
@import url('../fonts/Roboto-BlackItalic/styles.css');
@import url('../fonts/Roboto-Bold/styles.css');
@import url('../fonts/RobotoCondensed-LightItalic/styles.css');
@import url('../fonts/RobotoCondensed-Regular/styles.css');
@import url('../fonts/Roboto-Light/styles.css');
@import url('../fonts/Roboto-Medium/styles.css');
@import url('../fonts/Roboto-Regular/styles.css');

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


/* #Basic Styles
================================================== */
	body {
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
		overflow-x: hidden;
 }

 ::-moz-selection { /* Code for Firefox */
    color: white;
    background: #af7964;
}

::selection {
    color: white;
    background: #af7964;
}

/* #Typography
================================================== */

	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { margin-bottom: 0; }
	h2 { margin-bottom: 15px; }
	h3 { margin-bottom: 15px; }
	h4 { margin-bottom: 15px; }
	h5 { margin-bottom: 15px; }
	h6 { margin-bottom: 15px; }

	p { margin: 0 0 15px 0; }

	em, i { font-style: italic; }
	b, strong { font-weight: bold; }
	small { font-size: 80%; }

	hr { display: block; border: none; outline: none; height: 1px; width: 100%; margin-bottom: 15px; clear: both; background-color: #EBEAEA; color: #EBEAEA; }
	
	.bluelight { padding: 0 8px; }


/* #Links
================================================== */
	a, a:visited, a:focus { text-decoration: none; outline: 0; }
	a:hover { text-decoration: underline; }
	p a, p a:visited { line-height: inherit; }


/* #Images
================================================== */

img.scale-with-grid,
img {
	max-width: 100%;
	height: auto;
}
iframe {
	max-width: 100%;
}

/*header*/
header .container
{
     width:100%;
	 background-color:#252525;
}
header .wrapper
{
     margin: 0 auto;
     max-width: 1178px;
	 padding: 20px 21px 20px 21px;
}
header .logo{
	width:378px;
	float:left;
}
header .logo .inner{
	display: table; 
	margin: 0 auto;
}
header .search{
	width:379px;
	float:left;
	padding-top:25px;
}
header .search .inner{
	display: table; 
	margin: 0 auto;
}
header .language{
	width:379px;
	float:left;
	padding-top:35px;
}
header .language .inner{
	display: table; 
	margin: 0 auto;
}
@media (min-width: 0px) and (max-width: 1280px){
	header .logo{
		width:50%;
	}
	header .logo .inner{
		display: table; 
		margin: 0 auto;
		padding-bottom:35px;
	}
	header .search{
		width:50%;
	}
	header .search .inner{
		clear:all;
		display: table; 
		margin: 0 auto;
		padding-top:0px;
		padding-bottom:35px;
	}
	header .language{
		width:100%;
	}
	header .language .inner{
		display: table; 
		margin: 0 auto;
		padding-bottom:25px;
	}
}
@media (min-width: 0px) and (max-width: 713px){
	header .logo{
		width:100%;
	}
	header .logo .inner{
		display: table; 
		margin: 0 auto;
		padding-bottom:35px;
	}
	header .search{
		width:100%;
	}
	header .search .inner{
		display: table; 
		margin: 0 auto;
		padding-top:35px;
		padding-bottom:35px;
	}
	header .language{
		width:100%;
	}
	header .language .inner{
		display: table; 
		margin: 0 auto;
		padding-bottom:35px;
	}
}
.contact-top{
	float:left;
	font-family:'Roboto-Regular';
	color:#59595b;
	font-size:12px;
	padding:6px 0px 0px 6px;
}
.top-phone{
	float:left;
	color:#59595b;
	font-size:24px;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.search-field-container{
	border-bottom-width: 1px;
	border-style: solid;
	border-color:#af7964;
	padding-top:0px;
}
.search-field{
	border: 0;
	padding: 10px 5px 0px 5px;
	outline: none;
	margin: 0;
	width: 180px;
	max-width: 100%;
	display: block;
	margin-bottom: 0px;
	font-size: 14px;
	font-family:'Roboto-Regular';
}
.border-search{
	height:13px;
	width:1px;
	background-color:#af7964;
	margin-top:16px;
}
.search-icon{
	color:#59595b;
	font-size:20px;
	padding-left:7px;
	padding-top:6px;
}
.sep-lang{
	height:26px;
	width:1px;
	background-color:#59595b;
	margin-left:7px;
	margin-top:4px;
}
.button-search{
	padding:0px;
	border: 0;
	width: 20px;
	background:none;
	outline: none;
	font-size:20px;
	color:#59595b;
	cursor:pointer;
}
.lang-button{
	margin-left:7px;
	margin-top:1px;
	font-size:33px;
	color:#59595b;
	cursor:pointer;
	line-height:32px;
}
.lang-content{
	width:200px;
	height:150px;
}

.lang-select { 
    padding:0px;
	border: 0;
	width: 192px;
	background:none;
	outline: none;
	font-family:'Roboto-Regular';
	font-size:14px;
	color:#59595b;
	cursor:pointer;
}
.lang-text{
	font-family:'Roboto-Regular';
	color:#59595b;
	font-size:14px;
}
.lang-border{
	width:200px;
	border-bottom:1px solid #af7964;
	padding-bottom:0px;
}
.lang-combobox{
	width:198px;
	padding: 0px 3px 0px 3px;
}	
.border-lang{
	height:13px;
	width:1px;
	background-color:#af7964;
	margin-top:11px;
}
.lang-links{
	padding-top:50px;
}
.lang-text a{
	font-family:'Roboto-Regular';
	color:#59595b;
	font-size:14px;
}
.lang-text a:hover{
	font-family:'Roboto-Regular';
	color:#af7964;
	font-size:14px;
	text-decoration:none;
}
.lang{
	background-color:#252525;
	border:1px solid #dbb3a9;
	color:#fff;
	width:120px;
	height:25px;
}
.pesq a{
	width:36px;
	height:36px;
	border-radius:18px;
	font-size:22px;
	background-color:#dbb3a9;
	color:#fff;
	text-align:center;
	display:table;
	margin-left:10px;
	margin-bottom:10px;
	cursor:pointer;
	text-decoration:none;
}
.pesq a:visited{
	color:#fff;
	text-decoration:none !important;
}
.pesq a:focus{
	color:#fff;
	text-decoration:none !important;
}
.pesq a:hover{
	background-color:#fff;
	color:#dbb3a9;
	text-decoration:none;
}
.pesq a:active{
	background-color:#dbb3a9;
	color:#fff;
	text-decoration:none;
}
header .container-menu
{
	 float:left;
     width:100%;
	 background-color:#252525;
}
header .wrapper-menu
{
	 display:table;
     margin: 0 auto;
     max-width: 1178px;
	 padding: 30px 0px 10px 0px;
}
.menu{
	float:left;
	width:100%;
}
/*menu*/
.jetmenu{
	margin: 0px 0 20px 0;z-index: 99;
}
.jetmenu{
	width:100%;padding:0;margin:0;position:relative;float:left;list-style:none;background:#252525
}
.jetmenu li{
	display:inline-block;float:left;
}
.jetmenu a{
	-o-transition:all .3s linear;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;transition:all .3s linear;outline:0;z-index:10
}
.jetmenu>li>a{
	padding:0px 27px 10px 27px;font-family:'Roboto-Bold',sans-serif;font-size:14px;color:#dcb4aa;text-decoration:none;display:inline-block;text-transform:uppercase;
}
.jetmenu>li.active>a,.jetmenu>li:hover>a{
	background:#fff;color:#555
}
.jetmenu ul.dropdown,.jetmenu ul.dropdown li ul.dropdown{
	list-style:none;margin:0;padding:0;display:none;position:absolute;z-index:99;min-width:134px;background:#333
}
.jetmenu ul.dropdown{
	top:23px
}
.jetmenu ul.dropdown li ul.dropdown{
	left:100%;top:inherit
}
.jetmenu ul.dropdown li{
	clear:both;width:100%;font-size:12px
}
.jetmenu ul.dropdown li a{
	width:100%;padding:12px 24px;display:inline-block;float:left;clear:both;font-family:'Roboto-Regular',sans-serif;text-decoration:none;color:#999;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box
}
.jetmenu ul.dropdown li:hover>a{
	background:#e0e0e0;color:#af7964
}
.jetmenu ul.dropdown li ul.dropdown.left{
	left:auto;right:100%
}
.jetmenu .indicator{
	display:none;
	position:relative;left:5px;top:0;font-size:14px;float:right
}
.jetmenu ul li .indicator{
	font-size:12px;top:1px;left:10px
}
.jetmenu>li>.megamenu{
	position:absolute;display:none;background:#fff;border-radius:5px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.4);box-shadow:0 5px 10px rgba(0,0,0,.4);width:25%;top:31px;font-family:'Roboto-Regular',sans-serif;font-size:12px;color:#999;z-index:99;padding:10px 0px 10px 30px;border:1px solid #000;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box
}
.jetmenu li>.megamenu ul{
	margin:10px 0 10px;float:left;padding:0;display:block;position:relative
}
.jetmenu li>.megamenu ul li{
	width:100%;padding:7px 0
}
.jetmenu li>.megamenu ul li.title{
	margin:0 0 8px;padding:0 0 5px;font-size:14px;border-bottom:solid 1px #59595b
}
.jetmenu li>.megamenu ul li.title2{
	margin:0 0 8px;padding:5px 0 5px;font-size:14px;border-bottom:solid 1px #59595b
}
.jetmenu li>.megamenu h5{
	width:100%;margin:0;padding:0;font-size:11px;font-family:'Roboto-Bold',sans-serif;text-transform:uppercase;
}
.jetmenu li>.megamenu a{
	padding:15px 0 15px 0;color:#59595b;text-decoration:none;font-size:12px;-webkit-transition:color .3s linear;-moz-transition:color .3s linear;-o-transition:color .3s linear;transition:color .3s linear
}
.jetmenu li>.megamenu a:hover{
	color:#dedede
}
.jetmenu .megamenu img{
	width:100%;max-width:227px;-webkit-transition:border .3s linear;-moz-transition:border .3s linear;-o-transition:border .3s linear;transition:border .3s linear
}
.jetmenu>li.fix-sub>.dropdown,.jetmenu>li.fix-sub>.megamenu,.jetmenu>li.fix-sub>.megamenu.half-width{
	right:0
}
.jetmenu>li>.megamenu.quarter-width{
	width:25%
}
.jetmenu>li>.megamenu.half-width{
	width:50%
}
.jetmenu>li>.megamenu.full-width{
	width:100%;left:0
}
.jetmenu li>.megamenu form{
	width:100%
}
.jetmenu li>.megamenu form input[type=text],.jetmenu li>.megamenu form textarea{
	padding:5px;color:#999;background:#444;font-family:'Roboto-Regular',sans-serif;font-size:14px;border:solid 1px transparent;outline:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:border .3s linear;-moz-transition:border .3s linear;-o-transition:border .3s linear;transition:border .3s linear
}.jetmenu li>.megamenu form input[type=text]:focus,.jetmenu li>.megamenu form textarea:focus{
	border-color:#e0e0e0
}
.jetmenu li>.megamenu form input[type=text],.jetmenu li>.megamenu form textarea{
	width:100%;margin-top:10px
}
.jetmenu li>.megamenu form input[type=submit]{
	width:25%;float:right;height:30px;margin-top:10px;border:none;cursor:pointer;background:#444;color:#777;font-family:'Open Sans',sans-serif;-webkit-transition:background .3s linear;-moz-transition:background .3s linear;-o-transition:background .3s linear;transition:background .3s linear
}
.jetmenu li>.megamenu form input[type=submit]:hover{
	background:#e0e0e0;color:#555
}
.megamenu .row{
	width:100%;margin-top:15px
}
.megamenu .row:first-child{
	margin-top:0
}
.megamenu .row:after,.megamenu .row:before{
	display:table;content:"";line-height:0
}
.megamenu .row:after{
	clear:both
}
.megamenu .row .col1,.megamenu .row .col1_2,.megamenu .row .col1_3,.megamenu .row .col2,.megamenu .row .col3,.megamenu .row .col4,.megamenu .row .col5,.megamenu .row .col6{
	display:block;min-height:20px;float:left;margin-left:2.127659574468085%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box
}
.megamenu .row [class*=col]:first-child{
	margin-left:0
}
.megamenu .row .col1{
	width:14.893617021276595%
}
.megamenu .row .col1_2{
	width:17%
}
.megamenu .row .col1_3{
	width:23.4%
}
.megamenu .row .col2{
	width:31.914893617021278%
}
.megamenu .row .col3{
	width:48.93617021276595%
}.megamenu .row .col4{
	width:65.95744680851064%
}
.megamenu .row .col5{
	width:82.97872340425532%
}
.megamenu .row .col6{
	width:100%
}
.jetmenu>li.right{
	float:right
}
.jetmenu>li.right>.dropdown,.jetmenu>li.right>.megamenu,.jetmenu>li.right>.megamenu.half-width{
	right:0
}
.jetmenu>li.right2{
	float:right
}
.jetmenu>li.right2>.dropdown,.jetmenu>li.right2>.megamenu,.jetmenu>li.right2>.megamenu.half-width{
	right:105px
}
.jetmenu>li.jsright{
	float:right
}
.jetmenu>li.jsright.last>.dropdown,.jetmenu>li.jsright.last>.megamenu,.jetmenu>li.jsright.last>.megamenu.half-width{
	right:0
}
.jetmenu>li>a>i{
	line-height:23px!important;margin-right:6px;font-size:18px;float:left
}
.jetmenu>li.showhide{
	display:none;width:100%;height:50px;cursor:pointer;color:#fff;background:#59595b
}
.jetmenu>li.showhide span.title{
	margin:15px 0 0 25px;font-family:'Roboto-Regular',sans-serif;float:left
}
.jetmenu>li.showhide span.icon{
	margin:17px 20px;float:right
}
.jetmenu>li.showhide .icon em{
	margin-bottom:3px;display:block;width:20px;height:2px;background:#fff
}
.black ul.dropdown li:hover>a,.black>li.active>a,.black>li:hover>a{
	background:#111;color:#fff
}
.black li>.megamenu form input[type=text]:focus,.black li>.megamenu form textarea:focus{
	border-color:#111
}
.black li>.megamenu form input[type=submit]:hover{
	background:#111;color:#fff
}
.black li>.megamenu a:hover{
	color:#dedede
}
.grey ul.dropdown li:hover>a,.grey>li.active>a,.grey>li:hover>a{
	background:#82837E;color:#fff
}
.grey li>.megamenu form input[type=text]:focus,.grey li>.megamenu form textarea:focus{
	border-color:#82837E
}
.grey li>.megamenu form input[type=submit]:hover{
	background:#82837E;color:#fff
}
.grey li>.megamenu a:hover{
	color:#dedede
}
.blue ul.dropdown li:hover>a,.blue>li.active>a,.blue>li:hover>a{
	background:#02b8fa;color:#fff
}
.blue li>.megamenu form input[type=text]:focus,.blue li>.megamenu form textarea:focus{
	border-color:#02b8fa
}
.blue li>.megamenu form input[type=submit]:hover{
	background:#02b8fa;color:#fff
}
.blue li>.megamenu a:hover{
	color:#02b8fa
}
.deeper ul.dropdown li:hover>a,.deeper>li.active>a,.deeper>li:hover>a{
	background:#008C9E;color:#fff
}
.deeper li>.megamenu form input[type=text]:focus,.deeper li>.megamenu form textarea:focus{
	border-color:#008C9E
}
.deeper li>.megamenu form input[type=submit]:hover{
	background:#008C9E;color:#fff
}
.deeper li>.megamenu a:hover{
	color:#008C9E
}
.green ul.dropdown li:hover>a,.green>li.active>a,.green>li:hover>a{
	background:#252525;color:#fff
}
.green li>.megamenu form input[type=text]:focus,.green li>.megamenu form textarea:focus{
	border-color:#af7964
}
.green li>.megamenu form input[type=submit]:hover{
	background:#af7964;color:#fff
}
.green li>.megamenu a:hover{
	color:#af7964
}
.emerald ul.dropdown li:hover>a,.emerald>li.active>a,.emerald>li:hover>a{
	background:#2ecc71;color:#fff
}
.emerald li>.megamenu form input[type=text]:focus,.emerald li>.megamenu form textarea:focus{
	border-color:#2ecc71
}
.emerald li>.megamenu form input[type=submit]:hover{
	background:#2ecc71;color:#fff
}
.emerald li>.megamenu a:hover{
	color:#2ecc71
}
.red ul.dropdown li:hover>a,.red>li.active>a,.red>li:hover>a{
	background:#C21A01;color:#fff
}
.red li>.megamenu form input[type=text]:focus,.red li>.megamenu form textarea:focus{
	border-color:#C21A01
}
.red li>.megamenu form input[type=submit]:hover{
	background:#C21A01;color:#fff
}
.red li>.megamenu a:hover{
	color:#C21A01
}.pox ul.dropdown li:hover>a,.pox>li.active>a,.pox>li:hover>a{
	background:#FA023C;color:#fff
}.pox li>.megamenu form input[type=text]:focus,.pox li>.megamenu form textarea:focus{
	border-color:#FA023C
}.pox li>.megamenu form input[type=submit]:hover{
	background:#FA023C;color:#fff
}
.pox li>.megamenu a:hover{
	color:#FA023C
}
.orange ul.dropdown li:hover>a,.orange>li.active>a,.orange>li:hover>a{
	background:#ff670f;color:#fff
}.orange li>.megamenu form input[type=text]:focus,.orange li>.megamenu form textarea:focus{
	border-color:#ff670f
}
.orange li>.megamenu form input[type=submit]:hover{
	background:#ff670f;color:#fff
}
.orange li>.megamenu a:hover{
	color:#ff670f
}
.sunburst ul.dropdown li:hover>a,.sunburst>li.active>a,.sunburst>li:hover>a{
	background:#D46D22;color:#fff
}
.sunburst li>.megamenu form input[type=text]:focus,.sunburst li>.megamenu form textarea:focus{
	border-color:#D46D22
}
.sunburst li>.megamenu form input[type=submit]:hover{
	background:#D46D22;color:#fff
}
.sunburst li>.megamenu a:hover{
	color:#D46D22
}
.yellow ul.dropdown li:hover>a,.yellow>li.active>a,.yellow>li:hover>a{
	background:#febf01;color:#222
}
.yellow li>.megamenu form input[type=text]:focus,.yellow li>.megamenu form textarea:focus{
	border-color:#febf01
}
.yellow li>.megamenu form input[type=submit]:hover{
	background:#febf01;color:#222
}
.yellow li>.megamenu a:hover{
	color:#febf01
}
.purple ul.dropdown li:hover>a,.purple>li.active>a,.purple>li:hover>a{
	background:#a849a3;color:#fff
}
.purple li>.megamenu form input[type=text]:focus,.purple li>.megamenu form textarea:focus{
	border-color:#a849a3
}
.purple li>.megamenu form input[type=submit]:hover{
	background:#a849a3;color:#fff
}
.purple li>.megamenu a:hover{
	color:#a849a3
}
.pink ul.dropdown li:hover>a,.pink>li.active>a,.pink>li:hover>a{
	background:#F56991;color:#fff
}
.pink li>.megamenu form input[type=text]:focus,.pink li>.megamenu form textarea:focus{
	border-color:#F56991
}
.pink li>.megamenu form input[type=submit]:hover{
	background:#F56991;color:#fff
}
.pink li>.megamenu a:hover{
	color:#F56991
}
@media (max-width:868px){
	header .wrapper-menu
	{
		display:inline;
		margin: 0 auto;
		max-width: 1178px;
		padding: 30px 0px 0px 0px;
	}
	.jetmenu>li>a{
		padding:0px 0px;font-family:'Roboto-Bold',sans-serif;font-size:14px;color:#fff;border-left:1px solid #fff;border-right:1px solid #fff;border-bottom:1px solid #fff;text-decoration:none;display:inline-block
	}
	.jetmenu .indicator{
		display:inline;
		position:relative;left:5px;top:0;font-size:14px;float:right
	}
	.jetmenu ul li .indicator{
		font-size:12px;top:1px;left:10px
	}
	.jetmenu>li{
		display:block;width:100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box
	}
	.jetmenu>li>a{
		padding:15px 25px
	}
	.jetmenu a{
		width:100%;background:#af7964;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box
	}
	.jetmenu .megamenu ul li a{
		width:100%;background:#fff;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box
	}
	.jetmenu ul.dropdown,.jetmenu ul.dropdown li ul.dropdown{
		width:100%!important;left:0;position:static!important;border:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box
	}
	.jetmenu ul.dropdown li{
		background:#fff!important;border:none
	}
	.jetmenu ul.dropdown>li>a{
		padding-left:40px!important
	}
	.jetmenu>li>.megamenu{
		width:100%!important;position:static;border-top:none;border-radius:0px;-webkit-box-shadow:none;box-shadow:none;border:none
	}
	.jetmenu>li>.megamenu .row [class*=col]{
		float:none;display:block;width:100%!important;margin-left:0;margin-top:15px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box
	}
	.jetmenu>li>.megamenu .row,.jetmenu>li>.megamenu .row:first-child [class*=col]:first-child{
		margin-top:0
	}
	.jetmenu>li>ul.dropdown>li>a{
		padding-left:40px!important
	}
	.jetmenu>li>ul.dropdown>li>ul.dropdown>li>a{
		padding-left:60px!important
	}
	.jetmenu>li>ul.dropdown>li>ul.dropdown>li>ul.dropdown>li>a{
		padding-left:80px!important
	}
	.main-content{
		padding-top:20px;	
	}
}
@media (min-width:768px) and (max-width:900px){
	header .wrapper-menu
	{
		display:inline;
		margin: 0 auto;
		max-width: 1178px;
		padding: 30px 0px 0px 0px;
	}
	.jetmenu .indicator{
		display:inline;
		position:relative;left:5px;top:0;font-size:14px;float:right
	}
	.jetmenu ul li .indicator{
		font-size:12px;top:1px;left:10px
	}
	.jetmenu>li>.megamenu{
		width:100%!important;left:0!important;border-radius:0px;-webkit-box-shadow:none;box-shadow:none;border:none
	}
}
.jetmenu li > .megamenu ul li.title{
	margin: 0 0 8px;padding: 0 0 5px;font-size: 14px;border-bottom: solid 1px #666;
}
.submenu_ar{
	margin-top:5px;
}
.cart_empty{
	padding:20px 0 20px 0;
}
/*menu*/
.main-content{
	float:left;
	width:100%;
	background-color:#333333;
}
.main-content2{
	float:left;
	width:100%;
	background-color:#fff;
}
.MsTaile40 { 
	font-family:'Roboto-Bold';
	font-size:40px;
	color:#fff;
	text-align:center;
	text-shadow: 0 0 1px black, 0 0 1px black, 0 0 1px black, 0 0 1px black, 0 0 1px black, 0 0 1px black, 0 0 1px black, 0 0 1px black, 0 0 1px black, 0 0 1px black, 0 0 1px black, 0 0 1px black, 0 0 1px black, 0 0 1px black, 0 0 1px black, 0 0 1px black, 0 0 1px black, 0 0 1px black, 0 0 1px black, 0 0 1px black;
}
.MsTaile20 { 
	font-family:'Roboto-Bold';
	font-size:20px;
	color:#fff;
	text-align:center;
	text-shadow: 0 0 1px black, 0 0 1px black, 0 0 1px black, 0 0 1px black, 0 0 1px black, 0 0 1px black, 0 0 1px black, 0 0 1px black, 0 0 1px black, 0 0 1px black, 0 0 1px black, 0 0 1px black, 0 0 1px black, 0 0 1px black, 0 0 1px black, 0 0 1px black, 0 0 1px black, 0 0 1px black, 0 0 1px black, 0 0 1px black;
}
.citation{
	width:100%;
	text-align:center;
	padding-top:40px;
}
.citation_inner{
	display: inline-block;
}
.citation_text{
	font-family:'Roboto-Regular';
	font-size:28px;
	color:#231f20;
	text-align:center;
}
.citation_author{
	font-family:'Roboto-Regular';
	font-size:16px;
	color:#231f20;
	text-align:center;
}
@media (max-width:746px){
	.citation_text{
		font-family:'Roboto-Regular';
		font-size:20px;
		color:#231f20;
		text-align:center;
	}
	.citation_author{
		font-family:'Roboto-Regular';
		font-size:14px;
		color:#231f20;
		text-align:center;
	}
}
@media (max-width:533px){
	.citation_text{
		font-family:'Roboto-Regular';
		font-size:14px;
		color:#231f20;
		text-align:center;
	}
	.citation_author{
		font-family:'Roboto-Regular';
		font-size:12px;
		color:#231f20;
		text-align:center;
	}
}
@media (max-width:373px){
	.citation_text{
		font-family:'Roboto-Regular';
		font-size:12px;
		color:#231f20;
		text-align:center;
	}
	.citation_author{
		font-family:'Roboto-Regular';
		font-size:10px;
		color:#231f20;
		text-align:center;
	}
}
@media (max-width:320px){
	.citation_text{
		font-family:'Roboto-Regular';
		font-size:10px;
		color:#231f20;
		text-align:center;
	}
	.citation_author{
		font-family:'Roboto-Regular';
		font-size:8px;
		color:#231f20;
		text-align:center;
	}
}
.highlights_container{
	width:100%;
}
.highlights{
	position: relative;
	width:100%;
	text-align:center;
	margin-top:40px;
}
#container-background {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color:#e7e7e8;
    width: 100%;
    height: 405px;
    z-index: -1;
}
#container-title {
    position: absolute;
    top: 30px;
    left: 0px;
    z-index: -1;
	font-family:'Roboto-Bold';
	font-size:18px;
	color:#58585a;
}
@media (max-width: 767px) {
	#container-background {
		position: absolute;
		top: 0px;
		left: 0px;
		background-color:#e7e7e8;
		width: 100%;
		height: 100%;
		z-index: -1;
	}
}
@media (max-width: 900px) {
	#container-title {
		display:none;
	}
}
.highlights_inner{
	position: relative;
	max-width:1100px;
	min-height:450px;
	display: inline-block;
}

@media (min-width: 900px) and (max-width: 1100px){
	.highlights_inner{
		max-width:900px;
	}
}
@media (min-width: 700px) and (max-width: 900px){
	.highlights_inner{
		max-width:700px;
	}
}
@media (min-width: 500px) and (max-width: 700px){
	.highlights_inner{
		max-width:500px;
	}
}
@media (min-width: 300px) and (max-width: 500px){
	.highlights_inner{
		max-width:300px;
	}
}
.promos{
	width:100%;
	text-align:center;
	margin-top:50px;
	margin-bottom:50px;
}
.promos_inner{
	max-width:1170px;
	display: inline-block;
}
.promos_item_left{
	position:relative;
	max-width:385px;
	margin-right:0px;
}
.promos_item_middle{
	position:relative;
	max-width:385px;
	margin-right:0px;
}
.promos_item_right{
	position:relative;
	max-width:385px;
	margin-right:0px;
}
.promos_border{
	border:0px solid #bbb;
	width:100%;
	height:auto;
}
.promos_item_button{
	position:relative;
	width:335px;
	height:300px;
	background-color:#252525;
	padding:15px;
	text-align:center;
	font-family:'Roboto-Regular';
	font-size:11px;
	color:#fff;
}
.button_dest{
	padding:5px;
	text-align:center;
	font-family:'Roboto-Bold';
	font-size:11px;
	color:#fff;
	border:2px solid #fff;
	border-radius:3px;
	text-decoration:none;
}
.button_dest:hover{
	color:#252525;
	background-color:#fff;
	text-decoration:none;
}
a.button_dest{
	text-decoration:none;
}
@media (max-width:1184px){
	.promos_inner{
		max-width:678px;
		display: inline-block;
	}
	.promos_item_left{
		margin-bottom:5px;
	}
	.promos_item_middle{
		margin-bottom:5px;
	}
	.promos_item_right{
		margin-left:193.5px;
	}
}
@media (max-width:800px){
	.promos_inner{
		max-width:335px;
		display: inline-block;
	}
	.promos_item_right{
		margin-left:0px;
	}
}
.newsletter_rs{
	float:left;
	width:100%;
	padding-top:40px;
	background-color:#333333;
	border-top:5px solid #dbb3a9;
}
.newsletter_rs_inner{
	display:table;
	max-width:1020px;
	margin: 0 auto;
}
.rs a{
	font-size:22px;
	color:#fff;
	text-align:center;
	display:table;
	margin-left:20px;
	margin-bottom:10px;
	cursor:pointer;
	text-decoration:none;
}
.rs a:visited{
	color:#fff;
	text-decoration:none !important;
}
.rs a:focus{
	color:#fff;
	text-decoration:none !important;
}
.rs a:hover{
	color:#dbb3a9;
	text-decoration:none;
}
.rs a:active{
	color:#fff;
	text-decoration:none;
}
.rs_inner{
	display:table-cell;
	vertical-align:middle;
	padding-left:1px;
	padding-top:1px;
}
.last_rs{
	margin-right:20px;
}
.mb30{
	margin-bottom:30px;
}

footer .container{
	float:left;
	width:100%;
	text-align:center;
	background-color:#252525;
}
footer .wrapper{
	max-width:1178px;
	min-height:170px;
	padding: 20px 21px 20px 9px;
	display: inline-block;
}
footer .wrapper .footer_block_1{
	position:relative;
	width:349px;
	margin-right:12px;
	text-align:left;
	color:#dbb3a9;
}
footer .wrapper .footer_block_2{
	position:relative;
	width:350px;
	margin-right:12px;
	text-align:left;
	color:#dbb3a9;
}
footer .wrapper .footer_block_3{
	position:relative;
	width:349px;
	margin-right:12px;
	text-align:left;
	color:#dbb3a9;
}
footer .wrapper .footer_block_4{
	position:relative;
	width:270px;
	margin-right:12px;
	text-align:left;
	margin-top:8px;
}
footer .wrapper .footer_block_1 h5,footer .wrapper .footer_block_2 h5,footer .wrapper .footer_block_3 h5,footer .wrapper .footer_block_4 h5{
	font-family:'Roboto-Bold';
	color:#dbb3a9;
}
footer .wrapper .footer_block_1 ul li,footer .wrapper .footer_block_2 ul li,footer .wrapper .footer_block_3 ul li,footer .wrapper .footer_block_4 ul li{
	font-family:'Roboto-Regular';´
	color:#dbb3a9;
}
footer .wrapper .footer_block_1 ul li a,footer .wrapper .footer_block_2 ul li a,footer .wrapper .footer_block_3 ul li a,footer .wrapper .footer_block_4 ul li a{
	color:#dbb3a9;
}
footer .wrapper .footer_block_1 ul li a:hover,footer .wrapper .footer_block_2 ul li a:hover,footer .wrapper .footer_block_3 ul li a:hover,footer .wrapper .footer_block_4 ul li a:hover{
	color:#fff;
	text-decoration:none;
}
.modal-demo {
	float:left;
    background-color: #FFF;
    width: 820px;
    border: #000 solid 1px;
    border-radius: 0px;
    box-shadow: 0 8px 6px -6px black;
    text-align: left;
    display: none;
}
.text_modal {
	float:left;
    padding: 45px 20px 20px 20px;
}
.close_modal {
    position: absolute;
    top: 15px;
    right: 15px;
	cursor:pointer;
	font-size:22px;
}
.popup_text{
	min-width:230px;
	max-width:535px;
	padding-right:20px;
}
.popup_photo{
	width:225px;
	padding-top:30px;
}
.popup_text_large{
	font-family:'Roboto-Bold';
	font-size:38px;
	color:#58585a;
}
.popup_text_small{
	font-family:'Roboto-Regular';
	font-size:28px;
	color:#58585a;
}
.newsletter-field-container{
	border-bottom-width: 1px;
	border-style: solid;
	border-color:#af7964;
	padding-top:0px;
}
.newsletter-field{
	border: 0;
	padding: 10px 5px 0px 5px;
	outline: none;
	margin: 0;
	min-width: 200px;
	display: block;
	margin-bottom: 0px;
	font-size: 14px;
	font-family:'Roboto-Regular';
}
.border-newsletter{
	height:13px;
	width:1px;
	background-color:#af7964;
	margin-top:16px;
}
.newsletter-box{
	padding-right:7px;
}
.newsletter-icon{
	padding-left:0px;
}
.newsletter_box{
	margin-top:30px;
}
.popup_rs{
	margin-top:20px;
}
.newsletter-button{
	padding:6px 13px 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	height:30px;
	cursor:pointer;
	color:#fff !important; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6) !important; font-size:15px; line-height:15px !important;
	background:url(../revslider/rs-plugin/images/gradient/g30.png) repeat-x top; font-family: arial, sans-serif; font-weight: bold; letter-spacing: -1px;
	text-decoration:none;
}
.newsletter-button:hover{	
	background-position:bottom, 15px 11px;
}
.newsletter-button.green, .newsletter-button:hover.green{ 
	background-color:#af7964; 
	-webkit-box-shadow:  1px 1px 1px 1px #104d0b;        
	-moz-box-shadow:   1px 1px 1px 1px #104d0b;        
	box-shadow:   1px 1px 1px 1px #104d0b;  
}
.carousel_items{
	max-width:100%;
	min-width:190px;
	height:300px;
	margin:0 5px 0 5px;

	
}
.carousel_items_inner{
	max-width:100%;
	min-width:184px;
	height:294px;
	background-color:#fff;

	-webkit-box-shadow: 3px 3px 3px -1px rgba(176,170,176,0.75);
	-moz-box-shadow: 3px 3px 3px -1px rgba(176,170,176,0.75);
	box-shadow: 3px 3px 3px -1px rgba(176,170,176,0.75);
}
.prod_photo{
	width:100%;
	height:360px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	text-align:center;
}
.prod_photo_inner{
	display:inline-block;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.prod_name{
	color:#58585a;
	font-size: 14px;
	font-family:'Roboto-Regular';
	text-align:left;
	padding:10px 10px 10px 0px;
}
.prod_name a{
	color:#58585a;
}
.prod_name a:hover{
	color:#af7964;
	text-decoration:none;
}
.prod_desc{
	color:#58585a;
	font-size: 14px;
	font-family:'Roboto-Regular';
	text-align:left;
	padding-left:10px;
	display:none;
}
.prod_desc2{
	color:#58585a;
	font-size: 14px;
	font-family:'Roboto-Regular';
	text-align:left;
	padding-left:10px;
	padding-left:20px;
	display:none;
}
.prod_opcs_title{
	color:#58585a;
	font-size: 14px;
	font-family:'Roboto-Regular';
	text-align:left;
	display:none;
}
.prods_share{
	position:absolute;
	bottom:10px;
	right:0px;
}
.prod_opcs{
	padding:10px;
}
.opc{
	margin-right:2px;
}
.tags{
	padding-right:20px;
}
.limite_bar{
	width:100%;
	height:5px;
	background-color:#a8a9ad;
	margin-bottom:50px;
}
.limite_bar2{
	width:100%;
	height:5px;
	background-color:#a8a9ad;
	margin-bottom:0px;
}
.limite_bar_bottom{
	width:100%;
	height:2px;
	background-color:#a8a9ad;
	margin-bottom:50px;
}
/*empresa*/
.company_links{
	width:100%;
	text-align:center;
}
.company_links_inner{
	display: inline-block;
	max-width:1020px;
}
@media (max-width: 1037px){
	.company_links_inner{
		max-width:850px;
	}
}
@media (max-width: 870px){
	.company_links_inner{
		max-width:680px;
	}
}
@media (max-width: 700px){
	.company_links_inner{
		max-width:510px;
	}
}
@media (max-width: 530px){
	.company_links_inner{
		max-width:340px;
	}
}
@media (max-width: 360px){
	.company_links_inner{
		max-width:170px;
	}
}
.links_company{
	padding:10px;
	margin: 0 10px 30px 10px;
	height:40px;
	background-color:#a8a9ad;
	color:#58585a;
	font-size: 14px;
	font-family:'Roboto-Bold';
	border-radius: 10px;
	min-width:150px;
	-webkit-box-shadow: 3px 3px 3px -1px rgba(176,170,176,0.75);
	-moz-box-shadow: 3px 3px 3px -1px rgba(176,170,176,0.75);
	box-shadow: 3px 3px 3px -1px rgba(176,170,176,0.75);
}
.links_company:hover{
	padding:10px;
	margin: 0 10px 30px 10px;
	height:40px;
	background-color:#af7964;
	color:#fff;
	font-size: 14px;
	font-family:'Roboto-Bold';
	border-radius: 10px;
	min-width:150px;
}
.links_company_on{
	padding:10px;
	margin: 0 10px 30px 10px;
	height:40px;
	background-color:#af7964;
	color:#fff;
	font-size: 14px;
	font-family:'Roboto-Bold';
	border-radius: 10px;
	min-width:150px;
	-webkit-box-shadow: 3px 3px 3px -1px rgba(176,170,176,0.75);
	-moz-box-shadow: 3px 3px 3px -1px rgba(176,170,176,0.75);
	box-shadow: 3px 3px 3px -1px rgba(176,170,176,0.75);
}
.links_company_on:hover{
	padding:10px;
	margin: 0 10px 30px 10px;
	height:40px;
	background-color:#af7964;
	color:#fff;
	font-size: 14px;
	font-family:'Roboto-Bold';
	border-radius: 10px;
	min-width:150px;
}
.company_text{
	width:100%;
	text-align:center;
	margin-bottom:30px;
	margin-top:30px;
}
.company_text_inner{
	display: inline-block;
	max-width:1020px;
	font-size: 14px;
	font-family:'Roboto-Regular';
	text-align:justify;
}
.company_gal{
	width:100%;
	text-align:center;
	margin-bottom:20px;
}
.company_gal_inner{
	display: inline-block;
	max-width:1020px;
}
@media (max-width: 1037px){
	.company_gal_inner{
		max-width:765px;
	}
	.company_text{
		padding:0 30px 0 30px;;
	}
	.search{
		padding:0 30px 0 30px;;
	}
}
@media (max-width: 785px){
	.company_gal_inner{
		max-width:510px;
	}
}
@media (max-width: 530px){
	.company_gal_inner{
		max-width:255px;
	}
}
.company_gal_item{
	max-width:255px;
	padding:10px;
}
.company_gal_item img{
	padding:4px;
	border:1px solid #aab0aa;
	border-radius:5px;
	-webkit-box-shadow: 3px 3px 3px -1px rgba(176,170,176,0.75);
	-moz-box-shadow: 3px 3px 3px -1px rgba(176,170,176,0.75);
	box-shadow: 3px 3px 3px -1px rgba(176,170,176,0.75);
}
/*catalogos*/
.catalogs{
	width:100%;
	text-align:center;
}
.catalogs_inner{
	display: inline-block;
	max-width:1020px;
	font-family:'Roboto-Regular';
	color:#58585a;
}
@media (max-width: 1037px){
	.catalogs_inner{
		max-width:735px;
	}
}
@media (max-width: 755px){
	.catalogs_inner{
		max-width:490px;
	}
}
@media (max-width: 510px){
	.catalogs_inner{
		max-width:245px;
	}
}
.catalogs_items{
	max-width:245px;
	margin: 0 10px 30px 10px;
}
.catalogs_photo{
	-webkit-box-shadow: 3px 3px 3px -1px rgba(176,170,176,0.75);
	-moz-box-shadow: 3px 3px 3px -1px rgba(176,170,176,0.75);
	box-shadow: 3px 3px 3px -1px rgba(176,170,176,0.75);
}
.catalogs_title{
	padding-top:15px;
	color:#58585a;
	font-size: 14px;
	font-family:'Roboto-Bold';
	max-width:225px;
	overflow:hidden;
}
.catalogs_title a{
	color:#58585a;
	font-size: 14px;
	font-family:'Roboto-Bold';
}
.catalogs_title a:visited{
	color:#58585a;
	text-decoration:none !important;
}
.catalogs_title a:focus{
	color:#58585a;
	text-decoration:none !important;
}
.catalogs_title a:hover{
	color:#af7964;
	text-decoration:none;
}
.catalogs_title a:active{
	color:#58585a;
	text-decoration:none;
}
.catalogs_download{
	padding-top:5px;
}
.catalogs_download a{
	font-size: 14px;
	font-family:'Roboto-Regular';
	color:#58585a;
}
.catalogs_download a:visited{
	color:#58585a;
	text-decoration:none !important;
}
.catalogs_download a:focus{
	color:#58585a;
	text-decoration:none !important;
}
.catalogs_download a:hover{
	color:#af7964;
	text-decoration:none;
}
.catalogs_download a:active{
	color:#58585a;
	text-decoration:none;
}
/*contactos*/
.contacts_map{
	float:left;
	width:510px;
	height:450px;
}
.contacts_data{
	width:100%;
	text-align:center;
	margin-top:0px;
}
.contacts_data_inner{
	display: inline-block;
	max-width:1020px;
	text-align:left;
}
@media (max-width: 1037px){
	.contacts_data_inner{
		max-width:510px;
	}
}
@media (max-width: 510px){
	.contacts_data_inner{
		max-width:240px;
	}
}
.contacts_data_items{
	width:510px;
	padding:30px;
}
@media (max-width: 530px){
	.contacts_data_items{
		width:100%;
	}
}
.title_contacts{
	color:#58585a;
	font-family:'Roboto-Bold';
	font-size:28px;
	text-align:left;
	margin-bottom:15px;
}
.icon_contacts_map_marker{
	color:#af7964;
	font-size:34px;
	line-height:34px;
	margin-right:20px;
}
.icon_contacts_phone{
	color:#af7964;
	font-size:28px;
	line-height:28px;
	margin-right:20px;
}
.icon_contacts_envelope{
	color:#af7964;
	font-size:24px;
	line-height:24px;
	margin-right:20px;
}
.mt20{
	margin-top:20px;
}
.text_contacts{
	color:#58585a;
	font-family:'Roboto-Regular';
	font-size:14px;
	text-align:left;
}
.text_contacts a{
	font-size: 14px;
	font-family:'Roboto-Regular';
	color:#58585a;
}
.text_contacts a:visited{
	color:#58585a;
	text-decoration:none !important;
}
.text_contacts a:focus{
	color:#58585a;
	text-decoration:none !important;
}
.text_contacts a:hover{
	color:#af7964;
	text-decoration:none;
}
.text_contacts a:active{
	color:#58585a;
	text-decoration:none;
}
.map_button{
	margin-right:10px;
}
.button_map{
	width:100px;
	height:30px;
	color:#58585a;
	background-color:#a8a9ad;
	font-size: 14px;
	font-family:'Roboto-Regular';

	-webkit-box-shadow: 3px 3px 3px -1px rgba(176,170,176,0.75);
	-moz-box-shadow: 3px 3px 3px -1px rgba(176,170,176,0.75);
	box-shadow: 3px 3px 3px -1px rgba(176,170,176,0.75);
	border-radius:5px;
	padding-top:5px;
}
.button_map:hover{
	color:#fff;
	background-color:#af7964;
}
.contacts_form{
	float:left;
	width:510px;
	min-height:450px;
	padding:25px 20px 25px 20px;
	background-color:#eaeae2;
}
.contacts_form_inner{
	display: inline-block;
	max-width:510px;
	padding:25px 20px 25px 20px;
}
@media (max-width: 510px){
	.contacts_form{
		width:240px;
	}
}
.contacts_title{
	color:#58585a;
	font-family:'Roboto-bold';
	font-size:28px;
	text-align:left;
}
.contacts_fields{
	margin-top:25px;
}
.contacts_fields_col{
	padding:0 30px 0 30px;
	max-width:510px;
}
.contacts_label{
	color:#58585a;
	font-family:'Roboto-bold';
	font-size:18px;
	text-align:left;
	min-width:60px;
	padding-right:0px;
	padding-top:2px;
}
.contacts_input{
	color:#58585a;
	font-family:'Roboto-Regular';
	font-size:14px;
	width:410px;
	height:30px;
	border:none;
	border-radius:5px;
	padding:0 0px 0 15px;
}
.contacts_textarea{
	color:#58585a;
	font-family:'Roboto-Regular';
	font-size:14px;
	width:410px;
	height:110px;
	border:none;
	border-radius:5px;
	padding:10px 15px 10px 15px;
	resize: none;
}
.contacts_fields_line{
	padding:0  0 9px 0;
}
.contacts_mandatory_button{
	padding:20px 30px 0 0;
}
.contacts_mandatory{
	color:#58585a;
	font-family:'Roboto-Regular';
	font-size:14px;
	padding:8px 0px 0px 0px;
}
.contacts_button{
	width:100px;
	height:30px;
	color:#fff;
	background-color:#af7964;
	font-size: 14px;
	font-family:'Roboto-bold';

	-webkit-box-shadow: 3px 3px 3px -1px rgba(176,170,176,0.75);
	-moz-box-shadow: 3px 3px 3px -1px rgba(176,170,176,0.75);
	box-shadow: 3px 3px 3px -1px rgba(176,170,176,0.75);
	border-radius:5px;
	padding-top:2px;
	border:none;
	margin-right:20px;
}
.contacts_button:hover{
	color:#58585a;
	background-color:#a8a9ad;
}
@media (max-width: 510px){
	.contacts_input{
		width:200px;
	}
	.contacts_textarea{
		width:200px;
	}
	.contacts_map{
		width:100%;
	}
	.contacts_fields_col{
		padding:0 0px 0 0px;
		max-width:200px;
	}
}
.store_text_title{
	font-family:'Roboto-Bold';
	font-size:16px;
	padding-bottom:20px;
}
.store_text_photo{
	float:right;
	padding:0 0 15px 15px;
}
.store_photo{
	width: 100%;
	max-width:400px;
	height: auto;
}
@media (max-width: 700px){
	.store_text_photo{
		padding:0 0 20px 0;
		float:none;
	}
	.store_photo{
		display:block;
		margin:auto;
	}
}
/*faq*/
.faq{
	width:100%;
	text-align:center;
}
.faq_inner{
	display: inline-block;
	max-width:1020px;
	width:100%;
}
.faq_cats{
	float:left;
	min-width:246px;
	text-align:left;
	padding-right:40px;
}
.faq_items{
	float:left;
	width:720px;
	max-width:100%;
	text-align:left;
}

.button_faq{
	width:260px;
	min-height:40px;
	color:#fff;
	background-color:#6d6e70;
	font-size: 14px;
	font-family:'Roboto-Regular';
	padding:10px;
	border-bottom:1px solid #fff;
}
.button_faq:hover{
	color:#fff;
	background-color:#af7964;
}
.button_faq_on{
	width:260px;
	min-height:40px;
	color:#fff;
	background-color:#af7964;
	font-size: 14px;
	font-family:'Roboto-Regular';
	padding:10px;
	border-bottom:1px solid #fff;
}
.button_faq_on:hover{
	color:#fff;
	background-color:#af7964;
}
.faqs_none{
	color:#58585a;
	font-size: 14px;
	font-family:'Roboto-Regular';
}
@media (max-width: 1037px){
	.faq_cats{
		float:none;
		max-width:100%;
		padding-right:0px;
		padding-bottom:40px;
	}
	.faq_items{
		float:left;
		max-width:100%;
		width:100%;
		text-align:left;
	}
	.faq_inner{
		max-width:100%;
		padding:0 20px 0 20px;
	}
	.button_faq{
		width:100%;
	}
	.button_faq_on{
		width:100%;
	}
	.faqs_none{
		margin-left:20px;
	}
}

/*----- Accordion -----*/
.accordion, .accordion * {
	-webkit-box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	box-sizing:border-box;
}

.accordion {
	overflow:hidden;
	box-shadow:0px 1px 3px rgba(0,0,0,0.25);
	border-radius:3px;
	background:#f7f7f7;
}

/*----- Section Titles -----*/
.accordion-section-title {
	width:100%;
	padding:10px;
	display:inline-block;
	border-bottom:1px solid #fff;
	background:#a8a9ad;
	transition:all linear 0.15s;
	/* Type */
	font-size:1.200em;
	color:#58585a;
	font-family:'Roboto-Regular';
	font-size:14px;
}

.accordion-section-title.active, .accordion-section-title:hover, .accordion-section-title:focus, .accordion-section-title:visited, .accordion-section-title:active {
	background:#af7964;
	color:#fff;
	/* Type */
	text-decoration:none;
}

.accordion-section:last-child .accordion-section-title {
	border-bottom:none;
}

/*----- Section Content -----*/
.accordion-section-content {
	padding:10px;
	display:none;
	font-family:'Roboto-Regular';
	font-size:14px;
}
/*produtos*/
.prods{
	width:100%;
	text-align:center;
	background-color:#fff;
	padding:40px 0 40px 0;
}
.prods2{
	width:100%;
	text-align:center;
	padding:40px 0 40px 0;
}
.prods_inner_cats{
	display: inline-block;
	max-width:1020px;
	width:100%;
}
.prods_inner_prods{
	display: inline-block;
	max-width:1020px;
	width:100%;
}
.prods_nav{
	float:left;
	font-family:'Roboto-Bold';
	font-size:16px;
	color:#58585a;
	width:100%;
	text-align:left;
}
.prods_nav2{
	float:left;
	font-family:'Roboto-Bold';
	font-size:16px;
	color:#58585a;
	width:100%;
	text-align:left;
	padding-bottom:20px;
}
.prods_nav a{
	color:#58585a;
	text-decoration:none !important;
}
.prods_nav a:visited{
	color:#58585a;
	text-decoration:none !important;
}
.prods_nav a:focus{
	color:#58585a;
	text-decoration:none !important;
}
.prods_nav a:hover{
	color:#af7964;
	text-decoration:none;
}
.prods_nav a:active{
	color:#58585a;
	text-decoration:none;
}
.prods_nav2 a{
	color:#58585a;
	text-decoration:none !important;
}
.prods_nav2 a:visited{
	color:#58585a;
	text-decoration:none !important;
}
.prods_nav2 a:focus{
	color:#58585a;
	text-decoration:none !important;
}
.prods_nav2 a:hover{
	color:#af7964;
	text-decoration:none;
}
.prods_nav2 a:active{
	color:#58585a;
	text-decoration:none;
}
.sep_nav{
	padding:0 5px 0 5px;
	font-size:12px;
}
.prods_content{
	width:100%;
	font-family:'Roboto-Regular';
	margin-top:20px;
}
.prods_fams{
	padding:0px 13px 0px 13px;
}
.prods_fams_item{
	float:left;
	position:relative;
	margin-bottom:15px;
	min-width:178px;
}
.prods_fams_title{
	color:#58585a;
	font-size: 12px;
	font-family:'Roboto-Bold';
	margin-top:5px;
	height:35px;
	max-height:35px;
	max-width:176px;
	overflow:hidden;
}
.prods_fams_title a{
	color:#58585a;
	text-decoration:none !important;
}
.prods_fams_title a:visited{
	color:#58585a;
	text-decoration:none !important;
}
.prods_fams_title a:focus{
	color:#58585a;
	text-decoration:none !important;
}
.prods_fams_title a:hover{
	color:#af7964;
	text-decoration:none;
}
.prods_fams_title a:active{
	color:#58585a;
	text-decoration:none;
}
@media (max-width: 1037px){
	.prods_inner_cats{
		max-width:810px;
	}
}
@media (max-width: 830px){
	.prods_inner_cats{
		max-width:610px;
	}
}
@media (max-width: 640px){
	.prods_inner_cats{
		max-width:410px;
	}
}
@media (max-width: 425px){
	.prods_inner_cats{
		max-width:200px;
	}
}
.prods_grid{
	float:left;
	width:290px;
	min-width:290px;
	height:440px;
	margin:0px 25px 20px 25px;
}
.prods_grid_inner{
	position:relative;
	width:290px;
	min-width:290px;
	height:440px;
}
@media (max-width: 1037px){
	.prods_inner_prods{
		max-width:680px;
	}
}
@media (max-width: 716px){
	.prods_inner_prods{
		max-width:315px;
	}
}
.prods_list{
	width:100%;
	min-width:190px;
	min-height:200px;
	
}
.prods_list_inner{
	position:relative;
	float:left;
	width:100%;
	min-width:184px;
	min-height:184px;
	background-color:#fff;

	-webkit-box-shadow: 3px 3px 3px -1px rgba(176,170,176,0.75);
	-moz-box-shadow: 3px 3px 3px -1px rgba(176,170,176,0.75);
	box-shadow: 3px 3px 3px -1px rgba(176,170,176,0.75);

	margin:0px 0px 20px 0px;
	padding:10px;
}
.prod_photo_list{
	display: table;
	float:left;
	width:200px;
	height:200px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	text-align:center;
	vertical-align: middle;
}
.prod_photo_inner_list{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.prod_name_list{
	color:#58585a;
	font-size: 14px;
	font-family:'Roboto-Bold';
	text-align:left;
	padding-left:10px;
}
.prod_name_list a{
	color:#58585a;
}
.prod_name_list a:hover{
	color:#af7964;
	text-decoration:none;
}
.prod_opcs_list{
	padding:50px 0 0px 10px;
}
.opc_list{
	margin-right:2px;
}
.prod_desc_list{
	color:#58585a;
	font-size: 14px;
	font-family:'Roboto-Regular';
	text-align:left;
	padding-left:10px;
}
.prod_desc2_list{
	color:#58585a;
	font-size: 14px;
	font-family:'Roboto-Regular';
	text-align:left;
	padding-left:10px;
	padding-top:20px;
}
.prod_opcs_title_list{
	color:#58585a;
	font-size: 14px;
	font-family:'Roboto-Regular';
	text-align:left;
}
.prod_opcs_title_list2{
	color:#58585a;
	font-size: 14px;
	font-family:'Roboto-Regular';
	text-align:left;
	margin-top:10px;
}
.prods_share_list{
	position:absolute;
	bottom:10px;
	right:10px;
}
@media (max-width: 646px){
	.prod_opcs_list{
		padding:50px 0 50px 10px;
	}
}
.prods_icons_counter{
	width:100%;
}
.prods_count{
	float:right;
	padding-bottom:15px;
	font-size: 14px;
	font-family:'Roboto-Regular';
}
.prods_list_type_icon{
	padding:3px 4px 2px 5px;
	background:#58585a;
	color:#fff;
	font-size:20px;
	border-radius:5px;
	cursor:pointer;
}
.prods_list_type_icon:hover{
	padding:3px 4px 2px 5px;
	background:#bdbec1;
	color:#fff;
	font-size:20px;
	border-radius:5px;
}
.prods_list_type_icon_on{
	padding:3px 4px 2px 5px;
	background:#bdbec1;
	color:#fff;
	font-size:20px;
	border-radius:5px;
	cursor:pointer;
}
.prods_list_type_icon_on:hover{
	padding:3px 4px 2px 5px;
	background:#bdbec1;
	color:#fff;
	font-size:20px;
	border-radius:5px;
}
.prods_det{
	width:100%;
}
.prods_det_gal{
	width:100%;
	max-width:400px;
}
.prods_det_desc{
	max-width:620px;
	width:100%;
	font-family:"Roboto-Regular";
	font-size:14px;
	padding-left:40px;
	color:#58585a;
}
.prods_det_desc2{
	max-width:1020px;
	width:100%;
	font-family:"Roboto-Regular";
	font-size:14px;
	color:#58585a;	
}
.prods_det_gal ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom:0;
}
.prods_det_gal li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor:pointer;
}
.prods_det_gal img {
    display: block;
    height: auto;
    max-width: 100%;
	margin: 0 auto;
}
.prods_inner_prod_det{
	display: inline-block;
	max-width:1020px;
	width:100%;
}
@media (max-width: 1067px){
	.prods_inner_prod_det{
		max-width:800px;
	}
	.prods_det_desc{
		max-width:400px;
	}
	.prods_det_desc2{
		max-width:400px;
	}
}
@media (max-width: 877px){
	.prods_inner_prod_det{
		max-width:400px;
	}
	.prods_det_desc{
		margin-top:30px;
		padding-left:0px;
	}
	.prods_det_desc2{
		margin-top:30px;
	}
}
@media (max-width: 450px){
	.prods_inner_prod_det{
		padding:0 20px 0 20px;
	}
}
.prods_det_desc .title,.prods_det_desc2 .title{
	font-family:"Roboto-Bold";
	font-size:14px;
	color:#58585a;
	text-align:left;
}
.prods_det_desc .text,.prods_det_desc2 .text{
	font-family:"Roboto-Regular";
	font-size:14px;
	color:#58585a;
	text-align:justify;
	padding-top:5px;
}
.prods_det_desc .opcs,.prods_det_desc2 .opcs{
	font-family:"Roboto-Regular";
	font-size:14px;
	color:#58585a;
	padding-top:40px;
	text-align:left;
}
.prods_det_desc .opcs .opcs_items,.prods_det_desc2 .opcs .opcs_items{
	width:100%;
	padding-top:5px;
}
.prods_det_desc .opcs .opcs_items .desc,.prods_det_desc2 .opcs .opcs_items .desc{
	padding-top:2px;
	padding-left:5px;
}
.prods_det_desc .opcs .opcs_items .desc2,.prods_det_desc2 .opcs .opcs_items .desc2{
	padding-top:2px;
	padding-left:0px;
}
.prods_det_desc .share,.prods_det_desc2 .share{
	float:right;
	padding-top:40px;
}
.opcs_title{
	margin-top:0px;
}
.opcs_title2{
	margin-top:20px;
}
.tabas{
	width:100%;
	padding-top:30px;
	text-align:left;
}
/* Tabs container */
.r-tabs {
	position: relative;

	background-color: #e7e7e8;

	border-top: 0px solid #e7e7e8;
	border-right: 0px solid #e7e7e8;
	border-left: 0px solid #e7e7e8;
	border-bottom: 0px solid #e7e7e8;
	border-radius: 0px;

	font-family:"Roboto-Regular";

}

/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
	position: relative;
	background-color: #e7e7e8;
	font-family:"Roboto-Bold";
	cursor:pointer;
}

/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
	display: inline-block;
	padding: 3px 12px;

	text-decoration: none;
	
	font-size: 14px;
	
	color: #a8a9ad;
}

/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
	opacity: 0.5;
}

/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
	color: #58585a;
	text-shadow: none;

	background-color: #e7e7e8;

	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}

/* Tab panel */
.r-tabs .r-tabs-panel {
	background-color: white;

	border-bottom: 4px solid white;

	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	color:#58585a;
	font-size: 14px;

}

/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
	display: block;
	padding: 10px;

	background-color: #e7e7e8;
	color: #a8a9ad;
	text-decoration: none;
	font-size: 14px;

	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	cursor:pointer;
	font-family:"Roboto-Bold";
	border-bottom:1px solid white;
}

/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
	background-color: #fff;
	color: #58585a;
	text-shadow: none;
}

/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
	opacity: 0.5;
}
.prod_spec{
	width:100%;
	margin-top:30px;
	margin-bottom:30px;
}
.prod_spec_grey{
	float:left;
	width:100%;
	min-height:35px;
	background:#e7e7e8;
	color:#231f20;
}
.prod_spec_white{
	float:left;
	width:100%;
	min-height:35px;
	background:#fff;
	color:#231f20;
}
.spec_tit{
	float:left;
	width:50%;
	font-family:"Roboto-Bold";
	font-size:12px;
	padding:10px;
}
.spec_desc{
	float:left;
	width:50%;
	font-family:"Roboto-Regular";
	font-size:12px;
	padding:10px;
}
.link_tab2{
	font-family:"Roboto-Bold";
	font-size:14px;
	color:#af7964;
}
.link_tab2:visited{
	color:#af7964;
	text-decoration:none !important;
}
.link_tab2:focus{
	color:#af7964;
	text-decoration:none !important;
}
.link_tab2:hover{
	color:#58585a;
	text-decoration:none;
}
.link_tab2:active{
	color:#af7964;
	text-decoration:none;
}
#tab-2 ul li a{
	font-family:"Roboto-Regular";
	font-size:14px;
	color:#58585a;
}
#tab-2 ul li a:visited{
	color:#58585a;
	text-decoration:none !important;
}
#tab-2 ul li a:focus{
	color:#58585a;
	text-decoration:none !important;
}
#tab-2 ul li a:hover{
	color:#af7964;
	text-decoration:none;
}
#tab-2 ul li a:active{
	color:#58585a;
	text-decoration:none;
}
#tab-3 ul li a{
	font-family:"Roboto-Regular";
	font-size:14px;
	color:#58585a;
}
#tab-3 ul li a:visited{
	color:#58585a;
	text-decoration:none !important;
}
#tab-3 ul li a:focus{
	color:#58585a;
	text-decoration:none !important;
}
#tab-3 ul li a:hover{
	color:#af7964;
	text-decoration:none;
}
#tab-3 ul li a:active{
	color:#58585a;
	text-decoration:none;
}
.caract_text{
	text-align:justify;
}
.caract_text2{
	text-align:justify;
	margin-top:30px;
}
/*ar*/
.ar{
	width:100%;
	text-align:center;
	margin-bottom:30px;
}
.ar_inner{
	display: inline-block;
	max-width:1020px;
	font-family:"Roboto-Regular";
	font-size:14px;
	color:#58585a;
}
.ar_line{
	width:100%;
	height:1px;
	background-color:#58585a;
	margin-top:20px;
	margin-bottom:20px;
}
.login_registar{
	width:100%;
	text-align:left;
}
.area_login{
	width:47%;
	min-width:200px;
	margin-right:14%;
}
.area_registar{
	width:39%;
	min-width:200px;
}
@media (min-width: 0px) and (max-width: 532px){
	.area_login{
		width:100%;
		min-width:200px;
		margin-right:0px;
	}
	.area_registar{
		width:100%;
		min-width:200px;
	}
}
.tit_login{
	font-size:14px;
	font-family:"Roboto-Regular";
	color:#58585a;
	padding-bottom:15px;
	border-bottom:1px solid #58585a;
	width:100%;
	margin-bottom:30px;
	text-align:left;
}
.txt_login{
	color:#58585a;
	margin-bottom:15px;
	font-size:14px;
	font-family:"Roboto-Regular";
	text-align:left;
}
.txt_registar{
	color:#58585a;
	margin-bottom:50px;
	font-size:14px;
	font-family:"Roboto-Regular";
	text-align:left;
}
.bt_registar{
	max-width:300px;
	height:31px;
	font-size:18px;
	font-family:"Roboto-Regular";
	color:#fff;
	line-height:33px;
	text-align:center;
	background-color:#af7964;
	border:none;
	margin-top:30px;
	text-decoration:none;
}
.bt_registar a{
	max-width:300px;
	height:31px;
	font-size:18px;
	font-family:"Roboto-Regular";
	color:#fff;
	line-height:33px;
	text-align:center;
	background-color:#af7964;
	border:none;
	margin-top:30px;
	text-decoration:none;
	display:block;
}
.bt_registar a:hover{
	text-decoration:none;
	color:#fff;
}
.ar_login_input{
	width:100%;
	height:32px;
	font-size:14px;
	font-family:"Roboto-Regular";
	color:#58585a;
}
.ar_login_select{
	width:100%;
	height:45px;
	font-size:14px;
	font-family:"Roboto-Regular";
	color:#58585a;
	padding:10px;
}
.mt10{
	margin-top:10px;
}
.bt_fpw{
	margin-top:15px;
}
.bt_login{
	width:134px;
	height:27px;
	color:#fff;
	line-height:30px;
	text-align:center;
	background-color:#af7964;
	border:none;
}
.bt_reg{
	max-width:300px;
	min-width:150px;
	height:29px;
	font-size:18px;
	color:#fff;
	line-height:33px;
	text-align:center;
	background-color:#af7964;
	border:none;
}
.txt_fpw{
	font-size:12px;
	color:#e61e2a;
	margin-left:15px;
	padding-top:8px;
}
.txt_fpw a{
	font-size:12px;
	color:#af7964;
	text-decoration:none;
}
.txt_fpw a:hover{
	font-size:12px;
	color:#af7964;
	text-decoration:none;
}
.ar_login_line{
	width:100%;
	height:2px;
	margin-top:15px;
}
.tit_registo{
	font-size:20px;
	width:100%;
	margin-top:18px;
	margin-bottom:5px;
}
.field_reg{
	margin-top:10px;
	width:100%;
}
.reg_label{
	color:#58585a;
	width:150px;
	padding-top:5px;
	font-size:14px;
	font-family:"Roboto-Regular";
	text-align:left;
}
.reg_asterisco{
	font-size:14px;
	color:#af7964;
	font-family:"Roboto-Regular";
}
.bt_reg_form{
	width:100%;
	text-align:center;
}
.bt_reg_form2{
	width:100%;
	text-align:center;
	margin-top:50px;
}
.bt_limpar{
	margin-right:15px;
}
.ar a.btn_ar {
	background: rgb(230, 30, 42); min-width: 107px; min-height: 107px; color: rgb(255, 255, 255) !important; padding-top: 3px; padding-left: 26px; font-family: "FontAwesome"; text-decoration: none; margin-right: 15px; float: left;border-radius:15px;
}
.ar a.btn_ar:hover {
	background: rgb(97, 93, 92);
}
.ar a.btn_ar2 {
	background: rgb(230, 30, 42); min-width: 107px; min-height: 107px; color: rgb(255, 255, 255) !important; padding-top: 3px; padding-left: 19px; font-family: "FontAwesome"; text-decoration: none; margin-right: 15px; float: left;border-radius:15px;
}
.ar a.btn_ar2:hover {
	background: rgb(97, 93, 92);
}
.ar a.btn_ar3 {
	background: rgb(230, 30, 42); min-width: 107px; min-height: 107px; color: rgb(255, 255, 255) !important; padding-top: 3px; padding-left: 19px; font-family: "FontAwesome"; text-decoration: none; margin-right: 15px; float: left;border-radius:15px;
}
.ar a.btn_ar3:hover {
	background: rgb(97, 93, 92);
}
.ar a.btn_ar_account::before {
	content: "\f007";
	font-size: 70px;
}
.ar a.btn_ar_order::before {
	content: "\f00b";
	font-size: 70px;
}
.ar a.btn_ar_wishlist::before {
	content: "\f004";
	font-size: 70px;
}
.caixa_texto{
	width:60%;
}
@media (min-width: 0px) and (max-width: 445px){
	.caixa_texto{
		width:80%;
	}
}
.txt_obriga{
	font-family:"Roboto-Regular";
	font-size:14px;
	color:#58585a;
}
.form_sucesso{
	font-family:"Roboto-Regular";
	font-size:14px;
	color:#58585a;
	text-align:left;
}
.form_sucesso a{
	font-family:"Roboto-Regular";
	font-size:14px;
	color:#58585a;
}
.form_sucesso a:visited{
	color:#58585a;
	text-decoration:none !important;
}
.form_sucesso a:focus{
	color:#58585a;
	text-decoration:none !important;
}
.form_sucesso a:hover{
	color:#af7964;
	text-decoration:none;
}
.form_sucesso a:active{
	color:#58585a;
	text-decoration:none;
}

.taj{
	text-align:justify;
}
/*fim ar*/
.filter_brand{
	float:left;
	text-align:left;
	width:100%;
	font-family:"Roboto-Bold";
	font-size:14px;
}
.brands{
	float:left;
	text-align:left;
	width:100%;
	margin-top:15px;
}
.brands_items{
	position:relative;
	float:left;
	text-align:left;
	max-width:140px;
	width:100%;
	padding:10px;
	height:80px;
}
.dummy {
    padding-top: 100%; /* forces 1:1 aspect ratio */
}
.brands_items_container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align:center;
    font: 0/0 a;
}
.brands_items_container:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.brands_items_container img {
    vertical-align: middle;
    display: inline-block;
}
/*search*/
.search{
	width:100%;
	text-align:center;
}
.search_inner{
	display: inline-block;
	max-width:1020px;
	width:100%;
}
.search_res{
	float:left;
	text-align:left;
	width:100%;
	font-family:"Roboto-Regular";
	font-size:14px;
	margin-bottom:15px;
}
.search_items{
	float:left;
	text-align:left;
	width:100%;
	font-family:"Roboto-Regular";
	font-size:14px;
	color:#58585a;
	margin-bottom:15px;
}
.search_items a{
	font-family:"Roboto-Regular";
	font-size:14px;
	color:#58585a;
}
.search_items a:visited{
	color:#58585a;
	text-decoration:none !important;
}
.search_items a:focus{
	color:#58585a;
	text-decoration:none !important;
}
.search_items a:hover{
	color:#af7964;
	text-decoration:none;
}
.search_items a:active{
	color:#58585a;
	text-decoration:none;
}
/*map*/
.map{
	width:100%;
	text-align:center;
}
.map_inner{
	display: inline-block;
	max-width:1020px;
	width:100%;
	text-align:left;
}
.map_inner ul{
	margin-left:25px;
	list-style-type: circle;
	line-height:25px;
}
.map_inner ul ul{
	list-style-type: disc;
}
.map_inner ul ul ul{
	list-style-type: square;
}
.map_items{
	font-family:"Roboto-Regular";
	font-size:14px;
	color:#58585a;
}
.map_items a{
	font-family:"Roboto-Regular";
	font-size:14px;
	color:#58585a;
}
.map_items a:visited{
	color:#58585a;
	text-decoration:none !important;
}
.map_items a:focus{
	color:#58585a;
	text-decoration:none !important;
}
.map_items a:hover{
	color:#af7964;
	text-decoration:none;
}
.map_items a:active{
	color:#58585a;
	text-decoration:none;
}
.prod_info{
	margin-top:30px;
	text-align:left;
	color:#58585a;
	font-size:28px;
}
.prod_info a{
	color:#58585a;
}
.prod_info a:visited{
	color:#58585a;
	text-decoration:none !important;
}
.prod_info a:focus{
	color:#58585a;
	text-decoration:none !important;
}
.prod_info a:hover{
	color:#af7964;
	text-decoration:none;
}
.prod_info a:active{
	color:#58585a;
	text-decoration:none;
}
.prod_vids{
	width:50%;
	padding:10px;
}
@media (min-width: 0px) and (max-width: 532px){
	.prod_vids{
		width:100%;
		padding:10px;
	}
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Search Style */ 
#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
	       -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
	     -moz-transform: translate(0px, -100%) scale(0, 0);
	      -ms-transform: translate(0px, -100%) scale(0, 0);
         -o-transform: translate(0px, -100%) scale(0, 0);
	          transform: translate(0px, -100%) scale(0, 0);    
    opacity: 0;
    display: none;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
       -moz-transform: translate(0px, 0px) scale(1, 1);
    	  -ms-transform: translate(0px, 0px) scale(1, 1);
	       -o-transform: translate(0px, 0px) scale(1, 1);
	           transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
    z-index: 106;
    display: block;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -51px;
    width: 80%;
    margin-left: 10%;
    color: #000;
  	background: #fff;
  	border-top: 1px solid rgba(255, 255, 255, .8);
  	border-bottom: 2px solid rgba(255, 255, 255, .5);
  	border-left: 0px solid transparent;
  	border-right: 0px solid transparent;
    font-size: 20px;
  	font-family: Roboto;
    font-weight: 300;
    text-align: center;
    outline: none;
  	padding: 10px;
}
  
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
	  opacity: 1;
	  font-size: 27px;
  	color: #fff;
}

#search .close:hover{
  color: #dbb3a9;
  cursor: pointer;
}

.news_left{
	float:left;
	width:650px;
	max-width:100%;
	text-align:left;
}
.news_right{
	float:left;
	width:370px;
	text-align:left;
	padding-left:50px;
}
@media (max-width: 1037px){
	.news_right{
		margin-top:40px;
		padding-left:0px;
	}
}

.news_links{
	color:#58585a;
	font-size: 14px;
	font-family:'Roboto-Regular';
	text-align:left;
}
.news_links a{
	color:#58585a;
}
.news_links a:hover{
	color:#af7964;
	text-decoration:none;
}
.news_foto_tit{
	width:100%;
}
.news_foto{
	float:left;
	min-width:300px;
	margin-right:30px;
}
.news_tit{
	float:left;
	max-width:100%;
	vertical-align:bottom;
	padding-top:30px;
}
.news_texto{
	width:100%;
	text-align:justify;
	margin-top:30px;
}