/*
 Theme Name:     Divi Theme Child
 Theme URI:      https://www.paginaswebbogota.pro/
 Description:    Theme Child Divi Elegant Theme
 Author:         Crear Imagen
 Author URI:     https://www.paginaswebbogota.pro/
 Template:       Divi
*/
@import url("../Divi/style.css");

@font-face {
    font-family: 'Barmeno';
    src: url('fonts/Barmeno-Medium.woff2') format('woff2'),
        url('fonts/Barmeno-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir LT Std';
    src: url('fonts/AvenirLTStd-Medium.woff2') format('woff2'),
        url('fonts/AvenirLTStd-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Century Gothic Italic';
    src: url('fonts/CenturyGothic-Italic.woff2') format('woff2'),
        url('fonts/CenturyGothic-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Regular.woff2') format('woff2'),
        url('fonts/Lato-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato Black';
    src: url('fonts/Lato-Black.woff2') format('woff2'),
        url('fonts/Lato-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Lato Thin';
    src: url('fonts/Lato-Thin.woff2') format('woff2'),
        url('fonts/Lato-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
.column-center {
	display: -webkit-flex; /* Safari */
	display:flex;
	align-items:center;
}
.et_pb_text_inner h1 {
	font-family: 'Barmeno';
}
.et_pb_text_2 h2 {
	color: #ffffff;
}
.et_pb_text_inner h2 {
	font-family: 'Lato Black';
}
.et_pb_text_inner h3, .et_pb_text_inner h4 {
	font-family: 'Lato';
	font-weight:600;
}
.et_pb_text_inner p  {
	font-family: 'Lato';
}
p.quote:before {
	content:'\f10d';
	font-family:'FontAwesome';
	font-size: 50px;
    position: absolute;
    left: -60px;
}
p.quote:after {
	content:'\f10e';
	font-family:'FontAwesome';
	font-size: 50px;
    position: absolute;
    right: -60px;
}
a.btn {
	font-family: 'Lato Black';
	background:#80A820;
	color:#FFF;
	padding: 14px 35px;
}
a.btn:hover {
	background:#008036;
}
.icon-title {
	position:relative;
	padding-bottom:0;
}
.icon-title > img {
	position:absolute;
	top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: -35px;
}
#main-header {
    -webkit-box-shadow: 0px !important;
    -moz-box-shadow: 0px !important;
    box-shadow: 0px 0px transparent !important;
}
#et-top-navigation {
	padding-top:0!important;
	padding-left:0!important;
	width: 82%;
}
#top-menu-nav {
	width:100%;
	display: -webkit-flex; /* Safari */
	display:flex;
	flex-wrap:wrap;
}
#top-menu {
	width:80%;
	display: -webkit-flex; /* Safari */
	display:flex;
	flex-wrap:wrap;
	background: #6FAD24;
}
#top-menu > li {
	background: #6FAD24;
	display: -webkit-flex; /* Safari */
	display:flex;
	align-items:center;
	justify-content:center;
	width:calc(100% / 8);
	height:120px;
	padding:0;
	position:relative;
	transition:all .6s;
	overflow:hidden;
}
#top-menu > li:before {
	content:'';
	position:absolute;
	width: 0;
    height: 0;
    right: 0;
    bottom: 0;
	border-right: 16vh solid rgba(29, 27, 29, .20);
    border-top: 13vh solid transparent;
}
#top-menu > li.current-menu-item {
	background:#836135;
}
#top-menu > li:hover:not(.current-menu-item){
	background:#836135;
	transform:scaley(1.44);
}
#top-menu > li:hover:not(.current-menu-item) > a {
	transform:scaley(0.7);	
}
#top-menu > li:hover > a {
	opacity:1!important;
}
#top-menu > li > a {
	font-family: 'Lato';
	width:100%;
	height: 100%;
    padding-top: 22%;
	text-align:center;
	padding-bottom:0!important;
}
#top-menu > li > a > img{
	display:block;
	margin:0 auto 5px auto;
}
#top-menu-sidebar {
	width:80%;
	height:30px;
	padding:0 20px;
	display: -webkit-flex; /* Safari */
	display: flex;
    align-items: center;
	justify-content: space-between;
	color:#FFF;
    background: #1E120D;
	z-index:9999;
}
#top-menu-sidebar .switcher .option {
    position: absolute;
	top: 30px;
	border: 0;
    background: #1E120D;
}
#top-menu-sidebar .switcher .selected {
	background:transparent;
}
#top-menu-sidebar .switcher .option a,
#top-menu-sidebar .switcher .selected a {
	font-family: 'Lato';
	font-style: italic;
	font-size: 16px;
    font-weight: 400;
	color:#FFF;
	background:transparent;
	border: 0;
}
#top-menu-sidebar > .top-menu-sidebar > div {
	display: -webkit-flex; /* Safari */
	display:flex;
	align-items:center;
}
#top-menu-sidebar > .top-menu-sidebar p {
	padding-bottom:0;
}
#top-menu-sidebar .a11y-toolbar {
	position:relative!important;
	margin-left:10px;
}
#top-menu-sidebar .a11y-toolbar ul > li {
	display:inline-block;
}
#top-menu-sidebar .a11y-toolbar ul > li:not(:last-child) {
	margin-right:10px;
}
#top-menu-sidebar .a11y-toolbar ul > li > a {
	color:#FFF;
}
#eventon_loadbar_section {
    margin-top: 22px !important;
}
#menu-box {
	width:20%;
	z-index:9999;
}
#menu-box .menu-box {
	text-align:center;
}

