html,
button,
input,
select,
textarea {
   color: #222
}
::-moz-selection {
   background: #f2c2c9;
   color: #a4003a;
   text-shadow: none;
}
::selection {
   background: #007f60;
   color: #FFFFFF;
   text-shadow: none;
}
hr {
   display: block;
   height: 4px;
   border: 0;
   border-top: 4px solid #e4e4e1;
   margin: 1em 0;
   padding: 0;
}
img {
   vertical-align: middle
}
textarea {
   resize: vertical
}
html,
body {
   height: 100%
}
body {
   font-family: 'Droid Serif', serif;
   font-weight: 400;
   font-size: 1em;
   line-height: 1.5;
   color: #555;
   -webkit-font-smoothing: antialiased;
   -webkit-overflow-scrolling: touch;
}
.col-md-4 {
   padding-bottom: 20px
}
.row {
   margin-right: 0;
   margin-left: -15px;
}
.modal-header {
   background: #007f60
}
.modal-header h4 {
   color: #fff
}
.modal-footer {
   background: #2b2b2b
}
.navbar-default {
   background-color: #FFFFFF;
   font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
   font-size: 1.7em;
   font-weight: bold;
   color: #6d6e6b;
}
.navbar-toggle {
   border-color: transparent;
   border: 0 solid transparent;
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
   background-color: #007f60;
   color: #fff;
}
hr {
   position: relative;
   border: 0;
}
hr:before {
   content: " ";
   position: absolute;
   top: 0;
   left: 35%;
   width: 30%;
   height: 4px;
   background: #e4e4e1;
}

hr:before .about  {
   left: 35%;
   width: 10%;
}
a img {
   background: #fff
}
.odd a img {
   background: #f5f5f5
}
h1,
h2,
h3,
h4,
h5,
h6 {
   font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
   font-weight: bold;
   color: #007f60;
}
p {
	line-height: 1.8em;
	margin-bottom: 0;
	font-size: 1.6em;
	color: #6D6E6B;
}
.centered {
   text-align: center
}
.paragraph-lead {
   font-size: 20px;
   color: #007f60;
}
strong {
   font-weight: 700
}
em {
   font-weight: 300
}
pre {
   background: #ebebeb;
   border: 0;
   font-family: Monaco;
   font-size: 16px;
   color: #666;
   padding: 20px;
   line-height: 28px;
}
small {
   font-size: 12px
}
blockquote,
blockquote p {
   line-height: 28px;
   color: #999;
   font-weight: 300;
   font-style: italic;
}
blockquote {
   position: relative;
   margin: 0 0 40px -30px;
   padding-left: 30px;
   border-left: 5px solid #007f60;
}
blockquote cite {
   position: absolute;
   bottom: -25px;
   right: 0;
   font-size: 12px;
   font-style: italic;
   color: #333;
   font-weight: 300;
}
blockquote cite:before {
   content: "-- "
}
.overflow-image {
   margin-top: -65px
}
a {
   color: #007f60;
   word-wrap: break-word;
   -webkit-transition: color .1s ease-in,background .1s ease-in;
   -moz-transition: color .1s ease-in,background .1s ease-in;
   -ms-transition: color .1s ease-in,background .1s ease-in;
   -o-transition: color .1s ease-in,background .1s ease-in;
   transition: color .1s ease-in,background .1s ease-in;
}
a:hover,
a:focus {
   color: #c08a5f;
   text-decoration: none;
   outline: 0;
}
a:before,
a:after {
   -webkit-transition: color .1s ease-in,background .1s ease-in;
   -moz-transition: color .1s ease-in,background .1s ease-in;
   -ms-transition: color .1s ease-in,background .1s ease-in;
   -o-transition: color .1s ease-in,background .1s ease-in;
   transition: color .1s ease-in,background .1s ease-in;
}
#headerwrap {
   background: url(../img/header_bg.jpg) no-repeat center top;
   margin-top: -20px;
   padding-top: 250px;
   text-align: center;
   background-attachment: relative;
   background-position: center center;
   min-height: 650px;
   width: 100%;
   -webkit-background-size: 100%;
   -moz-background-size: 100%;
   -o-background-size: 100%;
   background-size: 100%;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
}
#headerwrap h1 {
   color: #fff;
   margin-top: 90px;
   padding-bottom: 30px;
   letter-spacing: 8px;
   font-size: 100px;
   font-weight: 700;
   text-shadow: 2px 2px 2px #000;
}
#headerwrap p {
    color: #fff;
	font-size: 2.2em;
	font-weight: 400;
	text-align: center;
	margin-left: 15px;
	line-height: 1.5em;
	text-shadow: 1px 1px 1px #70472c
}
#greywrap {
   background: #f5f5f5;
   margin-top: 40px;
   padding-top: 80px;
   padding-bottom: 30px;
   border-bottom: 1px solid #ddd;
   text-align: left;
}
#greywrap .callout {
   margin-bottom: 20px
}
#greywrap p {
   padding-top: 15px;
   padding-bottom: 15px;
}
#greywrap .icon {
   font-size: 60px;
   line-height: 30px;
   margin-bottom: 10px;
}
#footerwrap {
   background: #007f60;
   margin-top: 0;
   padding-top: 20px;
   padding-bottom: 20px;
   border-bottom: 1px solid #007f60;
   text-align: left;
}
#footerwrap h4 {
   color: #fff
}
.white h1 {
   padding-top: 55px;
   font-size: 4.8em;
}
.white p {
   padding-top: 35px
}
.white .contact p {
   font-size: 20px;
}

