html,body
{
	overflow-x: hidden;
	font-family: 'Montserrat', sans-serif;
	
	 
}

body {  padding:0; margin:0; }

h1, h2, h3, h4, h5, h6{ font-family: 'Montserrat', sans-serif; color: #3a3a3a; } 

h1 { font-weight: 700; font-size: 30px; margin-bottom: 20px; }
h2 { font-weight: 400; font-size: 24px; margin: 30px 0 20px; }
h3 { font-weight: 700; font-size: 20px; }

p { 
	font-size: 17px; 
	line-height: 35px; 
	font-family: 'Montserrat', sans-serif;
	color: #5c5c5c;
	margin-bottom: 20px;
	letter-spacing: 1px;
	text-align: left;
} 
.page-id-4 nav.main-navigation a {
    color: white;
}

.advance{margin-left:-31%;}


b, strong {
    font-weight: bold;
    color: #f1ce65;
}

.h1-orange-color{color:#f1ce65;}

.carousel-indicators {position: absolute;
					  bottom: -12px;}

.services-we-offer{margin-left: -24px; padding-right: 60px;font-size: 16px;}

.services-h2{margin-left: -19px; text-transform: capitalize; line-height: 50px;}

.services li {color:red;}


.row {
     margin-left: -16px;
}



#home-row-1 .caption, #home-row-2 .caption {
	position: absolute;
	padding: 0px 0px 0;
	width: calc(100% - 67px);
	bottom: 0px;
	text-transform: uppercase;
	background-color: rgba(249, 247, 247, 0.9);
	width: 100%;
}


.homepage-caption {
    bottom: 0;
    color: white;
    font-family: "montserrat";
    font-size: 2vw;
    font-weight: 700;
    left: 50%;
    position: absolute;
    right: 0;
    text-align: left;
    text-shadow: 1px 1px 1px #000;
    top: 38%;
    width: 100%;
    letter-spacing: 2px;
    
}


/*.homepage-caption.banner-2{
	bottom: 0;
	color: white;
	font-family: "montserrat";
	font-size: 2vw;
	font-weight: 700;
	left: 50%;
	position: absolute;
	right: 0;
	text-align: left;
	text-shadow: 1px 1px 1px #000;
	top: 38%;
	width: 100%;
	padding-left: 40px;
	letter-spacing: 2px;
}*/



.middle-banner{background: red; /* For browsers that do not support gradients */
background: -webkit-radial-gradient(circle, red, yellow, green); /* Safari */
background: -o-radial-gradient(circle, red, yellow, green); /* Opera 11.6 to 12.0 */
background: -moz-radial-gradient(circle, red, yellow, green); /* Firefox 3.6 to 15 */
background: radial-gradient(circle, #1c4077, #003942, #051021); /* Standard syntax */ }





.middle-banner-2 {
	background: red;
	background: -webkit-radial-gradient(circle, red, yellow, green);
	background: -o-radial-gradient(circle, red, yellow, green);
	background: -moz-radial-gradient(circle, red, yellow, green);
    background: radial-gradient(circle, #3b7db9, #80b8e0, #7db9e0);
}
				 

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
	display: block;
	height: auto;
	min-width: 100%;
	line-height: 1;

}


.security{
	position: absolute;
	top: 330px;
	left: 65.4%;
	width: 100%;
	font-size: 300%;
	font-weight: bold;
	color: white;
}




/*CTA*/
.cta {
  border-radius: 4px;
  background-color: #f1ce65;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 32px;
  padding: 8px;
  width: 350px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  position: absolute;
  margin-top: 170px;
  font-weight: bold;
}

.cta span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.cta span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.cta:hover span {
  padding-right: 25px;
}

.cta:hover span:after {
  opacity: 1;
  right: 0;
}

/*CTA-Ended*/

.phone-button{position:absolute; background-color: #f1ce65;z-index: 2;}


.image { 
   position: relative; 
   width: 100%; /* for IE 6 */
}

FIGCAPTION { 
   position: absolute;
   top: 330px;
   left: 40.4%;
   width: 100%;
   font-size: 300%;
   font-weight: bold;
   color: white;
}


.caption h3{font-weight: 300; font-size: 16px;    margin: 15px 0;color:#000;}


.row service-boxes {background-color:#c5b7b6;}

/*.display-full{margin-top:60px;padding:0px;}*/



.testimonials-slider .slick-prev {
	left: 5px;
}

.testimonials-slider .slick-next {
	right: 5px;
	
}

/*.current-menu-item {background-color: red;}*/

.menu-item-2564{background-color: red;}



.staff-img{margin-right: 45px;}

.left-homepage-1 div:first-of-type {
	float: left;
	margin-top: 6px;
	border:1px solid #b9b0b0;
	margin-right: 0px;
	background-color: white;
}


.panel-primary>.panel-heading {
	color: #fff;
	background-color: #C10000 !important;
	border-color: #428bca;
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: white !important;
}

.imgStyle
{
	width:auto;
	height:auto;
	border:2px solid black;
}

/*.main-banner{
				 height: 200px;
				 background: -webkit-repeating-linear-gradient(red, yellow 10%, green 20%); /* For Safari 5.1 to 6.0 
				 background: -o-repeating-linear-gradient(red, yellow 10%, green 20%); /* For Opera 11.1 to 12.0 
				 background: -moz-repeating-linear-gradient(red, yellow 10%, green 20%); /* For Firefox 3.6 to 15 
				 background: repeating-linear-gradient(red, yellow 10%, green 20%); /* Standard syntax (must be last)
				background:-webkit-linear-gradient(45deg,lightgreen,white);
				background:-webkit-radial-gradient(left,circle,lightblue 0%, lightgreen 50%);
}*/


.img-responsive {
	/*display: inline-block; */
	

}

/*Button*/
.button {
  padding: 15px 25px;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #f1ce65;
  border: none;
  border-radius: 15px;
  box-shadow: 0 2px #999;
  min-width:22%;
}

.button:hover {background-color: #105c8e;}
.button:active {
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

/*Button*/
.button1 {
  padding: 15px 25px;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #f1ce65;
  border: none;
  border-radius: 4px;
  margin-top: 40px;
   
  
 
}

.button1:hover {background-color:#105c8e;}
.button1:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}





/*schdule button*/
.sixth {
  border-radius: 3em;
  border-color: #2ecc71;
  color: #2ecc71;
  background-image: -webkit-linear-gradient(top, transparent 50%, #2ecc71 50%);
  background-image: linear-gradient(to bottom, transparent 50%, #2ecc71 50%);
  background-position: 0% 0%;
  background-size: 210%;
  -webkit-transition: background 150ms ease-in-out, color 150ms ease-in-out;
  transition: background 150ms ease-in-out, color 150ms ease-in-out;
}
.sixth:hover {
  color: #fff;
  background-position: 0 100%;
}
.sixth {
  border-radius: 3em;
  border-color: #2ecc71;
  color: #2ecc71;
  background-image: -webkit-linear-gradient(top, transparent 50%, #2ecc71 50%);
  background-image: linear-gradient(to bottom, transparent 50%, #2ecc71 50%);
  background-position: 0% 0%;
  background-size: 210%;
  -webkit-transition: background 150ms ease-in-out, color 150ms ease-in-out;
  transition: background 150ms ease-in-out, color 150ms ease-in-out;
}
.sixth:hover {
  color: #fff;
  background-position: 0 100%;
}

/*<!--button-end-->*/


#justify-contents{-webkit-justify-content: space-around;

}

.entry-content p:first-child{
	/*margin-top: -30px;*/
}

hr {
	border-top: 1px solid #CFCFCF;
}

/*nav ul{
	margin: 0;
	padding: 0;
	text-align: center;
}

nav ul li {
	list-style: none;
}

nav ul li a {
	font-family: 'Oswald';
	font-size: 18px;
	letter-spacing: 1px;
	text-decoration: none;
	float: left;
	display: block;
	padding: 10px 20px;
	color: black;
}

nav ul ul {
	background-color: #24890d;
	float: left;
	margin: 0;
	position: absolute;
	top: 48px;
	left: -999em;
	z-index: 99999;
}

nav ul li:hover > ul{
	left: auto;
}

nav li li {
	border: 0;
	display: block;
	height: auto;
	line-height: 1.0909090909;
	position: relative;
}*/

.internal-content .row {
	
}

.navigation.pagination h2 {
	display: none;
}
.menu-primary-menu-container {
	height: 62px;
}
.entry-footer > span {
  margin-right: 12px;
}
.entry-content .more-link {
	display: block;
}

.bt-wraps p {
    float: left;
    margin: 0 0 0 9px;
}
.bt-wraps a {height: 50px;line-height: 28px;margin-top: 0px;}
.bt-wraps .cta-2 {
    border: 2px solid #210202;
    height: 50px;
    line-height: 28px;
    margin-left: 20px;
    background-color:lightblue;
}
.bt-wraps .cta-2:hover {background:red;}

.pagination{width: 100%; text-align: center}
.pagination span{padding: 0 5px}
.pagination span a{color: #999}
.pagination span a:hover{color: #333}

nav.main-navigation {
font-size: 50px;
    padding: 0;
    text-transform: initial;
    height: 62px;
    font-weight: 700;
    line-height: 1.56;
    letter-spacing: 2px;
    font-family: Roboto,sans-serif;
  
    
}
h1.post-caption-title {}
nav.main-navigation .menu-toggle {
	display: none;
	padding: 0;
}

nav.main-navigation .nav-menu {
	border-bottom: 0;
	display: block;
}

nav.toggled-on {
	border-bottom: 0;
	margin: 0;
	padding: 0;
}

nav.main-navigation li {
	border: 0;
	display: inline-block;
	line-height: 62px;
	position: relative;
}

/*nav.main-navigation li.current-menu-item a:link, 
nav.main-navigation li.current-menu-item a:link{
    /*background-color: #f1ce65;*/
    /*background: linear-gradient(#f5f5f5, #c1c1c1);
    border-radius: 5px;
}*/

nav.main-navigation ul {
	/* background-color: #f1ce65; */
	
	border-radius: 15px;
	padding: 0px 5px 110px 5px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), 0 2px 1px rgba(#FF9800, 0, 0, 0.8) inset;
}
.container-nav.internal-nv ul {
	padding: 24px 5px 110px 5px;
}


nav.main-navigation li {
	/* background-color: #f1ce65; */
	color:white;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), 0 2px 1px rgba(#FF9800, 0, 0, 0.8) inset;
}
.column.logo a img {
       max-width: 100%;
    margin: 15px 0 20px 16px;
}

nav.main-navigation li:last-child{border-right:none;}


/*a:hover, a:focus{text-decoration:none;
	outline: none;
	color:#f1ce65;
	background: linear-gradient(#f1ce65, #f1ce65);
}*/



a:active{
	/*box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.3) inset;*/ 
}

nav.main-navigation a {
	font-family: Roboto,sans-serif;
	font-size: 21px;
	letter-spacing: 1px;
	text-decoration: none;
	display: block;
	margin: 0 17px;
	color: black;
	border-bottom: 4px rgba(0,0,0,0) solid;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;	
}


nav.main-navigation a.scroll{

	color: black;

}



nav#site-navigation-1.main-navigation a {
	font-family: Roboto,sans-serif;
    font-size: 21px;
    letter-spacing: 1px;
    text-decoration: none;
    display: block;
    margin: 0 17px;
    color: white;
    border-bottom: 4px rgba(0,0,0,0) solid;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.container-prenav.df-prenav .container-fluid{
    background-color:#000;
}



/*nav#site-navigation-1.main-navigation ul{margin-left: 29%;}*/

/*nav#site-navigation-1.main-navigation li.current-menu-item{border-bottom:2px solid #f1ce65;}*/





/*nav.main-navigation a:hover,  nav.main-navigation a:focus {
    border-bottom: 2px #f1ce65 solid;
    background: initial;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}*/



nav.main-navigation ul {
	margin-bottom: 0px;
	display: inline-block;
	height: 62px;
	
}


nav.main-navigation ul li ul {
	background-color: #FFF;
	float: left;
	margin: 0;
	position: absolute;
	z-index: 99999;
	top: 52px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.5);
    border: 0px solid #acacac;
	left: -999em;
	height: auto;
	padding: 0;
	width: 268px;
	display: block;
}

nav.main-navigation li li {
	border: 0;
	display: block;
	height: auto;
}

nav.main-navigation ul ul ul {
	left: -999em;
	top: 130px;
}

nav.main-navigation ul ul a {
	padding: 10px 25px;
    white-space: normal;
    width: 100%;
    font-size: 14px;
    line-height: 25px;
    color: #87c4ae;
    border-top: 1px solid rgb(204, 204, 204);
}

nav.main-navigation ul ul a:hover,
nav.main-navigation ul ul li.focus > a {
	background-color: #FFF;
	color: #3d3f41;
	text-decoration: none;
}

nav.main-navigation ul li:hover > ul,
nav.main-navigation ul li.focus > ul {
	left: 0;
}

nav.main-navigation ul ul li:hover > ul,
nav.main-navigation ul ul li.focus > ul {
	    left: -100%;
            top: 91px;
}
nav.main-navigation ul li > ul > li > ul {
	z-index: 9999;
}
nav.main-navigation ul li ul li ul {
	/*top: -42px;*/
	position: absolute;
}

nav.main-navigation li .menu-item-has-children > a,
nav.main-navigation li .page_item_has_children > a {
	padding-right: 20px;
}

nav.main-navigation .menu-item-has-children li.menu-item-has-children > a:after,
nav.main-navigation .menu-item-has-children li.page_item_has_children > a:after,
nav.main-navigation .page_item_has_children li.menu-item-has-children > a:after,
nav.main-navigation .page_item_has_children li.page_item_has_children > a:after {
	content:  "";
	right: 8px;
	top: 20px;
}

.responsiveMenuSelect{
	display: none!important
}

li {
	font-size: 16px;
	line-height: 35px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: white;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
	text-align: left;
	margin-left: -22px;
}

.center {
	display: block;
	margin: 0 auto;
}

iframe {
	border: 3px solid black;
	display: block;
	margin: 0 auto;
}
.map{border:none;
	max-width: 100%;
}

.internal-content iframe{
	/*border: none;*/
}

.books img {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
	border: 5px solid black;
}

.col-logo a img {    
    width: 170px;
    position: relative;
    z-index: 100;
    left: 0px;
    
    
    }
    
  .logo a img {	
    width: 170px;
    position: relative;
    z-index: 100;
    margin: 15px 0 20px 16px;
   
  }  


    

.rfgp1 {
  float: left;
  padding-right: 10px;
  width: 50%;
  margin-top: 40px;
  margin-bottom: -40px;
}

.rfgp2 {
  float: left;
  padding-left: 10px;
  width: 50%;

}
.rfgp3{widht:100%}

#error {
  color: #FF0000;
  font-size: 12px;
  margin-bottom: 15px;
  text-align: center;
}
.modal-dialog-download {width: 300px; }
h3.ahx89 {
	font-size: 19px;
	margin: 0;
	text-align: center;
	color: #EE3C2E;
}
h3.ahx89 small {
	color: #555555;
	display: block;
	font-family: arial;
	font-size: 12px;
	margin: 8px 0;
}
.error2 {color: red; text-align: center; font-size: 11px; font-family: arial}

.gradient-red{
	background: #dc1a0e; /* Old browsers */
	background: -moz-linear-gradient(top, #dc1a0e 0%, #ed3125 50%, #dc1a0e 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dc1a0e), color-stop(50%,#ed3125), color-stop(99%,#dc1a0e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #dc1a0e 0%,#ed3125 50%,#dc1a0e 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #dc1a0e 0%,#ed3125 50%,#dc1a0e 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #dc1a0e 0%,#ed3125 50%,#dc1a0e 99%); /* IE10+ */
	background: linear-gradient(to bottom, #dc1a0e 0%,#ed3125 50%,#dc1a0e 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc1a0e', endColorstr='#dc1a0e',GradientType=0 ); /* IE6-9 */
}	

.bullets-communities-box { width: 100%; overflow: hidden; padding-top: 10px; }

body.landing-home .container-banner { background-image: url('../img/caretaker-helping-senior-out-of-bed.jpg'); }
body.landing-alzheimers .container-banner { background-image: url('../img/caretaker-combing-senior.jpg'); }
body.landing-dementia .container-banner { background-image: url('../img/caretaker-serving-senior.jpg'); }
body.landing-parkinsons .container-banner { background-image: url('../img/caretaker-helping-senior-up.jpg'); }
body.landing-inhome-assisted-living .container-banner { background-image: url('../img/caretaker-helping-senior-up.jpg'); }
body.landing-stroke .container-banner { background-image: url('../img/caregiver-walking-senior.jpg'); }
body.landing-post-hospital .container-banner { background-image: url('../img/caretaker-laughing-with-senior.png'); }
body.landing-cancer .container-banner { background-image: url('../img/senior-in-bed-smiling-at-caregiver.jpg'); }
body.landing-hospice .container-banner { background-image: url('../img/senior-in-wheelchair-with-caregiver.jpg'); }

.communities  ul {
	list-style: none outside none;
	margin: 0 0 0 5px;
	padding: 0;
	float:left;
}
.communities ul li {
	margin: 0 0 0 15px;
	padding: 3px 0;
	list-style-position: outside;
	list-style-image: url(../img/bullet.png);
	font-family: 'Open Sans Condensed';
	font-size: 17px;
	line-height: 20px;
}
.communities ul li:first-child{
	display: none;
}
.banner-content { float: right; padding-right: 40px; }
.container-header { padding-top: 20px; padding-bottom: 20px }
.questions p { font-size: 22px; font-weight: bold; color: #000; padding-top: 10px; margin-bottom: 0; }

/*start heather css*/
/*header{
	width: 100%;
    max-width: 100%;
    height: auto;
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
	}
	*/
.seprate-box{
	padding: 10px;
    
}	
label{
   	width: 100%;
    text-transform: uppercase;
    font-size: 12px;
}	
.logo{

}	
.logo img{
	float: left;
}
/*form APS css start */
/* Start Form Fields
-----------------------*/
.form-feilds input[type="text"], 
.form-feilds input[type="tel"], 
.form-feilds input[type="email"],
.form-feilds textarea {
    background: #fff;
    border-radius: 0px;
    border: 1px solid #e0e0e0;
    padding: 5px 8px;
    margin: 0px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    width: 58%;
    vertical-align: top;
}
.form-feilds .seprate-box{
	padding: 10px;
   
}	
.form-feilds label{
	width: 36%;
    text-transform: uppercase;
    font-size: 12px;
}	
.main-header .logo{
margin-top: 20px;
}

.main-header .logo img{
	float: left;
	width:35%;
	
}	
.main-header header h1{
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    margin-top: 38px;
    text-transform: uppercase;
    color:#9e9a0a;
}
.main-header header h2{
        font-size: 28px;
    line-height: 25px;
    text-transform: uppercase;
    color: #9e9a0a;
    margin: 8px 0;
}
.main-header address p{
margin: 0px;
    text-align: center;
}
.main-header address{
	text-align: center;
    color: #000;
    font-weight: bold;
   margin-top: 44px;
}
.field-box{
	margin-bottom: 15px;
}
.form-feilds .form-control {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    background: #fff;
    border-radius: 0px;
    border: 1px solid #e0e0e0;
    padding: 5px 8px;
    margin: 0px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    width: 58%;
    display: inline-block;
    vertical-align: top;

}
.form-feilds .seprate-box .checkbox-inline , 
.form-feilds .seprate-box .radio-inline {
    width: 76px;
}
.form-feilds .seprate-box h3{
	font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin: 25px 0;
}
.form-feilds .Education-info input{
	width: 100%;
}
.form-feilds .time-period label{
    width: 20%;
}
.form-feilds .content p label {
    width: auto;
    }
.form-feilds .content textarea {
    width: 100%;
    min-height: 120px;
    margin-bottom: 20px;
    }  
.form-feilds .signature label{
	display: block;
    width: 100%;
    
    text-align: center;
    padding: 10px 0;
    margin: 10px 0;
} 
.form-feilds .signature input{
    width: 98%;
    text-align: center;
}
.form-feilds .field-box.city_state_zip_code label{
       width: 18%;
}
.form-feilds .field-box.city_state_zip_code input{
      width: 79.5%;
      margin-left: -6px;
}

.form-control {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    background: #fff;
    border-radius: 0px;
    
    padding: 5px 8px;
    margin: 0px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    width: auto;
    display: inline-block;
    vertical-align: top;

}
.seprate-box .checkbox-inline , 
.seprate-box .radio-inline {
    width: 76px;
}
.seprate-box h3{
	font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin: 25px 0;
}
.Education-info input{
	width: 100%;
}
.time-period label{
    width: 20%;
}
.content p label {
    width: auto;
    }
.content textarea {
    width: 100%;
    min-height: 120px;
    margin-bottom: 20px;
    }  
.signature label{
	display: block;
    width: 100%;
    
    text-align: center;
    padding: 10px 0;
    margin: 10px 0;
} 
.signature input{
    width: 100%;
    text-align: center;
}
.field-box.city_state_zip_code label{
       width: 15%;
}
.field-box.city_state_zip_code input{
      width: 75%;
}
	
header h1{
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    margin-top: 38px;
    text-transform: uppercase;
    color:#9e9a0a;
}
header h2{
        font-size: 28px;
    line-height: 25px;
    text-transform: uppercase;
    color: #f1ce65;
    padding: 0px;
    margin: 10px 0;
}
address p{
	margin: 0px;
}
address{
	text-align: center;
    color: #000;
    font-weight: bold;
    margin-top: 20px;
}
header h1{
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    margin-top: 38px;
    text-transform: uppercase;
    color:#9e9a0a;
}
.form-feilds header h2{
        font-size: 28px;
    line-height: 25px;
    text-transform: uppercase;
    color: #9e9a0a;
    margin: 8px 0;
}
.form-feilds address p{
	margin: 0px;
}
.form-feilds address{
	text-align: center;
    color: #000;
    font-weight: bold;
    margin-top: 20px;
}
.form-feilds .field-box{
	margin-bottom: 15px;
}
.questions p .have {display: block}
.questions p .phone {color:#E52719; display: block; }
.questions p .lighter { font-weight: normal; font-size: 17px; display: block; }
.col-help .questions {  float: left;  width: 49%; text-align: left; }
.col-help .request {  float: left;  width: 49%; text-align: center; padding-top: 14px;}
.btn-red {
  border-radius: 7px 7px 7px 7px;
  color: #FFF;
  font-size: 17px;
  font-weight: bold;
  padding: 9px 20px;	
  display: inline-block;
}
.btn-red-no-border {
	color: #000;
	border: 1px solid white;
	font-size: 17px;
	font-family: 'Oswald';
	letter-spacing: 1px;
	padding: 9px 20px;		
	display: inline-block;
	border-radius: 2px;
}
.btn-red:hover {color:#fff; text-decoration: none;}

.box {
  color: #555555;
  float: left;
  width: 50%;  
  padding-right: 21px;
  text-align: left;
  padding-left: 65px;
  background-repeat: no-repeat;
  background-position: 0 6px;
}

.box-one{ background-image: url("../img/home.png"); }

.box-two { background-image: url("../img/info.png"); }

.box-three { background-image: url("../img/ensure.png"); }

.box-four {	background-image: url("../img/deication.png"); }

.box-five {	background-image: url("../img/higher.png"); }

.box-six { background-image: url("../img/care.png"); }


.box h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.phone-right{
       margin: 45px 0;
       margin-left: 190px;
       
} 
.row-testimonials-heading h2{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 27px;
	text-align: center;
	color: white;
	letter-spacing: 0.5px;
}

.testi-text {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #EEEEEE;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  border-radius: 8px 8px 8px 8px;
  margin-bottom: 20px;
  padding: 12px;
  color: black;
}

.testi-name {
	color: #FFF;
}

.testi-name b {
  display: block;
  color: #FFF;
}



.footer {
/*	background: url("../img/lines.png") no-repeat; */
}

.container-wrapper-testimonials {
	background-image: url('../img/hca-back-image-grid.png');
	padding: 10px 0 70px;
}

.container-testimonials p{
	color: #000;
	background-color: rgba(227,227,227,.75);
	padding: 15px 15px 40px;
	min-height: 543px;
	border: 4px double black;
}

.container-testimonials span{
	float: right; 
	font-weight: 700; 
	font-style: italic;
	position: absolute;
	bottom: 35px;
}

.col-testimonial {
  padding: 0 30px;
  color: #FFF;
}

.footer-call{
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	color: #FFF;
}

.footer-call .phone-footer{
	color: red;
	font-size: 25px;
}
.footer-call .phone-below-text {
  font-size: 18px;
  font-weight: normal;
}


.footer-logos{
   text-align:center
}

.copy-right{

	
}

.copy-right p{
	color: #FFF;
	margin-top: 10px;
	padding: 10px 0;
}

.container-wrapper-banner {
	background: url("../img/bgbanner.png");	
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	margin-bottom: 40px;
}
.col-banner .seal {
  position: absolute;
  right: 30px;
  top: 0px;
}
.col-banner .seal img { width: 135px; }
.col-banner .ladies {
  float: left;
  width: 50%;
}
.col-banner .headings {
  border-bottom: 1px solid #d6c9bd;
  padding-bottom: 7px;
  margin-right: 175px;
  
}
body.landing-inhome-assisted-living .col-banner .headings { width: 390px; }
.col-banner .headings h1 {
   font: 45px 'Open Sans Condensed', Arial, Helvetica, sans-serif;
  color: #683f0e;
  margin-bottom: 0;
  line-height: 45px;
}
.col-banner .headings h2 {
  font: 700 24px 'Open Sans Condensed', Arial, Helvetica, sans-serif;
  color: #492902;
  margin-top: 0;
}
.col-banner .features { float: left; }
.col-banner .features  ul {	
	margin: 0;
	padding: 16px 15px 0 0;
}
.col-banner .features  ul li {
	font: 300 22px 'Open Sans Condensed', Arial, Helvetica, sans-serif;
	color: #272727;	
	background: url('../img/bullet.png') no-repeat 0 13px;
	list-style-type: none;
	padding-left: 20px;
}

.communities {
  float: right;
  padding: 0 0 0 24px;
  border-left: 1px solid #d6c9bd;
  margin-top: 25px;
}
.communities  h2 {
  font-size: 19px;
  font-weight: bold;
  margin: 0 0 5px 0;
  padding: 9px 11px 9px 25px;
  background: #F7F2E5 url("../img/pointer.png") no-repeat 7px center;  
  border: 1px solid #d6c9bd;
}
.redbullets { margin: 25px 0; padding-left: 30px; }
.redbullets li{
	list-style-image: url('../img/bullet.png');
	font: 300 22px 'Open Sans Condensed', Arial, Helvetica, sans-serif;
}
.downloadbutton{
		margin-top: 12px;
}
.signs{
	margin: 20px 0 0;
	padding-bottom: 30px;
}

.signs > img {
	display: block;
	margin: 0 auto;
}
.column-right{
	background-color: #fefcef;
	border: 1px solid #f3f0df;
}
.column-right h3 { font: 700 24px/30px 'Open Sans Condensed', Arial, Helvetica, sans-serif; }

.care-guide-btn a {
	width: 329px;
	height: 54px;
	display: block;
	margin: 0 auto;
	background-image: url('../img/care-guide-button.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	font: bold 18px/54px 'Open Sans Condensed', Arial, Helvetica, sans-serif;
	color: #3a3a3a;
	padding-left: 20px;
}
.care-guide-btn a:hover { background-position: 0 -54px; text-decoration: none; }

.awards { height: 76px;}
.awards img{width: 90%; margin: auto; position: absolute; top: 0; left: 0; bottom: 0; right: 0;}

/* =============== HOME CIRCLES ================== */

.disease-circles-container { width: 100%; overflow: hidden; }
.disease-circles-container h2 {
	font: bold 32px/32px "Open Sans Condensed", Arial, Helvetica, sans-serif;
	color: #3b3b3b;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0;
}
.disease-circles-container h2 span {
	font-weight: normal;
	font-size: 24px;
	display: block;
	color: #828282;
}
.circles-box { 
	float: left; 
	width: 20%; 
	overflow: hidden;
	margin-bottom: 15px;
}
.circle-img {
	display: block;
	width: 200px;
	height: 200px;
	background-image: url('../img/disease-circles.jpg');
	background-repeat: no-repeat;
	margin: 0 auto;
}
.circles-box .read-more-btn {
	display: block;
	width: 118px;
	height: 42px;
	margin: 0 auto;
	text-align: center;
	font: bold 16px/42px 'Open Sans Condensed', Arial, Helvetica, sans-serif;
	color: #5c5c5c;
	background: url('../img/read-more-btn.png') no-repeat 0 0;
	text-shadow: 0 1px #fff;
}
#alzheimers-circle .circle-img { background-position: 0 0; }
#dementia-circle .circle-img { background-position: -240px 0; }
#parkinsons-circle .circle-img { background-position: -475px 0; }
#stroke-circle .circle-img { background-position: -708px 0; }
#post-hospital-circle .circle-img { background-position: -943px 0; }

.visit-home-link { 
	display: block; 
	text-align: center; 
	font: 16px 'Open Sans', Arial, Helvetica, sans-serif; 
	color: #cf2124;
	text-decoration: underline;
	margin-top: 10px;
}


.visit-home-link:hover { color: #cf2124; text-decoration: none; }
.imgleft{float:left;margin:0 10px 10px 0;}

#dlbutton {
    background: #c10000 none repeat scroll 0 0 !important;
    border: 1px solid #c94b3a;
    border-radius: 4px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.45);
    color: #ffffff;
    cursor: pointer;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: bold;
    height: 32px;
    line-height: 15px;
    margin: 0 0 0 360px;
    padding: 0;
    position: relative;
    text-align: center;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.45);
    transition: background-color 0.3s linear 0s;
    width: 164px;
    z-index: 2;
}
#dlbutton:hover, #dlbutton:focus {
    box-shadow: none;
    left: 1px;
    position: relative;
    top: 1px;
}
@media (max-width:1200px) {
	
	.banner-content { padding-right: 0; width: 100%; }
	.col-banner .seal { right: 45px; }
	.col-banner .headings { margin-right: 0; float: left; }
	.communities { border-left: 0; }
	.communities h2 { font-size: 15px; width: 187px; } 
	.container-banner { background-position: 64% bottom; }
	.container-banner { background-size: 54%; }
	.col-banner .headings h2 { font-size: 20px; }
	.col-banner .headings h1 { font-size: 37px; line-height: 37px; }
	
	.disease-circles-container h2 { font-size: 30px; line-height: 30px; }
	body.landing-inhome-assisted-living .col-banner .headings { width: 340px; }
}

/* lg and lg+ */
@media (min-width:1200px) {
	
.container {
	width: 100%;
	max-width:1250px;
}	
	
}


/* only md  */
@media (min-width:992px) and (max-width:1199px) {

	.col-help { padding-left: 0; }
	.care-guide-btn a { 
		width: 289px; 
		height: 48px; 
		background-size: cover; 
		font-size: 15px;
		line-height: 48px;
	}
	.care-guide-btn a:hover { background-position: 0 -47px; } 
	.signs > img { max-width: 100%; }

	body.landing-cancer .container-banner { background-position: 230px 0; }
	body.landing-hospice .container-banner { background-position: 230px 0; }
	
}
/* md and md+ */
@media (min-width:992px) {
	
	
	
}
/* upto md */
@media (max-width:991px) {
	.container-banner { padding-top: 0; padding-bottom: 20px; }
	.container-banner { background-size: auto; background-position: right bottom; }
	.container-wrapper-banner {margin-top:30px}
	.col-banner .features, .col-banner .communities { float: none; }
	.communities { padding-left: 0; }
	.communities ul { padding: 0; }
	.col-banner .features ul li { font-size: 20px; }
	.col-banner .features ul { padding: 0 15px 0 0; }
	.banner-content { float: none; }
	.communities h2 { font-size: 18px; }
	.column-right { padding-top: 1px; margin-top: 25px; }
	.circles-box { width: 33%; }
	.disease-circles-container h2 { font-size: 28px; line-height: 28px; }
	#stroke-circle { margin-left: 17%; }
	.circles-box { margin-top: 25px; }
	body.landing-inhome-assisted-living .col-banner .headings { width: 340px; }

}



/* sm and sm+ */ 
@media (min-width:768px) {
	
}

/* upto sm, same as xs */

@media (min-width: 768px) and (max-width: 992px) {
	nav.main-navigation {padding-left: 0;}
	nav.main-navigation ul {padding-left: 0;}
	nav.main-navigation ul {width: auto;}
	.nav-items {width: 100%;}
	.container-carousel {padding-top: 122px;}
	.fixed {top: 134px;}
	.call {margin-left: 0;margin-top: 58px;}
	.ph-txt {display: block;}
	.cl-txt {line-height: 1px;}
	.bt-wraps p a {width: 270px;font-size: 13px;}
	.bt-wraps {margin-top: 21px;}
	.col-logo a img {top: 15px;}
	.call p {line-height: 1px;}
}

/* xs */
@media (max-width:767px) {
	.col-logo a img {position: inherit;}
	.col-logo {text-align: center}
	.col-help .questions {
	  float: none; 
	  width: 100%;
	  text-align: center;
	}
	.col-help .request {
	  float: none; 
	  width: 100%; 
	  text-align: left;
	  padding-top: 0px;
	  text-align: center;
	  margin-top: 15px;
	}
	.container-wrapper-banner { margin-top: 5px; }
	.box {
	 width: 100%;
	 float: none;
	 overflow: hidden;
	}
	.testi-text {
		margin-bottom: 0;
		margin-top: 20px;
	}
	.col-banner .headings h1 { margin: 5px 0 10px 0; }
	.col-banner .headings h2 { margin-bottom: 10px }
	.col-banner .headings {display: block; width: 100%; text-align: center; float: none;}

	.col-banner .seal {
		left: 35%; 
		right: 35%;
		top: auto;
		bottom: -80px;
	}
	.col-banner .features {
		float: none;
		width: 275px;
		margin: 0 auto;
	}
	.col-banner .communities {
	  float: none;
	  width: 280px;
	  margin: 20px auto 430px;
	}
	.communities  ul { float:none; }
	.communities h2 { width: 100%; }
	.container-banner { background-position: center bottom; }
	.box-one { margin-top: 15px; }
	
	.row-testimonials-heading h2 { margin-top: 10px; margin-bottom: 10px; }
	
	body.landing-inhome-assisted-living .col-banner .headings { width: 100%; }
	.logo {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    float: none;
}
.logo a img {
    width: 170px;
    position: relative;
    z-index: 100;
    text-align: center;
    float: none;
    margin-right: 30px;
}
.button1 {
    padding: 8px 25px;
    font-size: 14px;
    margin: 20px 0;

}


}
@media (max-width:669px) {

	.circles-box { width: 50%; }
	#stroke-circle { margin-left: 0; }
	#post-hospital-circle { margin-left: 25%; }
	.redbullets { padding-left: 20px; }
	
	.home-hero-heading {position:relative; top:56%;}
	
}

/* custom queries */
@media (max-width:470px) {
	.col-banner .headings h1{font-size: 28px; line-height: 30px}
	.col-banner .headings h2 { font-size: 17px; }
	.questions p { font-size: 18px; }
	.questions p .lighter { font-size: 16px; }
	
	.care-guide-btn a { 
		width: 289px; 
		height: 48px; 
		background-size: cover; 
		font-size: 15px;
		line-height: 48px;
	}
	.care-guide-btn a:hover { background-position: 0 -47px; } 
	.circles-box { 
		width: 100%;
		border-bottom: 1px solid #ebebeb;
		padding-bottom: 30px;
		margin-top: 0;
	}
	#post-hospital-circle { margin-left: 0; border-bottom: 0; padding-bottom: 0; }
	
	.col-banner .headings h1 { margin: 5px 0; }
	
	.signs > img { max-width: 100%; }
	
	.footer-call .phone-footer { font-size: 18px; }
}

/* New HCA Template Styles */

.related-posts{
	padding: 25px 15px;
}

.subscribe{
	padding: 25px;
	background-color: #404040;
	margin: 25px auto;
}

.subscribe h2{
	margin-top: 0;
	color: white;
	font-family: Oswald;
	letter-spacing: 2px;
	font-weight: 400;
}

.subscribe p{
	color: white;
}

.subscribe p:last-of-type input:last-of-type {
	width: 100%;
	background-color: transparent;
	border: transparent;
	color: white;
	text-transform: uppercase;
}

.jetpack_subscription_widget p:last-of-type {
	text-align: center;
	background-color: #DC1A0E;
	border: 1px solid #DC1A0E;
	text-transform: uppercase;
	font-weight: 600;
	padding: 6px;
}

.sharedaddy:before, .sharedaddy:last-child:after {
	content: none!important;
}

.sharedaddy h3{
	font-size: 14px!important;
}

.post-thumbnail img {
	margin: 0 0 10px 0;
}

.post h2.entry-title {
	margin: 0;
	font-size: 28px;
	border-bottom: 2px dashed #ddd;
}

.staff strong{
	font-size: 20px;
	border-bottom: 3px solid #DC1A0E;
}

.left-homepage-2 p {
	font-style: italic;
	font-weight: 700;
	font-size: 18px;
}

.staff-img{
	float: left;
	border: 4px solid white;
	margin-bottom: 20px;
	
}

.featured-logos{
	display: table;
	margin: 0 auto 30px;
	padding: 0 15px 15px;
}

.featured-logos h2{
	margin: 20px auto 30px;
}

.container-main {
	
	
}

.container-prenav {
	width: 100%; 
	
	
}

.fixed {
	position: relative;
	z-index: 1;
}

.fixed-2 {
	position: fixed;
	z-index: 2;
	
}


.fixed-2.scroll {
	position: fixed;
	z-index: 2;
	background-color: #f2f2f2;
	box-shadow: 0px 3px 5px #888888
}
.fixed-2.inner-pages-nav.scroll {
	position: fixed;
	z-index: 2;
	background-color: #f2f2f2;
	box-shadow: 0px 3px 5px #888888
}



.call {
	margin-left: 0;
}

.call p {
	line-height: 62px;
	color:#000;
	font-size: 20px;
	font-family: 'Oswald';
	letter-spacing: 2px;
	text-align: center;
	margin-bottom: 0;
	display: inline;
	color: gray;
}

.call img {
	display: inline; 
	height:21px; 
}

.request-btn {
	margin: 3px 0;
	float: right;
}

.container-nav.fixed.scroll{
	width: 100%; 
	background-color: #f1ce65;
}

.bt-wraps {
    margin-right: 2%;
    margin-top: 0px;
}
.fixed {
	padding-top: 27px;
    padding-left: 150px;
 }

.nav-items-2{
    padding-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0px;
}

.carousel-inner img{
	margin: 0 auto;
}
p.inner-pages-pohone {
        margin: 69px 0 0 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}


#myCarousel{
	border-right:10px white;
}


#manager-name {text-align: center; font-size: 16px; line-height: 30px; margin-top: 15px;}



.container-carousel{
	/*background-color: #ECEFF1;*/
	
	/*background: -webkit-radial-gradient(#f1ce65, #cc8d8d, #f1ce65);*/
	
}

.container-banner {
	background-color:#93af67;

}

.container-banner .row h2 {
	text-align: center;
	color: #FFF;
	font-size: 44px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 600;
	padding: 0 20px;
	margin: 20px 0;
}

.homepage-boxes{
	margin: 40px -15px;
}

.homepage-column{
	background-color: #FAFAFA;
	border: 1px dotted black;
	padding: 15px 20px 25px;
}

.homepage-column img{
	width: 100%
}

.homepage-column h2{
	text-align: center;
	letter-spacing: 2px;
}

.center {
	text-align: center;
}

.awards-banner{
	margin-bottom: 40px;
	margin-top: 40px;
}

.gray-bg{
	/*background-color: #E3E3E3;*/
	background-image: url('../img/hca-back-image-grid.png');
	background-image: none;
}

.homepage-content .row{
	padding: 30px 0;
}

.ul-home li{
	font-family: 'oswald', Arial, Helvetica, sans-serif; 
	font-size: 14px; letter-spacing: 1px; line-height: 45px; margin-left: -17px;}

.home-manager-img{margin-bottom: 40px; padding: 10px; margin-right:none;}


.left-homepage-1 div:first-of-type {
	float: left;
	background-color: white;
	color:white;
	padding: 16px;
	
}

.left-homepage-1 img{
	
	
}

.left-homepage-1 h2:first-of-type, .left-homepage-1 h1:first-of-type {
	margin-top: 0;
	letter-spacing: 1px;
}

.left-homepage-1 h3{
	letter-spacing: 1px;
	text-align: center;
	margin-right: 20px;
}

.right-homepage-1 {

}

#the-logo {
	width: 165px;
	margin: 0px auto 0;
	display: block;
	margin-bottom: 40px;
}

#bohc-logos{
	width: 329px;
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.right-homepage-1 iframe{
	border: 3px solid black;
}

.right-homepage-1 .btn-red-no-border {
	font-weight: 500;
}

.homepage-video {
}

.homepage-video h3{
	text-align: center;
}

.homepage-video li{
	font-family: Oswald;
	letter-spacing: 1px;
	font-size: 20px;
	line-height: 40px;
}

/*#bbb img{
	height: 60px; 
	width: initial;
}*/

.homepage-video a{
	margin-top: 10px;
}

.left-homepage-2{
	margin-right: 0px;
}

.left-homepage-2 img{
	margin:0px 40px 40px 0;
	margin-left: 10px;
}

.right-homepage-2 h2{
	letter-spacing: 0.5px;
	line-height: 30px;
}

.right-homepage-2 ul{
	font-family: 'Open Sans'; 
	color: #5c5c5c;
}

.right-homepage-2, .right-homepage-1, .left-homepage-1, .right-homepage-2 span{
	color: #C10000;
	
	
 }


.left-homepage-1 li span {color:#C10000; font-weight: bold;
	
}

.right-homepage-2 span {
	color: #C10000;
	font-weight: bold;
}




.meet-our-staff{
	background-color: #E3E3E3;
	padding-bottom: 60px;
}

.meet-our-staff h2{
	margin: 40px 0;
	font-size: 30px;
	text-align: center;
}

.team-wrapper{
	width: 100%;
	margin-bottom: 20px;
}

.team-wrapper ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.team-wrapper ul li{
	float: left;
	width: 25%;
	overflow: hidden;
	cursor: pointer;
}

.team-wrapper ul li img{
	width: 100%;
}

.team-wrapper ul li .person-name{
	background: #000;
	color: #fff;
	cursor: pointer;
	padding: 10px;
	position: absolute;
	top: -69px;
	width: 100%;
	font-size: 18px;
	font-family: 'Oswald';
	letter-spacing: 1px;
}

.team-wrapper ul li .person-name span{
	font-size: 80%;
	text-transform: capitalize !important;
}

.person-detail{
	background: #C10000;
	padding: 10px;
	padding-top: 30px;
	color: #fff !important;
}

.person-detail p{
	color: #fff !important;
}

.person-detail .team-close-btn{
	background: #000;
	padding: 10px 30px;
	color: #FFF;
	font-weight: bold;
	margin-top: 10px !important;
	font-size: 17px;
	font-family: 'Oswald';
	letter-spacing: 1px;
	padding: 9px 20px;
}

.person-detail .team-close-btn:hover{
	text-decoration: none !important;
	background-color: #C10000;
}

#img-1, #img-2, #img-3, #img-4 {
	position: relative;
}

#detail-1, #detail-2, #detail-3, #detail-4 {
	display: block; width: 100%; display: none;
}

.container-wrapper-testimonials p{
	color: #000;
	/*background-color: rgba(227,227,227,.75);*/
	/*padding: 15px 15px;*/
	/*border: 4px double black;*/
	/*min-height: 194px;*/
}

.container-wrapper-testimonials h2{
	margin: 40px 0;
	font-size: 30px;
	text-align: center;
	color: #000;
}

.container-wrapper-testimonials .col-md-4{
	padding: 0 20px;
}

.container-wrapper-testimonials span{
	float: right; 
	font-weight: 700; 
	font-style: italic;
	position: absolute;
	bottom: 35px;
	max-width: 272px;
}

.container-wrapper-footer {
	background-color: #f2f2f2;
	    padding: 20px;
	
	/*background: #1d1c1c url(../img/sliders/Aps-Security-Company-footer-Bg.jpg) center no-repeat;*/
	
}

.container-wrapper-footer h2{
	color: #7B7B7B;
	letter-spacing: 2px;
}

.container-wrapper-footer h3{
	color: #969182;
	text-align: left;
	
}

.container-wrapper-footer img{
	width: 100%;
	border-radius: 6%;
}

.container-wrapper-footer a, .container-wrapper-footer p{
	font-family: 'Oswald';
	font-size: 18px;
	letter-spacing: 1px;
	text-decoration: none;
	color: gray;
}

.container-wrapper-footer ul{
	list-style: none;
	
	
}

.container-wrapper-footer li{
	padding: 5px 0;
}

.social-media{
	padding: 0 5px;
}

.request-btn p{
	margin: 0;
}

.carousel-indicators {
	z-index: 1;
}


.page-id-2821 .internal-banner{
    background: black url(../img/APS-Private-Security-Services-Vignette-2.jpg) no-repeat bottom center;
    height: 400px; 
}

.page-id-2815 .internal-banner{
    background: black url(../img/APS-Private-Security-Market-Vignette.jpg) no-repeat bottom center;
    height: 400px; 
}


.page-id-2939 .internal-banner{
    background: black url(../img/APS-Security-Guards-Careers-Vignette.jpg) no-repeat bottom center;
    height: 400px; 
}

.page-id-1328 .internal-banner{
    background: black url(../img/APS-Private-Security-Guard-Services-.jpg) no-repeat bottom center;
    height: 400px; 
}


.internal-banner h2{
	text-align: center;
	color: white;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 60px;
	padding: 0 0 30px 0;
	
	
}

.internal-banner .container{
	position: relative;
	top: 33%;
}

.map {
	pointer-events: none;
}

/*.internal-content .row{
	margin: 0 0 20px 0;
}*/

/*.internal-content .row:first-child{
	margin: 0 30px 20px 30px;
}*/

.internal-text {
	padding: 15px 50px 20px;
}

.internal-text h2{
	letter-spacing: 0.5px; 
	line-height: 34px;
}

.form-title img{
	width: 67px;
	float: right;
	display: inline-block;
}

button.dropdown-toggle{display: none}

@media screen and (min-width: 1920px) {
	
	p {
		font-size: 16px;
		
		
	}
	
	.container-wrapper-testimonials .col-md-4{
		padding: 0 20px;
	}
	
	.container-wrapper-testimonials p{
	}
	
	h3{
		font-size: 22px;
	}
	
	h2{
		font-size: 28px;
	}
	
	.container-banner .row h2 {
		font-size: 50px;
	}
	
	.homepage-column .btn-red-no-border{
		padding: 5px 20px;
	}
}


@media screen and (max-width: 1200px) {
	
	.related-posts {
		margin-top: -30px;
	}
	
	article.post p{
		line-height: 24px;
	}
	
	nav.main-navigation ul ul ul {
		top:90px;
	}
	
	.container-wrapper-testimonials span{
		max-width: 300px;
	}
	
	nav.main-navigation{
		padding-left: 23%;
	}
	
	.btn-red-no-border {
		font-size: 14px;	
	}
	
	.call img {
		height: 35px;
	}
	
	.call p{
		font-size: 13px;
		display: block;
	}
	
	nav.main-navigation > div > ul > li > a {
		font-size: 16px;
		padding: 0 0px;
		letter-spacing: 0;
	}
	nav#site-navigation-1.main-navigation a{
	    font-size: 16px;
		padding: 0 0px;
		letter-spacing: 0;
	}
	
	.col-logo a img{
		width: 195px;
	}
	
	.request-btn p{
		text-align: center;
	}
	
	.left-homepage-2 img{
		width: 100%;
	}
	
	.container-wrapper-testimonials .col-md-4 {
		padding: 0 20px;
	}
	
	.container-wrapper-testimonials p {
		min-height: 272px;
	}
	
	.right-homepage-1 iframe {
		height: 259px;
	}
	
	.homepage-video {
		/*height: 364px;*/
	}
	
	.right-homepage-1 {
	}

}


@media screen and (max-width: 1199px){
	
	.subscribe{
		float: none;
	}
	
	.sidebar-form {
		float: none!important;
		margin: 0 auto;
	}
}

@media screen and (max-width: 992px){
	
	.related-posts {
		padding: 0 15px;
		margin-left: 84px;
	}
	
	h2.family-room {margin-top: 80px;}
	
	.read-article{
		float: right;
	}
	
	nav.main-navigation ul ul ul {
		top: 90px;
	}
	
	.container-wrapper-testimonials span{
		position: relative;
		bottom: initial;
	}
	
	.internal-banner {
		height: 250px;
		
	}
	
	.col-logo {
		padding-left: 40px;
	}
	
	.container-nav{
		top: 0px;
	}
	
	.container-carousel {
		padding-top: 99px;
	}
	
	nav.main-navigation ul{padding: 0; width: 649px;margin: 0 auto;display: block;}
	
	nav.main-navigation ul li a{ padding: 0 12px; }
	
	nav.main-navigation ul li ul li a{padding:10px 15px; font-size: 16px;}
	.call {
		margin-left: 33.33333333333333%;
	}
	
	.call p{
		margin-top: 0px;
	}
	
	.request-btn{
		margin-top: -8px;
	}
	
	.col-logo a img {
		width: 176px;
		top: 5px;
	}
	
	nav.main-navigation {
		padding-left: 0;
	}
	
	.container-banner .row h2 {
		font-size: 32px;
		margin-bottom: 0;
	}
	
	.left-homepage-2 img {
		position: relative;
	}
	
	.internal-banner .container {
		top: 25%;
	}
	
	.container-wrapper-testimonials p {
		min-height: initial;
		padding: 0 5px 0 5px;
	}
	
	.homepage-boxes .col-md-4{
		margin-bottom: 20px;
	}
	
	.homepage-boxes .col-md-4:last-child{
		margin-bottom: 0;
	}
	
	.awards img{
		width: initial;
		height: 100%;
	}
	
	.awards{
		margin: 10px 0;
	}
	
	.right-homepage-1 iframe {
		height: 29em;
		margin-top: 20px;
	}
	
	.homepage-video {
		height: initial;
	}
	
	.right-homepage-1 {
	}
	
	.left-homepage-2 {
	}
	
	.post-thumbnail{float: left}
}

@media screen and (max-width:767px){
	
	.left-homepage-1 div:first-of-type {
		max-width: initial;
	}
	
	.left-homepage-1 h3 {
		float: left;
	}
	
	.related-posts {
		padding: 0 15px;
		margin-left: 0px;
	}
	
	.staff div:first-of-type {
		border-bottom: 3px solid #DC1A0E;
		margin: 0 10px 20px;
	}
	
	.staff strong{
		border-bottom: none;
	}
	
	.staff p:first-of-type{
		text-align: center;
		margin-bottom: 5px;
	}
	
	.staff-img{
		display:block;
		float:none;
		margin: 0 auto 20px;
	}
	
	.internal-banner h2 {
		font-size: 42px;
	}
	
	.container-banner .row h2 {
		font-size: 28px;
	}
	
	.awards img, #bbb img {
		height: 100%;
		width: initial;
	}
	
	.team-wrapper ul li {
		width: 100%
	}
	
	.internal-banner .container {
		top: 12%;
	}
	
	.internal-text {
		padding: 15px 10px 20px;
	}
	
	.entry-header{text-align: center}
	.entry-content{display: inline-block; width: 100%;}
	.post-thumbnail img{width:100%; height: auto !important;}
	.post-thumbnail{display: inline-block; width:100%}
	.entry-content iframe{width: 100%;}

}

@media screen and (max-width: 767px){
	
	nav{height: auto}
	nav.main-navigation ul{padding: 0; height: 60px}
	
	nav.main-navigation ul li a{font-size: 16px; padding-left:7px; padding-right: 7px;}
	
	nav.main-navigation ul li ul li a{padding:10px 10px; font-size: 16px;}
	
	/*nav.main-navigation a {
		font-size: 14px;
		padding: 0 10px;
	}*/
	nav.main-navigation ul li{line-height: 55px; height: 50px}
	
	.container-carousel {
		padding-top: 0;
	}
	
	.fixed-2 {
		position: relative;
		background-color: #f2f2f2;
	}
	.fixed-2.inner-pages-nav {
     position: relative;
     background-color: #f2f2f2;
     }
	
	.col-logo a img{
		margin-top: 10px;
	}
	
	.call p{
		letter-spacing: 1px;
		margin: 0px 0 10px;
	}
	
	.container-nav{
		display: none;
	}
	
	.col-logo {
		padding-left: 0;
	}
	
	.call {
		margin-left: 0;
	}
	
	.navbar-toggle{
		background-color: #f1ce65;
		float: left;
		position: absolute;
		z-index: 100;
		margin-left:15px;
		margin-top: 10px;
	}
	
	.navbar-collapse{
		max-height: 100%;
	}
	
	.navbar-toggle .icon-bar {
		background-color: white
	}
	
	.primary-menu{
		position: relative;
		margin-top: 40px;
	}
	
	.primary-menu, .primary-menu > li{
		display:block;
		text-align:left;
		padding:0;
		margin-bottom:0;
		font-family: 'Oswald';
		letter-spacing: 2px;
	}
	
	.navbar-collapse .primary-menu>li.menu-item-has-children>a{
		padding-bottom: 15px;  /* 0px  */  
	}
	
	.navbar-collapse .primary-menu>li.menu-item-has-children>a:after{
		content: " ▾"
	}
	
	/*.sub-menu{
		display:block;
		position:static;
		width:100%;
		box-shadow:none;
		padding: 0px 10px 10px 30px;
		-moz-box-shadow:none;
		-webkit-box-shadow:none;
		-webkit-border-bottom-right-radius:0;
		-webkit-border-bottom-left-radius:0;
		-moz-border-radius-bottomright:0;
		-moz-border-radius-bottomleft:0;
	}*/
	
	.sub-menu{
		display:none;
		padding-left: 17px;
	}
	.sub-menu > li > .sub-menu {padding-left: 10px;}
	.sub-menu li{
		list-style: none;
		padding: 5px;
	}
	
	.sub-menu a{
		color: #000;
		font-family: 'Oswald';
		letter-spacing: 2px;
	}
	
	.sub-menu li.menu-item-has-children > a:after{
		content: " ▾"
	}
	
	.menu-item-has-children .sub-menu li:last-child {
		padding-bottom: 30px;
	}
	
	.navbar-collapse .primary-menu>li>a{padding-top:12px;padding-bottom:12px;}
	.navbar-collapse .navbar-toggle{color:#fff;border:0;background-color:#D3D3D3;}
	.navbar-collapse .navbar-toggle:hover,
	.navbar-collapse .navbar-toggle:focus{background-color:#fff;}
	
	.navbar-collapse .navbar-collapse,
	.navbar-collapse .navbar-form{background-color:#727272;border:0;}
	
	.navbar-collapse .primary-menu>li{background-image:none;border-bottom:1px solid #868686;}
	.navbar-collapse .primary-menu > li:hover > .sub-menu {display:block;}
	.navbar-collapse .primary-menu > li > .sub-menu > li:hover > .sub-menu {display: block;}
	.navbar-collapse .primary-menu>li:first-child>a{padding:15px;}
	.navbar-collapse .primary-menu>li>a{padding:15px;color:#000;display:block;}
	
}

.hvr-fade.btn-red-no-border.cta-2 {
    /*margin: 36px 0px;*/
    
    text-align: center;
}


.hvr-fade {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	overflow: hidden;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
	border: 1px solid white;
}
.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
	background-color: white;
	color: #87c4ae;;
	text-decoration: none;
}

.hvr-fade-staff {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	overflow: hidden;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
}
.hvr-fade-staff:hover, .hvr-fade-staff:focus, .hvr-fade-staff:active {
	background-color: #C10000;
	color: white;
	text-decoration: none;
}

.fade {
opacity: 1;
transition: opacity .25s ease-in-out;
-moz-transition: opacity .25s ease-in-out;
-webkit-transition: opacity .25s ease-in-out;
}
/*
.fade:hover {
	  opacity: 0.5; 
}
*/
img.grayscale{
filter: grayscale(100%);
-webkit-filter: grayscale(100%); /* For Webkit browsers */
filter: gray; /* For IE 6 - 9 */
-webkit-transition: all .5s cubic-bezier(0, 0, 0.2, 1); /* Fade to color for Chrome and Safari */
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
}

img.grayscale:hover{
filter: grayscale(0%);
-webkit-filter: grayscale(0%);
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
}

.scrolloff {
	pointer-events: none;
}

.sidebar-form .button-default{
	margin: 40px 0 30px;
	display: block;
	text-align: center;
	background-color: #DC1A0E;
	border: 1px solid #DC1A0E;
	-webkit-appearance: none;
	appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	padding: 6px 0;
	position: relative;
	width: 100%;
	z-index: 99;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-transform: uppercase;
	font-weight: 400;
	padding: 10px;
	font-family: 'Open Sans';
}

.sidebar-form{background-color: #497db4;padding: 25px; float: right;}
.sidebar-form select{width:100%;color:#888;outline:0; height: 40px}
.sidebar-form p{color: #F3F3F3; margin-bottom:15px;}
.sidebar-form label{display:none;}
#ie6 .sidebar-form label, #ie7 .sidebar-form label, #ie8 .sidebar-form label, #ie9 .sidebar-form label{display:block;}
.form-title{font-family: Oswald;
			font-size: 34px;
			line-height: 38px;
			font-weight: 500;
			padding-bottom: 15px;
			color: #F3F3F3;
			letter-spacing: 2px;}
.form-title span{display:block;font-size:14px;font-weight:400;}
#form-number{font-size:24px;margin:15px 0 0;text-align:center;line-height:25px;}
#form-number span{color:#c10000;}
#form-number a.link-phone{display:none;}
#form-number-sub{text-align:center;margin-bottom:5px;}
.sidebar-form input, textarea{}
.sidebar-form input{
	background-color: rgba(0,0,0,0);
	border: none;
	border-bottom: 1px solid white;
	color: #F3F3F3;
	height: 40px;
}
.sidebar-form input::-webkit-input-placeholder {
color: #fff !important;
}
 
.sidebar-form input:-moz-placeholder { /* Firefox 18- */
color: #fff !important;  
}
 
.sidebar-form input::-moz-placeholder {  /* Firefox 19+ */
color: #fff !important;  
}
 
.sidebar-form input:-ms-input-placeholder {  
color: #fff !important;  
}

.dabba{overflow:hidden;background-color:#fff;padding:15px;background-clip:padding-box;border:1px solid #ddd;border-radius:6px;box-shadow:0 0 15px rgba(0,0,0,0.07);}


.entry-title a {
	color: #C10000;
	text-decoration: none;
}
.blog .entry-title a {
	color:#000;
}
.entry-title a:hover {
	color: #23527C;
	text-decoration: none;
}

@media (min-width: 400px) and (max-width: 1200px){
    
   /*.home-iphone-silvertrac {
       margin-bottom: -19px;
       
   } */
    
}

@media (min-width: 400px) and (max-width: 1280px){
    
   /* .home-iphone-silvertrac {
        margin-bottom: -50px;
    }*/

}


@media (min-width: 400px) and (max-width: 1280px){
    
   /* .home-iphone-silvertrac {
        margin-bottom: -60px;
    }*/

}


@media screen and (max-width: 400px){
    
  /* .home-iphone-silvertrac {
       margin-bottom: -20px;
       
   } */
    
}


@media (min-width: 400px) and (max-width: 500px){
    
   /* .homepage-caption.banner-2{
    bottom: 0;
    color: white;
    font-family: "montserrat";
    font-size: 2vw;
    font-weight: 700;
    left: 37%;
    position: absolute;
    right: 0;
    text-align: left;
    text-shadow: 1px 1px 1px #000;
    top: 20%;
    width: 100%;
    padding-left: 40px;
    letter-spacing: 2px;
    font-size: 12px;
    
    }*/

}



@media screen and (max-width: 480px){
	.entry-content{display: inline-block; width: 100%}
	h2{margin-bottom: 10px}
	.alignleft{margin: 0 0 .7em 0 !important}
	.entry-content p:first-child{margin-top:10px;}
	.call p{
		letter-spacing: 0;   /* 1px */
		margin: 0px 0 10px;
	}
}



@media screen and (max-width: 320px){
	.entry-content{display: inline-block; width: 100%}
	h2{margin-bottom: 6px}
	.call p{
		letter-spacing: 0;   /* 1px */
		margin: 0px 0 10px;
	}
}	


.image-on-sm{
	display: none;
}
 .image-on-sm img {
   width:  100% !important;
						   height: auto !important;
 }
.image-on-lg {
	display: none;
}
 .image-on-lg img {
   width:  100% !important;
   height: auto !important;
 }

@media screen and (min-width: 991px){
	.image-on-lg{
		display: block;
	}
	 .image-on-sm{
		 display: none;
	 }
}
 @media screen and (max-width: 991px){
	 .image-on-sm{
	 	display: block;
	 }
	  .image-on-lg {
		  display: none;
	  }
 }
 
article.post{
	 background: white;
	 padding: 12px;
	 margin: 12px;
	 border-radius: 6px;
	 border: 1px solid #ddd;
 }
 
article.post .row{
	padding: 10px 15px;
}

article.post h5{
	margin-top: 0;
}
 
article.post.single{
	 background: transparent;
	 padding: 12px;
	 border: none;
	 border-radius: 0px;
 }
 
article.post.single img{
	margin: 40px auto 30px;
	display: block;
	max-width: 100%;
	height: inherit;
}
.single article.post img {
	width:100%;
}
.single .col-xs-12 {
	padding:0;
}
article.post.single h1{
	text-align: center;
	border-bottom: 2px dashed #ddd;
	padding: 0 0 10px;
	color: #C10000;
}

article.post.single h2{
	color: #C10000;
}

@media screen and (max-width: 768px){
	
	article.post{
		padding: 12px 5px;
		margin: 12px -25px;
	}
	
	article.post h5 {
		margin-top: 20px;
	}
	
}

@media (min-width: 768px) and (max-width: 1493px) {
    .bt-wraps a {font-size: 15px;}
	.cl-txt {font-size: 18px; margin-left: 20%}
}
@media (min-width: 1235px) and (max-width: 1380px) {
	.bt-wraps a {font-size: 15px;}
	.request-btn p {}
	.request-btn p {font-size: 14px;line-height: 22px;}
	/*.ph-txt {display: block;}*/
	.call img {float: none;margin-right: 4px;}
	.cl-txt {line-height: 16px;}
	.call {margin-top: 11px;}
	/*.fixed {   top: 78px;}*/
}
@media (min-width: 768px) and (max-width: 1234px) {
	.bt-wraps p {float: none!important;}
	.bt-wraps p a {display: block;  line-height: 30px;   margin-bottom: 6px;   margin-left: 0 !important;    margin-right: 0 !important;
    margin-top: 0 !important;   padding: 9px 6px !important;    text-align: center;   width: 320px;}
	.container-carousel {padding-top: 0px;}
	.call {margin-top: 28px;margin-left: 3%;}
	.fixed {  top: 0px;padding-left: 0px;}
	.col-logo a img {top: 0px;}
	
}

@media (min-width: 768px) and (max-width: 992px) {
	nav.main-navigation {padding-left: 0;}
	nav.main-navigation ul {padding-left: 0;}
	nav.main-navigation ul {width: auto;}
	.nav-items {width: 100%;margin-top: 0px;margin-left: 0%;}
	.container-carousel {padding-top: 0px;}
	.fixed {/*top: 101px;*/}
	.call {margin-left: 0;margin-top: 58px;}
	.ph-txt {display: block;}
	.cl-txt {line-height: 1px;}
	.bt-wraps p a {width: 270px;font-size: 13px;}
	.bt-wraps {margin-top: 21px;}
	.col-logo a img {top: 105px;}
	.call p {line-height: 1px;}
}
@media (min-width: 200px) and (max-width: 767px) { 
	.request-btn {float: none!important;}
	.call {float: none!important;}
	.bt-wraps {float: none!important;}
	.bt-wraps a {
		float: none !important;
    font-size: 14px;
    height: 50px;
    line-height: 28px;
    margin: 0 auto 7px !important;
    padding: 10px 3px;
    width: 285px;
	}
	.request-btn p {float: none;}
	.primary-menu {margin-top: 0;}
	.navbar-toggle {margin-left: 31px;margin-top: 22px;}
	.bt-wraps {margin-right:0;}
	.col-logo {padding: 0;}

}

/*customer-styles*/
#home-new-wrapper {
		position: relative;
	}
	#home-new-wrapper .home-hero-heading {
		position: absolute;
		background-color: rgba(0, 0, 0, 0.5);
		border: 3px solid #def1f9;
		display: block;
		height: auto;
		left: 4%;
		overflow: hidden;
		padding: 3%;
		top: 27%;
		width: 54%;
		z-index: 0;
		top:60%;
    transform: translateY(-60%);
    -webkit-transform: translateY(-60%);
     -moz-transform: translateY(-60%);
   -o-transform: translateY(-60%);
   -ms-transform: translateY(-60%);
	}

	#home-new-wrapper .home-hero-heading h1 {
		 color: white;
    font-size: 50px;
    text-align: center;
	}
	#home-new-wrapper .home-hero-heading h4 {
		 color: white;
    font-size: 50px;
    text-align: center;
	}
	#home-new-wrapper .home-hero-heading a {
     background-color: #ff2e1e;
    border: medium none;
    border-radius: 15px;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    min-width: 10%;
    outline: medium none;
    text-align: center;
    font-family: "Open Sans Condensed","Oswald";
    font-size: 26px;
    font-weight: 700;
    margin: 30px auto 0;
    padding: 5px;
    width: 300px;
    display: block;
	}
@media  (min-width:1921px) and (max-width:3200px) {
	#home-new-wrapper {
		position: relative;
	}
	#home-new-wrapper .home-hero-heading {
		position: absolute;
		background-color: rgba(0, 0, 0, 0.5);
		border: 3px solid #def1f9;
		display: block;
		height: auto;
		left: 4%;
		overflow: hidden;
		padding: 3%;
		top: 27%;
		width: 54%;
		z-index: 0;
		top:60%;
    transform: translateY(-60%);
    -webkit-transform: translateY(-60%);
     -moz-transform: translateY(-60%);
   -o-transform: translateY(-60%);
   -ms-transform: translateY(-60%);
	}

	#home-new-wrapper .home-hero-heading h1 {
		 color: white;
    font-size: 50px;
    text-align: center;
	}
	#home-new-wrapper .home-hero-heading h4 {
		 color: white;
    font-size: 50px;
    text-align: center;
	}
	#home-new-wrapper .home-hero-heading a {
     background-color: #ff2e1e;
    border: medium none;
    border-radius: 15px;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    min-width: 10%;
    outline: medium none;
    text-align: center;
    font-family: "Open Sans Condensed","Oswald";
    font-size: 26px;
    font-weight: 700;
    margin: 30px auto 0;
    padding: 5px;
    width: 300px;
    display: block;
	}
	.call {position:relative;}
	.request-btn {position: relative; top: 48px;}
	/*.fixed {top:78px;}*/
	.navbar-right {float: none!important;}
	nav.main-navigation {padding-left: 0;margin-right: -41%; margin-left: 0%;}
	
	
	nav.main-navigation-1 {padding-left: 0;margin-left: 20%;
	}
	
	nav.menu-main-menu-top-1 ul {padding-left: 0;margin-top: -17px;}
	
	nav.menu-main-menu-top ul {padding-left: 0;margin-top: 0px;}
	
	

	nav#site-navigation-1 {
		padding-left: 0;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0px;
    margin-left: 0px;
	}
	

	
	nav.main-navigation a {padding: 0 17px;}
	nav.main-navigation ul ul a {text-align: left;}
}
@media  (min-width:768px) and (max-width:1234px) {
	nav.main-navigation {padding-left: 0;text-align: left;}
	nav.main-navigation ul {padding-left: 0;margin-left:0;}
	nav.main-navigation a {font-size:23px;}
	nav.main-navigation ul ul a {text-align: left;font-size: 15px;line-height: 24px;}
	/*.navbar-right {float: none!important;}*/
	#home-new-wrapper .home-hero-heading { 
	top:73%;
	transform: translateY(-73%);
	-webkit-transform: translateY(-73%);
	-moz-transform: translateY(-73%);
	-o-transform: translateY(-73%);
	-ms-transform: translateY(-73%);
	}
	#home-new-wrapper .home-hero-heading a {font-size: 22px;margin-top: 13px;width: 230px;}
	#home-new-wrapper .home-hero-heading h1 {font-size:28px!important;margin-top:0!important;}
	#home-new-wrapper .home-hero-heading h4 {font-size:20px!important;margin-top:0!important;}
}

@media  (min-width:768px) and (max-width:808px) {
	#home-new-wrapper .home-hero-heading { 
	top:83%;
	transform: translateY(-83%);
	-webkit-transform: translateY(-83%);
	-moz-transform: translateY(-83%);
	-o-transform: translateY(-83%);
	-ms-transform: translateY(-83%);
	}
}
@media  (max-width:767px) {
	#home-new-wrapper .home-hero-heading h1 {font-size: 20px!important;}
	#home-new-wrapper .home-hero-heading a {font-size: 17px;margin-top: 6px;min-width:0px;margin-left: auto;
		margin-right: auto;width: auto;}

}




/*start custom css*/
section{
padding:0px 0;
}

ul.social-media{
    list-style-type: none;
    display: inline-block;
    float: left;
    margin: 5px 37px 10px 0;
}
ul.social-media li{
   display:inline-block;
}
ul.social-media li a{

}
ul.social-media li a img{
  width:65px;
  height:65px;
  border-radius: 50%;
}
.bt-wraps p{
  margin: 10px 0;
}

/*banner css start*/
.banner-img{
 position:relative; 
}
.banner-text-heading {
    position: absolute;
    text-align: left;
    top: 25%;
    right: 3%;
    width: 43%;
}
.banner-text-heading h1{
    color:white; 
    font-size: 72px; 
    letter-spacing: 1px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif; 
    line-height: 72px; 
    text-align:left;
}
.banner-text-heading p{
font-size: 22px;
    font-weight: 400;
    line-height: 34.32px;
    color: white;
    font-family: 'Roboto', sans-serif;
    }
.call {
    margin-bottom: 20px;
    
    
}
.coast-care-text {
    text-align: center;
    min-height: 418px;
    background-color: #c28e42;
    border-left:2px solid white;
    
}
.coast-care-text p{
    font-size: 16px;
    text-align: center;
    padding: 10px 60px 0px 60px;}
    .img-box{
      margin:10px 0; 
    }
/*commomn headings*/
h1{
      
}  
h2 {
    margin: 0px;
    padding: 15px 0px;
    
    
}
p{

} 
section.why-we-are-Different{
     padding: 0px;
    /*background-image: url(http://host.sabaseo.com/~tempo/newhca3/wp-content/uploads/2017/04/Security-Guard-Grayscale-2000x1067.jpg);*/
    
    background-repeat: no-repeat;
    background-position: center top;
    margin-top: 80px;
   
    
} 


/*section.why-we-are-Different .bg-image-light{
   padding: 0px;
    background-image: url(http://host.sabaseo.com/~tempo/newhca3/wp-content/uploads/2017/03/Elderly-Caregiver-Young.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    text-align: center;
}*/
section.why-we-are-Different p{
   padding: 0px 40px 0px 10px;
}
.service-main-box {
    /*background-color: #C3B7B7;*/
   
                      
}


.entry-contents ul li {
	background: url(../img/Orange-Check-Icons-APS-50x50.png) no-repeat -7px -3px;
	margin: 20px 0 10px 20px;
	padding-left: 55px;
	list-style-type: none;
	
}

/*section.helping-seniors:before {
         content: '';
    display: block;
    width: 74%;
    position: absolute;
    margin-top: 73px;
    height: 376px;
    background-color: #C3B7B7;
}*/
ul.services{
 list-style-type:none;
 padding:0px;
}
ul.services li{
    font-size: 16px;
    line-height: 27px;
    color: #5c5c5c;
    margin-bottom: 20px;
    font-family: Montserrat;
    
}
ul.services li:before {
    content: "\f058";
    font-family: FontAwesome;
    display: inline-block;
    color: #000;
    font-size: 18px;
    vertical-align: middle;
    margin: 0px 5px 0 0px;
}
.service-main-box h1 {
    margin: -13px 0 40px 0;
}
.partner-logo {
    border-right: 1px solid #000;
    position: relative;
    height: 220px;
}
body > div:nth-child(4) > div > div > div > div:nth-child(4) > div { 
    border-right: 0px solid #000;
}
.partner-logo img {
     max-width: 100%;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    padding: 20px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-filter: grayscale(100%); filter: grayscale(100%);
}
.container-wrapper-testimonials.gray-bg{
    background-color: #c28e42;
    padding: 60px 0;
    text-align: center;
}
.banner-img {
    position: relative;
    margin-top: 10%;
}
.bg-image-light img{
   margin:-45px 0;
   opacity:0.1;
}

h1{
         margin-top: 70px;
        font-size:30px;
        line-height:36px;
}
h2{

  text-align: center;
    font-weight: 700;
    font-size: 36px;
    line-height: 33px;
    padding-bottom: 30px;
}
h3{
    
    font-weight: 700;
    font-size: 20px;
    color:#FFF;
    margin: 22px auto;
    padding: 8px 0;
}
h4{
    font-size: 30px;
    font-weight: 400;
    text-align: left;
    color: white;
    line-height: 1.5;
    margin-bottom: 30px;
}
.middle-banner-2 p{
    color:#fff;
}
a > img{
    max-width:100%;
}
.caption-container{
    position:relative;
}
#quotes-form > div > div > div > p > span{
   display:block;
}
section.get-a-qoute div.container div.form-container div.get-a-qoute form#quotes-form div.row div.col-lg-12 div.field-box span {
       display: inline-block;
    text-align: center;
    width: 23%;
}
.content.yes-no input[type="radio"]{
      margin: 0 0 0 8px;
}
.content.yes-no p span {
        font-weight: bold;
    margin: 0 4px;
}
.well{
        background-color: #f2f2f2;
            box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
}
.content.yes-no textarea {
    background-color: #FFF;
    border: 5px solid #DCDCDC;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
}
.fixed-2.inner-pages-nav{
    position: relative;
    background-color: #fff;
}
p.inner-pages-btn {
    float: none;
    text-align: center;
    margin: 0 auto;
}

