@charset "utf-8";
/* CSS Document */
/* document fonts and formatting */
@font-face{
        font-family:"Monotype Corsiva W01";
        src:url("../fonts/28252c56-35d7-4451-803d-ed21013d6e5a.eot?#iefix") format("eot"),
		url("../fonts/3f88bd01-1505-4520-961c-430e5052cb0a.woff") format("woff"),
		url("../fonts/bf4e2ddb-17a6-426a-81a5-49bad6a0702d.ttf") format("truetype");
 }
body {
    margin: 0 auto;
    padding: 0 0 0 0;
	background-color: #F5F5F5;
	font-family: 'Quicksand', sans-serif;
	font-size: 62.5%;
}
p {
	font-family: 'Quicksand', sans-serif;
}
* {
	font-weight:500;
}
/* anchor links */
a:hover {
	color: #F4AC17;
	text-decoration: none;
}
a:link {
	text-decoration: none
}
a:visited {
	text-decoration: none;
}
a[href^="tel:"] {
  text-decoration: none;
}
/* html forms */
input{
	font-size: 14pt; 
	line-height: 18px;
	font-family: 'Quicksand', sans-serif;
	font-weight: 500;
	width: 90%;
} 
textarea {
	font-family: 'Quicksand', sans-serif; 
	font-weight: 500;
	font-size: 12pt; 
	line-height: 18px;
	width: 90%;
	letter-spacing: 3;
} 
.email2 {
	display: none;
}
/*  Headers (logo + links)  */
.header {
    z-index: 1;
    overflow: hidden; 
    padding: 5 5 5 5; 
    background-color: #000; 
    width: 100%; 
    position: fixed; 
    float: right; 
    text-align: center;
}
#bannerlogo {
  float: left; 
  display: block;
  width:142px;
  height: 72px;
  margin: 5px 0px 5px 15%;
}
#bannertext {
  float: left; 
  display: inline-block;
  width:380px;
  height: auto;
  padding: 5px 20px 5px 0px;
}

.header a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 30px 16px;
  text-decoration: none;
  font-size: 1.8em;
  overflow: hidden;
}
#hideanchor {
	display: none;
}
.header a:hover {
  background-color: #333;
  color: #FFCC33;
}

.header .icon {
  display: none;
}
/* Header Banners (sliders) */
#slider { 
    margin: 0px auto; 
    position: relative;
    width: 100%;
    height: 500px;
    padding-top: 82px; 
	overflow: hidden;
    background-color: #333;
	
}
#slider > div { 
    position: absolute;
}
.slides {
	height: 500px;
	width: 100%!important;
	background-color: #333;
}
#slide1 {
	 background: linear-gradient(rgba(10,10,10,0.3), rgba(10,10,10,0.3)),url(../img/banner1_800.jpg) no-repeat;  
	 background-size: cover; 
	 background-position:center;
	 display: none;
}
#slide2 {
	 background: linear-gradient(rgba(10,10,10,0.3), rgba(10,10,10,0.3)),url(../img/banner2_800.jpg) no-repeat; 
	 background-size: cover; 
	 background-position:center;
	 cursor: pointer;
}
#slide1 h1 {
	display: block;
    position: absolute;
    top: 12%;
    left: 10%;
	text-shadow: 1px 1px 3px #000000;
    margin: 0 auto;
	width: 55%;
    color: #EB2;
    font-size: 4.9em;
	font-family: "Monotype Corsiva", "Monotype Corsiva W01", serif;
    font-weight: 900;
}
#slide2 h2 {
	display: block;
    position: absolute;
    top: 12%;
    left: 49%;
	text-align: center;
	text-shadow: 1px 1px 3px #000000;
    margin: 0 auto;
	width: 50%;
    color: #EB2;
    font-size: 4.9em;
	font-family: "Monotype Corsiva", "Monotype Corsiva W01", serif;
    font-weight: 900; 
}

