.secondary_font{font-family: 'Petit Formal Script', cursive; text-transform:lowercase!important;padding-right: 6px;}
section.header{	
	background:#ccc;}
body{
	
	}
.headerbuttons{
	position:absolute;
	top:120px;
	right:450px;
	position: absolute;
	top: 153px;
	right: 280px;
}
.aaha{
	position:absolute;
	top:60px;
	right:40px;
}
.button{
	background:#ccc;
	color:#0373C0;
	padding:10px!important;
	border-radius:10px;
	font-size:16px;
}
.button a:hover, .button a:focus{
	color:#fff!important;

}
a.button{
color:#000!important;
}
.button1{
	background:#0373C0;
	color:#fff;
	padding:10px;
	border-radius:10px;
	font-size:16px;
	width:150px;
	border:2px solid #fff;
}
.button1 a:hover, .button1 a:focus, a.button1{
	color:#fff!important;

}
h1{ color:#fff!important; font-size:55px; margin-bottom:40px; }
h2{ color:#fff!important; font-size:27px; font-weight:normal; }
h3{ font-size: 20px; font-weight: bold; line-height: 24px;}
h4{ font-size: 18px; font-weight: bold; line-height: 20px;}
h4{ }
h5{ }
a{
	color:#fff!important;
    -webkit-transition: all 0.4s ease-in-out; 
	-moz-transition: all 0.4s ease-in-out; 
	-o-transition: all 0.4s ease-in-out; 
	-ms-transition: all 0.4s ease-in-out;
	}
a:hover{
	color:#fff!important;
    -webkit-transition: all 0.4s ease-in-out; 
	-moz-transition: all 0.4s ease-in-out; 
	-o-transition: all 0.4s ease-in-out; 
	-ms-transition: all 0.4s ease-in-out;
	}
	
p, li{
	color:#fff;
	line-height:25px;
}
.font23{ font-size:23px;}
.clear{ display:block; width:100%; visibility:hidden; clear:both; }
header{
	display:block;
	position:relative;
	height: 187px;
	width:100%;
	}
header .logo{
	display:block;
	width:188px;
}
header .header_contact{
	display:block;
	position:absolute;
	width:600px;
	height:70px;
	top:15px;
	right:0px;
	font-size:19px;
	}
header .header_contact p{
	line-height:20px;
	color:#000;
	}
header .navigation{
	display:block;
	position:absolute;
	width:607px;
	height:79px;
	right:0px;
	bottom:0px;
	font-size:19px;
	color:#FFF;
	padding:0px!important;
	margin:0px!important;
	}
header .navigation li{
	display: inline-block;
	/*background:top right repeat-y url('../../images/menu_divider.jpg');*/
	text-transform:uppercase;
	padding:0px 2px 0px 0px;
	margin:0px 0px 0px -4px;
	padding-right:2px;
	}
header .navigation li a span{
	text-transform: none;
	padding-right:5px;
	margin:0px;
	font-weight: normal;
	}
header .navigation li a{
	display:block;
	float:left;
	text-align:center;
	height:49px;
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	padding:30px 0px 0px 0px!important;
	margin:0px!important;
}

header .navigation li.home a{
	width:110px;
	padding-left:4px!important;
} 
header .navigation li.petowners a{
	width:160px;
} 
header .navigation li.veterinarians a{
	width:180px;
} 
header .navigation li.contact a{
	width:130px;
}  
	
header .navigation li a:hover{
	color:#000;
	text-decoration:none;
}
	
header .navigation li.petowners_active a{
	background:top center repeat-x url('../../images/forpet-active-bg.jpg');
	width:160px;
	color:#000;
} 
	
header .navigation li.veterinarians_active a{
	background:top center repeat-x url('../../images/forvet-active-bg.jpg');
	width:180px;
	color:#fff;
} 
	
.nav li a b {
	display: none;
}
.nav li:first-child a b {
	display: inline-block;
}
.nav li:nth-child(2) a b {
	display: inline-block;
}

ul#main-menu li.highlight a { 
	color:#000;
	cursor:default;
}
.pgtitle{
	width:358px;
	line-height:50px;
	padding-top:20px;
	color:#fff;
}

#main-menu li.highlight, #menu-inner li.highlight, #menu-inner li:hover{
    border-bottom:3px solid #E21735;
	z-index:3000;
}

		

/* CUSTOMIZE THE NAVBAR
    -------------------------------------------------- */
	
.subnavigation-wrap{
	display:block;
	position:relative;
	height: 54px;
	width:100%;
	}
.subnavigation-forpet{
	background:0px 0px repeat-x url('../../images/forpet-submenu-bg.jpg');
	}	
.subnavigation-forvet{
	background:0px 0px repeat-x url('../../images/forvet-submenu-bg.jpg');
}	

.subnavigation{
	display:block;
	width:870px;
	height:54px;
	margin:0px auto;
	padding:0px!important;
	}
.subnavigationr .navbar {

}

/* Remove border and change up box shadow for more contrast */
.navbar .navbar-inner {
  border: 0;
  background:none;
  padding:0px!important;
  margin:0px!important;
  -webkit-box-shadow: none;
	 -moz-box-shadow: none;
		  box-shadow: none;
}


/* Navbar links: increase padding for taller navbar */
.subnavigation-forpet .navbar .nav > li > a {
	padding: 17px 20px;
	color:#7060A7;
}
.subnavigation-forvet .navbar .nav > li > a {
	padding: 17px 20px;
	color:#C0B8DD;
}
.subnavigation-forpet .navbar .nav > li.active > a, .subnavigation-forpet .navbar .nav > li.active > a.dropdown-toggle {
	padding: 17px 20px 13px 20px;
	color:#352A64;
	background:none;
	border-bottom:4px #352A64 solid;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.subnavigation-forvet .navbar .nav > li.active > a,.subnavigation-forvet .navbar .nav > li.active > a.dropdown-toggle {
	padding: 17px 20px 13px 20px;
	color:#fff;
	background:none;
	border-bottom:4px #fff solid;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.navbar .dropdown-menu > li {
	position: relative;
}
.navbar .dropdown-menu > li > .dropdown-menu-second:before {
	position: absolute;
	left: -7px;
	top: 4px;
	display: inline-block;
	border-top: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	content: '';
}

.navbar .dropdown-menu > li > .dropdown-menu-second:after {
	position: absolute;
	left: -6px;
	top: 5px;
	display: inline-block;
	border-top: 6px solid transparent;
	border-bottom: 6px solid #fff;
	border-left: 6px solid transparent;
	content: '';
}
ul.dropdown-menu li:hover > ul.dropdown-menu-second{
	display: block;    
}
.dropdown-menu-second {
	position: absolute;
	top: 5%;
	left: 90%;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 10px;
	margin: 2px 0 0;
	list-style: none;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.social_line{ display:block; position:absolute; top:20px; right:20px; width:100%; z-index:20;}
.social_line li{ display:block-inline; list-style-image:none; list-style-type:none; float:right; }
.facebook a{ width:32px; height:32px; float:left; margin-left:10px; background:top center/32px 32px no-repeat url('../../images/social/facebook.png');}
.linkedin a{ width:32px; height:32px;  float:left;  margin-left:10px; background:top center/32px 32px no-repeat url('../../images/social/linkedin.png');}
.pinterest a{width:32px; height:32px;  float:left;  margin-left:10px; background:top center/32px 32px no-repeat url('../../images/social/pinterest.png');}
.google a{width:32px; height:32px;  float:left;  margin-left:10px; background:top center/32px 32px no-repeat url('../../images/social/google.png');}
.instagram a{width:32px; height:32px;  float:left;  margin-left:10px; background:top center/32px 32px no-repeat url('../../images/social/Instagram.png');}
.twitter a{width:32px; height:32px;  float:left;  margin-left:10px; background:top center/32px 32px no-repeat url('../../images/social/Twitter.png');}
.yelp a{width:32px; height:32px;  float:left;  margin-left:10px; background:top center/32px 32px no-repeat url('/wp-content/uploads/2015/08/yolLogoFooter.png');}
.youtube a{width:32px; height:32px;  float:left;  margin-left:10px; background:top center/32px 32px no-repeat url('../../images/social/YT.png');}
.social_line li a:hover{ opacity:0.8;}
	
ul.nav li.dropdown:hover > ul.dropdown-menu{
	display: block;    
}

.white-caret
{
	border-top-color: #d5cff2 !important;
	border-bottom-color: #d5cff2 !important;
}

.dropdown-menu {
	position: absolute;
	top: 85%;
	left: -2px;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	background-color: #fff;
	background-image: -moz-linear-gradient(top, #fff, #E0DBEF);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#E0DBEF));
	background-image: -webkit-linear-gradient(top, #fff, #E0DBEF);
	background-image: -o-linear-gradient(top, #fff, #E0DBEF);
	background-image: linear-gradient(to bottom, #fff, #E0DBEF);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffff', endColorstr='#ffE0DBEF', GradientType=0);


border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
*border-right-width: 2px;
*border-bottom-width: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	  border-radius: 5px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	  background-clip: padding-box;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
	color: #fff;
	text-decoration: none;
	background-color: #796AAF;
	background-image: -moz-linear-gradient(top, #796AAF, #796AAF);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#796AAF), to(#796AAF));
	background-image: -webkit-linear-gradient(top, #796AAF, #796AAF);
	background-image: -o-linear-gradient(top, #796AAF, #796AAF);
	background-image: linear-gradient(to bottom, #796AAF, #796AAF);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff796AAF', endColorstr='#ff796AAF', GradientType=0);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #fff;
	text-decoration: none;
	background-color: #796AAF;
	background-image: -moz-linear-gradient(top, #796AAF, #796AAF);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#796AAF), to(#796AAF));
	background-image: -webkit-linear-gradient(top, #796AAF, #796AAF);
	background-image: -o-linear-gradient(top, #796AAF, #796AAF);
	background-image: linear-gradient(to bottom, #796AAF, #796AAF);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff796AAF', endColorstr='#ff796AAF', GradientType=0);
}
/* third level navigation */
.dropdown-menu-second li {
	width: 100%;
	line-height: 24px;
}
.dropdown-menu-second li a {
	display: block;
	white-space: nowrap;
}
.dropdown-menu-second > li > a:hover,
.dropdown-menu-second > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
	color: #000;
	display: block;
	text-decoration: none;
}
	
.dropdown-menu-second > .active > a,
.dropdown-menu-second > .active > a:hover,
.dropdown-menu-second > .active > a:focus {
	color: #000;
	text-decoration: none;
}


.pet-desc-panel{ width:620px; height:185px; background: #dcd8ed; opacity:0.95!important; filter: alpha(opacity=95)!important; ;-moz-opacity:0.95!important; 
	  -moz-border-radius: 5px;
	  border-radius: 5px;}
.vet-desc-panel{ width:620px; height:185px; background: #443777; opacity:0.95!important; filter: alpha(opacity=95)!important; ;-moz-opacity:0.95!important; 
	  -moz-border-radius: 5px;
	  border-radius: 5px;}
.text_dark{ color:#352a63!important; text-shadow:none!important;}
.text_dark a{ color:#6C5FA5!important; }
.coverline{ display:block; width:100%; height:40px; background:#fff;  position:absolute; bottom:0px;}

.breadcrumb-container{
	display:block;
	padding:20px 0px;
	position: relative;
}
.border-bottom{border-bottom:1px solid #d8d8d8;}
.breadcrumb-container strong{ display:block; width:100px; float:left; color:#352a63; font-weight:normal;}
.breadcrumb-container .breadcrumb{ background:none; padding:0px;}
.breadcrumb-container .breadcrumb-desc{
	color:#ada4d1;
	display:block;
	width:150px;
	height:20px;
	text-transform:uppercase;
	position:absolute;
	top:20px;
	right:0px;
	}

.banner_wrap{
	display:block;
	width:100%;
	height:491px;
	padding:200px 0 0 0;
	margin-bottom:20px;
	}
	
.banner_wrap .banner_bt_petowners{
	display:block;
	position:absolute;
	top:10px;
	left:10px;
	text-align:center;
	width:148px;
	height:100px;
	padding:48px 0 0 0;
	background:#FFF;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
	-moz-border-radius:74px;
	border-radius: 74px;
	font-size:16px;
	line-height:35px;
	text-shadow: none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	}
.banner_wrap .banner_bt_petowners p{
	position:relative; 	
	text-transform:none;
	margin:0px auto!important;
	padding:0px!important;
	clear:both; display:block; 
	font-weight:normal;
	color:#B09DFF;
	}
.banner_wrap .banner_bt_petowners:hover{
	top:5px;
	left:5px;
	width:158px;
	height:108px;
	-moz-border-radius:79px;
	border-radius: 79px;
	font-size:19px;
	padding:50px 0 0 0;
	text-decoration:none;
	background:#1A1917;
	color:#FFF;
	}
.banner_wrap .banner_bt_petowners:hover p{
	color:#FFF!important;
	 }
	 
	 
.banner_wrap .banner_bt_veterinarians{
	display:block;
	position:absolute;
	top:10px;
	right:10px;
	text-align:center;
	width:148px;
	height:100px;
	padding:48px 0 0 0;
	background:#5e4f9c;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
	-moz-border-radius:74px;
	border-radius: 74px;
	font-size:16px;
	line-height:35px;
	text-shadow: none;
	color:#fff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	}
.banner_wrap .banner_bt_veterinarians p{ 
	position:relative; 	
	text-transform:none;
	margin:0px auto!important;
	padding:0px!important;
	clear:both; display:block; 
	font-weight:normal;
	color:#B09DFF;
	}
.banner_wrap .banner_bt_veterinarians:hover{
	top:5px;
	right:5px;
	width:158px;
	height:108px;
	-moz-border-radius:79px;
	border-radius: 79px;
	font-size:19px;
	padding:50px 0 0 0;
	text-decoration:none;
	background:#1A1917;
	color:#FFF;
	}
.banner_wrap .banner_bt_veterinarians:hover p{
	color:#FFF!important;
	}

.banner_wrap .banner_tagline{
	
	display:block;
	position:relative;
	margin:0px auto 0px auto;
	text-align:center;
	line-height:55px;
	width:720px;
	height:200px;
	color:#FFF;
	font-size:52px;
	text-transform:uppercase;
	text-shadow: 2px 2px #292929;
	font-family: 'Pathway Gothic One', sans-serif;
	}
.banner_wrap .banner_tagline span{ color:#b09dff; }

.title-width
{
	width:60px;
}

.sidebar .nav{
	border:1px solid #d8d8d8;
	  -moz-border-radius: 5px;
	  border-radius: 5px;
	  margin-top:10px;
}
.sidebar .nav-header{
	background:#6c648d;
	color:#FFF;
	font-size:18px;
	font-weight:normal;
	padding:15px 30px;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}	

.sidebar .nav-list > li > a {
  padding: 8px 30px;
  color:#6b5da4;
  font-size:15px;
}

.sidebar .nav-list > li > a:hover,
.sidebar .nav-list > li > a:focus {
	color: #6b5da4;
	text-shadow: 0 -1px 0  #FFF;
	background-color: #eeecf8;
	padding-right:25px;
}	
.sidebar .nav-list > .active > a,
.sidebar .nav-list > .active > a:hover,
.sidebar .nav-list > .active > a:focus {
	color: #352a63;
	text-shadow: 0 -1px 0  #FFF;
	border-right:5px #352A64 solid;
	padding: 8px 25px 8px 20px;
	background-color: #e6e3f4;
}	
.widget-holder{
	width:100%;
	margin:0px 20px 20px 0px;
}

.content-padding{ padding-left:10px; padding-right:10px;width:600px;margin-top:20px; background: #0373C0 none repeat scroll 0% 0%;}

.none{
	list-style-type: none;
}
	
.content_box_holder{
	display:block;
	position:relative;
}
.content_box_holder a{}
.content_box_holder a:hover{}
.content_box_holder .content_box{
	display:block;
	color:#fff;
	float:left;
	position:relative;
	height: 470px;
	width:228px;
	border:1px solid #d8d8d8;
	background:#0373C0;
	padding:10px 35px;
	margin:20px 20px 20px 0px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.content_box_holder .content_box p{
color:#fff;}
.content_box_holder .content_box_last{ margin-right:0px!important;}
.content_box_holder .content_box h3{
	font-size:18px;
	font-weight:normal;
}
.content_box_holder .content_box h2{
	text-align: center;
	color:#Fff;
}
.content_box_holder .content_box h3 span{ font-size:16px;}
.content_box_holder .content_box ul{ margin:0px; padding:0px;}
.content_box_holder .content_box ul li{ list-style:none;}
.content_box_holder .content_box ul li a{ display:block; padding:5px 0px;}
.content_box_holder .content_box ul li a:hover{ padding: 5px 0px 5px 5px; }

.content_box_holder .content_box p{}
.content_box_holder .content_box .btn{
	margin-left: 60px;
	color: #000 !important;
}
.widget-area p, .widget-area a{
padding: 0px 5px 0px 10px;
color:#fff;
}
.widget-area h2{
color:#fff;
text-align:center;
}
.widget-area{	 
	display:block;
	    height: 300px;
	background:#0373C0;
	margin-top:20px;
	-moz-border-radius: 5px;
	border:1px solid #d8d8d8;
	border-radius: 5px;
	color:#fff;
	float:left;
	width:300px;
	margin-left:10px;
	list-style-type: none;
}
.nomargin{
	margin-top:20px;
}
footer{
color:#fff;
	display:block;
	position:relative;
	background:#0373C0;
    border-top: 1px solid #ccc;
}

footer p.footer_address{
	display:block;
	position:relative;
	width:800px;
	height:86px;
	padding:20px 140px 20px 0px;
	font-size:12px;
	line-height:25px;
	border-bottom:1px solid #d8d8d8;
color:#fff;
}
footer a{
color:#fff;
}
.footer_address{
	height:85px;
	    padding: 10px;
	margin-top: 20px;
}
footer p.footer_copyright{
	display:block;
	position:relative;
	padding:20px 0px 20px 0px;
	font-size:12px;
	line-height:20px;
}
.meta {
	padding: 6px 10px 4px;
	min-height: 16px;
	margin: 0 3px 15px 0;
	display: inline-block;
	background: #B09DF3;
	color: #fff;
}
.icon.history {
	background-position: -244px -173px;
	width: 19px;
	height: 20px;
}
* .icon {
	display: inline-block;
	background: url('../img/icons.png') no-repeat;
	vertical-align: middle;
	margin: -2px 4px 0 0;
}
.featured-image{
	margin-bottom:10px;
}
.featured-image img{
	float: left;
	border: 1px solid #ccc;
	padding: 2px;
	margin: 0px 10px 10px 0px;
}
.holder{
	margin-bottom:10px;
}

.alignleft {
	float: left;
	margin: 0px 20px 20px 0px;
	border: 2px solid #ececec;
	margin-bottom:20px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}
.alignright {
	float: right;
	margin: 0px 0px 20px 20px;
	border: 2px solid #ececec;
	margin-bottom:20px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}
.alignright1 {
	float: right;
	}
.alignnone {
	border: 2px solid #ececec;
	margin-bottom:20px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}

.img-square{
	border: 2px solid #ececec;
	margin-bottom:20px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}

.header_additional {
    float: right;
    margin: 0 20px 0 0;
}
.footer_additional {
    float: right;
}

.footer_additional p{
color:#fff;
}
.gform_confirmation_wrapper {
	border: 2px solid #093; 
	padding: 5px;
	font-weight: bold;
	text-align: center;
}

@media (min-width:768px) and (max-width:1024px) {
	header .header_contact p a {
		color:#000 !important;
	}
	.footer_address > a {
		color:#fff !important;
	}
  }

  .hide-d {
	display: none;
}
.toggle-mobile-menu{
	display: none;
}
.menu-backdrop {
		height: 100%;
		opacity: 0;
		visibility: hidden;
		width: 100%;
		position: fixed;
		top: 0px;
		left: 0px;
		z-index: 10000;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		background-color: #000;
	}
/* resp */
.sidebar .fb_iframe_widget_fluid span {
	width: 100% !important;
}
.fb_iframe_widget_fluid span iframe {
	width: 100% !important;
}
.welcome .container {
    background-color: #1a6176;
    border-radius: 10px;
    margin: 20px auto;
    padding: 20px;
    box-sizing: border-box;
}
.welcome h1 {
    font-size: 35px;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 10px;
}
.welcome .container h1,.welcome .container p {
	color: #fff !important;
}
.welcome .container strong {
	display: block;
	margin: 15px 0px 5px;
}
.welcome .container a {
	color: #fff !important;
	text-decoration: underline;
}
p.buttons {
	margin: 0px !important;
}
p.buttons:after {
	display: block;
	position: relative;
	clear: both;
	content: "";
}
.buttonspacing {
	padding:0px;
	margin:0px auto;
	display: block;
}
p.buttons a {
	display: block;
	width: 25%;
	text-align: center;
	float: left;
}
p.buttons span {
	display: block;
    font-size: 18px;
    font-weight: bold;
    padding-top: 15px;
    font-family: 'open_sansbold';
    text-align: center;
}
@media screen and (max-width: 1152px) {
	.navbar .navbar-inner,.navbar .nav {
		width: 100% !important;
	}
	.navigation {
	    width: 100%;
    	background-position: 50% 50%;
	}
	.navbar-collapse {
		width: 100%;
		left: 0px;
	    padding-left: 50px;
    	box-sizing: border-box;
	}
}
@media screen and (max-width: 880px) {
.widget-area {
		margin:0px !important;
	}
	.demand {
		display:none !important;
	}
	.mainlogoheader {
		position: relative;
		max-width: 250px;
		margin:0px auto;
		display: block;
		top: 0px;
		left: 0px;
	}
	p.buttons a {
		display: block;
		width: 50%;
		text-align: center;
		float: left;
		margin-bottom: 10px;
	}
	.widget-holder {
		width: 100%;
	}
	.headerWrap,header {
		height: auto;
	}
	.signup-widget {
		max-width: 100%;
	}
	.footer_additional {
		float: none;
	}
	.footer_additional p:last-of-type {
		display: none !important;
	}
	.home .widget-area {
	    width: 100%;
	    height: auto;
	    padding: 0px 10px 10px 10px;
	    background: rgba(240, 240, 240, 0.8);
	    margin: 0px auto;
	    margin-bottom: 20px;
	}
	.content_box_holder .content_box .btn {
		position: relative;
		margin:0px auto;
		bottom: 0px;
	}
	.content_box_holder .content_box img {
		position: relative;
	}
	.content_box_holder {
		margin:0px;
	}
	.content_box_holder .content_box {
		padding:20px;
	}
	#rev_slider_3_1_wrapper {
		display: none !important;
	}
	iframe {
		min-width: 1px;
		max-width: 100%;
		width: 100%;
	}
	header .logo {
		padding:0px;
		position: relative;
		text-align: center;
	    margin: 0px auto;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
	}
	.toggle-mobile-menu {
		display: block;
	}
	.hide-d .social {
		display: block !important;
	    position: relative;
	    top: 0px;
	    left: 0px;
	    text-align: center;
	    box-sizing: border-box;
	    margin: 10px;
	    border-radius: 12px;
	}
	.menu-s-back {
		opacity: 0.3;
		visibility: visible;
	}
	@font-face {
	    font-family: FontAwesome;
	    src: url(../fonts/fontawesome-webfont.ttf);
	}
	.homeWidgets iframe,.fb_iframe_widget span,.fb_iframe_widget {
		max-width: 340px !important;
		display: block !important;
		position: relative !important;
		margin:0px auto;
	}
	.homeBoxes {
		display: none !important;
	}
	.hide-xs {
		display: none !important;
	}
	#menu-mobile {
		margin-left: 0px !important;
		list-style: none;
	}
	#menu-mobile  ul {
		list-style: none;
		margin:0px !important;
	}
	i.fa.fa-plus:before {
	    content: "\f067";
	    display: inline-block;
	    position: absolute;
	    right: 15px;
	    top: 10px;
	    font-family: FontAwesome;
	    font-style:normal;
	}
	ul#menu-mobile .toggle-caret {
	    display: block;
	    width: 42px;
	    height: 42px;
	    line-height: 42px;
	    color: #fff;
	    border-left: 1px solid rgba(0, 0, 0, 0.2);
	    top: 0;
	}
	ul#menu-mobile .toggle-caret {
	    position: absolute;
	    top: 0;
	    right: 0;
	    text-align: center;
	    cursor: pointer;
	    line-height: inherit;
	}
	.sub-menu {
		display: none;
	}
	ul#menu-mobile .sub-menu {
	    padding-left: 15px;
	    box-sizing: border-box;
	    list-style: none;
	}
	ul#menu-mobile li {
		position: relative;
	    
	    width: 100%!important;
	    box-sizing: border-box;
	    text-align: left;
	    font-weight: normal;
	    font-size: 16px;
	    color: #fff;
	    text-transform: uppercase;
	    box-sizing: border-box;
	    
	}
	ul#menu-mobile li a {
		padding: 10px;
		display: block;
		border-bottom: 1px solid rgba(0, 0, 0, 0.2)!important;
		color: #fff !important;
	}
	#menu-mobile {
	    display: block;
	    position: fixed;
	    top: 0;
	    left: -300px;
	    width: 300px;
	    height: 100%;
	    background-color: #222;
	    border-right: 1px solid rgba(0, 0, 0, 0.2);
	    overflow: auto;
	    transition: left 500ms ease;
	    -webkit-backface-visibility: hidden;
	    box-sizing: border-box;
	    overflow-x: hidden;
	    z-index: 10000;
	}
	.showEnzi {
	    left: 0px !important;
	}
	a#pull:after {
	    content: "\f0c9";
	    display: inline-block;
	    position: absolute;
	    right: 15px;
	    top: 13px;
	    font-family: FontAwesome;
	}
	a#pull {
		color: #fff;
	    padding: 14px;
	    box-sizing: border-box;
	    display: block;
	    height: 50px;
	    text-align: left;
	    text-transform: uppercase;
	    letter-spacing: 0.05em;
	}
	section.contentWrap,.homeWidgets,section.contentWrap .content.fullpage {
		max-width: 100%;
		margin: 10px auto;
	}
	.widgetBox {
		height: auto !important;
		width: 100% !important;
	}
	section.contentWrap .content {
		width: 100%;
		float: none;
		box-sizing: border-box;
		padding:15px;
	}
	.footer_address {
		height: auto;
	}
	.subbanner,.sidebar {
		display: none !important;
	}
	.navigation {
		position: relative;
	}
	a#pull {
		position: relative;margin-top: 1px;
	}
	.mobileBtn a, .hoursa {
	    display: block;
	    color: #fff;
	    text-align: center;
	    background: #0373C0;
	    padding: 10px;
	    border-radius: 10px;
	    -moz-border-radius: 10px;
	    margin: 10px !important;
	}
	.navbar-collapse {
		display: none;
	}
	.hide-d {
		display: block;
	}
	.post-content img {
		width: 100% !important;
		height: auto !important;
		margin:10px 0px !important;
	}
	.post-content form img {
		width: auto !important;
	}
	.wp-caption  {
		width: 100% !important;
		margin:10px 0px !important;
	}
	.logo,.logo img {
		width: 100%;
		height: auto;
		margin:0px;
	    max-width: 400px;
    	margin: 0px auto;
		float: none;
	}
	a#pull {
		background-color: #0373C0 !important;
	}
	.homeBoxes .box01,.homeBoxes .box02,.homeBoxes .box03,.homeBoxes .box04,.homeBoxes .box05 {
		width:33.33%;
		box-sizing: border-box;
		padding:0px 10px;
		margin:0px;
		margin-bottom: 10px;
		height: auto;
	}
	.welcome {
		max-width: 100%;
		box-sizing: border-box;
		padding:10px;
	}
	.welcome .welcomeImg,.welcome .welcomeText {
		height: auto;
		text-align: center;
		box-sizing: border-box;
	    width: 100%;
	    float:none;
	}
	.homeBoxes img {
		width: 100%;
	}
	.homeBoxes:after,.welcome:after {
		display: block;
		clear: both;
		content: "";
	}
	.homeBoxes {
		margin-top: 30px;
	}
	.footerSocial,.navbar-collapse,section.footer .footerLogos,section.footer .footerMenu,section.footer .copy {
		max-width: 100%;
	}
	section.header,.homeBoxes,.welcome {
		max-width: 100%;
		height: auto;
	}
	.slider,.address,.social,.phone {
		display: none !important;
	}
	.welcome .welcomeText {
		background-size: 0px;
	}
	.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
		width: 100%;
	}
	.widget-area,.content_box_holder .content_box {
		width: 100%;
		text-align: center;
		box-sizing: border-box;
		height: auto;
	}
	.signup-widget {
	    width: 100%;
	    box-sizing: border-box;
	    margin: 20px auto !important;
	    width: 90%;
	}
	.social_line, .header_contact,.subnavigation-wrap {
		display: none !important;
	}
	.textwidget img {
 	   max-width: 200px !important;
	}
	.content_box_holder .content_box {
		margin:0px !important;
		margin-bottom: 20px !important;
		
	}
	section.container {
	    box-sizing: border-box;
    	padding: 0px 15px;
	}
	header.container {
		text-align: center;
	}
	#rev_slider_1_1_wrapper{
		display: none !important;
	}
	.footer_copyright {
		display: none !important;
	}
	footer p.designed {
		position: relative;
		top: 0px;

		text-align: center;
	}
	.footer_address {
		text-align: center;
	}
	.content_box_holder {
	    padding: 0px 15px;
    	box-sizing: border-box;
	}
	.span8.content-padding {
		width: 100% !important;
		margin:0px !important;
		box-sizing: border-box;
		padding:0px 15px;
	}
	.span12 {
		    width: 100%;
    display: block;
    position: relative;
    box-sizing: border-box;
    margin: 0px;
	}
	.span8.content-padding img {
		width: 100%;
	}
	.row {
		margin:auto;
	}
	footer {
		box-sizing:border-box;
	}
	body {
		word-wrap:break-word;
	}
	.header_additional {
		display:none !important;
	}
	.inner {
		width: 100% !important;
		margin:0px !important;
	}
	.social a {
		display: inline-block;
		float:none;
	}
	.widget-area-full {
		height:auto;
		width:100%;
	}
	.social {
		text-align: center;
	}
	.social li {
		display: inline-block;
		list-style: none;
	}
}
@media screen and (max-width: 540px) {
	p.buttons a {
		display: block;
		width: 100%;
		text-align: center;
		float: left;
		margin-bottom: 10px;
	}
	.welcomeImg img {
		width: 100%;
	}
	.welcome .welcomeText  {
		padding:0px;
	}
	.footerMenu,.footerLogos {
		display: none !important;
	}
	.post-content div {
		width: 100% !important;
	}
	.logo, .logo img {
		max-width: 250px;
	}
	.post-content img {
		width: 100%;
		height: auto !important;
	}
	.footerSocial h4 {
	    max-width: 245px;
	    display: block;
	    margin: 0px auto;
	    padding-bottom: 20px;
	}
	.stayConnected {
		padding-top: 19px;
		height: auto;
	}

	.homeBoxes .box01, .homeBoxes .box02, .homeBoxes .box03, .homeBoxes .box04, .homeBoxes .box05 {
		width:50%;
	}
}
@media screen and (min-width: 1920px) {
	body {
		background-size: cover !important;
	}
}
/* Handicap Plugin Restyle */
.accessibility-location-right .accessability_container{right:-180px}.accessibility-location-right .accessability_container.active{right:0!important}.access_container_inner{margin-top:5px}body .accessability_container.dark_theme .a_module{margin-bottom:5px;border:0}body .accessability_container button.wah-action-button{font-size:13px !important;border-radius:3px}.accessability_container.dark_theme.active button.aicon_link{background-color:#fff!important;color:#000!important}.wahout.aicon_link{top:5px;border-radius:5px}button.close_container{line-height:28px;height:28px;border-radius:3px}html .a_module_title{display:none!important}html button.wahout.aicon_link img{opacity:0;display:none;visibility:hidden}html button.aicon_link{background-color:#29627d!important}html button.wahout.aicon_link:before{font-family:fontAwesome;content:"\f193";line-height:48px;color:#fff;font-size:32px}.dark_theme.active button.wahout.aicon_link:before{color:#000!important}html body .accessability_container{width:180px!important;height:100%;max-height:405px}body .access_container_inner .a_module{border:0 !important;padding-bottom:0 !important;}

.accessability_container {
    right: -180px!important;
}
.accessability_container.active {
	right: 0px !important;
}

.header .header_contact .top-hours {
	font-size:13px;
	line-height:1.1!important;
}