/*  RESET browser defaults (Eric Meyer Global Reset)*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol,
form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

/* CUSTOM POLITICA DE QUALIDADE */
.politica-qualidade{
	position: relative;
	right: 20px;
	z-index: 999;
	color: #c79f48;
	text-decoration: none;
	float: right; 
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.clearfloat {
	clear:both;
  	height:0;
  	font-size: 1px;
 	line-height: 0px;
}
/* END RESET browser defaults */
/* FONTS */
@font-face {
    font-family: 'Nexa-Light';
    src: url('fonts/Nexa/Nexa-Light.eot');
    src: local('Nexa-Light'), 
         local('Nexa-Light'), 
		 url('fonts/Nexa/Nexa-Lightd41d.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Nexa/Nexa-Light.woff') format('woff'), 
         url('fonts/Nexa/Nexa-Light.ttf') format('truetype'),
         url('fonts/Nexa/Nexa-Light.svg#Nexa-Light') format('svg'); 
}
@font-face {
    font-family: 'Nexa-Bold';
    src: url('fonts/Nexa/Nexa-Bold.eot');
    src: local('Nexa-Bold'), 
         local('Nexa-Bold'), 
		 url('fonts/Nexa/Nexa-Boldd41d.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Nexa/Nexa-Bold.woff') format('woff'), 
         url('fonts/Nexa/Nexa-Bold.ttf') format('truetype'),
         url('fonts/Nexa/Nexa-Bold.svg#Nexa-Bold') format('svg'); 
}
@font-face {
    font-family: 'Georgia-Regular';
    src: url('fonts/Georgia/georgia_regular.eot');
    src: local('Georgia-Regular'), 
         local('Georgia-Regular'), 
		 url('fonts/Georgia/georgia_regulard41d.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Georgia/georgia_regular.woff') format('woff'), 
         url('fonts/Georgia/georgia_regular.ttf') format('truetype'),
         url('fonts/Georgia/georgia_regular.svg#Georgia-Regular') format('svg'); 
}
@font-face {
    font-family: 'Georgia-Italic';
    src: url('fonts/Georgia/georgia_italic.eot');
    src: local('Georgia-Italic'), 
         local('Georgia-Italic'), 
		 url('fonts/Georgia/georgia_italicd41d.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Georgia/georgia_italic.woff') format('woff'), 
         url('fonts/Georgia/georgia_italic.ttf') format('truetype'),
         url('fonts/Georgia/georgia_italic.svg#Georgia-Italic') format('svg'); 
}
@font-face {
    font-family: 'Georgia-Bold';
    src: url('fonts/Georgia/georgia_bold.eot');
    src: local('Georgia-Bold'), 
         local('Georgia-Bold'), 
		 url('fonts/Georgia/georgia_boldd41d.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Georgia/georgia_bold.woff') format('woff'), 
         url('fonts/Georgia/georgia_bold.ttf') format('truetype'),
         url('fonts/Georgia/georgia_bold.svg#Georgia-Bold') format('svg'); 
}
@font-face {
    font-family: 'Georgia-Bold-Italic';
    src: url('fonts/Georgia/georgia_bold_italic.eot');
    src: local('Georgia-Bold-Italic'), 
         local('Georgia-Bold-Italic'), 
		 url('fonts/Georgia/georgia_bold_italicd41d.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Georgia/georgia_bold_italic.woff') format('woff'), 
         url('fonts/Georgia/georgia_bold_italic.ttf') format('truetype'),
         url('fonts/Georgia/georgia_bold_italic.svg#Georgia-Bold-Italic') format('svg'); 
}
/* GLOBAL */
.centered {
	text-align: center;
}
.bold {
	font-family: 'Nexa-Bold', Tahoma, 'Trebuchet MS', Arial;
}
.underline {
	text-decoration: underline;
}
.italic {
	font-style: italic;
}
h1 {
	color: #00a5d5;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 20px;
	line-height: 38px;
}
h1.ufirst {
	text-transform: none;
}
h2 {
	color: #00a5d5;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 24px;
	margin-bottom: 20px;
}
h2.ufirst {
	text-transform: none;
}
h3 {
	font-size: 18px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: normal;
}
a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
}
input, textarea, select {
	font-family: 'Georgia-Regular', Tahoma, 'Trebuchet MS', Arial;
	font-size: 12px;
	border: 1px solid #3c3c3c;
	color: #6f6f6f;
}
input,
select {
	height: 21px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
}
input.checkbox {
	width: 15px !important;
}
#okmsg {
	color: #1ab624;
}
#errormsg {
	color: #bf1e2e;
}
/* CUSTOM STYLE */
body {
	line-height: 20px;
	font-size: 12px;
	background-color: #ffffff;
	font-family: 'Georgia-Regular', Tahoma, 'Trebuchet MS', Arial;
	color: #a7a9ac;
}
/* HEADER */
#header {
	width: 100%;
	height: 165px;
	background: transparent url('../images/bg-header.png') no-repeat center top;
	position: relative;
	
	/* Set our transitions up. */
	-webkit-transition: margin-top 0.5s;
	-moz-transition: margin-top 0.5s;
	transition: margin-top 0.5s;
}
#header #header-container {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
#header #language {
	width: 240px;
	height: 20px;
	margin: 0 auto;
}
#header #language .lang {
	float: left;
	width: 80px;
	text-align: center;
}
#header #language .lang a {
	font-family: 'Nexa-Light', Tahoma, 'Trebuchet MS', Arial;
	color: #9f9f9f;
	font-size: 10px;
	text-decoration: none;
}
#header #language .lang a.selected,
#header #language .lang a:hover {
	font-family: 'Nexa-Bold', Tahoma, 'Trebuchet MS', Arial;
	color: #ffffff;
}
#header #language-icon {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 32px;
	top: 4px;
	cursor: pointer;
}
#header #logo {
	position: absolute;
	width: 210px;
	height: 65px;
	top: 35px;
	left: 394px;
	background: url('../images/logo.png') no-repeat left top;
	cursor: pointer;
}
#header #logo a {
	display: block;
	height: 100%;
}
#header #menu {
	float: left;
	width: 100%;
}
#header #menu ul li {
	float: left;
}
#header #menu ul li a {
	float: left;
	width: 120px;
	height: 42px;
	padding-top: 33px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-family: 'Nexa-Light', Tahoma, 'Trebuchet MS', Arial;
	font-size: 14px;
	color: #e8d193;
	cursor: pointer;
}
#header #menu ul li a:hover,
#header #menu ul li a.selected {
	font-family: 'Nexa-Bold', Tahoma, 'Trebuchet MS', Arial;
}
#header #menu ul.left {
	float: left;
}
#header #menu ul.right {
	float: right;
	text-align: right;
}
#header #menu ul.right li.first a {
	width: 95px;
}
#header #menu ul.right li.second a {
	width: 125px;
}
#header #menu ul.right li.last a {
	width: 115px;
}
/* BANNER */
#banner {
	float: left;
	width: 100%;
	height: 500px;
	position: relative;
	overflow: hidden;
	margin-top: -59px;
	z-index: -1;
}
#banner #banner-bottom {
	width: 100%;
	height: 50px;
	margin: -50px 0 auto;
	background: url('../images/bg-header-bottom.png') no-repeat center top;
	position: absolute;
	z-index: 100;
}
#banner #banner-slider {
	width: 2000px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
