/*
Theme Name: SINAENCO REGIONAIS
Version: 1.0
*/

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
body{margin:0}
article,aside,details,
figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}
audio,canvas,progress,video{display:inline-block}
audio:not([controls]){display:none;height:0}
progress{vertical-align:baseline}
template,[hidden]{display:none}
a{background-color:transparent;-webkit-text-decoration-skip:objects}
a:active,a:hover{outline-width:0}
abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}
b,strong{font-weight:inherit;font-weight:bolder}
dfn{font-style:italic}
h1{font-size:2em;margin:.67em 0}
mark{background-color:#ff0;color:#000}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-.25em}
sup{top:-.5em}
img{border-style:none}
svg:not(:root){overflow:hidden}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}
figure{margin:1em 40px}
hr{box-sizing:content-box;height:0;overflow:visible}
button,input,select,textarea{font:inherit;margin:0}
optgroup{font-weight:700}
button,input{overflow:visible}
button,select{text-transform:none}
button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}
button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}
fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}
legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}
textarea{overflow:auto}
[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}
[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}
[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}
[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-input-placeholder{color:inherit;opacity:.54}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/*-----------------------------------------------------------------------------------*/
/* [FONTS] */
/*-----------------------------------------------------------------------------------*/

@font-face {
	font-family: 'Frutiger Light';
	src: url('assets/fonts/FrutigerLTStd-Light.otf') format("opentype");
}
@font-face {
	font-family: 'Frutiger Roman';
	src: url('assets/fonts/FrutigerLTStd-Roman.otf') format("opentype");
}
@font-face {
	font-family: 'Frutiger Bold';
	src: url('assets/fonts/FrutigerLTStd-Bold.otf') format("opentype");
}
@font-face {
	font-family: 'Frutiger Black';
	src: url('assets/fonts/FrutigerLTStd-Black.otf') format("opentype");
}

/*-----------------------------------------------------------------------------------*/
/* [GERAL] */
/*-----------------------------------------------------------------------------------*/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a:focus,
input:focus,
button:focus,
textarea:focus,
select:focus {
	outline: none;
}
html,
body{
	height: 100%;
}
body{
	background: #f3f3f3;
	font-family: Arial, sans-serif;
	font-size: 15px;
	color: #000;
	line-height: 1;
	letter-spacing: -0.01em;
    -webkit-font-smoothing: antialiased;
    font-weight: inherit;
}
h1, h2, h3, h4, h5, p{
	margin: 0;
	padding: 0;
	font-weight: inherit;
}
ul, li{
	margin: 0;
	padding: 0;
	list-style: none;
}
a{
	text-decoration: none;
	color: inherit;
}
a:hover, a:focus{
	text-decoration: none;
}
input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
img {
	vertical-align: middle;
}
strong{
	font-weight: inherit;
}
iframe{
	display:block;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}

/*-----------------------------------------------------------------------------------*/
/* [HEADER WRAPPER] */
/*-----------------------------------------------------------------------------------*/

.header-wrapper{

}


/*-----------------------------------------------------------------------------------*/
/* [HEADER] */
/*-----------------------------------------------------------------------------------*/

.header{
	/*position: fixed;*/
	z-index: 1000;
	top:0;
	left: 0;
	right: 0;
	width: 100%;
	transition: all 0.3s;
	border-bottom: 1px solid #dbdbdb;
	background: #fff;
}
.header--scrolled{
	background: #666;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}
.header__container{
	display: table;
	width: 100%;
	vertical-align: middle;
	padding: 15px 0;
	transition: all 300ms;
}
.header__site-title{
	margin: 0;
	padding: 0;
	display: table-cell;
	width: 30%;
	vertical-align: middle;
	position: relative;
	line-height: 1.1;
}
.header__site-title a{
	color: #000;
}
.header__site-title img{
	max-height: 32px;
	vertical-align: top;
}
.header__nav-container{
	display: table-cell;
	width: 70%;
	text-align: right;
	vertical-align: middle;
	background: transparent url(assets/img/logo-sinaenco-pb.png) no-repeat center right 40px;
	background-size: auto 100%;
}
.header__nav-toggle{
	display: block;
	text-align: right;
}
.header__nav-icon span{
	background: #000;
}
.header__nav-desktop-container{
	display: none;
}
@media (min-width: 1200px) {
	.header__container{
		padding: 25px 0;
	}
	.header__site-title{
		width:50%;
	}
	.header__site-title img{
		max-height: 88px;
	}
	.header__nav-container{
		width: 50%;
		padding: 12px 0 0 0;
		background: transparent url(assets/img/logo-sinaenco-pb.png) no-repeat 100% 50%;
	}
	.header__nav-toggle{
		display: none;
	}
	.header__nav-desktop-container{
		display: block;
	}
}

/*-----------------------------------------------------------------------------------*/
/* [FOOTER] */
/*-----------------------------------------------------------------------------------*/

.footer{
	background:#222;
	color: #fff;
}
.footer-bottom{
	padding: 30px 0;
	border-top: 1px solid #276648;
	text-align: center;
}
.footer-address{
	font-family: 'Frutiger Light';
	font-size: 16px;
	line-height: 1.3;
	color: #fff;
	margin: 0 0 7px 0;
}
.footer-copyright{
	font-family: 'Frutiger Light';
	font-size: 15px;
	line-height: 1.3;
	color: #909090;
}
@media (min-width: 1200px) {
	.footer-bottom{
		text-align: left;
	}
}


/*-----------------------------------------------------------------------------------*/
/* [NAV PRIMARY] */
/*-----------------------------------------------------------------------------------*/

.topbar{
	display: none;
	background: #333333;
	padding: 20px 0;
}
.topbar__logo img{
	height: 20px;
}
.nav-primary{
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1em;
}
.nav-primary li{
	margin: 0 20px 0 0;
	padding: 0;
	display: inline-block;
	position: relative;
}
.nav-primary li:last-child{
	margin: 0;
}
.nav-primary li.menu-item--active a{
	color: #e3650e;
}
.nav-primary li a{
	font-family: 'Frutiger Roman';
	font-size: 12px;
	line-height: 1;
	color: #909090;
	text-transform: uppercase;
}
@media (min-width: 1200px) {
	.nav-primary{
		display: block;
	}
	.topbar{
		display: block;
	}
}

/*-----------------------------------------------------------------------------------*/
/* [NAV TOPBAR] */
/*-----------------------------------------------------------------------------------*/


.nav-topbar{
	display: none;
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1em;
	background: #333333;
	border-bottom: 1px solid #4c4c4c;
	transition: all 150ms ease;
	height: 58px;
}
.nav-topbar__logo img {
    height: 20px;
}
.nav-topbar .menu{
	position: relative;
}
.nav-topbar li{
	margin: 0 24px 0 0;
	float: left;
}
/*.nav-topbar li.menu-item-has-children > a{
	background: transparent url(assets/img/icon-arrow-down-orange.png) no-repeat 100% 24px;
	padding-right: 19px !important;
}*/
.nav-topbar .menu > ul:after{
	content: '';
	display: block;
	clear: both;
}
.nav-topbar li.last{
	margin: 0;
	/*float: right;*/
}
.nav-topbar .menu > ul > li > a{
	display: block;
	position: relative;
	padding: 23px 0;
	font-family: 'Frutiger Roman';
	font-size: 12px;
	line-height: 1;
	color: #909090;
	text-transform: uppercase;
	/*transition: all 150ms ease;*/
}
.nav-topbar .menu li:hover > a:after,
.nav-topbar .menu li.menu-item--active > a:after,
.menu-item-has-children--active > a:after{
	display: block;
	position: absolute;
	bottom: 0;
	content: '';
	width: 100%;
	height: 5px;
	background: #e3650e;
}
.nav-topbar .menu li:hover > a,
.nav-topbar .menu li.menu-item--active > a,
.menu-item-has-children--active > a{
	color: #e3650e;
}
.nav-topbar__social{
	padding: 19px 0;
}
.nav-topbar__social a{
	display: inline-block !important;
	padding: 0 !important;
}
.nav-topbar__social:hover a:after{
	display: none !important;
}
.nav-topbar__logo:hover a:after{
	display: none !important;
}
.nav-topbar__logo a{
	padding: 19px 0 !important;
}
@media (min-width: 1200px) {
	.nav-topbar-container{
		height: 58px;
	}
	.nav-topbar{
		display: block;
	}
}




/*-----------------------------------------------------------------------------------*/
/* [DROPDOWN] */
/*-----------------------------------------------------------------------------------*/

.nav-dropdown{
	width: 100%;
	/*height: 183px;*/
	/*display: none;*/
	height: 0;
	position: absolute;
	overflow: hidden;
	left: 0;
	z-index: 99999;
	background: #333;
}
/*.nav-primary li:hover > .nav-dropdown,
.nav-secondary li:hover > .nav-dropdown{
	display: block;
}*/
.nav-secondary li.menu-item-has-children--active .nav-dropdown{
	/*display: block;*/
}

.nav-dropdown:after{
	content: '';
	display: block;
	clear: both;
}

/**/

.nav-dropdown-nav{
	width: 253px;
	height: 100%;
	padding: 25px 20px 30px 40px;
	background: #222;
	float: left;
}
.nav-dropdown-nav a{
	display: block;
	margin: 0 0 5px 0;
	font-family: 'Frutiger Bold';
	font-size: 16px;
	line-height: 1.375;
	color: #e3650e;
}
.nav-dropdown-nav a:hover{
	/*color: #9a3f00;*/
	color: #ff8937;
}
.nav-dropdown-nav a:last-child{
	margin: 0;
}

/**/

.nav-dropdown-story{
	width: 365px;
	height: 100%;
	padding: 30px 0 30px 40px;
	float: left;
}
.nav-dropdown-story--last{
	width: 482px;
}
.nav-dropdown-story--last .nav-dropdown-story__container{
	border-right: 0;
}
.nav-dropdown-story__container{
	padding: 0 30px 0 0 ;
	border-right: 1px solid #525252;
	height: 125px;
}
.nav-dropdown-story__title{
	font-family: 'Frutiger Bold';
	font-size: 16px;
	line-height: 1.375;
	color: #fff;
	margin: 0 0 5px 0;
}
.nav-dropdown-story__text{
	font-family: 'Frutiger Light';
	font-size: 16px;
	line-height: 1.375;
	color: #fff;
	margin: 0 0 9px 0;
}
.nav-dropdown-story__text strong{
	font-family: 'Frutiger Bold';
}
.nav-dropdown-story__more{
	display: block;
	font-family: 'Frutiger Black';
	font-size: 16px;
	line-height: 23px;
	color: #e3650e;
	background: transparent url(assets/img/icon-plus-o.png) no-repeat 0 0;
	padding: 0 0 0 27px;
}
.nav-dropdown-story__more:hover{
	color: #ff8937;
	background: transparent url(assets/img/icon-plus-o-hover2.png) no-repeat 0 0;
}

/**/

.nav-dropdown-quote{
	width: 482px;
	height: 100%;
	padding: 25px 0 30px 50px;
	float: left;
	/*background: transparent url(assets/img/img-hugo-marques.png) no-repeat right top;*/
	background-repeat: no-repeat;
	background-position: right top;
}
.nav-dropdown-quote__text{
	position: relative;
	width: 210px;
	font-family: 'Frutiger Light';
	font-size: 16px;
	line-height: 1.375;
	color: #fff;
	margin: 15px 0;
}
.nav-dropdown-quote__text strong{
	font-family: 'Frutiger Bold';
}
.nav-dropdown-quote__text:before{
	display: block;
	content: '\2018\2018';
	position: absolute;
	top: -15px;
	left: -20px;
	font-family: 'Frutiger Light';
	font-size: 52px;
	letter-spacing: -3px;
	color: #e3650e;
}
.nav-dropdown-quote__author{
	width: 240px;
	font-family: 'Frutiger Light';
	font-size: 16px;
	line-height: 1.375;
	color: #fff;
}
.nav-dropdown-quote__author strong{
	font-family: 'Frutiger Bold';
}

/**/

.nav-dropdown-info{
	width: 482px;
	height: 100%;
	padding: 30px 0 30px 190px;
	float: left;
	background: transparent url(assets/img/icon-scale.png) no-repeat 50px 37px;
}
.nav-dropdown-info__title{
	font-family: 'Frutiger Bold';
	font-size: 20px;
	line-height: 1.375;
	color: #fff;
}
.nav-dropdown-info__text{
	font-family: 'Frutiger Light';
	font-size: 20px;
	line-height: 1.375;
	color: #fff;
}
.nav-dropdown-info__more{
	font-family: 'Frutiger Light';
	font-size: 16px;
	line-height: 23px;
	color: #e3650e;
}

/**/

.nav-dropdown-info2{
	width: 482px;
	height: 100%;
	padding: 33px 60px 30px 120px;
	float: left;
	background: transparent url(assets/img/icon-compass.png) no-repeat 40px center;
}
.nav-dropdown-info2__text{
	font-family: 'Frutiger Light';
	font-size: 16px;
	line-height: 1.375;
	color: #fff;
	margin: 0 0 12px 0;
}
.nav-dropdown-info2__more{
	font-family: 'Frutiger Black';
	font-size: 16px;
	line-height: 23px;
	color: #e3650e;
	background: transparent url(assets/img/icon-plus-o.png) no-repeat 0 0;
	padding: 0 0 0 27px;
}


/*-----------------------------------------------------------------------------------*/
/* [NAV SECONDARY] */
/*-----------------------------------------------------------------------------------*/

.nav-secondary{
	display: none;
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1em;
}
.nav-secondary li{
	margin: 0 31px 0 0;
	float: left;
}
.nav-secondary li.menu-item-has-children > a{
	background: transparent url(assets/img/icon-arrow-down-orange.png) no-repeat 100% 7px;
	padding-right: 19px !important;
}
.nav-secondary .menu > ul:after{
	content: '';
	display: block;
	clear: both;
}
.nav-secondary li:last-child{
	margin: 0;
}
.nav-secondary .menu > ul > li > a{
	display: block;
	position: relative;
	padding: 3px 0 20px 0;
	font-family: 'Frutiger Bold';
	font-size: 20px;
	line-height: 1;
	color: #333333;
}
.nav-secondary .menu li:hover > a:after,
.nav-secondary .menu li.menu-item--active > a:after{
	display: block;
	position: absolute;
	bottom: 0;
	content: '';
	width: 100%;
	height: 5px;
	background: #ff8937;
}
@media (min-width: 1200px) {
	.nav-secondary{
		display: block;
	}
}

/*-----------------------------------------------------------------------------------*/
/* [ICONS] */
/*-----------------------------------------------------------------------------------*/

.icon-social{
	display: inline-block;
	width: 22px;
	height: 20px;
	vertical-align: middle;
}
.icon-social-twitter-green{
	background: transparent url(assets/img/icon-social-twitter-green.png) no-repeat;
}
.icon-social-linkedin-green{
	background: transparent url(assets/img/icon-social-linkedin-green.png) no-repeat;
}
.icon-social-youtube-green{
	background: transparent url(assets/img/icon-social-youtube-green.png) no-repeat;
	width: 24px;
}
.icon-social-twitter-grey{
	background: transparent url(assets/img/icon-social-twitter-grey.png) no-repeat;
}
.icon-social-linkedin-grey{
	background: transparent url(assets/img/icon-social-linkedin-grey.png) no-repeat;
}
.icon-social-youtube-grey{
	background: transparent url(assets/img/icon-social-youtube-grey.png) no-repeat;
	width: 24px;
}
.icon-social-twitter{
	background: transparent url(assets/img/icon-social-twitter.png) no-repeat;
}
.icon-social-linkedin{
	background: transparent url(assets/img/icon-social-linkedin.png) no-repeat;
}
.icon-social-facebook{
	background: transparent url(assets/img/icon-social-facebook.png) no-repeat;
}
.icon-social-google{
	background: transparent url(assets/img/icon-social-google.png) no-repeat;
}

/*-----------------------------------------------------------------------------------*/
/* NAV ICON */
/*-----------------------------------------------------------------------------------*/

.nav-icon{
	display: inline-block;
	width: 20px;
	height: 15px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: 300ms ease-in-out;
	cursor: pointer;
}
.nav-icon span{
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #333;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: 300ms ease-in-out;
}
.nav-icon span:nth-child(1) {
	top: 0px;
}
.nav-icon span:nth-child(2){
	top: 6px;
}
.nav-icon span:nth-child(3) {
	top: 12px;
}
.nav-icon--active span:nth-child(1) {
	transform: rotate(45deg);
	top: 6px;
}
.nav-icon--active span:nth-child(2) {
	transform: rotate(-45deg);
	top: 6px;
}
.nav-icon--active span:nth-child(3) {
	display: none;
}

/*-----------------------------------------------------------------------------------*/
/* CLOSE ICON */
/*-----------------------------------------------------------------------------------*/

.close-icon{
	display: inline-block;
	width: 20px;
	height: 20px;
	padding:2px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: 300ms ease-in-out;
	cursor: pointer;
}
.close-icon span{
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #000;
	border-radius: px;
	opacity: 1;
	top: 9px;
	left: 0;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: 300ms ease-in-out;
}
.close-icon span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.close-icon span:nth-child(2) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/*-----------------------------------------------------------------------------------*/
/* [NAV MOBILE] */
/*-----------------------------------------------------------------------------------*/

.nav-mobile{
	display: none;
	width: 100%;
	height: calc(100% - 63px);
	/*max-height: 0;*/
	top: 63px;
	z-index: 99999;
	overflow-y: scroll;
	position: fixed;
	background: #f3f3f3;
}
.nav-mobile,
.push-body,
.header {
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.nav-mobile--left {
	left: -100%;
}
.nav-mobile--right {
	right: -100%;
}
.nav-mobile--bottom {
	max-height: 0;
}
.nav-mobile--open{
	/*box-shadow: 0px 0 15px rgba(0, 0, 0, 0.3)*/
}
.nav-mobile--left.nav-mobile--open {
	left: 0px;
}
.nav-mobile--right.nav-mobile--open {
	right: 0px;
}
.nav-mobile--bottom.nav-mobile--open {
	max-height: 405px
}
.push-body {
	overflow-x: hidden;
	overflow-y: hidden;
	position: relative;
	left: 0;
	top:0;
}
.push-body-toright {
	left: 100%;
}
.push-body-toleft {
	left: -100%;
}
.push-body-toright .header{
	left: 100%;
}
.push-body-toleft .header{
	left: -100%;
}
@media (min-width: 1200px) {
	.nav-mobile{
		display: none !important;
	}
}

/*-----------------------------------------------------------------------------------*/
/* [PAGE HEADER] */
/*-----------------------------------------------------------------------------------*/

.page-header{
	position: relative;
	padding: 60px 0 40px 0;
}
.page-header__title{
	font-family: 'Frutiger Black';
	font-size: 35px;
	line-height: 1;
	color: #4a4a4a;
	text-align: center;
	text-transform: uppercase;
}
@media (min-width: 1200px) {
	.page-header{
		position: relative;
		padding: 75px 0 50px 0;
	}
	.page-header__title{
		font-size: 68px;
	}
}

/*-----------------------------------------------------------------------------------*/
/* [MAIN] */
/*-----------------------------------------------------------------------------------*/

.main{
	padding: 0 0 40px 0;
}
.main__title{
	font-family: 'Frutiger Light';
	text-align: center;
	margin: 0 0 20px 0;
	font-size: 22px;
	line-height: 1.33;
	color: #89051b;
}
.main__title strong{
	font-family: 'Frutiger Bold';
}
.main__text{
	font-family: 'Frutiger Light';
	color: #4a4a4a;
	font-size: 18px;
	line-height: 1.4;
	text-align: center;
	margin: 0 0 30px 0;
}
.main__text p{
	margin: 0 0 1em 0;
}
.main strong{
	font-family: 'Frutiger Bold';
}
@media (min-width: 992px) {
	.main{
		padding: 0 0 60px 0;
	}
	.main__title{
		font-size: 30px;
		margin: 0 0 20px 0;
	}
	.main__text{
		font-size: 21px;
		margin: 0 0 60px 0;
	}
	.main__text p:last-child:after{
		border-width: 0 0 12px 12px;
	}
}


/*-----------------------------------------------------------------------------------*/
/* [HIGHLIGHT] */
/*-----------------------------------------------------------------------------------*/

.highlight{
	position: relative;
	border: 1px solid #DBDBDB;
	margin: 0 0 30px 0;
	background: #fff;
}
.highlight:before{
	content: ' ';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 38px 38px;
	border-color: transparent transparent #e3650e transparent;
}
.highlight:after{
	content: ' ';
	display:block;
	clear: both;
}
.highlight__image{
	width: 50%;
	float: left;
}
.highlight__image img{
	width: 100%;
	max-width: 100%;
}
.highlight__body{
	width: 50%;
	float: right;
	padding: 45px 45px 0 45px;
}
.highlight__category{
	font-family: 'Frutiger Black';
	color: #4a4a4a;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 2;
}
.highlight__title{
	font-family: 'Frutiger Light';
	color: #89051b;
	font-size: 30px;
	line-height: 1.3;
	margin: 0 0 20px 0;
}
.highlight__text{
	font-family: 'Frutiger Light';
	color: #4a4a4a;
	font-size: 21px;
	line-height: 1.4;
	margin: 0 0 30px 0;
}
.highlight__more{
	display: inline-block;
	font-family: 'Frutiger Black';
	font-size: 16px;
	line-height: 23px;
	color: #e3650e;
	background: transparent url(assets/img/icon-plus-o.png) no-repeat 0 0;
	padding: 0 0 0 27px;
}
.highlight__author{
	font-family: 'Frutiger Light';
	font-size: 18px;
	line-height: 1.4;
	margin: 0 0 30px 0;
}
.highlight__author strong{
	font-family: 'Frutiger Black';
	color: #4a4a4a;
	font-size: 21px;
}
.highlight--quote{
	margin: 0 0 40px 0;
}
.highlight--quote .highlight__body{
	padding: 45px 30px 0 70px;
}
.highlight--quote .highlight__title{
	position: relative;
}
.highlight--quote .highlight__title:before{
	display: block;
	content: '\2018\2018';
	position: absolute;
	top: -35px;
	left: -55px;
	font-family: 'Frutiger Light';
	font-size: 120px;
	letter-spacing: -6px;
	color: #e3650e;
}

/**/

.badge-date{
	position: absolute;
	top: 0;
	left: 0;
}
.badge-date:before{
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 195px 160px 0 0;
	border-color: rgba(227, 101, 14, 0.6) transparent transparent transparent;
	z-index: 1;
}
.badge-date__date{
	position: absolute;
	top: 25px;
	    left: 25px;
	z-index: 2;
	font-family: 'Frutiger Light';
	color: #fff;
	font-size: 36px;
}
.badge-date__month{
	position: absolute;
	top: 57px;
	left: 24px;
	z-index: 2;
	font-family: 'Frutiger Black';
	color: #fff;
	font-size: 21px;
}

/**/
.highlight--swiper{
	margin: 0 0 20px 0;
}
.highlight--swiper .highlight__image{
	width: 67%;
}
.highlight--swiper .highlight__body{
	width: 33%;
	padding: 45px 35px 0 40px;
}

/**/

.highlight-pagination{
	margin: 0 0 45px 0;
}
.highlight-pagination:after{
	content: '';
	display: block;
	clear: both;
}
.highlight-pagination__item{
	font-family: 'Frutiger Roman';
	width: 33.3%;
	float: left;
	padding: 30px 30px;
	text-align: center;
	font-size: 18px;
	line-height: 1.2;
	color: #4a4a4a;
	cursor: pointer;
}
.highlight-pagination__item--active{
	font-family: 'Frutiger Bold';
	color: #e3650e;
	background: transparent url(assets/img/swiper-pagination-active.png) no-repeat 50% 0;
}

/*-----------------------------------------------------------------------------------*/
/* [STORIES] */
/*-----------------------------------------------------------------------------------*/

.story__category{
	font-family: 'Frutiger Black';
	color: #4a4a4a;
	text-transform: uppercase;
}
.story__title{
	font-family: 'Frutiger Light';
	color: #89051b;
}
.story__text{
	font-family: 'Frutiger Light';
	color: #4a4a4a;
}
.story__image{
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.story__image img{
	width: 100%;
	height: auto;
}
.story__more{
	display: inline-block;
	font-family: 'Frutiger Black';
	font-size: 16px;
	line-height: 23px;
	color: #e3650e;
	background: transparent url(assets/img/icon-plus-o.png) no-repeat 0 0;
	padding: 0 0 0 27px;
}

/**/

.story--style1 .story__category{
	font-size: 15px;
	line-height: 2;
}
.story--style1 .story__title{
	font-size: 30px;
	line-height: 1.3;
	margin: 0 0 30px 0;
}
.story--style1 .story__text{
	font-size: 21px;
	line-height: 1.4;
}

/**/

.story--style2 .story__category{
	font-size: 15px;
	line-height: 2;
	text-align: center;
}
.story--style2 .story__text{
	font-size: 21px;
	line-height: 1.4;
	text-align: center;
	margin: 0 0 20px 0;
}
.story--style2 .story__image{
	margin: 0 0 20px 0;
}

/**/
.story--style3{
	margin: 0 0 30px 0;
}
.story--style3 .story__image{
	width: 245px;
	float: left;
	margin: 0 20px 0 0;
}
.story--style3 .story__title{
	font-size: 21px;
	line-height: 1.4;
	color: #4a4a4a;
}
.story--style3:after{
	content: '';
	display: block;
	clear: both;
}

/**/

.story--style4{
	margin: 0 0 25px 0;
}
.story--style4 .story__title{
	font-size: 25px;
	line-height: 1.3;
}
.story--style4 .story__category{
	margin: 0 0 5px 0;
}

/**/


.story--style5 .story__category{
	font-size: 15px;
	line-height: 2;
}
.story--style5 .story__text{
	font-size: 21px;
	line-height: 1.4;
	margin: 0 0 33px 0;
}
.story--style5 .story__image{
	margin: 0 0 17px 0;
}

/**/
.story--style6{
	text-align: center;
	margin: 0 0 25px 0;
}
.story--style6 .story__category{
	font-size: 14px;
	margin: 0 0 5px 0;
}
.story--style6 .story__title{
	font-size: 21px;
	line-height: 1.4;
	color: #4a4a4a;
}
@media (min-width: 992px) {
	.story--style6{
		margin: 0;
	}
	.story--style6 .story__category{
		font-size: 15px;
	}
}

/**/

.story--style7 .story__title{
	font-family: 'Frutiger Black';
	color: #4a4a4a;
	font-size: 21px;
	line-height: 1.3;
	text-align: center;
}
.story--style7 .story__text{
	font-family: 'Frutiger Light';
	font-size: 18px;
	line-height: 1.4;
	text-align: center;
	margin: 0 0 45px 0;
}
.story--style7 .story__image{
	margin: 0 0 20px 0;
}

/*-----------------------------------------------------------------------------------*/
/* [COLLECTIONS] */
/*-----------------------------------------------------------------------------------*/

.collection__more{
	display: inline-block;
	font-family: 'Frutiger Black';
	font-size: 16px;
	line-height: 23px;
	color: #ff8937;
	background: transparent url(assets/img/icon-plus-o.png) no-repeat 0 0;
	padding: 0 0 0 27px;
}

.collection--style1{
	padding: 0 0 20px 0;
}

/**/

.collection--style2{
	padding: 0 0 30px 0;
}
.collection--style2 .collection-footer{
	text-align: center;
	padding-top: 30px;
}

/**/

.collection--style3{
	padding: 20px 0 55px 0;
	border-top: 1px solid #DBDBDB;
}
.collection--style3 .collection__title{
	font-family: 'Frutiger Black';
	color: #4a4a4a;
	text-transform: uppercase;
	margin: 0 0 40px 0;
}

/**/

.collection--style4{
	padding: 50px 0 0 0;
	border-top: 1px solid #DBDBDB;
}
.collection--style4 .collection__footer{
	text-align: center;
	padding: 45px 0 0 0;
}

/**/

.collection--style5{
	padding: 20px 0 55px 0;
}
.collection--style5 .collection__title{
	font-family: 'Frutiger Black';
	color: #4a4a4a;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

/**/

.collection--style6 .collection__title{
	font-family: 'Frutiger Black';
	color: #4a4a4a;
	text-transform: uppercase;
	margin: 0 0 12px 0;
}

/**/
.collection--style7{
	margin: 0 0 40px 0;
/*	margin: 40px 0 40px 0;
	padding: 40px 0 0 0;
	border-top: 1px solid #c0c0c0;*/
}
.collection--style7 .collection__title{
	font-family: 'Frutiger Black';
	font-size: 32px;
	color: #4a4a4a;
	margin: 0 0 30px 0;
	text-align: center;
}
.collection--style7 .collection__footer{
	text-align: center;
	padding: 0 0 0 0;
}
@media (min-width: 1200px) {
	.collection--style7{
		margin: 0 0 50px 0;
		/*margin: 80px 0 50px 0;
		padding: 80px 0 0 0;*/
	}
	.collection--style7 .collection__title{
		font-size: 60px;
		margin: 0 0 50px 0;
	}
	.collection--style7 .collection__footer{
		padding: 45px 0 0 0;
	}
}

/*-----------------------------------------------------------------------------------*/
/* [CONTENT] */
/*-----------------------------------------------------------------------------------*/

.content{
	padding: 0 40px 0 0;
}
.content__image img{
	width: 100%;
	max-width: 100%;
}
.content__category{
	font-family: 'Frutiger Black';
	color: #4a4a4a;
	text-transform: uppercase;
	font-size: 15px;
	margin: 0 0 10px 50px;
}
.content__category a{
	font-family: 'Frutiger Black';
	color: #4a4a4a;
	text-transform: uppercase;
	font-size: 15px;
}
.content__title{
	font-family: 'Frutiger Light';
	color: #205740;
	font-size: 42px;
	line-height: 1.2;
	margin: 0 40px 10px 50px;
}
.content__text{
	font-family: 'Frutiger Light';
	color: #4a4a4a;
	font-size: 21px;
	line-height: 1.4;
	margin: 0 40px 5px 50px;
}
.content__text p{
	margin: 0 0 35px 0;
}
.content__text p:last-child:after{
	content: ' ';
	display: inline-block;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 12px 12px;
	border-color: transparent transparent #e3650e transparent;
	margin: 0 0 0 2px;
}
.content__excerpt{
	font-family: 'Frutiger Light';
	color: #4a4a4a;
	font-size: 28px;
	line-height: 1.3;
	font-style: italic;
	margin: 0 40px 20px 50px;
}
.content__meta{
	margin: 0 0 40px 50px;
}
.content__date{
	font-family: 'Frutiger Black';
	color: #4a4a4a;
	font-size: 16px;
}
.content__author{
	font-family: 'Frutiger Roman';
	color: #4a4a4a;
	font-size: 16px;
}
.content__image{
	margin: 0 0 50px 0;
}
.content-header__social{
	float: right;
}
.content-footer__social{
	margin: 0 0 60px 50px;
	font-family: 'Frutiger Black';
	color: #929292;
	font-size: 15px;
}

/*-----------------------------------------------------------------------------------*/
/* [CONTENT] */
/*-----------------------------------------------------------------------------------*/

.content-center{
	padding: 0  0 0;
}
.content-center__image{
	position: relative;
}
.content-center__image img{
	width: 100%;
	max-width: 100%;
}
.content-center__image:before{
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 275px 225px 0 0;
	border-color: rgba(227, 101, 14, 0.6) transparent transparent transparent;
	z-index: 1;
}
.content-center__category{
	font-family: 'Frutiger Black';
	color: #4a4a4a;
	text-transform: uppercase;
	font-size: 15px;
	margin: 0 0 10px 0;
}
.content-center__title{
	font-family: 'Frutiger Light';
	color: #205740;
	font-size: 42px;
	line-height: 1.2;
	margin: 0 40px 10px 50px;
}
.content-center__text{
	font-family: 'Frutiger Light';
	color: #4a4a4a;
	font-size: 21px;
	line-height: 1.4;
	margin: 0 40px 5px 50px;
}
.content-center__text p:last-child:after{
	content: ' ';
	display: inline-block;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 12px 12px;
	border-color: transparent transparent #e3650e transparent;
	margin: 0 0 0 2px;
}
.content-center__text p{
	margin: 0 0 35px 0;
}
.content-center__text p:last-child:after{
	content-center: ' ';
	display: inline-block;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 12px 12px;
	border-color: transparent transparent #e3650e transparent;
	margin: 0 0 0 2px;
}
.content-center__excerpt{
	font-family: 'Frutiger Light';
	color: #4a4a4a;
	font-size: 28px;
	line-height: 1.3;
	font-style: italic;
	margin: 0 40px 40px 50px;
}
.content-center__image{
	margin: 0 0 50px 0;
}
.content-center__header{
	text-align: center;
}

/*-----------------------------------------------------------------------------------*/
/* [COMMENTS] */
/*-----------------------------------------------------------------------------------*/

.comments{
	height: 300px;
	background: #ccc;
}

/*-----------------------------------------------------------------------------------*/
/* [NAV-CATEGORIES] */
/*-----------------------------------------------------------------------------------*/

.nav-categories{
	margin: 0 0 45px 0;
}
.nav-categories ul{
	display: table;
	width: 100%;
}
.nav-categories li{
	display: table-cell;
}
.nav-categories a{
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Frutiger Black';
	color: #929292;
	font-size: 15px;
	padding: 0 0 25px 0;
}
.nav-categories li.current-cat a{
	color: #4a4a4a;
	background: transparent url(assets/img/icon-arrow-down-darkgrey.png) no-repeat 50% 100%;
}

/*-----------------------------------------------------------------------------------*/
/* [SIDEBAR] */
/*-----------------------------------------------------------------------------------*/

.widget{
	margin: 0 0 60px 0;
}
.widget--stories{
	padding: 30px 0 0 0;
	border-top: 1px solid #DBDBDB;
}
.widget--stories2{
	padding: 30px 0;
	border-top: 1px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB;
}
.widget__title--style1{
	font-family: 'Frutiger Black';
	color: #205740;
	font-size: 26px;
	line-height: 1.35;
	margin: 0 0 30px 0;
}
.widget__title--style2{
	font-family: 'Frutiger Black';
	color: #4a4a4a;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 1.3;
	margin: 0 0 30px 0;
}
.widget-story{
	margin: 0 0 30px 0;
}
.widget-story:last-child{
	margin: 0;
}
.widget-story__category{
	font-family: 'Frutiger Black';
	color: #4a4a4a;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 1.3;
	margin: 0 0 5px 0;
}
.widget-story__title{
	font-size: 21px;
	line-height: 1.4;
	font-family: 'Frutiger Light';
	color: #4a4a4a;
}
.widget-more{
	font-family: 'Frutiger Black';
	font-size: 16px;
	line-height: 23px;
	color: #e3650e;
	background: transparent url(assets/img/icon-plus-o.png) no-repeat 0 0;
	padding: 0 0 0 27px;
}	
.widget-story__image{
	margin: 0 0 20px 0;
}
.widget-story__image img{
	max-width: 100%;
}

/*-----------------------------------------------------------------------------------*/
/* [BOX] */
/*-----------------------------------------------------------------------------------*/

.box1{
	background: #EBEBEB;
	padding: 45px 25px;
	text-align: center;
}
.box1__title{
	font-family: 'Frutiger Light';
	color: #205740;
	font-size: 29px;
	line-height: 1.3;
	margin: 0 0 20px 0;
}
.box1__subtitle{
	font-family: 'Frutiger Black';
	color: #4a4a4a;
	font-size: 21px;
	line-height: 1.3;
	margin: 0 0 5px 0;	
}
.box1__text{
	font-family: 'Frutiger Light';
	color: #4a4a4a;
	font-size: 19px;
	line-height: 1.3;
	margin: 0 0 5px 0;
}
.box1__more{
	font-family: 'Frutiger Roman';
	color: #e3650e;
	font-size: 21px;
	line-height: 1.3;
	margin: 0 0 5px 0;
}

/**/

.box1--small{
	padding: 35px 25px;
}
.box1--small .box1__title{
	font-family: 'Frutiger Light';
	color: #205740;
	font-size: 26px;
	line-height: 1.3;
	margin: 0 0 20px 0;
}

.box1--small .box1__subtitle{
	font-family: 'Frutiger Black';
	color: #4a4a4a;
	font-size: 18px;
	line-height: 1.3;
	margin: 0 0 5px 0;	
}

.box1--small .box1__text{
	font-family: 'Frutiger Light';
	color: #4a4a4a;
	font-size: 16px;
	line-height: 1.3;
	margin: 0 0 5px 0;
}

.box1--small .box1__more{
	font-family: 'Frutiger Roman';
	color: #e3650e;
	font-size: 16px;
	line-height: 1.3;
	margin: 0 0 5px 0;
}

/**/

.box2-group{
	margin: 0 0 40px 0;
}

.box2-group:after{
	content: '';
	display: block;
	clear: both;
}
.box2{
	display: block;
	padding: 40px 20px;
	background: #7b7b7b;
	text-align: center;
	border-bottom: 1px solid transparent;
}
.box2:last-child{
	border: 0;
	padding:40px 20px 40px 20px;
}
.box2__icon{
	height: 60px;
	margin: 0 0 20px 0;
}
.box2__title{
	font-family: 'Frutiger Black';
	color: #fff;
	font-size: 18px;
	line-height: 1.3;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}
.box2__text{
	font-family: 'Frutiger Light';
	color: #fff;
	font-size: 16px;
	line-height: 1.44;
}
@media (min-width: 1200px) {
	.box2-group{
		margin: 0 0 75px 0;
	}
	.box2{
		width: 33.33%;
		float: left;
		border-right: 1px solid transparent;
		border-bottom: 0;
		padding: 45px 20px;
	}
	.box2:last-child{
		padding: 45px 20px;
	}
	.box2__icon{
		height: 90px;
	}
	.box2__title{
		font-size: 22px;
	}
	.box2__text{
		font-size: 18px;
	}
}

/**/

.box3-group{
	
}
.box3-group:after{
	content: '';
	display: block;
	clear: both;
}
.box3{
	width: 50%;
	padding: 45px 20px;
	background: #389559;
	float: left;
	border-right: 1px solid #0f6d45;
}
.box3:last-child{
	border: 0;
}
.box3__icon{
	float: left;
	height: 90px;
	margin: 0 25px 0 25px;
}
.box3__icon img{
	max-height: 100%;
}
.box3__title{
	font-family: 'Frutiger Black';
	color: #fff;
	font-size: 22px;
	line-height: 1.3;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}
.box3__text{
	font-family: 'Frutiger Light';
	color: #adfec2;
	font-size: 18px;
	line-height: 1.44;
}

/**/

.box4-group{
	border-top: 1px solid #DBDBDB;
	border-left: 1px solid #DBDBDB;
}
.box4-group:after{
	content: '';
	display: block;
	clear: both;
}
.box4{
	width: 50%;
	padding: 70px 60px 80px 60px;
	background: #fff;
	float: left;
	text-align: center;
	border-right: 1px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB;
	transition: all 100ms ease;
}
.box4--hover:hover{
	background: #389559;
	/*cursor: pointer;*/
}
.box4__icon{
	position: relative;
	height: 110px;
	margin: 0 0 30px 0;
}
.box4__title{
	font-family: 'Frutiger Light';
	color: #205740;
	font-size: 30px;
	line-height: 1.3;
	margin: 0 0 10px 0;
	transition: all 100ms ease;
}
.box4--hover:hover .box4__title{
	color: #fff;
}
.box4__text{
	font-family: 'Frutiger Light';
	color: #4a4a4a;
	font-size: 18px;
	line-height: 1.44;
	transition: all 100ms ease;
}
.box4--hover:hover .box4__text{
	color: #adfec2;
}
.box4__icon-a,
.box4__icon-b{
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	transition: all 100ms ease;
}
.box4__icon-a{
	opacity: 1;
}
.box4__icon-b{
	opacity: 0;
}
.box4--hover:hover .box4__icon-a{
	opacity: 0;
}
.box4--hover:hover .box4__icon-b{
	opacity: 1;
}


/**/

.box5-group{
	border-top: 1px solid #DBDBDB;
	border-left: 1px solid #DBDBDB;
	margin: 15px 0 0 0;
}
.box5-group:after{
	content: '';
	display: block;
	clear: both;
}
.box5{
	padding: 20px 20px 30px 20px;
	text-align: center;
	border-right: 1px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB;
	transition: all 100ms ease;
}
.box5--hover:hover{
	background: #389559;
	/*cursor: pointer;*/
}
.box5__icon{
	position: relative;
	height: 110px;
	margin: 0 0 20px 0;
}
.box5__title{
	font-family: 'Frutiger Light';
	color: #205740;
	font-size: 22px;
	line-height: 1.3;
	margin: 0 0 10px 0;
	transition: all 100ms ease;
}
.box5__text{
	font-family: 'Frutiger Light';
	color: #4a4a4a;
	font-size: 16px;
	line-height: 1.44;
	transition: all 100ms ease;
}
@media (min-width: 1200px) {
	.box5{
		width: 25%;
		float: left;
		padding: 40px 35px;
	}
	.box5__icon{
		margin: 0 0 10px 0;
	}
	.box5__title{
		font-size: 30px;
	}
	.box5__text{
		font-size: 18px;
		margin: 0 auto;
	}
}


/*-----------------------------------------------------------------------------------*/
/* [LISTFULL] */
/*-----------------------------------------------------------------------------------*/

.listfull-count{
	font-family: 'Frutiger Light';
	text-align: center;
	margin: 0 0 30px 0;
	font-size: 22px;
	color: #205740;
}
.listfull-count strong{
	font-family: 'Frutiger Bold';
	color: #ff8937;
}
.listfull{
	border-top: 1px solid #DBDBDB;
}
.listfull__loading{
	opacity: 0.2;
}
.listfull-item{
	border-bottom: 1px solid #DBDBDB;
	border-right: 1px solid #DBDBDB;
	border-left: 1px solid #DBDBDB;
	padding:35px 20px;
	text-align: center;
}
.listfull-item__content{
	height: 0;
	overflow-y:hidden;
}
.listfull-item__table-container{
	position:relative;
	margin: 0 -20px;
}
.listfull-item__text-container{
	overflow:hidden;
	position:relative;
	height: 0;
}
.listfull-item--active .listfull-item__table-container{
	display: block;
}
.listfull-item--active .listfull-item__more{
	background: transparent url(assets/img/icon-up-o.png) no-repeat 0 0;
}
.listfull--text-left .listfull-item{
	text-align: left;
	padding:35px 20px;
}
.listfull-item__category{
	font-family: 'Frutiger Black';
	color: #4a4a4a;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 1.3;
	margin: 0 0 10px 0;
}
.listfull-item__title{
	display: block;
	font-family: 'Frutiger Light';
	color: #89051b;
	font-size: 22px;
	line-height: 1.3;
	margin: 0 0 15px 0;
}
.listfull-item__text{
	font-family: 'Frutiger Light';
	color: #4a4a4a;
	font-size: 18px;
	line-height: 1.3;
}
.listfull-item__table-container{
	display: none;
	margin: 0 -140px;
	overflow:hidden;
	position:relative;
}
.listfull-item__table{
	padding: 25px 0;
}
.listfull-item__table table{
	width: 100%;
	table-layout: fixed;
	border-spacing: 0;
}
.listfull-item__table table th{
	background: #5FA164;
	font-family: 'Frutiger Black';
	font-size: 16px;
	color: #fff;
	padding: 19px 0 16px 0;
}
.listfull-item__table table td{
	padding: 10px;
	font-family: 'Frutiger Light';
	font-size: 16px;
	color: #4a4a4a;
	padding: 19px 0 16px 0;
}
.listfull-item__table table strong{
	font-family: 'Frutiger Black';
	color: #205740;
	text-align: right;
}
.listfull-item__table tr:nth-child(odd) {
   background-color: #EBEBEB;
}
.listfull-item__author{
	font-family: 'Frutiger Light';
	color: #4a4a4a;
	font-size: 13px;
	line-height: 1.3;
}
.listfull-item__author strong{
	font-family: 'Frutiger Black';
	text-transform: uppercase;
}
.listfull-item__more{
	display: inline-block;
	font-family: 'Frutiger Black';
	font-size: 16px;
	line-height: 23px;
	color: #ff8937;
	background: transparent url(assets/img/icon-up-o.png) no-repeat 0 0;
	padding: 0 0 0 27px;
	margin: 25px 0 0 0;
}
.listfull-item__more-link{
	display: inline-block;
	font-family: 'Frutiger Black';
	font-size: 16px;
	line-height: 23px;
	color: #ff8937;
	background: transparent url(assets/img/icon-plus-o.png) no-repeat 0 0;
	padding: 0 0 0 27px;
	margin: 25px 0 0 0;
}
.listfull-item__meta{
	font-family: 'Frutiger Light';
	color: #939393;
	font-size: 16px;
	line-height: 1.3;
}
@media (min-width: 1200px) {
	.listfull-count{
		font-size: 30px;
	}
	.listfull-item{
		padding:45px 140px;
	}
	.listfull--text-left .listfull-item{
		padding: 45px 100px 45px 50px;
	}
	.listfull-item__title{
		font-size: 30px;
	}
	.listfull-item__text{
		font-size: 21px;
	}
	.listfull-item__author{
		font-size: 15px;
	}
}

/*-----------------------------------------------------------------------------------*/
/* [CTA] */
/*-----------------------------------------------------------------------------------*/

.cta{
	padding: 60px 0;
	background: #EBEBEB;
	font-family: 'Frutiger Light';
	color: #4a4a4a;
	font-size: 30px;
	line-height: 1.3;
	text-align: center;
}
.cta a{
	font-family: 'Frutiger Roman';
	color: #e3650e;
}

/**/

.cta-newsletter{
	border-top:1px solid #DBDBDB;
	padding: 60px 0;
	margin: 0 0 20px 0;
}
.cta-newsletter:after{
	clear: '';
	display: block;
	clear: both;
}
.cta-newsletter__body{
	width: 370px;
	float: left;
}
.cta-newsletter__title{
	font-family: 'Frutiger Light';
	color: #4a4a4a;
	font-size: 26px;
	line-height: 1.05;
}
.cta-newsletter__title strong{
	display: block;
	font-family: 'Frutiger Black';
	font-size: 28px;
}
.cta-newsletter__form{
	width: 730px;
	float: left;
}
.cta-newsletter__input{
	width: 620px;
	height: 50px;
	float: left;
	border: 1px solid #BCBCBC;
	border-right: 0;
	font-family: 'Frutiger Light';
	font-size: 21px;
	color: #4a4a4a;
	padding: 0 0 0 10px;
}
.cta-newsletter__input::-webkit-input-placeholder {
   color: #808080;
   font-style: italic;
}
.cta-newsletter__input:-moz-placeholder { /* Firefox 18- */
   color: #808080;  
   font-style: italic;
}
.cta-newsletter__input::-moz-placeholder {  /* Firefox 19+ */
   color: #808080;  
   font-style: italic;
}
.cta-newsletter__input:-ms-input-placeholder {  
   color: #808080;  
   font-style: italic;
}
.cta-newsletter__submit{
	width: 110px;
	height: 50px;
	float: left;
	border: 0;
	background: #e3650e;
	font-family: 'Frutiger Black';
	font-size: 18px;
	color: #fff;
}

/*-----------------------------------------------------------------------------------*/
/* [SWIPER SLIDES] */
/*-----------------------------------------------------------------------------------*/

.slides{
	border: 1px solid #DBDBDB;
	margin: 0 0 40px 0;
}
.slides__title{
	font-family: 'Frutiger Black';
	font-size: 40px;
	color: #205740;
	margin: 40px 0 25px 0;
	text-align: center;
}
.slide{
	padding: 0 90px 45px 90px;
	text-align: center;
}
.slide__category{
	font-family: 'Frutiger Black';
	color: #4a4a4a;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 2;
}
.slide__text{
	font-family: 'Frutiger Light';
	font-size: 21px;
	line-height: 1.4;
	color: #4a4a4a;
	margin: 0 0 20px 0;
}
.slide__more{
	display: inline-block;
	font-family: 'Frutiger Black';
	font-size: 16px;
	line-height: 23px;
	color: #e3650e;
	background: transparent url(assets/img/icon-plus-o.png) no-repeat 0 0;
	padding: 0 0 0 27px;
}
.swiper-button-prev{
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23e3650e'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next{
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23e3650e'%2F%3E%3C%2Fsvg%3E");
}
.swiper-container-horizontal>.swiper-pagination-bullets{
	bottom: -2px;
}
.swiper-pagination-bullet{
	width: 60px;
	height: 7px;
	border-radius: 0;
	margin: 0 2px;
}
.swiper-pagination-bullet-active{
	background: #e3650e;
}







.regionais__title{
	font-family: 'Frutiger Black';
	font-size: 60px;
	color: #205740;
	margin: 30px 0 50px 0;
	text-align: center;
}
.regional{
	display: block;
	margin: 0 0 40px 0;
	text-align: center;
}
.regional__image{
	margin: 0 0 15px 0;
}
.regional__title{
	font-family: 'Frutiger Light';
	font-size: 16px;
	color: #4a4a4a;
}

/*-----------------------------------------------------------------------------------*/
/* [CARD] */
/*-----------------------------------------------------------------------------------*/

.card{
	position: relative;
	padding: 40px;
	border: 1px solid #DBDBDB;
	margin: 0 0 40px 0;
}
.card:before{
	content: ' ';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 38px 38px;
	border-color: transparent transparent #e3650e transparent;
}
.card__category{
	font-family: 'Frutiger Black';
	color: #4a4a4a;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 1.3;
	margin: 0 0 5px 0;
}
.card__image{
	margin: -40px -40px 40px -40px;
}
.card__image img{
	max-width: 100%;
}
.card__title{
	font-family: 'Frutiger Light';
	margin: 0 0 15px 0;
	font-size: 30px;
	line-height: 1.33;
	color: #205740;
}
.card__text{
	font-family: 'Frutiger Light';
	color: #4a4a4a;
	font-size: 21px;
	line-height: 1.4;
}
.card__download{
	display: block;
	padding: 35px 0 0 0;
}
.card__download:after{
	content: '';
	display: block;
	clear: both;
}
.card__footer{
	padding: 35px 0 0 0;
}
.card__more{
	display: inline-block;
	font-family: 'Frutiger Black';
	font-size: 16px;
	line-height: 23px;
	color: #e3650e;
	background: transparent url(assets/img/icon-plus-o.png) no-repeat 0 0;
	padding: 0 0 0 27px;
	margin: 0 30px 0 0;
}
.card__more:last-child{
	margin-right: 0;
}

/*-----------------------------------------------------------------------------------*/
/* [CARD FULL] */
/*-----------------------------------------------------------------------------------*/

.card-full-container{
	border-top: 1px solid #DBDBDB;
	border-left: 1px solid #DBDBDB;
}
.card-full-container:after{
	content: ' ';
	display: block;
	clear: both;
}
.card-full{
	position: relative;
	padding: 40px;
	border-right: 1px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB;
	width: 100%;
	float: left;
}
.card-full__category{
	font-family: 'Frutiger Black';
	color: #4a4a4a;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1.3;
	margin: 0 0 5px 0;
}
.card-full__image{
	margin: -40px -40px 40px -40px;
}
.card-full__image img{
	max-width: 100%;
}
.card-full__title{
	font-family: 'Frutiger Light';
	margin: 0 0 15px 0;
	font-size: 22px;
	line-height: 1.33;
	color: #205740;
}
.card-full--download-left .card-full__title{
	margin: 0 0 15px 0;
	text-align: center;
}
.card-full__text{
	font-family: 'Frutiger Light';
	color: #4a4a4a;
	font-size: 18px;
	line-height: 1.4;
}
.card-full__meta{
	font-family: 'Frutiger Light';
	color: #939393;
	font-size: 14px;
	margin: -10px 0 0 ;
}
.card-full__download{
	display: block;
	padding: 35px 0 0 0;
}
.card-full__download:after{
	content: '';
	display: block;
	clear: both;
}
.card-full__footer{
	padding: 35px 0 0 0;
}
.card-full__more{
	display: inline-block;
	font-family: 'Frutiger Black';
	font-size: 16px;
	line-height: 23px;
	color: #e3650e;
	background: transparent url(assets/img/icon-plus-o.png) no-repeat 0 0;
	padding: 0 0 0 27px;
	margin: 0 30px 0 0;
}
.card-full__more:last-child{
	margin-right: 0;
}
@media (min-width: 1200px) {
	.card-full--50{
		width: 50%;
	}
	.card-full{
		padding: 40px;
	}
	.card-full__category{
		font-size: 15px;
	}
	.card-full__title{
		font-size: 30px;
	}
	.card-full--download-left .card-full__title{
		margin: 0 0 0 58px;
		text-align: left;
	}
	.card-full__text{
		font-size: 21px;
	}
	.card-full__meta{
		font-size: 16px;
	}
	.card-full__download{
		padding: 35px 0 0 0;
	}
}


/*-----------------------------------------------------------------------------------*/
/* [BOX DOWNLOAD] */
/*-----------------------------------------------------------------------------------*/

.box-download-container{
	border-top: 1px solid #4a4a4a;
	border-left: 1px solid #DBDBDB;
}
.box-download-container:after{
	content: ' ';
	display: block;
	clear: both;
}
.box-download{
	position: relative;
	padding: 20px;
	border-right: 1px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB;
	text-align: center;
}
.box-download__title{
	font-family: 'Frutiger Light';
	font-size: 22px;
	line-height: 1.33;
	color: #89051b;
}
.box-download__icon{
	/*margin: 0 0 15px 0;*/
}
.box-download__icon svg{
	width: 43px;
	vertical-align: middle;
}
.box-download__icon .icon{
	fill: #ff8937;
}
.box-download__info{
	font-family: 'Frutiger Roman';
	color: #4a4a4a;
	font-size: 16px;
	line-height: 1.4;
}
.box-download__info strong{
	font-family: 'Frutiger Black';
}
.box-download-footer{
	padding: 60px 0 0 0;
	text-align: center;
}
.box-download-footer__more{
	display: inline-block;
	font-family: 'Frutiger Black';
	font-size: 16px;
	line-height: 23px;
	color: #e3650e;
	background: transparent url(assets/img/icon-plus-o.png) no-repeat 0 0;
	padding: 0 0 0 27px;
}
/**/
.box-download-container table{
	/*table-layout: fixed;*/
	border-spacing: 0;
	text-align: left;
	width: 100%;
	border-bottom: 1px solid #DBDBDB;
	text-align: center;
}
.box-download-container table th{
	background: #b7b7b7;
	font-family: 'Frutiger Black';
	font-size: 16px;
	color: #fff;
	padding: 19px 10px 16px 10px;
}
.box-download-container table td{
	padding: 10px;
	font-family: 'Frutiger Light';
	font-size: 16px;
	line-height: 1.3;
	color: #4a4a4a;
	padding: 19px 10px 16px 10px;
	border-right: 1px solid #DBDBDB;
}
.box-download-container a{
	cursor: pointer;
}
/*.box-download-container table strong,
.box-download-container table tr td:first-child{
	font-family: 'Frutiger Black';
	color: #205740;
}*/
.box-download-container tr:nth-child(odd) {
	background-color: #EBEBEB;
}
/**/
@media (min-width: 1200px) {
	.box-download{
		/*width: 50%;
		float: left;*/
		padding: 40px;
		text-align: left;
	}
	.box-download__icon{
		float: left;
		/*margin: 0 20px 0 0;*/
	}
	.box-download__title{
		font-size: 30px;
		margin: 0 0 0 58px;
	}
	.box-download__info{
		margin: 0 0 0 58px;
	}
}


/*-----------------------------------------------------------------------------------*/
/* [BOX DOWNLOAD NAV] */
/*-----------------------------------------------------------------------------------*/

.box-download-header{
	padding: 30px 0 30px 0;
	text-align: center;
}
.box-download-header__current{
	display: inline-block;
	font-family: 'Frutiger Black';
	color: #4a4a4a;
	font-size: 32px;
}
@media (min-width: 1200px) {
	.box-download-header__current{
		font-size: 40px;
	}
}


/*-----------------------------------------------------------------------------------*/
/* [DOWNLOAD] */
/*-----------------------------------------------------------------------------------*/

.download__title{
	font-family: 'Frutiger Light';
	color: #205740;
	font-size: 21px;
	line-height: 1.4;
	margin: 0 0 0 58px;
}
.download__info{
	font-family: 'Frutiger Roman';
	color: #4a4a4a;
	font-size: 16px;
	line-height: 1.4;
	margin: 0 0 0 58px;
}
.download__info strong{
	font-family: 'Frutiger Black';
}
.card-full--download-left .download__info{
	margin: 0;
	text-align: center;
}
.card-full--download-left .download__icon{
	float: none;
	margin: 0 0 15px 0;
	text-align: center;
}
.download__icon{
	float: left;
	margin: 0 15px 0 0;
}
@media (min-width: 1200px) {
	.download__title{
		font-size: 21px;
	}
	.download__info{
		font-size: 16px;
	}
	.card-full--download-left .download__info{
		margin: 0 0 0 58px;
		text-align: left;
	}
	.card-full--download-left .download__icon{
		float: left;
		margin: 0 0 0 0;
		text-align: left;
	}
}

/*-----------------------------------------------------------------------------------*/
/* [NAV CALENDAR] */
/*-----------------------------------------------------------------------------------*/

.navbox{
	display: none;
}

.navbox-filter{
	margin: 0 0 20px 0;
}
.navbox-filter ul{
	display: table;
	/*width: 100%;*/
	margin: 0 auto;
}
.navbox-filter li{
	display: block;
}
.navbox-filter a{
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Frutiger Black';
	color: #929292;
	font-size: 15px;
	padding: 0 0 15px 0;
	margin: 0 0 20px 0;
}
.navbox-filter li:last-child a{
	margin: 0;
}
.navbox-filter li.current-cat a{
	color: #4a4a4a;
	background: transparent url(assets/img/icon-arrow-down-darkgrey.png) no-repeat 50% 100%;
}
@media (min-width: 1200px) {
	.navbox-filter li{
		display: table-cell;
	}
	.navbox-filter a{
		padding: 0 15px 25px 0;
		margin: 0;
	}
}

/*-----------------------------------------------------------------------------------*/
/* [CALENDAR] */
/*-----------------------------------------------------------------------------------*/

.calendar{
	border-bottom: 1px solid #DBDBDB;
}
.calendar-item{
	border-top: 1px solid #DBDBDB;
	border-right: 1px solid #DBDBDB;
	border-left: 1px solid #DBDBDB;
	padding:35px 20px;
	position: relative;
}
.calendar-item--active .calendar-item__more{
	background: transparent url(assets/img/icon-up-o.png) no-repeat 0 0;
}
.calendar-item__category{
	font-family: 'Frutiger Black';
	color: #4a4a4a;
	font-size: 15px;
	line-height: 1.3;
	text-transform: uppercase;
	margin: 0 0 7px 0;
}
.calendar-item__title{
	font-family: 'Frutiger Light';
	color: #205740;
	font-size: 22px;
	line-height: 1.3;
	margin: 0 0 5px 0;
}
.calendar-item--empty .calendar-item__title{
	text-align: center;
	margin: 0;
}
.calendar-item__text{
	font-family: 'Frutiger Light';
	color: #4a4a4a;
	font-size: 21px;
	line-height: 1.3;
}
.calendar-item__more{
	font-family: 'Frutiger Black';
	font-size: 16px;
	line-height: 23px;
	color: #e3650e;
	background: transparent url(assets/img/icon-down-o.png) no-repeat 0 0;
	padding: 0 0 0 27px;
	cursor: pointer;
	margin: 20px 0 0 0;
}
.calendar-item__content{
	height: 0;
	font-family: 'Frutiger Light';
	color: #4a4a4a;
	font-size: 18px;
	line-height: 1.3;
	overflow: hidden;
}
.calendar-item__meta{
	font-size: 16px;
	margin: 25px 0 0 0;
}
.calendar-item__meta p{
	margin: 0 0 1em 0;
}
.calendar-item__meta strong{
	font-family: 'Frutiger Black';
}
.calendar-item__meta a{
	color: #e3650e;
}
.calendar-date{
	margin: 0 0 20px 0;
}
.calendar-date__date{
	font-family: 'Frutiger Light';
	color: #4a4a4a;
	font-size: 36px;
}
.calendar-date__date span{
	font-size: 22px;
}
.calendar-date__month{
	font-family: 'Frutiger Black';
	color: #4a4a4a;
	font-size: 21px;
}
@media (min-width: 1200px) {
	.calendar-item{
		padding:45px 50px 45px 145px;
	}
	.calendar-item--empty{
		padding:45px 50px;	
	}
	.calendar-date{
		position: absolute;
		top: 47px;
		left: 25px;
		width: 95px;
		text-align: center;
		margin: 0;
	}
	.calendar-item__title{
		font-size: 30px;
	}
	.calendar-item__content{
		font-size: 21px;
	}
}

/*-----------------------------------------------------------------------------------*/
/* [NAVBOX HEADER] */
/*-----------------------------------------------------------------------------------*/

.navbox-header{
	margin: 0 0 40px 0;
	border-bottom: 1px solid #2D563E;
	padding: 0 0 20px 0;
	text-align: center;
}
.navbox-header__current{
	display: inline-block;
	font-family: 'Frutiger Black';
	color: #205740;
	font-size: 32px;
}
.navbox-header__prev{
	display: inline-block;
	font-family: 'Frutiger Black';
	font-size: 16px;
	line-height: 23px;
	color: #e3650e;
	background: transparent url(assets/img/icon-left-o.png) no-repeat 0 0;
	padding: 0 0 0 27px;
	margin: 0 0 14px 0;
	cursor: pointer;
}	
.navbox-header__next{
	display: inline-block;
	font-family: 'Frutiger Black';
	font-size: 16px;
	line-height: 23px;
	color: #e3650e;
	background: transparent url(assets/img/icon-right-o.png) no-repeat 100% 0;
	padding: 0 27px 0 0 ;
	margin: 14px 0 0 0;
	cursor: pointer;
}
@media (min-width: 1200px) {
	.navbox-header{
		padding: 40px 0 20px 0;
	}
	.navbox-header__current{
		font-size: 40px;
	}
	.navbox-header__prev{
		float: left;
		margin: 14px 0 0 0;
	}
	.navbox-header__next{
		float: right;
	}
}


/*-----------------------------------------------------------------------------------*/
/* [MAP] */
/*-----------------------------------------------------------------------------------*/

.map{
	padding: 0 0 0 0;
}
.map__title{
	font-family: 'Frutiger Black';
	font-size: 32px;
	color: #4a4a4a;
	margin: 0 auto 25px auto;
	text-align: center;
	border-top:1px solid #C7C7C7;
	max-width: 1100px;
	padding: 60px 0 0 0;
}
.map__text{
	font-family: 'Frutiger Light';
	color: #4a4a4a;
	font-size: 18px;
	line-height: 1.4;
	text-align: center;
	margin: 0 0 30px 0;
}
.map__text strong{
	font-family: 'Frutiger Black';
	color: #89051b;
}
.map__iframe{
	width: 100%;
	border: 0;
	height: 250px;
}
.map__container{
	margin: 0 -20px;
}
.scrolloff{
    pointer-events: none;
}
@media (min-width: 1200px) {
	.map{
		padding: 0 0 0 0;
	}
	.map__title{
		font-size: 40px;
	}
	.map__text{
		font-size: 21px;
	}
	.map__iframe{
		height: 650px;
	}
}

/*-----------------------------------------------------------------------------------*/
/* [MAP NAVIGATION] */
/*-----------------------------------------------------------------------------------*/

#svg-map path {
	fill:#DFDFDF;
}

#svg-map #bahia path,
#svg-map #ceara path,
#svg-map #distritofederal path,
#svg-map #minasgerais path,
#svg-map #pernambuco path,
#svg-map #riodejaneiro path,
#svg-map #riograndedosul path,
#svg-map #santacatarina path,
#svg-map #saopaulo path{
	fill:#5C9E78;
}
#svg-map a:hover {
	cursor: default;
}
#svg-map #bahia:hover path,
#svg-map #ceara:hover path,
#svg-map #distritofederal:hover path,
#svg-map #minasgerais:hover path,
#svg-map #pernambuco:hover path,
#svg-map #riodejaneiro:hover path,
#svg-map #riograndedosul:hover path,
#svg-map #santacatarina:hover path,
#svg-map #saopaulo:hover path{
	fill:#085640 !important;
	cursor:pointer;
}


.map-navigation #svg-map{
	width: 90%;
}
.map-navigation{
	padding: 20px 0;
}
.map-navigation__title{
	font-family: 'Frutiger Light';
	text-align: center;
	margin: 0 0 10px 0;
	font-size: 30px;
	line-height: 1.33;
	color: #4a4a4a;
	font-style: italic;
}
.map-navigation__list{
	padding: 120px 0 0 0;
}
.map-navigation__list a{
	display: block;
	font-family: 'Frutiger Light';
	color: #e3650e;
	font-size: 21px;
	line-height: 1.6;
}