#slide1 h3 {
    display: block;
    position: absolute;
    top: 41%;
    left: 12%;
	text-shadow: 1px 1px 3px #000000;
    margin: 0 auto;
    color: #EB2;
    font-size: 2.8em;
	width: 55%;
	font-family: 'Quicksand', sans-serif;
	font-weight: 900;
}

#slide2 h3 {
    display: block;
    position: absolute;
    top: 41%;
    left: 49%;
	text-align: center;
    text-shadow: 1px 1px 3px #000000;
    margin: 0 auto;
    color: #EB2;
    font-size: 2.8em;
	width: 50%;
	font-family: 'Quicksand', sans-serif;
	font-weight: 900;
}
#slide2 h5 {
    display: block;
    position: absolute;
    top: 70%;
    left: 70%;
	text-align: center;
    text-shadow: 1px 1px 3px #000000;
    margin: 0 auto;
    color: #EB2;
    font-size: 1.3em;
	font-family: 'Quicksand', sans-serif;
	font-weight: 900;
}
/* in page testimonials */
#reviewer { 
    margin: 0px auto; 
    position: relative; 
	width: 100%;
    height: 500px;
	overflow: hidden;
	background-color: #666;
	background-size: cover; 
	background-position:center;
}

#reviewer > div { 
    position: absolute;
}

.review {
	height: 500px;
	width: 100%!important;
}

