@import url('reset.css');
@import url('https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,700,700i');
@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:#1f396e;
	font-size:26px;
	margin:0 0 20px 0;
	line-height:38px;
	font-weight:700;
}
h2 {
	color:#333;
	font-size:22px;
	margin:0 0 15px 0;
	line-height:30px;
	font-weight:700;
}
h3 {
	color:#333;
	font-size:18px;
	margin:0 0 15px 0;
	line-height:30px;
	font-weight:700;
}
p {
	font-size:16px;
	line-height:24px;
	margin:0 0 20px 0;
}
a {
	color:#167bd1;
	text-decoration:underline;
}
.clear {
	clear:both;
}
.container {
	width:1200px;
	margin:0 auto;
}
.slicknav_menu {
	display:none;
}
#header {
	position:relative;
	z-index:999;
	width:100%;
	height:200px;
	background:#1f396e;
}
#header .container {
	position:relative;
}
.logo {
	position:relative;
	float:left;
	margin:10px 0 20px 0;
}
.phone2 {
	display:none;
	position:fixed;
	top:15px;
	left:15px;
	z-index:99999;
	color:#fff;
	font-family:arial;
	font-size:20px;
}
.phone2 a {
	color:#fff;
	text-decoration:none;
}
.phone2 i {
	color:#fccd09;
}
.phone {
	position:absolute;
	top:40px;
	left:450px;
	color:#fff;
	font-family:arial;
	font-size:30px;
	line-height:10px;
	width:310px;
	height:80px;
	border-right:1px solid #375695;
}
.phone span {
	font-family: 'Raleway', sans-serif;
	font-size:14px;
	position:relative;
	left:61px;
}
.phone a {
	color:#fff;
	text-decoration:none;
}
.address {
	position:absolute;
	top:40px;
	right:120px;
	color:#fff;
	font-size:16px;
	line-height:20px;
	border-right:1px solid #375695;
	width:270px;
	height:80px;
}
.address span {
	position:relative;
	left:40px;
}
#header i {
	color:#fccd09;
	font-size:50px;
	margin:0 10px 0 0;
	position:relative;
	top:20px;
}
.facebook {
	position:absolute;
	top:60px !important;
	right:10px;
}
.menu {
	list-style-type:none;
	display:table;
	text-align: center; 
	margin:0 auto;
	position:absolute;
	bottom:-65px;
	left:0;
	width:87%;
	padding:0 3% 0 10%;
	height:60px;
	background:#e8e8e8 url(../images/menu.png) repeat-x;
	box-shadow:0 0 5px rgba(0,0,0,0.3);
}
.menu li {
	display:inline-block;
	margin:0 5px 0 5px;
	padding:0 40px 0 0;
	background:url(../images/nav-sep.png) no-repeat right center;
	position:relative;
	line-height:60px;
}
.menu li:nth-child(6) {
	background-image:none;
}
.menu li a {
	text-decoration:none;
	text-transform:uppercase;
	font-size:18px;
	color:#555;
	transition:all .5s;
	font-weight:700;
	padding:0 20px;
	display:block;
}
.menu li a.current{
	border-top:5px solid #fccd09;
	border-bottom:5px solid #fccd09;
}
.menu li a:hover{
	color:#222;
}
#slider {
	position:relative;
	margin:0 0  0;
	width:100%;
	height:490px;
	z-index:200;
}
#slider .cycle-slideshow {
	width:1920px;
	height:490px;
	left:50%;
	overflow:hidden;
	margin:0 0 0 -960px;
	position:relative;
	z-index:0;
}
#slider .cycle-slideshow img {
	width:100%;
	position:relative;
	z-index:0 !important;
}
.slide {
	width:880px;
	position:absolute;
	bottom:150px;
	left:50%;
	margin:0 0 0 -440px;
	z-index:100;
	background:rgba(0,0,0,0.5);
}
#alt-caption h1 {
	color:#fccd09;
	font-size:60px;
	font-weight:700;
	margin:30px 0 0 30px;
	line-height:50px;
	text-transform:uppercase;
}
#alt-caption p {
	font-size:16px;
	font-weight:300;
	color:#fff;
	margin:10px 0 30px 30px;
	padding-right:200px;
}
#alt-caption p a {
	color:#fccd09;
	text-decoration:none;
}
#prev {
	width:60px;
	height:60px;
	position:absolute;
	bottom:50px;
	right:100px;
	margin:0 0 0 0;
	z-index:150;
	background:rgba(252,205,9,0.75);
	color:#fff;
	line-height:60px;
	text-align:center;
	font-size:30px;
	cursor:pointer;
}
#next {
	width:60px;
	height:60px;
	position:absolute;
	bottom:50px;
	right:30px;
	margin:0 0 0 0;
	z-index:150;
	background:rgba(252,205,9,0.75);
	color:#fff;
	line-height:60px;
	text-align:center;
	font-size:30px;
	cursor:pointer;
}
#slogan {
	background:#1f396e;
	padding:50px 0;
	font-size:28px;
	color:#fff;
	font-weight:700;
	text-align:center;
}
#slogan span {
	color:#fccd09;
}
#welcome {
	padding:50px 0;
}
#content {
	padding:80px 0 50px 0;
}
#content ul {
	margin:0 0 20px 25px;
}
.col-sm-3 {
	width:22%;
	float:left;
	margin:0 3% 30px 0;
}
.col-sm-6 {
	width:47%;
	float:left;
	margin:0 3% 30px 0;
}
.callout {
	padding:20px;
	text-align:center;
	background:#fccd09;
	color:#222;
	border:1px dashed #1f396e;
}
.callout p {
	font-size:18px;
	font-weight:700;
	line-height:27px;
	padding:0 100px;
}
.welc {
	float:right;
	margin:0px 0 30px 30px;
	height:267px;
	width:369px;
}