p.inner-pages-btn button.button1{
    margin-top:0px; 
}
.calendar-icon.fa.fa-calendar:before {
       content: "\f073";
    position: relative;
    float: right;
    margin-top: 9px;
    margin-left: -46px;
    padding-right: 8px;
}
.calendar-icon-bottom.fa.fa-calendar:before {
    content: "\f073";
    position: relative;
    float: right;
    margin-top: 10px;
    margin-left: -37px;
    padding-right: 12px;
}



 
/*replace the content value with the
corresponding value from the list below*/
 
/*input.form-control.calendar-icon.hasDatepicker:before {
    content: "\f073";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    left: 0;
}*/
.home-iphone-silvertrac {
     background: rgba(0, 0, 0, 0) radial-gradient(circle, #3b7db9, #80b8e0, #7db9e0) repeat scroll 0 0;
}
.contac-box form{
    padding: 10px;
    text-align: left;
    border: 10px solid #eee;
    background-color: #f2f2f2;
}
.contac-box form input[type="text"] ,
.contac-box form input[type="tel"] ,
.contac-box form input[type="email"]
{
    width: 100%;
    border-radius: 4px;
    padding: 5px 8px;
    line-height: 30px;
}
.contac-box form textarea{
    width:100%;
    border-radius:4px;
    height:96px;
}
.middle-banner-2 h3{
    font-size: 36px;
    line-height:28px;
}
.contact-page-form .contac-box{
    margin-top: 112px;
    margin-bottom: 50px;
}
#post-1328  div  h2{
  text-align:left;
}
ul.address li{
   color:#000 !important;
}
.post-1328 iframe{
      max-height: 425px;
}
.get-a-qoute label{
  width:auto !important;
}
.get-a-qoute select {
    min-width: 68%;
    width: 68%;
}
#quotes-form > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > p > span > label:nth-child(2){

}	
h2.services-h2{
  margin:20px 0 !important;
  text-align:left;
}