/*-----------------------------------------------------------------------------------*/
/* [FORM2] */
/*-----------------------------------------------------------------------------------*/
.form2{
	padding: 0 0 60px 0;
	margin: 0 0 40px 0;
	border-bottom: 1px solid #DBDBDB;
}
.form2--clean{
	padding: 0;
	margin: 0;
	border:0;
}
.form2__title{
	font-family: 'Frutiger Light';
	text-align: center;
	margin: 0 0 15px 0;
	font-size: 42px;
	line-height: 1.33;
	color: #205740;
}
.form2__text{
	font-family: 'Frutiger Light';
	color: #4a4a4a;
	font-size: 21px;
	line-height: 1.4;
	text-align: center;
	margin: 0 0 30px 0;
}
.form2__group{
	margin: 0 0 20px 0;
}
.form2__col:after{
	display: block;
	content: '';
	clear: both;
}
.form2__input{
	width: 100%;
	height: 50px;
	border: 1px solid #BCBCBC;
	font-family: 'Frutiger Light';
	font-size: 21px;
	color: #4a4a4a;
	padding: 0 0 0 10px;
	border-radius: 0;
	background:transparent;
}
.form2__select{
	background: url(assets/img/icon-arrow-down-darkgrey.png) right 20px center no-repeat;
}
.form2__select select{
	-webkit-appearance: none;
	width: 100%;
	background:transparent;
}
.form2__input::-webkit-input-placeholder {
	color: #808080;
	font-style: italic;
}
.form2__input:-moz-placeholder { /* Firefox 18- */
	color: #808080;  
	font-style: italic;
}
.form2__input::-moz-placeholder {  /* Firefox 19+ */
	color: #808080;  
	font-style: italic;
}
.form2__input:-ms-input-placeholder {  
	color: #808080;  
	font-style: italic;
}
.form2__input--left{
	float: left;
	width: 48.75%;
}
.form2__input--right{
	float: right;
	width: 48.75%;
}
.form2__email .form2__input{
	margin: 0 0 20px 0;
}
.form2__email:after{
	display: block;
	content: '';
	clear: both;
}
.form2__submit{
	width: 100%;
	height: 50px;
	border: 0;
	background: #e3650e;
	font-family: 'Frutiger Black';
	font-size: 18px;
	color: #fff;
}
@media (min-width: 1200px) {
	.form2__email .form2__input{
		margin: 0;
	}
	.form2__email .form2__input{
		width: 610px;
		float: left;
	}
	.form2__email .form2__input{
		border-right: 0;
	}
	.form2__submit{
		width: 110px;
		float: left;
	}
}

