@charset "utf-8";
@font-face {
    font-family: "Neo Sans W01";
    src: url(/fonts/a32c3a17-3242-461c-a048-ca8e775582b1.woff) format("woff");
}

@font-face {
    font-family: "Neo Sans W01 Italic";
    src: url(/fonts/740562f3-2434-4080-8b87-ac8084c724d4.woff) format("woff");
}

@font-face {
    font-family: "Neo Sans W01 Medium";
    src: url(/fonts/b0eddbbb-9e8e-4e08-bde1-965bb945f73a.woff) format("woff");
}

@font-face {
    font-family: "Neo Sans W01 Ultra";
    src: url(/fonts/86026cd0-7a50-4f22-8c86-054b620a6398.woff) format("woff");
}

@font-face {
    font-family: NeoSansW01-UltraItalic;
    src: url(/fonts/b10890f3-a9db-4d68-b3b7-e896af0afa66.woff) format("woff");
}

/* Body */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

html {
	scroll-behavior: smooth;
}

body {
    font: 16px/130% 'Neo Sans W01', Arial, Helvetica, sans-serif;
    color: #333;
    background: #877456;
    margin: 0;
    padding: 0;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
    content: '';
}

#content {
    width: 834px;
    float: left;
    margin: 0 10px 10px 0;
    padding-bottom: 40px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

div {
    overflow: hidden;
}

body > div {
    overflow: visible;
}

a {
    text-decoration: none;
    color: #333;
}

a:link, a:visited {
    color: #3a3eb6;
    border-bottom: 1px dotted #333;
}

body a:active, body a:hover {
    color: #3a3eb6;
	text-decoration: none;
    border-bottom: 1px dotted #3a3eb6;
}

#content a, #home2 a {
	color: #3f42e3;
	border: none;
	text-decoration: underline;
}

#content a:hover, #home2 a:hover {
	color: #474cfb;
	text-decoration: underline;
}

h1 {
    font-size: 2em;
    line-height: 120%;
}

h1 strong {
    font-size: .8em;
    color: #333;
}

h2 {
    font-size: 1.8em;
    color: #078884;
    margin-bottom: 10px;
    line-height: 120%;
}

h3 {
    font-size: 1.5em;
    color: #078884;
    line-height: 95%;
    margin-bottom: 10px;
}

p {
    margin: 5px 0 10px;
}

#content h1 {
    color: #078884;
    margin: 10px 0;
}

#content h3 {
    margin: 20px 0 10px;
}

.img, .shadow {
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .5);
    margin: 0 5px 5px 0;
}

h1, h2, h3, h4 {
    font-family: 'Neo Sans W01 Ultra', Arial, Helvetica, sans-serif;
}

strong {
    font-weight: 700;
}

ol {
    list-style-type: decimal;
    padding: 10px 0 10px 30px;
}

ul {
    list-style-type: disc;
    padding: 10px 0 10px 30px;
}

ol li, ul li {
    margin-bottom: 7px;
}

blockquote {
    margin-left: 40px;
    border-left: 10px solid #fff;
    padding: 2px 40px 2px 5px;
}

sup {
    font-size: .6em;
    vertical-align: top;
}

hr {
    margin: 15px 0;
    padding: 0;
    border: 0;
    height: 2px;
    background-color: #078884;
    color: #078884;
    clear: both;
}

.innerfooter img:first-child {
    float: left;
}

#inner #environment {
    width: 100%;
    margin-right: 10px;
}

#inner #university {
    width: 100%;
}

#inner #environment ul {
    width: 200px;
    float: left;
}

#inner #environment .button {
    margin-top: 60px;
}

#environment ul, #university ul {
    font-family: NeoSansW01-UltraItalic, sans-serif;
    font-size: 18px;
}

#university a {
    display: block;
    color: #333333;
}

#content #testimonials {
    margin: 10px 30px;
}

#testimonials a, .fe {
    border: none !important;
}

#testimonials h3 {
    display: inline;
}

#testimonials span {
    color: #3f42e3;
	border: none;
	text-decoration: underline;
    margin-left: 10px;
}

#inner #testimonials span {
    display: inline-block;
    clear: both;
}

#testimonials img {
    float: left;
}

#testimonials2 p:nth-of-type(2) {
    font-style: italic;
    text-align: right;
}

#testimonials h3 {
    margin-bottom: 3px;
}

#testimonials p {
    margin: 0 10px;
}

.glossary h3 {
    border-radius: 3px;
}

