/* Reset */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
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;
}
/* HTML5 display-role reset for older browsers */
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;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
 
.clearfix {
    display: inline-block;
}
 
html[xmlns] .clearfix {
    display: block;
}
 
* html .clearfix {
    height: 1%;
}

/******************************************************/
html, body {
	min-height: 100%;
	height: 100%;
	color: #4c4a3d;
}

html {
	padding-top: 32px;
}

#barra-brasil {
	position: fixed;
	z-index: 30;
	width: 100%;
	display: block;
	margin-top: -32px;
}

#main-container {
	height: 100%;
	min-height: 100%;
}

q, 
blockquote {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

q:before,
blockquote:before {
    content: open-quote;
}
q:after,
blockquote:after {
    content: close-quote;
}

html, body {
	background:#fffcec;
}

#main-container {

}

/* Header */
#header {
	/*border-bottom: 3px solid #fffc00;*/
	/*min-height:742px;*/
	position: fixed;
	width: 100%;
	height: 83px;
	z-index:5;
	max-height: 83px;
}

#header-cover img {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	opacity: 0;
}



article	{
	position: relative;
	overflow-x:hidden;
}


#header-cover {
	/*border-bottom: 3px solid #fffc00;*/
	/*min-height:100%;*/
	width: 100%;
	height: 100%;
	display: table;
	z-index:1;
	max-height: 745px;
	overflow: hidden;
	background: transparent;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	opacity: 0;
}

#header-menu {
	position: fixed;
	top: 0;
	left: 0;
	max-height: 720px !important;
	width: 100%;
	height: 100%;
	display: none;
	z-index:0;
	background: url('../images/pixel-transp.png');
}

.opacityDiv {
	height: 100%;
	overflow: hidden;
}

#header-menu-mobile {
    z-index: 7;
    display: none;
    width: 100%;
    left: 0px;
    text-align: center;
    position: absolute;
    top: 122px;
    background: rgb(255, 255, 255);	
}

#header-menu-mobile .menu-item {
	display: block;
	height: 155px;
	overflow: hidden;
	background: #000;
}