/*-----------------------------------------------------------------------------------*/
/* [servicos-online-list] */
/*-----------------------------------------------------------------------------------*/

.servicos-online-list{
	margin: 0 0 75px 0;
}
.servicos-online-list__title{
	font-family: 'Frutiger Light';
	text-align: center;
	margin: 0 0 15px 0;
	font-size: 30px;
	line-height: 1.33;
	color: #205740;
}
.servicos-online-list__subtitle{
	font-family: 'Frutiger Light';
	color: #4a4a4a;
	font-size: 21px;
	line-height: 1.4;
	text-align: center;
	margin: 0 0 40px 0;
}
.servicos-online-list__text{
	font-family: 'Frutiger Light';
	color: #4a4a4a;
	font-size: 18px;
	line-height: 1.8;
	margin: 0 0 30px 0;
}
.servicos-online-list__text strong{
	font-family: 'Frutiger Black';
	margin: 0 10px 0 0;
}

/**/

.servicos-online-table{
	border: 1px solid #ebebeb;
	padding:45px 140px 0 140px;
	text-align: center;
	margin: 0 0 80px 0;
}
.servicos-online-table__title{
	display: block;
	font-family: 'Frutiger Light';
	color: #205740;
	font-size: 30px;
	line-height: 1.3;
	margin: 0 0 15px 0;
}
.servicos-online-table__text{
	font-family: 'Frutiger Light';
	color: #4a4a4a;
	font-size: 21px;
	line-height: 1.3;
	margin: 0 0 25px 0;
}
.servicos-online-table__text strong{
	font-family: 'Frutiger Black';
}
.servicos-online-table__footer{
	padding: 70px 0;
	font-family: 'Frutiger Light';
	color: #205740;
	font-size: 30px;
	line-height: 1.3;
}