.section-divider {
   z-index: 999;
   width: 100%;
   display: table;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   -ms-box-sizing: border-box;
   box-sizing: border-box;
	padding-top: 560px;
	padding-bottom: 440px;
   margin-top: 85px;
   background-position: center center;
   -webkit-background-size: 100%;
   -moz-background-size: 100%;
   -o-background-size: 100%;
   background-size: 100%;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   background-attachment: relative;
   text-align: center;
}
.textdivider h1 {
   padding-top: 70px;
   color: #fff;
   font-size: 40px;
}
.textdivider p {
   color: #fff;
   font-size: 25px;
}
.divider1 {
   background-image: url(../img/bg/divider1.jpg);
   background-repeat: no-repeat;
}
.divider2 {
   background-image: url(../img/bg/divider2.jpg)
}
.divider3 {
   background-image: url(../img/bg/divider3.jpg);
   margin-top: 0;
}
.divider4 {
   background-image: url(../img/bg/divider4.jpg)
}
.divider5 {
   background-image: url(../img/bg/divider5.jpg)
}
.divider6 {
   background-image: url(../img/bg/divider6.jpg)
}
.service-trigger {
   display: block;
   position: relative;
   margin-bottom: 15px;
   color: #fff;
   font-size: 20px;
   text-align: center;
   height: 168px;
   cursor: pointer;
   padding: 90px 20px 50px;
   border: 0;
   background: #333;
}
.service-trigger:before {
   width: 100%;
   top: 50px;
   color: #007f60;
   font-size: 36px;
   text-align: center;
   position: absolute;
   left: 0;
}
.service-active .service-trigger {
   background: #222
}
.service-active p { 
   font-size: 1.5em;
   padding-top: 10px;
   padding-bottom: 10px;
}
.service-content {
   padding: 20px 30px;
   background: #f5f5f5;
   display: block;
   height: auto;
}
.service-content p:last-child {
   margin: 0
}
.grid figure {
   margin: 0;
   position: relative;
}
.grid figure img {
   width: 100%;
   display: block;
   position: relative;
}
.grid figcaption {
   position: absolute;
   top: 0;
   left: 0;
   padding: 20px;
   color: #fff;
}
.grid figcaption h5 {
   margin: 0;
   padding-top: 0;
   padding-left: 20px;
   padding-bottom: 5px;
   color: #fff;
   font-weight: 700;
   text-align: left;
   letter-spacing: 2px;
}
.grid figcaption a {
position: absolute;
   top: 115px;
margin-top: -25px;
left: 50%;
margin-left: -25px;
width: 48px;
height: 48px;
background: #ffffff url('../img/eye.png') center center no-repeat;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-o-border-radius: 2px;
transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
}