#banner #banner-container {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	margin-top: -215px;
	position: relative;
	z-index: 100;
}
#banner #banner-container {
	margin: 0 auto;
	width: 1000px;
	height: 360px;
	margin-top: -360px;
}
#banner #banner-stamp {
	position: absolute;
	width: 200px;
	height: 200px;
	top: 74px;
	left: 10px;
	background: url('../images/bg-banner-stamp.png') no-repeat left top;
}
#banner #banner-stamp .stamp-text {
	float: left;
	width: 100%;
	text-align: center;
	font-family: 'Nexa-Light', Tahoma, 'Trebuchet MS', Arial;
	font-size: 28px;
	color: #c7a04a;
	line-height: 24px;
	padding-top: 76px;
}
#banner #banner-stamp .stamp-text span {
	float: left;
	width: 100%;
	text-align: center;
	font-family: 'Nexa-Bold', Tahoma, 'Trebuchet MS', Arial;
}
/* CONTAINER */
#container {
	float: left;
	width: 100%;
	background: url('../images/bg.png') repeat left top;
	padding-top: 40px;
	padding-bottom: 40px;
}
/*
.container-content {
	margin-top: -59px;
}
*/
#subcontainer {
	margin: 0 auto;
	width: 1000px;
	padding-bottom: 100px;
}
#container-shadow {
	float: left;
	width: 100%;
	height: 65px;