.greenbg {
	display: block;
	width: 100%;
	height: 83px;
	position: absolute;
	top: 0;
	left: 0;

	z-index: 4;

	background: #00410b;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNDEwYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDdjNjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #00410b 0%, #007c65 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#00410b), color-stop(100%,#007c65));
	background: -webkit-linear-gradient(left,  #00410b 0%,#007c65 100%);
	background: -o-linear-gradient(left,  #00410b 0%,#007c65 100%);
	background: -ms-linear-gradient(left,  #00410b 0%,#007c65 100%);
	background: linear-gradient(to right,  #00410b 0%,#007c65 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00410b', endColorstr='#007c65',GradientType=1 );

}

.pages-menu {
	padding-top: 115px;
	margin-bottom: 0 !important;
	height: 100%;
	visibility: hidden;
}

.pages-menu .box img {
    position: absolute;
    top: 0;
    left: -27%;
    width: 154%;
    min-height: 100%;
	display: none;
}

.pages-menu .slick-list,
.pages-menu .slick-track {
	height: 100%
}

.pages-menu table {
	width: 80%;
    height: 100%;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;	
    color: #FFF !important;
}

.pages-menu table tr td {
	text-align: center;
	/*vertical-align: middle;*/
	height: 50%;
	width: 50%;
}

.pages-menu table tr:first-child td {
	vertical-align: bottom;
}

.pages-menu table tr:last-child td {
	vertical-align: top;
}

.pages-menu table tr:first-child td .box {
	margin-bottom:30px;
}

.pages-menu table tr:last-child td .box {
	margin-top: 30px;
}

.pages-menu table tr td:first-child {
	text-align: right;
	/*vertical-align: middle;*/
}

.pages-menu table tr td:last-child {
	text-align: left;
	/*vertical-align: middle;*/
}

.pages-menu table tr td:first-child .box {
	margin-right: 30px;
}

.pages-menu table tr td:last-child .box {
	margin-left: 30px;
}


.pages-menu table tr td .box {
	text-align: center;
    border: 2px solid #FFFFFF;
    display: inline-block;
    margin: 0 auto;
    max-height: 80%;
    max-width: 80%;
    width: 384px;
    height: 244px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.pages-menu .slick-prev, .pages-menu .slick-next {
    width: 50px !important;
    z-index: 4;
    margin-top: 15px !important;

}

.pages-menu .slick-prev:before,
.pages-menu .slick-next:before {
	font-size: 55px !important;
	line-height: 55px !important;
}

.pages-menu .slick-next {
	right: 50% !important;
	margin-right:-480px !important;
}

.pages-menu .slick-prev {
	left: 50% !important;
	margin-left:-480px !important;
}

#header-menu .box a:hover {
	border-color:#FFF;
	background:#FFF;
	color:#000;
}

#header-menu .box a:active {
	background:#eca325;
	border-color: #eca325;
	color: #000;
}


.grad-border {
	display: block;
	width: 100%;
	height: 3px;
	max-width: 100% !important;

	background: #fffd00;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmQwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjZlMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #fffd00 0%, #ff6e00 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fffd00), color-stop(100%,#ff6e00));
	background: -webkit-linear-gradient(left,  #fffd00 0%,#ff6e00 100%);
	background: -o-linear-gradient(left,  #fffd00 0%,#ff6e00 100%);
	background: -ms-linear-gradient(left,  #fffd00 0%,#ff6e00 100%);
	background: linear-gradient(to right,  #fffd00 0%,#ff6e00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffd00', endColorstr='#ff6e00',GradientType=1 );

	position: absolute;
	top: -3px;
}

.header-top {
	position: absolute;
	top: 0;
	left: 0;
	border-top: 3px solid #fffc00;
	display: block;
	height: 80px;
	z-index: 2;
	width: 100%;

	background: #00410b;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNDEwYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDdjNjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #00410b 0%, #007c65 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#00410b), color-stop(100%,#007c65));
	background: -webkit-linear-gradient(left,  #00410b 0%,#007c65 100%);
	background: -o-linear-gradient(left,  #00410b 0%,#007c65 100%);
	background: -ms-linear-gradient(left,  #00410b 0%,#007c65 100%);
	background: linear-gradient(to right,  #00410b 0%,#007c65 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00410b', endColorstr='#007c65',GradientType=1 );

	font-family: 'Open Sans', sans-serif;
}

#header-mobile {
/*	height: 470px;
    overflow: hidden;*/
    position: relative;	
    min-height: 90px;    
}

#header-mobile .header-top {
    height: 90px;
    margin-top: 0px;
    border-top: none;

    font-family: 'Open Sans', sans-serif;
}

#header-mobile .header-top h1 {
    display: inline-block;
    width: 55%;
    float: left;
    margin-left: 0;
    font-size: 22px;
    text-indent: 20px;
}

#header-mobile .header-top .menu-toggle {
	display: inline-block;
    width: 45%;
    float: right;
    padding: 0;
    font-size: 10px;
    height: 50px;
    overflow: hidden;
    position: relative;
}


#header-mobile .header-top #menu-icon-hamburguer {
    display: block;
    float: right;
    width: 86px;
    height: 50px;
    margin-left: 25px;
    position: absolute;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}


.header-top .menu-toggle.menu-closed #menu-icon-hamburguer {
    background-position: center;
    background-repeat: no-repeat;
	background-image:url('../images/hamb-menu-closed-sm.png');
}

.header-top .menu-toggle.menu-open #menu-icon-hamburguer {
    background-position: center;
    background-repeat: no-repeat;
	background-image:url('../images/hamb-menu-open-sm.png');
	background-color:#3d3a29;
}

#header-mobile .header-top .external-link {
	background: rgb(1,74,29);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxNGExZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDVlM2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(1,74,29,1) 0%, rgba(0,94,58,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(1,74,29,1)), color-stop(100%,rgba(0,94,58,1)));
	background: -webkit-linear-gradient(left,  rgba(1,74,29,1) 0%,rgba(0,94,58,1) 100%);
	background: -o-linear-gradient(left,  rgba(1,74,29,1) 0%,rgba(0,94,58,1) 100%);
	background: -ms-linear-gradient(left,  rgba(1,74,29,1) 0%,rgba(0,94,58,1) 100%);
	background: linear-gradient(to right,  rgba(1,74,29,1) 0%,rgba(0,94,58,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#014a1d', endColorstr='#005e3a',GradientType=1 );
}

#header-mobile .header-top #btn-portal {
    width: 100%;
    background: url('../images/btn-portaldobrasil-mobi-icon.png') no-repeat 13px 0px;
    /*background-size: contain;*/
    height: 18px;
    margin: 11px 0;

	font-size: 12px;
    text-indent: 41px;
    color: #FFF;
    font-family: 'Open Sans';
    text-decoration: none;
    font-weight: bold;
    line-height: 18px;
}

#header-mobile .header-top #btn-portal span {
	color: #ffc044;
    letter-spacing: -0.05em;
}

#header-mobile .header-top .text {
	float: left;
    line-height: 1.2;
    display: block;
    text-align: center;
    margin-top: 13px;
    width: 100%;
    margin-left: -43px;
}

#header-mobile .header-top .text strong {
	display: block;
}

#header-mobile .header-top .text.alternate {
    line-height: 50px;
    margin-top: 0;
    display: none !important;	
}

#header-mobile .header-top .menu-open .text.alternate {
    display: block !important;	
    font-size: 12px;
}

.banner-mobile {
    display: block;
    height: 282px;
    overflow: hidden;
    position: relative;
}

.banner-mobile img {
	width: 160%;
    margin-left: -30%;
    margin-top: 130px;
}

.header-top .left {
	display: block;
	height: 80px;
	float: left;
	margin-left: 0;
}

.header-top .right {
	display: block;
	height: 80px;
	float: right;
	margin-right: 0;
}

.header-top	#btn-portal {
	display: block;
	width: 110px;
	height: 80px;
	background:url('../images/btn-portaldobrasil.png') no-repeat center;

	outline: 0;
	overflow: hidden;
	text-indent: -1000px;
	font-size:1px;
	float: left;
}

.header-top .menu-toggle {
	display: block;
	float: right;
	line-height: 80px;
	padding: 0 0 0 35px;
	font-size: 22px;
	color: #ffc044;
	text-transform: uppercase;
	position: relative;
	cursor: pointer;

	background: rgb(0,86,51);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNTYzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDY2M2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(0,86,51,1) 0%, rgba(0,102,63,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,86,51,1)), color-stop(100%,rgba(0,102,63,1)));
	background: -webkit-linear-gradient(left,  rgba(0,86,51,1) 0%,rgba(0,102,63,1) 100%);
	background: -o-linear-gradient(left,  rgba(0,86,51,1) 0%,rgba(0,102,63,1) 100%);
	background: -ms-linear-gradient(left,  rgba(0,86,51,1) 0%,rgba(0,102,63,1) 100%);
	background: linear-gradient(to right,  rgba(0,86,51,1) 0%,rgba(0,102,63,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005633', endColorstr='#00663f',GradientType=1 );
}

.header-top .menu-toggle span:first-child {
	display: block;
	min-width: 210px;
	text-align: center;
	float: left;
	font-weight:100 !important;
}

.header-top .menu-toggle.menu-open {
	background:#46433d !important;
}

.menu-toggle strong {
	font-weight: bold;
}

#menu-icon-hamburguer {
	display: block;
	float: right;

	width: 86px;
	height: 80px;

	background-color: #005c37;
	margin-left: 35px;
}