/* Start Media Quaries updated
==================================== */
@media only screen and (max-width: 2600px) {
 .banner-img {
    margin-top: 0% !important;
}
}
@media only screen and (min-width: 992px) and (max-width:1199px) {
  ul.social-media li a img {
    width: 30px;
    height: auto;
    }
   ul.social-media {
    margin: 10px auto;
    float: none;
    text-align: center;
    display: block;
 }
    .bt-wraps p {
    margin: 0px 0;
    float: left !important;
     }
     .call {
    margin-left: 0;
    }
    .call p {
    margin-top: 68px;
    margin-left: 30px;
      }
      .col-logo a img {
     top: 69px;
      }
      .fixed {
       /* top: 0px;
        top: -105px;
		margin-left: 0%;*/
       }
       nav.main-navigation {
    padding-left: 0;
    text-align: left;
    margin: 0 auto;
    width: 100%;
}
.banner-text-heading {
    top: 3%;

}
.banner-text-heading h1 {
    font-size: 48px;
    line-height: 50px;
}
.call p {
    margin-left: 180px;
    margin-top: 5px;
}
.ph-txt {
    display: inline;
}
.col-logo {
    display: inline-block;
    float: none;
    margin: 0 auto;
    padding-left: 0;
    width: 100%;
}
.col-logo a img {
    top: 0px;
}
/*.main-menu-style{
  width:auto;
  margin:0 auto;
  text-align:cen
}*/
.banner-text-heading {
    top: 16%;
}
.banner-text-heading h1 {
    font-size: 33px;
    line-height: 36px;
}
.container {
    width: inherit;
}
nav.main-navigation ul {
    padding-left: 0;
    margin-left: 0;
   margin: 10px 0 0 26px;
}
 .form-feilds .logo img {
    display: block;
    float: none;
    margin: 0 auto;
    text-align: center;
    }
    .get-a-qoute select {
    width: 79.5%;
    min-width: 79.5%;
}
.get-a-qoute select {
    width: 76%;
    min-width: 76%;
}


}


