@charset "utf-8";
body, html {font-size:14px;background-color:#f3f3f3;font-family:"Open Sans";}
/** navbar customization */
.navbar {margin-bottom:0px;min-height:73px; }
.navbar-default { border-color:#fff;background-color:#fff;}
.navbar-fixed-top .navbar-nav > li > a:hover {background-color:#d6d6d6;}
.navbar-header, .navbar-collapse {min-height:73px;}
.navbar-toggle {margin-top:22px;}
.navbar-right {padding-top:11px;}
.main-row-header {padding-right:0px;padding-left:0px;}

.logo-img {width:90%;height:auto;}
@media (max-width: 767px) {
	.navbar-right {padding-top:0px;}
	.logo-img {width:80%;height:auto;}
}
/** Content */
.link, .link:hover, .link:visited, .link:link, .link:active {color:#94d466;font-weight:bold;text-decoration:underline;}
.text {font-size:1rem;text-align:justify;line-height:1.8rem; color:#7c7c7c;}
b { font-size:1rem;text-align:justify;line-height:1.8rem;color:#414141;}
.text-footer {font-size:0.8571rem;text-align:justify;line-height:0.8571rem;color:#fff;}
.main-content {background-color:#fff;}
.img-container {padding-right:0px;padding-left:0px;}
h3 {color:#414141;font-size:1.429rem;font-weight:bold;}
.btn-sm {border-radius:0px;border:none;}
.btn-default:hover {background-color:#96d16f;}
.btn-default {background-color:#96d16f;}
.img-customize {width:100%;max-height:90%;border-bottom:4px solid #000;border-bottom-left-radius:4px;border-bottom-right-radius:4px;cursor:pointer;}
.img-footer {width:90%;}
.well {background-color:#fff;border:none;padding-top:30px;}
.btn-primary {border-bottom-left-radius:4px;border-bottom-right-radius:4px;}
.btn-collapse, .btn-collapse:hover {padding:1px 16px;float:right;background-color:#000;position:relative;top:-2px;}
.link-top-footer, .link-top-footer:hover, .link-top-footer:visited, .link-top-footer:link, .link-top-footer:active { color:#ffffff;font-weight:bold;text-decoration:underline;}
.link-last-footer, .link-last-footer:visited, .link-last-footer:link, .link-last-footer:active {color:#000000;font-weight:normal;text-decoration:underline;}
.link-last-footer:hover {color:#000000;font-weight:normal;text-decoration:none;}
#menu-contact-entrie {display:none;}	
.btn-collapse:focus, .btn-collapse:active, .btn-collapse.active, .btn-collapse.focus, .btn-collapse:visited, .btn-collapse.visited, .btn-collapse:active.focus, .btn-collapse.active.focus, .btn-collapse:active:hover, .btn-collapse.active:hover {background-color:#000;}
textarea {resize:none;}	
@media (max-width: 767px) {
	.img-footer {width:30%};
}	
@media (min-width: 1200px) {
	.col-lg-8 {width:57.666667% !important;}
	.col-lg-4 {width:42.333333% !important;}
	.col-lg-offset-2 {margin-left:21.666667% !important;}
	.col-lg-offset-1 {margin-left:5.333333%;}
}
@media (min-width: 1200 and max-width: 1362) {
	.col-lg-offset-2 {margin-left:18.666667% !important;}
	.col-lg-8 {width:67.666667% !important;}
}
@media (max-width: 700px) {
	body, html {font-size:12px;}
	.main-row-header {padding-left:15px;padding-right:15px;}
}
@media (max-width: 1360px) {
	.footer-main-col {padding-left:15px !important;}
}
.contact_sendbtn {background-color:darkorange;border:1px solid #FFFFFF;color:#FFFFFF !important;float:left;font-size:18px;height:50px;margin-top:18px;outline:medium none;text-align:center;width:120px;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
.cookies-area-warning {position:fixed;display:none;bottom:0px;z-index:1000;color:#fff;padding:20px;background-color:rgba(0,0,0,0.8);width:100%;}
.open-cookies{animation-name:pickingCookie;animation-duration:1.5s;-webkit-animation-name:pickingCookie;-webkit-animation-duration:1.5s;}
.close-cookies {animation-name:hideCookie;animation-duration:1.5s;-webkit-animation-name:hideCookie;-webkit-animation-duration:1.5s;}
@keyframes hideCookie {
    0% {bottom:0px;} 
    100% {bottom:-500px;}
}
@-webkit-keyframes hideCookie {
    0% {bottom:0px;} 
    100% {bottom:-500px;}
}
@keyframes pickingCookie {
    0% {bottom:-500px;} 
	100% {bottom:0px;}
}
@-webkit-keyframes pickingCookie {
	0% {bottom:-500px;} 
    100% {bottom:0px;}
}
.cookies-btn {float:right;margin-top:0px;height:40px;}
.cookies-content {margin-top:76px;padding:37px;}
.cookies-content > p{text-align:justify;}