@charset "UTF-8";
/* CSS Document */

body {
	background: #fff;
	position: relative;
	font-family: 'Libre Baskerville', 'serif';
	/*font-family: 'Droid Serif', 'serif';*/
	letter-spacing: 1.25px;
}

header {
	position: fixed;
	z-index: 9999;
	width: 100%;
	top: 0;
	height: 83px;
	background: rgba(255,255,255,17);
}

/*========Navigation========*/

nav ul {
	float: right;
	margin: 34px 0 0 0;
}

nav ul li {
	float: left;
	margin: 0 40px 0 0;
	list-style-type: none;
	font-size: 12px;
}

nav ul li a {
	text-decoration: none;
	color: #666;
}

nav ul li a:hover {
	text-decoration: none;
	color: #666;
	opacity: .5;
	padding-bottom: 7px;
	border-bottom: 1px solid #999;
}

#lang {
	margin-right: 40px;
}

#lang li {
	margin: 0;
}

#logo a {
	float: left;
	margin: 30px 40px 0 40px;
	font-size: 18px;
	color: #666;
}

/*========END Nav========*/

.wrapper {
	width: 100%;
	margin: 0 auto;
}

h1 {
	font-weight: 500;
	font-size: 30px;
	color: rgba(255,255,255,.9);
	text-align: center;
	padding: 300px 0 0 0;
}

h2 {
	font-weight: 100;
	font-size: 26px;
	color: rgba(0,0,0,.7);
	text-align: center;
	padding: 130px 0 20px 0;
	border-bottom: 1px solid #ccc;
	width: 150px;
	margin: 0 auto 20px auto;
}

h3 {
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	color: rgba(0,0,0,.4);
	text-align: center;
	margin: 20px auto;
}

p {
	font-weight: 100;
	font-size: 12px;
	line-height: 30px;
	color: rgba(0,0,0,.7);
	text-align: center;
	padding: 20px 0 30px 0;
	width: 60%;
	margin: 0 auto;
}

strong {
	font-weight: 700;
}

em {
	font-style: italic;
}

/*========Buttons========*/

.buttons {
	margin: 70px auto;
	max-width: 370px;
}

#button1, #button2 {
	float: left;
}

#button1, #button2 {
	margin: 0 15px;
	padding: 15px 20px;
	border: 1px rgba(255,255,255,.3) solid;
	transition: .7s linear;
	text-align: center;
}

#button1 a, #button2 a {
	color: rgba(255,255,255,.9);
	margin: 0 10px;
	font-size: 14px;
	transition: .7s linear;
}

.active {
	transition: .7s linear;
	background: rgba(255,255,255,.2);
}


/*========Sections========*/

#main {
	margin: 0 auto;
	padding: 0;
	background: /*url(../office.jpg)*/ url(../back.png) no-repeat;
	/*background-position: 0 -70px;*/
	background-size: cover;
	max-width: 100%;
	min-width: 320px;
	height: 768px;
}

#about {
	margin: 0 auto;
	background: rgba(204,204,204,.3);
	max-width: 100%;
	height: auto;
	padding-bottom: 90px;
	position: relative;
}

#about p {
	text-align: justify;
}

#about p:nth-child(2) {
	padding: 10px 0 0 0;
}

#about p:nth-child(3) {
	text-align: center;
}

#about p:nth-child(4) {
	text-align: justify;
}

#about h4 {
	font-size: 20px;
	text-align: justify;
	width: 60%;
	margin: 20px auto 17px auto;
	color: rgba(0,0,0,.7);
}

#about #photo {
	width: 230px;
	height: 230px;
	position: static;
	float: left;
	margin: 8px 10px 0 0;
}

#services {
	margin: 0 auto;
	background: #fff;
	max-width: 100%;
	height: 768px;
}

#services p {
	text-align: justify;
}

#experience {
	margin: 0 auto;
	background: rgba(204,204,204,.3);
	max-width: 100%;
	height: auto;
	padding-bottom: 60px;
}

#experience p {
	text-align: justify;
}

#contact {
	margin: 0 auto;
	background: rgba(51,51,51,.4);
	max-width: 100%;
	height: auto;
	padding-bottom: 25px;
}

#contact h2 {
	padding-top: 30px;
}

#contact h2, #contact p {color: #fff;}

#contact p {
	padding: 10px 0 0 0;
	text-align: center;
}