.header-top	h1 {
    line-height: 76px;
    float: left;
    margin-left: 51px;
    font-size: 32px;
    color: #FFFFFF;
    letter-spacing: -0.037em;
}

.banner  {
    width: 100%; /* or whatever is required */
    text-align: center; /* ensures the image is always in the h-middle */
    overflow: hidden; /* hide the cropped portion */
    height: 100%;
    max-height: 745px;
    position: fixed;
    z-index:2;
}

.banner img {
	min-width: 100%;
    position: relative; /* allows repositioning */
    left: 100%; /* move the whole width of the image to the right */
    margin-left: -200%; /* magic! */

/*    max-height:100%;
    height: 100%;*/	
}

/*.banner {
	display: block;
	height: 662px;
	width: 100%;
	overflow: hidden;
	text-align: center;
}*/

.banner em,
.banner h2,
.banner blockquote {
	display: block;
	position: absolute;
	font-size: 30px;
	color: #FFF;

	width: 400px;
	left:50%;
	margin-left: -200px;
}

.banner em {
    top: 35%;
    font-size: 1em;
    font-family: "proxima-nova" !important;
    font-weight: 400 !important;
    font-style: normal !important;
    letter-spacing: 0.16em;
}


.banner h2 {
    top: 35%;
    font-size: 3.5em;
    padding-top: 0.75em;
    font-family: "ltc-bodoni-175" !important;
    font-weight: 400 !important;
    font-style: normal !important;
}

.banner h2:before {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background: #FFF;
    position: absolute;
    top: 0.35em;
    left: 50%;
    margin-left: -25px;
}

.banner em:before {
    content: "{";
    margin-right: 10px;
}
.banner em:after {
    content: "}";
    margin-left: 10px;
}

.banner blockquote {
	top: 65%;
    font-style: italic;
    font-size: 2.2em;
    width: 370px;
    margin-left: -195px;
    font-family: "ltc-bodoni-175" !important;
    font-weight: 400 !important;
    font-style: italic !important;
}

.banner-mobile em,
.banner-mobile h2,
.banner-mobile blockquote {
	display: block;
	position: absolute;
	font-size: 22px;
	color: #FFF;

	width: 80%;
	left:50%;
	margin-left: -40%;

	text-align: center;
}

.banner-mobile em {
    top: 15%;
    font-size: 10px;
    font-family: "proxima-nova" !important;
    font-weight: 700 !important;
    font-style: normal !important;
    letter-spacing: 0.15em;
}


.banner-mobile em:before {
    content: "{";
    margin-right: 10px;
}
.banner-mobile em:after {
    content: "}";
    margin-left: 10px;
}

.banner-mobile h2 {
	top: 41%;
    font-size: 48px;

	font-family: "ltc-bodoni-175" !important;
	font-weight: 400 !important;
	font-style: normal !important;	     
}

.banner-mobile h2:before {
    content: "";
    display: block;
    width: 28px;
    height: 1px;
    background: #FFF;
    position: absolute;
    top: -18px;
    left: 50%;
    margin-left: -14px;
}

.banner-mobile blockquote {
  	top: 63%;
    font-style: italic;
    font-size: 26px;
    width: 60%;
    margin-left: -30%;

	font-family: "ltc-bodoni-175" !important;
	font-weight: 400 !important;
	font-style: italic !important;	    
}

.banner-mobile .scroll-more {
    bottom: 13px;
    background-size: contain;
    width: 32px;
    margin-left: -16px;
}

.scroll-more {
	display: block;
	width: 52px;
	height: 27px;
	position: absolute;
	cursor: pointer;
	left: 50%;
	margin-left: -26px;
	bottom: 10%;

	background: url('../images/scroll-story.png') no-repeat center;
}

#header-mobile .header-top .grad-border {
    top: 39px;
    height: 1px;
}


/* menu desktop */

#header-menu .box em,
#header-menu .box h2 {
    display: block;
    position: relative;
    font-size: 20px;
    color: #FFF;
    width: 100%;
    left: 0;
    margin-left: 0;
}

#header-menu .box em {
    top: 0;
    font-size: 16px;
    margin-top: 7%;
    text-transform: uppercase;
    font-family: "proxima-nova" !important;
    font-weight: 700 !important;
    font-style: normal !important;
    letter-spacing: 0.15em;
}


#header-menu .box h2 {
    top: 0px;
    font-size: 45px;
    margin-top: 5px;
    padding-top: 18px;
    font-family: "ltc-bodoni-175" !important;
    font-weight: 400 !important;
    font-style: normal !important;
    letter-spacing: -0.11em;
    line-height: 0.93;
}

#header-menu .box h2 span {
    display: block;	
    text-transform: uppercase;
}

#header-menu .box h2:before {
	content: "";
    display: block;
    width: 44px;
    height: 2px;
    background: #FFF;
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -22px;
}

#header-menu .box em:before {
    content: "{";
    margin-right: 5px;
    font-weight: 100;
    letter-spacing: 0.5em;
    font-size: 15px;    
}
#header-menu .box em:after {
    content: "}";
    margin-left: 5px;
    font-weight: 100;
    letter-spacing: 0.5em;
    font-size: 15px;    
}