@media only screen and (min-width: 1200px) {
    
   /* .home-iphone-silvertrac{
        margin-bottom: -128px;
        margin-top: -89px;
    }*/
    
    
    .mobile{padding-top: 150px;
    padding-bottom: 94px;
    
    }
    .mobile img{width:80%; margin-left: 80px; margin-top: -40px;
            
    }
}



@media only screen and (max-width: 991px) {	
	 ul.social-media li a img {
    width: 30px;
    height: auto;
    }
   ul.social-media {
    margin: 10px auto;
    float: none;
    text-align: center;
    display: block;
 }
    .bt-wraps p {
    margin: 0px 0;
    
     }
     .call {
    margin-left: 112px;
    }
    .call p {
    margin-top: 68px;
    margin-left: 30px;
      }
      .col-logo a img {
     top: 69px;
      }
      .fixed {
       margin-left: 0px;
       }
       nav.main-navigation {
    padding-left: 0;
    text-align: center;
    margin: 0 auto;
    width: 100%;
        padding-bottom: 82px;
}

.col-logo a img {
    margin: 0 0 0 38px;
    top: 65px;
}
.call p {
    margin-left: -95px;
    margin-top: 5px;
}
.ph-txt {
    display: inline;
}
.col-logo {
	display: inline-flex;
	float: none;
    margin: 0 auto;
    padding-left: 0;
    text-align: center;
    width: 100%;
}
.col-logo a img {
    top: -20px;
    margin-bottom:10px;
}
.main-menu-style{
  margin:0 auto;
  text-align:cen
}
.banner-text-heading {
    top: 10%;
}
.banner-text-heading h1 {
    font-size: 24px;
    line-height: 26px;
}
.coast-care-text{
 min-height:auto !important;
}
.display-full {
    display: block;
    margin: 0 auto;
    width: 100% !important;
    
}
section.helping-seniors::before{
    background-color: transparent;
}
.service-boxes{
  background-color: #c3b7b7;
  margin:10px 0;
}
.coast-care-text{
margin:10px 0;
}
.img-box{
margin:10px 0;
}
.partner-logo {
border:none;
 height: 270px;
}
section.why-we-are-Different{
background-image: none;
}
.container {
    width: inherit;
}
nav.main-navigation li {
    border: 0;
    display: inline-block;
    height: auto;
    line-height: 30px;
    position: relative;
  
}
nav.main-navigation > div > ul > li > a {
    padding: 0 7px;
    margin: 0 5px;
    font-size: 15px;
}
/*nav.main-navigation ul {
    margin-top: -13px;
    margin-left: 62px;
}*/
.form-feilds	.logo img {
    display: block;
    float: none;
    margin: 0 auto;
    text-align: center;
    }
  .form-feilds  .form-control{
    	width: 58%;
    }
  .form-feilds  .field-box.city_state_zip_code label {
       width: 36.5%;
    }
  .form-feilds  .field-box.city_state_zip_code input {
    width: 58%;
     }
     p.inner-pages-pohone {
    margin: 55px 0 0 0;
         
     }
     nav#site-navigation-1.main-navigation a{
         margin:0 10px;
     }
     .column.logo a img {
       width: 170px;
    position: relative;
    z-index: 100;
    text-align: center;
    float: none;
    margin-right: 30px;
     }
     p.inner-pages-pohone {
    margin: 12px 0 0 0;
}
.container-nav.internal-nv ul {
    padding: 0px;
}
.main-header .logo {
    margin-top: 20px;
    text-align: center;
}