/*	background: url('../images/bg-container-shadow.png') repeat left top;*/
	background: url('../images/bg-footer-top.png') no-repeat center top;
	margin-top: -85px;
}
#container-shadow-map {
	float: left;
	width: 100%;
	height: 65px;
/*	background: url('../images/bg-container-shadow.png') repeat left top;*/
	background: url('../images/bg-map-bottom.png') no-repeat center top;
	margin-top: -93px;
}
#container-shadow-map-top {
	position: absolute;
	width: 100%;
	height: 65px;
/*	background: url('../images/bg-container-shadow.png') repeat left top;*/
	background: url('../images/bg-map-top.png') no-repeat center top;
	margin-top: -19px;
}
#container .container-left {
	float: left;
/*	width: 620px;
	margin-right: 30px;*/
	width: 100%;
	font-size: 14px;
}
#container .container-left .container-title {
	float: left;
	width: 100%;
	font-family: 'Nexa-Bold', Tahoma, 'Trebuchet MS', Arial;
	font-size: 26px;
	text-transform: uppercase;
	color: #c7a04a;
	padding-bottom: 40px;
/*	border-bottom: 1px solid #c7a04a;*/
	margin-bottom: 16px;
	text-align: center;
}
#container .container-left .container-description {
	float: left;
	width: 100%;
	text-align: justify;
}	
.container-content .container-left .container-description a {
	color: #c79f48;
	text-decoration: none;
}
.container-content .container-left .container-description a:hover {
	color: #000000;
}
#container .container-left .container-description .image-box {
	float: left;
	width: 250px;
	height: 250px;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 50px;
	overflow: hidden;
	position: relative;
}
#container .container-left .container-description .image-box .image-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 250px;
	height: 250px;
	z-index: 999;
	background: url('../images/bg-product-image2.png') no-repeat left top;
	display: none;
}
.container-content .container-left .container-description img {
	margin: 13px 22px;
}
#container .container-left .container-description .news-date {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	color: #c7a04a;
	font-size: 11px;
	font-family: 'Georgia-Italic', Tahoma, 'Trebuchet MS', Arial;
}
#container .container-left .container-back {
	float: left;
	width: 100%;
	margin-top: 80px;
	text-align: center;
}	
#container .container-left .container-back a {
	color: #c79f48;
	font-family: 'Nexa-Bold', Tahoma, 'Trebuchet MS', Arial;
	text-decoration: none;
}
#container .container-left .container-back a:hover {
	color: #000000;
}
#container .content-form {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
#container .content-form iframe {
	border: 10px solid #1f1f1f !important;
	border-radius: 15px;
}
#container .content-form .content-title {
	float: left;
	width: 100%;
	font-family: 'Nexa-Bold', Tahoma, 'Trebuchet MS', Arial;
	font-size: 14px;
	text-transform: uppercase;
	color: #c7a04a;
	margin-top: 50px;
	margin-bottom: 20px;
}
#container .content-form .content-description {
	float: left;
	width: 100%;
}
#container .content-form .content-description {
	float: left;
	width: 100%;
}
#container .content-form .form-field {
	float: left;
	clear: left;
	width: 310px;
	margin-bottom: 2px;
	padding-left: 2px;
}
#container .content-form .form-input {
	float: left;
	clear: left;
	width: 310px;
	height: 26px;
	margin-bottom: 10px;
	background: url('../images/bg-form-input.png') no-repeat left top;
}
#container .content-form .form-input input {
	border: 0;
	background-color: transparent;
	margin-left: 5px;
    width: 172px;
	font-family: 'Georgia-Italic', Tahoma, 'Trebuchet MS', Arial;
	color: #ffffff;
}
#container .content-form .form-input input#security_code {
	position: relative;
	top: -10px;
}
#container .content-form .form-input #captcha {
	position: relative;
	right: -10px;
	border-radius: 5px;
	height: 26px !important;
}
#container .content-form .form-textarea {
	float: left;
	width: 620px;
	height: 101px;
	margin-bottom: 10px;
	background: url('../images/bg-form-textarea.png') no-repeat left top;
	border: 0;
}
#container .content-form .form-textarea textarea {
	border: 0;
	background-color: transparent;
	margin-left: 5px;
    height: 86px;
    padding: 5px;
    width: 260px;
	font-family: 'Georgia-Italic', Tahoma, 'Trebuchet MS', Arial;
	color: #ffffff;
}
#container .content-form .form-button {
	float: left;
	clear: left;
	width: 53px;
	height: 26px;
}
#container .content-form .form-button input {
	border: 0;
	background-color: transparent;
	margin-left: 5px;
    width: 53px;
	height: 26px;
	font-family: 'Georgia-Italic', Tahoma, 'Trebuchet MS', Arial;
	background: url('../images/bg-form-submit.png') no-repeat left top;
	color: #ffffff;
	font-size: 11px;
	cursor: pointer;
}
#container .content-form .form-button input:hover {
	color: #c7a04a;
}
#container .container-left .product-slide {
	float: left;
    height: 280px;
    margin-top: 10px;
    padding-left: 100px;
    width: 900px;
	position: relative;
}
#container .container-left .carousel-wrap {
	width: 800px;
	height: 280px !important;
}
#container .container-left .product-slide ul li {
	float: left;
	width: 1000px;
}
#container .container-left .product-slide input.carousel-previous {
	position: absolute;
	top: 100px;
	left: 5px;
	z-index: 999;
	width: 50px;
	height: 50px;
	background: transparent url('../images/bg-product-arrow2-left.png') no-repeat left top;
	border: 0;
	text-indent: -2000px;
	cursor: pointer;
}
#container .container-left .product-slide input.carousel-previous:hover {
	background: transparent url('../images/bg-product-arrow2-left-on.png') no-repeat left top;
}
#container .container-left .product-slide input.carousel-previous[disabled=disabled] {
	cursor: auto;
}
#container .container-left .product-slide input.carousel-previous[disabled=disabled]:hover {
	cursor: auto;
	background: transparent url('../images/bg-product-arrow2-left.png') no-repeat left top;
}
#container .container-left .product-slide input.carousel-next {
	position: absolute;
	top: 100px;
	right: 5px;
	z-index: 999;
	width: 50px;
	height: 50px;
	background: transparent url('../images/bg-product-arrow2-right.png') no-repeat left top;
	border: 0;
	text-indent: -2000px;
	cursor: pointer;
}
#container .container-left .product-slide input.carousel-next:hover {
	background: transparent url('../images/bg-product-arrow2-right-on.png') no-repeat left top;
}
#container .container-left .product-slide input.carousel-next[disabled=disabled] {
	cursor: auto;
}
#container .container-left .product-slide input.carousel-next[disabled=disabled]:hover {
	cursor: auto;
	background: transparent url('../images/bg-product-arrow2-right.png') no-repeat left top;
}
#container .container-left .product {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.container-content .container-left .product {
/*	border-bottom: 1px solid #505052;*/
	padding-bottom: 30px;
}
#container .container-left .product .product-name {
	float: left;
	width: 250px;
	height: 250px;
	margin-right: 25px;
	font-family: 'Nexa-Bold', Tahoma, 'Trebuchet MS', Arial;
	font-size: 20px;
	text-transform: uppercase;
	color: #c7a04a;
	background: url('../images/bg-product-text.jpg') no-repeat left top;
	margin-top: 30px;
}
/*
.container-content .container-left .product .product-name {
	width: 390px !important;
	font-size: 14px !important;
	font-family: 'Georgia-Regular', Tahoma, 'Trebuchet MS', Arial !important;
	color: #a7a9ac !important;
}*/
#container .container-left .product .product-name a {
	color: #c7a04a;
	text-decoration: none;
}
.container-content .container-left .product .product-name a {
	/*color: #a7a9ac !important;*/
	color: #d9d7d8 !important;
	font-size: 12px;
}
.container-content .container-left .product .product-name a.more {
	font-size: 11px;
	text-transform: lowercase;
	background: url('../images/bg-product-more.png') no-repeat left 1px;
	padding-left: 20px;
}
.container-content .container-left .product .product-name div {
	width: 100%;
	text-align: center;
	padding: 0 20px;
	box-sizing: border-box;
	padding-bottom: 10px;
}
.container-content .container-left .product .product-name div:first-child {
	margin-top: 40px;
}
.container-content .container-left .product .product-name span {
	font-size: 12px;
	width: 100%;
	text-transform: none;
	color: #d9d7d8;
	font-family: 'Nexa-Light';
	text-align: center;
}
#container .container-left .product .product-name a:hover {
	color: #ebd599;
}	
.container-content .container-left .product .product-name a:hover {
	color: #c7a04a !important;
}	
#container .container-left .product .product-image {
	float: left;
	width: 250px;
	height: 250px;
	margin-right: 25px;
	position: relative;
}
#container .container-left .product .product-image .image {
	position: absolute;
	width: 250px;
	height: 250px;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 1;
}
#container .container-left .product .product-image .image-mask {
	position: absolute;
	width: 250px;
	height: 250px;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 999;
	background: url('../images/bg-product-image2.png') no-repeat left top;
	display: none;
}
#container .container-left .product .product-description {
	float: left;
	width: 250px;
	height: 250px;
	text-align: justify;
	position: relative;
}
#container .container-left .product .product-description .image {
	position: absolute;
	width: 250px;
	height: 250px;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 1;
}
#container .container-left .product .product-description .image-mask {
	position: absolute;
	width: 250px;
	height: 250px;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 999;
	background: url('../images/bg-product-image2.png') no-repeat left top;
	display: none;
}
#container .container-right {
	float: left;
	/*width: 320px;*/
	width: 0;	
	/*padding: 7px 15px;*/
	padding: 0;
	display: none;
	background: url('../images/bg-container-right.png') repeat-y left top;
	font-size: 12px;
}
#container .container-right .container-title {
	float: left;
	width: 100%;
	font-family: 'Georgia-Italic', Tahoma, 'Trebuchet MS', Arial;
	font-size: 16px;
	color: #c7a04a;
	border-bottom: 1px solid #c7a04a;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