.button, .button:link, .button:visited, .pagination a {
    display: inline-block;
    margin: 0 2px;
    outline: 0;
    cursor: pointer;
    text-align: center;
    text-decoration: none !important;
    font: 16px/100% 'Neo Sans W01 Medium', Arial, Helvetica, sans-serif;
    padding: .5em 2em .55em;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    border-radius: .5em;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    color: #606060 !important;
    border: 1px solid #b7b7b7;
    background: #fff;
    background: linear-gradient(to bottom, #fff, #ededed);
}

.button:hover {
	color: inherit;
    text-decoration: none;
    background: #ededed;
    background: linear-gradient(to bottom, #fff, #dcdcdc);
}

.button:active {
    position: relative;
    top: 1px;
    color: #999;
    background: linear-gradient(to bottom, #ededed, #fff);
}

.warn {
    border: 2px solid #3B3FB6;
    border-radius: .5em;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    padding: 1em 2em;
    margin: 2em 0;
    background: rgba(59, 63, 182, .2);
}

.warn h3 {
    margin-top: 5px !important;
}

.main {
    background: #acd6ed;
    background: linear-gradient(to bottom, #acd6ed, #e1eef9);
    margin-top: 8px;
    padding-bottom: 20px;
}

.wrap {
    width: auto;
    max-width: 1100px;
    margin: 0 auto;
    z-index: 1;
}

/* Header */
#free-estimate span, .gone, .tagline span, h1 span {
    display: none !important;
}

#free-estimate {
    width: 207px;
    height: 150px;
    background: url(/images/b_free-estimate.png);
    display: block;
    float: right;
    border: none;
}

.nav a {
    border: none;
}

.nav a:active, .nav a:hover {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
	border-bottom: none;
	color: #ffffff;
}

header {
    position: relative;
	background-color: #f1f9ff;
}

header #logo {
    background: url(/images/Onsite-drapercleaner2.png);
    width: 175px !important;
    height: 138px !important;
}

.languages {
    float: right;
    margin: 10px 230px 0 0;
}

.languages a {
    background: #fff;
    color: #000;
    display: inline-block;
    margin-left: 3px;
    border-radius: 3px;
    padding: 0 3px;
    border-bottom: none;
    font-size: 14px;
}

.languages img {
    margin-right: 3px;
    vertical-align: middle;
}

#banner {
    height: 150px;
}

#logo {
    width: 187px;
    height: 138px;
    background: url(/images/Onsite-drapercleaner.png) no-repeat;
    margin-top: 7px;
    float: left;
}

#logo a {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

.tagline {
    width: 521px;
    height: 97px;
    margin: 27px 0 0 30px;
	color: #333;
	font-family: 'Neo Sans W01 Ultra', Arial, Helvetica, sans-serif;
	font-size: 35px;
	text-align: center;
	float: left;
}

header .tagline {
	margin-left: 90px;
}

.tagline .head-phone {
	color: inherit;
	border-bottom: none;
	cursor: text;
	pointer-events: none;
}

.tagline .head-email {
	color: #3a3eb6;
	border-bottom: none;
}

.tagline > p:first-child {
	margin-bottom: 12px;
}

.tagline > p:last-child {
	font-size: 23px;
	line-height: 28px;
}

#menu-open {
    display: none;
    color: #fff;
    text-align: left;
    padding: 0 30px;
    line-height: 40px;
    font-family: 'Neo Sans W01 Ultra', sans-serif;
}

#menu-open span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 3px;
    border: 1px solid #657373;
    width: 34px;
    height: 31px;
    background: #b29f84 url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='11' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center;
    background-size: 25px;
}

#footer, .nav {
    background: linear-gradient(to bottom, #c7b59b, #887456);
}

.nav {
    border: 1px solid #657373;
    padding: 0;
    text-align: center;
	display: block !important;
}

.nav li, .nav ul {
    display: inline;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.nav a {
    margin: 0;
    display: inline-block;
    line-height: 40px;
    padding: 0 29px 0 30px;
    border-left: 1px solid #657373;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-family: 'Neo Sans W01 Ultra', sans-serif;
}

.nav ul li:first-child a {
    border: none;
}

.nav a:active, .nav a:hover {
    background-color: #c1ae90;
}

/* Home Page */
#index2 .wrap {
    max-width: 1100px;
    width: auto;
}

#home1 {
    background: rgba(255, 255, 255, .5);
    text-align: center;
    font-size: 32px;
    margin: 0;
    padding: .8em 0;
    color: #333;
}

#home2 {
    overflow: hidden;
    position: relative;
    padding: 30px 0;
}

#home2 h3 {
    font-size: 30px;
}

#home2 div {
    width: 35%;
    float: left;
}

#home2 div:nth-of-type(1) ul {
    list-style-type: none;
    font-family: NeoSansW01-UltraItalic, sans-serif;
    font-size: 22px;
    padding-top: 15px;
}

#home2 div:nth-of-type(1) ul li {
    margin-bottom: 20px;
}

#home2 div:last-child {
    margin-left: 30%;
}

#home2 div:last-child h3 {
    color: #3a3eb6;
}

#home2 .guarantee {
    display: block;
    position: absolute;
    width: 198px;
    height: 198px;
    top: 50px;
    left: 40%;
    right: 40%;
    background: url(/images/on-site-guaranteed-results.png) center no-repeat;
}

#home3 {
    background: rgba(255, 255, 255, .7);
    padding: 20px 0;
    text-align: center;
}

#home3 a {
    display: inline-block;
    border: 2px solid #2774b2;
    width: 245px;
    height: 170px;
    background-size: cover;
    background-position: center;
    margin: 0 10px;
}

#home3 a span {
    position: absolute;
    left: -999px;
}

#home5 {
    background: #c7e3f2;
    padding: 20px 0;
}

#home5 > .wrap > a {
    float: left;
    border: none;
}

#home5 > .wrap > div {
    float: right;
    width: 800px;
    margin-top: 20px;
    background: 0 0;
}

#home5 #testimonials2 {
    margin-top: 10px;
}

#home6 {
    color: #32327f;
    text-align: center;
    background: rgba(255, 255, 255, .8);
    padding: 20px 0;
    font-size: 36px;
    margin: 0;
}

#home4 {
    padding: 20px 0;
    background: rgba(255, 255, 255, .3);
}