ul.social {
	text-align:center;
	margin-bottom:20px;
}
ul.social > li {
	display:inline-block;
}
ul.social > li:not(:first-child) {
	padding-left:10px;
}
ul.social > li > a {
	width:40px;
	height:40px;
	display: -webkit-flex; /* Safari */
	display:flex;
	align-items:center;
	justify-content:center;
	background: #6FAD24;
}
ul.social > li > a.youtube {
	background-color:#C00613;
}
ul.social > li > a.instagram {
	background-color:#E0516E;
}
ul.social > li > a.facebook {
	background-color:#1D7195;
}
ul.social > li > a > i {
	color:#FFF;
	font-size:20px;
}
#menu-box form.searchform {
	padding:0 20px;
}
#menu-box form.searchform > div {
	position:relative;
}
#menu-box form.searchform > div:before {
	content:'\f002';
	font-family:'FontAwesome';
	position:absolute;
	top:15px;
	right:10px;
	color:#B7B7B7;
	font-size:20px;
}
#menu-box #searchsubmit {
	display:none;
}
#menu-box input[type="text"] {
	width:100%;
	height:30px;
	border:0!important;
	border-radius:10px;
	background:#EBEBEB;
}
#menu-inter-container {
	display: -webkit-flex; /* Safari */
	display:flex;
	flex-wrap:wrap;
	align-items: center;
    justify-content: space-around;
	margin-top: 35px;
    z-index: 999;
	box-shadow: 5px 5px 40px rgba(0,0,0,0.5);
}
#menu-inter-container > .et_pb_fullwidth_code {
	width:21%;
}
#menu-inter-container > .et_pb_fullwidth_code > .et_pb_code_inner {
	text-align:center;
}
#menu-inter-container > .et_pb_fullwidth_code h2 {
	font-family: 'Lato';
    font-size: 25px;
	color: #FFF;
	text-align: center;
	margin-bottom: 20px;
}
#menu-inter {
	width: 58%;
}
#menu-inter > .et_pb_row {
    width: auto;
    max-width: initial;
}
#menu-menu-inter {
	display: -webkit-flex; /* Safari */
	display:flex;
	flex-wrap:wrap;
	padding-top:0!important;
	border-left: 1px solid rgba(0,0,0,0.5);
    border-right: 1px solid rgba(255,255,255,.3);
}
#menu-menu-inter > li {
	display: -webkit-flex; /* Safari */
	display:flex;
	align-items:center;
	justify-content:center;
	width:calc(100% / 6);
	height:140px;
	padding:0;
	position:relative;
}
#menu-menu-inter > li:before {
	content:'';
	position:absolute;
	width: 0;
    height: 0;
    right: 0;
    bottom: 0;
	border-bottom: 140px solid rgba(29, 27, 29, .20);
    border-left: 180px solid transparent;
    border-right: 0px solid rgba(29, 27, 29, .20);
    border-top: 140px solid transparent;
}