.servicos-online-table__container{
	margin: 0 -140px;
	overflow:hidden;
	position:relative;
}
.servicos-online-table table{
	width: 100%;
	/*table-layout: fixed;*/
	border-spacing: 0;
	border-bottom: 1px solid #ebebeb;
}
.servicos-online-table tr:nth-child(odd) {
   background-color: #ebebeb;
}
.servicos-online-table table th{
	background: #205740;
	font-family: 'Frutiger Black';
	font-size: 22px;
	color: #fff;
	padding: 19px 0 16px 0;
}
.servicos-online-table table td{
	padding: 10px;
	font-family: 'Frutiger Light';
	font-size: 16px;
	line-height: 1.4;
	color: #4a4a4a;
	padding: 19px 0 16px 0;
}
.servicos-online-table table strong{
	font-family: 'Frutiger Black';
	color: #205740;
	text-align: right;
}

/**/
.servicos-online-simples{
	background: #ebebeb;
	text-align: center;
	padding: 60px 0;
	margin: 0 0 80px 0;
}
.servicos-online-simples__title{
	display: block;
	font-family: 'Frutiger Light';
	color: #205740;
	font-size: 42px;
	line-height: 1.3;
	margin: 0 0 15px 0;
}
.servicos-online-simples__text{
	font-family: 'Frutiger Light';
	color: #4a4a4a;
	font-size: 21px;
	line-height: 1.3;
}
.servicos-online-simples__text a{
	color: #205740;
}