#home7 {
    padding: 20px 0;
    background: rgba(255, 255, 255, .5);
}

#home4 .wrap > div, #home7 .wrap > div {
    width: 30%;
    float: left;
    overflow: hidden;
    background: 0 0;
    padding: 0;
}

#home4 .wrap > div:nth-of-type(2), #home7 .wrap > div:nth-of-type(2) {
    margin: 0 5%;
}

#home4 #environment img {
    float: left;
    margin-right: 5px;
}

#home4 #environment ul {
    padding: 20px 50px;
}

.home-video {
	max-width: 100%;
	width: 100%;
}

#home8 {
    padding: 30px 0 20px;
}

#payment {
    float: right;
    margin-left: 12px;
}

#payment p {
    text-align: center;
    margin: 17px 0;
}

#payment img {
    margin: 0 2px;
}

#supporter h3 {
    margin-bottom: 10px;
}

#supporter img {
    margin-right: 10px;
}

.home-contact > .container {
	padding: 0 100px;
}

.home-contact .col-lg-5 > div {
	margin-bottom: 50px;
}

.home-contact .corners {
	background: none;
	padding-top: 0;
}

.home-contact .corners .q-contact {
	display: block;
}

.home-contact .corners #contactform .contact-row .contact-label {
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	max-width: 30%;
	text-align: right;
}

.home-contact .corners #contactform .contact-row .contact-input {
	-ms-flex: 0 0 70%;
	flex: 0 0 70%;
	max-width: 70%;
}

.home-contact .corners #contactform .contact-row .contact-input input {
	height: 31px;
}

.home-contact .corners #contactform .contact-row:not(:nth-last-child(5)) {
	margin-bottom: 15px;
	align-items: center;
}

.home-contact .corners #contactform .contact-row:nth-last-of-type(1) {
	justify-content: flex-end;
}

.home-contact .corners #contactform .contact-row .formsubmit {
	width: 70%;
}

.main-slider {
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
}

#slides .slidewrapper {
	width: 1100px;
	margin: auto;
	position: absolute;
	bottom: 130px;
	left: 50%;
	transform: translateX(-50%);
}

#slides .slidewrapper div {
	width: 590px;
}

#slides .slide-btn {
	font-size: 23px;
	background: #078884;
	color: #ffffff;
	padding: 11px 21px;
	border-radius: 3px;
	display: inline-block;
	margin-top: 8px;
	border-bottom: 0;
}

#slides .slide-btn:hover, #slides .slide-btn:focus {
	background: #067976;
}

#slides {
    position: relative;
    z-index: 1;
    height: 425px;
}

#slides > div {
    display: block;
    height: 425px;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: top center;
}

#slides h4 {
    color: #3a3eb6;
    font-size: 36px;
    font-family: 'Neo Sans W01', Arial, Helvetica, sans-serif;
    line-height: 100%;
    background: rgba(255, 255, 255, .8);
    padding: 20px 30px;
}

#slides h4 span {
    font-size: 24px;
    display: block;
}

#slide1 {
    background-image: url(/images/school-slide.webp);
	background-position-y: center !important;
}

#slides #slide2 {
    background-image: url(/images/theatre-slide.jpg);
	background-position-y: center !important;
	display: none;
}

#slide1 h4, #slide2 h4, #slide3 h4 {
	font-size: 32px;
	line-height: 110%;
	text-align: left;
}

#slides #slide3 {
    background-image: url(/images/newslide3.jpg);
	display: none;
}

#slideshow {
    position: relative;
    height: 262px;
    border: 1px solid #2774b2;
    border-top: 0;
    background: linear-gradient(to bottom, #cee5f7, #a7d1f1);
}

.slides {
    width: 737px;
    height: 262px;
    border-right: 1px solid #2774b2;
    float: left;
    z-index: 0;
}

.slidetext {
    padding: 15px;
}

.slidetext h3 {
    color: #3a3eb6;
}

.slidetext ul {
    padding-left: 20px;
}

.slidesnav {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
    z-index: 5;
}

.slidesnav a {
    background: url(/images/pager0.png) no-repeat;
    height: 17px;
    width: 17px;
    margin-left: 5px;
    display: inline-block;
    border: none;
}

.activeSlide:link, .activeSlide:visited, .slidesnav a:active, .slidesnav a:hover {
    background: url(/images/pager1.png) no-repeat;
}

.slidesnav a span {
    display: none;
}

.corners {
    border-radius: 1px;
    background: rgba(255, 255, 255, .6);
    padding: 10px;
    margin: 0;
}

#top {
    position: absolute;
    overflow: visible;
    z-index: 3;
    background: #00867d;
    height: 7px;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 0 16px #00867d;
}

#top .wrap {
    overflow: visible;
}

#to-top {
    display: none;
    overflow: hidden;
    border-top: 1px solid #078884;
}

#to-top a {
    display: block;
    color: #078884;
    text-align: right;
    padding: 5px 10px;
    text-decoration: none;
    background: #fff;
}

/* Blog Listing Page */
.blog-post:not(:last-child) {
	margin-bottom: 25px;
}

.blog-post .blog-post-title {
	color: #212529;
}

#content .blog-post .blog-post-title a {
	border: 0;
	text-decoration: none;
    color: #333333;
}

#content .blog-post .blog-post-thumb {
	margin-right: 12px;
	float: left;
	max-width: 200px;
}

.blog-post .blog-post-desc {
	margin-bottom: 15px;
}