#header-menu .box a {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #FFF;
    text-decoration: none;
    border: 1px solid #FFF;
    padding: 10px 17px;
    display: inline-block;
    left: auto;
    width: 50px;
    margin-top: 12px;
    font-size: 12px;
    font-family: "proxima-nova" !important;
    font-weight: bold !important;
    font-style: normal !important;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -42px;
}

/* Menu Mobile */

.menu-item .box {
	padding: 20px;
	position: relative;
	max-height: 155px;
}

.menu-item .box img {
    top: 0;
    width: 100%;
    position: absolute;
    left: 50%;
    margin-left: -50%;
}

.menu-item .box em,
.menu-item .box h2 {
    display: block;
    position: relative;
    font-size: 20px;
    color: #FFF;
    width: 100%;
    left: 0;
    margin-left: 0;
}


.menu-item .box em {
    top: 0;
    font-size: 10px;
    font-family: "proxima-nova" !important;
    font-weight: 700 !important;
    font-style: normal !important;
    letter-spacing: 0.15em;
}


.menu-item .box h2 {
    top: 0px;
    font-size: 29px;
    margin-top: 19px;
    font-family: "ltc-bodoni-175" !important;
    font-weight: 400 !important;
    font-style: normal !important;
}

.menu-item .box h2 span {
    display: block;	
    text-transform: uppercase;
}

.menu-item .box h2:before {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background: #FFF;
    position: absolute;
    top: -18px;
    left:50%;
    margin-left: -25px; 
}

.menu-item .box em:before {
    content: "{";
    margin-right: 10px;
}
.menu-item .box em:after {
    content: "}";
    margin-left: 10px;
}

.menu-item .box a {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #FFF;
    text-decoration: none;
    border: 1px solid #FFF;
    padding: 5px 2px;
    display: inline-block;
    position: relative;
    left: auto;
    width: 50px;
    margin-top: 15px;
    font-size: 9px;
    font-family: "proxima-nova" !important;
    font-weight: 400 !important;
    font-style: normal !important;
}


/* Content */

#content {
	border-top: 3px solid #fffc00;
	background:#fffced;
	color: #4c4a3d;
	position: relative;
	z-index: 3;
	font-family: "proxima-nova" !important;
	font-weight: 400 !important;
	font-style: normal !important;
	padding-top: 111px;
	/*overflow: hidden;*/
}

#content p {
    font-family: "proxima-nova" !important;
    font-weight: 400 !important;
    font-style: normal !important;
    line-height: 1.3;
	font-size: 18px;
    margin-bottom: 15px;
    letter-spacing: -0.03em;
}

#content p:last-child {
	margin-bottom: 0;
}

#content .padding {
	padding: 20px 25%;
	position: relative;
	clear: both;
}

#content > div {
	clear: both;
	max-width: 614px;
	margin: 0 auto;
}

.quoteBox {
	color:#444;
}

.quoteBox blockquote {
    font-size: 42px;
    font-family: serif;
    position: relative;
    margin-bottom: 25px;
    font-style: italic;
    font-family: "ltc-bodoni-175" !important;
    font-weight: 400 !important;
    font-style: italic !important;
    letter-spacing: -0.012em;
    line-height: 1.3em;   
}

.quoteBox blockquote:before, .quoteBox blockquote:before {
    content: open-quote;
    position: absolute;
    left: -47px;
    top: 29px;
    font-size: 100px;
    font-style: normal;
}

.quoteBox blockquote:after, .quoteBox blockquote:after {
    font-style:	normal;
}


.quoteBox blockquote footer {
    position: absolute;
    font-size: 12px;
    line-height: 15px;
    bottom: -20px;
    left: 20px;
    font-style: normal;
	font-family: "proxima-nova" !important;
	font-weight: 300 !important;
	font-style: italic !important;   
	text-transform: uppercase; 
}

.quoteBox blockquote footer:before {
	content: "";
    display: block;
    width: 16px;
    height: 1px;
    position: absolute;
    background: #444;
    left: -25px;
    top: 40%;
}

.textBody blockquote {
	font-size: 1.5em;
    position: relative;
    display: block;
    width: 53%;
    float: left;
    margin-left: -67px;
    margin-right: 20px;
    margin-bottom: 30px;
    font-style: italic;
    font-family: "ltc-bodoni-175" !important;
    font-weight: 400 !important;
    font-style: normal !important;
    letter-spacing: -0.03em;
    line-height: 1.3em;
}

.textBody blockquote:before {
	content: open-quote;
    position: absolute;
    left: -51px;
    top: 22px;
    font-size: 100px;
    font-style: normal;
}

.textBody blockquote:after, .quoteBox blockquote:after {
    font-style:	normal;
}


.textBody blockquote footer {
	position: absolute;
    font-size: 13px;
    line-height: 15px;
    bottom: -32px;
    left: 20px;
    font-family: "proxima-nova" !important;
    font-weight: 300 !important;
    font-style: normal !important;
    text-transform: uppercase;
}

.textBody blockquote footer:before {
	content: "";
    display: block;
    width: 10px;
    height: 1px;
    position: absolute;
    background: #444;
    left: -16px;
    top: 40%;
}

#content .headingBody.padding {
	padding:0 20%;	
	max-width: 788px;
}



#content .headingBody p {
	font-size: 41px;
    font-weight: bold;
    text-align: left;
    font-family: "ltc-bodoni-175" !important;
    font-weight: 400 !important;
    font-style: normal !important;
    line-height: 48px;
    letter-spacing: -0.054em;
}