#menu-menu-inter > li:nth-child(1) {
	background: #3496D9;
}
#menu-menu-inter > li:nth-child(2) {
	background: #6FB023;
}
#menu-menu-inter > li:nth-child(3) {
	background: #5E3B80;
}
#menu-menu-inter > li:nth-child(4) {
	background: #BDBDBD;
}
#menu-menu-inter > li:nth-child(5) {
	background: #068080;
}
#menu-menu-inter > li:nth-child(6) {
	background: #EA8900;
}
#menu-menu-inter > li > a {
	font-family: 'Lato';
	font-size:20px;
	line-height:20px;
	color:#FFF;
	width:100%;
	height: 100%;
    padding-top: 30%;
	text-align:center;
	padding-bottom:0!important;
}
#menu-menu-inter > li:hover > a {
	opacity:1!important;
}
#menu-menu-inter > li:hover > a > img {
	top:-65px;
}
#menu-menu-inter > li > a > img {
	position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -45px;
    z-index: 99;
	transition: all 600ms ease;
	transform-style: preserve-3d;
}
/** Slider **/

.rev_slider h1,
.rev_slider h2{
    font-family: 'Barmeno' !important;	
}
.rev_slider p{
    font-family: 'Avenir LT Std' !important;
	text-align:justify !important;
}
#slider_inicio .quform-label-text{
    font-family: 'Century Gothic Italic' !important;
	font-size:16px !important;
}
#slider_inicio .quform-field-select{
    font-family: 'Century Gothic Italic' !important;
    color: #959595 !important;
    font-size: 16px !important;
}
#slider_inicio .quform-button-submit button{
    font-family: 'Century Gothic Italic' !important;
    font-size: 16px !important;	
}
#slider_inicio .quform-button-submit-default {
    float: right !important;
    margin-right: 0px !important;
}
#slider_inicio .quform-submit{
	padding: 5px 20px !important;	
}

/** Call To Action **/
.call_to_action {
	margin-top:69px;
	height:540px;
	padding-top:60px!important;
}
.call_to_action h2.et_pb_module_header {
	padding-bottom:50px;
}
.call_to_action .et_pb_promo_description img {
	padding-top:50px;
}
.call_to_action .et_pb_button_wrapper {
	padding-top:50px;
}
/** Slideset **/
.uk-slidenav-position .uk-slidenav-previous {
    left: -60px;
}
.uk-slidenav-position .uk-slidenav-next {
    right: -70px;
}
.uk-slidenav-position .uk-slidenav {
	display:inherit!important;
}
.uk-slidenav-position .uk-slidenav:hover {
	color:#6FAD24;
}
.uk-slideset h3.uk-panel-title {
	font-family: 'Lato';
	font-weight:bold;
	font-size:20px;
	color:#808080;
}
.uk-slideset > li > .uk-panel .et_builder_inner_content {
	font-family: 'Lato';
	font-size:16px;
	color:#A0A2A4;
}
.uk-slideset > li > .uk-panel > .uk-margin {
	margin-bottom:40px;
}
.uk-slideset > li > .uk-panel > p {
	position:absolute;
	bottom:0;
	right:0;
}
.uk-slideset > li > .uk-panel > p > a {
	font-family: 'Lato';
	font-weight:bold;
	font-size:16px;
	color:#0096DA;
	float:right;
}
p {
    padding-bottom: 0em !important;
}
/**Testimonials**/
.testimonials > div {
	padding:0!important;
}
.testimonials > div > .uk-panel {
	display: -webkit-flex; /* Safari */
	display:flex;
	flex-wrap:wrap;
}
.testimonials.reverse > div > .uk-panel {
	flex-direction:row-reverse;
}
.testimonials > div > .uk-panel > div {
	font-family: 'Lato';
	color:#FFF;
	width:50%;
	margin-bottom:0;
}
.testimonials > div > .uk-panel > div:last-child:before {
	content:'\f10d';
	font-family:'FontAwesome';
	color:rgba(255,255,255,.5);
	font-size: 30px;
    position: absolute;
	top: 20px;
	left: 10px;
}
.testimonials > div > .uk-panel > div:last-child:after {
	content:'\f10e';
	font-family:'FontAwesome';
	color:rgba(255,255,255,.5);
	font-size: 30px;
    position: absolute;
    bottom: 20px;
    right: 10px;
}
.testimonials > div > .uk-panel > div:last-child {
	display: -webkit-flex; /* Safari */
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative;
}
.testimonials > div > .uk-panel > div.uk-panel-teaser > figure {
	width: 100%!important;
    height: 100%;
    line-height: 0;
}
.testimonials > div > .uk-panel > div.uk-panel-teaser > figure > img {
	width: 100%;
    height: 100%;
}
.testimonials > div > .uk-panel > div:last-child > div {
	width:80%;
	text-align:center;
}
.testimonials > div:not(:nth-child(2n)) > .uk-panel > div:last-child {
	background:#3496D9;
}
.testimonials > div:nth-child(2n) > .uk-panel > div:last-child {
	background:#479226;
}
body #page-container .et_pb_button_0:hover {
    color: #ffffff!important;
    border-color: #836135 !important;
    background-color: #836135 !important;
}
body #page-container .et_pb_button_1:hover {
    color: #ffffff!important;
    border-color: #836135 !important;
    background-color: #836135 !important;
}
body #page-container .et_pb_button_2:hover {
    color: #ffffff!important;
    border-color: #836135 !important;
    background-color: #836135 !important;
}
body #page-container .et_pb_button_3:hover {
    color: #ffffff!important;
    border-color: #836135 !important;
    background-color: #836135 !important;
}
body #page-container .et_pb_button_4:hover {
    color: #ffffff!important;
    border-color: #836135 !important;
    background-color: #836135 !important;
}
body #page-container .et_pb_button_5:hover {
    color: #ffffff!important;
    border-color: #836135 !important;
    background-color: #836135 !important;
}
body #page-container .et_pb_button_6:hover {
    color: #ffffff!important;
    border-color: #836135 !important;
    background-color: #836135 !important;
}
body #page-container .et_pb_button_7:hover {
    color: #ffffff!important;
    border-color: #836135 !important;
    background-color: #836135 !important;
}