.mask figure {
   overflow: hidden
}
.mask figure img {
   -webkit-transition: -webkit-transform .4s;
   -moz-transition: -moz-transform .4s;
   transition: transform .4s;
}
.no-touch .mask figure:hover img,
.mask figure.cs-hover img {

}
.mask figcaption {
   height: 100%;
   width: 100%;
   top: auto;
   background: rgba(0,127,96,0.8);
   background: rgb(0,127,96)\0/;
   bottom: 0;
   opacity: 0;
   -webkit-transform: translateY(100%);
   -moz-transform: translateY(100%);
   -ms-transform: translateY(100%);
   transform: translateY(100%);
   -webkit-transition: -webkit-transform .4s,opacity .1s .3s;
   -moz-transition: -moz-transform .4s,opacity .1s .3s;
   transition: transform .4s,opacity .1s .3s;
}
.no-touch .mask figure:hover figcaption,
.mask figure.cs-hover figcaption {
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -webkit-transition: -webkit-transform .4s,opacity .1s;
   -moz-transition: -moz-transform .4s,opacity .1s;
   transition: transform .4s,opacity .1s;
}
.mask figcaption a {

}
.blog-bg {
   background: #2b2b2b;
   padding-right: 0;
   padding-left: 0;
}
.blog-bg h4 {
   color: #dadada;
   padding-top: 0;
}
.blog-bg h5 {
   color: #dadada;
   font-size: 11px;
}
.blog-content {
   padding-top: 10px;
   background: #f2f2f2;
}
.pricing-option {
   padding-bottom: 40px
}
.pricing-option .pricing-top {
   position: relative;
   background: #222;
   color: #fff;
   text-align: center;
   font-weight: 700;
   padding: 40px 20px 30px;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}
.pricing-option .pricing-top .special-label {
   display: block;
   width: 100%;
   position: absolute;
   top: 0;
   left: 0;
   background: #1abc9c;
   text-transform: uppercase;
   font-size: 15px;
   font-weight: 700;
   padding: 3px 0;
}
.special .pricing-top {
   background: #000
}
.pricing-option .pricing-edition {
   text-transform: uppercase;
   display: block;
   font-size: 25px;
   letter-spacing: 8px;
}
.pricing-option .price {
   display: inline-block;
   position: relative;
}
.pricing-option .price sup {
   position: absolute;
   top: 50px;
   left: -10px;
   font-size: 24px;
}
.pricing-option .price .price-amount {
   font-size: 108px;
   letter-spacing: -4px;
}
.pricing-option .price small {
   position: relative;
   left: -10px;
   font-size: 18px;
}
.pricing-option ul {
   list-style: none;
   margin: 0;
   background: #eee;
   text-align: center;
   padding-left: 0;
}
.pricing-option ul li {
   border-bottom: solid 1px #e1e1e1;
   padding-top: 20px;
   padding-bottom: 20px;
}
.pricing-option .pricing-signup {
   display: block;
   text-align: center;
   font-size: 18px;
   font-weight: 700;
   padding: 15px 10px;
   color: #fff;
   background: #1abc9c;
}
.pricing-option .pricing-signup:hover {
   background: #c0392b
}


#gallery {
	margin-top: 60px;
}


#studs {
	margin-top: 70px;
}

.img.logo {
margin-bottom: 30px;
}

.google-map-3 {
	height: 450px;
}

section.map {
margin-top: 70px;
}

.service-active {
margin-bottom: 30px;
}

@media screen and (max-width:1050px),screen and (max-device-width:1050px) { 
	body .header {
	   background-attachment: scroll
	}
}
@media only screen and (min-device-width:768px) and (max-device-width :1024px) and (orientation :portrait) { 
	.header {
	   background-attachment: scroll
	}
}
@media screen and (max-width:769px) { 
	#headerwrap h1 {
	   font-size: 80px
	}
	#headerwrap p {
	   font-size: 1.8em;
	}
	
	.img.logo {
		width: 70%;
		height: auto;
	}
	
	.divider1 {
		margin-top: 0;
	}
	
	.white h1 {
	padding-top: 35px;
	font-size: 4em;
	}
	
	.google-map-3 {
	height: 250px;
	}

}