#content .storyWriter {
	display: block;
	text-align: center;

	font-family: "proxima-nova" !important;
	font-weight: 300 !important;
	font-style: italic !important;	
    font-style: italic !important;
    font-size: 14px;
    position: relative;
    margin-top: 28px;
    margin-bottom: 30px;
    text-align: center;	
}

#content .storyWriter:after {
	content: "";
	display: block;
	height: 1px;
	background:#444;
	width: 44px;
	position: absolute;
	bottom:-12px;
	left:50%;
	margin-left: -22px;
}

#content .textBody.padding.storyIntro {
    padding-top: 33px;
    margin-bottom: 50px;
}

#content .textBody p {
	line-height: 30px;
	font-size: 18px;
}

#content .textBody.padding.storyIntro p {
    font-family: "proxima-nova" !important;
    font-weight: 300 !important;
    font-style: normal !important;
    font-size: 26px;
    letter-spacing: -0.034em;
    line-height: 1.3;
    position:relative;
}

#content .textBody.padding.storyIntro p:after {
	content: "";
    display: block;
    height: 1px;
    background: #444;
    width: 14px;
    position: absolute;
    bottom: -60px;
    left: 0%;
    margin-left: 0px;
}


#content .galleryBox:before {
	content: "";
    display: block;
    height: 500px;
    background: #5ebf69;
    width: 1px;
    position: absolute;
    top: 0px;
    right: 10px;
}

#content .galleryLegend {
	display: block;
	width: 100%;
	margin-bottom: 5px;
}

#content .galleryLegend p {
	display: block;
	width: 50%;
	max-width: 180px;
	float: right;

    line-height: 1.45;
    margin-bottom: 10px;
    text-align: right;
    font-size: 12px;	

	font-family: "proxima-nova" !important;
	font-weight: 400 !important;
	font-style: normal !important;    
}




.galleryLegend .icon {
	background:url('../images/spr_legend.png') no-repeat bottom right;
	display: block;
    width: 100%;
    height: 24px;
    margin-bottom: 10px;
}


.backgroundsize .galleryLegend .icon {
	background:url('../images/legend_single.png') no-repeat;
	background-size: cover;
    width: 24px;
    float: right;
    margin-left: 260px;	
}

div.galleryImages {
	clear: both;
}


br.clear {
	display: block;
	width: 100%;
	height: 1px;
	clear: both;
}

#content .galleryBox.padding {
/*	padding:0 10%;
	max-width: 1010px;
	margin: 0 auto;*/
}

#content .galleryBox.padding {
    padding: 0 30px;
    max-width: 992px;
    margin: 50px auto;
    position: relative;
}

#content .galleryBox img {
    float: right;
    margin: 0 0 0 0;
    max-width: 100%;
    /* width: 25%; */
    max-width: 287px;
}

#content .galleryBox .galleryImages img:first-child {
	margin-bottom: 61px;
	margin-right: 63px;
    float: left;
    max-width: 642px;
}

#content .galleryBox .galleryImages img:last-child {
    float: left;
    max-width: 642px;
	margin-bottom: 30px;
}

#content > div.fullPic {
	position: relative;
	max-width:100%;
	margin: 0 auto 36px;
	max-height: 480px;
	height: 480px;
	overflow: hidden;
}

.fullPic img {
    width: 100% !important;
    max-width: 1920px;
    margin: 0 auto;
}