.img-r {
	float:right;
	margin:0 0 50px 50px;
}
.img-l {
	float:left;
	margin:0 50px 50px 0;
}
ul#tabs {
    list-style-type: none;
    padding: 0;
    position:relative;
	z-index:600;
	float:right;
	width:20%;
}
ul#tabs li {
	display: block;
    cursor: pointer;
	color:#222;
	background:#fccd09;
	border-bottom:1px solid #ddd;
	padding:10px 20px;
	margin:0 10px 10px 0;
}
ul#tabs li:hover {

}
ul#tabs li.active {
     background:#1f396e;
	color:#fff;
}
ul#tab {
	width:74%;
	float:left;
    list-style-type: none;
	padding: 0 0 30px 0;
    margin: 0 0 0 0;
	position:relative;
	z-index:500;
}
ul#tab li {
    display: none;
}
ul#tab li.active {
    display: block;
}

ul.tabs {
	margin: 0 0 30px 0 !important;
	padding: 0px;
	list-style: none;
	position:relative;
	z-index:991;
}
ul.tabs li {
	background: #f3f3f3;
	color: #333;
	padding:10px 20px;
	display: inline-block;
	cursor: pointer;
	font-size:14px;
	line-height:18px;
	margin:0 0 0 0;
	border-bottom:1px solid #ccc;
}
ul.tabs li.current {
	background:#293282;
	color: #fff;
}
.tab-content {
	display: none;
	padding:20px 0;
	position:relative;
}
#content h2 {
	color:#f47626;
}
.tab-content.current {
	display: inherit;
}

