@import url('slicknav.css');
@import url('font-awesome/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap');
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: 'Lato', sans-serif;
	color: #333;
	background:#fff;
	position:relative;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}
h1 {
	font-size:32px;
	line-height:40px;
	font-weight:700;
	margin:0 0 25px 0;
}
h1 span {
	color:#58b4e5;
}
h2 {
	font-size:26px;
	font-weight:700;
	margin:0 0 20px 0;
	line-height:36px;
}
h3 {
	font-size:20px;
	font-weight:700;
	margin:0 0 20px 0;
	line-height:30px;
}
ul {
	margin:0 0 20px 25px;
}
p {
	font-size:16px;
	line-height:24px;
	margin:0 0 20px 0;
}
a {
	text-decoration:none;
	color:#0587b8;
}
.clear {
	clear:both;
}
.container {
	width:1200px;
	margin:0 auto;
	position:relative;
}
.slicknav_menu {
	display:none;
}
#header {
	position:relative;
	z-index:900;
	width:100%;
	height:135px;
	background:#262626;
}
.logo {
	margin:20px 0 0 0;
	float:left;
	position:relative;
	width:500px;
}
.menu {
	list-style-type:none;
	margin:55px 0 0 0;
	position:relative;
	float:right;
}
.menu li {
	display:inline;
	position:relative;
	margin:0 0 0 25px;
}
.menu li a {
	color:#fff;
	font-weight:300;
	font-size:20px;
	text-decoration:none;
}
.menu li a.current {
	font-weight:700;
	color:#58b4e5;
}
#slider {
	width:100%;
	height:100%;
	position:relative;
	z-index:500;
	top:-135px;
	margin:0 0 -135px 0;
}
.cycle-slideshow {
	width:100%;
	height:100%;
	position:relative;
	z-index:0;
}
.cycle-slideshow #slide1 {
	width:100%;
	height:100%;
	background:url(../images/slide1.jpg) no-repeat center center fixed;
	background-size:cover;
}
.cycle-slideshow #slide2 {
	width:100%;
	height:100%;
	background:url(../images/slide2.jpg) no-repeat center center fixed;
	background-size:cover;
}
.slogan {
	position:absolute;
	top:48%;
	left:0;
	width:100%;
	text-align:center;
	z-index:500;
}
.slogan h2 {
	color:#58b4e5;
	font-size:80px;
	line-height:60px;
	font-weight:700;
	text-shadow:0 0 3px #000;
}
.slogan h2 span {
	color:#fff;
	font-size:30px;
	font-weight:300;
	display:block;
}
#welcome {
	padding:50px 0;
}
#welcome img {
	float:right;
	margin:0 0 0 50px;
}
.btn {
	color:#fff;
	background:#58b4e5;
	padding:15px 30px;
	display:inline-block;
	margin:15px 0 0 0;
}
#content {
	padding:50px 0;
}
.img-r {
	float:right;
	margin:0 0 40px 40px;
}
#inner {
	width:100%;
	height:75px;
	padding:175px 0 0 0;
	overflow:hidden;
	position:relative;
	z-index:0;
	top:-120px;
	margin:0 0 -120px 0;
	background:url(../images/inner.jpg) no-repeat center center;
	background-size:cover;
}
#inner h1 {
	width:100%;
	line-height:1em;
	margin:0;
	color:#fff;
	display:block;
}
.gallery img {
	float:left;
	width:30.33%;
	margin:0 3% 30px 0;
}
#form {
	width:47%;
	float:left;
}
#details {
	width:47%;
	float:right;
	margin:30px 0 0 0;
}
.map {
	width:100%;
	height:300px;
	margin:10px 0;
}
.contact-form {
    width: 100%;
}
.contact-form input,
.contact-form textarea {
    width: 90%;
    margin: 0 0 15px 0;
}
.contact-form select {
    width: 96%;
}
.contact-form textarea {
    height: 130px;
}
.contact-form label {
    display: block;
    margin-bottom: 5px;
    color: #333;
    font-size: 16px;
    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 {
	width:95%;
    background: #f3f3f3;
    border: 1px solid #ccc;
    color: #545658;
    padding: 12px 2.5%;
    font-size: 14px;
    border-radius: 2px 2px 2px 2px;
}
#submit {
    display: block;
    background:#58b4e5;
    color: #fff;
    cursor: pointer;
    height: 30px;
    padding: 0;
    width: 120px;
    position: relative;
    float: left;
    left: 0px;
	transition:all .5s;
	border:none;
}
#submit:hover {
    background:#58b4e5;
}
#top-footer {
	border-top:1px solid #ccc;
	background:#eee;
	padding:50px 0;
}
.fcol-1 {
	width:26%;
	float:left;
	text-align:center;
	padding:25px 2.5%;
	background:#f7f7f7;
	box-shadow:0 0 1px rgba(0,0,0,0.75);
	min-height:200px;
}
.fcol-2 {
	width:28%;
	float:left;
	margin:0 2.5%;
	text-align:center;
	background:#f7f7f7;
	padding:25px 2.5%;
	box-shadow:0 0 1px rgba(0,0,0,0.75);
	min-height:200px;
}
.fcol-3 {
	width:26%;
	float:right;
	text-align:center;
	background:#f7f7f7;
	padding:25px 2.5%;
	box-shadow:0 0 1px rgba(0,0,0,0.75);
	min-height:200px;
}
#top-footer ul {
	width:100%;
	list-style-type:none;
	margin:0 0 0 -35px;
}
#top-footer ul li {
	padding:0;
	width:100%;
	display:block;
	margin:0;
}
#top-footer ul li a {
	color:#333;
}
#top-footer h3 {
	font-size:28px;
	margin:0 0 30px 0;
}
.fcol-2 a {
	width:42%;
	margin:0 4%;
	float:left;
	display:inline-block;
	position:relative;
} 
.fcol-2 img {
	width:100%;
	position:relative;
	z-index:0;
	display:block;
} 
.fcol-2 p {
	display:block;
	position:absolute;
	z-index:50;
	bottom:0px;
	left:0;
	width:100%;
	color:#fff;
	background:rgba(88,180,229,0.75);
	line-height:1em;
	margin:0;
	font-size:14px;
	padding:10px 0;
	text-align:center;
} 
#footer {
	position:relative;
	width:100%;
	z-index:800;
	background:#222;
	padding:25px 0;
}
.copy {
	float:left;
	color:#ccc;
	font-size:12px;
	padding:0 0 0 0;
	margin:0 0 0 0;
}
.designer {
	float:right;
	color:#ccc;
	font-size:12px;
	padding:0 0 0 0;
	margin:0 0 0 0;
}
.designer a{
	color:#ccc;
	text-decoration:none;
}
@media only screen and (max-width: 1200px) {
	.container {
		width:96%;
		padding:0 2%;
	}
}
@media only screen and (max-width: 1024px) {
	.menu {
		display:none;
	}
	.slicknav_menu {
		display:block;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		z-index:9999;
		background:#262626;
	}
	.slicknav_menutxt {
		display:none !important;
	}
	#header {
		text-align:center;
		top:10px;
		margin:0 0 50px 0;
		padding:0;
		height:100px;
	}
	.logo {
		float:none;
		max-width:275px;
		position:relative;
		margin:15px auto 0 auto;
		display:block;
		top:30px;
	}
	p {
		font-size:14px;
		line-height:22px;
		margin:0 0 15px 0;
	}
	li {
		font-size:14px;
	}	
	.copy, .designer {
		width:100%;
		float:none;
		text-align:center;
	}
	#footer {
		margin:0 0 0 0;
		padding:15px 0;
	}
	#footer p {
		line-height:20px;
	}
	#footer span.mhide {
		display:none;
	}
	#footer span.designer {
		display:block;
	}
	#form, #details {
		width:100%;
		float:none;
		margin:0 0 30px 0;
	}
	#inner h1 {
		text-align:center;
	}
	#welcome {
		padding:25px 0;
		text-align:center;
	}
	#welcome img {
		display:none;
	}
	#slider {
		height:576px;
	}
	.cycle-slideshow {
		height:576px;
	}
	.cycle-slideshow #slide1 {
		height:576px;
		background:url(../images/slide1.jpg) no-repeat center center scroll;
		background-size:1024px 576px;
	}
	.cycle-slideshow #slide2 {
		height:576px;
		background:url(../images/slide2.jpg) no-repeat center center scroll;
		background-size:1024px 576px;
	}
	.slogan {
		top:45%;
		width:90%;
		left:5%;
	}
	.slogan h2 {
		font-size:44px;
		line-height:50px;
	}
	.slogan h2 span {
		font-size:20px;
		line-height:30px;
	}
	.img-r {
		max-width:100%;
		float:none;
		margin:0 0 20px 0;
	}
	#content {
		text-align:center;
	}
	.contact-form {
		text-align:left;
	}
}
@media only screen and (max-width: 700px) {
	.fcol-1 {
		width:90%;
		float:none;
		margin:0 2.5% 30px 2.5%;
	}
	.fcol-2 {
		width:90%;
		float:none;
		margin:0 2.5% 30px 2.5%;
	}
	.fcol-3 {
		width:90%;
		float:none;
		margin:0 2.5% 30px 2.5%;
	}
	.gallery img {
		float:left;
		width:46%;
		margin:0 2% 30px 2%;
	}
}