#reviewer h4 {
    display: block;
    position: absolute;
    top: 45%;
    left: 50%;
    margin: 0 auto;
    transform: translate(-50%,-50%);
    color: #EB2;
	text-shadow: 1px 1px 3px #000000;
    font-size: 2.6em;
    text-align:center;
    width: 85%;
	line-height: normal;
	font-family: 'Merienda', cursive;
    font-weight: 900;
}
h3 {
    font-size: 1.8em;
}
/* navigation links */
.area1 {
    text-align: center;
    width: 100%;
	overflow: hidden;
	min-height: 300px;
}
.sitelinks {
    margin: 10px 42px 10px 45px;
    padding: 20px 5px 20px 5px;
    width: 180px;
	vertical-align: top;
    display: inline-block;
}
.sitelinks:hover {
	background: #CCC;
}
.sitelinks img {
    width: 2px;
    height: 2px;
    box-shadow: 3px 5px 12px #000000;
    border-radius: 50%;
    
}
.sitelinks img:hover {
	-o-transform: scale(1.06);
	-webkit-transform: scale(1.06);
	-ms-transform: scale(1.06);
	-moz-transform: scale(1.06);
	transform: scale(1.06);
}
.desc {
	padding-left: 10px;
	padding-top: 10px;
    width: 160px;
    text-align: center;
    font-size: 1.4em;
	color: #333;
	font-family: 'Quicksand', sans-serif;
	font-weight: 600;
}
.desc a:link {
	color: #333!important;
}
.desc a:hover {
	color: #111!important;
}
.desc a:visited {
	color: #333!important;
}
/* main content areas */
#areamain {
    margin: 0;
    padding: 20px 22% 30px 22%;
	display: block;
	overflow: hidden;
}
#areamain h2 {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
	font-size: 3em;
	font-family: 'Lato', sans-serif;
    font-weight: 600;
}
#areamain p {
    text-align: justify;
    font-size: 1.7em;
	font-family: 'Quicksand', sans-serif;
}
/* contact page main content */
.contactarea {
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 1.3em;
	padding-bottom: 30px;
}
#mailform {
	display: inline-block;
	margin: 0 auto;
	width: 550px;
	padding-right:100px;
	vertical-align:text-top;
	text-align: left;	
}
#mailsubmit {
	width: 200px;
}
#gmaps {
	display: inline-block;
	margin: 20px 0px 0px 0px;
	border: 1px solid;
	border-color: #000;
	vertical-align:text-top;
	width:300px;
}
/* main content footer */
#areahigh h3 {
    background-color: #000;
	background: linear-gradient(#000,#222, #000);
    padding: 40px 15% 40px 15%;
    text-align: center; 
    margin: 0px;
    font-size: 1.8em;
	color: #EB2;
	font-family: 'Quicksand', sans-serif;
}
#areahigh a:link {
	color: #FC3;
}
#areahigh a:hover {
	color: #39F!important;
}
#areahigh a:visited {
	color: #FC3
}
#areahigh a[href^="tel:"] {
  color:#FC3;
  text-decoration: none;
}
#arealinks{ 
	padding-bottom: 30px;
    padding-top: 20px;
    background: linear-gradient(#AAA,#EEE, #AAA); 
	color: #333;
    width: 100%;
	text-align: center;
}
#arealinks h2{
    padding: 10px 15% 10px 15%;  
    text-align: center;
	margin: 0px;
	color: #000;
	font-size: 2.2em;
	font-family: 'Quicksand', sans-serif;
    font-weight: 900;
}
/* bottom content area */
#arealow {
    background-color: #000;
	background: linear-gradient(#222, #000);
	padding-top: 20px;
	padding-bottom: 30px;
	color: #DDD;
}
#arealow h2 {
    text-align: center;
    margin: 0px;  
    padding: 15px 15% 15px 15%;
	color: #EB2;
	font-size: 3em;
	font-family: 'Lato', sans-serif;
    font-weight: 600;
}
#arealow h3 {
    background-color: #FFF;
    text-align: center; 
    margin: 0px auto;
    font-size: 1.8em;
	padding: 0px 22% 0px 22%;
	color: #EB2;
	font-family: 'Merienda', cursive;
    font-weight: 900;
}
#arealow p {
     font-size: 1.7em;
	 padding: 0px 22% 10px 22%;
	 text-align: justify;
	 font-family: 'Quicksand', sans-serif;
}
/* Services page content */
#areaservices {
    margin: 0;
    padding: 10px 10% 30px 10%;
}
#areaservices h2 {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
	font-size: 3em;
	font-family: 'Lato', sans-serif;
    font-weight: 600;
}
#areaservices p {
    text-align: justify;
    font-size: 1.6em;
	font-family: 'Quicksand', sans-serif;
}
#services1 {
	background-color: #000;
	background: linear-gradient(#111, #333, #111);
	padding-top: 20px;
	padding-bottom: 30px;
    width: 100%;
	text-align: center;
	margin: 0;
	color: #CCC;
}	
#services1 a:link,  a:visited {
    color: #CCC;
	text-decoration: none
}
#services1 a:hover {
    color: #F4AC17;
	text-decoration: none
}
#services1 h2 {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
	font-size: 3em;
	font-family: 'Lato', sans-serif;
    font-weight: 600;
	color: #EB2;
}
.servicemain {
	margin: 0 auto;
    padding: 0px 0px 10px 0px;
	font-size: 1.4em;
	width: 100%;
	min-height: 240px;
	text-align: center;
	position: relative;
}
.servicemain h2 {
	padding: 0px 0px 3px 0px;
    text-align: center;
    font-size: 1.4em!important;
	color: #000;
	background-color: #EB2;
	margin-bottom: 25px;
	font-family: 'Merienda', cursive!important;
}
.servicemain p {
	font-size: 1em;
	text-align: left;
}

