/* Default */
@charset "utf-8";
*{
	font-family: 'Lato', sans-serif;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, a:hover, abbr, acronym, address, cite, code, del, em, img, ins, strong, sub, sup, dd, dl, dt, li, font, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {line-height: 140%; }
body, td, th, input, select, textarea {
	font-family: 'Lato', sans-serif;
	font-size: 16px; 
	color:#4D4D4D; 
	font-weight: 400;
}
body { 
	background-color: #FFF; 
	margin: 0px;
}
a{ 
	color:#4D4D4D; 
	text-decoration: none;
	transition: color 0.2s ease;
	font-weight: 400;
}
a:hover { 
	color: #000; 
	text-decoration: none;
}
h1  {  
	color: #B10005;
	font-size: 17px;
}
h2 {
	color: #388C0F;  
}
h3 {
	color: #4D4D4D; 
}
h4 {
	color: #B10005; 
}
h5 {
	color: #4D4D4D; 
}
h6 {
	color: #CCC; 
}
p{
	font-weight: 100;
}

/* PGE Admin Styles */
.zebra { 
	margin-top:15px; 
	margin-bottom:20px;
}
.zebra td { 
	border-bottom: 1px solid #f1f1f1;
}
.zebra tr.alt td {		
	background: #f7f7f7;
}
.zebra tr.over td {	
	background: #E2E2E2;
}
.zebra tr.title td { 
	background-color: #D6D6D6; 
	border-bottom-width: 1px; 
	border-bottom-style: solid; 
	border-bottom-color: #999; 
}

/* jQuery UI */
.ui-state-default, .ui-widget-content .ui-state-default { 
	background: #626262; 
	color:#FFF; 
	border:none; 
}
.ui-state-active, .ui-widget-content .ui-state-active { 
	color:#FFF; 
	border:none; 
	background-color: #388C0F; 
	background-image:none; 
}
.ui-state-default, .ui-widget-content .ui-state-default * { 
	color:#FFF; 
	border:none; 
}
.ui-state-active, .ui-widget-content .ui-state-active * { 
	color:#FFF; 
	border:none; 
}
.ui-widget-header, .ui-widget-content { 
	border:none; 
	background:#FFF; 
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { 
	color:#FFF; 
}
.ui-tabs-nav { 
	border-bottom-width: 2px; 
	border-bottom-style: solid; 
	border-bottom-color: #626262; 
	padding-bottom:5px; 
	border:none; 
}
.ui-tabs .ui-tabs-nav li a{ 
	padding:5px;
}

/* Modules Admin */
.mod-box {
    padding: 20px;
    overflow: hidden;
}
.mod-box-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 20px;
    color: #B10005;
}
.mod-box ul {
    float: left;
    padding-right: 20px;
}
.mod-box ul li {
    margin-bottom: 6px;
}
.mod-box ul li a {
    font-weight: 200;
    font-size: 16px;
}
.content-box{
	display:;
}
.content-box-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    color: #388C0F;
    display: table;
    margin: 0 auto 20px;
    padding: 35px 20px;
    position: relative;
}
.content-box-title::after {
    width: 60px;
    height: 10px;
    background: #AA7A0E;
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 11px;
}
.content-area {
    padding: 15px;
}

/* General Styles */
.no-mar{
	margin: 0px;
}
.no-pad{
	padding: 0px;
}
.clear{
	clear: both;
}
.site-content{
	max-width: 1200px;
	margin: 0 auto;
} 
.relative{
	position: relative;
}
a:focus,button:focus{
	outline: none !important;
}
section.home-section {
    position: relative;
    padding-top: 86px;
}
.text-upper{
	text-transform: uppercase
}
.col-whi{
	color: #fff;
}
label {
    font-weight: 400;
}
span#text_related {
    color: #B10005;
}
body .nomargin {
    margin: 8px !important;
}
.site-content-inside {
    padding-top: 86px;
}
.btn-def {
    background: #388C0F;
    color: #fff;
    display: block;
    font-size: 18px;
    max-width: 180px;
    margin: 0 auto 20px;
    transition: all 0.2s ease; 
}
.btn-def:hover{
	background: #4C8B00;
	color: #fff;
}


/* Header */
.brand-icon {
    max-width: 80px;
}
.content-header {
    padding: 5px 0px;
}
ul.mm-listview {
    display: block !important;
}
nav.main-nav,.main-nav-mobile {
    display: none;
}
a.toogle-menu {
    position: absolute;
    font-size: 35px;
    color: #388C0C;
    right: 0;
    padding: 16px 20px;
    top: 0;
}
header {
    border-bottom: 3px solid #388C0C;
    padding: 6px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    background: #fff;
}
.mm-menu {
    background: #3b7d19;
    border-color: rgba(255, 255, 255, 0.1);
    color: rgb(255, 255, 255);
}
.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: rgb(255, 255, 255);
}
.slick-arrow {
    position: absolute;
    font-size: 30px;
    color: #fff;
    z-index: 5;
    font-weight: bolder;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px;
    cursor: pointer; 
	transition: all 0.5s ease;
}
.slick-arrow.fa-angle-right {
    right: 0;
}
.slick-arrow:hover{
	color: #388C0F;
}

/* History */
.history{
	background: #fff url('bg-history.jpg') no-repeat right bottom;
    background-size: contain;
    padding: 20px 10px;
}
.history a{
	text-decoration: none !important;	
}