.fullPic .inner {
    position: absolute;
	top:50%;
    left:50%;
    max-width: 80%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.fullPic .inner .borderbox {
    display: inline-block;
    padding: 30px 35px;
    border: 5px solid white;
    color: #FFF;
    font-size: 41px;
    max-width: 492px;
    width: 100%;
    font-style: italic;
    background: url('../images/pixel-transp.png');
    font-family: serif;
    line-height: 47px;
    font-family: "ltc-bodoni-175" !important;
    font-weight: 400 !important;
    font-style: italic !important;
}

.videoBorder {
	padding-right: 20px;
	border-right: 1px solid #5ebf69;
}

.videoBorder .icon {
	background:url('../images/spr_legend.png') no-repeat top right;
	display: block;
    width: 100%;
    height: 24px;
    margin-bottom: 10px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	clear: both;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#content p.videoLegend {
	display: block;
	width: 50%;
	float: right;

    line-height: 1.45;
    margin-bottom: 10px;
    text-align: right;
    font-size: 12px;	

	font-family: "proxima-nova" !important;
	font-weight: 400 !important;
	font-style: normal !important;    
}

.socialmediaBox {
	text-align: center;
	padding: 13px 0 94px 0;
}

.socialmediaBox h3 {
	font-size: 20px;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.2em !important;
}

.socialmediaBox h3:before {
    content: "";
    display: block;
    width: 25px;
    height: 1px;
    background: #333;
    position: absolute;
    left:0;
    top:50%;
    margin-left: -80px; 	
}

.socialmediaBox h3:after {
    content: "";
    display: block;
    width: 25px;
    height: 1px;
    background: #333;
    position: absolute;
    right:0;
    top:50%;
    margin-right: -80px; 	
}

.socialmediaBox a {
	display: inline-block;
    font-size: 1px;
    width: 62px;
    height: 62px;
    background: url('../images/spr-social.png') no-repeat 2px 1px;
    overflow: hidden;
    text-indent: -1000px;
    margin: 0px 15px;
    outline: 0;
    cursor: pointer;
}

.socialmediaBox a.share-tw {
	background-position:0px -1px;	
}

.socialmediaBox a.share-tw:hover,
.socialmediaBox a.share-tw:focus {
	background-position:0px -125px;	
}

.socialmediaBox a.share-tw:active {
	background-position:0px -63px;	
}

.socialmediaBox a.share-fb {
	background-position:-62px -1px;	
}

.socialmediaBox a.share-fb:hover,
.socialmediaBox a.share-fb:focus {
	background-position:-62px -125px;	
}

.socialmediaBox a.share-fb:active {
	background-position:-62px -63px;	
}

/* Footer and Related program */

#footer,
#related-program {
	text-align: center;
	position: relative;
	z-index: 10;
	
	display: block;
	width: 100%;
	
	font-family: Verdana, arial;
	color: #fff;

	background: rgb(0,66,13);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzAwNDIwZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzAwNjAzOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDdkNjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(0,66,13,1) 1%, rgba(0,96,57,1) 51%, rgba(0,125,103,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(1%,rgba(0,66,13,1)), color-stop(51%,rgba(0,96,57,1)), color-stop(100%,rgba(0,125,103,1)));
	background: -webkit-linear-gradient(left,  rgba(0,66,13,1) 1%,rgba(0,96,57,1) 51%,rgba(0,125,103,1) 100%);
	background: -o-linear-gradient(left,  rgba(0,66,13,1) 1%,rgba(0,96,57,1) 51%,rgba(0,125,103,1) 100%);
	background: -ms-linear-gradient(left,  rgba(0,66,13,1) 1%,rgba(0,96,57,1) 51%,rgba(0,125,103,1) 100%);
	background: linear-gradient(to right,  rgba(0,66,13,1) 1%,rgba(0,96,57,1) 51%,rgba(0,125,103,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00420d', endColorstr='#007d67',GradientType=1 );

}

/* Related program */
#related-program {
	padding: 40px 0 46px 0;
}
#related-program .stats {
	display: block;
	width: 730px;
	max-width: 90%;
	text-align: center;
	margin: 67px auto 62px auto;
}
#related-program .stats li {
	display: inline-block;
	width: 31%;
	padding:10px 1%;
	box-sizing:border-box;
	border:1 px solid white;
	min-width: 235px;
	margin-bottom: 15px;
	vertical-align:top;
}
#related-program .stats h4 {
    position: relative;
    margin-bottom: 28px;
    color: #fdb538;
    font-size: 46px;
    font-family: "ltc-bodoni-175" !important;
    font-weight: 400 !important;
    font-style: normal !important;
    letter-spacing: -0.009em;
}
#related-program .stats h4:after {
	content: "";
    display: block;
    width: 40px;
    height: 1px;
    background: #FFF;
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -20px;
}
#related-program .stats p {
    display: block;
    padding: 0 2%;
    font-size: 18px;
    /* line-height: 20px; */
    text-transform: uppercase;
    font-family: "proxima-nova" !important;
    font-weight: 600 !important;
    font-style: normal !important;
    line-height: 1.4em;
}
#related-program > em {
    text-transform: uppercase;
    color: #FFF;
    font-size: 17px;
    margin-top: 22px;
    margin-bottom: 40px;
    display: inline-block;
    font-family: "proxima-nova" !important;
    font-weight: 400 !important;
    font-style: normal !important;
    letter-spacing: 0.12em;
}

#related-program > em:before {
    content: "{";
    margin-right: 10px;
}
#related-program > em:after {
    content: "}";
    margin-left: 10px;
}

#related-program .featured {
	display: block;
	padding: 40px;
	background: #19351E;
	position: relative;

}
#related-program .featured:before {
    content: "";
    display: block;
    width: 44px;
    height: 1px;
    background: #FFF;
    position: absolute;
    top: -36px;
    left: 50%;
    margin-left: -22px;	
}
#related-program .featured h3 {
    color: #fdb538;
    font-size: 34px;
    line-height: 1.3em;
    font-weight: 100;
    display: block;
    margin: 0 auto;
    width: 740px;
    max-width: 90%;
    font-family: "ltc-bodoni-175" !important;
    font-weight: 400 !important;
    font-style: normal !important;
    letter-spacing: -0.012em;
}
#related-program .featured p {
	display: inline-block;
	margin-top: 20px;
	color:#FFF;
	font-family: "proxima-nova" !important;
	font-weight: 400 !important;
	font-style: normal !important;
}

/* Footer */
#footer {
	padding: 0 0 10px 0;
}

a.btn-program-details {
	display: inline-block;
	position: relative;

	padding: 0 0 3px 0;
	border-radius: 3px;
	background:#977130;
    margin-bottom: 20px;
}

a.btn-program-details:active {
	padding:3px 0 0 0;
}

a.btn-program-details span,
#edit-submit{
    font-size: 20px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #19351f;
    background: #fcb537;
    /*border-top: 3px solid #836301;*/
    /*
    border-left: 3px solid #eca325;
    border-right: 3px solid #eca325;
    border-bottom: 3px solid #eca325;
	*/
    border-radius: 3px;
    text-decoration: none !important;
    padding: 12px 43px;
    font-size: 16px;
    letter-spacing: 0.15em;
    font-family: "proxima-nova" !important;
    font-weight: 700 !important;
    font-style: normal !important;
    max-width: 80%;
}

a.btn-program-details:before {
    content: "";
    display: block;
    width: 25px;
    height: 1px;
    background: #FFF;
    position: absolute;
    left: 0;
    top: 44%;
    margin-left: -50px; 	
}

a.btn-program-details:after {
    content: "";
    display: block;
    width: 25px;
    height: 1px;
    background: #FFF;
    position: absolute;
    right:0;
    top:44%;
    margin-right: -50px; 	
}

