body {
    background-image: url("../img/big.jpg");
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-repeat: repeat;
}

.frontpage-logo-block{
	display: block;
	position: relative;
	width: 100%;
}

.logo-block{
	display: block;
	position: relative;
	width: 260px;
	height: 260px;
	margin: 0 auto;
	background-size: 120%, 120%;
	background-image: url("../img/logo.png");
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 20vh;
}

.frontpage-language-block-wrapper{
		display: block;
	position: relative;
	width: 80%;
	height: 35px;
	background-color: #ffffff;
	margin-top: 25px!important;
	margin: 0 auto;
}

.frontpage-language-block{
		display: block;
	position: relative;
	width: 260px;
	margin: 0 auto;
	line-height: 35px;
	text-align: right;
	color: #004070;
	
}

.frontpage-language-block a{
	margin-left: 15px;
}




.gradient-block{
	display: block;
	position: relative;
	height: 30px!important;
	width: 100%;
	
	
	background: rgba(146,205,221,1);
background: -moz-linear-gradient(left, rgba(146,205,221,1) 0%, rgba(0,47,96,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(146,205,221,1)), color-stop(100%, rgba(0,47,96,1)));
background: -webkit-linear-gradient(left, rgba(146,205,221,1) 0%, rgba(0,47,96,1) 100%);
background: -o-linear-gradient(left, rgba(146,205,221,1) 0%, rgba(0,47,96,1) 100%);
background: -ms-linear-gradient(left, rgba(146,205,221,1) 0%, rgba(0,47,96,1) 100%);
background: linear-gradient(to right, rgba(146,205,221,1) 0%, rgba(0,47,96,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92cddd', endColorstr='#002f60', GradientType=1 );
}




#left, #right {
    position: relative;
    float: left;
    margin: 0 5px 0 0;
    border: 1px solid black;
    width: 200px;
    height: 300px;
    overflow: hidden;
}

.services-images{
	width: 100%;
	height: auto;
}


.nav>li>a{
    text-decoration: none;
    background-color: transparent;
    color: #666;
    font-weight: bold;
    padding: 10px 15px;
    border-bottom: 3px solid transparent;
}


.nav>li>a:focus, 
.nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #666;
    font-weight: bold;
border-bottom: 3px solid #666666;
}


.logo-wrapper{
	display: block;
	position: relative;
	width: 100%;
	height: 140px;
}


.logo{

	display: block;
	position: relative;
	width: 140px;
	height: 140px;
	float: left;
	background-size: 120%, 120%;
	background-image: url("../img/logo.png");
	background-repeat: no-repeat;
	background-position: center;

}   


.navbar{
	border-bottom: 2px solid #666666;
	min-height: 46px;
}




.small-logo-wrapper{
	display: block;
	position: relative;
	width: 100%;
height: 36px;
padding-top: 20px;

}


.small-logo{

	display: block;
	position: relative;
	width: 36px;
	height: 36px;
	float: right;
	margin-right: 10px;
	
	background-size: 100%, 100%;
	background-image: url("../img/globus.png");
	background-repeat: no-repeat;
	background-position: center;

}  


.row-white{
	background-color: #ffffff;
}

.text-wrapper{
	padding: 10px;
	font-size: 16px;
}

