@font-face {
  font-family: 'AvantGarde-Demi';
  src: url('../fonts/AvantGarde-Demi.eot?#iefix') format('embedded-opentype'),  
  	url('../fonts/AvantGarde-Demi.woff') format('woff'), 
	url('../fonts/AvantGarde-Demi.ttf')  format('truetype'), 
	url('../fonts/AvantGarde-Demi.svg#AvantGarde-Demi') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'AvantGarde-Book';
  src: url('../fonts/AvantGarde-Book.eot?#iefix') format('embedded-opentype'),  
 	 url('../fonts/AvantGarde-Book.woff') format('woff'), 
  	url('../fonts/AvantGarde-Book.ttf')  format('truetype'), 
 	 url('../fonts/AvantGarde-Book.svg#AvantGarde-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}


body {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #000;	
	line-height: 2;
}
@media (min-width: 1200px) {
    .container {
        width: 1320px;
    }
}
a {
	color: #000;
}

a:hover, a:focus {
	color: #016699;	
}

img {
	max-width: 100%;
	height: auto;	
}

.header-wrap {
	padding-top: 40px;	
}

.searchform {
	font-size: 12px;
	font-style: italic;	
}

.searchform .form-label {
	margin-bottom: 5px;	
}

.searchform input {
	width: 215px;
	border: 1px solid #000;
	height: 30px;
	line-height: 30px;
	font-size: 11px;
	padding: 0 12px;
	display: block;
}

.site-logo {
	text-align: center;	
}

.site-logo img {
	max-width: 100%;
	height: auto;
}	

.heade-right {
	padding-top: 20px;	
}

.header-right ul {
	list-style: none;
	padding: 0;
	margin: 0;	
}

.header-right li {
	padding-left: 25px;
	display: inline-block;	
}

.header-right li a {
	font-size: 18px;
	color: #000;	
}

.header-right li a:hover {
	color: #016699;

}

.navbar-default {
	border-color: #464646;
	border-radius: 0;
	border-left: 0;
	border-right: 0;
	font-family: 'AvantGarde-Demi';
	font-size: 18px;
	text-transform: uppercase;
	color: #000;
}

.navbar-default .navbar-nav>li>a {
	color: #000;
}

.navbar-default .navbar-nav>li>a:hover {
	color: #016699;	
}

.section {
	padding-top: 100px;
	padding-bottom: 100px;
	border-bottom: 1px solid #464646;	
}

.tour2 {
	padding-top: 30px;	
}

.heading {
	font-family: 'AvantGarde-Book';	
	text-transform: uppercase;
	font-size: 38px;
	letter-spacing: 6px;
	margin-top: 0;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
}
.subheading {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	padding-top: 15px;
	text-align: center;
	font-weight:600;
	margin-bottom:10px;
}

.home-slider  {
	position: relative;	  
	overflow: hidden;
	padding-bottom: 60px;
}

.hero {
	width: 513px;
	min-height: 291px;
	text-align: center;
	position: absolute;
	top: 85px;
	right: 0;
	left: 0;
	margin: auto;	
	background: #fff;
	background-color: rgba(255,255,255,.94);
	padding: 40px 62px;
}

.hero h1 {
	padding: 0;	
}

.font-semibold {
	font-weight: 600;	
}

.heading2 {
	font-family: 'AvantGarde-Book';
	font-size: 60px;
	color: #006699;
	text-transform: uppercase;
	text-align: center;
}	

.about-wrap .visible-xs img {
	margin-bottom: 15px;	
}

.slider-wrap {
	margin-top: 30px;
}

.tour {
	margin-bottom: 80px;	
}

#logos {
	margin-top: 50px;
}	

.dlogo {
	padding: 15px;
	background: #fff;
	border: 1px solid #464646;
	margin-bottom: 30px;
}

.controls {
	margin-bottom: 35px;
    text-align:center;
}

/* button customization */
.controls button {
	font-family: 'AvantGarde-Book';
	letter-spacing: 2px;
	text-transform: uppercase;	
	color: #fff;
	font-size: 17px;
	border-radius: 0;
	background: #66a3c2;
	border: none;	
	margin: 10px 3px 0;
}

.controls button:first-child {
	margin-left: 0;
}

.controls button:last-child {
	margin-right: 0;	
}

.controls button:hover, .controls button:focus, .controls button:active, .controls button.active {
	background: #006699;	
	color: #fff;
	outline: none !important;
	border: none !important;
	box-shadow: none !important;
}

.controls button:active, .controls button.active {
	font-weight: bold;	
}
/* button customization END */

.logo-wrap .mix{
	display: none;
}

.dlogo:hover {
	border-color: #0099cc;
}

.contact-wrap {
	margin-top: 50px;	
	margin-left: auto;
	margin-right: auto;
}

#map_canvas {
	width: 100%;
	height: 512px;
	margin-top: 15px;
	margin-bottom: 55px;
}

.cform .form-control {
	border-radius: 0;
	border-color: #acacac;
	height: 39px;
	font-size: 13px;
	color: #999999;	
}

.cform textarea[class="form-control"] {
	height: auto;
}

.cform .form-group {
	margin-bottom: 25px;	
}

.btn-primary {
	/*background: #1975a3;*/
	background: #66a3c2;
	border: none;	
	border-radius: 0;
	padding: 10px 32px;
}

#blog {
	margin-top: 70px;	
}

#blog h1 {
	font-size: 16px;
	color: #000;
	margin-top: 0;
	margin-bottom: 30px;
	font-weight: 600;	
}