.main-header .logo img {
    float: none;
    margin: 0 auto;
    text-align: center;
    max-width: 100%;
    width: initial;
    display: inline-block;
}
.form-feilds .time-period label {
    width: 36%;
}
p.inner-pages-btn {
    float: none;
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.get-a-qoute select {
    width: 96%;
    min-width: 96%; 
}
.get-a-qoute input[type="text"] ,
.get-a-qoute input[type="tel"] , 
.get-a-qoute input[type="email"] , 
.get-a-qoute  select ,
  textarea{
      width: 96%;
}
.get-a-qoute select {
    width: 96%;
    min-width: 96%;
}

}

@media only screen and (max-width: 768px) {
.banner-text-heading h1 {
    font-size: 24px;
    line-height: 26px;
}
.banner-text-heading p{
     font-size: 18px;
    line-height: 22px;
}
.btn-red-no-border{
   padding: 8px 13px;
}
.banner-text-heading {
    top: 11%;
    left: 5%;
    width: 50%;
}
.col-logo a img {
    margin: 2px auto;
    margin-left: 110px;
}
.coast-care-text p {
    padding: 10px 60px;
}
.partner-logo img {
    height: auto;
    max-width: 100%;
    position: relative;
    width: 300px;
}
.coast-care-text p {
    padding: 20px 18px;
}
section.why-we-are-Different p {
    padding: 0 18px;
}
.container-wrapper-testimonials.gray-bg{
    padding: 40px 0;
}
/*.img-responsive {
    width: 100%;
}*/
.container-wrapper-footer {
    text-align: center;
}

.container-wrapper-footer .social-media{
   margin: 0 auto !important;
    width: 20%;
}
.container-wrapper-footer .social-media a{
 display: inline-block;
}
.container-wrapper-footer .social-media img{
  display: block;
    height: 50px;
    text-align: center;
    width: 50px;
}
.banner-img {
    margin-top: 0%;
    position: relative;
}

.hvr-fade.btn-red-no-border.cta-2 {
    display: block;
    width: 100%;
    text-align: center;
    border: none;
}
p{
    
    
}
.homepage-caption p{
  text-align:left;
}

#home-row-1 .caption, #home-row-2 .caption {
    margin: -1px 0px;
}
.caption h3 {
    font-weight: 300;
    font-size: 16px;
    margin: 15px 0;
}
h1{
        margin-top: 30px;
        font-size:24px;
        line-height:26px;
        text-align:center;
}
.status-publish h1{
    text-align:center;
}
h2{

    text-align: center;
    font-weight: 400;
    font-size:24px;
    line-height:26px;
    padding-bottom: 55px;
}
h3{
    text-align: center;
    font-weight: 700;
      font-size:28px;
        line-height:30px;
    color: white;
    margin: 22px auto;
    padding: 8px 0;
}
h4{
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    color: white;
    line-height: 26px;
    margin-bottom: 10px;
}

 
.display-full {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100% !important;
}