.servicesextra {
    vertical-align: top;
	text-align: left!important;
	position: absolute;
	display: inline-block;
	width: 200px;
	margin-left: 20px;
	opacity: 0;
	left: 0px;
}
.servicesx {
    
    border: 1px solid #EB2;
	border-radius: 4px;
    background-color: #F5F5F5;
    padding: 4px 4px 4px 4px;
    width: 90%; 
    max-width: 1060px; 
    min-height: 400px;  
    background-color: #FFF; padding: 5px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}
.detailsx {
    flex: 1;
    min-width: 310px;
    margin: 5px 10px 0px 10px;
    padding: 0px 0px 0px 0px;
    font-size: 1.4em;
	color: #333;
	font-weight: 600;
}
.detailsx h5{
    width: 100%;
    text-align: left;
    font-size: 1.1em;
	color: #000;
	font-weight:900;
	background-color: #EB2;
	padding: 4px 5px 3px 5px;
	line-height: 30px;
	font-family: 'Quicksand', sans-serif;
}
div.services {
    margin: 30px;
    border: 1px solid #EB2;
	border-radius: 4px;
    background-color: #F5F5F5;
    padding: 4px 4px 4px 4px;
    width: 310px;
	min-height: 630px;
    display: inline-block;
	vertical-align: top;
}
div.services img {
    width: 285px;
    height: 120px;
	padding-bottom: 0px;
}
div.details {
	padding: 0px 0px 0px 0px;
    width: 100%;
    text-align: left;
    font-size: 1.4em;
	color: #333;
	font-weight: 600;
}
div.details h2{
	padding: 3px 0px 3px 0px;
    width: 100%;
    text-align: center;
    font-size: 1.4em!important;
	color: #000!important;
	background-color: #EB2;
	font-family: 'Merienda', cursive!important;
}
div.details h3{
    width: 100%;
    text-align: center;
    font-size: 1.2em;
	color: #EB2;
	background-color: #333;
	margin: 3px;
	line-height: 40px;
	font-family: 'Quicksand', sans-serif;
}
div.details h4{
    width: 100%;
    text-align: center;
    font-size: 0.8em;
	color: #000;
	font-family: 'Quicksand', sans-serif;
}
#service-content {
	margin: 0;
	width: 100%;
    font-size: 1.6em;
	padding: 0px 22% 10px 22%;
	text-align: justify;
	font-family: 'Quicksand', sans-serif;
}
/* additional formatting */
#money {
	text-align: right;
	float: right;
	font-weight: 900;
}
.boxcontainer {
	margin: 0 auto;
	width: 90%;
	text-align: center;
	padding-top: 60px;
	
}
/* Reviews area content */
.bubbleleft {
	float: left;
	max-width: 85%;
	padding: 0px 0px 20px 0px;
	text-align: left;
}
.bubbleleft:nth-child(n+6) {
    opacity: 0.2;
}
.bubbleright {
	float: right;
	max-width: 85%;
	padding: 0px 0px 20px 0px;
	text-align: right;
	opacity: 0.2;
}

