#logo {
    overflow: inherit;
    height: auto;
}

#header.scrolled #logo .logo_img {
    height: 50px;
    top: 10px;
}

.captcha_input, .wpcf7-form-control-wrap .captcha_input[type="text"] {
    width: 100%;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], textarea, select {
    border: 1px solid #ccc;
}

.minimal_style.horizontal .resp-tabs-list li.resp-tab-active, .minimal_style.resp-vtabs .resp-tabs-list li.resp-tab-active {
    background: #9AB81C;
}

img.made-by-logo {
    padding: 0 6px;
	position: relative;
	top: 5px;
}

.contact-home-text div.side_icon_box_content {
    color: #ffffff;
	font-weight: 600;
}

div.contact-home-text h3 {
    line-height: 10px;
    margin-bottom: 10px;
}

.tabs-center-bweraniville ul.resp-tabs-list {
	width: 870px;
	margin: 0 auto;
}

@media only screen and (max-width: 1017px) and (min-width: 769px) {
.tabs-center-bweraniville ul.resp-tabs-list {
	width: 100%;
	margin: 0;
}
}

.tabs-center-gambiental ul.resp-tabs-list {
	width: 870px;
	margin: 0 auto;
}

@media only screen and (max-width: 1017px) and (min-width: 769px) {
.tabs-center-gambiental ul.resp-tabs-list {
	width: 100%;
	margin: 0;
}
}

@media only screen and (min-width: 1018px) {
#header.transparent_header:not(.scrolled) {
    background: rgba(255, 255, 255, 0.7);
}
}

.tp-caption.Fortuna_Huge_Title, .Fortuna_Huge_Title {
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	text-transform: uppercase;
}

.flip-box-wrap .horizontal_flip_left .ifb-front,
.flip-box-wrap .horizontal_flip_left .ifb-back {
    border-radius: 10px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
    background: #efefef;
}