.form-feilds  header h1 {
    color: #9e9a0a;
    font-size: 22px;
    line-height: 24px;
    margin-top: 17px;
    text-align: center;
    text-transform: uppercase;
}
.form-feilds header h2 {
    color: #9e9a0a;
    font-size: 22px;
    line-height: 24px;
    margin: 3px 0;
    text-transform: uppercase;
}
.form-feilds  .seprate-box h3 {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    margin: 15px 0;
    text-align: center;
    text-transform: uppercase;
}
section.get-a-qoute form#quotes-form div.field-box p{
    width:100% !important;
}
section.get-a-qoute form#quotes-form div.field-box p span{
    display:block;
}
section.get-a-qoute div.container div.form-container div.get-a-qoute form#quotes-form div.row div.col-lg-12 div.field-box span{
          display: block;
    text-align: left;
    width: 100%;
    margin-left: 37%;
}

.well {
	background-color: #f2f2f2;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

.primary-menu > li{
    margin-left: 0;
}
input[type="text"] , 
input[type="tel"] , 
input[type="email"] ,
textarea{
    width: 95%;
}
.container-wrapper-footer li {
   text-align:center;
}
.container-wrapper-footer h3{
    font-size:16px;
}
div#home-row-1.row div.col-sm-4 p a img{
width:100%;
}
div#home-row-2.row div.col-sm-4 p a img{
width:100%;
}
.container-wrapper-footer h3 {
   text-align:center;
}
.container-wrapper-footer a, .container-wrapper-footer p{
    text-align:center;
}
p.inner-pages-pohone {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
}
.fixed-2.scroll{
    position:relative;
}
.fixed-2.inner-pages-nav.scroll {
 position:relative;
}
select {
    width: 95%;
}
.container-prenav.df-prenav .container-fluid {
    background-color: #f2f2f2;
}

	.fixed-2 {
		color:#000;
	}
	.fixed-2.inner-pages-nav {
     position: relative;
     background-color: #f2f2f2;
     color:#000;
     }
     .fixed-2.inner-pages-nav nav.main-navigation a{
         color:#000;
     }