/**/

.servicos-online-box3{
	margin: 0 0 70px 0;
}

/**/

.servicos-online-mais-lidas .collection__title{
	font-size: 40px;
}

/*-----------------------------------------------------------------------------------*/
/* [TIMELINE] */
/*-----------------------------------------------------------------------------------*/

.timeline {
	position: relative;
	padding: 30px 0;
}
.timeline::before {
	content: '';
	position: absolute;
	top: 0;
	left: 7px;
	height: 100%;
	width: 1px;
	background: #ebebeb;
}
.timeline::after {
	/* clearfix */
	content: '';
	display: table;
	clear: both;
}
@media only screen and (min-width: 1170px) {
	.timeline::before {
		left: 50%;
		margin-left: 0;
	}
}
.timeline-block {
	position: relative;
	margin: 2em 0;
}
.timeline-block:after {
	content: "";
	display: table;
	clear: both;
}
.timeline-block:first-child {
	margin-top: 0;
}
.timeline-block:last-child {
	margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
	.timeline-block {
		margin: 4em 0;
	}
	.timeline-block:first-child {
		margin-top: 0;
	}
	.timeline-block:last-child {
		margin-bottom: 0;
	}
}
.timeline-dot {
	position: absolute;
	top: 22px;
	left: 0;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #ff8937;
}
@media only screen and (min-width: 1170px) {
	.timeline-dot {
		width: 15px;
		height: 15px;
		left: 50%;
		margin-left: -7px;
	}
}
.timeline-content {
	position: relative;
	margin-left: 47px;
	text-align: left;
}
.timeline-content:after {
	content: "";
	display: table;
	clear: both;
}
.timeline-img{
	position: relative;
	margin-left: 47px;
}
.timeline-img img{
	max-width: 100%;
}
@media only screen and (min-width: 1170px) {
	.timeline-content {
		margin-left: 0;
		width: 46.5%;
		text-align: right;
		padding: 0 0 0 80px;
	}
	.timeline-img {
		margin-left: 0;
		width: 46.5%;
		float: right;
	}
	.timeline-block:nth-child(odd) .timeline-content {
		float: right;
		text-align: left;
		padding: 0 80px 0 0;
	}
	.timeline-block:nth-child(odd) .timeline-img {
		float: left;
		text-align: left;
	}
}
.timeline-content__date{
	font-family: 'Frutiger Light';
	font-size: 70px;
	line-height: 1;
	color: #ff8937;
}
.timeline-content__title{
	font-family: 'Frutiger Light';
	font-size: 30px;
	line-height: 1.3;
	color: #205740;
	margin: 0 0 5px 0;
}
.timeline-content__text{
	font-family: 'Frutiger Light';
	font-size: 18px;
	line-height: 1.4;
	color: #4a4a4a;
}
@media only screen and (min-width: 1170px) {
	.timeline-block:nth-child(odd) .timeline-content__date{
		text-indent: -10px;
	}
}


