body, html{overflow-x: hidden}

.languageIco{
width:30px;
position: relative;
float: right;
cursor: pointer;
margin-right: 20px;
}

.languageIco:hover{
opacity: 0.8;
}

.bigIco{
width: 100%;
max-width: 200px;
}

.facebookIco{
height: 40px; 
display: inline-block; 
float: right; 
position: relative; 
right: 0px; 
margin-bottom: 10px; 
margin-top: -10px;
}

.facebookIco:hover{
	opacity: 0.8;
}

.exampleContent{
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #666;
}

.mainBigIco .service-item:hover{
opacity: 0.6;
}

#exampleContent img{
margin-bottom: 20px
}

.languageIcoOpacity{
opacity: 0.3;
}

.slider-caption{
position: absolute;
left: 25%;
width: 50%;
padding: 30px;
background: rgba(0, 0, 0, 0.6);
text-align: center;
margin-top: 160px;
color: #fff;
font-family: 'Open Sans', sans-serif;
}