.blog-post .blog-post-desc p {
	margin-top: 0;
}

#content .blog-post .blog-readmore-btn {
	background: #078884;
	padding: 8px 21px;
	font-size: 19px;
	border-radius: 3px;
	text-decoration: none;
	color: #ffffff;
	display: inline-block;
}

.blog-post .blog-readmore-btn:hover, .blog-post .blog-readmore-btn:focus {
	background: #067976;
}

/* Blog Detail Page */
.blog-page h2 {
	font-size: 20px;
	margin-bottom: 7px;
	margin-top: 16px;
}

#content .blog-page-content .blog-page-thumb {
	float: right;
	margin-left: 15px;
	max-width: 330px;
}

.blog-popup .fancybox-container .fancybox-content {
	max-width: 1280px;
	height: auto !important;
}

/* How To Clean Drapes Page */
#clean-drapes-video {
	width: 80%;
	display: block;
	margin: 14px auto 10px;
}

/* Sidebar */
.nocolumns #content {
    width: auto;
    float: none;
    margin: 0 0 10px;
    padding: 20px;
}

#inner .columns, #inner .nocolumns {
    margin: 10px 0 0;
}

#sidebar {
    width: 256px;
    float: left;
}

#sidebar .corners {
    margin-bottom: 10px;
}

#quickcontact {
    overflow: hidden;
}

#quickcontact .button {
    margin: 10px 30px 0 0;
    float: right;
}

/* Footer */
#footer {
    border-top: 1px solid #857253;
    color: #fff;
    padding: 20px 0 30px;
}

#footer h3 {
    color: #fff;
}

#footer .footer-title {
	font-family: 'Neo Sans W01 Ultra', Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 1.5em;
    line-height: 95%;
    margin-bottom: 10px;
	overflow: visible;
}

#footer a {
    border-bottom: 1px dotted #fff;
    color: #fff;
}

.i_email, .i_phone {
    display: inline-block;
    height: 27px;
    margin-top: 10px;
}

.i_email > i, .i_phone > i {
	font-size: 20px;
	margin-right: 4px;
}

.i_email {
    margin-left: 20px;
}

.footer-menu ul {
	padding: 0;
	list-style: none;
}

/* Misc */
.grecaptcha-logo {
	width: auto !important;
}

.grecaptcha-badge {
	z-index: 1000;
}

.drape-img-float {
	float: right;
}

#draperyColorBox .modal-dialog {
	max-width: 1232px;
}

#draperyColorBox .modal-dialog img {
	max-width: 100%;
	width: 100%;
}

.fr {
    float: right;
    margin: 5px 5px 10px 10px;
}

.fl {
    float: left;
    margin: 5px 10px 10px 5px;
}

.clear {
    clear: both;
}

.center {
    text-align: center;
}

.citations {
    border-top: 1px solid #000;
    margin: 20px 0;
    padding: 0 20px;
}

.citations p {
    font-size: .8em;
    font-style: italic;
}

#gallery h3 {
    background-repeat: no-repeat;
    /* padding-left: 35px; */
    min-height: 35px;
}

#gallery .cam-icon {
	color: #333333;
	width: 32px;
	height: 32px;
	background: #e5e9eb;
	display: inline-flex;
	font-size: 22px;
	border: 1px solid #96a3ac;
	border-radius: 6px;
	justify-content: center;
	align-items: center;
	margin-right: 6px;
}

#gallery .cam-icon i {
    margin-left: 1px;
}

#youtube iframe, .img {
    border: 1px solid #2774b2;
}

#galleryslides {
    display: block;
    width: 100%;
    height: 132px;
    border: 1px solid #2774b2;
    overflow: hidden;
}

#galleryslides img {
    width: 100%;
    height: 132px;
}

/* Location Popup */
.geo-popup {
	position: fixed;
	width: 820px;
	max-width: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #ffffff;
	padding: 20px;
	border: 6px double #078884;
	z-index: 100;
}

.geo-popup > p {
	text-align: center;
	font-size: 25px;
	margin-bottom: 25px;
	line-height: 27px;
}

.geo-popup .locations a {
	display: block;
	padding: 0 40px 1px;
	text-align: center;
	font-size: 17px;
	color: #333333 !important;
	text-decoration: none !important;
	border-bottom: 0;
	font-weight: 700;
}

.geo-popup .locations a:hover {
	background: #f7f7f7;
}

.geo-popup .locations img {
	max-width: 100%;
	height: 160px;
}

.geo-popup_bg {
	position: fixed;
	inset: 0 0 0 0;
	z-index: 50;
	background: #ffffff82;
}

/* Services Page */
.sectors {
    width: 45%;
    margin-left: 20px;
    float: left;
}

.sectors h3 {
    min-height: 35px;
    line-height: 30px;
}

#content .sectors h3 a {
    color: #078884;
}

.sectors ul {
    padding-left: 50px;
}

.firecode {
    margin: 30px auto;
	text-align: center;
}

.firecode > iframe {
	max-width: 100%;
}

.new-sectors {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 10px 0;
    padding: 0;
}

.new-sectors > div {
    padding: 2.5%;
}