#blog .btn-primary {
	min-width: 209px;
	height: 38px;
	padding: 6px 12px;
	margin-top: 40px;
	background: #66a3c2;		
}

#blog .btn-primary:hover, #blog .btn-primary:focus {
	background: #006699	
}

#blog .post_content {
	margin-bottom: 80px;
}

.section.last {
	border: none;	
	padding-bottom: 0;
}

.footer-wrap {
	background: #003d5c;	
	padding-top: 50px;
	padding-bottom: 35px;
	color: #fff;
	font-size: 12px;
}

.footer-wrap a {
	color: #fff;
}	

.footer-wrap .fa {
	color: #ffff99;
	padding-right: 15px;	
	font-size: 14px;
}

.footer-wrap h4 {
 	font-family: 'AvantGarde-Book';
	letter-spacing: 3px;
	font-size: 13px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.navbar-default.navbar-shrink {
	/*width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 11;
	margin: 0;
	background: #fff;*/
}	

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	background: none;
	color: #016699;	
}

.footer-bottom {
	font-size: 11px;	
}

.subscribe {
	font-weight: 300;	
	font-style: italic;
}

.subscribe label {
	font-weight: normal;	
}

.subscribe input[type="email"] {
	background: none;
	border: 1px solid #fff;
	width: 240px;
	padding: 5px 10px;
	margin-left: 10px;
	height: 32px;
	line-height: 32px;
}
	
.dropdown-menu>li>a {
	font-family: 'Open Sans', sans-serif;
	text-transform: none;
	color: #000;
	font-size: 13px;	
	padding: 10px 25px;
	white-space: inherit;
}
	
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	background: none;
	color: #016699;	
}

@media (min-width: 768px) {
	.navbar-default {	
		margin: 40px 0 10px;	
		background: transparent;
	}
	
	.navbar-nav>li>a {
	  	padding-top: 20px;
	  	padding-bottom: 20px;
	}
	
	.navbar-default .navbar-nav>li>a {
		letter-spacing: 1px;	
	}
	
	.nav>li>a {
		padding-left: 15px;
		padding-right: 15px;
		font-size: 12px;	
	}
	
	.nav>li:first-child>a {
		/*padding-left: 0;	*/
	}
	
	.navbar-collapse {
		padding-left: 0;
		padding-right: 0;	
	}
	
	.dropdown:hover .dropdown-menu {
		display: block;
		margin-top: 0;
	}
	
	.dropdown-menu {
		background: #fff;
		background-color: rgba(255,255,255,0.9);
		border: 0;
		border-radius: 0;
		box-shadow: none;
		min-width: inherit;
		width: 100%;
	}
	
	#blog .col-sm-4 {
		padding-left: 40px;
		padding-right: 40px;	
	}
}
@media (min-width: 992px) {
	.header-right {
		margin-left: 100px;	
	}
	
	.navbar-default .navbar-nav>li>a {
		letter-spacing: 2px;	
	}
	
	.nav>li>a {
		padding-left: 26px;
		padding-right: 26px;	
		font-size: 13px;		
	}
	
	.about-wrap {
		background: url(../images/about/bg.jpg) no-repeat center top;
		margin-top: 50px;
		padding-top: 620px;
	}
	
	.about-text {
		padding-left: 60px;	
	}
	
	.footer-wrap .col {
		width: 15%;
	}
	
	.copyrights {
		text-align: right;	
	}
}

@media (min-width: 1200px) {
	.nav>li>a {
		padding-left: 36px;
		padding-right: 36px;	
	}
	
	.navbar-default .navbar-nav>li>a {
		color: #000;
		letter-spacing: 3px;	
	}
	
	.controls button {
		padding: 11px 30px;	
	}
	
	.contact-wrap {
		width: 1085px;	
	}
}

@media (max-width: 991px) {
	.about-wrap {
		background: none;
		padding: 0;
		margin-top: 20px;
	}
	
	.padzero {
		padding: 0;	
	}
}

@media (max-width: 767px) {	
	.header-left, .header-right, .site-logo {
		margin-bottom: 20px;	
		text-align: center;
	}
    .dropdown-menu {
        float: none;
        position: static;
    }
	
	.searchform input {
		width: 100%;	
	}
	
	.header-right li {
		padding: 0 15px;	
	}
	
	.hero {
		width: 90%;	
		min-height: inherit;
		padding: 15px;
		top: 20px;
	}
	
	.hero h1.heading {
		font-size: 22px;	
		line-height: 1.2;
		margin: 0;
	}
	
	.hero p {
		display: none;	
	}
	
	.heading {
		font-size: 32px;
		letter-spacing: 1px;	
	}
	
	.heading2 {
		font-size: 32px;	
	}
	
	.controls button {
		font-size: 15px;
	}
	
	.footer-bottom {
		text-align: center;
		margin: 0 auto;	
	}
	
	.footer-bottom input[type="email"] {
		margin-bottom: 10px;	
	}
	
	.dropdown-menu {
		display: inherit;
		background: none;
		border: 0;
		box-shadow: none;	
	}
	
	.dropdown-menu>li>a { 
		padding: 3px 15px;
	}
}
b100 {
    width:100% !important;
}

/* BEGIN SCROLLING TO TOP CODE */
.scroll-top-wrapper {
    position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
    background-color: #777777;
	color: #eeeeee;
	width: 50px;
	height: 48px;
	line-height: 48px;
	right: 30px;
	bottom: 30px;
	padding-top: 2px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	background-color: #888888;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}
/* END SCROLLING TO TOP CODE */