/* Indicators */
.indicators {
    background: url('bg-indicators.jpg') repeat center center;
    padding: 25px;
    text-align: center;
    color: #fff;
}
.content-indicators * {
    color: #fff;
    font-weight: 100;
}
.content-indicators .col-xs-12 {
    border-bottom: 1px solid #559845;
    padding: 0px 0 20px;
}
.item-indicator:nth-child(1) {
    margin-bottom: 30px;
}
.mainHeader{display: none !important;}

/* News */
.news {
    text-align: center;
    padding: 20px;
}

/* Footer */
.content-footer {
    background: url('bg-footer.jpg') repeat center center;
    padding: 20px 5px;
    color: #fff;
}
.logo-footer a img{
	padding-top: 25px;
}
ul.menu-footer li a {
    color: #fff;
    font-weight: 100;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block;
}
ul.menu-footer {
    padding: 0;
    margin: 0;
    list-style: none;
}
.info-contact .col-xs-12 {
    padding: 0;
}
footer h2 {
    color: #F3DAB5;
}
.info-social {
    text-align: right;
    padding: 30px 0;
    font-size: 26px;
    
}
.info-social span {
    position: absolute;
    left: 0;
}
.info-social a{
	color: #fff;
}
.info-social img {
    margin-left: 75%;
}
.bar-footer {
    background: #B27927;
    text-align: center;
    font-size: 12px;
    padding: 20px 5px 15px;
    color: #fff;
}
.bar-footer a {
    margin-top: 8px;
    display: block;
    font-weight: 100;
}
ul.menu-footer li a:hover {
    color: black;
}
footer{
	text-align: center;
}

/* Media Queries */
@media screen and (min-width: 991px){
	header {
	    border-bottom: 2px solid #388C0F;
	    border-top: 13px solid #388C0F;
	    padding: 15px;
	}
	.brand-icon {
	    max-width: 140px;
	    float: left;
	}
	.info-top {
	    width: calc(100% - 140px);
	    float: right;
	}
	a.toogle-menu{
		display: none
	}
	nav.main-nav{
		display: block
	}
	nav.main-nav ul {
	    list-style: none;
	    padding: 0;
	    margin: 0;
	    padding-top: 32px;
	    text-align: center;
	}
	nav.main-nav ul li {
	    display: inline-block;
	    max-width: 148px;
	    text-align: center;
	    vertical-align: middle;
	}
	nav.main-nav ul li a {
	    display: block;
	    text-transform: uppercase;
	    color: #151212;
	    font-weight: 600;
	    font-size: 14px;
	    padding: 10px 15px;
	    transition: all .5s ease;
	    text-decoration: none !important;
	}
	nav.main-nav ul li a:hover {
	    background: #E62A00;
	    color: #fff;
	    text-decoration: none;
	    border-radius: 6px;
	}
	.site-content-inside {
	    padding-top: 170px;
	}
	section.home-section {
	    padding-top: 170px;
	}
	.slick-arrow {
	    font-size: 60px;
	    padding: 10px 20px;
	}
	.content-history {
	    max-width: 800px;
	    padding: 50px 0;
	}
	.history h2 {
	    font-size: 45px;
	    max-width: 200px;
	    line-height: 1.2;
	    margin-bottom: 20px;
	}
	.history {
	    font-size: 18px;
	}
	.history a {
	    margin-left: 50px;
	}
	.content-indicators .col-xs-12 {
	    border-bottom: none;
	    border-right: 1px solid #559845;
	}
	.item-indicator h3 {
	    font-size: 22px;
	}
	.content-indicators .col-xs-12:last-child {
	    border: none;
	}
	.title-headline {
	    font-size: 40px;
	    letter-spacing: 2px;
	    margin-bottom: 20px;
	}
	.content-news {
	    padding: 30px 20px 50px;
	    /*width: 65%;*/
	}
	.contFace{
		/*width: 25%;*/
	}
	footer {
	    text-align: left;
	}
	.exus-url{
		background: url('icon-exus.png') no-repeat left center;
		padding: 8px 0px 8px 45px;
		margin: 0 !important;
		text-align: left;
	}
	ul.submenu li a {
	    border-radius: 0 !important;
		font-size: 14px !important;
		padding: 10px 20px !important;
	}
	ul.submenu {
	    position: absolute;
	    background: #fff;
	    width: 230px;
	    text-align: left !important;
	    display: none;
	}
	ul.submenu li {
	    display: block;
	    max-width: 100% !important;
	    width: 100%;
	    margin: 0 !important;
	    text-align: left !important;
	}
	ul.subsubmenu {
	    position: absolute;
	    left: 230px;
	    background: #fff;
	    transform: translateY(-58px);
	    padding: 0 !important;
	    width: 200px;
	}
}

@media screen and (min-width: 1200px){
	nav.main-nav ul li {
	    max-width: 150px;
	    margin: 0 10px;
	}
	nav.main-nav ul li a {
	    font-size: 16px;
	}
	.content-indicators {
	    padding: 10px 80px 20px;
	}
	.site-content.content-section-footer {
	    padding: 20px 100px;
	}
	.content-footer,.indicators {
	    background-size: cover;
    	background-repeat: no-repeat;
	}
}

@media screen and (min-width: 1600px){
	.slider-section-top img{
		width: 100%;
	}
}



