/*import*/
@import url("font-awesome.min.css");
/*defaults*/
body, html {
	background: url(images/bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
body, p {
	font-family: 'Open Sans', sans-serif;
	color: #4c4c4c;
}
h1, h2, h3, h4, h5, h6, .system-message h1, .system-error-message h1, strong, b {
	font-weight: 600;
	color: #4c4c4c;
	margin-bottom: 1.25rem;
}
span.error:empty, small.error:empty {
    display:none;
}
.system-message, .system-error-message {
 	background:none;
    border:none;
    margin:0;
    color: #4c4c4c;
    padding:0;
}
p {
	font-size: 14px;
}
p.lead {
	text-align: center;
	font-size: 16px;
	margin-bottom: 3rem;
}
.system-message h1, .system-error-message h1 {
 	font-size:36px;   
}
h1, h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}
h1 {
	font-size: 38px;
	font-weight: bold;
}
h2 {
	font-size: 24px;
	font-weight: 500;
}
h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
}
h3 {
	font-size: 18px;
	text-transform: uppercase;
}
h4 {
	font-size: 16px;
	text-transform: uppercase;
}
h5 {
	font-size: 15px;
	font-weight: 500;
}
h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 14px;
}
a, a:visited {
	color: #4c4c4c;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited {
	color: #4c4c4c;
}
a:hover, a:focus, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus {
	color: #000;
}
em, input[type="text"], textarea, select {
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
}
input[type="text"], textarea.cat_listbox, input[type="email"], input[type="password"], input[type="submit"], texarea, select, button {
	height: auto;
	padding: 10px 13px;
	border:1px solid #c3c3c3;
	box-shadow: none;
}
textarea.cat_listbox {
	width: 100%;
}
input[type="text"]:focus {
	box-shadow: none;
	background: #f0f0f0;
	border-color: #4c4c4c;
}
textarea.cat_listbox:focus {
	background: #f0f0f0;
	border-color: #4c4c4c;
}
input[type="text"], input[type="email"], input[type="password"], input[type="submit"], texarea, select {
	background: #fff;
}
label, input[type="text"], input[type="email"], input[type="password"] {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-style: normal;
}
textarea {
	padding: 10px 13px;
}
ul li {
	font-size:14px;
	margin-bottom:10px;	
}
.img-responsive-left {
	float:left;
	width: 100%;
	max-width: 340px;
	padding:5px;
	border: 1px solid #efefef;
	margin-right: 20px;
	margin-bottom: 20px;
}
table.treatment-table {
	color: #4c4c4c;
	width: 100%;
}
table.treatment-table tr td {
	color: #4c4c4c !important;
	width: 75%;
}
table.treatment-table tr:nth-child(even) {
    background-color: #efefef;
}
/*buttons*/
.button, button, input[type="submit"], a#catshopbuy:link, a#catshopbuy:visited {
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	background: none;
	background: #efefef;
	color: #4c4c4c;
	text-transform: uppercase;
	font-size: 16px;
}
.button.secondary, button.secondary {
	background: #FFF;
    color:#fff;
}
button:hover, .button:hover, .button.secondary:hover, button.secondary:hover, button:focus, .button:focus, input[type="submit"]:hover, input[type="submit"]:focus {
	background: #000;
	color: #fff;
	transition-duration: 0.5s;
}
button:visited, .button:visited {
	color: #fff;
}
input[type="submit"] {
	padding: 15px 20px;
	border: none;
	cursor: pointer;
	font-size: 14px !important;
}

/*header*/
header {
	position: absolute;
	z-index: 1000;
	width: 100%;
}
.contain-to-grid, .top-bar, .top-bar-section ul li, .top-bar-section li:not(.has-form) a:not(.button), .contain-to-grid, .top-bar, .top-bar-section li:not(.has-form) a:not(.button), .top-bar.expanded .title-area {
	background: none;
}

.top-bar .toggle-topbar.menu-icon {
	margin-top:5px;	
		font-family: 'Open Sans', sans-serif;

}
.top-bar.expanded .toggle-topbar a {
    color: #FFFFFF;
}

.top-bar-section ul li {
padding:0;
margin:0;
	}
	