/*-----------------------------------------------------------------------------------*/
/* [FILTER] */
/*-----------------------------------------------------------------------------------*/

.filter{
	background: #fff;
	padding: 30px 20px;
	margin: 0 0 35px 0;
	text-align: center;
}
.filter__title{
	font-family: 'Frutiger Black';
	font-size: 32px;
	line-height: 1.1;
	color: #4a4a4a;
	text-align: center;
	margin: 0 0 30px 0;
}
.filter__input{
	width: 100%;
	height: 50px;
	border: 1px solid #BCBCBC;
	font-family: 'Frutiger Light';
	font-size: 21px;
	color: #4a4a4a;
	padding: 0 0 0 10px;
	border-radius: 0;
	background:transparent;
	margin: 0 0 30px 0;
}
.filter__select{
	margin: 0 0 15px 0;
}
.filter__select select{
	-webkit-appearance: none;
	width: 100%;
	background:transparent;
}
.filter__select .filter__input{
	margin: 0;
}

.filter__input::-webkit-input-placeholder {
	color: #808080;
	font-style: italic;
}
.filter__input:-moz-placeholder { /* Firefox 18- */
	color: #808080;  
	font-style: italic;
}
.filter__input::-moz-placeholder {  /* Firefox 19+ */
	color: #808080;  
	font-style: italic;
}
.filter__input:-ms-input-placeholder {  
	color: #808080;  
	font-style: italic;
}
.filter__checkbox-group{
	margin: 0 0 0 0;
	font-family: 'Frutiger Light';
	font-size: 16px;
	color: #4a4a4a;
	line-height: 1.6;
	text-align: left;
}
.filter__checkbox-group strong{
	font-family: 'Frutiger Black';
	text-transform: uppercase;
	display: block;
	margin: 15px 0 5px 0;
}
.filter__clear,
.filter__submit{
	display: inline-block;
	height: 46px;
	line-height: 46px;
	border: 0;
	background: #fff;
	font-family: 'Frutiger Black';
	font-size: 16px;
	color: #e3650e;
	padding: 0 25px;
	cursor: pointer;
}
.filter__clear{
	margin: 15px 0 15px 0;
}
@media (min-width: 1200px) {
	.filter{
		padding: 40px 40px 60px 40px;
	}
	.filter__clear{
		float: right;
		margin: 0;
	}
	.filter__submit{
		float: left;
	}
	.filter__select{
		margin: 0 0 30px 0;
	}
	.filter__title{
		font-size: 40px;
	}
	.filter__checkbox-group{
		margin: 0 0 30px 0;
	}
	.filter__checkbox-group strong{
		margin: 0;
	}
}