.new-sectors > div:first-child {
    -webkit-flex: 0 1 31.62393162%;
    flex: 0 1 31.62393162%;
    text-align: center;
    background: #007f7b;
    background: linear-gradient(180deg, #007f7b 0, #fff 100%);
}

.new-sectors > div:first-child img {
    display: block;
    width: 90%;
    height: auto;
    margin: 1em auto;
}

.new-sectors > div:first-child h3 {
    color: #fff;
    font-size: 1.25em;
    margin: 1.5em 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
}

.new-sectors > div:first-child h4 {
    color: #000;
    font-family: 'Neo Sans W01', Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    font-weight: 400;
}

.new-sectors > div:first-child h4 span {
    font-size: 1.2em;
    display: block;
    line-height: 1.2em;
    font-style: italic;
}

.new-sectors > div:first-child h4 strong {
    font-family: "Neo Sans W01 Medium", Arial, Helvetica, sans-serif;
    display: block;
    margin: 10px 0;
}

.new-sectors > div:first-child h4 a {
    font-size: .7em;
    color: #000;
}

.new-sectors > div:last-child {
    -webkit-flex: 0 1 74.35897436%;
    flex: 0 1 74.35897436%;
    padding-top: 5em;
    background-color: #fff;
}

.new-sectors > div:last-child.sector-theater-school {
    background-image: url(/images/sector-theater-school.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 100% auto;
}

.new-sectors > div:last-child.sector-hotel-residence {
    background-image: url(/images/sector-hotel-residence.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 100% auto;
}

.new-sectors > div:last-child.sector-healthcare {
    background-image: url(/images/sector-healthcare.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 100% auto;
}

.new-sectors > div:last-child.sector-restoration {
    background-color: #fff;
    background-image: url(/images/sector-restoration.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: top right, bottom right;
    background-size: 100% auto, 100% auto;
}

.new-sectors > div:last-child h1 {
    color: #332a86;
    font-size: 2.5em;
}

.new-sectors > div:last-child h2 {
    color: #000;
}

.new-sectors > div:last-child h3 {
    font-family: 'Neo Sans W01', Arial, Helvetica, sans-serif;
}

.new-sectors > div:last-child h3 strong {
    font-family: "Neo Sans W01 Medium", Arial, Helvetica, sans-serif;
}

.new-sectors > div:last-child h2, .new-sectors > div:last-child h3 {
    margin: 1.5em 0 1em;
}

.new-sectors > div:last-child strong {
    color: #007f7b;
    font-family: "Neo Sans W01 Medium", Arial, Helvetica, sans-serif;
}

.new-sectors .sector-images {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin: 2em 0;
}

.new-sectors .sector-images img:nth-of-type(2) {
    margin-left: 10px;
}

/* Glossary Page */
.glossarytoc {
    text-align: center;
}

.glossarytoc a {
    display: inline-block;
    padding: 0 2px;
    margin: 0 2px;
    font-family: 'Neo Sans W01 Medium', sans-serif;
}

.glossary h3 {
    background: rgba(7, 136, 132, .1);
    padding: 2px 8px 4px;
}

.glossary p, .guide p {
    margin: 5px 25px 10px;
}

.caption {
    text-align: center;
    font-size: .8em;
}

/* Contact Forms */
#contactform.referralform, #feedbackform {
    background: #fff;
    display: inline-block;
    padding: 20px;
    margin-left: 20px;
}

.quick-contact input, .quick-contact textarea {
    display: block;
    margin-bottom: 9px;
}

.quick-contact .button {
    padding: 9px 2px;
    margin: 0;
    width: 100%;
}

#contactform .comment-field {
    position: absolute;
    left: -9999px;
}

#contactform .dropdown-wrap {
	position: relative;
	overflow: visible;
}

#contactform .dropdown-wrap:has(.error_field) .form-dropdown-button {
	border-color: #b94a48 !important;
}

#contactform .form-dropdown-window {
	position: absolute;
	right: 0;
	padding: 5px;
	border: 2px solid #cfd8dc;
	border-top: 0;
	background: #ffffff;
	z-index: 100;
}

#contactform .form-dropdown-button, #quick-contact .form-dropdown-button {
	cursor: pointer;
	padding: 2px;
	text-align: left;
}

#contactform .form-dropdown-list {
	list-style: none;
	padding: 0;
	max-height: 200px;
	overflow-y: scroll;
}

#contactform .form-dropdown-list li {
	padding: 4px 10px;
	margin-bottom: 0;
	font-size: 13px;
}

#contactform .form-dropdown-list li:hover {
	cursor: pointer;
	background: #5794f5;
	color: #ffffff;
}

#contactform .form-dropdown-list li.selected {
	background: #d5d3d3;
	color: #333333;
}

#contactform input[type="text"], #quick-contact input[type="text"], #feedbackform input[type="text"],
#contactform textarea, #quick-contact textarea, #feedbackform textarea,
#contactform select, #quick-contact select,
#contactform .form-dropdown-button, #quick-contact .form-dropdown-button {
	display: inline-block;
	background: #ffffff;
	border: 2px solid #cfd8dc;
	box-shadow: none;
	height: 26px;
	width: 100%;
	transition: border linear 0.2s,box-shadow linear 0.2s;
	font-size: 13px;
	outline: 0;
}

#contactform input[type="text"]:focus, #quick-contact input[type="text"]:focus, #feedbackform input[type="text"]:focus,
#contactform textarea:focus, #quick-contact textarea:focus, #feedbackform textarea:focus {
    border-color: rgba(82,168,236,0.8);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
}

#contactform textarea, #quick-contact textarea, #feedbackform textarea {
    height: auto;
    font-family: inherit;
}