#gallery img {
	width:21%;
	margin:0 3% 40px 0;
	float:left;
	box-shadow:0 0 1px rgba(0,0,0,0.75);
	transition:all .5s;
	position:relative;
	padding:0.5%;
	box-shadow:0 0 2px rgba(0,0,0,0.2);
	background:#fff;
}
#gallery img:hover {
	box-shadow:0 0 15px rgba(0,0,0,0.25);
}
#form {
	width:50%;
	float:left;
	margin:-30px 0 50px 0;
}
#details {
	width:48%;
	float:right;
	margin:0 0 0 0;
}
.map {
	margin:20px 0 0 0;
	width:100% !important;
	height:270px;
}
.facebook {
	float:right;
}
.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: 160px;
}
.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:#1f396e;
	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:#1f396e;
}
#footer {
	position:relative;
	color:#999;
	background:#222;
	height:20px;
	padding:30px 0;
	margin:0 0 0 0;
}
#footer .copy {
	float:left;
	margin:0 0 0 0;
	font-size:12px;
	line-height:19px;
}
#footer .designer {
	float:right;
	margin:0 0 0 0;
	font-size:12px;
	line-height:19px;
}
#footer .designer a{
	color:#999;
	text-decoration:none;
}	
@media only screen and (max-width: 1200px) {
	.container{
		width:96%;
		padding:0 2%;
	}
	.menu li a {
		font-size:16px;
		padding:0 10px;
	}
	.address {
		display:none;
	}
	.phone {
		border:none;
		left:600px;
	}
}

@media only screen and (max-width: 1024px) {
	.menu {
		display:none;
	}
	.facebook {
		display:none;
	}
	.slicknav_menu {
		display:block;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		z-index:9999;
	}
	.logo {
		float:none;
		margin:20px 0;
	}
	.phone {
		display:none;
	}
	.phone2 {
		display:block;
	}
	#header i {
		color:#fccd09;
		font-size:20px;
		margin:0 10px 0 0;
		position:relative;
		top:0px;
	}
	#header {
		position:relative;
		margin:50px 0 0 0;
		text-align:center;
		height:auto;
	}
	#footer span {
		display:none;
	}
	#footer {
		height:auto;
		padding:20px 0;
		margin:0 0 0 0;
	}
	#footer .copy, #footer .designer {
		float:none;
		text-align:center;
	}
	#welcome {
		text-align:center;
	}
	.welc, .img-r, .img-l {
		float:none;
		margin:0 0 30px 0;
		max-width:100%;
	}
	#slider {
		position:relative;
		margin:0 0  0;
		width:100%;
		height:auto;
		z-index:200;
	}
	#slider .cycle-slideshow {
		width:100%;
		height:auto;
		left:0;
		overflow:hidden;
		margin:0 0 0 0;
		position:relative;
		z-index:0;
	}
	.slide {
		display:none;
	}
	#slogan {
		background:#1f396e;
		padding:20px 0;
		font-size:20px;
		color:#fff;
		font-weight:700;
		text-align:center;
	}
	
}
@media only screen and (max-width: 800px) {
	
	.gallery2 {
		width:96% !important;
		margin:0 2% 30px 2%;
		float:left;
		box-shadow:0 0 1px rgba(0,0,0,0.75);
		cursor:pointer;
		transition:all .5s;
		position:relative;
	}
	.gallery2 h4 {
		position:absolute;
		transition:all .5s;
		left:15px;
		bottom:15px;
		margin:0;
		font-size:45px !important;
		line-height:24px;
		height:24px;
		display:inline-block;
		padding:15px 25px;
		color:#fff;
		background:#1F396E;
		font-weight:300;
		text-decoration:none;
		z-index:400;
	}
	
	#form {
		width:100%;
		float:none;
		margin:0 0 30px 0;
	}
	#details {
		width:100%;
		float:none;
		margin:30px 0 0 0;
	}
	#gallery img {
		width:45%;
		margin:0 2% 40px 2%;
	}
	.col-sm-3 {
		width:100%;
		float:none;
		margin:0 0 20px 0;
	}
	.col-sm-6 {
		width:100%;
		float:none;
		margin:0 0 20px 0;
	}
	ul#tabs {
		float:none;
		width:100%;
		margin:0 0 15px 0;
	}
	ul#tabs li {
		display: inline-block;
		cursor: pointer;
		color:#222;
		background:#fccd09;
		border-bottom:1px solid #ddd;
		padding:10px 20px;
		margin:0 10px 10px 0;
	}
	ul#tab {
		float:none;
		width:100%;
	}
	
	
	.callout p {
	font-size:16px;
	line-height:25px;
	padding:0 10px;
}
	
}
@media only screen and (max-width: 600px) {
	#gallery img {
		width:95%;
		margin:0 2% 40px 2%;
	}
}