ul.services li {
    text-align: left;
    margin:0 auto;
    padding:0;
}
h2.services-h2 {
       margin: 20px 0 !important;
    text-align: center;
    font-weight: bold;
}
.services-we-offer{
    margin:0 auto;
    padding:0;
    
}
#post-1328 div h2 {
    text-align:center;
}
ul.address li{
   color:#000 !important;
   text-align:left;
}
.post-1328 iframe{
  max-height: inherit; 
}
.get-a-qoute select {
    width: 96% !important;
    min-width: 96%!important;
}




}


@media only screen and (max-width: 640px) {
.banner-text-heading h1 {
    font-size: 18px;
    line-height: 18px;
    margin: 10px 0;
}
h1 {
    font-size: 24px;
    line-height: 26px;
}
.banner-text-heading p {
    font-size: 16px;
    line-height: 20px;
}
.banner-text-heading {
    left: 2%;
    width: 56%;
    top: 10%;
}
section {
    padding: 10px 0;
}
.coast-care-text p {
    padding: 10px 14px;
    font-size: 14px;
}
section.why-we-are-Different p {
    padding: 0 14px;
    font-size: 14px;
}
.container-wrapper-testimonials.gray-bg{
    padding: 20px 0;
}
.slick-dots {
    bottom: 0 !important;
    }
p {
    padding-right: 0px !important;
} 
.homepage-caption p{
  text-align:left;
}
.internal-banner h2 {
    font-size: 30px;
    line-height: 32px;
}
h1{
    text-align:center;
}
.container-wrapper-footer h3{
   text-align:center;
}
p{
   
}
input[type="text"] , 
input[type="tel"] , 
input[type="email"] ,
textarea{
    width: 95%;
}
.container-wrapper-footer li {
   text-align:center;
}
.main-header .logo img {
    width: 40%;
}
#quotes-form > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > p > span > label:nth-child(2) {
    margin-right: -9px;
}

		
			
}