.formsubmit {
	margin: 20px 0 0;
	width: 100%;
	text-align: center;
}

.formtable td {
    padding-bottom: 5px;
}

.formtable td:first-child {
    text-align: right;
    padding-right: 5px;
    vertical-align: top;
}

#reset {
    float: left;
}

.required {
    color: #880a07;
    font-weight: 700;
}

#contact, .contact-div {
    float: left;
    width: 40%;
}

#contact h2, .contact-div h2 {
    text-align: left;
    font-size: 1.6em;
}

#contact td, #contact-div p {
    border-bottom: 1px dotted #078884;
}

#contact-div p {
    padding: 5px 20px 10px;
}

#contact tr td:first-child {
    text-align: right;
    font-family: 'Neo Sans W01 Medium', sans-serif;
    padding: 7px 5px 4px 12px;
}

#contact tr td:last-child {
    padding: 7px 12px 4px 0;
}

#contact tr:first-child td {
    padding: 0 10px 0 0;
}

#contact-map {
	width: 60%;
	height: 370px;
}

#service-area-map {
	width: 60%;
	max-width: 100%;
}

.main-contact {
	background: #ffffff;
	padding: 20px;
	margin-left: 20px;
	display: inline-block;
}

.q-contact {
	display: inline-block;
}

#contactform .contact-row {
	display: flex;
	flex-direction: row;
	margin: 0 0 5px;
	text-align: right;
}

#contactform .contact-label {
	padding-right: 5px;
}

#contactform .contact-row .contact-label, #contactform .contact-row .contact-input {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.q-contact #contactform .contact-row .contact-label,
.q-contact #contactform .contact-row .contact-input {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	text-align: left;
}

.q-contact #contactform .contact-row {
	flex-wrap: wrap;
}

#contactform #send:disabled {
    opacity: 0.65;
    pointer-events: none;
}

#contactform .form-error {
	display: none;
	position: relative;
	top: -5px;
	text-align: right;
}

#contactform .form-error > div {
	color: #b94a48;
	padding-right: 0;
	font-size: 14px;
}

#contactform .error_field {
	border-color: #b94a48 !important;
}

#contactform .error_field:focus {
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(236, 82, 82, 0.6) !important;
}

.formbuttons {
    float: right;
    width: 280px;
}

.formbuttons a {
    width: 190px;
    margin-bottom: 10px !important;
}

.formbuttons p {
    margin: 0 25px 20px 15px;
    font-size: .8em;
    line-height: 120%;
}

.referral {
    float: left;
    margin: 33px 0 0 40px;
}

.referral p {
    font-weight: 700;
    margin-left: 15px;
}

.review {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 2em 0 500px;
}

.review div {
    -webkit-flex: 1 1 48%;
    flex: 1 1 48%;
    text-align: center;
}

/* Stain Removal Guide Page */
.guidetoc {
    overflow: hidden;
}

.guidetoc a {
    display: block;
    width: 30%;
    margin-left: 3%;
    float: left;
}

/* FAQ Page */
#faq h3 {
    font-size: 1.2em;
}

/* Gallery Page */
#maingallery .fancygal, #maingallery .fancygal span {
    width: 185px;
    height: 185px;
    display: block;
}

#maingallery .fancygal {
    border: 1px solid #078884;
    padding: 3px;
    margin: 0 6px 6px 0;
    float: left;
	box-sizing: content-box;
}

#maingallery .fancygal span {
    background-size: cover;
}

#maingallery .button {
    float: right;
    margin-top: 10px;
}

#maingallery h4 {
    font-size: 1.4em;
    margin-bottom: 7px;
    color: #078884;
}

#maingallery .row > div {
    margin-bottom: 20px;
}

#maingallery .galslide2 {
    display: block;
    height: 204px;
    border: 1px solid #2774b2;
    overflow: hidden;
}

.galslide2 img {
    width: 100%;
    min-width: 100%;
    min-height: 100%;
}

/* Care & Maintenance of Drapery Page */
#content .slideshow-title {
    text-align: center;
    font-size: 3em;
    margin: 0 0 2rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid #007f7b;
}

.box {
    margin-bottom: 2rem;
}

.box img {
    display: block;
    width: 100%;
    max-width: 100% !important;
    height: auto;
}

.center-box {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.half {
    width: 48%;
    float: left;
}

.half:nth-of-type(1) {
    margin-right: 4%;
}

.third {
    width: 32%;
    float: left;
    margin-right: 2%;
}

.third:nth-of-type(3) {
    margin-right: 0;
}

.pagination {
    background: rgba(0, 127, 123, .1);
    overflow: hidden;
    clear: both;
    border-radius: 3px;
    padding: 6px;
}

#content .pagination a {
    font-size: 1.5em;
}

.pagination .next {
    float: right;
}

.pagination .back {
    float: left;
}

/* Start Media Queries */
/* Order max-width only from largest to smallest */
/* Range queries between
/* order min with from smallest to largest */
@media (max-width: 1200px) {
    .nav a {
        padding: 0 27px;
    }

    #index2 .wrap, #slides .slidewrapper, #banner, #top > .wrap {
        width: 94%;
    }

    #home1, #home2, #home4, #home5, #index2 .wrap {
        padding-left: 2%;
        padding-right: 2%;
    }

    #home3 a {
        width: 200px;
        height: 155px;
        margin: 0 5px;
    }

    #home5 > .wrap > div {
        width: 600px;
    }

    #home2 .guarantee {
        left: 35%;
    }
}

