html {
	min-height: 100%;
	height: 100%;
}
 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
#tinymce ul {padding-left: 40px;}
table, tbody, tfoot, thead, tr, th, td {outline: 0;}
body {
	text-align: left;
	min-height: 100%;
	height: 100%;
	font-family: 'Open Sans','Verdana','Arial';
	font-size: 13px;
	color: black;
	line-height: 20px;
}
body.body-overlayed {overflow: auto;}
:focus {outline: none;}
.clr{
	clear: both;
	display: block;
	height: 0;
	line-height: 0;
	float: none;
}
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.box {box-sizing: border-box;}
a, ul.pagination-list li  i, .topmenu .nav.large  li  ul, .main-blocks .item img, .menu-button, .item-image .inner, .rsform-submit-button, .item-page table tr, .trigger:after {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.span {
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.topmenu .nav.large   li  ul  {
	-moz-opacity:0;
	opacity:0;
	filter: alpha(opacity=0);
}
.topmenu .nav.large   li:hover > ul   {
	-moz-opacity:1;
	opacity:1;
	filter: alpha(opacity=100);
}
.bw, .bw img  {
	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");
	filter: gray;
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}
.bw:active img, .bw:hover img, .bw:hover {
	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");
	filter: none;
	-webkit-filter: grayscale(0);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
}
* {outline: 0 !important;}
#sbox-window, #sbox-content, #lightbox-wrap, #lightbox-outer, #lightbox-content {box-sizing: content-box;}
#sbox-content iframe {max-width: 100% !important;}
#lightbox-title.lightbox-title-float {margin-left: -10px;}
body.modal-in, html.modal-in {
	min-height: 0;
    height: auto;
}
body.modal-in {padding: 10px;}
/*========================= list markers & icons ==============================*/
ul.marker li, ul.dash li {
    list-style: none;
    margin-left: -5px;
}
ul.marker li:before {
	font-family: FontAwesome;
	content: '\f00c';
	margin-right: 5px;
}
ul.dash li:before {
	font-family: FontAwesome;
	content: '\f068';
	margin-right: 5px;
}
/*========================= sceleton ==============================*/
.wrapper {
	min-height: 100%;
	overflow: hidden;
	min-width: 320px;
}
.embed-wrapper {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 40%;
}
.embed-wrapper iframe, .embed-wrapper > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*========================= header ==============================*/
.header {
    border-bottom: 8px solid #568736;
}
.header > .container {position: relative;}
.logo {
    display: block;
    float: left;
    height: 90px;
    width: 370px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 50%;
	margin-bottom: 10px;
}
.logo:hover {
	background-color: transparent !important;
	background-image: url(../images/logo.jpg);
}
.slogan {
    font-size: 16px;
    position: absolute;
    color: #999;
    top: 65px;
    left: 210px;
}
.places {
    position: absolute;
    right: 15px;
    top: 5px;
    line-height: 1em;
}
.phone {
    float: right;
    padding-top: 25px;
    font-size: 16px;
    color: #999;
    text-align: right;
}
.phone span {
    display: inline-block;
    vertical-align: top;
}
.phone .green {
    color: #4d8137;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.1em;
	position: relative;
	display: inline-block;
}
.phone .green:after {
    content: attr(data);
    position: absolute;
    left: 0;
	top: 85%;
    width: 100%;
    height: 100%;
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
    z-index: 1;
}
.phone .green:before {
    content: '';
    display: block;
    width: 100%;
    height: 91%;
    background:-moz-linear-gradient(top, rgba(255,255,255,0.8), rgba(255,255,255,1));
    background: -o-linear-gradient(top, rgba(255,255,255,0.8), rgba(255,255,255,1));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.8)), to(rgba(255,255,255,1)));
    position: absolute;
    left: 0;
    top: 80%;
    z-index: 2;
}
/*========================= menus ==============================*/
/*------------------------- top ------------------------------*/
.topmenu {
    float: left;
    width: 100%;
}
.topmenu .nav {
    width: 100%;
    text-align: center;
    display: table;
	list-style: none;
}
.topmenu .nav > li {
	display: table-cell;
}
.topmenu .nav > li > a {
    display: block;
    background: #F3F8EF;
    color: #666666;
    text-decoration: none;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
	margin-right: 4px;
    position: relative;
    padding: 0 10px;
}
.topmenu .nav > li:last-child > a {margin-right: 0;}
.topmenu .nav > li > a:after {
    content: '';
    display: block;
    position: absolute;
    border: 5px solid transparent;
    border-top: 5px solid white;
    border-right: 5px solid white;
    top: 0;
    right: 0;
}
.topmenu .nav > li > a:hover {
    background: #DBEAD1;
}
.topmenu .nav > li.active > a {
    background: #568736;
    color: white;
}
.topmenu .nav  li  li  a:hover, .topmenu .nav  li  li.active > a {
	color: #feab11;
}
.topmenu .nav ul {
    position: absolute;
    left: -9999px;
    list-style: none;
    padding: 0;
	border: 3px solid #DBEAD1;
    background: url(../images/grad-1.gif) repeat-x bottom #DBEAD1;
    box-shadow: 0 2px 2px rgba(0,0,0, .5);
    -moz-box-shadow: 0 2px 2px rgba(0,0,0, .5);
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0, .5);
    z-index: 100;
    font-size: 15px;
    text-align: left;
}
.topmenu .nav.large li:hover > ul {
    left: auto;
}
.topmenu .nav ul li {
	display: block;
	border-bottom: 1px solid #C4DCB5;
	padding: 0 1em 0 0;
    margin: 0;
}
.topmenu .nav.large ul li.parent {
	background: url(../images/arrow.png) no-repeat right 50%;
}
.topmenu .nav ul li a {
	display: block;
    text-decoration: none;
	padding: 8px 15px;
	white-space: nowrap;
    color: #666;
    background: none;
	font-size: 13px;
}
.topmenu .nav.small ul {
	left: 0;
	position: relative;
}
.topmenu .nav.small {
	display: block;
}
.topmenu .nav.small  li {
	display: block;
	position: relative;
}
.topmenu .nav.small li a {
    margin: 0;
}
.topmenu .nav.small > li > a:after {display: none;}
.menu-button {
    padding: 6px 15px;
    text-transform: uppercase;
    font-size: 20px;
    position: relative;
    float: left;
    border: 2px solid;
    margin: 25px 0 0 -30px;
    border-radius: 6px;
    color: #568736;
}
.menu-button.menu-opened {
    color: black;
}
.menu-button:after {
    content: "\f0c9";
    font-family: FontAwesome;
    display: block;
    font-size: 20px;
}
.topmenu .nav.small .submenu-button {
    display: block;
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    width: 35px;
    text-align: center;
    z-index: 100;
}
.topmenu .menu.small .submenu-button:after {
    content: '\f067';
    font-family: FontAwesome;
    font-size: 16px;
    line-height: 35px;
}
.topmenu .menu.small .submenu-button.submenu-opened:after {
    content: '\f068';
}
/*------------------------- right ------------------------------*/
.accordion-menu {
    margin-top: 30px;
    margin-bottom: 30px;
}
.accordion-menu > li {
    background: #eee;
    border-radius: 10px;
    display: block;
    margin-bottom: 10px;
    position: relative;
	border: 1px solid #ccc;
    box-shadow: 1px 1px 5px 0px #ccc;
	overflow: hidden;
}
.accordion-menu li > .item-wrapper > .menu-btn {
    padding: 0 5px 0 0;
    line-height: 39px;
    float: right;
}
.accordion-menu li > .item-wrapper > .menu-link > a {
	display: inline-block;
	text-decoration: none;
	background: none;
	padding: 10px 10px 9px 10px;
	vertical-align: middle;
	color: black;
}
.accordion-menu > li > .item-wrapper > .menu-link > a:hover, .accordion-menu >  li.current > .item-wrapper > .menu-link > a {
	color: #feab11;
}
.accordion-menu > li > .item-wrapper > .menu-link > a {
	font-size: 16px;
}
.accordion-menu li > .ul-wrapper {
    display: none;
}
ul.accordion-menu li ul {
	margin:0px;
	padding:0px;
	list-style: none;
}
.accordion-menu .trigger:after {
	content: '\f067';
    font-family: FontAwesome;
    font-size: 16px;
    line-height: 35px;
	color: #568736;
}
.accordion-menu .menu-btn:hover .trigger:after {
	color: #feab11;
}
.accordion-menu li.opened .trigger:after {
    content: '\f068';
	color: black;
}
.accordion-menu ul li a {
	display: block !important;
	padding-left: 20px !important;
}
.accordion-menu ul li a:hover, .accordion-menu ul li.current a {
	color: white !important;
	background: #568736 !important;
}
/*========================= modules ==============================*/
.slider {
	background: #568736;
	padding: 10px 0;
	margin-top: -1px;
}
h3.mod_header {
    text-align: center;
    font-size: 30px;
    padding-top: 5px;
    color: #568736;
    margin-bottom: 0;
    margin: 15px 0;
    padding: 0;
    font-weight: 600;
}
.right-col h3.mod_header {
	font-size: 24px;
}
.main-blocks p {
    text-align: center;
    margin-top: 0;
    font-size: 18px;
}
.main-blocks .item {
    font-size: 16px;
    margin: 15px 0;
    line-height: 20px;
}
.main-blocks .item .inner {

}
.main-blocks .item .inner a {
	display: block;
	overflow: hidden;
}
.main-blocks .item img {
    max-width: 100%;
	transform: scale(1);
}
.main-blocks .item a:hover img {
	-webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.breadcrumb {
    list-style: none;
}
.breadcrumb li {
    display: inline-block;
    padding: 0 6px 0 0;
	color: #aaa;
}
.breadcrumb li a {
    text-decoration: none;
    color: #aaa;
    margin-right: 6px;
}
.breadcrumb li > span {
    color: black;
}
.breadcrumb li:after {
	content: '/';
}
.breadcrumb li:last-child:after {display: none;}
.slider img{
	float: left;
	margin-right: 25px;
	max-width: 100%;
}
.slider .title {
	color: white;
	font-size: 40px;
	line-height: 1.1em;
	margin-bottom: 20px;
}
.slider .introtext {
	color: #C4DCB5;
	font-size: 15px;
}
.slider p {
	padding-bottom: 10px;
}
/*========================= content ==============================*/
h1, h2, h3, h4, h5, h6 {
    line-height: 1.1em;
}
.item-page a, .category-desc a {
    color: #568736;
	text-decoration: none;
}
.item-page a:hover, .item-page a:active, .item-page a:focus, .category-desc a:hover, .category-desc a:active, .category-desc a:focus {
	background: #568736;
	color: white;
}
main {
    margin: 15px 0;
}
.item-page, .blog, .remind, .reset {
    border-top: 8px solid #666666;
    padding-top: 8px;
}
.item-page {
    text-align: justify;
}
.page-header h2 {
	color: #666666;
    line-height: 1.3;
    font-weight: bold;
	margin: 15px 0;
    padding: 0;
	text-align: center;
	font-size: 24px;
}
.item-page p {
	margin: 0 0 15px;
}
.item-page ul {
	margin: 0 0 15px 30px;
}
.item-page table {
    width: 100% !important;
}
.item-page img {
	max-width: 100%;
	height: auto !important;
}
.blog-services .item {
    margin: 15px 0;
}
.blog-services .item-image {
	margin: 0 0 10px 0;
    display: block;
    overflow: hidden;
    border-radius: 10px 10px;
    box-shadow: 0 0 7px rgba(0,0,0,0.5);
}
.blog-services .item-image .inner {
    padding-top: 60%;
}
.blog-services .item-title {
    font-size: 16px;
    line-height: 1em;
    padding: 0 10px;
}
.item-image .inner {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
	-webkit-transform: scale(1);
    transform: scale(1);
}
a:hover .inner {
	-webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.item-page.service {
    border-top: 0;
}
.category-desc {
    text-align: justify;
}
.category-desc p {
    margin-bottom: 10px;
}
.nr-open-btn, .nr-close-btn {
    color: #568736;
    font-size: 16px;
}
.item-page table tr:hover {
	background: #eee;
}
.btn {
    border: 0;
    padding: 8px 0;
    width: 100%;
    max-width: 250px !important;
    font-size: 15px;
    border-radius: 4px;
    background-color: buttonface;
    color: black !important;
}
.btn:hover {
	color: white !important;
	background: #568736;
}
.item-cleaning {margin: 15px 0;}
.item-cleaning .item-image {
	padding-top: 55%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 4px;
}
.item-cleaning .item-title {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    text-align: left;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
    padding: 7%;
    line-height: 1.3;
    color: white;
    background: rgba(0, 0, 0, 0.35);
    border-radius: 4px;
}
.item-cleaning .btn {
    position: absolute;
    padding: 2.5% 5%;
    left: 7%;
    bottom: 7%;
    text-decoration: none;
    max-width: none !important;
    width: auto;
}
.pull-left.item-image {
    max-width: 50%;
	margin: 0 20px 10px 0;
}
.pull-none.item-image img {
    width: 100%;
    display: block;
    margin-bottom: 15px;
}
/*------------------------- pagination ------------------------------*/
.pagination {
text-align: center;
}
.pagination * {box-sizing: content-box;}
ul.pagination-list {
display: inline-block;
line-height: 14px;
vertical-align: top;
font-size: 15px;
font-weight: bold;
}
ul.pagination-list li {
display: inline-block;
margin: 0 3px;
}
ul.pagination-list li.number a {
color: black;
border: 1px solid #d6dadd;
display: inline-block;
padding: 4px 8px;
text-decoration: none;
height: 16px;
vertical-align: top;
}
ul.pagination-list li.number.active a {
border: 1px solid #1586C6;
background: #1586C6;
color: white;
}
ul.pagination-list li.number a.pagenav:hover, ul.pagination-list li  i:hover {
color: #777;
background-color: #e8e9ea;
border: 1px solid #d6dadd;
}

ul.pagination-list li i {
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: top;
	border: 1px solid #d6dadd;
	font-size: 18px;
    line-height: 22px;
}
ul.pagination-list li.disabled i, ul.pagination-list li.disabled i:hover{background-color:transparent;}
ul.pagination-list .icon-first, ul.pagination-list .icon-last {display: none;}
/*========================= forms ==============================*/
form *{box-sizing: border-box;}
input[type='email'], input[type='password'], input[type='search'], input[type='tel'], input[type='text'], input[type='url'], textarea, select {
	padding: 8px 9px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
	width: 100%;
	display: block;
	background: #f9f9f9;
}
select {padding: 7px 9px;}
input[type="radio"].rsform-error, input[type="checkbox"].rsform-error, select.rsform-error {
    border-color: #b94a48;
    box-shadow: 0 0 10px #b94a48, inset 0 0 10px #b94a48;
}
.rsform-block textarea, .rsform-block input[type="text"], .rsform-block input[type="email"], .formBody {
    float: none !important;
}
.rsform-block input[type="radio"], .rsform-block input[type="checkbox"] {width: auto;}
.rsform-block input[type="checkbox"] {float: left;}
textarea.rsform-error, input[type="text"].rsform-error {
	box-shadow: inset 0 0 30px #b94a48;
}
.formControlLabel, .formValidation, .formError {
    display: none !important;
}
.fieldset-inner {
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px;
    margin: 5px 0;
}
.fieldset-inner legend {
    width: auto;
    padding: 0 20px;
    font-size: 16px;
    line-height: 20px;
}
.rsform-block, .form_field, .form_captcha {
    margin-bottom: 8px;
}
.rsform-block-text {
    text-align: justify;
    padding: 10px 0;
}
.rsform-block-submit, .rsform-block-captcha, .rsform-block-footer {text-align: center;}
.formRequired {color: red;}
.rsform-submit-button {
    border: 0;
    padding: 8px 0;
    width: 100%;
    max-width: 250px;
	font-size: 15px;
	border-radius: 4px;
}
.rsform-submit-button:hover {
    color: white;
	background: #568736;
}
.right-col .rsform-submit-button {
    max-width: 100%;
}
.right-col textarea {
	height: 100px;
}
#rsform_1 .rsform-block-phone {
    display: none;
}
#rsform_1 textarea {
	height: 120px;
}
.form_layout {
    max-width: 360px;
    margin: 0 auto;
    padding-top: 10px;
    text-align: center;
}
.modal-in  textarea {
	height: 110px;
}
/*-----------------------recaptcha 2----------------*/
.rsform-block-captcha .formBody, .form_captcha  .formBody {
    display: inline-block;
    width: 100%;
    padding: 7px 0 3px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #f9f9f9;
	text-align: center;
	overflow: hidden;
}
.rsform-block-captcha .formBody > div, .form_captcha  .formBody > div {
    border-radius: 4px;
    overflow: hidden;
    height: 58px;
    width: 230px;
    display: inline-block;
    /* border: 2px solid #ccc; */
}
.rsform-block-captcha .formBody > div > div, .form_captcha  .formBody > div > div {
	margin-left: -3px;
    margin-top: -4px;
}
span.formError + div {
	border-color: #b94a48;
	box-shadow: inset 0 0 12px #b94a48;
}
/*------------------------- popup standard-------------------------*/
.rsfp_thankyou_popup_outer {}
.rsfp_thankyou_popup_inner {}
.rsfp_thankou_popup_close_btn {}
/*========================= footer ==============================*/
.footer {
    background: #568736;
    padding: 10px 0;
	color: white;
	min-width: 320px;
}
.footer a {
    color: white;
	text-decoration: none;
}
.footer ul {
    margin-left: 20px;
}
.footer h3.mod_header {
	color: #C4DCB5;
	font-size: 18px;
}
.footer3 .custom {
    padding-bottom: 20px;
    color: #C4DCB5;
    font-size: 18px;
    line-height: 25px;
    padding: 10px 0 30px;
}
.footer2 .embed-wrapper {
	padding-top: 250px;
}
.copyright {
    border-top: 1px solid #7FAA62;
    text-align: center;
    padding-top: 10px;
	font-size: 13px;
}
.copyright h2 {
	display: inline-block;
    font-size: 13px;
    font-weight: normal;
}
#gotop {
	position: fixed;
	bottom: 60px;
	right: 20px;
	width: 40px;
	height: 40px;
	z-index: 500;
	display: none;
	background: #C4DCB5;
	border: 2px solid #568736;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	display: none;
	color: #568736;
}
#gotop:after {
    content: '\f106';
    font-family: FontAwesome;
    font-size: 34px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 32px;
    width: 38px;
    text-align: center;
}
#gotop:hover {
	color: white;
}
#gotop.hidden {display: none !important;}
/*========================= responsive ==============================*/
@media (max-width: 1200px) {
	.topmenu .nav > li > a {
		font-size: 14px;
		padding: 0 5px;
	}
	.slider .title {
		font-size: 34px;
	}
	.footer2 .embed-wrapper {
		padding-top: 275px;
	}
	.footer3 .custom {padding: 10px 0 10px;}
	.item-cleaning .item-title {font-size: 26px;}
}
@media (max-width: 991px) {
	.topmenu .nav > li > a {
		font-size: 11px;
	}
	.slogan {
		font-size: 14px;
	    left: 45px;
		top: 70px;
	}
	.slider .title {
		font-size: 28px;
	}
	.slider .introtext {
		font-size: 14px;
		line-height: 16px;
	}
	.slider p {
		padding-bottom: 6px;
	}
	.footer2 {
		margin-top: 15px;
	}
	.footer2 .embed-wrapper {
		padding-top: 200px;
	}
	.footer3 .custom {
		font-size: 17px;
		padding: 10px 0 30px;
	}
	.item-cleaning .item-title {font-size: 22px;}
}
@media (max-width: 767px) {
	.logo {
		height: 80px;
		width: 280px;
	}
	.slogan {
		top: 65px;
	}
	.phone {font-size: 15px;}
	.phone .green {
		font-size: 20px;
	}
	.topmenu .nav > li > a {
		font-size: 14px;
		text-align: left;
		padding-left: 15px;
	}
	.slider .title {
		font-size: 22px;
	}
	.slider .introtext {
		font-size: 13px;
	}
	.footer3 .custom {
		font-size: 15px;
	}
	.item-cleaning .item-title {font-size: 5vw;}
}
@media (max-width: 700px) {
	.menu-button {
		float: none;
		position: absolute;
		top: 30px;
		right: 15px;
		margin: 0;
		z-index: 100;
	}
	.logo {
		margin: 0;
		height: 85px;
	}
	.phone {
		width: 100%;
		text-align: center;
		padding-top: 5px;
	}
	.phone div {
		display: inline-block;
		line-height: 22px;
		padding: 0 20px 5px;
	}
	.phone .green:after, .phone .green:before {
		display: none;
	}
	.footer3 .custom {
		padding: 10px 0 15px;
	}
}
@media (max-width: 580px) {
	.slider img {
		float: none;
		display: block;
		margin: 0 auto;
	}
	.slider .title {
		text-align: center;
		margin: 15px 0 10px;
	}
	.places {
		position: relative;
		right: 0;
		top: 0;
		text-align: center;
	}
	.slogan {
		position: relative;
		top: 0;
		left: auto;
		float: right;
		margin: -16px 0 0 0;
	}
	.logo {height: 70px;}
	.menu-button {top: 24px;}
	.footer3 .custom {
		line-height: 20px;
	}
}
@media (max-width: 530px) {
	.slogan {
		float: right;
		width: 100%;
		margin: -10px 0 0 0;
		text-align: center;
		line-height: 1.1em;
	}
	.footer1, .footer3 {width: 100%;}
	.menu-button {top: 30px;}
	.pull-left.item-image {
		max-width: 100%;
		width: 100%;
		margin: 0 0 15px 0;
	}
	.pull-left.item-image img {
		width: 100%;
	}
}
@media (max-width: 420px) {
	.col-xxs-12 {width: 100%;}
	.phone div {
		padding: 0 20px;
	}
	#lightbox-wrap {
		left: 0 !important;
		width: 100% !important;
		box-sizing: border-box;
	}
	#lightbox-content {
		width: 100% !important;
		box-sizing: border-box;
		border-bottom: 5px !important;
	}
	.bt-cs .bt-row{
		width:100%!important;
	}
	.footer2 .embed-wrapper {
		padding-top: 300px;
	}
	.embed-wrapper {
		padding-top: 80%;
	}
	.logo {
		height: 55px;
		width: 235px;
	}
	.item-cleaning .item-title {font-size: 19px;}
}