
/***************************************************************************************************************************************************/
/*																																		 CSS RESET */
/***************************************************************************************************************************************************/

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/***************************************************************************************************************************************************/
/*																																	 		SHARED */
/***************************************************************************************************************************************************/

::selection {
	background-color: transparent;
}
::-moz-selection {
	background-color: transparent;
}
input,
textarea {
	border: 0px;
	background-color: transparent;
	resize: none;
}
* {
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;

	-webkit-appearance: none;
	-moz-appearance: none;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	margin: 0px;	/* FIX IE INITIAL NaN VALUE */
	padding: 0px;	/* FIX IE INITIAL NaN VALUE */
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
img {
	vertical-align: middle;
	display: block;
}

/* ----------------------------------------------------------> BASE LAYOUT */

body {
	color: #555;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: 20px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	overflow-x: hidden;
}
body.bg {
	background-color: #93842d;
}
html.touchevents body.bg {
	background-color: #fff;
}
#main-wrapper  {
	min-width: 320px;	/* GLOBAL SITE MIN WIDTH */
	max-width: 1920px;	/* GLOBAL SITE MAX WIDTH */
}
#site-overlay {
	background-color: #fff;
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 16000;
}
#site-overlay .spinner {
	width: 160px;
	height: 16px; /* set as body line-height */
	color: #d0b500;
	text-align: center;
	margin: auto;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}
html.cssanimations #site-overlay .spinner {
	width: 30px;
	height: 30px;
	font-size: 0px;
	line-height: 0px;
	border: 3px solid #d0b500;
	border-bottom-color: #6a5c21;
	border-radius: 100%;
	-webkit-animation: rotate 1s linear 0s infinite;
	animation: rotate 1s linear 0s infinite;
}
@-webkit-keyframes rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.row-wrapper {
	width: 100%;
	display: table;
}
.column-wrapper {
	display: table-cell;
	vertical-align: top;
}

/* ----------------------------------------------------------> RESPONSIVE RULES */

@media screen and (max-width: 480px) {
	html.inited body {
		
	}
}

/* ----------------------------------------------------------> BASE LINKS */

a {
	text-decoration: none;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(147, 132, 45, 0.5);
}
a:active {
	position: relative;
}
a.txt-link {
	color: #555;
}
a.txt-link.light {
	color: #fff;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
}
a.icon {
	border-width: 0px;
}
a.icon,
span.icon,
a.icon span,
span.icon span {
	display: block;
}
a.icon,
span.icon {
	position: relative;
}
a.icon span,
span.icon span {
	width: 100%;
	height: 100%;
	position: absolute;
}
a.button {
	color: #fff;
	background-color: #93842d;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 10px 20px;
	border-radius: 1000px;
	display: inline-block;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
}

/* ----------------------------------------------------------> UTILITIES */

.busy {
	cursor: progress !important;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.float-left {
	float: left !important;
}
.float-center {
	margin-left: auto !important;
	margin-right: auto !important;
}
.float-right {
	float: right !important;
}
.align-left {
	text-align: left !important;
}
.align-center {
	text-align: center !important;
}
.align-right {
	text-align: right !important;
}
.display-block {
	display: block !important;
}
.display-inline-block {
	display: inline-block !important;
}
.hidden {
	display: none !important;
}
.invisible {
	visibility: hidden !important;
}
.rounded {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.tl-rounded {
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}
.tr-rounded {
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}
.bl-rounded {
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}
.br-rounded {
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}
.selectable,
.selectable * {
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
}
.selectable::selection,
.selectable *::selection {
	color: #fff;
	background-color: #000;
}
.selectable::-moz-selection,
.selectable *::-moz-selection {
	color: #fff;
	background-color: #000;
}
.breakable {
	word-break: break-all;
	display: inline-block;
}
.img-responsive {
	width: 100%;
	height: auto;
}

/***************************************************************************************************************************************************/
/*																																	   		  PAGE */
/***************************************************************************************************************************************************/

#page {
	background-color: #fff;
	overflow: hidden;
	position: relative;
	z-index: 14000;
}
#page-wrapper {
	padding-left: 30px;
	padding-right: 30px;
}
#page-content {
	/*padding-top: 30px;
	padding-bottom: 30px;*/
}

/***************************************************************************************************************************************************/
/*																																	  PAGE CONTENT */
/***************************************************************************************************************************************************/

