@import url('reset.css');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,700');
@import url('slicknav.css');
@import url('font-awesome/css/font-awesome.min.css');
html {
	width:100%;
	height:100%;
	position:relative;
}
body {
	overflow-x:hidden;
	margin:0;
	width:100%;
	height:100%;
	font-size: 15px;
	line-height: 1.6em;
	font-family: 'Raleway', sans-serif;
	color: #333;
	background:#f3f3f3;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	position:relative;
}
h1 {
	color:#666;
	font-size:32px;
	margin:0 0 15px 0;
	line-height:40px;
}
h2 {
	color:#0079a3;
	font-size:24px;
	margin:0 0 20px 0;
	line-height:32px;
}
h3 {
	font-size:20px;
	margin:0 0 15px 0;	
	line-height:28px;
}
p {
	font-size:15px;
	line-height:22px;
	margin:0 0 15px 0;
}
a {
	color:#007ba9;
	font-weight:700;
	text-decoration:underline;
}
.clear {
	clear:both;
}
.container {
	width:96%;
	padding:0 2%;
	margin:0 auto;
}
.slicknav_menu {
	display:none;
}
#header {
	position:relative;
	z-index:999;
	height:204px;
	box-shadow:0 0 10px rgba(0,0,0,0.4);
	background:url(../images/header.jpg) no-repeat top center;
}
#header .container {
	position:relative;
}
.logo {
	float:left;
	margin:20px 0 0 0;
}
.menu {
	list-style-type:none;
	margin:30px 20px 0 0;
	position:relative;
	float:right;
}
.menu li {
	display:inline-block;
	margin:0 10px 0 0;
	line-height:150px;
	height:150px;
	position:relative;
}
.menu li a {
	text-decoration:none;
	font-size:24px;
	color:#0e567e;
	transition:all .5s;
	font-weight:300;
	padding:15px;
	border-radius:10px;
	background:#fff;
	border:1px solid #c9c9c9;
}
.menu li.current a{
	background:transparent;
	border:0px solid #c9c9c9;
	
}
.menu li.current {
	background:url(../images/current.png) no-repeat bottom center;
}
.menu li a:hover{
	border:1px solid #016894;
}
.menu li.current a:hover {
	border:none;
}
#content {
	padding:80px 0;
}
.welcome {
	padding:0 150px;
}
.welcome p {
	font-size:16px;
	line-height:24px;
}
.content {
	padding:0 150px;
}
.welcome h1 {
	padding-top:20px;
	margin:0 0 15px 0;
}
.welcome h1 span:nth-child(1) {
	color:#023b59;
}
.welcome h1 span:nth-child(2) {
	color:#0088b8;
}
.welcome h1 span:nth-child(3) {
	color:#00adef;
}
.img-l {
	float:left;
	margin:25px 80px 100px 0;
}
.img-r {
	float:right;
	margin:0 0 100px 80px;
}
.bord {
	padding:5px;
	background:#fff;
	box-shadow:0 0 15px rgba(0,0,0,0.2);
}
.list {
	margin:0 0 40px 0;
}
.list li {
	padding:0 0 0 0;
	margin:0 0 4px 0;
	left:30px;
	position:relative;
}
#team {
	padding:50px 150px;
	background:#fff;
	border-top:1px solid #ccc;
}
.img{
	padding:5px;
	background:#fff;
	box-shadow:0 0 4px rgba(0,0,0,0.2);
	float:left;
	margin:40px 2% 30px 0;
}
.image-container {
	float:left;
	width:45%;
}
.image-container img {
	width:90%;
}
.text-container {
	float:left;
	width:50%;
}
.project {
	width:45%;
	float:left;
	padding:1%;
	background:#fff;
	box-shadow:0 0 4px rgba(0,0,0,0.2);
	margin:25px 3% 25px 0;
}
.plogo {
	width:35%;
	max-width:100%;
	float:left;
}
.pimg {
	width:65%;
	float:right;
	max-width:100%;
}
#form {
	width:50%;
	float:left;
	margin:0 0 50px 0;
}
#details {
	width:48%;
	float:right;
	margin:-40px 0 0 0;
}
.map {
	margin:20px 0 0 0 !important;
	width:100% !important;
	height:340px !important;
	padding:10px !important;
	background:#fff !important;
	box-shadow:0 0 15px rgba(0,0,0,0.2) !important;
	border-radius:10px !important;
}
.contact-form {
    width: 100%;
	margin:0 0 0 0;
}
.contact-form input,
.contact-form textarea {
    width: 90%;
    margin: 0 0 15px 0;
}
.contact-form select {
    width: 96%;
}
.contact-form textarea {
    height: 120px;
}
.contact-form label {
    display: block;
	text-align:left !important;
    margin-bottom: 0px;
    color: #333;
    font-size: 15px;
    clear: both;
    padding: 0 0 5px 0;
}
.contact-form .req {
    color: red;
}
.contact-form {
    margin: 30px 0 0 0;
}
.contact-form input,
.contact-form textarea,
.contact-form select {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #C9C9C9;
    color: #545658;
    padding: 10px;
    font-size: 14px;
    border-radius: 5px;
}
#submit {
    display: block;
	text-transform:uppercase;
    background:#016894;
	color:#fff;
    cursor: pointer;
    height: 40px;
    padding: 0;
    width: 120px;
    position: relative;
    float: left;
    left: 0px;
	transition:all .5s;
	border:none;
	border-radius:0;
}
#submit:hover {
    background:#0f75a0;
}
#footer {
	position:relative;
	color:#999;
	background:#103042;
	height:20px;
	border-top:5px solid #00adef;
	border-bottom:30px solid #005779;
	padding:30px 0;
	margin:0 0 0 0;
}
#footer .copy {
	float:left;
	margin:0 0 0 0;
	font-size:12px;
	line-height:19px;
}
#footer .footer-frog {
	position:absolute;
	right:50px;
	bottom:-30px;
	width:180px;
	height:173px;
	background:url(../images/footer-frog.png) no-repeat;
}
#footer a{
	color:#999;
	text-decoration:none;
}	