h6 {
	text-align: center;
	font-size: 10px;
	margin-top: 60px;
	color: #fff;
	
}

/*========END Sections========*/

/*========Icons========*/

.icons {
	height: auto;
	max-width: 806px;
	margin: 0 auto;
}

.icons ul {
	width: 100%;
	margin: 0 auto;
}

.hovic {
	display: block;
	margin: 40px 0 20px 0;
	width: 100px;
	height: 100px;
	background: /*rgba(0,102,153,.5)*/ rgba(51,102,102,.5) no-repeat;
	border-radius: 50px;
	position: relative;
	transition: .3s linear;
}

.icons ul li {
	float: left; 
	width: 100px;
	margin: 20px 30px 20px 30px;
}

.icons ul li:last-child {
	margin: 20px 0 20px 30px;
}

.icons ul li h3 {
	display: block;
	position: relative;
}

.hovic:hover {
	background: rgb(204,204,153) no-repeat;
	transition: .3s linear;
}

.hovic:last-child {
	margin: 40px 0 20px 30px;
}

/*========Images in Icons========*/

img {
	position: absolute;
	width: 60px;
	height: auto;
	top: 20px;
	left: 21px; 

}

li:nth-child(3) img {
	position: absolute;
	width: 75px;
	height: auto;
	top: 27px;
	left: 16px;
}

li:nth-child(5) img {
	position: absolute;
	width: 47px;
	height: auto;
	top: 28px;
	left: 27px; 

}

/*========Clients========*/

.clients {
	max-width: 840px;
	margin: 15px auto;
	min-height: 310px;
}


figure {
	width: 200px;
	height: 150px;
	float: left;
	margin: 0 10px 10px 0;
	transition: .7s;
}

figure:hover {
	transition: .7s;
	background: rgba(0,0,0,.1);
}

.clients p {
	background: rgba(255,255,255,.8);
	color: rgba(0,0,0,.9);
	padding: 20px;
	width: 200px;
	height: 150px;
	z-index: 999;
	font-size: 12px;
	line-height: 20px;
}

@media (max-width: 850px) {
	.clients {
		max-width: 630px;
		height: 460px;
		margin: 15px auto; 
	}
	
	nav ul {
		visibility: hidden;
	}
	
	nav {
		width: 50px;
		height: 50px;
		background: rgba(51,102,102,.5);
		border-radius: 10px;
		position: fixed;
		top: 15px;
		right: 10px;
		transition: 1s;
	}
	
	.drop {
		width: 150px;
		height: 150px;
		transition: 1s;
		background: rgba(102,102,102,.7);
	}
	
	.drop #lang {
		margin: 0 auto;
	}
	
	.drop #lang li {
		text-align: center;
		float: left;
	}
	
	.drop ul {
		float: none;
		visibility:visible;
	}
	
	.drop ul li {
		float: none;
		margin: 0;
		text-align: center;
		padding: 5px 4px;
		border-bottom: 1px solid #fff;
	}
	
	.drop ul li a {
		color: #fff;
	}
	
	.drop ul li a:hover {
		color: #fff;
		border-bottom: #fff;
	}
}

@media (max-width: 790px) {
/*		ul {
		display: none;
	}
	
.sidemenu {
		width: 50px;
		height: 50px;
		background: #ccc;
		border-radius: 10px 0 0 10px;
		position: fixed;
		top: 15px;
		right: 0;
	}
	.menu {
		display: list-item;
		transition: .7s linear;
		opacity: 1;
		background: #fff;
	}*/
	
	#services {
		height: 960px;
	}
	
	.icons {
	height: auto;
	max-width: 500px;
	margin: 0 auto;
	}

}

@media (max-width: 637px) {
	.clients {
		max-width: 420px;
		height: 620px;
		margin: 15px auto; 
	}
	
}


@media (max-width: 484px) {
	
	#services {
	height: 1260px;
	}
	
	.icons {
	height: auto;
	max-width: 325px;
	margin: 0 auto;
	}
	
	.clients {
		max-width: 210px;
		height: 1260px;
		margin: 15px auto; 
	}
		
	.buttons {
	margin: 50px auto;
	max-width: 145px;
	height: auto;
	}
	
	#button1, #button2 {
		margin: 15px auto;
	}
	
	#button1 a {
		color: rgba(255,255,255,.9);
		margin: 0 8px;
	}
	
    #button2 a {
		color: rgba(255,255,255,.9);
		margin: 0 10px;
	}
	
}