@media (max-width: 1099px) {
	#inner .columns {
        width: 96%;
        margin: 5% auto 0;
    }

    #content {
        padding: 5%;
    }

    #content img {
        max-width: 90%;
        height: auto;
    }

    #sidebar {
        padding: 0;
    }

    #sidebar .corners {
        width: 30%;
        padding: 1%;
        float: left;
        margin-right: 2%;
    }

    #sidebar .corners:nth-of-type(3) {
        margin-right: 0;
    }

    #content, #sidebar {
        float: none;
        margin: 0 auto 5%;
        width: auto;
    }

    #testimonials2 {
        height: auto;
        width: 100%;
    }
	
	#galleryslides {
		width: 100%;
	}
}

@media (max-width: 991px) {
    h1 {
        font-size: 1.6em;
    }

    h2 {
        font-size: 1.4em;
    }

    h3 {
        font-size: 1.2em;
    }
	
	.nav a {
        padding: 0 20px;
    }

    .main .tagline {
        width: 400px;
        font-size: 26px;
		margin-left: 40px;
    }
	
	.tagline .head-phone {
		pointer-events: all;
		cursor: pointer;
	}
	
	.tagline > p {
		margin: 0;
	}
	
	.tagline > p:first-child {
		margin-bottom: 5px;
	}
	
	.tagline > p:last-child {
		font-size: 18px;
		line-height: 22px;
	}

    #footer {
        padding: 20px 0;
    }
	
	#footer .i_email {
		margin-left: 0;
		display: block;
	}
	
	#footer .footer-title {
		font-size: 23px;
	}

    .copyright {
        float: none;
    }

    #home5 > .wrap > div {
        width: 400px;
    }

    #home3 a {
        width: 190px;
        height: 145px;
    }

    .innerfooter {
        margin: 0 auto;
    }
	
	.innerfooter img:first-child {
		width: 100%;
		height: auto;
	}

    .innerfooter div {
        display: block;
        padding: 2%;
        margin: 0;
    }

    .innerfooter #environment {
        margin-bottom: 20px;
    }

    .innerfooter #environment .button {
        margin-top: 10px !important;
    }

    .guidetoc a {
        width: 47%;
    }

    .review {
        display: block;
    }

    .review div:nth-of-type(1) {
        margin-bottom: 2em;
    }

    .slideshow-title {
        font-size: 2.5em;
    }
	
	.home-contact .container .row > div:nth-child(1) {
		order: 2;
	}
	
	.home-contact .container .row > div:nth-child(1) {
		order: 1;
	}
}

@media (max-width: 900px) {
	header .tagline, .tagline {
		margin-left: 40px;
		line-height: 1;
		font-size: 27px;
		height: 90px;
	}
}

@media (max-width: 849px) {
	header .tagline, .main .tagline {
		margin-left: 0;
		overflow: visible;
		font-size: 28px;
	}
	
	.tagline > p:last-child {
		font-size: 18px;
	}
	
	header #logo {
		background-repeat: no-repeat;
		background-size: contain;
		width: 150px !important;
		height: 130px !important;
	}
	
	#home3 a {
		width: 272px;
		height: 187px;
	}
	
	#banner {
		height: 140px;
	}
	
	#free-estimate {
		width: 147px;
		height: 100px;
		background-size: cover;
	}
}

@media (max-width: 767px) {
	#home8 {
		text-align: center;
		padding-bottom: 0;
	}
	
	#payment p {
		margin: 0;
	}
	
	#footer .footer-menu {
		order: 1;
		margin-bottom: 18px;
	}
	
	#footer .footer-address {
		order: 2;
	}
	
	#content .drape-img-float {
		float: none;
		width: 100%;
		display: block;
		max-width: 100%;
		margin-bottom: 8px;
	}
	
	.formbuttons {
		float: none;
		clear: both;
		width: auto;
		text-align: center;
		margin-top: 20px;
	}
	
	#maingallery .fancygal, #maingallery .fancygal span {
		width: 125px;
		height: 125px;
	}
	
	#menu-open {
        display: block;
    }

    .nav ul {
        display: none;
        border-top: 1px solid #657373;
    }

    .nav ul li a, .nav ul li:first-child a {
        display: block;
        text-align: left;
        border: 1px solid #657373;
        border-width: 0 0 1px;
    }
	
	.main-contact, .q-contact {
		width: 100%;
		margin-left: 0;
	}
	
	.home-contact > .container {
		padding: inherit;
	}
	
	.home-contact .container .corners {
		padding-left: 0;
		padding-right: 0;
	}
	
	.home-contact .corners #contactform .contact-row .contact-input input {
		height: 26px;
	}
	
	.home-contact .corners #contactform .contact-row:not(:nth-last-child(5)) {
		margin-bottom: 5px;
	}
	
	.home-contact .corners #contactform .contact-row .formsubmit {
		width: 100%;
	}
	
	.home-contact .corners #contactform .contact-row .contact-label,
	.home-contact .corners #contactform .contact-row .contact-input	{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		text-align: left;
	}
	
	#clean-drapes-video {
		width: 100%;
	}
	
	#content .blog-page-content .blog-page-thumb {
		max-width: 250px;
	}
	
	#contactform .form-dropdown-list li {
		padding: 10px;
	}
	
	.blog-popup .fancybox-container .fancybox-slide {
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.geo-popup {
		padding: 35px 18px;
	}
	
	.geo-popup > p {
		font-size: 21px;
	}
	
	.geo-popup .locations a {
		padding: 0;
	}
	
	.geo-popup .locations img {
		height: 90px;
	}
}

