@charset "UTF-8";
/* CSS Document */

/* Fenton's Property - CSS design by Octopus Creative Design */

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

em {
	font-style: normal;
	font-weight: 700;
}

body {
	font-family: 'Source Sans Pro', sans-serif;
	text-align: center;
	line-height: 1.4em;
	color: #3c3c3b;
	background: url(../images/bg-hero-banner.jpg) top center no-repeat;
}

.btn {
	border-radius: 0;
}




/* Navigation styles */

.navbar {
    background-image: none;
    background-repeat: no-repeat;
    border-radius: 0;
    filter: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
	background-color: transparent;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
}

.navbar-brand, .navbar-nav>li>a {
    text-shadow: none;
}

.navbar .navbar-nav>.active>a {
    color: #fff;
	background-color: transparent;
	border: 1px soild #fff; !important
	border-radius: 6px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    font-weight: 700;
	color: #fff;
	background-color: transparent;
	border: 1px soild #fff; !important
	border-radius: 6px;
}




/* Global styles */

p {
	font-size: 19px;
	line-height: 1.3em;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 0.9em;
	padding-bottom: 0.3em;
}

h1, h2, h3 {
    margin-top: 1.5em;
    margin-bottom: 0;
}

	h1, .h1 {
		font-size: 450%;
		font-weight: 700;
	}
	h2, .h2 {
		font-size: 250%;
		font-weight: 300;
	}
	h3, .h3 {
		font-size: 180%;
		color: #000;
		text-transform: uppercase;
	}
	h4, .h4 {
		font-size: 180%;
		color: #fff;
		text-transform: uppercase;
	}
	
ul {
	font-size: 17px;
	line-height: 1.4em;
	list-style-type: none;	
	margin: 0 0 20px 10px;
}
	ul li {
		text-indent:-5px;
		padding: 0 0 0.3em 0;
	} 

.table {
	width: 100%;
	margin-top: 40px;
}
	.table tbody>tr>td {
		border-top: none;
	}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: normal;
}

.form-control {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 20px 10px;
}

.btn, .btn-default {
  color: #fff; !important
}

.btn-default {
	font-size: 17px;
	text-shadow: none;
	padding: 10px 35px;
	background: #00a4cc;
	border-color: #00a4cc;
	border-radius: 6px;
	box-shadow: none;
}
	.btn-default:hover {
		background: #999;
	}

.container-full, .container-full-banner {
	margin: 0 auto;
	padding: 20px 10px;
	width: 100%;
}

.container-full-banner {
	color: #fff;
	min-height: 648px;
}
	.container-full-banner  h1 {
		padding-top: 50px;
	}
	
ul.gallery {
	list-style-type: none;	
	text-align: center;	
}
	ul.gallery li {
		display: inline-block;
		margin: 0 10px 8px 10px;
	}
		
ul.mainGallery {
	list-style-type: none;	
	text-align: center;	
}
	ul.mainGallery li {
		display: inline-block;
		margin: 0 10px 8px 10px;
	}
		ul.mainGallery li img {
			max-width: 345px;
		}	
	


/* Header styles */

p.telephone {
	color: #d57d17;
	font-size: 160%;
	font-weight: 500;
}

a.emailLink:link, a.emailLink:visited {
	display: inline-block;
	width: 35px;
	height: 35px;
	margin: 0 0 15px;
	text-decoration: none;
	background: url(../images/icon-email.gif) 0 0 no-repeat;
}
	a.emailLink:hover {
		background: url(../images/icon-email.gif) 0 -35px no-repeat;
	}




/* Page styles */

.headerImg-default {
	background: #fff url(../images/bg-headerImg.gif) top left repeat-x;
	border: none;
}

.colLeft {
	border-right: 1px solid #d37e1b;
	padding: 20px 20px 0 0;
}

p.emphasisContact {
	font-size: 150%;	
	padding: 30px 0;
	border-top: 1px solid #eee;
}

p.areas {
	font-size: 200%;
	font-weight: 700;
}
	
.quote {
	display: block;
	position: relative;
	background: #fff;
	margin-bottom: 60px;
	padding: 20px;
	border-radius: 15px;
	-webkit-box-shadow: -1px 33px 35px -15px rgba(0,0,0,0.21);
	-moz-box-shadow: -1px 33px 35px -15px rgba(0,0,0,0.21);
	box-shadow: -1px 33px 35px -15px rgba(0,0,0,0.21);
}
	.quote p {
		text-align: center;
		font-size: 140%;
		font-weight: 700;
		color: #446722;
		margin-bottom: 0;
	}
	.quote img.quoteFooter {
		position: absolute;
		bottom: -30px;
		right: 30px;
	}

.fa-caret-right {
	padding-right: 15px;
}




/* Font Awesome styles */

.fa {
	color: #00a4cc;
	padding-right: 10px;
}




/* Footer styles */

a.footerLink:link, a.footerLink:visited {
	color: #00a4cc;
	text-decoration: none;
}

a.footerLink:hover {
	color: #fff;
}




@media (min-width: 300px) and (max-width: 767px) {

.container-full-banner h1 {
	margin-top: -20px;
	padding-top: 0;
}