.bubble {
	background-color: #FFA;
    background: linear-gradient(#FFD, #FFA);
    border: 1px solid #EB2;
    border-radius: 5px;
    width: 100%;
    text-align: justify;
    
    position: relative;
	margin: 0 auto;
}

.bubble .arrow {
    border-style: solid;
    position: absolute;
}

.bottomleft {
    border-color: #EB2 transparent transparent transparent;
    border-width: 13px 10px 0px 7px;
    bottom: -14px;
	left: 8%;
}

.bottomleft:after {
    border-color: #FFA transparent transparent transparent;
    border-style: solid;
    border-width: 11px 9px 0px 7px;
    bottom: 3px;
    content: "";
    position: absolute;
    left: -6px;    
}

.bottomright {
    border-color: #EB2 transparent transparent transparent;
    border-width: 13px 10px 0px 7px;
    bottom: -14px;
    left: 90%;
}

.bottomright:after {
    border-color: #FFA transparent transparent transparent;
    border-style: solid;
    border-width: 11px 8px 0px 7px;
    bottom: 3px;
    content: "";
    position: absolute;
    left: -6px;    
}
.bubble h1 {
    text-align: justify;
	color: #000;
	margin: 15px;
	font-family: 'Quicksand', sans-serif;
	font-style: italic;
	
    font-weight: 600;
	font-size: 1.7em!important;
}
.bubbleleft h3 {
	color: #000;
	font-family: 'Quicksand', sans-serif;
	font-size: 1.3em;
}
.bubbleright h3 {
	color: #000;
	font-family: 'Quicksand', sans-serif;
	font-size: 1.3em;
}
/* document footer */
.footer {
	clear:both;
	background-color: #222; 
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%; 
	overflow: hidden;
	color: #666;
}
.footer h4 {
	text-align: left;
	font-family: 'Quicksand', sans-serif;
	font-size: 1.8em;
	font-weight: 900;
	color: #666;
}
.footer h5 {
	text-align: left;
	font-family: 'Quicksand', sans-serif;
	font-size: 1em;
	color: #555;
}
.footer h6 {
	text-align: left;
	font-family: 'Quicksand', sans-serif;
	font-size: 1em;
	color: #555;
}
.footer blockquote {
	text-align: left;
	font-family: 'Quicksand', sans-serif;
	font-size: 1.5em;
	color: #666;
}
.footer a {
	color: #666;
}
.footer a:visited{
	color: #666;
}
.footer a:hover{
	color: #999;
}
#footerleft {
	display: inline-block;
	width: 280px;
	margin-right:30px;
	text-align: left;
	vertical-align:top;
}
#footermiddle {
	display: inline-block;
	width: 280px;
	margin-right: 30px;
	text-align: left;
	padding-left: 20px;
	vertical-align:top;
}
#footerright {
	display: inline-block;
	width: 300px;
	text-align: left;
	padding-left: 20px;
}
#fbicon {
	vertical-align: top;
}
.btn {
	width: 180px;
	height: 25px;
	border: #000 1px solid;
	border-radius: 3px;
	padding: 3px 3px 3px 3px;
	margin: 5px 0px 5px 0px;
	text-align: center;
	float: right;
	background-color: #FE9;
}
/* specials (news page insert) */
.specials {
    border: 1px solid #EB2;
	border-radius: 4px;
    background: linear-gradient(#FFD, #FF9);
    padding: 20px 20px 20px 20px;
	font-size: 1.6em;
	font-weight: bold!important;
	text-align: left;
	display: block;
	margin: 20px;
	min-height: 135px;
}
.specials h3 {
	margin: 5px 0px 10px 0px;
	font-size: 1.4em;
	font-weight: 700;
	font-family: 'Merienda', cursive;
}
.specials img {
	float: left;
	position: relative;
	margin: 5px 40px 40px 15px;
	vertical-align: middle;
}
/*-- photo gallery   -*/
#outimage { width: 10%; }
#inimage { width: 19%; }
#ctrimage { width: 29%; }
.row > .column {
  padding: 0 8px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.column {
  float: left;
  width: 25%;
  margin-bottom: 20px;
}
.slide-column {
  float: left;
  width: 11%;
  margin-bottom: 20px;
  margin-left: 1.5%;
}
.modal {
  display: none;
  position: fixed;
  z-index: 99;
  padding-top: 80px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
   background-color: #000;
}
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  max-width: 700px;
  width: 90%;
}
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
/* gallery overlay */
.mySlides {
  display: none;
}
.mySlides img {vertical-align: middle; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.8); margin: 5px;}
.cursor {
  cursor: pointer;
}
.modalSlides {
  display: none;
}
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 46%;
  width: auto;
  padding: 28px 8px 28px 8px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  background-color: rgba(0, 0, 0, 0.2);
  user-select: none;
  -webkit-user-select: none;
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev {
  left: 0;
  border-radius: 3px 0 0 3px;
}
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.modal-content img {
  margin-bottom: -4px;
}
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
  font-size: 14px;
}
.demo {
  opacity: 0.6;
}
.active,
.demo:hover {
  opacity: 1;
}
.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
* {
  box-sizing: border-box;
}
/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 0.6s;
  animation-name: fade;
  animation-duration: 0.6s;
}
/* Slideshow container */
.slideshow-container {
  max-width: 1200px;
  text-align: center;
  position: relative;
  margin: auto;
}
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active, .dot:hover {
  background-color: #717171;
}
/* animation key frames */
@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
/* responsive media queries */
@media only screen and (max-width: 1600px) {
	#slider > div {
		height: 485px!important;
	}
	#slider {
		height: 485px;
	}
	.slides {
		height: 485px;
	}
	#reviewer > div {
		height: 475px!important;
	}
	#reviewer {
		height: 475px;
	}
	.review {
		height: 475px;
	}
}
@media only screen and (min-width: 1550px)
{
    #slide1 {
	    background: linear-gradient(to right,rgba(10,10,10,0.6), rgba(10,10,10,0.1)),url(../img/banner1_1600.jpg) no-repeat!important; 
	    background-size: cover!important; 
	    background-position:center!important;
	}
	#slide2 {
	    background: linear-gradient(to right,rgba(10,10,10,0.1), rgba(10,10,10,0.6)),url(../img/banner2_1600.jpg) no-repeat!important;
		background-size: cover!important; 
	    background-position: center!important;
	}
        .modal-content { max-width: 900px; }
}
@media only screen and (max-width: 1400px) {
	#bannerlogo {
        margin-left: 5%!important;
	}
    #areamain {
        padding-left: 12%;
        padding-right: 12%;
    }
    #arealow p {
        padding-left: 12%;
        padding-right: 12%;
    }
	#slider > div {
		height: 460px!important;
	}
	#slider {
		height: 460px;
	}
	.slides {
		height: 460px;
	}
	#reviewer > div {
		height: 450px!important;
	}
	#reviewer {
		height: 450px;
	}
	.review {
		height: 450px;
	}
	#mailform {
		padding-right:40px;
	}
}
@media only screen and (max-width: 1300px) {

	#slide1 h3 {
	    font-size: 2.4em;
	}
	#slide2 h3 {
	    font-size: 2.4em;
	}
	#slider > div {
		height: 430px!important;
	}
	#slider {
		height: 430px!important;
	}
	.slides {
		height: 430px!important;
	}
	#reviewer > div {
		height: 425px!important;
	}
	#reviewer {
		height: 425px!important;
	}
	.review {
		height: 425px!important;
	}
	#footerleft {
		margin-right: 10px;
	}
	#footermiddle {
		margin-right: 10px;
	}
}
@media only screen and (max-width: 1200px) {
    #reviewer h4{
        font-size: 2.6vw;
    }
    .header {
        position:absolute;
    }
	#bannertext {
	display: none!important;
	}
   #slide1 h1 {
	    font-size: 4.3em!important;
	}
	#slide2 h2 {
	    font-size: 4.3em!important;
	}
	#slide1 h3 {
	    font-size: 2.2em!important;
	}
	#slide2 h3 {
	    font-size: 2.2em!important;
	}
	div.sitelinks {
        margin: 10px 20px 5px 20px;
	}
	#slider > div {
		height: 405px!important;
	}
    #slider {
		height: 405px!important;
	}
	.slides {
		height: 405px!important;
	}
	#reviewer > div {
		height: 400px!important;
	}
	#reviewer {
		height: 400px!important;
	}
	.review {
		height: 400px!important;
	}
	
	#footerright {
		padding-left: 20px;
	}
	div.services {
    	margin: 10px!important;
	}
}
@media only screen and (max-width: 1000px) {
	#slider > div {
		height: 388px!important;
	}
    #slider {
		height: 388px!important;
	}
	.slides {
		height: 388px!important;
	}
	#reviewer > div {
		height: 385px!important;
	}
	#reviewer {
		height: 385px!important;
	}
	.review {
		height: 385px!important;
	}
    #slide1 h1{
        font-size: 3.6em!important;
		left: 50%!important;
        top: 16%!important;
		width: 90%;
		text-align: center;
		transform: translate(-50%,-50%);
    }
	#slide2 h2{
        font-size: 3.6em!important;
		left: 50%!important;
		top: 16%;
        width: 90%;
		transform: translate(-50%,-50%);
    }
    #slide1 h3{
        font-size: 2.2em!important;
        left: 50%;
		top: 51%!important;
        text-align: center;
        width: 90%;
		transform: translate(-50%,-50%);
    }
	#slide2 h3{
        font-size: 2.2em!important;
        left: 50%;
		top: 51%!important;
        width: 90%;
		transform: translate(-50%,-50%);
    }
	#slide2 h5 {
		left: 45%;
		font-size: 1.2em;
	}
	.bubble h1 {
		font-size:1.5em!important;
	}
	.bubbleleft h3 {
		font-size:1em;
	}
	.bubbleright h3 {
		font-size:1em;
	}
	#mailform {
		padding-right:0px;
		padding-left: 5%;
		width: 450px;
	}
	#gmaps {
		width:35%;
	}
	#footermiddle {
		display: none;
	}
	.servicemain {
	    width: 100%;
	}
	.servicesextra {
		width: 250px;
		position: static;
		margin-left: 0px;
	}
        .modal-content { max-width: 900px; }
}
@media only screen and (min-width: 980px)
{
    #slide1 {
	    background: linear-gradient(to right,rgba(10,10,10,0.6), rgba(10,10,10,0.1)),url(../img/banner1_1300.jpg) no-repeat;
	    background-size: cover; 
	    background-position:center;
	}
	#slide2 {
	    background: linear-gradient(to right,rgba(10,10,10,0.1), rgba(10,10,10,0.6)),url(../img/banner2_1300.jpg) no-repeat;
		background-size: cover; 
	    background-position:center;
	}
}
@media only screen and (max-width: 850px) {
	#slider > div {
		height: 360px!important;
	}
    #slider {
		height: 360px!important;
	}
	.slides {
		height: 360px!important;
	}
	#mailform {
		width:100%;
		padding-left: 10%;
	}
	#gmaps {
		width:80%!important;
		margin: 0 auto;
	}
	div.servicesextra {
       padding: 0px 0px 0px 8%;
	}
	div.sitelinks {
        margin: 10px 40px 5px 40px!important;
	}
	#hideanchor { 
	    display: block;
	}
  .header a {
	  display: none;
	  padding: 31px 16px;
	}
   .header a.icon {
     float: right;
     display: block;
   }
   .header.responsive .icon {
     position: absolute;
     right: 0;
     top: 0;
   }
   .header.responsive a {
    float: none;
    display: block;
    text-align: left;
   }
   #bannertext {
	display: initial!important;
	}
	.servicesextra {
		width: 190px!important;
	}
	.servicemain p{
		font-size: 0.8em!important;
	}
	#footerleft {
		margin-right: 0px;
	}
	#footermiddle {
		margin-right: 0px;
	}
	#outimage { display: none; }
    #inimage { width: 20%; }
    #ctrimage { width: 40%; }
}
@media only screen and (max-width: 700px) {
	#slide2 h5 {
		left: 25%;
		font-size: 1.1em;
	}
	div.sitelinks {
        margin: 10px 10px 0px 10px!important;
	}
	.bubbleleft {
		width: 95%;
	}
	.bubbleright {
		width: 95%;
	}
	#footerright {
		padding-left: 0px;
		width: 280px;
	}
	#reviewer { 
	    display: none;
	}
	#bannertext {
	display: none!important;
	}
	.specials h3 {
		text-align: center;
	}
	.specials img {
		display: none;
	}
	.servicesx {
	    width: 320px;
	}
	.prev, .next,.text {font-size: 12px}
    .prev, .next {padding: 28px 5px 28px 5px; }
    #inimage { display: none; }
    #ctrimage { width: 80%; }
}
@media only screen and (max-width: 400px) {
	#areamain {
        padding-left: 3%!important;
        padding-right: 3%!important;
    }
	#mailform {
		padding-left: 5%;
	}
	#bannerlogo {
    margin-left: 1%!important;
	}
	#gmaps {
		width:90%!important;
	}
}