body {
	font-family: 'Roboto', sans-serif;
	margin: 0;
	color: #303030;
}

/*HEADER BEGIN*/
div#header {
	background-color : #ffffff;
	margin : 0px;
	padding : 0px;
	width : 100%;
	min-height :90px;
	height : auto;
	position: fixed;
	box-shadow: 0 1px 3px rgba(0,0,0,0.11);
	z-index: 1;
	top: 0;
}
div#header-wrapper {
	padding:15px;
	max-width:1100px;
	margin:0px auto;
}

div#Logo {
	background-image : url("../img/logo.png");
	background-size : 228.769px 70px;
	background-repeat : no-repeat;
	height: 70px;
	width:228.769px;
	float:left;
	margin:auto;
}

div#navContainer {
	width: auto;
	height: 70px;
	display: inline-block;
	margin: 0px 10px;
	line-height : 70px;
	padding : 0px;
}

div#navContainer li {
	height : 0px;
	width : auto;
	display : inline-block;
	margin : 0px 30px;
}

div#navContainer li a {
	padding : 25px 0px;
	text-decoration : none;
	font-weight : 500;
	font-size : 13pt;
	color : #808080;
}

div#navContainer :hover {
	/*color : #000000;*/
	opacity:0.8;
}

div#lang {
	float:right;
	height: 70px;
    line-height: 80px;
}

div#lang img{
	width:25px;
	height:25px;
	margin-left: 5px;
}
/*HEADER END*/

/*#banner {
	background-color: #dddddd;
	margin: 100px auto 0 auto;
	height: 500px;
	width: 100%;
}*/

#container {
	/*background-color: #ffffff;
	width: 1100px;*/
	margin: 100px auto 0 auto;
	/*text-align: center;
	padding: 60px 0;*/
}

.col {
	width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
	overflow: auto;
}

.col:nth-child(odd) {
	background-color: #ffffff; /*White*/
}

.col:nth-child(even) {
	background-color: #f0f0f0; /*Grey*/
}

.content {
	text-align: center;
	margin: 0 auto 0 auto;
	max-width: 1100px;
}

h1 {
	color: #303030;
	margin-top: 0;
	margin-bottom: 40px;
	/*font-weight: normal;*/
}

p {
	text-align: justify;
	color: #808080;
	line-height: 150%;
	font-weight: 300;
}

p a {
	text-decoration: none;
	color: #2379C0;
}

p a:hover {
	opacity: 0.8;
}

img.license {
	float: left;
	margin-right: 40px;
}

.staff-list li {
	display: inline-block;
	margin-right: 30px;
}

.staff-list li:nth-child(4n) {
	margin-right: 0;
}

.staff-list li p {
	text-align: center;
	margin: 15px 0 0 0;
	font-weight: 500;
	line-height: initial;
}

.staff-list img {
	border-radius: 50%;
	box-shadow: 0 2px 0 rgba(0,0,0,0.1);
}

/*FOOTER BEGIN*/
#footer {
	background-color: #122933;
	padding: 60px 0 0 0;
	width: 100%;
	color: #808080;
}

.footer-cont {
	max-width: 1100px;
	margin: 0 auto;
	overflow: auto;
}

.footer-item {
	width: 33.33333%;
	float: left;
}

p.group {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #ffffff;
	margin: 0;
}

img.foo-icon {
	margin-right: 10px;
	vertical-align: text-top;
}

.footer-item ul, ul.staff-list {
	list-style-type: none;
	padding: 0;
}

.footer-item ul li, .footer-item ul li a{
	font-size: 14px;
	font-weight: 300;
	margin: 20px 0;
	letter-spacing: 0.5px;
	height: 20px;
	text-decoration: none;
	color: inherit;
}

.footer-item ul li a:hover, .copyright p a:hover {
	color: #4ab0f4;
}

img.ssi-logo {
	margin-top: 20px;
}

.copyright {
	width: 100%;
	background-color: #0d1f26;
	text-align: center;
	margin-top: 20px;
	padding: 10px 0;
}

.copyright p {
	font-size: 13px;
	font-weight: 300;
	text-align: inherit;
	margin: 3px 0;
	color: #ffffff;
}

.copyright p a {
	text-decoration: none;
	color: inherit;
}
/*FOOTER END*/