#footer .slick-next {
    /*right: 25px;*/
    z-index: 11;
}

#footer .slick-prev {
	/*left: 25px;*/
	z-index: 11
}

.slick-initialized .slick-slide {
    outline: 0 !important;
}

.sliderTitle {
	background: #46433d;
	padding: 35px
}

.sliderTitle h3 {
    font-size: 19px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-family: "ltc-bodoni-175" !important;
    font-weight: 100 !important;
    font-style: normal !important;
    letter-spacing: 0.11em;
    line-height: 24px;
}

.sliderTitle h3:before {
    content: "";
    display: block;
    width: 25px;
    height: 1px;
    background: #FFF;
    position: absolute;
    left:0;
    top:50%;
    margin-left: -53px; 	
}


.sliderTitle h3:after {
    content: "";
    display: block;
    width: 25px;
    height: 1px;
    background: #FFF;
    position: absolute;
    right:0;
    top:50%;
    margin-right: -53px; 	
}

.otherStories {
	background:#32302b;
}

#footerSlider {
	padding:0 0px;
	display: block;
	width: 884px;
	max-width: 100%;
	margin: 0 auto;
	/*overflow: hidden;*/
}

#footerSlider .storyBlock {
    box-sizing: border-box;
    padding: 34px 30px;
}

.storyBlock .box {
	box-sizing:border-box;
	border:2px solid #FFFFFF;
	padding: 25px 20px;
	position: relative;
	overflow: hidden;
}

.storyBlock .box em,
.storyBlock .box h4 {
    display: block;
    position: relative;
    font-size: 20px;
    color: #FFF;
    width: 100%;
    left: 0;
    margin-left: 0;
}

.storyBlock .box em {
    top: 0;
    font-size: 16px;
    letter-spacing: 0.15em;
    margin-top: 0px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: "proxima-nova" !important;
    font-weight: 700 !important;
    font-style: normal !important;
}

.storyBlock .box h4 {
    top: 0px;
    font-size: 44px;
    font-size: 2.8em;
    margin-top: 32px;
    font-family: "ltc-bodoni-175" !important;
    font-weight: 400 !important;
    font-style: normal !important;
    letter-spacing: -0.08em;
    line-height: 0.9em;
}

.storyBlock .box h4 span {
    display: block;	
    text-transform: uppercase;
}

.storyBlock .box h4:before {
    content: "";
    display: block;
    width: 46px;
    height: 1px;
    background: #FFF;
    position: absolute;
    top: -28px;
    left: 50%;
    margin-left: -23px;
}

.storyBlock .box em:before {
    content: "{";
    margin-right: 10px;
}
.storyBlock .box em:after {
    content: "}";
    margin-left: 10px;
}

.storyBlock .box a {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #FFF;
    text-decoration: none;
    border: 1px solid #FFF;
    padding: 8px 17px;
    display: inline-block;
    left: auto;
    width: 50px;
    margin-top: 27px;
    font-size: 12px;
    position: relative;
    font-family: "proxima-nova" !important;
    font-weight: 700 !important;
    font-style: normal !important;
}

.storyBlock .box a:hover {
	background:#eca325;
	color: #333;
}

.storyBlock .box a:active {
	background:#eca325;
	border-color: #eca325;
	color:#333;
}

.btn-information {
    position: absolute;
    left: 2%;
    bottom: 2%;
    width: 147px;
    max-width: 38%;
    display: block;
    overflow: hidden;
}

.btn-information img {
    width: 147px;
    max-width: 100%;
}

.btn-brasil {
    position: absolute;
    right: 2%;
    bottom: 2%;
    width: 180px;
	max-width: 45%;
    display: block;
    overflow: hidden;
}

.btn-brasil img {
    width: 180px;
    max-width: 100%;
}


.btn-top {
	display: block;
	width: 62px;
	height: 62px;
	background:url("../images/btn-top.png");
	overflow: hidden;
	font-size: 1px;
	text-indent: -1000px;
	margin: -30px auto 0 auto;
	cursor: pointer;
	position: relative;
	z-index: 90;
}

div.cover {
	display: fixed;
	width: 100%;
	height: 100%;
	background:#fffced;
}

.storyBlock .box img {
	display: none;
	width: 180%;
	margin-left: -45%;
	position: absolute;
	top:0;
	left: 0;
	opacity: 0.4;
}

.storyBlock .box em,
.storyBlock .box a,
.storyBlock .box h5 {
	position: relative;
}

#main-container .slick-prev:hover:before, #main-container .slick-prev:focus:before, 
#main-container .slick-next:hover:before, #main-container .slick-next:focus:before {
    opacity: 1;
    color:#fdb538;
}

#main-container .slick-prev:before, #main-container .slick-next:before {
    font-size: 45px;
    line-height: 50px;
}
#main-container .slick-prev, #main-container .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 52%;
    display: block;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

#main-container .slick-prev {
    left: -55px;
}

#main-container .slick-next {
    right: -55px;
}

#content h3 {
    margin: 0 0 34px 0;
    text-transform: uppercase;
    font-family: "ltc-bodoni-175" !important;
    font-weight: bold !important;
    font-style: normal !important;
    font-size: 19px;
    letter-spacing: 0.15em;
}

#main-container #footer .slick-prev:before,
#main-container #footer .slick-next:before {
	color:#795e30	
}

#content .quoteBox.padding {
    padding: 5px 0 20px 18px;
    max-width: 788px;
}

.ft-proximanova-light {
	font-family: "proxima-nova" !important;
	font-weight: 300 !important;
	font-style: normal !important;
}