/*Galleries*/
.et_pb_column .et_pb_gallery_0 .et_pb_gallery_item.et_pb_grid_item  {
    padding: 0px 10px 20px 10px !important;
}
.et_pb_gutters3 .et_pb_column_1_4 .et_pb_module {
    margin-bottom: 0;
}

/** PROGRAMS **/
.program-content h2 {
	display: -webkit-flex; /* Safari */
	display:flex;
	align-items:center;
}
.program-content h2 > i {
	font-size:150%;
	margin-right:10px;
}
.program-content ul {
	list-style:none;
}
.program-content ul > li {
	padding-left:20px;
	position:relative;
}
.program-content ul > li:before {
	content:'\f111';
	font-family: 'FontAwesome';
	font-size:8px;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	margin-top:auto;
	margin-bottom:auto;
}
.program-content ul.duration {
	margin-top:20px;
}
.program-content ul.duration > li {
	font-size:20px;
	font-style:italic;
	display:flex;
	align-items:center;
	margin-bottom:20px;
}
.program-content ul.duration > li:before {
	display:none;
}
.program-content ul.duration > li > i {
	width: 20px;
	font-size:150%;
	text-align: center;
	margin-right:20px;
}
.program-content.blue ul.duration > li > i,
.program-content.blue ul > li:before {
	color:#348ACD;
}
.program-content.orange ul.duration > li > i,
.program-content.orange ul > li:before {
	color:#DE8000;
}
.program-content.green ul.duration > li > i,
.program-content.green ul > li:before {
	color:#6FA423;
}
.program-content.purple ul.duration > li > i,
.program-content.purple ul > li:before {
	color:#5E3B80;
}
.program-content.gray ul.duration > li > i,
.program-content.gray ul > li:before {
	color:#9A9A9A;
}
.program-content.cadetblue ul.duration > li > i,
.program-content.cadetblue ul > li:before {
	color:#068080;
}
.program-content h3, .program-content h4 {
	margin-top:15px;
}
.program-content p {
	padding-bottom:16px;
}
.cta-programs {
	font-family: 'Lato';
	height: 275px;
	display: -webkit-flex; /* Safari */
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 0 0 20px 0!important;
}
.cta-programs i {
	margin-right:10px;
}
.cta-programs-title {
	display: -webkit-flex; /* Safari */
	display: flex;
    justify-content: center;
    align-items: center;
	height:100%;
}
.cta-programs-title .et_pb_promo_description {
	padding-bottom:0;
}
.cta-programs-title h2 {
	font-family: 'Lato';
	font-weight:600;
	font-size:40px;
	line-height:40px;
	padding-bottom:0;
}
.btn-programs {
	font-family: 'Lato';
	display: -webkit-flex!important; /* Safari */
	display:flex!important;
	align-items:center;
	justify-content:center;
	text-align:center;
	height: 65px;
    line-height: 20px!important;
}
.btn-programs:after {
	right:5%;
}