#logo-header {
	padding: min(12vw, 60px) 0px min(8vw, 60px) 0px;
}
#logo-header img {
	max-width: 430px;
}
#inner-wrapper .text-wrapper {
	max-width: 1250px;
	font-size: min(5vw, 28px);
	line-height: min(7vw, 34px);
	padding-bottom: min(8vw, 60px);
}
#inner-wrapper img + .text-wrapper,
#inner-wrapper .numbers-wrapper + .text-wrapper {
	margin-top: min(8vw, 60px);
}
#inner-wrapper .text-wrapper p:not(:last-child) {
	margin-bottom: min(4vw, 20px);
}
#inner-wrapper .numbers-wrapper {
	color: #fff;
	padding-top: min(8vw, 60px);
	background-position: center center;
	background-size: cover;
}
#inner-wrapper .numbers-wrapper p:nth-child(odd) {
	color: #6a5c21;
	font-size: min(10vw, 56px);
	line-height: min(10vw, 56px);
	font-weight: bold;
	margin-bottom: 0px;
}
#inner-wrapper .img-grid {
	padding-bottom: 30px;
}
#inner-wrapper .img-grid.logos-grid {
	max-width: 578px;
	padding-bottom: min(4vw, 20px);
}
#inner-wrapper .img-grid .column-wrapper .txt-link div {
	padding-top: 5px;
}
#inner-wrapper .img-grid .column-wrapper.left {
	padding-right: 15px;
}
#inner-wrapper .img-grid .column-wrapper.right {
	padding-left: 15px;
}
#inner-wrapper h2 {
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
}
#inner-wrapper footer {
	color: #fff;
	background-color: #6a5c21;
	margin: 0px -30px;
	padding: min(12vw, 60px) 30px;
}
#inner-wrapper footer > p {
	font-size: 22px;
	line-height: 30px;
}
#inner-wrapper footer a.phone {
	font-weight: bold;
	margin-bottom: 10px;
	display: inline-block;
}
#logo-footer {
	width: 180px;
	height: 180px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: 65%;
	background-position: center 42%;
	border-radius: 1000px;
	margin-bottom: 30px;
}
#data-footer {
	font-size: 14px;
	line-height: 22px;
	margin-top: min(8vw, 60px);
	margin-bottom: min(8vw, 60px);
	display: table;
}
#data-footer .row-wrapper {
	text-align: left;
	display: table;
}
#data-footer .row-wrapper:not(:last-of-type) {
	border-width: 1px;
	border-bottom-style: solid;
	border-color: #fff;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#data-footer .column-wrapper  {
	font-weight: 300;
	display: table-cell;
	vertical-align: top;
}
#data-footer .column-wrapper:first-child {
	font-weight: 700;
}
body.it #data-footer .column-wrapper:first-child {
	width: 242px;
}
body.it #data-footer .column-wrapper:last-child {
	width: 198px;
}

/* ----------------------------------------------------------> RESPONSIVE RULES */

@media screen and (max-width: 1023px) {
	#inner-wrapper .numbers-wrapper p span {
		display: block;
	}
}
@media screen and (min-width: 481px) {
	#inner-wrapper .text-wrapper {
		font-weight: 300;
	}
}
@media screen and (max-width: 767px) {
	#inner-wrapper .img-grid:not(.logos-grid) .column-wrapper {
		display: block;
	}
	#inner-wrapper .img-grid:not(.logos-grid) .column-wrapper.left {
		padding-right: 0px;
		padding-bottom: 30px;
	}
	#inner-wrapper .img-grid:not(.logos-grid) .column-wrapper.right {
		padding-left: 0px;
	}
	#inner-wrapper .img-grid.logos-grid {
		width: 75%;
		max-width: 274px;
	}
	#inner-wrapper .img-grid.logos-grid .column-wrapper {
		display: block;
	}
	#inner-wrapper .img-grid.logos-grid .column-wrapper.left {
		padding-right: 0px;
		padding-bottom: min(4vw, 20px);
	}
	#inner-wrapper .img-grid.logos-grid .column-wrapper.right {
		padding-left: 0px;
	}
	#data-footer,
	#data-footer .row-wrapper {
		width: 100%;
	}
	#data-footer .row-wrapper:not(:last-of-type) {
		border-bottom-style: none;
	}
	#data-footer .column-wrapper  {
		width: 100% !important;
		text-align: center;
		display: block;
	}
}
@media screen and (max-width: 480px) {
	#page-wrapper {
		padding-left: 15px;
		padding-right: 15px;
	}
	#inner-wrapper .img-grid:not(.logos-grid) .column-wrapper.left {
		padding-bottom: 15px;
	}
}