#container .container-right .news {
	float: left;
	width: 100%;
	border-bottom: 1px solid #525254;
	padding-bottom: 13px;
	margin-bottom: 16px;
}
#container .container-right .news .news-title {
	float: left;
	width: 100%;
	text-transform: uppercase;
	text-align: justify;
	margin-bottom: 16px;
}
#container .container-right .news .news-title a {
	color: #a7a9ac;
	text-decoration: none;
}
#container .container-right .news .news-title a:hover {
	color: #c79f48;
}
#container .container-right .news .news-resume {
	float: left;
	width: 100%;
	text-align: justify;
	margin-bottom: 11px;
}
#container .container-right .news .news-date {
	float: left;
	width: 100%;
	font-size: 11px;
	font-family: 'Georgia-Italic', Tahoma, 'Trebuchet MS', Arial;
	color: #c79f48;
	margin-bottom: 12px;
}
#container .container-right .news .news-more {
	float: right;
	width: 55px;
	font-family: 'Georgia-Italic', Tahoma, 'Trebuchet MS', Arial;
	color: #c79f48;
	background: url('../images/bg-news-arrow.png') no-repeat left center;
	padding-left: 20px;
}
#container .container-right .news .news-more a {
	color: #c79f48;
	text-decoration: none;
}
#container .container-right .news .news-more a:hover {
	color: #ebd599;
}
#container .container-product-list {
	float: left;
	width: 100%;
	height: 381px;
	background: url('../images/bg-product-list.png') no-repeat center top;
}
#container .container-product-list a.product-area1 {
	float: left;
	width: 50%;
	display: block;
	height: 100%;
	text-decoration: none;
}
#container .container-product-list a.product-area2 {
	float: right;
	width: 50%;
	display: block;
	height: 100%;
	text-decoration: none;
}
#container .container-product-list a div {
	font-family: "Nexa-Bold", Tahoma, 'Trebuchet MS', Arial;
	color: #DDBD70;
	font-size: 31px;
	line-height: 24px;
	padding-top: 288px;
}
#container .container-product-list a div span {
	font-size: 20px;
}
#container .container-product-list a.product-area1 div {
	text-align: right;
	padding-right: 40px;
}
#container .container-product-list a.product-area2 div {
	padding-left: 40px;
}
#container .container-product-list a.product-area2 div span {
	letter-spacing: 3.5px;
}
/* FOOTER */
#footer {
	float: left;
	width: 100%;