/** CAMPUSES **/
.compuses-container ul.uk-subnav {
	border-bottom:1px solid #6FAB23;
	margin-bottom:50px!important;
}
.compuses-container ul.uk-subnav > li {
	padding-left:35px;
}
.compuses-container ul.uk-subnav > li:first-child {
	padding-left:0;
}
.compuses-container ul.uk-subnav > li > a  {
	font-family: 'Lato';
	font-weight:bold;
	font-size:20px;
	color:#6FAB23;
	border-radius:0!important;
	line-height: 40px;
}
.compuses-container ul.uk-subnav > li:hover > a,
.compuses-container ul.uk-subnav > li.uk-active > a {
	color:#FFF;
	background:#6FAB23;
	box-shadow:none;
}
.compuses-container .et_builder_inner_content h2 {
	font-family: 'Lato';
	font-weight:bold;
	font-size:80px;
	text-align:center;
	color:#6FAB23;
}
.compuses-container .et_builder_inner_content h3 {
	font-family: 'Lato';
	font-weight:bold;
	font-size:35px;
	text-align:center;
	color:#6FAB23;
	border-bottom:1px solid #6FAB23;
	margin-bottom:20px;
}
.compuses-container .et_builder_inner_content p {
	font-family: 'Lato';
	text-align:justify;
	color:#1D1D1B;
	margin-bottom:30px;
}
.compuses-container .et_builder_inner_content ul {
	font-family: 'Lato';
	font-size:20px;
	color: #FFF;
    background: url(http://enconstruccion.co/evergreen/wp-content/uploads/2019/01/CUADRO.jpg);
    list-style: none;
    padding: 30px;
    width: 85%;
    margin: 0 auto;
}
.compuses-container .et_builder_inner_content ul > li:not(:last-child) {
	margin-bottom:10px;
}
.compuses-container .et_builder_inner_content ul > li > i {
	width: 30px;
	font-size:16px;
    text-align: center;
	padding-right:10px;
	border-right:1px solid #FFF;
	margin-right:10px;
}
.et_pb_text_4 h2 {
    font-size: 17px !important;
}


/** EVERGREEN LIFE **/
.box-img {
	height:100%;
}
.box-img img {
	position: absolute;
    top: -120px;
    left: 0;
    right: 0;
}

/** ABOUT US **/
.box-about-us {
	height:275px;
	display: -webkit-flex; /* Safari */
	display:flex;
	align-items:center;
	justify-content:center
}
.box-about-us > div {
	width:70%;
}
/** BLOG **/
.cta_category {
	height:340px;
	display: -webkit-flex; /* Safari */
	display:flex;
	align-items:center;
	justify-content:center;
}
.cta_category:after {
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.5;
}
.cta_category:hover:after {
	opacity:0;
}
.cta_category > .et_pb_promo_description {
	font-family: 'Lato';
	padding-bottom:0;
	z-index:9;
}
.cta_category > .et_pb_promo_description > h2.et_pb_module_header {
	font-family: 'Lato';
	font-weight:bold;
	padding-bottom:0;
}
.title-inter ul.uk-slideset > li {
	height:100%;
}
.title-inter ul.uk-slideset > li .uk-panel-teaser {
	margin-bottom:0;
	line-height:0;
}
.title-inter ul.uk-slideset > li h3.uk-panel-title {
	width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    padding-bottom: 0;
    background: rgba(0,0,0,.7);
    color: #FFF;
	-webkit-transition: height 1s; /* Safari */
	transition: height 1s;
}
.title-inter ul.uk-slideset > li h3.uk-panel-title > a {
	width: 100%;
    height: 100%;
	padding-left: 20px;
    padding-right: 20px;
	display: -webkit-flex; /* Safari */
    display: flex;
    align-items: center;
}
.title-inter ul.uk-slideset > li:hover h3.uk-panel-title {
	height:100%;
	background:rgba(111, 173, 36, .8);
}
/**BOTON PAYPAL**/
.entry-content tr td, body.et-pb-preview #main-content .container tr td {
	padding: 6px 0px !important;    
	border-top: 0px solid #eee !important;
}
.entry-content table, body.et-pb-preview #main-content .container table {
    border: 0px solid #eee !important;
}
/** GALLERIES **/
.uk-overlay-background {
	background:rgba(111, 173, 36, .8);
}
.uk-overlay-icon:before {
	color:#FFF;
}
/** FORM's **/
.quform-label > label,
.quform-label {
	font-family: 'Lato';
}
.quform-element-submit {
	margin-top:0;
}
.quform-element-submit button {
	border-radius:0;
}
.quform-button-text {
	font-family: 'Lato Black';
	font-size:20px;
}
.box-item {
	height:220px;
	padding-top:20px;
	display: -webkit-flex; /* Safari */
	display:flex;
	justify-content:center;
}
.box-item > div {
	width:80%;
}
.box-item h2 > img {
	display:block;
	margin: 0 auto;
}
.contact-list {
	font-family: 'Lato';
	list-style: none!important;
    padding-left: 50px!important;
}
.contact-list > li {
	display: -webkit-flex; /* Safari */
	display:flex;
	align-items:center;
	padding:20px 0;
	border-bottom:1px solid #70AB24;
}
.contact-list > li > i {
	margin-right:10px;
	text-align:center;
}
/** CONTACT FIXED **/
#contact {
	position: fixed;
    top: 20%;
    right: 0;
    z-index: 999;
}
#contact ul > li:not(:last-child) {
	margin-bottom:10px;
}
#contact ul > li:nth-child(1) {
	background:#348ACD;
}
#contact ul > li:nth-child(2) {
	background:#836135;
}
#contact a {
	font-family: 'Lato Black';
	font-size: 12px;
    color: #FFF;
    width: 70px;
    height: 80px;
	display: -webkit-flex; /* Safari */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
	text-align: center;
    padding: 5px;
    line-height: 15px;
}
#contact a > i {
	font-size: 30px;
    width: 100%;
}