.contain-to-grid .top-bar {
	top: 20px;
}
.top-bar-section ul {
	float: right;
}
.top-bar-section ul li>a {
  color: #000;
}
.top-bar-section li.active:not(.has-form) a:not(.button) {
	color: #4c4c4c;
	background: none;
}
.top-bar-section li.active:not(.has-form) a:hover:not(.button) {
	background: none repeat scroll 0 0 #4c4c4c;
}
.top-bar-section ul li > a {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	transition-duration: 0.2s;
}
.top-bar-section li .dropdown li > a {
	font-size: 12px;
}
.top-bar-section li:not(.has-form) a:hover:not(.button) {
	background: #4c4c4c;
}
.top-bar-section .dropdown li:not(.has-form) a:not(.button), .top-bar-section .dropdown li.active:not(.has-form) > li a:not(.has-form) a:not(.button) {
	background: rgba(255,255,255,0.92);
}
.top-bar-section .dropdown li:not(.has-form) a:not(.button) {
    color: #4c4c4c;
}
.top-bar-section .dropdown li.active:not(.has-form) a:not(.button), .top-bar-section .dropdown li.active:not(.has-form) .dropdown li.active:not(.has-form) a:not(.button) {
	background: #4c4c4c;
}
.top-bar-section .dropdown li:not(.has-form) a:hover:not(.button) {
	background: #4c4c4c;
	color:#fff;
}
.top-bar .name {
	margin-left: 0.9375rem;
	margin-top: -25px;
}
.top-bar-section .has-dropdown li > a {
	font-size: 14px;
	font-weight: 600;
}
.top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
	color: rgba(255, 255, 255, 0.4);
}
.top-bar-section ul li:hover:not(.has-form) > a{
		background: #4c4c4c;
		
}
.top-bar-section .dropdown {
	margin-bottom: 50px;
}
.top-bar-section .dropdown li:last-child {
	overflow:hidden;
}
.contain-to-grid {
	padding: 30px 0 60px;
	background: rgba(195,195,195,0.35);
}
.utility-nav {
  background: #000;
  margin: 0;
  padding: 5px 0 5px 0;
}
.shopping-cart {
	color: #FFFFFF;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
}
.shopping-cart i {
	color: #FFFFFF;
	font-size: 15px;
	margin: 0px 8px 0px 16px;
}
a.cartSummaryLink {
	color: #FFF;
	font-weight: bold;
}
.utility-nav .uty0, .utility-nav .uty1 {
	display: none;
}
table.cartSummaryTable {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	margin: 0px 0 0 0px;
}
td.cartSummaryItem {
	color: #FFFFFF;
	font-size: 12px;
	padding: 0;
}
/*pricing tables*/
.pricing-table {
	border: 2px solid #4c4c4c;
	margin-bottom: 30px;
}
.pricing-table .title {
	background: #4c4c4c;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 21px;
	padding: 30px 15px;
}
.pricing-table .title a {
	color: #fff;
}
.pricing-table .price {
	background: none;
	font-family: 'Open Sans', sans-serif;
}
.pricing-table .price p.small {
	margin-bottom: 10px;
}
/*side-nav*/
.side-nav {
	margin-bottom: 30px;
	margin-top: 0;
	padding: 0;
}
.side-nav li {
	margin-bottom: 0;
}
.side-nav li a:not(.button) {
	color: #4c4c4c;
	padding: 15px;
	border-bottom: 1px solid #efefef;
	font-family: 'Open Sans', sans-serif;
}
.side-nav li.side-nav-title a:not(.button) {
	color: #4c4c4c;
	font-weight: 500;
}
.side-nav li a:hover:not(.button), .side-nav li a:focus:not(.button), .side-nav li.active > a:first-child:not(.button) {
	color: #000;
	background: #efefef;
	font-family: 'Open Sans', sans-serif;
}
.side-search {
	margin-bottom: 30px;
}
.side-search h2 {
	display: block;
	font-size: 53px;
	margin: 0px 0 -9px;
	text-align: left;
}
.side-search h6 {
	olor: #b2adaa;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	margin: 0;
	text-transform: uppercase;
}
.side-search img {
	margin-bottom: 10px;
	position: relative;
	top: -12px;
}
.side-search input[type="text"], .side-search select{
	background: rgba(0,0,0,0.05);
	border: none;
	box-shadow: none;
}
.side-search input[type="submit"] {
	width: 100%;
	margin-top: 15px;
}
input.has-dropdown {
	background-image: url(images/select-arrow.png);
	background-position: 95%;
	background-repeat: no-repeat;
	position: relative;
}
.dropdown-wrap {
	position: relative;
}
.select-box {
	background: none repeat scroll 0 0 #fff;
	 box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
	font-size: 13px;
	font-style: italic;
	overflow: hidden;
	padding: 5px 15px;
	position: absolute;
	top: 38px;
	width: 100%;
	z-index: 1;
	max-height: 250px;
	overflow: auto;
	border: 1px solid #CCCCCC;
	display: none;
}
.select-box input {
	display: none;
}
.select-box .option {
	padding: 10px 0;
	cursor: pointer;
}
.select-box .option:hover {
	color: #000;
}
.side-search h4 {
	margin: 25px 0 15px;
}
/*search*/
.search-container {
	display: none;
	padding: 30px 0 0;
	background: #4c4c4c;
}
.search-icon span {
	padding: 0px 0 0 0px;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
}
.search-icon span i {
	color: #FFFFFF;
	font-size: 14px;
	margin: 0px 8px 0px 16px;
}
.search-container input[type="text"] {
	height: auto;
	padding: 14px 15px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-style: normal;
}
/*slider*/

section.slider {
	opacity: 0.9
}

.slick-slider {
	margin:0;
	overflow:hidden;	
}

.slick-slide img {
	width: 100%;
}
.slide-description {
	position: absolute;
	width: 100%;
	margin-top: 200px;
	z-index:1;
}
.slide-description a, .slide-description a:visited {
	color: #FFF;
}
.slide-description .float-right {
	float: right;
}
.slide-description .slider-text {
	 background: rgba(0,0,0,0.5);
	 padding: 23px 30px 25px;
}
.slick-dots {
	bottom:0px;	
}
.slick-dots li button:before {
    color: #98918d;
	opacity: 1;
}
.slick-dots li.slick-active button:before {
	color: #4c4c4c;
}
.slick-dots li button:before {
	font-size:13px;
		
}
.hero-slider .slick-dots {
 	bottom:145px;	
	margin: 0 0 0 25%;
	z-index:1;
	text-align:left;
	display: none !important;
}

.hero-slider .slick-dots li button:before {
	content:none;

}
.hero-slider .slick-dots li {
	margin:0 5px 0 0;
	width:auto;
}	
.hero-slider .slick-dots li button {
	width:50px;
	height:5px;	
	padding:0;
	background:#fff;
}
.hero-slider .slick-dots li.slick-active button {
 background: none repeat scroll 0 0 #000;
    height: 15px;
    top: -10px;

}


.slide-description span {
	color: #c87492;
	font-size: 46px;
	float: left;
	margin: 0 15px 30px 0;
}
.slide-description h1, .slide-description h2 {
	
	color: #fff;
	font-weight: 100;
}
.slide-description h1.brown, .slide-description h2.brown {
	color: #4c4c4c;
}
.slide-description h1 {
	font-size: 128px;
	line-height: 134px;
	margin-bottom: 30px;
}
 .slide-description h2 {
	font-size: 30px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}
 .slide-description p {
	font-size: 14px;
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	margin-top: 5px;
	margin-bottom: 0px;
	text-align: right;
}
.slide-description h2 em {
	font-style: normal;
	text-transform: none;
	white-space: nowrap;
}

/*section community-search*/
section.community-search, .breadcrumps-container {
	background: url(images/subhead-bg.jpg) repeat-x bottom;
}
.community-search-wrap {
	background: url("images/community-search-bg.png") no-repeat scroll right 160% rgba(0, 0, 0, 0);
	padding: 35px 0 45px;
}
.search-ellipse {
	border-radius: 90em;
	text-align: center;
	float: left;
	height: 130px;
	width: 130px;
	padding-top: 25px;
	background: #FFF;
	box-shadow: 0 5px 5px rgba(0,0,0,0.1) inset;
}
.search-ellipse h2, .search-ellipse h6 {
	margin: 0;
	color: #fff;
}
.search-ellipse h2 {
	margin-bottom: -5px;
}
.community-search-form {
	position: relative;
	top: 45px;
}
.community-search-form .select-box {
 top: 48px;	
}
.community-search-form form {
	margin: 0;
}
.community-search-form input, .community-search-form select {
	width: 100%;
   padding: 15px 20px;
}