/*	height: 266px;*/
/*	background: url('../images/bg-footer.png') repeat left top;*/
	background: url('../images/bg-header-default.png') repeat left top;
	padding-bottom: 10px;
}
/*
#footer #footer-shadow {
	float: left;
	width: 100%;
	height: 40px;
	background: url('../images/bg-footer-shadow.png') repeat left top;
}
*/
#footer #footer-container {
	margin: 0 auto;
	width: 1000px;
	padding-top: 30px;
}
#footer .footer-left {
	float: left;
	width: 270px;
	height: 140px;
	background: url('../images/bg-footer-block.png') no-repeat left top;
}
#footer .footer-right {
	float: left;
	width: 270px;
	height: 140px;
	background: url('../images/bg-footer-block.png') no-repeat right top;
}
#footer .footer-center {
	float: left;
	width: 460px;
	margin-top: -10px;
}
#footer .footer-title {
	float: left;
	width: 100%;
	margin-bottom: 5px;
	margin-top: 13px;
	text-align: center;
	text-transform: uppercase;
	color: #101010;
	font-size: 15px;
	font-family: 'Nexa-Bold', Tahoma, 'Trebuchet MS', Arial;
	text-shadow: 0.5px 0.5px 0 rgba(255, 255, 255, 0.1);
}
#footer .footer-content {
	float: left;
	width: 100%;
	text-align: center;
	font-family: 'Nexa-Bold', Tahoma, 'Trebuchet MS', Arial;
	color: #101010;
	font-size: 12px;
}
#footer .footer-content a {
	color: #c79f48;
}
#footer .footer-content .social {
	width: 80px;
	margin: 0 auto;
}
#footer .footer-content .facebook {
	float: right;
	width: 34px;
	height: 34px;
	margin-bottom: 13px;
	margin-right: 5px;
	background: url('../images/bg-social.png') no-repeat left top;
	position: relative;
	top: -3px;
	right: 65px;
}
#footer .footer-content .twitter {
	float: right;
	width: 34px;
	height: 34px;
	margin-bottom: 13px;
	background: url('../images/bg-social.png') no-repeat -34px top;
	position: relative;
	top: -3px;
	right: 65px;
}
#footer .footer-content .facebook:hover {
	background: url('../images/bg-social.png') no-repeat left bottom;
}
#footer .footer-content .twitter:hover {
	background: url('../images/bg-social.png') no-repeat -34px bottom;
}
#footer .footer-content .facebook a,
#footer .footer-content .twitter a {
	display: block;
	height: 100%;
}
#footer .footer-content .subscribe {
	padding: 0 37px 0 10px;
    width: 175px;
	height: 26px;
	border: 0;
	background: url('../images/bg-subscribe.png') no-repeat left top;
	font-family: 'Georgia-Italic', Tahoma, 'Trebuchet MS', Arial;
	font-size: 12px;
	color: #ffffff;
	margin-left: 27px;
}
#footer .footer-content .subscribe-button {
	width: 21px;
	height: 21px;
	position: relative;
	left: -28px;
	top: 1px;
	border: 0;
	background: url('../images/bg-arrow.png') no-repeat left top;
}
#footer .footer-content .subscribe-button:hover {
	background: url('../images/bg-arrow.png') no-repeat left bottom;
	cursor: pointer;
}
#footer .footer-left-lower {
	float: left;
	clear: left;
	width: 300px;
	font-family: "Nexa-Bold", Tahoma, 'Trebuchet MS', Arial;
	font-size: 9px;
	margin-top: 40px;
	line-height: 16px;
	text-align: justify;
}
#footer .footer-center-lower {
	float: left;
	width: 400px;
	text-align: center;
	margin-top: 45px;
}
#footer .footer-right-lower {
	float: left;
	width: 300px;
	font-family: "Nexa-Bold", Tahoma, 'Trebuchet MS', Arial;
	font-size: 9px;
	margin-top: 40px;
	line-height: 16px;
	text-align: justify;
}
#footer .footer-bottom {
	float: left;
	width: 100%;
	margin-top: 42px;
	text-align: center;
	font-family: 'Nexa-Bold', Tahoma, 'Trebuchet MS', Arial;
	/*color: #0e0e0e;*/
	color: #F9F9F9;
	font-size: 12px;
	text-shadow: 0.5px 0.5px 0 rgba(255, 255, 255, 0.1);
}
#footer .footer-bottom img {
	margin-left: 4px;
	top: 1px;
	position: relative;
}
	