@media only screen and (max-width: 480px) {
.btn-red-no-border {
    margin-top: -8px;
    padding: 8px 13px;
    font-size: 14px;
}
.banner-img {
    background-color: #96cdb6;
    position: relative;
}
.banner-text-heading {
    left: 0 !important;
    padding: 35px;
    position: absolute;
    text-align: center;
    top: -8% !important;
    width: 100% !important;
}
.banner-text-heading p {
    font-size: 14px;
    line-height: 18px;
    margin: 8px 0 0;
}
.btn-red-no-border {
    margin-top: -4px;
    padding: 7px 6px;
}
.banner-text-heading h1{
     text-align:center;
    margin: 0px 0;
}
h1 {
    font-size: 22px;
    line-height: 22px;
}
section {
    padding: 0;
}
.coast-care-text p {
    padding: 10px 10px;
    font-size: 14px;
}
section.why-we-are-Different p {
    padding: 0 10px;
    font-size: 14px;
}
.partner-logo {
    border: medium none;
    height: 170px;
}
.partner-logo img {
    width: 200px;
}
.container-wrapper-testimonials.gray-bg{
    padding: 10px 0;
}
.homepage-caption {
    font-size: 2.8vw;
    top: 11%;
    left: 48%;
}

.button1 {
      padding: 4px 5px;
    font-size: 13px;
}
h1{
        margin-top: 10px;
        font-size:18px;
        line-height:25px;
        margin-top: 50px;
              
}
h2{

     text-align: center;
    font-weight: 400;
      font-size:18px;
        line-height:24px;

}
h3{
    text-align: center;
    font-weight: 700;
    font-size:22px;
    line-height:36px;
    color: white;
    margin-left: 0px !important;


}
h4{
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: white;
    line-height:25px;

}
.form-feilds  .display-full {
  float:none !important;
  width:100% !important;
  margin:0 auto !important; 
 }
 .form-feilds  label {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 5px;
    max-width: 100%;
    width: 100%;
    text-align: center;
}
.form-feilds  input[type="text"], input[type="tel"], .form-feilds  input[type="email"], textarea{
	width: 100%;
}
.form-feilds .form-control {
    width: 100%;
}
.form-feilds .field-box.city_state_zip_code label {
    width: 100%;
    text-align: center;
}
.form-feilds .field-box.city_state_zip_code input {
    width: 100%;
}
.form-feilds .text-left {
    text-align: center;
}
.form-feilds .seprate-box h3 {
    font-size: 14px;
    line-height: 16px;
    margin: 15px 0;
    text-align: center;
}
.form-feilds .select-radio {
	text-align: center;
}
.form-feilds p{
	
}

.form-feilds input::-webkit-input-placeholder {
	color: #000;
	font-size:12px;
	opacity:1;
	text-align: center;
}


.form-feilds input::-moz-placeholder {
	color: #000;
	font-size:12px;
	opacity:1;
	text-align: center;
}

.form-feilds input:-moz-placeholder {  
color: #000;
	font-size:12px;
	opacity:1;
	text-align: center;
}

.form-feilds input:-ms-input-placeholder { 
	color: #000;
	font-size:12px;
	opacity:1;
	text-align: center;
}

.form-feilds textarea:-ms-input-placeholder {
	color: #000;
	font-size:12px;
	opacity:1;
	text-align: center;

}

.form-feilds textarea:-moz-placeholder {	
color: #000;
	font-size:12px;
	opacity:1;
	text-align: center;

}

.form-feilds textarea::-webkit-input-placeholder {
	color: #000;
	font-size:12px;
	opacity:1;
	text-align: center;
}

.form-feilds textarea::-moz-placeholder {
	color: #000;
	font-size:12px;
	opacity:1;
	text-align: center;
}
.form-feilds .logo img {
    display:block;
    float: none;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
}
.form-feilds address {
    color: #000;
    font-weight: bold;
    margin-top: 0;
    text-align: center;
}
.form-feilds header h1 {
    color: #9e9a0a;
    font-size: 14px;
    line-height: 16px;
    margin-top: 8px;
    text-align: center;
    text-transform: uppercase;
}
.form-feilds header h2 {
    color: #9e9a0a;
    font-size: 14px;
    line-height: 18px;
    margin: 3px 0;
    text-transform: uppercase;
}
.form-feilds input[type="text"], 
.form-feilds input[type="tel"], 
.form-feilds input[type="email"],
.form-feilds textarea {
    width: 100%;
}
/*.logo a img {
    margin-right: 0px;
}*/
p{
    
}
.caption h3 {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    margin: 15px 0;
}
.container-wrapper-footer h3 {
    color: #969182;
    text-align: center;
}
.form-feilds .time-period label { 
    width: 100%;
}
.get-a-qoute input[type="text"], .get-a-qoute input[type="tel"], .get-a-qoute input[type="email"], .get-a-qoute select, textarea {
    width: 94%;
}
.get-a-qoute select {
    width: 93.5% !important;
    min-width: 93.5% !important;
}

section.get-a-qoute div.container div.form-container div.get-a-qoute form#quotes-form div.row div.col-lg-12 div.field-box span{
         
    margin-left: 27%;
}

}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.get-a-qoute select {
    width: 56%;
    min-width: 58%;
}
}

@media (-webkit-max-device-pixel-ratio) {
    .middle-banner {
    background-color: #80B8E0;
    background: #80B8E0;
   }
   .middle-banner-2{
        background-color: #80B8E0;
    background: #80B8E0;
   }
}

/* Start Form Fields
-----------------------*/
input[type="text"], 
input[type="tel"], 
input[type="email"],
select,
textarea {
	
    background: #fff;
    border-radius: 0px;
    border: 1px solid #e0e0e0;
    padding: 5px 8px;
    margin: 0px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

select {
	min-width: 62%;
    background: #fff;
    border-radius: 0px;
    border: 1px solid #e0e0e0;
    padding: 5px 5px;
    margin: 0px;
    color: #000;
    font-size: 13px;
    font-weight: 400;
}

textarea {
    min-width: 100%;
    min-height: 96px;
}

input[type="text"]	{
	/*background:url(../images/text_ico.png) no-repeat 98% 14px rgba(255, 255, 255, 0.7);*/
}

input[type="tel"] {
	/*background:url(../images/tel_ico.png) no-repeat 98% 14px rgba(255, 255, 255, 0.7);*/
}

input[type="email"] {
	/*background:url(../images/email_ico.png) no-repeat 98% 14px rgba(255, 255, 255, 0.7);*/
}

textarea	{
	/*background:url(../images/message_ico.png) no-repeat 98% 14px rgba(255, 255, 255, 0.7);*/
}

input[type="submit"] {
	background: #f1ce65;
    border: 2px solid #f1ce65;
    color: #fff;
    padding: 10px 50px;
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    float: none;
    text-align: center;
    margin: 0 auto;
    border-radius: 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin-bottom: 23px;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    border-radius: 4px;
    margin:10px auto;
}
.contac-box form  div  div  input[type="submit"]{
    margin:0 auto !important;
}
.internal-content iframe {
    max-height: 492px;
}

input[type="submit"]:hover	{
	background: #105c8e;
	color:#FFF;
	border: 2px solid #000;
}

input[type="text"]:focus, 
input[type="tel"]:focus, 
input[type="email"]:focus , 
textarea:focus	{
	background:rgba(255, 255, 255, 0.7);
	outline:none;
}

input::-webkit-input-placeholder {
	color: #000;
	font-size:13px;
	opacity:1;
}


input::-moz-placeholder {
	color: #000;
    font-size:13px;
	
	opacity:1;
}

input:-moz-placeholder {  
	color: #000;
    font-size:13px;
	opacity:1;
}

input:-ms-input-placeholder { 
	color: #000;
    font-size:13px;
	opacity:1;
}

textarea:-ms-input-placeholder {
	color: #000;
    font-size:13px;
	opacity:1;

}

textarea:-moz-placeholder {	
	color: #000;
    font-size:13px;
	opacity:1;

}

textarea::-webkit-input-placeholder {
	color: #000;
    font-size:13px;
	opacity:1;
}

textarea::-moz-placeholder {
	color: #000;
    font-size:13px;
	opacity:1;
}

input:focus::-webkit-input-placeholder {
	color:transparent;
	outline:none;
}

input:focus::-moz-placeholder {
	color:transparent;
	outline:none;
}

input:focus:-moz-placeholder {  
	color:transparent;
	outline:none;
}

input:focus:-ms-input-placeholder { 
	color:transparent;
	outline:none;
}

textarea:focus:-ms-input-placeholder {
	color:transparent;
	outline:none;
}

textarea:focus:-moz-placeholder {	
	color:transparent;
	outline:none;
}

textarea:focus::-webkit-input-placeholder {
	color:transparent;
}

textarea:focus::-moz-placeholder {
	color:transparent;
	outline:none;
}
/* End Form Fields
-----------------------*/

.field-box{
	margin-bottom: 5px;
}
.line-division {
    width: 100%;
    border-top: 2px dashed #f1ce65;
    position: relative;
}
.line-division p {
    position: absolute;
    background-color: #fff;
    top: -13px;
    left: 0;
    padding-right: 13px;
    font-size: 12px;
}
.red {
    color: #f10000;
}
.get-a-qoute label{
	    font-size: 13px;
    color: #000;
    margin: 0px;
    font-weight: normal;
    padding: 0px;
    vertical-align: top;
}
.modal-content{
	padding:25px 40px 25px 40px;
}
.modal-content h2{
    color: black;
    border-bottom: 1px solid;
    margin-top: 8px;
    width: 100%;
}
.modal-content textarea.form-field-style3 {
       width: 85%;
    min-height: 104px;
    font-size: 12px;
    height: 5px;
}


nav.main-navigation li current-page-item{
    background-color:red;
}
.contac-box  .field-box {
    margin: 52px 10px;
}

@media (min-width: 400px) and (max-width: 768px) {
select{
    width: 95%;
    background: #fff;
    border-radius: 0px;
    border: 1px solid #e0e0e0;
    padding: 5px 5px;
    margin: 0px;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    }
}



@media (min-width: 769px) and (max-width: 992px) {
select{
    width: 30%;
    background: #fff;
    border-radius: 0px;
    border: 1px solid #e0e0e0;
    padding: 5px 5px;
    margin: 0px;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    }
}


@media (min-width: 401px) and (max-width: 554px) {
.home-iphone-silvertrac {
   /*  margin-bottom: -28px;*/
}

}


@media (min-width: 400px) and (max-width: 991px){

.mobile img 
{
margin:0 auto; 
margin-bottom: 35px;

}

         
}


@media (min-width: 400px) and (max-width: 767px){

.quote {width: 60%;
    min-width: 300px;
    display: block;
    /* text-align: center; */
    margin: 0 auto;

}

         
}

@media (min-width: 480px) and (max-width: 767px){

.advance {
margin-left:0%;
}


         
}

@media (max-width: 991px) and (min-width: 555px){

.home-iphone-silvertrac {
    /*margin-bottom: -28px;*/
}
}


/* ========================= XXX ========================= XXX ========================= */
/* ========================= XXX ========================= XXX ========================= */