
.has-error .form-control {
    background-color: #F2DEDE;
}

.form-control.valid {
    background-color: #ededed;
}

.input-group-addon {
    border-color: transparent;
}


#homeFullScreen {
    /*background-image: url('../images/Hello-in-8-languages1.jpg');*/
    height:100%;
}

#logoBig img{width:500px;}
.paralaxMask {background: none;}

.btn.homeBtn {
    position:relative;
    background:#8CB750;
    color:#fff;
    border:2px solid #eee;
}


.navbar-brand{padding-top:10px;padding-left: 0;}

.navbar-brand img {
    height: 30px;
    margin-top: 20px;
}

/*** MEDIA QUERIES ***/



@media (max-width: 1000px) {

    .paralaxText blockquote {
        font-size: 26px;
    	line-height: 26px;
    	font-style: italic;
    }

    .navbar-brand img {
        height: 24px;
        margin-top: 20px;
    }    
    .navbar-nav > li {
        font-size: 11px;
    }

    h1 {
    font-size: 40px;
}

}

@media(max-width:767px){
    .navbar-brand img {
        height: 24px;
        margin-top: 10px;
    }    
    .navbar-nav > li {
        font-size: 16px;
    }
    
}

@media(min-width:1200px){
	.navbar-brand img {
    	height: 60px;
    	margin-top: 1px;
    }
    /*
    .navbar-brand img {
    	height: 75px;
    	margin-top: -15px;
	}
	*/
}

@media(min-width:768px){
    .paralaxText blockquote {
		font-size: 26px;
	    line-height: 26px;
	    font-style: italic;
    }


}
/*
.btn-flag {
	background: white; 
}
*/

#home {
    padding-top: 2px;
}


.backstretch-caption {
    max-width: 100%;
    background-color: #000000;
    opacity: 0.85;
    filter: alpha(opacity=85); /* For IE8 and earlier */
    position: absolute;
    bottom: 0px;
    padding: 10px;
    height: auto;
    width: 100%;
}

.backstretch-caption h1 {
    font-family: 'Open Sans', sans-serif;
    background-color:transparent;
    font-size: 42px;
    font-weight: 300;
    text-align: center;
}

.backstretch-caption h2 {
    font-family: 'Open Sans', sans-serif;
    background-color:transparent;
    font-size: 24px;
    font-weight: 300;
    text-align: center;
}

.direction-nav a {
    padding-top: 8px;
    display: block;
    position: absolute;
    top: 50%;
    cursor: pointer;
    }
.direction-nav .slide-next {background-position: 100% 0; right: 15px; color: white;}
.direction-nav .slide-prev {left: 15px;color: white;}
.direction-nav .slide-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}
.direction-nav a:hover {
    color: #000000;
    border-color: #000000;
    opacity: 1;
    filter: alpha(opacity=100);
}

.direction-nav:hover .slide-prev {
    /*left: 5px;*/
}

.direction-nav:hover .slide-next {
    /*right: 5px;*/
}


.newsText{padding:20px 20px 25px 20px; }/*margin-bottom: 22px;}*/
.newsText h3{margin-bottom: 8px;}
.newsText p{font-size:14px;}
.newsText a{font-size:14px;}
.newsText li{font-size:14px;}

.white-popup-block {
    background: #FFF;
    padding: 20px 30px;
    text-align: left;
    max-width: 650px;
    margin: 80px auto;
    position: relative
}

i.mfp-close {
    font-size: 25px;
    width: 50px;
    height: 50px;
    padding: 9px 0 0 0;
    border-width: 4px;
    cursor: pointer;
    right: 5px;
    top: 5px;
}

.mfp-title {
    text-align: center;
    font-weight: bold;
}

.iconMedium{
    font-size: 40px;
}
.iconMedium.iconRounded{
    width: 80px;
    height: 80px;
    padding-top: 17px;
    border-width: 4px;
}

.iconMedium.iconRounded:hover {
    background-color: #fff; 
    /*color: #EAB828;*/
    color: #8CB750;
    cursor: default;
}

.nohover:hover {
    background-color: #fff; 
    /*color: #EAB828;*/
    color: #8CB750;
    cursor: default;

}


.iconMedium_link{
    font-size: 40px;
}
.iconMedium_link.iconRounded{
    width: 80px;
    height: 80px;
    padding-top:17px;
    border-width: 4px;
}

.map2wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 75%;    
}
.map_iframe {
    position: absolute;
    top: 0;
    left: 0;
}

.btn {
    background:#8CB750;
    color:#fff;
    border:2px solid #eee;
}
.btn:hover {
    background: #EAB828;
    color:#000;
    border:2px solid #fff;
    text-shadow:none;
}

.paralaxText-black blockquote, .paralaxText-black h1, .paralaxText-black h2, .paralaxText-black h3, .paralaxText-black p, .paralaxText-black i {
    color: #000;
}

.paralaxText-black blockquote:before, .paralaxText-black blockquote:after {
    color: #000;
}