/*-----------------------------------------------------------------------------------*/
/* [FILTER LETTERS] */
/*-----------------------------------------------------------------------------------*/

.filter-nav{
	margin: 0 0 45px 0;
}
.filter-nav--mobile{
	margin: 0 0 45px 0;	
}
.filter-nav ul{
	display: table;
	width: 100%;
	table-layout: fixed;
	border-bottom: 1px solid #e3650e;
}
.filter-nav li{
	display: table-cell;
	position: relative;
}
.filter-nav span{
	display: block;
	text-align: center;
	font-family: 'Frutiger Light';
	color: #ffa465;
	font-size: 42px;
	padding: 25px 0 25px 0;
	cursor: pointer;
	opacity: 0.5;
}
.filter-nav li.current-cat span{
	color: #e3650f;
	opacity: 1;
}
.filter-nav li.have-itens span{
	opacity: 1;
}
.filter-nav li.current-cat:after{
	content: '';
	display: block;
	width: 100%;
	height: 5px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #e3650f;
}

/*-----------------------------------------------------------------------------------*/
/* [FILTER LETTERS] */
/*-----------------------------------------------------------------------------------*/

.filter-list{

}
.filter-item{
	border-bottom: 1px solid #dbdbdb;
	background: transparent url(assets/img/icon-arrow-down-orange.png) no-repeat right 20px top 22px;
	padding: 15px 19px 0 20px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.filter-item--active{
	overflow: visible;
	background-image: url(assets/img/icon-arrow-up-orange.png);
}
.filter-letter{
	font-family: 'Frutiger Light';
	font-size: 80px;
	line-height: 1;
	color: #4a4a4a;
	text-transform: uppercase;
}
.filter-item__title{
	font-family: 'Frutiger Light';
	font-size: 21px;
	color: #4a4a4a;
	margin: 0 0 15px 0;
}
.filter-item__text{
	font-family: 'Frutiger Light';
	font-size: 18px;
	color: #4a4a4a;
	line-height: 1.6;
	height: 0;
	overflow: hidden;
}
.filter-item__logo {
    text-align: right;
    padding: 0 40px 0 0;
}
.filter-item__logo img{
	max-width: 150px;
}
.filter-item--active .filter-item__title{
	font-family: 'Frutiger Bold';
}
.filter-tags{
	font-family: 'Frutiger Light';
	font-size: 16px;
	color: #4a4a4a;	
	margin: 0 0 20px 0;
}
.filter-tags strong{
	display: block;
	font-family: 'Frutiger Bold';
	font-size: 15px;
	text-transform: uppercase;
}
.filter-tags a{
	color: #e3650f;
}

/*-----------------------------------------------------------------------------------*/
/* [TABS] */
/*-----------------------------------------------------------------------------------*/

.tab-content{
	display: none;
}
.tab-content--active{
	display: block;
}

/*-----------------------------------------------------------------------------------*/
/* [CONTACT] */
/*-----------------------------------------------------------------------------------*/

.contact__form-group{
	margin: 0 0 20px 0;
}
.contact__input{
	width: 100%;
	height: 50px;
	border: 1px solid #BCBCBC;
	font-family: 'Frutiger Light';
	font-size: 21px;
	color: #4a4a4a;
	padding: 0 0 0 10px;
	border-radius: 0;
	background:transparent;
}
.contact__textarea{
	height: 150px;
	padding: 15px;
}
.contact__select{
	background: url(assets/img/icon-arrow-down-darkgrey.png) right 20px center no-repeat;
}
.contact__select select{
	-webkit-appearance: none;
	width: 100%;
	background:transparent;
}
.contact__input::-webkit-input-placeholder {
   color: #808080;
   font-style: italic;
}
.contact__input:-moz-placeholder { /* Firefox 18- */
   color: #808080;  
   font-style: italic;
}
.contact__input::-moz-placeholder {  /* Firefox 19+ */
   color: #808080;  
   font-style: italic;
}
.contact__input:-ms-input-placeholder {  
   color: #808080;  
   font-style: italic;
}
.contact__btns{
	text-align: center;
}
.contact__submit{
	display: inline-block;
	width: 110px;
	height: 50px;
	border: 0;
	background: #e3650e;
	font-family: 'Frutiger Black';
	font-size: 18px;
	color: #fff;
}

/*-----------------------------------------------------------------------------------*/
/* [LISTFULL ORDERED] */
/*-----------------------------------------------------------------------------------*/

.listfull-ordered-title{
	font-family: 'Frutiger Black';
	font-size: 40px;
	color: #205740;
	margin: 70px 0 30px 0;
	text-align: center;
}
.listfull-ordered{
	border-top: 1px solid #DBDBDB;
}
.listfull-ordered__item{
	border-bottom: 1px solid #DBDBDB;
	border-right: 1px solid #DBDBDB;
	border-left: 1px solid #DBDBDB;
	padding: 45px;
}
.listfull-ordered-item__text{
	font-family: 'Frutiger Light';
	color: #4a4a4a;
	font-size: 21px;
	line-height: 1.4;
}
.listfull-ordered-item__text strong{
	font-family: 'Frutiger Black';
}
.listfull-ordered-item__num{
	font-family: 'Frutiger Light';
	font-size: 64px;
	line-height: 1;
	color: #4ca26a;
	letter-spacing: -0.2em;
}

/*-----------------------------------------------------------------------------------*/
/* [TITLES] */
/*-----------------------------------------------------------------------------------*/

.title1{
	font-family: 'Frutiger Black';
	font-size: 32px;
	color: #4a4a4a;
	margin: 0 0 30px 0;
	text-align: center;
}
.subtitle1{
	font-family: 'Frutiger Light';
	color: #4a4a4a;
	font-size: 18px;
	line-height: 1.4;
	text-align: center;
	margin: 0 0 25px 0;
}
.hr1{
	border:0;
	border-bottom: 1px solid #c7c7c7;
	margin: 0 0 25px 0;
}
@media (min-width: 1200px) {
	.title1{
		font-size: 40px;
	}
	.subtitle1{
		font-size: 21px;
		margin: 0 0 50px 0;
	}
	.hr1{
		margin: 0 0 50px 0;
	}
}

/*-----------------------------------------------------------------------------------*/
/* [NAVBOX HEADER] */
/*-----------------------------------------------------------------------------------*/

.card-full-header{
	margin: 0 0 40px 0;
	text-align: center;
}
.card-full-header:after{
	content: '';
	display: block;
	clear: both;
}
.card-full-header__current-cat{
	display: block;
	font-family: 'Frutiger Black';
	color: #205740;
	font-size: 40px;
	border-bottom: 1px solid #2D563E;
	padding: 0 0 25px 0;
	margin: 0 0 35px 0;
}
.card-full-header__current-date{
	display: inline-block;
	font-family: 'Frutiger Black';
	color: #4a4a4a;
	font-size: 32px;
}
.card-full-header__prev{
	display: inline-block;
	float: left;
	font-family: 'Frutiger Black';
	font-size: 16px;
	line-height: 23px;
	color: #e3650e;
	background: transparent url(assets/img/icon-left-o.png) no-repeat 0 0;
	padding: 0 0 0 27px;
	margin: 5px 0 0 0;
}	
.card-full-header__next{
	display: inline-block;
	float: right;
	font-family: 'Frutiger Black';
	font-size: 16px;
	line-height: 23px;
	color: #e3650e;
	background: transparent url(assets/img/icon-right-o.png) no-repeat 100% 0;
	padding: 0 27px 0 0 ;
	margin: 5px 0 0 0;
}	

/*-----------------------------------------------------------------------------------*/
/* [NAVBOX HEADER] */
/*-----------------------------------------------------------------------------------*/

.diretoria{
	border-top:1px solid #c0c0c0;
	border-left:1px solid #c0c0c0;
	margin: 0 0 60px 0;
}
.diretoria-item{
	border-right:1px solid #c0c0c0;
	border-bottom:1px solid #c0c0c0;
}
.diretoria__category{
	font-family: 'Frutiger Black';
	color: #4a4a4a;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1.3;
	text-align: center;
	padding: 30px 20px 5px 20px;
}
.diretoria__title{
	font-family: 'Frutiger Light';
	font-size: 21px;
	line-height: 1.4;
	text-align: center;
	padding: 0 20px 0 20px;	
}
.diretoria__text{
	font-family: 'Frutiger Light';
	font-size: 15px;
	line-height: 1.4;
	text-align: center;
	padding: 0 20px 40px 20px;	
	color: #89051b;
}
.diretoria__image{
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.diretoria__image img{
	width: 100%;
	height: auto;
}
.diretoria-header{
	font-family: 'Frutiger Black';
	color: #4a4a4a;
	font-size: 32px;
	margin: 0 0 35px 0;
	text-align: center;
}
.diretoria-header span{
	font-family: 'Frutiger Light';
}
@media (min-width: 1200px) {
	.diretoria__category{
		font-size: 15px;
	}
	.diretoria-item{
		float: left;
		/*width: 33.33%*/
		width: 25%
	}
	.diretoria-header{
		font-family: 'Frutiger Black';
		font-size: 40px;
	}
}

/*-----------------------------------------------------------------------------------*/
/* [BANNER 1] */
/*-----------------------------------------------------------------------------------*/

.banner-home1{
	position: relative;
	height: 292px;
	margin: 0 0 8px 0;
	overflow: hidden;
}
.banner-home1__badge{
	position: absolute;
	top: -1px;
	left: 0;
	height: 100%;
	width: 100%;
}
.banner-home1__svg{
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0.8;
}
.banner-home1__content{
	display: table;
	position: absolute;
	z-index: 999;
	width: 100%;
	height: 100%;
}
.banner-home1__title{
	text-align: center;
	font-family: 'Frutiger Light';
	color: #fff;
	font-size: 32px;
	line-height: 1.3;
	z-index: 2;
	padding: 20px;
	display: table-cell;
	vertical-align: middle;
}
.banner-home1__title strong{
	font-family: 'Frutiger Black';
}
@media (min-width: 992px) {
	.banner-home1__badge{
		background: transparent !important;
	}
	.banner-home1__svg{
		display: block;
		z-index: 1
	}
	.banner-home1__svg{
		z-index: 1
	}
	.banner-home1__content{
		right: 40px;
		width: 295px;
		height: 100%;
	}
	.banner-home1__title{
		text-align: right;
		font-size: 32px;
		padding: 10px 0 0 0;
	}
}

/*-----------------------------------------------------------------------------------*/
/* [BANNER 2] */
/*-----------------------------------------------------------------------------------*/



.banner-home2{
	display: block;
	position: relative;
	height: 272px;
	overflow: hidden;
}
.banner-home2__badge{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.banner-home2__svg{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.8;
}
.banner-home2__svg #Path{
  fill: #e3650e;
}
.banner-home2__content{
	display: table;
	position: absolute;
	z-index: 999;
	width: 100%;
	height: 100%;
}
.banner-home2__title{
	text-align: center;
	font-family: 'Frutiger Light';
	color: #fff;
	font-size: 22px;
	line-height: 1.3;
	z-index: 2;
	padding: 20px;
	display: table-cell;
	vertical-align: middle;
}
.banner-home2__title strong{
	font-family: 'Frutiger Black';
	font-size: 32px;
}
.banner-home2__title-spacer{
	display: table-cell;
}
.banner-home2__more{
	display: inline-block;
	font-family: 'Frutiger Black';
	font-size: 16px;
	line-height: 23px;
	color: #fff;
	background: transparent url(assets/img/icon-plus-o-white.png) no-repeat 0 0;
	padding: 0 0 0 27px;
	margin: 22px 0 0 0;
	max-width: 180px;
	text-align: left;
}
@media (min-width: 992px){
	.banner-home2__badge{
		background: transparent;
	}
	.banner-home2__svg{
		display: block;
		z-index: 1
	}
	.banner-home2__content{
		left: 50px;
	}
	.banner-home2__title{
		width: 422px;
		font-size: 32px;
		padding: 0;
		text-align: left;
	}
	.banner-home2__title strong{
		font-size: 36px;
	}
	.banner-home2__more{
		max-width: 100%;
	}
}


/*-----------------------------------------------------------------------------------*/
/* [BANNER 2] */
/*-----------------------------------------------------------------------------------*/

.banner-home3{
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.banner-home3 img{
	width: 100%;
	height: auto;
}

/*-----------------------------------------------------------------------------------*/
/* [BANNER] */
/*-----------------------------------------------------------------------------------*/

.banner{
	height: 275px;
	margin: 0 0 8px 0;
	/*background: #ccc;*/
}

/*-----------------------------------------------------------------------------------*/
/* [DESTAQUE] */
/*-----------------------------------------------------------------------------------*/

.destaque-home2{
	margin: 0 0 30px 0;
}
.destaque-home2__title{
	font-family: 'Frutiger Black';
	font-size: 32px;
	color: #4a4a4a;
	margin: 0 0 30px 0;
	text-align: center;
}
.destaque-home2-item{

}
.destaque-home2-item__title{
	font-family: 'Frutiger Light';
	text-align: center;
	margin: 0 0 15px 0;
	font-size: 22px;
	line-height: 1.33;
	color: #89051b;
}
.destaque-home2-item__text{
	font-family: 'Frutiger Light';
	font-size: 18px;
	line-height: 1.4;
	text-align: center;
	color: #4a4a4a;
	margin: 0 0 30px 0;
}
.destaque-home2-item__footer{
	text-align: center;
}
.destaque-home2-item__more{
	display: inline-block;
	font-family: 'Frutiger Black';
	font-size: 16px;
	line-height: 23px;
	color: #ff8937;
	background: transparent url(assets/img/icon-plus-o.png) no-repeat 0 0;
	padding: 0 0 0 27px;
}
@media (min-width: 1200px) {
	.destaque-home2{
		margin: 0;
	}
	.destaque-home2__title{
		font-size: 60px;
		margin: 0 0 45px 0;
	}
	.destaque-home2-item__title{
		font-size: 30px;
	}
	.destaque-home2-item__text{
		font-size: 21px;
	}
}








/*-----------------------------------------------------------------------------------*/
/* [DROPDOWN] */
/*-----------------------------------------------------------------------------------*/

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 21px;
  font-style: italic;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 50px;
}
/*.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}*/
/*.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}*/
/*.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}*/
.btn-default {
  font-family: 'Frutiger Light';
  color: #bbb;
  background-color: transparent;
  border-color: #bcbcbc;
}
/*.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #fff;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333333;
  background-color: #fff;
  border-color: #adadad;
}*/
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #fff;
  border-color: #ff8937;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #fff;
  /*border-color: #8c8c8c;*/
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.caret {
  display: inline-block;
  width: 16px;
  height: 8px;
  margin-left: 2px;
  vertical-align: middle;
  background: url(assets/img/icon-arrow-down-mediumgrey.png) center no-repeat;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-family: 'Frutiger Light';
  font-size: 16px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 5px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #4a4a4a;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  background: url(assets/img/icon-arrow-up-mediumgrey.png) center no-repeat;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.clearfix:before,
.clearfix:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.clearfix:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after {
  clear: both;
}
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 100% \0;
  /*IE9 and below*/
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 40px;
  z-index: 1;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #bcbcbc;
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
.bootstrap-select.active .btn-default{
	color: #4a4a4a;
	font-style: normal;
}


/*-----------------------------------------------------------------------------------*/
/* [Faça parte] */
/*-----------------------------------------------------------------------------------*/

.faca-parte-title{
	font-family: 'Frutiger Black';
	font-size: 28px;
	color: #4a4a4a;
	margin: 40px 0 25px 0;
	text-align: center;
}
.faca-parte__title{
	font-family: 'Frutiger Light';
	color: #205740;
	font-size: 21px;
	line-height: 1.4;
	margin: 0 0 10px 0;
}
.faca-parte__text{
	font-family: 'Frutiger Light';
	color: #4a4a4a;
	font-size: 18px;
	line-height: 1.4;
	margin: 0 0 30px 0;
}
.faca-parte__text strong{
	font-family: 'Frutiger Bold';
}
.faca-parte__text a{
	color: #ff8937;
}
@media (min-width: 1200px) {
	.faca-parte-title{
		font-size: 40px;
		margin: 80px 0 50px 0;
	}
	.faca-parte__title{
		font-size: 30px;
	}
	.faca-parte__text{
		font-size: 21px;
		margin: 0 0 35px 0;
	}
}





/*-----------------------------------------------------------------------------------*/
/* [ML MENU] */
/*-----------------------------------------------------------------------------------*/

.ml-menu {
	display: block;
	position: relative;
	z-index: 1000;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.ml-menu__wrap {
	position: absolute;
	top: 0;
	bottom: 0;
	overflow: hidden;
	width: 100%;
}
.ml-menu__level {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	overflow: hidden;
	overflow-y: scroll;
	width: calc(100% + 50px);
	height: 100%;
	margin: 0;
	padding: 20px 20px 0 20px;
	list-style-type: none;
}
.ml-menu__level--current {
	visibility: visible;
}
.ml-menu__item {
	display: block;
	width: calc(100% - 50px);
}
.ml-menu__link {
	position: relative;
	color: #bdbdbd;
	-webkit-transition: color 0.1s;
	transition: color 0.1s;
	display: block;
	margin: 0 0 14px 0;
	font-family: 'Frutiger Bold';
	font-size: 16px;
	line-height: 1;
	letter-spacing: -0.02em;
	color: #e3650e;
}
.ml-menu__link[data-submenu]::after {
	content: '';
	margin: 0 0 0 10px;
	color: #fff;
	display: inline-block;
	height: 10px;
	width: 5px;
	background: url(assets/img/icon-ml-menu-right.png) 0 0 no-repeat;
}
[class^='animate-'],
[class*=' animate-'] {
	visibility: visible;
}
.animate-outToRight .ml-menu__item {
	-webkit-animation: outToRight 0.6s both ease;
	animation: outToRight 0.6s both ease;
}
@-webkit-keyframes outToRight {
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}
@keyframes outToRight {
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}
.animate-outToLeft .ml-menu__item {
	-webkit-animation: outToLeft 0.6s both ease;
	animation: outToLeft 0.6s both ease;
}
@-webkit-keyframes outToLeft {
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}
@keyframes outToLeft {
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}
.animate-inFromLeft .ml-menu__item {
	-webkit-animation: inFromLeft 0.6s both ease;
	animation: inFromLeft 0.6s both ease;
}
@-webkit-keyframes inFromLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes inFromLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.animate-inFromRight .ml-menu__item {
	-webkit-animation: inFromRight 0.6s both ease;
	animation: inFromRight 0.6s both ease;
}
@-webkit-keyframes inFromRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes inFromRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.ml-menu__item--links{
	background: #333;
	margin: 0 -20px;
	width: 100%;
}
.ml-menu-links{
	padding: 20px;
}
.ml-menu-links a{
	display: block;
	margin: 0 0 12px 0;
	font-family: 'Frutiger Roman';
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
}
.ml-menu-links a:last-child{
	margin: 0;
}
.ml-menu-links:after{
	content: '';
	clear: both;
	display: block;
}
.ml-menu-links__left{
	width: 60%;
	float: left;
}
.ml-menu-links__right{
	width: 40%;
	float: right;
}
.ml-menu__item--footer{
	background: #333;
	margin: 0 -20px;
	width: 100%;
}
.ml-menu-footer{
	border-top: 1px solid #222222;
	padding: 15px 20px;
}

.ml-menu__item--story{
	background: #333;
	margin: 30px -20px 0 -20px;
	width: 100%;
}
.ml-menu-story{
	padding: 29px 20px;
}
.ml-menu-story__title{
	font-family: 'Frutiger Bold';
	font-size: 16px;
	line-height: 1.375;
	color: #fff;
	margin: 0 0 7px 0;
}
.ml-menu-story__text{
	font-family: 'Frutiger Light';
	font-size: 16px;
	line-height: 1.375;
	color: #fff;
	margin: 0 0 20px 0;
}
.ml-menu-story__more{
	display: block;
	font-family: 'Frutiger Black';
	font-size: 16px;
	line-height: 23px;
	color: #e3650e;
	background: transparent url(assets/img/icon-plus-o.png) no-repeat 0 0;
	padding: 0 0 0 27px;
}	

.ml-menu__item--back{
	background: #333;
	margin: 0 -20px;
	width: 100%;
}
.ml-menu-back{
	display: block;
	padding: 15px 20px;
	text-align:center;
	border-top: 1px solid #222222;
	color: #529752;
	font-family: 'Frutiger Roman';
	font-size: 13px;
}
.ml-menu-back:before {
	content: '';
	margin: 0 5px 0 0;
	color: #fff;
	display: inline-block;
	height: 10px;
	width: 5px;
	background: url(assets/img/icon-ml-menu-left.png) 0 3px no-repeat;
}