/* ===== Fonts ===== */
@import url('https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700');
html {
	overflow-y:scroll;
}
body {
	font-family:'Hind',sans-serif;
	font-size: 13px;
}

:focus {outline:0;}

/* ===== Header ===== */
header {
	width:100%;
}
header #header {
	background:#e4e4e4;
	text-align:center;
	height:75px;
}
header #header #header-inner {
	width:1100px;
	margin:0 auto;
}
header #header #header-inner #logo {
	width:550px;
	float:left;
}
header #header #header-inner #logo img {
	width:45px;
	height:45px;
	margin-top:14px;
	margin-right:15px;
	float:left;
}
header #header #header-inner #logo h1 {
	line-height:75px;
	float:left;
	color:#616467;
	font-size:24px;
	font-weight:600;
}
header #header #header-inner #tel {
	width:550px;
	float:right;
	line-height:75px;
	text-align:right;
}
header #header #header-inner #tel p {
	font-size:24px;
	font-weight:300;
	color:#616467;
}
header #header #header-inner #tel p a {
	font-weight:600;
	color:#464655;
	text-decoration: none;
}
.hidden{display:none}
/* ===== Navigation ===== */
/*#homepage nav {
	width:100%;
	height:60px;
	background:rgba(0,0,0,0.65);
	z-index:2;
	position:absolute;
}*/
nav i{
	display: none !important;
}
nav {
	width:100%;
	height:60px;
	background:rgba(0,0,0,0.65);
	z-index:2;
	position:absolute;
}
nav ul {
	width:1100px;
	text-align:center;
	margin:0 auto;
	display:block;
}
nav ul li {
	display:inline-block;
}
nav ul li a {
	color:#FFF;
	text-decoration:none;
	margin:0 25px;
	display:inline-block;
	font-size:14px;
	text-shadow: 0px 0px 10px #000;
	line-height:60px;
	text-transform:uppercase;
	font-weight:600;
}
nav ul li a:hover {
	color:#ccc;
}

/* ===== Carousel ===== */
.owl-carousel {
	margin-top:0;
	position: absolute;
}

.site-banner{
	width:100%;
	
}
.site-banner img{
	width:100%;
	float: left;
}
/* ===== Home Page Intro Text ===== */
.intro-text {
	width:100%;
	background:#e4e4e4;
	padding:25px 0 60px 0;
	float:left;
}
.intro-text-inner {
	width:1100px;
	margin:0 auto;
	text-align:center;
}
.intro-text-inner h2 {
	font-size:36px;
	margin:30px 0;
	font-weight:300;
}
.intro-text-inner p {
	font-size:17px;
	font-weight:300;
	line-height:24px;
	margin:30px 0;
}
.intro-text-inner p strong{
	font-weight: 700;
}

.intro-text-inner a {
	color: #000;
	text-decoration: underline;
}

.intro-text-inner ul li {
	font-size:18px;
	padding:0;
	margin:0;
	font-weight: 300;
}
#map{
	width:100%;
	height: 350px;
	float:left;
}

/* ===== Booking Form ===== */
form#quote-form{
	float:left;
	width:1100px;
	font-size:17px;
	font-weight:300;
	margin: 0px 0 0 0;
}
form#quote-form .form-left{
	width:550px;
	float:left;
}
form#quote-form .form-left label{
	display:block;
	clear:both;
	text-align: left;
	margin:20px 0 5px 0;
}
form#quote-form .form-left input{
	display:block;
	padding:20px 15px;
	clear:both;
	width:500px;
	border:0;
	font-size:17px;
	font-weight:300;
	font-family:'Hind',sans-serif;
}
form#quote-form .form-left input:focus{
	background:#dadada;
}
form#quote-form .form-right{
	width:530px;
	float:right;
}
form#quote-form .form-right label{
	display:block;
	clear:both;
	text-align: left;
	margin:20px 0 5px 0;
}
form#quote-form .form-right textarea{
	display:block;
	padding:15px;
	clear:both;
	width:500px;
	min-width:500px;
	max-width:500px;
	height: 146px;
	max-height: 146px;
	min-height: 146px;
	border:0;
	font-size:17px;
	font-weight:300;
	font-family:'Hind',sans-serif;
}
form#quote-form .form-right input#submit{
	display:block;
	padding:15px;
	width:530px;
	border:0;
	margin-top:42px;
	background:#FFF;
	height: 67px;
	font-size:17px;
	font-weight:700;
	font-family:'Hind',sans-serif;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.75s;
}
form#quote-form .form-right input#submit:hover{
	cursor: pointer;
	background:#6f6f6f;
	color:#FFF;
}

/* ===== Components ===== */
.show-more {
	display: none;
	clear: both;
}

.clearfix{
	clear:both;
}

/* ===== Links ===== */
a.content-cta-grey {
	background:#6f6f6f;
	border-bottom:5px solid #4c4c4c;
	border-radius:5px;
	padding:15px 15px 10px 15px;
	clear:both;
	display:inline-block;
	font-size:17px;
	color:#fff;
	text-decoration:none;
}
a.content-cta-grey:hover {
	background:#585858;
	border-bottom: 5px solid #4c4c4c;
}

p.testomonial-client-msg{
	margin-bottom:0;
}
p.testomonial-client-name{
	margin:0;
	font-size:14px;
	font-style:italic;
	font-weight:500;
}

/* ===== Footer ===== */
footer {
	width: 100%;
	background: #252525;
	padding: 50px 0;
	clear: both;
	float: left;
}
footer #footer{
	width: 1100px;
	margin: 0 auto;
}
footer #footer .footer-col{
	float:left;
	line-height:20px
}
footer #footer .footer-col p,
footer #footer .footer-col a{
	color: #FFF;
}
footer #footer .footer-col a{
	text-decoration: none;
}
footer #footer .footer-col:nth-of-type(1){
	text-align: left;
	width:25%;
}
footer #footer .footer-col:nth-of-type(1) a{
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition:.2s;
}
footer #footer .footer-col:nth-of-type(1) a:hover{
	opacity: 0.5;
}

footer #footer .footer-col:nth-of-type(2){
	text-align: center;
	width:50%;
}
footer #footer .footer-col:nth-of-type(3){
	text-align: right;
	width:25%;
}
footer #footer .footer-col:nth-of-type(3) a{
	border-bottom:1px dashed #FFF;
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition:.2s;
}
footer #footer .footer-col:nth-of-type(3) a:hover{
	border-bottom:none;
}
