@import url('reset.css');
@import 'https://fonts.googleapis.com/css?family=Raleway';
@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: 16px;
	line-height: 1.6em;
	font-family: 'Raleway', sans-serif;
	color: #333;
	background:#fff;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	position:relative;
}
h1 {
	color:#3238bd;
	font-size:30px;
	margin:0 0 20px 0;
	line-height:36px;
}
h2 {
	color:#444;
	font-size:22px;
	margin:0 0 15px 0;
}
h2 span {
	font-style:italic;
	color:#999;
}
h3 {
	color:#444;
	font-size:18px;
	margin:15px 0 15px 0;
}
p {
	font-size:16px;
	line-height:26px;
	margin:0 0 15px 0;
}
a {
	color:#167bd1;
	text-decoration:none;
}
.clear {
	clear:both;
}
#home .container {
	height:100%;
}
.container {
	width:1200px;
	margin:0 auto;
	position:relative;
}
.slicknav_menu {
	display:none;
}
.menu {
	list-style-type:none;
	margin:0 0 0 0;
	position:absolute;
	top:0;
	right:0;
	z-index:900;
}
.menu li {
	display:inline-block;
	float:left;
}
.menu li a {
	text-decoration:none;
	font-size:20px;
	color:#3238bd;
	background:rgba(255,255,255,0.9);
	line-height:80px;
	display:block;
	margin:-20px 5px 0 0;
	padding:30px 15px 15px 15px;
	-ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
	transition:all .5s;
}
.menu li a.current {
	background:#3238bd;
	color:#fff;
	padding:10px 15px 5px 15px;
	margin:-10px 5px 0 0;
	line-height:70px;
}
.menu li a.current:hover {
	border:none;
}
.menu li a:hover {
	border-bottom:5px solid #3238bd;
}
.menu li a span {
	display:block;
	position:relative;
	-ms-transform: rotate(-7deg);
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
}
#white {
	position:absolute;
	left:0;
	top:0;
	width:325px;
	padding:0 25px;
	height:100%;
	background:rgba(255,255,255,0.8);
	z-index:900;
}
.sm-logo {
	display:none;
	position:fixed;
	top:12px;
	left:20px;
	z-index:99999999;
}
#inner {
	background:#83c7ee url(../images/bg.jpg) no-repeat fixed top center;
	width:100%;
	height:100%;
	background-repeat: no-repeat;
	background-size: 100%;
}
.stripe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:5px;
	background:rgba(50,50,189,0.85);
	z-index:99999999999999999;
}
#header .logo-wrap {
	float:left;
	width:150px;
	margin:-20px 0 0 0;
	padding:50px 20px 20px 20px;
	background:rgba(255,255,255,0.8);
	-ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
}
#header .logo-wrap img {
	width:100%;
	display:block;
	-ms-transform: rotate(-7deg);
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
}
.logo {
	width:248px;
	position:relative;
	left:50%;
	margin:40px 0 40px -124px;
}
.cycle-slideshow {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
}
.slide {
	width:100%;
	height:100%;
	background-repeat: no-repeat;
	background-size: 100%;
}
.slide1 {
	background-image: url(../images/slide1.jpg);
}
.slide2 {
	background-image: url(../images/slide2.jpg);
}
#alt-caption {
	position:absolute;
	top:43%;
	right:0;
	display:block;
	margin:0 0 0 0;
	color:#fff;
	font-size:30px;
	font-weight:bold;
	background:rgba(50,50,189,0.85);
	z-index:200;
	padding:30px;
	line-height:42px;
	text-align:right;
}
.welcome {
	padding:30px 0 30px 0;
}
.welcome p {
	font-size:15px;
	line-height:20px;
	text-align:justify;
	color:#111;
}
.button {
	color:#fff;
	background:#3238bd;
	border-radius:4px;
	text-decoration:none;
	padding:14px 32px;
	text-transform:uppercase;
	position:relative;
	top:20px;
}
.heading-wrap {
	background:#eee;
	height:40px;
	padding:20px 0 0 0;
	border-bottom:1px solid #ccc;
}
.heading-wrap h1 {
	color:#fff;
	background:#3238bd;
	padding:10px 30px;
	margin:10px 0 0 30px;
	display:inline-block;
}
#content {
	padding:50px 0 50px 0;
}
#content .content {
	background:#fff;
	padding:60px 30px 30px 30px;
}
.list {
	margin:0 0 30px 35px;
}
.img-r {
	float:right;
	margin:0 0 30px 30px;
	padding:8px;
	border:1px solid #ccc;
}
.img-r2 {
	float:right;
	margin:0 0 30px 30px;
}
.gallery img {
	padding:0.5%;
	float:left;
	width:30%;
	margin:0 2% 30px 0;
	border:1px solid #ccc;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80); 
	opacity: 0.8;
	transition:all .5s;
}
.gallery img:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100); 
	opacity: 1;
}
#form {
	width:53%;
	float:left;
	margin:0 0 50px 0;
}
#details {
	width:45%;
	float:right;
	margin:-30px 0 0 0;
}
.map {
	width:99% !important;
	padding:1% !important;
	border:1px solid #fff !important;
	height:300px;
}
.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: 140px;
}
.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;
    background:#3238bd;
    color: #fff;
    cursor: pointer;
    height: 30px;
    padding: 0;
    width: 120px;
    position: relative;
    float: left;
    left: 0px;
	transition:all .5s;
	border:none;
}
#submit:hover {
   background:#3238bd;
}
#footer {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	color:#aaa;
	clear:both;
	background:rgba(0,0,0,0.8);
	padding:20px 0;
	text-align:center;
	z-index:950;
	
}
#footer p {
	padding:0;
	font-size:13px;
	line-height:20px;
	margin:0 0;
}
#footer a{
	color:#aaa;
	text-decoration:none;
}	
#footer2 {
	position:relative;
	width:100%;
	color:#aaa;
	clear:both;
	background:rgba(0,0,0,0.8);
	padding:20px 0;
	text-align:center;
	z-index:950;
	
}
#footer2 p {
	padding:0;
	font-size:13px;
	line-height:20px;
	margin:0 0;
}
#footer2 a{
	color:#aaa;
	text-decoration:none;
}	
@media only screen and (max-width: 1400px) {
	.logo {
		width:200px;
		position:relative;
		left:50%;
		margin:10px 0 10px -100px;
	}
	.welcome {
		padding:20px 0 20px 0;
	}
	.welcome h1 {
		margin:0 0 10px 0;
	}
	.welcome p {
		font-size:14px;
		line-height:20px;
	}
}
@media only screen and (max-width: 1200px) {
	.container{
		width:96%;
		padding:0 2%;
	}
	#home .container {
		height:auto;
	}
	.menu li a {
		font-size:18px;
	}
}
@media only screen and (max-width: 1000px) {
	.menu {
		display:none;
	}
	.slicknav_menu {
		display:block;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		z-index:99999;
	}
	.sm-logo {
		display:block;
	}
	.logo, .logo-wrap, .stripe {
		display:none;
	}
	#header {
		margin:50px 0 0 0;
	}
	.cycle-slideshow {
		width:100%;
		height:200px;
		position:relative;
		top:0;
		left:0;
		z-index:-1;
		margin:50px 0 0 0;
	}
	#alt-caption {
		position:relative;
		top:0;
		left:0;
		display:block;
		margin:-20px 0 0 0;
		color:#fff;
		font-size:16px;
		font-weight:bold;
		background:rgba(50,50,189,1);
		z-index:200;
		padding:15px 0%;
		line-height:26px;
		text-align:center;
		width:100%;
	}
	.break {
		display:none;
	}
	#white {
		position:relative;
		left:0;
		top:0;
		width:100%;
		padding:0 0;
		height:auto;
		background:rgba(255,255,255,1);
		z-index:900;
	}
	.welcome {
		text-align:center;
		padding:20px 20px 50px 20px;
	}
	.button {
		text-decoration:none;
		padding:10px 0;
		text-transform:uppercase;
		position:relative;
		left:50%;
		display:block;
		text-align:center;
		margin:0 0 0 -80px;
		width:160px !important;
	}
	#footer {
		position:relative;
		top:0;
		left:0;
		width:100%;
		color:#aaa;
		clear:both;
		background:rgba(0,0,0,0.8);
		padding:20px 0;
		text-align:center;
		z-index:950;
	}
	#footer p {
		font-size:12px;
	}
}
@media only screen and (max-width: 800px) {
	.img-r {
		float:none;
		max-width:98%;
		margin:0 0 30px 0;
		padding:8px;
		border:1px solid #ccc;
	}
	.img-r2 {
		float:none;
		max-width:100%;
		margin:0 0 30px 0;
	}
	.gallery img {	
		width:46%;
		margin:0 2% 30px 0;
	}
	#form {
		width:100%;
		float:none;
		margin:0 0 50px 0;
	}
	#details {
		width:100%;
		float:none;
		margin:0 0 0 0;
	}
}
@media only screen and (max-width: 700px) {
	.gallery img {	
		width:96% !important;
		margin:0 2% 30px 0;
	}
	div.gallery img {
  width: 100% !important;
  height: auto;
}

div.gallery {
    width:100% !important;
}

}

div.gallery {
  padding:0.5%;
	float:left !important;
	width:30%;
	margin:0 2% 30px 0;
	border:1px solid #ccc;
	
	
	transition:all .5s;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}