@media (max-width: 600px) {
    blockquote {
        margin-left: 0;
    }

    #banner {
        height: auto;
    }

    #logo {
        margin: 5px auto 0;
        float: none;
    }

    .languages {
        margin: 5px 10px;
        float: none;
        text-align: center;
    }

    .main .tagline {
        width: 95%;
        background-size: contain;
        margin: 0 auto 5px;
        float: none;
		height: auto;
		width: 100%;
		font-size: 25px;
    }
	
	.tagline > p:last-child {
		font-size: 16px;
	}

    #slides {
        height: 290px !important;
    }
	
	#slides > div {
		height: 100%;
	}
	
	#slides .slidewrapper {
		bottom: 0;
		top: 0;
		width: 100%;
		background: #0000004a;
	}
	
	#slide1 h4, #slide2 h4, #slide3 h4 {
		text-align: center;
		font-size: 29px;
		color: #ffffff;
		background: transparent;
	}
	
	#slides .slidewrapper div {
		width: 100%;
		text-align: center;
		margin-top: 25px;
	}

    #slides .slides {
        width: auto;
    }
	
	#slides .slide-btn {
		margin-top: 0;
	}
	
	.slidesnav {
		display: none;
	}

    #free-estimate {
        display: none;
    }

    #to-top {
        display: block;
    }

    #footer h1 {
        font-size: 1.2em;
        margin: 20px 0 10px;
    }
	
	#footer .footer-title {
		font-size: 20px;
	}

    #footer .i_email {
        margin-left: 0;
    }

    #home1 {
        font-size: 18px;
    }

    #home2 {
        padding: 10px 0;
    }

    #home2 div {
        width: 96%;
        float: none;
        margin: 2% !important;
    }

    #home2 .guarantee {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        margin: 0 auto;
    }

    #home3 {
        padding-top: 20px;
    }

    #home3 a {
		width: 190px;
		height: 155px;
        margin-bottom: 20px;
    }

    #home4 .wrap > div, #home4 .wrap > div:nth-of-type(2), #home7 .wrap > div, #home7 .wrap > div:nth-of-type(2) {
        float: none;
        width: 96%;
        margin: 5% 2%;
        border-bottom: 1px solid #fff;
        padding-bottom: 5%;
    }

    #home4 .g-recaptcha, #home4 .g-recaptcha div {
        float: initial;
        width: initial;
        margin: initial;
        border-bottom: initial;
        padding-bottom: initial;
        z-index: 100;
    }

    #home5 .wrap > a {
        float: none;
        display: block;
        text-align: center;
    }

    #home5 #testimonials, #home5 #testimonials2 {
        float: none;
        width: auto;
    }

    #home6 {
        font-size: 30px;
    }

    #home8 div {
        width: 96%;
        margin: 5% 2%;
        float: none;
    }

    #sidebar .corners {
        width: 100%;
        float: none;
        margin-right: 0;
    }

    .fl, .fr {
        float: none;
        margin: 10px;
    }

    .sectors {
        width: 100%;
        float: none;
        margin: 0;
    }

    #contactform.referralform, #feedbackform {
        margin: 0;
        padding: 10px;
    }

    #contactform .button, #feedbackform .button {
        font-size: 14px;
    }

    .guidetoc a {
        width: 100%;
        float: none;
        line-height: 200%;
    }

    .contact-div, #contact-map, img#service-area-map {
        width: 100%;
		max-width: 100%;
    }

    .galslide {
        float: none;
        width: 100%;
        height: auto;
        margin: 30px 0 0;
    }

    .galslide2 {
        width: 100% !important;
        margin-left: 0;
    }

    #maingallery .fancygal, #maingallery .fancygal span {
        width: 115px;
        height: 115px;
    }

    .half, .third {
        width: 100%;
        float: none;
        margin-right: 0 !important;
    }
	
	#galleryslides {
		width: 80%;
		height: auto;
		margin: auto;
		margin-bottom: 5px;
	}

	#galleryslides img {
		width: 100%;
		height: auto;
		vertical-align: middle;
	}
	
	#content .blog-page-content .blog-page-thumb, #content .blog-post .blog-post-thumb {
		width: 100%;
		max-width: 100%;
		margin: 0 0 15px;
	}
}

@media (max-width: 575px) {
	.innerfooter img:first-child {
		width: auto;
	}
	
	.main-contact #contactform .contact-row {
		flex-wrap: wrap;
	}

	.main-contact #contactform .contact-row .contact-label,
	.main-contact #contactform .contact-row .contact-input {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		text-align: left;
	}
}

@media (max-width: 500px) {
	#maingallery .fancygal, #maingallery .fancygal span {
		height: 135px;
	}
	
	#maingallery .fancygal span {
        width: 100%;
    }
	
	#maingallery .fancygal {
        width: 45%;
    }
}

@media (max-width: 415px) {
	#home3 a {
		width: 145px;
		height: 135px;
    }
}

@media (max-width: 330px) {
	.tagline > p:first-child {
		font-size: 20px;
	}
}

@media (min-width: 768px) {
	#blog-video-expand:hover {
		filter: brightness(1.07);
	}
}

@media (min-width: 1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1130px;
	}
}