@media only screen and (max-width: 1600px) {
	.content, .welcome {
		padding:0 100px;
	}
	#team {
		padding:50px 100px;
	}
	.img-r {
		max-width:450px;
		margin:0 0 30px 50px;
	}
	.img-l {
		max-width:450px;
		margin:0 50px 30px 0;
	}
}
@media only screen and (max-width: 1400px) {
	.content, .welcome {
		padding:0 50px;
	}
	#team {
		padding:25px 50px;
	}
	
	.img-r, .img-l {
		max-width:400px;
		margin-bottom:20px;
	}
	.menu {
		margin:30px 0px 0 0;
	}
	.menu li a {
		font-size:20px;
		padding:12px;
	}
	
}
@media only screen and (max-width: 1200px) {
	.content, .welcome {
		padding:0 20px;
	}
	#team {
		padding:25px 20px;
	}
	.img-r, .img-l {
		max-width:300px;
	}
}
@media only screen and (max-width: 1000px) {
	.menu {
		display:none;
	}
	#header {
		text-align:center;
		margin:50px 0 0 0;
	}
	.logo {
		float:none;
		max-width:90%;
		margin:0 0 0 0;
	}
	.slicknav_menu {
		display:block;
		width:100%;
		position:fixed;
		top:0;
		z-index:99999;
	}
	.project {
		width:95%;
		float:left;
		padding:1%;
		background:#fff;
		box-shadow:0 0 4px rgba(0,0,0,0.2);
		margin:25px 3% 25px 0;
	}
	.plogo {
		width:35%;
		max-width:100%;
		float:left;
	}
	.pimg {
		width:65%;
		float:right;
		max-width:100%;
	}
}
@media only screen and (max-width: 800px) {
	#footer span {
		display:none;
	}
	#header {
		background-image:none;
		background-color:#fff;
		height:auto;
		padding:15px 0;
	}
	#footer {
		
		margin:0 0 0 0;
	}
	#footer .copy {
		float:none;
		text-align:center;
		padding:0 50px;
	}
	#footer .footer-frog {
		display:none;
	}
	.welcome {
		text-align:center;
		padding:0 0 0 0;
	}
	p {
		font-size:14px;
		line-height:20px;
	}
	.welcome p {
		font-size:14px;
		line-height:20px;
	}
	#form {
		width:100%;
		float:none;
		margin:0 0 30px 0;
	}
	#details {
		width:100%;
		float:none;
		margin:30px 0 0 0;
	}
	.map {
		margin:20px 0 0 0 !important;
		width:90% !important;
		height:250px !important;
		padding:10px !important;
		background:#fff !important;
		box-shadow:0 0 15px rgba(0,0,0,0.2) !important;
		border-radius:10px !important;
	}
	.img-r, .img-l {
		max-width:100%;
		float:none;
		margin:0 0 30px 0;
	}
}

@media only screen and (max-width: 600px) {
	.project {
		text-align:center;
	}
	.plogo {
		width:auto;
		max-width:100%;
		float:none;
	}
	.pimg {
		width:100%;
		float:none;
		max-width:100%;
	}
}