/***********blog****************/
/***********blog****************/
/***********blog****************/
/***********blog****************/
/***********blog****************/

#main {
    overflow: hidden;
    padding: 120px 0;
}

.primary{ width: 67%; float: left;
}
.secondary {
    width: 25%;
    float: right;
    padding: 21px;
    border: 1px solid #ccc;
    border-radius: 10px;
    min-height: 200px;
}
.secondary h2{ font-size: 30px; }


#blogroll{ min-height: 400px;}

.block{
	overflow: hidden;
	margin: 0 0 15px 0;
	
padding: 21px;
    border: 1px solid #ccc;
    border-radius: 10px;
	
}

.block h1,
.block h2,
.block h3,
.block h4,
.blcok p{
	margin: 0 0 15px 0;
}

.block h1{ font-size: 30px; }
.block h2{ font-size: 25px; }
.block h3{ font-size: 20px; }
.block h4{ font-size: 18px; }
.block small{
	display: block;
	margin: 0 0 15px 0;
}
.block p{}

.block ul {
    list-style: circle;
    padding-left: 20px;
}
.block ul li{ margin: 0 0 15px 0;}

.block ol {
    list-style: decimal;
    padding-left: 20px;
}

.block ol li{ margin: 0 0 15px 0;}


.block .info{
	overflow: hidden;
}
.block .info h1{
	margin-bottom: 15px;
}
.block .info p{
}
.block .info small{
	margin-bottom: 15px;
}

.block .thumb{
	float: left;
	margin: 0 15px 15px 0;
	display: none;
}

.block.article .thumb {
    float: right;
    margin: 0 0 15px 15px;
}

.block .thumb img{
	display: block;
	margin: 0;
	padding: 0;
	border: none;
}

.block .callto{ margin-bottom: 0; }
.block .callto a {
    display: inline-block;
    background: #1f396e;
    color: #fff;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 10px;
}
.block .callto a:hover{
	opacity: 0.8;
}

.posts {
    padding-left: 20px;
	margin-bottom: 20px;
}
.posts li {
    color: #1f396e;
}
.posts li a {
    text-decoration: none;
}
.posts li a:hover{
	opacity: 0.8;
}

.facebook2 {
	display: inline-block;
	zoom: 1;
	background: url(../images/facebook.png) center center no-repeat;
	padding: 2px 3px;
	text-indent: -9999px;
	width: 70px;
	height: 20px;
	line-height: 20px;
}


/* #Media Queries
================================================== */


@media only screen and (max-width: 1200px) {
	
.block .thumb{ width: 100px; height: 100px;}	
.block .thumb img{ width: 100%; height: auto;}

.primary{
	width: 60%;
}

.secondary{
	width: 30%;
}

	
/* 767px */
}


@media only screen and (max-width: 767px) {
	
#blogroll{ min-height: 200px; }
	
.primary, .secondary{
	float: none;
	width: auto;
}
	
/* 767px */
}


@media only screen and (max-width: 479px) {
	
.block .thumb{ width: 100px; height: 100px; float: none;}	
	
/* 479px */
}

@media only screen and (max-width: 300px) {
	
/* 300px */
}

.gallery2 {
	width:21.33%;
	margin:0 1.5% 40px 1.5%;
	float:left;
	box-shadow:0 0 1px rgba(0,0,0,0.75);
	cursor:pointer;
	transition:all .5s;
	position:relative;
}
.gallery2 h4 {
	position:absolute;
	transition:all .5s;
	left:20px;
	bottom:20px;
	margin:0;
	font-size:18px !important;
	line-height:24px;
	height:24px;
	display:inline-block;
	padding:15px 30px;
	color:#fff;
	background:#1F396E;
	font-weight:300;
	text-decoration:none;
	z-index:400;
}
.gallery2 img {
	width:100%;
	position:relative;
	z-index:300;
}