.ft-proximanova-regular {
	font-family: "proxima-nova" !important;
	font-weight: 400 !important;
	font-style: normal !important;
}

.ft-proximanova-semibold {
	font-family: "proxima-nova" !important;
	font-weight: 600 !important;
	font-style: normal !important;
}

.ft-proximanova-bold {
	font-family: "proxima-nova" !important;
	font-weight: 700 !important;
	font-style: normal !important;	
}

.ft-bodoni-regular {
	font-family: "ltc-bodoni-175" !important;
	font-weight: 400 !important;
	font-style: normal !important;	
}

.ft-bodoni-italic {
	font-family: "ltc-bodoni-175" !important;
	font-weight: 400 !important;
	font-style: italic !important;	
}

.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(1);	
}

.backgroundsize .btn-top {
    display: block;
    width: 98px;
    height: 98px;
    background: url("../images/btn-top.png");
    background-size: cover;
    overflow: hidden;
    font-size: 1px;
    text-indent: -1000px;
    margin: -47px auto 0 auto;
    cursor: pointer;
    position: relative;
    z-index: 90;
}

.csstransforms .c-hamburger {
	display: block !important;
}

.c-hamburger {
    display: none;

    position: absolute;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 86px;
    height: 80px;
    font-size: 0;
    background-color: transparent;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -ms-transition: transform .3s;
    transition: transform .3s;

    outline: none !important;
}

.c-hamburger--htx span {
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    transition: transform 0.3s;
}

.c-hamburger span {
    display: block;
    position: absolute;
    top: 38px;
    left: 26px;
    /* right: 18px; */
    height: 3px;
    background: #ffc044;
    margin: 0 auto;
    width: 32px !important;
    min-width: 32px !important;
}

.c-hamburger span::after, .c-hamburger span::before {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #ffc044;
    content: "";
}

.c-hamburger--htx span::after, .c-hamburger--htx span::before {
    -webkit-transition-duration: .3s,.3s;
    -moz-transition-duration: .3s,.3s;
    -ms-transition-duration: .3s,.3s;
    transition-duration: .3s,.3s;
    -webkit-transition-delay: .3s,0s;
    -moz-transition-delay: .3s,0s;
    -ms-transition-delay: .3s,0s;
    transition-delay: .3s,0s;
}
.c-hamburger--htx span::before {
    -webkit-transition-property: top,-webkit-transform;
    -moz-transition-property: top,-moz-transform;
    -ms-transition-property: top,-ms-transform;
    transition-property: top,transform;
}

.c-hamburger span::before {
    top: -9px;
}

.c-hamburger--htx span::after {
    -webkit-transition-property: bottom,-webkit-transform;
    -moz-transition-property: bottom,-moz-transform;
    -ms-transition-property: bottom,-ms-transform;
    transition-property: bottom,transform;
}

.c-hamburger span::after {
    bottom: -9px;
}

.menu-open .c-hamburger--htx span {
    background: 0 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.menu-open .c-hamburger--htx span::after, 
.menu-open .c-hamburger--htx span::before {
    -webkit-transition-delay: 0s,.3s;
    -moz-transition-delay: 0s,.3s;
    -ms-transition-delay: 0s,.3s;
    transition-delay: 0s,.3s;
}
.menu-open .c-hamburger--htx span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-open .c-hamburger--htx span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.csstransforms .header-top .menu-toggle.menu-closed #menu-icon-hamburguer {
	background-image:none;
}

.csstransforms .header-top .menu-toggle.menu-open #menu-icon-hamburguer {
	background-image:none;
	background-color:#3d3a29;
}

#header-mobile .c-hamburger span {
    top: 24px;
    left: 11px;
    width: 25px !important;
}

#header-mobile .c-hamburger {
    width: 52px;
    height: 60px;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
}

#header-wrapper, #footer-wrapper {
	display: block;
    height: 80px;
    width: 100%;
    max-width: 960px;
    position: relative;
    margin: 0 auto;	
}

#footer-wrapper {
	margin: 50px auto 0;
}


#footer .slick-prev, 
#footer .slick-next {
	top: 50% !important;
	margin-top: -28px !important;
	width: 56px !important;
	height: 56px !important;
	background-image: url('../images/arrows-medium.png') !important;
	background-repeat: no-repeat;
}

#footer .slick-next {
	background-position: right;
}

#footer .slick-prev:before, 
#footer .slick-next:before {
	display: none !important;
}

#user-login {
	display: block;
	width: 300px;
	padding: 125px 0 60px;
	margin: 0 auto;
}
#user-login > div > .form-item {
	margin-bottom: 20px;
}
#user-login label {
	display: block;
	margin-bottom: 6px;
}
#user-login input.form-text {
	padding: 4px 10px;
	width: 100%;
}
#user-login .description {
	font-size: 12px;
	margin-top: 4px;
}
#user-login #edit-submit {
	border: 0;
	width: 100%;
	-webkit-box-shadow: 0px 3px 0px 0px rgba(151,113,48,1);
	-moz-box-shadow: 0px 3px 0px 0px rgba(151,113,48,1);
	box-shadow: 0px 3px 0px 0px rgba(151,113,48,1);
}

/* Error */
#error-report {
	display: block;
	max-width: 400px;
	width: 100%;
	padding: 20% 20px 10%;
	margin: 0 auto;
	text-align: center;
	font-size: 24px;
}
#error-report h2 {
	display: block;
	margin-bottom: 20px;
	font-size: 60px;
	font-weight: 400;
	font-family: "ltc-bodoni-175" !important;
}