/* LIGHT VIEW */
.lv_shadow, .lv_bubble, .lv_shadow canvas {
	display: none !important;
}
.lv_overlay {
	opacity: 0.7 !important;
}
.lv_button_top_close {
	left: 770px !important;
	top: 115px !important;
	width: 60px !important;
	height: 60px !important;
}
.lv_button_top_close:hover {
	background-position: 0 0 !important;
}
.lv_skin {
	display: none;
}
.lv_window, .lv_content {
	height: 600px !important;
}
.lv_content_wrapper {
	height: 530px !important;
    width: 950px !important;
}
.lv_window_dark .lv_button_top_close {
	display: none !important;
}
/* WIDGET */
.ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button, .ui-widget-content {
    font-size: 12px !important;
	line-height: 25px !important;
	color: #959494 !important;
}
.ui-widget-header {
	background: #e2e2e2 url('') !important;
}
.ui-corner-all {
	border-radius: 0 !important;
	border: 0 !important;
}
.ui-widget-header {
	background: url('') !important;
}
.ui-dialog-title {
	font-weight: normal !important;
	font-size: 14px !important;
}
.ui-dialog .ui-dialog-titlebar-close {
	width: 17px !important;
	height: 17px !important;
}
.ui-dialog .ui-dialog-buttonpane {
	border: 0 !important;
}
.ui-dialog .ui-dialog-buttonpane button {
	background: #f8f8f8 url('') !important;
	border: 1px solid #e9e9e9 !important;
	-webkit-border-radius: 5px !important; -moz-border-radius: 5px !important; border-radius: 5px !important;
}
.ui-dialog .ui-dialog-buttonpane button:hover {
	background: #b61a28 url('') !important;
	border: 1px solid #b61a28 !important;
	color: #ffffff !important;
}