/** Footer **/

.mfooter {
    width: 100%;
    background-image: url(images/BARRA.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 12px 0;
}
.mfooter ul{
	display: -webkit-flex; /* Safari */
    display: flex;
    justify-content: center;
    align-items: center;
}
.mfooter ul li{
	padding-right:47px;
}
.mfooter ul li i:before{
	font-size:28px;
	color:#fff !important;
}
.ifooter{
	padding-top:54px;
	padding-bottom:70px;
}
#info-footer{
	display: -webkit-flex; /* Safari */
    display: flex;
    justify-content: space-between;
}
#info-footer > div.infooter{
	width:auto;
}
#info-footer > div.infooter:nth-child(4){
	display: -webkit-flex; /* Safari */
    display: flex;
    justify-content: center;
    align-items: center;
}
#info-footer ul > li > a{
	font-family: 'Lato';
	font-size:20px;
	color:#6fad24;	
}
#info-footer ul > li > ul > li a{
	font-family: 'Lato';
	font-size:20px;	
	color:#fff;
}
#info-footer ul > li > ul > li{
	padding-left:24px;
}
#info-footer ul > li > ul > li > ul > li{
	padding-left:0px !important;
}
#info-footer ul > li > ul > li > ul > li a{
    font-family: 'Lato Thin';
	font-size:16px;	
}
#info-footer ul.menu > li > a {
	display: -webkit-flex; /* Safari */
	display:flex;
	padding-bottom:10px;
	border-bottom:1px solid #FFF;
	margin-bottom:10px;
}
#info-footer ul.menu > li ul.sub-menu > li > a {
	display: -webkit-flex; /* Safari */
	display:flex;
	padding-bottom:5px;
	border-bottom:1px solid rgba(255,255,255,.3);
	margin-bottom:5px;
}
#info-footer ul.menu li.btn-menu {
	background:#6FAD24;
	padding-left:10px;
	padding-right:10px;
	margin-top:20px;
	margin-bottom:20px;
	box-shadow: 5px 5px 15px rgba(0,0,0,.3);
	-webkit-transition: background 800ms ease; /* Safari */
	transition: background 800ms ease;
}
#info-footer ul.menu li.btn-menu > a {
	color:#FFF;
	font-weight:600;
	justify-content:center;
	border-bottom:0!important;
	padding: 5px 0;
}
#info-footer ul.menu li.btn-menu:hover {
	background:#836135;
}
#footer-bottom {
	font-family: 'Lato';
	background:#6FAD24;
	padding:10px 0!important;
}
#footer-bottom > .container {
	max-width:100%;
}
#footer-bottom > .container > #bot-footer {
	color:#FFF;
	display: -webkit-flex; /* Safari */
	display:flex;
	justify-content:space-between;
	align-items:center;
}
#footer-bottom > .container > #bot-footer a {
	font-weight:bold;
	color:#FFF;
}
#footer-bottom > .container > #bot-footer a:hover {
	text-decoration:underline;
}


