		/**overrides iOS tel styling**/
		a[href^=tel] { color: inherit; text-decoration: none; }
		

.hideDiv{
	display:none;
	visibility:hidden;
}		
#mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: #000;
  display: none;
}

#boxes .window {
  position: absolute;
  left: 0;
  top: 0;
  width: 440px;
  height: 200px;
  display: none;
  z-index: 9999;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
}

#boxes #dialog {
  width: 750px;
  height: 300px;
  padding: 10px;
  background-color: #ffffff;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15pt;
}

#popupfoot {
  font-size: 16pt;
  position: absolute;
  bottom: 0px;
  width: 250px;
  left: 250px;
}



/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    /*  z-index: 1; Sit on top */
	z-index: 100000;
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	margin: 0 auto 0;
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 40%;
}
.modal-content p{
	color:#000;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.contact-form{
	margin-top:4em; 
}
.row-fluid.contact_form_wrapper{
	margin-left:-2.1em;
}

.testimonial-text{color:#fff;font-style:italic;opacity:0.6; width:55%; background-color: #009444;}

.service{width:20%;float:left;}
.service p{
	height:70px;
	padding: 0px 30px;
}
.service.small img {
    width: 150px;
    height: 150px;
}
._youtube_videos_wrapper{
	padding:0; 
	overflow:hidden; 
	width:100%; 
	margin-top:2em;
	float: left;
}
._youtube_videos{
	float: left;
	position: relative;
	padding-top: 1em;
	min-width: 390px;
	background-color: #181A1C;
	overflow: hidden;
	
}
.testimonial-text {
	animation: blinker 5s linear infinite;
}
.section {
    padding-bottom: 30px;
}

.social_media_feed{padding:1.5em 0; overflow:hidden; width:100%; text-align:center; margin:0 auto;}
.facebook_feed{ float:left; width:50%;} 
.twitter_feed{float:left; width:50%;}

.google_reviews{margin:0 auto; text-align:center; }
.google_reviews a{padding:0 2em; text-align:center; text-decoration:none}
.google_reviews a:hover{ color:#9C6115;}

@keyframes blinker {  
  50% { opacity: 0; }
}	
@media screen and (max-width:1200px) {
	._youtube_videos, ._youtube_videos iframe {width:100%;height: 300px;}
}
@media screen and (max-width:978px) {
	.facebook_feed{ width:100%; margin-bottom:1em;} 
	.twitter_feed{ width:100%;}
}

@media screen and (max-width:880px) {	
	.contact-form{
		margin-left:0;
	}
	.row-fluid.contact_form_wrapper{
		margin-left:0;
	}
}


@media screen and (max-width:768px) {
	

	.service{width:100%;}
	.service p{height:35px;}
	.testimonial-text{width:90%;}
	.modal{
		margin: -1em auto 0;
	}
	.modal-content {
		width:85%;
	}
	
}
@media screen and (max-width:485px) {
	
	
	.da-slider{min-height:250px;}
	.da-slide .da-img{display:block;margin-top;1.65em;}
	.da-slide h4{word-break: keep-all; width: 50%;white-space: normal;}
	
	.da-arrows span.da-arrows-next{height: 2em; top: 5em;}
	.da-arrows span.da-arrows-prev{height: 2em; top: 5em; left:1em;}
	.da-slide p {font-size:11px; display:block;}
}
@media screen and (max-width:450px) {
	#contact_address{
		width:80%;
		text-align:center;
		margin:0 auto;
	}
	
}