@import url('https://fonts.googleapis.com/css?family=Slabo+27px');
@import url('https://fonts.googleapis.com/css?family=Oswald');
@import url('https://fonts.googleapis.com/css?family=Lato:300');
@import url('menu.css');

body, html {
	background: #4982ba; /* Old browsers */
	background: -moz-linear-gradient(top, #4982ba 0%, #b8d1eb 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #4982ba 0%,#b8d1eb 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #4982ba 0%,#b8d1eb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4982ba', endColorstr='#b8d1eb',GradientType=0 ); /* IE6-9 */
    color: #000000;
    margin: 0;
    padding: 0;
    width: 100%;
}

/* RESET */

 ul,li {
	    list-style:none;
		display:block;
		padding:0;
		margin:0;
 }
 
a {
	text-decoration:none;
	color:#E5E5E5;
	}
p { padding:0;
	margin:0;}

h1 {
	text-align:center;
	font-family: 'Oswald', sans-serif;
	font-size:22px;
	color:#F60;}	
h2 {
	text-align:left;
	font-family: 'Oswald', sans-serif;
	font-size:22px;
	color:#104982;}
	
/* center */

.center_fix {
	margin:0px auto 0 auto;
	width:900px;
	position:relative;
	}
/* header */

.header {
	/*font-family: 'Quicksand', sans-serif;*/
	width:100%;
	background-color:#FFFFFF; /* HEADER COLOR */
	position:relative;
}  

/* Logo */

.logo_box {

float:left;
height:150px;
width:160px;
background-color:#104982;
background-image:url("images/logo02.png");
 background-repeat: no-repeat;

}

/* Menu */

.menu_box {

float:left;
height:150px;
width:740px;
background-color:#104982;

}

/* Gallery */

.gallery_box {

float:left;
height:425px;
width:900px;
background-color:#415F7A;
/*background-image:url("images/platform.jpg")*/

}

.divide {

float:left;
height:8px;
width:900px;
background-color:#1972CA;

}

.language {
	color:white;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:14px;
	text-align:right;

float:left;
width:890px;
background-color:#0E4174;
padding:5px;
}


/* Footer */

.main_box {
/* font-family: 'Open Sans Condensed', sans-serif;*/
font-family: 'Lato', Calibri, Arial, sans-serif;
font-size:18px;
color:#484848;
line-height: 1.7em;
float:left;
width:820px;
padding:40px;
background-color:white;
text-align: justify;

}

.footer_box {
float:left;
height:150px;
width:900px;
background-color:#104982;

}

.footer_map {
	float:left;
	height:150px;
	width:100px;
	background-image: url("images/mapss.png");
	background-size: 80px 80px;
	background-repeat: no-repeat;
	background-position: center;
}

.footer_address {
	color:white;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:14px;
	line-height: 1.2em;
	float:left;
	height:140px;
	width:180px;
	text-align:right;
	padding-top:10px;

}

.footer_social_f {

	float:right;
	height:140px;
	width:60px;
	text-align:right;
	padding-top:10px;
	background-image: url("images/facebook.svg");
	background-size: 48px 48px;
	background-repeat: no-repeat;
	background-position: center;

}

.footer_social_l {

	float:right;
	height:140px;
	width:60px;
	text-align:right;
	padding-top:10px;
	background-image: url("images/linkedin.svg");
	background-size: 48px 48px;
	background-repeat: no-repeat;
	background-position: center;

}

.footer_social_t {

	float:right;
	height:140px;
	width:60px;
	text-align:right;
	padding-top:10px;
	background-image: url("images/twitter.svg");
	background-size: 48px 48px;
	background-repeat: no-repeat;
	background-position: center;

}
.footer_social_y {

	float:right;
	height:140px;
	width:60px;
	text-align:right;
	padding-top:10px;
	background-image: url("images/youtube2.svg");
	background-size: 48px 48px;
	background-repeat: no-repeat;
	background-position: center;

}

.feder_petroli {
	color:white;
	margin-top:20px;
	padding-top:15px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:14px;
	float:left;
	height:90px;
	width:370px;
	text-align:center;
	padding-top:10px;
	background-image: url("images/logofederpng21.png");
	background-repeat: no-repeat;
	background-position: center;

}