/*section main*/
section.main {
	padding: 50px 0px 20px;
	background: #FFF;
}
.home-cta {
	margin-top: -215px;
	position: relative;
	z-index: 2;
	margin-bottom: 0px;
	width: 100%;
	max-width: 1080px;
	background: #FFF;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}
a .service-tile {
	border: 1px solid #efefef;
	margin-top: 30px;
}
a .service-tile:hover {
	border: 1px solid #c3c3c3;
	background: #000;
	transition-duration: 0.5s;
}
a .service-tile:hover img {
	opacity: 0.9;
	transition-duration: 0.5s;
}
a .service-tile h3 {
	border-bottom: 3px solid #000;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: center;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
}
a .service-tile:hover h3 {
	color: #000;
	background: #FFF;
}
.feature-image {
	border-radius:90em;
	overflow:hidden;
	width:100%;
	height:100%;
	max-width:189px;	
	margin-bottom:30px;
}
/*service-slider*/
.services-slider p {
		padding:0 15px 30px;
}
.service-item {
	margin-bottom: 50px;
}

.service-item img {
	width: 100%;
	max-width: 250px;
	height: auto;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: 0 auto 30px;
}
.service-item .image img {
	height: 100%;overflow: hidden;
	border-radius: 90em;
}
/*promo section*/
section.promo-offers {
	background:url(/_assets/css/images/promo-bg.jpg);
	height: 241px;
	background-position: center;
}
section.promo-offers a {
	display: block;
	background: #4c4c4c;
	color: #FFF;
	padding: 20px;
	font-weight: 700;
	text-align: center;
	margin: 85px auto;
	font-size: 30px;
	width: 90%;
	max-width: 600px;
}
section.promo-offers a:hover {
	background: #000;
	color: #fff;
	transition-duration: 0.5s;
}
/*promo section subpage */
section.promo-offers-subpage {
	background:url(/_assets/css/images/promo-sub-bg.jpg);
	background-position: center top;
	margin-bottom: 30px;
}
section.promo-offers-subpage a {
	display: block;
	background: #4c4c4c;
	color: #FFF;
	padding: 20px;
	font-weight: 700;
	text-align: center;
	margin: 160px auto 0px;
	font-size: 24px;
	width: 90%;
	max-width: 220px;
	text-transform:uppercase;
}
section.promo-offers-subpage a:hover {
	background: #000;
	color: #fff;
	transition-duration: 0.5s;
}
/*photo gallery section*/
section.feature-gallery {
	margin: 20px 0px 50px;
	background: #FFF;
}
section.feature-gallery .photogalleryNavigation {
	display: none;
	margin-bottom: 0px !important;
}
section.feature-gallery table.photogalleryTable td {
	float:left;
}
section.feature-gallery table.photogalleryTable td img {
	padding: 3px;
	border: 1px solid #efefef;
}
section.feature-gallery table.photogalleryTable td img:hover {
	border: 1px solid #c3c3c3;
	transition-duration: 0.5s;
}
section.feature-gallery .small-images table.photogalleryTable td:first-child {
	display: none !important;
}
/*newsletter signup section*/
section.newsletter-signup {
	background: #efefef;
	padding: 50px 0px;
}
section.newsletter-signup input[type="text"] {
	border: 1px solid #c3c3c3;
	color: #4c4c4c;
	width: 100%;
	box-shadow: none !important;
	margin-bottom: 0px;
}
section.newsletter-signup input[type="text"]::-webkit-input-placeholder {
	color: #4c4c4c;
}
section.newsletter-signup input[type="text"]::-moz-placeholder {
	color: #4c4c4c;
}
section.newsletter-signup input[type="text"]:-ms-input-placeholder {
	color: #4c4c4c;
}
section.newsletter-signup input[type="text"]:-moz-placeholder {
	color: #4c4c4c;
}
section.newsletter-signup input[type="submit"] {
	background: #4c4c4c;
	color: #FFF;
	width: 100%;
	padding:12px 20px;
	font-size: 14px !important;
}
section.newsletter-signup input[type="submit"]:hover {
	background: #000;
	color: #fff;
	transition-duration: 0.5s;
}
/*events section*/
section.events {
	padding: 50px 0;
	background: url(images/events-bg.jpg) repeat-x top;
}
.event-item {
	background: rgba(255,255,255,0.9);
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	padding: 20px 30px;
	border-top: 5px solid #FFF;
	margin-bottom: 30px;
}
.event-date {
	background: #FFF;
	width: 75px;
	height: 75px;
	border-radius: 90em;
	font-size: 24px;
	text-align: center;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	padding-top: 18px;
	margin: 0 auto 20px;
}
.event-date span {
	display: block;
}
.event-date span.month {
	font-size: 16px;
}
.event-item h3 {
	text-align: center;
	font-weight: 100;
}
.event-item-detail {
	background: url(images/dashed-bg.jpg) repeat-x bottom;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.event-item-detail h3 {
	margin-bottom: 5px;
}
.event-details {
	line-height: 18px;
	color: #99918e;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 10px;
}
.dash {
	width: 30px;
	height: 1px;
	background: #FFF;
	margin: 20px auto;
}
.event-item p {
	font-size: 13px;
}
.event-item-detail .button {
	float:right;
	
}
/*announcements*/
.news-item {
	margin-bottom:30px;	
}
.news-item h3{
		margin-bottom: 5px;
}
.news-details {
		line-height: 18px;
	color: #99918e;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 10px;
}
/*faq*/
.faq-question a {
	  color: #4c4c4c;
    font-family: 'Montserrat',sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
	
}
.faq-details{
		padding-top:30px;background: url(images/dashed-bg.jpg) repeat-x bottom;
	margin-bottom: 50px;
	padding-bottom: 20px;
}
.faq-details a {
	font-family:'Merriweather', serif;
	font-size:14px;
	text-transform:none;
	font-weight:normal;
	color:#4c4c4c;	
}
.faq-icon {
   background: none repeat scroll 0 0 #74b9c8;
    border-radius: 90em;
    color: #fff;
    display: block;
    float: left;
    font-family: 'Montserrat',sans-serif;
    font-size: 15px;
    font-weight: 600;
    height: 30px;
	width:30px;
    margin: 0 15px 17px 0;
    padding-top: 7px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    top: -5px;
}
.faq-icon.answer {
	background:#4c4c4c;
}
/*testimonials section*/
section.testimonials {
	padding: 50px 0;
	background: #FFF;
}
.quote-icon {
	background: url(images/quote-icon.jpg) no-repeat center;
	height: 120px;
	width: 100%;
	margin: 0 auto;
	display: block;
}
.testimonial-slider {
	text-align: center;
	color: #000;
}
.testimonial-slider h2 {
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 0;
	padding: 50px 50px 30px;
	color: #000;
}
.testimonial-slider h4 {
	font-weight: 700;
	color: #000;
	font-size: 14px;
}
.testimonial-slider .image {
	height: 80px;
	width: 80px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	border-radius: 90em;
}
.testimonial-slider .image img {
    overflow: hidden;
	border-radius: 90em;
}
.slick-prev, .slick-next {
	height:60px;	
	width:30px;margin-top:-50px;
}
button.slick-prev, button.slick-next {
	background: #FFF;
	color: #4c4c4c;
}
button.slick-prev:before, button.slick-next:before {
	color: #4c4c4c;
}
button.slick-prev:hover:before, button.slick-next:hover:before {
	color: #000;
}
.slick-next {
    right: 0;
}
.slick-prev {
    left: 0;
}
.slick-prev:before, .slick-next:before {
	font-size:68px;
		
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-weight:300;
}
.slick-next:before{
	content:"›";	
}
.slick-prev:before{
	content:"‹";	
}
/*page-title*/
section.page-title {
	overflow: hidden;
	position: relative;
}
section.page-title img {
	width: 100%;
}
.row.page-headline {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
}
.row.page-headline h1 {
	color: #fff;
	margin-top: 450px;
}
/*breadcrumps-container*/
.breadcrumps-container {
	padding: 30px 0 20px;
}
/*about*/
section.main span.fa-heart {
	display: block;
	color: #c87492;
	font-size: 46px;
	margin: 0 auto 30px;
	width: 46px;
}
/*management item*/
section.management {
	background: url("images/events-bg.jpg") repeat scroll center top rgba(0, 0, 0, 0);
	padding: 50px 0 0;
	overflow: hidden;
}
.management-item {
	height: 436px;
	overflow: hidden;
	text-align: center;
	position: relative;
	float: left;
	padding-top: 40px;
	border-bottom:2px solid #4c4c4c;

}

.management-item img {
	    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.management-item-hover {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index:2;
	background: url(images/management-item-hover-bg.png);
	padding: 35% 20px 0;
	top: 100%;
	transition-duration: 0.5s;
}
.management-item:hover > .management-item-hover {
	top: 0;
}
.management-item-hover h5 {
	color: #fff;
	font-size: 36px;
	font-weight: 600;
	margin: 0;
	text-transform: uppercase;
}
.management-item-hover h6 {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	color: #fff;
}
/*solutions-detail*/
.solutions-detail h2, .solutions-detail p.lead {
	text-align: left;
}
p.literature-container span.icon, p.literature-container span.name {
	margin: 0 3px 0 0;font-family: 'Open Sans', sans-serif;
}
p.literature-container img {
	vertical-align: middle;
}
.solutions-detail .phone {
	float:right;	
}
/*facilities*/
.facility-item {
	margin-bottom: 30px;
}
.facility-item .panel {
	padding: 30px 30px 10px;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
	border: none;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.facility-item .panel .button {
	position: relative;
	top: -5px;
}
.facility-item .panel .image img {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #d9d9d9;
	margin: 0 0 10px;
	padding: 3px;
	width: 100%;
}
.facility-item .panel p {
	font-size: 15px;
}
.double-dash {
	margin: 30px 0;
	height: 3px;
	background: url(images/dashed-bg.jpg) repeat-x top;
}
.search-filters a {
	position: relative;
	top: 20px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	margin-left: 20px;
	float: right;
}
.search-filters a.active {
	color: #aca8a4;
}
/*facility-detail*/
section.address {
	padding: 50px 0;
	background: url(images/test-bg.jpg) repeat-x top;
	text-align: center;
}
section.address h2 {
	color: #fff;
	margin: 0 0 10px;
}
section.address h3, section.address h4, section.address h5 {
	font-weight: 300;
	color: #fffefe;
	margin: 0 0 5px;
}
section.address h3 a, section.address h4 a, section.address h5 a{
color: #fffefe;
}
/*responsive photogallery */
#photogalleryTable {
	margin-top: 50px;
	margin-bottom: 30px;
}
#photogalleryTable img {
	width: 100%;
	transition-duration: 0.5s;
}
#photogalleryTable img:hover {
	opacity: 0.8;
}
/*section map*/
section.map, section.map .flex-video, section.map .flex-video iframe {
	height: 350px;
	overflow: hidden;
}
/*footer*/
footer {
	background: #4c4c4c;
	padding: 50px 0 50px;
	font-size: 13px;
}
footer a {
	color: #FFF;
}
.footer-menu a {
	font-weight: 600;
}
footer h4 {
	color: #4c4c4c;
	margin-bottom: 3rem;
}
footer p, footer div.copy {
	color: #c3c3c3;
	font-family: 'Open Sans', sans-serif;
	line-height: 20px;
}
footer div.copy a {
	margin: 0 15px 15px 0px;
	color: #fffffe;
	transition-duration: 0.5s;
}
footer div.copy a:hover {
	color: #c3c3c3;
}
footer .vcard {
	border: medium none;
	color: #98958B;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
footer .vcard .fa {
	margin-right: 5px;
}
.social-icons {
	float: right;
}
.social-icons a {
	font-size: 26px;
	margin: 0 15px 15px 0;
	border-radius: 90em;
	border: 0px solid;
	background: #FFF;
	width: 55px;
	height: 55px;
	padding-top: 15px;
	text-align: center;
	color: #4c4c4c;
	transition-duration: 0.5s;
	display: inline-block !important;
}
.social-icons a:hover {
	color: #000;
}
/*module defaults*/
.tabs-content.vertical {
	width: 100%;
}
.flex-video {
	margin-bottom: 2rem;
}
form label {
	text-align: left;
	margin: 0 0 10px;
    display:block!important;
}
form br {
	display: none;
}
form label input, form label textarea, .contact form input[type="submit"] {
	margin: 5px 0!important;
}
.booking-list {
	border-bottom: 1px solid #eeeeee;
	margin: 0 0 9px;
	padding: 10px 0 15px;
}
.side-panel ul {
	margin: 0 0 30px;
	padding: 0;
}
.side-panel ul li {
	 background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #efefef;
    list-style: none outside none;
  	margin: 0 0 10px;
    padding: 0 0 10px;
}
.blog-post {
	margin-bottom:50px;	
}
.blog-post h3.post-title {
	margin: 0;
    padding: 10px 0 15px;
	text-align:left;
}
.blog-details {
	display: block;
	float: left;
	width: 100%;
}
.blog-post .post-details {
	margin-top: 10px;
}
.blog-post .links {
	font-size:13px;
	font-family:'Montserrat', sans-serif;	
}
.blog-details div {
	color: #666666;
	float: left;
	font-size: 13px;
	margin-bottom: 10px;
	margin-right: 20px;
	padding: 15px 0;
}
.blog-details div i {
	margin-right: 5px;
}
.blog-aside {
	margin-bottom: 30px;
}
.side-panel h4 {
	font-weight:400;
	font-size:14px;
}
.side-panel ul li a {
	font-size:14px;	
}
.BlogTagCloud a {
	background: none repeat scroll 0 0 #eee;
    color: #666;
    display: inline-block;
    font-family: 'Tahoma',sans-serif;
    font-size: 13px;
    margin: 0 5px 10px 0;
    padding: 5px 10px;
}
input[type="text"].productTextInput {
	max-width: 55px;
	display: inline;
	text-align: center;
}
li.buy-now input {
	text-align: center;
	margin: 0 auto;
}
.productItem .image, .productItemLast .image {
	margin-bottom:20px;
}
.productList, .productList ul, .catalogueList {
	margin: 0 ;
	overflow: hidden;
	padding: 0 !important;
}
.productList li, .catalogueList li {
	display: inline;
	list-style-type: none;
}
.catalogueList li .image {
	margin-bottom:20px;	
}
.catalogueList li img{
	width:100%;	
	transition-duration:0.5s;
}
.productSmall .image img {
     border: medium none;
    box-shadow: none
}
.productList li img{

	transition-duration:0.5s;
   
	
}
.catalogueList li img:hover, .productList li img:hover{

	opacity:0.8;	
}

.productList ul li {
	display: block;
}

li.price {
	font-size: 28px;
	font-family:'Montserrat', sans-serif;
	margin: 0;
	font-weight:600;
	color:#5e5754;
}
li.name h5 {
	font-size: 16px;
	margin:0 0 30px;
	font-family:'Montserrat', sans-serif;
}
.catalogueList .catalogueItemNotFound {
	display: none;
}

.productLarge h1 {
	font-size:36px;
	line-height:1.35em;	
}
.productLarge .image-large {
	margin-bottom:30px;	
}
.productAttributesContainer {
	padding:15px 0;
	margin:20px 0;
	border-top:1px dashed rgba(0,0,0,0.15);	
	border-bottom:1px dashed rgba(0,0,0,0.15);	
}
#productPoplets {
	margin-bottom:30px;	
}
#productPoplets .productPopletsItem {
	    background: none repeat scroll 0 0 #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    display: block;
    margin: 0 10px 0 0;
    padding: 15px;
}
.poplets {
 margin:0;
    padding:0;
    border:none;
}
.poplets img {
 	border:none;   
}
.wishlist-link {
	color:#4c4c4c;		font-family:'Montserrat', sans-serif;
padding:20px 0 30px;
font-size:12px;
}
.wishlist-link a {
	
	text-transform:uppercase;	
}
.form-row {
	border-bottom: 1px solid #ededed;
	overflow: hidden;
	padding: 15px 0;
}
legend {
	font-weight: bold;
}
.info-section {
	float: left;
	width: 30%;
}
.info-section p {
	padding-right: 15px;
}
.form-section {
	float: left;
	width: 70%;
}
.form-detail {
	float: left;
	width: 250px;
}
.form-detail p {
	font-size: 12px;
}
.form-data {
	float: right;
	width: 450px;
}
#payment-form .form-detail {
	width: 255px;
}
#payment-form .form-data {
	width: 570px;
}
#payment-form label {
	width: auto;
}
#payment-form input.cat_textbox, #payment-form input.cat_listbox {
	margin-right: 20px;
	width: 92%;
}
input.cat_textbox.sm {
	width: 70px !important;
}
#payment-form input.short, #payment-form input.short, #payment-form select.short {
	width: 110px;
}
#payment-form input.purchase-amount {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	color: #222222;
	display: inline;
	float: left;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	width: 53px;
}
#purchase-total {
	background: none repeat scroll 0 0 #fafafa;
	border-bottom: 1px solid #ededed;
	border-top: 1px solid #ededed;
	margin-bottom: 20px;
	padding: 10px;
}
.purchase-amount {
	box-shadow: none !important;
	float: none !important;
}
#purchase-total span {
	color: #999999;
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
}
.cartrow {
	border: medium none;
	font-size: 13px;
	margin-left: 0 !important;
	text-transform: uppercase;
}
.cartlabel {
	float: left;
	font-weight: bold;
	padding-bottom: 3px;
	padding-top: 3px;
}
.cart-item {
	color: #333333;
	float: left;
	font-size: 13px;
	width: 10%;
}
.productitemcell {
	border-bottom: 1px solid #eeeeee;
	height: 115px;
	line-height: 20px;
	overflow: hidden;
	padding: 15px 0 0;
}
.product-image img {
	border: none;
	max-width: 75px;
}
.product-remove a:link, .product-remove a:visited {
	background: url("images/cart-remove.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: block;
	font-size: 0;
	height: 27px;
	line-height: 0;
	text-indent: -9999px;
	width: 25px;
}
.product-remove a:hover, .product-remove a:active {
	opacity: 0.8;
}
.cldetails {
	width: 46%;
}
.clprice, .cltax, .clcost, .clremove {
	width: 10%;
}
#catCartDetails .product-image {
	width: 13%;
}
.product-title {
	width: 33%;
}
.clqty, .product-qty {
	width: 14%;
}
.product-qty input.cartInputText {
	width: 60%;
}
.cart-opt {
	margin: 0;
	overflow: hidden;
	padding: 10px 0;
}
.cart-opt p {
	margin: 0 0 3px;
}
#cart-footer hr {
	margin: 3px 0;
}
#opt-total-container {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	margin: 0;
	overflow: hidden;
	padding: 20px;
}
.opt-total-data .productitemcell {
	border: medium none;
	height: auto;
	padding: 0;
}
.opt-total-data {
	display: block;
	margin-bottom: 5px;
	text-align: right;
}
.opt-total-data h3 {
	margin: 0;
}
select.shippingDropDown {
	width: 95%;
	height: auto;
}
.productitemcell {
	height: 135px;
}
input#DiscountCode, input#GiftVoucher {
	display: inline;
	max-width: 280px;
	width: 165px;
	height: 50px;
}
a#catshopbuy:link, a#catshopbuy:visited, .productSubmitInput {
	display: block;
	font-size: 16px;
	padding: 1em;
	text-align: center;
	text-shadow: none;
}
#catCartDetails fieldset, #catCartDetails table {
	border: medium none;
	padding: 1.25em 0;
}
table {
 	background:none;
    border:none;
	margin-bottom: 0px;
}
table tr.even, table tr.alt, table tr:nth-of-type(2n) {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
table.webform, table.reporting {
	border: medium none;
    background:none;
}
.reveal-modal {
	text-align: center;
}
.faq-question {
	position: relative;
}

.breadcrumbs {
	background: none;
	border: none;
	padding: 0px 0px 14px 0px;
	margin-bottom: 12px;
	font-family: 'Open Sans', sans-serif;
	border-bottom: 1px solid #efefef;
	color: #FFF;
}
.breadcrumbs li {
	margin-bottom:10px;}
.breadcrumbs > * a {
	color: #4c4c4c;
}
.breadcrumbs > .current a {
	color: #98918d;
}
ul.pagination li a { 
	font-family: 'Open Sans', sans-serif;

}
ul.pagination li.current a {
    background:rgba(82, 202, 179, 0.8);
	
}
.google-maps {
	position: relative;
	padding-bottom: 75%; // This is the aspect ratio
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
/*media queries*/
/*************media queries**************/
@media only screen and (min-width: 0) and (max-width: 641px) {
	body, html {
		background: #fff;
		background-position: center top;
		background-repeat: no-repeat;
	}
	h1 {
		font-size: 30px;
	}
	h2 {
		font-size: 26px;
	}
	.home-cta {
		margin-top: 0px;
		padding-top: 0px;
	}
	.contain-to-grid {
		padding: 10px 0 50px;
		background: rgba(195,195,195,0.35);
	}
	.top-bar .toggle-topbar.menu-icon {
		margin-top: -15px;
		color: #4c4c4c;
	}
	.top-bar .toggle-topbar.menu-icon a {
		color: #4c4c4c;
	}
	.top-bar .toggle-topbar.menu-icon a span:after {
		box-shadow: 0 0px 0 1px #4c4c4c,0 7px 0 1px #4c4c4c,0 14px 0 1px #4c4c4c;
	}
	.top-bar .toggle-topbar.menu-icon a:hover {
		color: #000;
	}
	.top-bar .toggle-topbar.menu-icon a span:hover:after {
		box-shadow: 0 0px 0 1px #000,0 7px 0 1px #000,0 14px 0 1px #000;
	}
	header{
		position:relative;	
	}
	.top-bar-section ul {
		margin-top:48px;	
	}
	.top-bar .name {
		max-width: 200px;
		margin-top: 0px;
	}
	.search-filters a {
		margin-left: 0;
		top: 0px;
		margin-right: 15px;
		float:left;
	}
	.slide-description {
    	margin-top: 10px;
	}
	.slide-description h1 {
		font-size: 36px;
		line-height: 20px;
	}
	.slide-description span {
    	font-size: 26px;
	}
	.slide-description h2 {
		font-size: 14px;
		display: inline-block;
	}
	.hero-slider .slick-dots {
		bottom: 0;
		margin: 0;
		text-align: center;
	}
	.community-search-wrap {
		background:none;
		padding: 20px 0 60px;
	}
	.search-ellipse {
		 border-radius: 0;
		display: block;
		float: none;
		width: 100%;
		background:none;
		padding: 0;
		box-shadow:none;
		height:auto;
		text-align:left;
	}
	.search-ellipse h2 {
		text-align:left;
	}
	.search-ellipse h2, .search-ellipse h6 {
		color: #4c4c4c;
		margin:auto;
		display: inline;
	}
	.service-tile {
		max-width: 220px;
		margin: 30px auto 0px;
	}
	section.promo-offers {
		background: url(/_assets/css/images/promo-bg-sm.jpg);
		background-position: right;
	}
	section.promo-offers a {
		display: block;
		background: #4c4c4c;
		color: #FFF;
		padding: 20px;
		font-weight: 700;
		text-align: center;
		margin: 85px auto;
		font-size: 20px;
		width: 70%;
		max-width: 400px;
	}
	section.feature-gallery table.photogalleryTable {
		margin: 0 auto;
		max-width: 320px;
	}
	section.feature-gallery .small-images table.photogalleryTable td {
		padding:5px;
		width: 33%;
		max-width: 105px;
	}
	section.newsletter-signup {
		text-align:center;
	}
	section.newsletter-signup input[type="text"] {
		max-width: 320px;
		margin: 0 auto 15px;
	}
	section.newsletter-signup input[type="submit"] {
		max-width: 320px;
		margin: 0 auto;
	}
	.quote-icon {
		height: 120px;
		width: 100%;
		margin: 0 auto;
		display: block;
	}
	.community-search-form {
    	top: 10px;
	}
	section.main {
		padding:20px 0;	
	}
	.facility-item .panel .button {
		top: 4px;
		width: 100%;
	}
	.facility-item .panel .image img {
		margin-bottom:20px;
	}
	footer {
		text-align:center;padding: 20px 0 10px;
	}
	footer p, footer div.copy {
		margin-bottom:15px;	
	}
	.social-icons {
		float:none;	
	}
	.solutions-detail .phone {
		float:none;	
		display:block;
	}
	.feature-image {
		margin: 0 auto 30px;
	}
	.management-item {
		height:auto;	
	}
	.management-item img {
		position:relative;
	}
	.testimonial-slider h2 {
    	font-size:14px;
		padding: 10px 50px 30px;
	}
	.row.page-headline h1 {
   		font-size: 1.75rem;
    	margin-top: 40px;
	}
	.breadcrumbs {
		padding: 0px 0px 14px 14px;
		font-size: 10px;
	}
	section.promo-offers-subpage a {
		font-size: 20px;
		width: 95%;
		max-width: 640px;
	}
	.service-item {
		text-align:center;
	}
	.service-item img {
		width: 100%;
		max-width: 250px;
		height: auto;
		overflow: hidden;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		margin: 0 auto 30px;
	}
}
@media only screen and (min-width: 480px) and (max-width: 641px) {

	.slide-description {
		margin-top: 30px;
	}
	.slide-description h2 {
		font-size: 20px;
	}
	.top-bar {
		height: 60px;
	}
	.top-bar .name {
		height: 60px;
		max-width: 280px;
		margin-top: 0px;
	}
}
@media only screen and (min-width: 642px) and (max-width: 900px) {
	body, html {
		background: #fff;
		background-position: center top;
		background-repeat: no-repeat;
	}
	h1 {
		font-size: 30px;
	}
	h2 {
		font-size: 26px;
	}
	.home-cta {
		margin-top: 0px;
		padding-top: 0px;
	}
	.contain-to-grid {
		padding: 10px 0 100px;
		background: rgba(195,195,195,0.35);
	}
	.top-bar .toggle-topbar.menu-icon {
		margin-top: -15px;
		color: #4c4c4c;
	}
	.top-bar .toggle-topbar.menu-icon a {
		color: #4c4c4c;
	}
	.top-bar .toggle-topbar.menu-icon a span:after {
		box-shadow: 0 0px 0 1px #4c4c4c,0 7px 0 1px #4c4c4c,0 14px 0 1px #4c4c4c;
	}
	.top-bar .toggle-topbar.menu-icon a:hover {
		color: #000;
	}
	.top-bar .toggle-topbar.menu-icon a span:hover:after {
		box-shadow: 0 0px 0 1px #000,0 7px 0 1px #000,0 14px 0 1px #000;
	}
	header{
		position:relative;	
	}
	.top-bar-section ul {
		margin:20px auto 0px;
		float:none;
		display: inline-block;
	}
	.top-bar-section ul li ul {
		margin-top: 0px;
	}
	.top-bar {
		height: 70px;
		text-align: center;
	}
	.top-bar .title-area {
		display: inline-block;
		float:none;
	}
	.top-bar .name {
		height: 60px;
		max-width: 300px;
		margin-top: 0px;
	}
	.search-filters a {
		margin-left: 0;
		top: 0px;
		margin-right: 15px;
		float:left;
	}
	.slide-description {
		margin-top: 50px;
	}
	.slide-description .columns {
		max-width: 420px;
	}
	.slide-description h2 {
		font-size: 25px;
		display: inline-block;
	}
	.slide-description p {
    	font-size: 16px;
	}
	.hero-slider .slick-dots {
		bottom: 0;
		margin: 0;
		text-align: center;
	}
	.community-search-wrap {
		background:none;
		padding: 20px 0 60px;
	}
	.search-ellipse {
		 border-radius: 0;
		display: block;
		float: none;
		width: 100%;
		background:none;
		padding: 0;
		box-shadow:none;
		height:auto;
		text-align:left;
	}
	.search-ellipse h2 {
		text-align:left;
	}
	.search-ellipse h2, .search-ellipse h6 {
		color: #4c4c4c;
		margin:auto;
		display: inline;
	}
	.service-tile {
		max-width: 320px;
		margin: 30px auto 0px;
	}
	section.promo-offers {
		background: url(/_assets/css/images/promo-bg-sm.jpg);
		background-position: right;
	}
	section.promo-offers a {
		display: block;
		background: #4c4c4c;
		color: #FFF;
		padding: 20px;
		font-weight: 700;
		text-align: center;
		margin: 85px auto;
		font-size: 20px;
		width: 70%;
		max-width: 400px;
	}
	section.feature-gallery table.photogalleryTable {
		float:right;
	}
	section.feature-gallery .small-images table.photogalleryTable {
		float:left;
	}
	section.feature-gallery .small-images table.photogalleryTable td {
		padding:7px;
		width: 25%;
	}
	.quote-icon {
		height: 120px;
		width: 100%;
		margin: 0 auto;
		display: block;
	}
	.community-search-form {
    	top: 10px;
	}
	section.main {
		padding:20px 0;	
	}
	.facility-item .panel .button {
		top: 4px;
		width: 100%;
	}
	.facility-item .panel .image img {
		margin-bottom:20px;
	}
	footer {
		text-align:left;
		padding: 20px 0 10px;
	}
	footer p, footer div.copy {
		margin-bottom:15px;	
	}
	.solutions-detail .phone {
		float:none;	
		display:block;
	}
	.feature-image {
		margin: 0 auto 30px;
	}
	.management-item {
		height:auto;	
	}
	.management-item img {
		position:relative;
	}
	.testimonial-slider h2 {
    	font-size:16px;
		padding: 10px 50px 30px;
	}
	.row.page-headline h1 {
   		font-size: 1.75rem;
    	margin-top: 40px;
	}
	.breadcrumbs {
		padding: 0px 0px 14px 14px;
		font-size: 10px;
	}
	section.promo-offers-subpage a {
		font-size: 20px;
		width: 95%;
		max-width: 640px;
	}
	.service-item {
		text-align:center;
	}
	.service-item img {
		width: 100%;
		max-width: 250px;
		height: auto;
		overflow: hidden;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		margin: 0 auto 30px;
	}
}
@media only screen and (min-width: 901px) and (max-width: 1025px) {
	body, html {
		background: #fff;
		background-position: center top;
		background-repeat: no-repeat;
	}
	h1 {
		font-size: 30px;
	}
	h2 {
		font-size: 26px;
	}
	.home-cta {
		margin-top: 0px;
		padding-top: 0px;
	}
	.contain-to-grid {
		padding: 20px 0 50px;
		background: rgba(195,195,195,0.35);
	}
	.top-bar .toggle-topbar.menu-icon {
		margin-top: -15px;
		color: #4c4c4c;
	}
	.top-bar .toggle-topbar.menu-icon a {
		color: #4c4c4c;
	}
	.top-bar .toggle-topbar.menu-icon a span:after {
		box-shadow: 0 0px 0 1px #4c4c4c,0 7px 0 1px #4c4c4c,0 14px 0 1px #4c4c4c;
	}
	.top-bar .toggle-topbar.menu-icon a:hover {
		color: #000;
	}
	.top-bar .toggle-topbar.menu-icon a span:hover:after {
		box-shadow: 0 0px 0 1px #000,0 7px 0 1px #000,0 14px 0 1px #000;
	}
	header{
		position:relative;	
	}
	.top-bar .name {
		margin-left: 0.9375rem;
		margin-top: -25px;
		max-width: 300px;
	}
	.top-bar-section ul li > a {
		font-size: 13px;
	}
	.top-bar-section ul li ul {
		margin-top: 0px;
	}
	.search-filters a {
		margin-left: 0;
		top: 0px;
		margin-right: 15px;
		float:left;
	}
	.slide-description {
		margin-top: 60px;
	}
	.slide-description .columns {
		max-width: 500px;
	}
	.slide-description h2 {
		font-size: 30px;
	}
	.slide-description p {
    	font-size: 16px;
	}
	.hero-slider .slick-dots {
		bottom: 0;
		margin: 0;
		text-align: center;
	}
	.community-search-wrap {
		background:none;
		padding: 20px 0 60px;
	}
	.search-ellipse {
		 border-radius: 0;
		display: block;
		float: none;
		width: 100%;
		background:none;
		padding: 0;
		box-shadow:none;
		height:auto;
		text-align:left;
	}
	.search-ellipse h2 {
		text-align:left;
	}
	.search-ellipse h2, .search-ellipse h6 {
		color: #4c4c4c;
		margin:auto;
		display: inline;
	}
	.service-tile {
		max-width: 320px;
		margin: 30px auto 0px;
	}
	section.promo-offers {
		background: url(/_assets/css/images/promo-bg-sm.jpg);
		background-position: right;
	}
	section.promo-offers a {
		display: block;
		background: #4c4c4c;
		color: #FFF;
		padding: 20px;
		font-weight: 700;
		text-align: center;
		margin: 85px auto;
		font-size: 20px;
		width: 70%;
		max-width: 400px;
	}
	section.feature-gallery table.photogalleryTable {
		float:right;
	}
	section.feature-gallery .small-images table.photogalleryTable {
		float:left;
	}
	section.feature-gallery .small-images table.photogalleryTable td {
		padding:7px;
		width: 25%;
	}
	.quote-icon {
		height: 120px;
		width: 100%;
		margin: 0 auto;
		display: block;
	}
	.community-search-form {
    	top: 10px;
	}
	section.main {
		padding:20px 0;	
	}
	.facility-item .panel .button {
		top: 4px;
		width: 100%;
	}
	.facility-item .panel .image img {
		margin-bottom:20px;
	}
	footer {
		text-align:left;
		padding: 20px 0 10px;
	}
	footer p, footer div.copy {
		margin-bottom:15px;	
	}
	.solutions-detail .phone {
		float:none;	
		display:block;
	}
	.feature-image {
		margin: 0 auto 30px;
	}
	.management-item {
		height:auto;	
	}
	.management-item img {
		position:relative;
	}
	.testimonial-slider h2 {
    	font-size:16px;
		padding: 10px 50px 30px;
	}
	.row.page-headline h1 {
   		font-size: 1.75rem;
    	margin-top: 40px;
	}
	.breadcrumbs {
		padding: 0px 0px 14px 14px;
		font-size: 10px;
	}
	section.promo-offers-subpage a {
		font-size: 20px;
		width: 95%;
		max-width: 640px;
	}
	.service-item {
		text-align:center;
	}
	.service-item img {
		width: 100%;
		max-width: 250px;
		height: auto;
		overflow: hidden;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		margin: 0 auto 30px;
	}
}
@media only screen and (min-width: 1026px) and (max-width: 1399px) {
	header {
		position:absolute;	
	}
	.home-cta {
		margin-top: -50px;
	}
	.top-bar .name {
		margin-top: -18px;
		max-width: 350px;
	}
	.top-bar-section ul li > a {
		font-size: 14px;
	}
	.slide-description {
		margin-top: 200px;
	}
	.slide-description h1 {
		font-size: 98px;
		line-height: 98px;
	}
	.hero-slider .slick-dots {
		bottom: 0;
		margin: 0;
		text-align: center;
	}.management-item {
		height:325px;	
	}
	.management-item-hover h5 {
		font-size: 24px;
	}
	.row.page-headline h1 {
		margin-top: 180px;
	}
}
@media only screen and (min-width: 1400px) and (max-width: 1799px) {
	.home-cta {
		margin-top: -100px;
	}
	.slide-description {
		margin-top:200px;
	}
	.hero-slider .slick-dots {
		bottom: 0;
		margin: 0;
		text-align: center;
	}
	.row.page-headline h1 {
		margin-top: 350px;
	}
}

  .accordion .fa-plus  {
  display:inline;
}
.accordion .fa-minus  {
  display:none;
}
.accordion .active .fa-plus  {
  display:none;
}
.accordion .active .fa-minus  {
  display:inline;
}

.visit-date i {
	padding-right: 10px;	
}
.visit-date {
	background-color:#EFEFEF; 
	padding: 10px;
	font-size: 14px;	
}
.catProdAttributeItem select {
    max-width:200px;
    text-align:center;
}

strong.red { color: white; font-weight:700;}

/*--------- Alert Message Box ---------------------*/

div#messageBox {
	position: fixed;
	top: 15px;
	right: 15px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight:400;
	background-color: #323232;
	color: #FFFFFF;
	padding: 14px 24px;
	display: none;
	z-index: 9999;
	border-radius:2px;
}