/**Footer **/
.mobile_menu_bar:before {
	color:#70AB24;
}
#mobile_menu {
	border-color:#008036;
	background:#70AB24;
}
#mobile_menu > li:hover, #mobile_menu > li:active {
	background:#836135
}
#mobile_menu > li > a {
	display: -webkit-flex; /* Safari */
	display:flex;
	align-items:center;
	background: rgba(0,0,0,.2);
}
#mobile_menu > li > a > img {
	margin-right:10px;
}
#menu-inter ul.et_mobile_menu {
	padding:0;
	border-top:0!important;
}
#menu-inter ul.et_mobile_menu > li:nth-child(1) {
	background: #3496D9;
}
#menu-inter ul.et_mobile_menu > li:nth-child(2) {
	background: #6FB023;
}
#menu-inter ul.et_mobile_menu > li:nth-child(3) {
	background: #5E3B80;
}
#menu-inter ul.et_mobile_menu > li:nth-child(4) {
	background: #BDBDBD;
}
#menu-inter ul.et_mobile_menu > li:nth-child(5) {
	background: #068080;
}
#menu-inter ul.et_mobile_menu > li:nth-child(6) {
	background: #EA8900;
}
#menu-inter ul.et_mobile_menu > li > a {
	display: -webkit-flex; /* Safari */
	display:flex;
	align-items:center;
	text-align:center;
}
#menu-inter ul.et_mobile_menu > li > a > img {
	margin-right:5%;
}

@media screen and (max-width:1460px) {
	#top-menu > li {
		height:90px;
	}
	#top-menu > li > a {
		padding-top:15%;
	}
}

@media screen and (max-width: 1405px) {
	#logo {
    	max-height: 80%!important;
	}
	#footer-bottom > .container > #bot-footer {
		flex-wrap:wrap;
		
	}
}

@media only screen and (max-width: 1370px) {
	#top-menu > li:before {
		border-right: 10.6vh solid rgba(29, 27, 29, .20);
		border-top: 9vh solid transparent;
	}
	#top-menu > li > a {
    	font-size: 16px!important;
	}
}
@media screen and (max-width: 1200px) {
	#top-menu > li > a {
    	font-size: 14px!important;
	}
	#top-menu > li:before {
    	border-right: 12.6vh solid rgba(29, 27, 29, .20);
    	border-top: 12vh solid transparent;
	}
	#footer-bottom > .container > #bot-footer {
		flex-wrap:wrap;
		flex-direction:column-reverse;
	}
	#bot-footer > .botfooter {
		text-align:center;
		margin-bottom:20px;
	}
}
@media screen and (max-width: 1160px) {
	#logo {
    	max-height: 70%!important;
	}
	#top-menu > li:hover, #top-menu > li.current-menu-item {
		transform: scaley(1.35);
	}
	#bot-footer > .botfooter:first-child {
		margin-bottom:0;
	}
}
@media screen and (max-width: 1030px) {
	#logo {
    	max-height: 60%!important;
	}
	#top-menu-sidebar,
	#top-menu {
		width: 100%;
	}
	#menu-box {
		width:auto;
		position:fixed;
		left:0;
		right:0;
		bottom:0;
		background:#ccc;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 10px 0;
	}
	#menu-box ul.social {
		margin-bottom:0;
	}
	#footer-bottom {
		margin-bottom: 60px;
	}
	#info-footer {
		flex-wrap:wrap;
	}
	#info-footer > div.infooter {
		width:45%;
	}
}


