@import url('reset.min.css');
@import url('slicknav.css');
@import url('font-awesome/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,400i,700,700i');
html {
	width:100%;
	height:100%;
	position:relative;
}
body {
	overflow-x:hidden;
	margin:0;
	width:100%;
	height:100%;
	font-size: 16px;
	line-height: 1.5em;
	font-family: 'Raleway', sans-serif;
	color: #000;
	background:#fff;
	position:relative;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}
.clear {
	clear:both;
}
.container {
	width:1200px;
	margin:0 auto;
	position:relative;
}
h1 {
	font-size:32px;
	margin:0 0 20px 0;
	line-height:32px;
}
h2 {
	font-size:26px;
	margin:0 0 20px 0;
	line-height:28px;
	font-weight:400;
}
h3 {
	font-size:22px;
	margin:0 0 15px 0;
	line-height:24px;
	font-weight:700;
}
h4 {
	font-size:18px;
	margin:0 0 15px 0;
	line-height:24px;
	font-weight:700;
}
p {
	font-size:16px;
	line-height:24px;
	margin:0 0 15px 0;
}
#header {
	width:100%;
	position:relative;
	z-index:900;
	padding:50px 0 0 0;
	height:250px;
}
.menu-bar {
	width:100%;
	height:60px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	line-height:60px;
	margin:0 0 30px 0;
}
.email {
	color:#fff;
	font-family:arial;
	border-right:1px solid #ccc;
	line-height:60px;
	padding:0 30px 0 0;
	display:block;
	float:left;
}
.phone {
	color:#fff;
	display:block;
	float:left;
	line-height:60px;
	font-family:arial;
	padding:0 0 0 30px;
}
.mobile-logo {
	display:none;
}
.logo {
	width:300px;
	position:relative;
	left:50%;
	margin:0 0 0 -150px;
}
.slicknav_menu {
	display:none;
}
.menu {
	list-style-type:none;
	margin:0;
	float:right;
}
.menu li {
	display:block;
	line-height:60px;
	position:relative;
	margin:0;
	float:left;
}
.menu li a {
	color:#fff;
	font-size:16px;
	text-transform:uppercase;
	text-decoration:none;
	padding:0 20px;
}
.menu li:nth-child(1), .menu li:nth-child(2) {
	border-right:1px solid #ccc;
}
#banner {
	width:1920px;
	height:753px;
	position:relative;
	z-index:0;
	top:-300px;
	left:50%;
	margin:0 0 -300px -960px;
	background:url(../images/banner.jpg) no-repeat top center;
}
.welcome {
	padding:0;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	z-index:50;
	height:374px;
	background:url(../images/welcome.png) no-repeat top center;
	color:#fff;
	text-align:center;
}
.welcome p {
	text-align:center;
	padding:150px 0 0 0;
	width:400px;
	margin:0 auto;
}
.section {
	padding:100px 0;
	min-height:200px;
	outline:none;
}
#about {
	background:#3d75aa;
	color:#fff;
	text-align:center;
}

.welcome a {
	padding:15px 20px;
	display:inline-block;
	margin:15px 0 0 0;
	border:1px solid #fff;
	text-decoration:none;
	color:#fff;
}
#services {
	background:#eee;
}
.center {
	text-align:center;
	margin:0 0 50px 0;
}
.col-left {
	width:48%;
	float:left;
	margin:50px 0 50px 0;
	text-align:center;
}
.col-right {
	width:48%;
	float:right;
	margin:50px 0 50px 0;
	text-align:center;
}
.col-right h2 {
	margin:100px 0 20px 0;
}
.col-left h2 {
	margin:50px 0 20px 0;
}
.gallery-col-left {
	width:47%;
	float:left;
}
.gallery-col-right {
	width:47%;
	float:right;
}
.gallery-col-left img {
	width:100%;
}
.gallery-col-right img {
	width:100%;
}
.third img {
	width:29.33%;
	float:left;
	margin:0 4% 20px 0;
}
.full img {
	width:100%;
}
#contact iframe {
	width:100%;
	height:500px;
}
.left {
	text-align:left;
}
#footer {
	padding:20px 0;
	background:#212121;
	color:#999;
}
#footer .copy {
	float:left;
	font-size:13px;
	margin:0;
}
#footer .designer {
	float:right;
	font-size:13px;
	margin:0;
}
#footer .designer a {
	color:#999;
	text-decoration:none;
}
#form {
	margin:-20px 0 0 0;
}
#details {
	width:45%;
	float:right;
	margin:30px 0 0 0;
}
#details img {
	max-width:100%;
}
.contact-form {
    width: 100%;
	margin:0 0 0 0;
}
.contact-form input,
.contact-form textarea {
    width: 94%;
    margin: 0 0 15px 0;
}
.contact-form select {
    width: 96%;
}
.contact-form textarea {
    height: 100px;
}
.modal textarea {
    height: 100px !important;
}
.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: #f9f9f9;
    border: 1px solid #ddd;
    color: #545658;
    padding: 10px;
    font-size: 14px;
    border-radius: 5px;
	font-family: 'Raleway', sans-serif !important;
}
.contact input[type="text"],
.contact select {
	background: #fff;
    border: 1px solid #ddd;
    color: #545658;
    padding: 10px;
    font-size: 14px;
    border-radius: 5px;
	font-family: 'Raleway', sans-serif !important;
	width:45%;
	margin:0 0 10px 0;
}
.contact input[type="submit"]{
	display: block;
	text-transform:uppercase;
	background:#265291;
	color:#fff;
    cursor: pointer;
    height: 40px;
    padding: 0;
    width: 120px;
    position: relative;
    float: right;
    left: 0px;
	transition:all .5s;
	border:none;
	border-radius:0;
}
#submit {
    display: block;
	text-transform:uppercase;
	background:#265291;
	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:#17417d;
}

@media only screen and (max-width: 1200px) {
	.container {
		width:96%;
		padding:0 2%;
	}
	
}
@media only screen and (max-width: 1024px) {
	.mobile-logo {
		width:300px;
		position:relative;
		left:50%;
		margin:0 0 0 -150px;
		display:block;
	}
	#banner {
		width:100%;
		height:500px;
		position:relative;
		z-index:0;
		top:0;
		left:0;
		margin:0 0 0 0;
		text-align:center;
		background:url(../images/banner.jpg) no-repeat top center;
	}
	.welcome {
		padding:100px 0 0 0;
		width:100%;
		position:relative;
		top:0;
		left:0;
		z-index:50;
		height:auto;
		background-image:none;
		color:#fff;
		text-align:center;
	}
	.welcome p {
		text-align:center;
		padding:50px 0 0 0;
		width:90%;
		margin:0 auto;
	}
	.slicknav_menu {
		display:block;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		z-index:9999;
	}
	#header {
		display:none;
	}	
	#footer span {
		display:none;
	}
	.copy, .designer {
		float:none;
		width:100%;
		text-align:center;
	}
	p {
		font-size:14px;
		line-height:22px;
	}
	h1 {
		font-size:26px;
		margin:0 0 15px 0;
		line-height:30px;
	}
	.container {
		width:96%;
		padding:0 2%;
	}
}
@media only screen and (max-width: 800px) {
	.col-left, .col-right {
		width:100%;
		float:none;
		margin:25px 0 25px 0;
		text-align:center;
	}
}

strong { 
    font-weight: bold; 
    
}
