/*
You can add your own CSS here.

Click the help icon above to learn more.
*/
.recapchaBlock{
}
.rc-anchor-light .recapchaBlock{
	/*background:rgba(255, 255, 255, 0.2) !important;*/
}

.vc_ie-flexbox-fixer {
    display: block!important;
}

_:-ms-lang(x), .wpb_row.vc_row-fluid.vc_row.standard_section {
    /*margin-left: -36%;
    width: 136%;*/
}


/* Width of news columns in Ipad Landscape */

@media only screen and (max-width: 1024px) and (min-width: 1000px) {
	
	.blog-recent[data-style*="classic_enhanced"].columns-3 .span_4 {
	width: 30%!important;
	}

}


/* Height of feature columns in home and services pages */

@media only screen and (min-width: 1000px) {
	
	.feature-3 {
		height: 114px!important;
	}

}

@media only screen and (max-width: 1000px) and (min-width: 690px) {
	#featuresrow, .featuresrow {
		padding-bottom: 10%!important;
	}
	.features-3-full {
		padding-left: 50px;
		width: 51%!important;
	}
	.feature-3 {
		height: 74px!important;
		word-wrap: break-word;
		text-align: justify;
	}
	.feature-3 h3 {
		font-size: 18.8px!important;
        line-height: 21.8px!important;
	    text-align: left!important;
	}
	.feature-3 span {
		font-size: 16.8px!important;
        line-height: 17.8px!important;
	}
    .feature-3i {
        padding-top: 20px!important;
    }
}

@media only screen and (max-width: 690px) {
	#featuresrow, .featuresrow {
		padding-bottom: 10%!important;
	} 
	.features-3-full {
        padding-left: 30px!important;
        width: 51%!important;
	}
	.feature-3 {
		height: 104px!important;
		word-wrap: break-word;
	}
	.feature-3 h3 {
		font-size: 15.8px!important;
        line-height: 18.8px!important;
	    text-align: left;
	}
	.feature-3 span {
		font-size: 13.8px!important;
        line-height: 15.8px!important;
	}
	.feature-3i {
		padding-top: 30px!important;
	}
}



/* Height of tripart images in home page */

@media only screen and (min-width: 1000px) {
	
	.columna {
		height: 100vh!important;
	}

	_:-o-prefocus, :root .columna {
		min-height: 720px!important;
	}

}

/******* News' search results *******/

article.result .title span {
	font-size: 0!important;
}

article.result .title span:before {
	content: 'News';
	font-size: 15px!important;
}

article.result .title a:hover {
	color: #a41f35!important;
	opacity: 0.85;
}

#search-results .result .inner-wrap {
	box-shadow:none;
}

/******* News' search results *******/


/* Additional styles for web forms */

.wpcf7-mail-sent-ok {
    border: 2px solid #173b82!important;
}

@media only screen and (max-width: 730px) {
	.minimal-form-input.has-text .text-inner, .minimal-form-input.filled .text-inner {
		padding-top: 16px!important;
	}
}



/* styles of language menu */
@media only screen and (max-width:1000px) {
    
    #header-space {
    height: 83px!important;
}
    
    #nav-lang {
display: flex;
    position: fixed;
    background-color: white;
    top: 30px;
    left: 48%;
    z-index: 100000!important;
    font-size: 12px;
    text-transform: uppercase;    
    font-weight: bold;	   
}
    #nav-lang .sf-with-ul {
text-transform: uppercase;
    font-size: 12px;
    line-height: 19.6px;
    font-weight: 700;
    transition: color 0.2s linear;
    /* padding: 25px 20px 35px 20px; */
    z-index: 1000000;
	  cursor: pointer;
	  color: #888;
}
    #nav-lang .sf-with-ul:hover {
	  color: #f4bf1c!important;	
}
     #nav-lang .sf-with-ul:before {   
    content: ' ';
    /* border-color: rgba(0,0,0,0.4); */
    height: 34px;
    border-radius: 200px!important;
    border: 2px solid #fff;
    display: block;
    position: absolute;
    left: -17px;
    top: 6px;
    /* padding-bottom: 10px; */
    transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    width: 142%;
    /* z-index: 1000003; */
    box-sizing: border-box;
    border-color: rgba(0,0,0,0.4);
    z-index: -1;
     }
     #nav-lang .sf-with-ul:hover:before {   
	    border-color:#f4bf1c!important;
}
     
    .mobil-sup {
list-style: none;
}

.mobil-sub-menu {
    width: 200px;
    /* left: -500px!important; */
    /* right: -500px!important; */
    padding-left: 50px!important;
    top: 54px;
    left: -50px;
    /* display: inline; */
    background-color: #1C1C1C;
    position: absolute;
}

.mobil-sub-menu a {
    color: #ccc;
}

.mobil-sub-menu a:hover {
	  color: #f4bf1c!important;	
}

}


@media only screen and (min-width:1001px) {
    
    #nav-lang {
display: none;
}
}


/* Hidden original language menu for mobile devices */

#slide-out-widget-area .qtranxs-lang-menu {
		display:none;
}

