.lt-ie9 article,
.lt-ie9 aside,
.lt-ie9 footer,
.lt-ie9 header,
.lt-ie9 nav,
.lt-ie9 section {
  display: block
}

ul {
  list-style: circle
}

body {
  font-family: PT Sans, Arial, Helvetica, sans-serif;
  color: #444548;
  margin: 0;
  min-width: 1020px
}

a {
  text-decoration: none;
  color: #1006d2
}

a:hover {
  color: #0e05b9
}

a.call-to-action {
  padding: 5px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700
}

a.call-to-action.green,
a.call-to-action.purple {
  background: #1006d2
}

a.call-to-action span {
  padding: 12px 40px;
  border: 1px solid #fff;
  display: inline-block;
  color: #fff
}

a.call-to-action:hover {
  background: #0e05b9
}

h1 {
  font-size: 40px;
  text-transform: uppercase;
  line-height: 1em;
  border-bottom: 2px solid #1006d2;
  padding-bottom: .4em
}

.h3style {
  font-weight: 700
}

.h3style,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.1em
}

h2 {
  font-size: 32px
}

.h3style,
h2,
h3 {
  font-weight: 400
}

.h3style,
h3 {
  font-size: 22px
}

h2+.h3style,
h2+h3 {
  margin-top: -.4em
}

h4 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px
}

.banner-image {
  position: relative
}

.banner-image img {
  display: block;
  border-bottom: 2px solid #1006d2
}

.banner-image .bannertext {
  display: none
}

.banner-image img+.content {
  display: block;
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0
}

.banner-image img+.content .bannertext {
  display: block
}

.banner-image img+.content:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 2px;
  background: rgba(0, 0, 0, .1);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .2)), color-stop(transparent), color-stop(transparent), to(rgba(0, 0, 0, .2)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, .2), transparent, transparent, rgba(0, 0, 0, .2));
  background: -o-linear-gradient(top, rgba(0, 0, 0, .2), transparent, transparent, rgba(0, 0, 0, .2));
  background: linear-gradient(180deg, rgba(0, 0, 0, .2), transparent, transparent, rgba(0, 0, 0, .2));
  content: "";
  display: block;
  z-index: 1
}

.banner-image img+.content h2,
.banner-image img+.content p {
  color: #fff;
  text-shadow: 0 0 1em #000, 0 0 .2em #000, .05em .05em 0 rgba(0, 0, 0, .7);
  line-height: 1.8em
}

.banner-image img+.content h2 {
  font-size: 40px;
  margin-bottom: 0
}

.banner-image img+.content p {
  margin-top: 0;
  font-size: 24px;
  margin-bottom: 2em
}

.banner-image img+.content .bannertext {
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3
}

.wysiwyg {
  font-size: 16px;
  padding-bottom: 5em;
  max-width: 35em;
  line-height: 1.6em;
  margin-left: auto;
  margin-right: auto
}

.wysiwyg p {
  padding: 0;
  margin: 25.6px auto
}

.wysiwyg>p:first-child {
  margin-top: 0
}

.wysiwyg li {
  margin-left: auto;
  margin-right: auto;
  list-style-position: outside;
  list-style-type: circle
}

.wysiwyg img {
  max-width: 100%
}

.top-heading {
  margin-top: 0;
  padding-bottom: .5em;
  padding-top: .6em;
  margin-bottom: .4em
}

.top-heading img {
  position: absolute;
  top: 0;
  left: 0
}

h1.top-heading {
  margin-bottom: 1em
}

.top-heading-container {
  width: 100%
}

p.heading {
  font-weight: 700;
  text-transform: uppercase
}

.note {
  font-size: 12px;
  color: #0e05b9;
  background: hsla(0, 0%, 100%, .3);
  border-top: 2px solid #0e05b9;
  border-bottom: 2px solid #0e05b9;
  padding: 10px
}

.lead-copy {
  font-size: 20px;
  color: #787878
}

.image-right {
  float: right;
  padding: 0 0 0 20px;
  background-color: #fff
}

.image-left {
  float: left;
  padding: 0 20px 0 0
}

input,
select,
textarea {
  font-family: PT Sans, Arial, Helvetica, sans-serif;
  color: #444548;
  font-size: 14px;
  border: 1px solid #a9a9a9;
  padding: 6px;
  margin: 0 0 10px
}

select {
  cursor: pointer
}

input[type=submit] {
  border-color: #1006d2;
  background: #1006d2;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  padding: 6px 20px;
  cursor: pointer
}

input[type=submit]:hover {
  background: #0e05b9;
  border-color: #0e05b9
}

label {
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 14px;
  margin: 5px 0;
  display: inline-block
}

.testimonial {
  margin: 20px 0 0;
  border-bottom: 2px solid #1006d2
}

.testimonial blockquote {
  padding: 48px 0 0;
  margin: 0;
  background: url(style-images/blockquote.svg) no-repeat 0 0;
  background-size: auto 48px
}

.testimonial p.cite {
  color: #1006d2;
  font-size: 14px;
  margin-top: 0
}

.testimonial blockquote p {
  font-size: 20px;
  line-height: 30px;
  font-style: italic;
  margin-top: 0
}

.box-sidebar {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  overflow: hidden
}

.box-sidebar>.top-heading:first-child {
  margin-top: 0;
  width: 182px
}

.box-sidebar a {
  color: #1006d2
}

.box-sidebar a:hover {
  color: #291fec
}

.box-sidebar form {
  padding-top: 8px
}

.box {
  padding: 20px;
  border: 1px solid #ccc;
  position: relative;
  margin-top: 10px;
  margin-bottom: 20px
}

.box>.top-heading:first-child {
  margin-top: 0
}

.box a {
  color: #1006d2
}

.box a:hover {
  color: #291fec
}

.box form {
  padding-top: 8px
}

hr {
  width: 100%;
  clear: both;
  height: 2px;
  border: none;
  background: #1006d2
}

.contact-form {
  background: #e9e9e9;
  border: 2px solid #ccc;
  padding: 20px
}

.contact-form input[type=text] {
  width: 314px;
  clear: both
}

.contact-form textarea {
  width: 556px;
  height: 96px;
  clear: both
}

.contact-form input[type=submit] {
  margin-bottom: 0
}

.container {
  width: 1000px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px
}

.toolbar {
  width: 100%;
  background: #444548;
  overflow: hidden;
  color: #1e13f8;
  min-width: 1020px
}

.toolbar ul {
  padding-left: 0;
  margin: 0 auto;
  width: auto;
  list-style: none;
  line-height: 31px
}

.toolbar ul li {
  display: inline-block;
  float: left
}

.toolbar ul li.phone {
  float: right;
  font-size: 24px;
  font-weight: 700;
  padding: 0 0 0 24px;
  background: url(style-images/icon-phone.png) no-repeat 0
}

.toolbar ul li:first-child a,
.toolbar ul li:nth-child(2) a {
  font-size: 12px;
  color: #fff;
  margin: 0 8px 0 0
}

.toolbar a {
  color: #bdbfff
}

#mnu-product-imag.phone {
  float: right;
  font-size: 24px;
  font-weight: 700;
  padding: 0 0 0 24px;
  background: url(style-images/icon-phone.png) no-repeat 0
}

.domus_toolbar {
  background: #842653
}

.domus_toolbar a {
  color: #fff!important
}

.masthead {
  border-bottom: 5px solid #e9e9e9;
  height: 129px
}

.masthead .domus_logo,
.masthead .logo {
  display: block;
  width: 312px;
  height: 129px;
  float: left
}

.masthead .logo {
  background-image: url(style-images/laundry365-logo.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  background-size: contain
}

.masthead .domus_logo {
  background: url(../images/domus_logo.jpg) no-repeat 50%
}

.masthead .navigation {
  font-size: 22px;
  float: right;
  line-height: 129px;
  padding: 0;
  margin: 0;
  list-style: none;
  letter-spacing: -.25px
}

.masthead .navigation li {
  display: inline-block;
  margin: 0 0 0 20px
}

.masthead .navigation li a {
  color: #444548
}

.masthead .navigation li a.active {
  border-bottom: 2px solid #444548
}

.masthead .navigation li a:hover {
  color: #0e05b9;
  text-decoration: underline
}

.masthead .navigation li ul {
  visibility: hidden;
  position: absolute;
  top: 140px;
  background-color: #fff;
  z-index: 7;
  list-style: none;
  padding: 0 0 0 20px;
  margin: 0;
  text-align: center;
  overflow: hidden;
  width: auto
}

.masthead .navigation li ul li {
  display: block;
  background: #fff;
  color: #444548;
  text-align: left;
  line-height: 1.5em;
  padding-right: 20px
}

.masthead .navigation li ul li:hover {
  background: rgba(48, 244, 147, .17)
}

.masthead .navigation li ul li a {
  color: #1006d2
}

.masthead .navigation li ul li a.active {
  border-bottom: 2px solid #444548
}

.masthead .navigation li ul li a:hover {
  color: #0c05a0;
  background-color: #0cf
}

.masthead .navigation li ul li img {
  position: absolute;
  bottom: 63px;
  right: 0;
  left: 0;
  margin: auto
}

.masthead .navigation li ul li p.heading {
  font-size: .8em;
  line-height: 1em;
  letter-spacing: 0;
  position: absolute;
  bottom: 20px;
  width: 100%;
  height: 12px;
  text-transform: none
}

.hero {
  width: auto;
  clear: both;
  border-bottom: 4px solid #e9e9e9;
  overflow: hidden;
  background-size: cover;
  color: #0d0d0d;
  background: #f5f5ff
}

.hero .copy {
  width: 1000px;
  margin: 48px auto;
  border-top: 2px solid #1006d2;
  border-bottom: 2px solid #1006d2;
  text-align: center
}

.hero .copy .subheading {
  font-size: 24px;
  margin: 40px 0 0;
  text-shadow: 1px 1px 0 #000, 0 0 .2em rgba(0, 0, 0, .7)
}

.hero .copy .heading {
  font-size: 48px;
  margin: 0;
  margin-top: .2em;
  letter-spacing: 1px;
  text-transform: none
}

.hero .copy>.heading {
  text-shadow: 1px 1px 0 #000, 0 0 .2em rgba(0, 0, 0, .7)
}

.hero .copy ul {
  list-style: none;
  padding: 24px 0;
  margin: 48px 0 0;
  border-top: 2px solid #1006d2;
  overflow: hidden
}

.hero .copy ul li {
  display: inline-block;
  width: 107px;
  height: 146px;
  background: #fff;
  color: #444548;
  border: 2px solid #1006d2;
  text-align: center;
  float: left;
  margin: 0 0 0 16px;
  position: relative
}

.hero .copy ul li:first-child {
  margin-left: 0
}

.hero .copy ul li img {
  position: absolute;
  bottom: 63px;
  right: 0;
  left: 0;
  margin: auto
}

.hero .copy ul li p.heading {
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0;
  position: absolute;
  bottom: 20px;
  width: 100%;
  height: 30px
}

.hero-home-banner {
  max-width: 1024px;
  margin: 0 auto
}

.logo-list {
  border-bottom: 2px solid #ccc;
  margin: 32px 0;
  padding: 0 0 32px;
  list-style: none;
  overflow: hidden;
  text-align: center;
  width: 100%;
  height: 56px
}

.logo-list li {
  display: inline-block;
  width: auto;
  text-align: center;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px
}

.logo-list li a,
.logo-list li img {
  width: auto;
  height: 100%;
  display: block
}

.logo-list li:hover {
  opacity: .8
}

.portals {
  overflow: hidden;
  margin-bottom: 32px
}

.portal {
  -webkit-backface-visibility: hidden;
  width: 294px;
  height: 136px;
  padding: 10px;
  position: relative;
  color: #fff;
  float: left;
  margin: 0 0 0 29px
}

.portal:first-child {
  margin-left: 0
}

.portal.green {
  background: #0e05b9
}

.portal.blue {
  background: #1006d2
}

.portal.purple {
  background: #1207eb
}

.lt-ie9 .portal img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=12)";
  filter: alpha(opacity=12)
}

.portal img {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 0;
  opacity: .12;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s
}

.portal:hover img {
  opacity: 0
}

.portal .heading {
  font-size: 26px;
  line-height: 26px;
  width: 242px;
  padding: 25px 24px;
  height: 82px;
  border: 2px solid #fff;
  text-align: center;
  margin: 0;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1
}

.portal a {
  display: block;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 2;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700
}

.page {
  position: relative;
  clear: both;
  margin: 0;
  width: 100%;
  float: left
}

.page .page-left {
  width: 656px;
  float: left
}

.page .page-right {
  width: 314px;
  float: right
}

.page .page-left h1,
.page .page-left hr {
  margin: 0 0 32px
}

.footer-contact {
  clear: both;
  background: #444548;
  padding: 40px 0;
  margin-top: 5em
}

.container {
  *zoom: 1
}

.container:after,
.container:before {
  content: " ";
  display: table
}

.container:after {
  clear: both
}

.footer-contact p {
  margin: 0 auto;
  width: 1010px;
  font-size: 30px;
  color: #fff
}

.footer-contact p a {
  color: #fff
}

.footer-contact p span {
  color: #bdbfff;
  margin: 0 32px;
  font-size: 56px;
  line-height: 32px
}

.domus-footer-contact {
  background: #842653
}

.domus-footer-contact span {
  color: #fff!important
}

.footer {
  clear: both;
  padding: 10px 0;
  overflow: hidden
}

.footer p {
  font-size: 12px
}

.footer p.left {
  width: 50%;
  float: left
}

.footer p.right {
  width: 50%;
  float: right;
  text-align: right
}

.footer p a {
  color: #444548
}

.footer-links {
  list-style: none;
  width: 100%;
  padding: 0;
  display: block;
  overflow: hidden;
  margin: .5em 0 .1em
}

.footer-links li {
  float: left;
  margin-right: 2em
}

.footer-links a {
  color: #1006d2
}

.left-column {
  float: left!important;
  width: 314px
}

.right-column {
  float: right!important;
  width: 656px
}

.main-column {
  width: 656px!important;
  float: left
}

.side-column {
  width: 314px!important;
  float: right
}

.breadcrumbs {
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  list-style: none;
  margin: 0;
  padding: 1em
}

.banner-image img+.content .breadcrumbs {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  color: #fff
}

.breadcrumbs li {
  display: inline-block;
  margin: 0 10px 0 0
}

.breadcrumbs li:after {
  content: "--"
}

.breadcrumbs li:last-of-type:after {
  content: ""
}

.breadcrumbs li a {
  color: inherit;
  padding: 0 10px 0 0
}

.breadcrumbs li a:hover {
  color: #773361
}

.banner-image img+.content .breadcrumbs li a:hover {
  color: #362cf9
}

.breadcrumbs li a.active {
  color: #1006d2
}

.breadcrumbs li a.home {
  display: inline-block;
  width: 15px;
  height: 14px;
  background: url(style-images/icon-home.png) no-repeat 0;
  color: transparent
}

.banner-image img+.content .breadcrumbs li a.home {
  background: url(style-images/icon-home-white.png) no-repeat 0
}

.lt-ie9 .breadcrumbs li a.home {
  text-indent: -3000px;
  overflow: hidden
}

.paginate {
  list-style: none;
  margin: 0;
  padding: 5px 0;
  border-top: 1px solid #ddd;
  text-align: right;
  font-weight: 400
}

.box>.top-heading.h3style:first-child {
  padding-top: 0
}

.paginate li,
.paginate li a {
  display: inline-block
}

.paginate li a {
  color: #444548;
  padding: 2px 4px
}

.paginate li.active a {
  color: #1006d2
}

.paginate li a.disabled {
  color: #ccc
}

#portal_container {
  float: left
}

.content_container {
  float: right;
  padding-left: 40px;
  width: 390px;
  min-height: 210px
}

.content_container:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background: -webkit-linear-gradient(left, #fff, #ddd, #fff);
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(#ddd), to(#fff));
  background: -o-linear-gradient(left, #fff, #ddd, #fff);
  background: linear-gradient(90deg, #fff, #ddd, #fff)
}

.content_container p {
  margin: 2px;
  padding-bottom: 10px
}

.content_container p:last-child {
  margin-bottom: 20px
}

.image_container {
  float: left;
  width: 220px;
  margin-top: 0
}

.cf:after,
.cf:before,
.product:after,
.product:before {
  content: " ";
  display: table
}

.cf:after,
.product:after {
  clear: both
}

.cf {
  *zoom: 1
}

.product {
  *zoom: 1;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 0 0 -1px;
  padding: 15px 0;
  position: relative
}

.product img {
  border-right: none;
  height: auto;
  max-height: 200px;
  width: auto;
  display: block;
  margin: auto
}

.product h4 {
  font-size: 16px;
  letter-spacing: 0;
  margin-top: 0;
  padding: 0 20px 0 0;
  text-transform: none
}

.product h4 a {
  color: #1006d2
}

.product span {
  position: absolute;
  bottom: 10px;
  right: 0;
  color: #1006d2;
  display: inline-block;
  border: 1px solid #1006d2;
  padding: 2px 20px
}

.product ul {
  list-style: none;
  margin: 0;
  padding: 0 20px 0 0;
  font-size: 14px;
  overflow: hidden
}

.product ul li {
  margin: 0 0 4px
}

.product ul li strong {
  display: inline-block;
  width: 180px
}

.left-column form select {
  width: 270px
}

.side-column .portal {
  float: none;
  margin: 10px 0 0
}

.side-column .portal:first-child {
  margin-top: 0
}

.bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left
}

.bullets li {
  margin-bottom: 16px
}

.domus_page h1 {
  color: #1006d2;
  float: left;
  margin: -5px 0 0 50px;
  width: 528px;
  font-size: 32px
}

.domus_page p {
  width: 528px;
  float: left;
  margin: 15px 0 0 50px
}

.domus_eco {
  float: left;
  margin: 28px 0 0 46px
}

#domus_more {
  width: 328px;
  height: 64px;
  background: #1006d2;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  line-height: 64px;
  float: left;
  border-radius: 5px;
  margin: 44px 0 0 50px
}

#domus_more:hover {
  background: #9d2965
}

.domus_product div.box:first-child {
  background: #dde1e4
}

.domus_product .product,
.domus_product div.box {
  border: 2px solid #050505
}

.domus_product .product img {
  border-right: none
}

.domus_product div.box img {
  position: absolute;
  top: 9px;
  right: 25px
}

.domus_banner {
  width: 657px;
  height: 323px;
  background: url(../images/domus_banner_best.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  margin-bottom: 10px
}

.quote {
  margin: 0;
  font-style: italic;
  font-size: 20px;
  color: #444548;
  width: 290px
}

.quote span:first-child {
  color: #1006d2;
  font-size: 160px;
  font-weight: 700;
  margin-bottom: -120px;
  float: left;
  width: 100%;
  font-style: normal
}

.quote span:last-child {
  color: #1006d2;
  font-size: 14px;
  font-style: normal
}

.domus_border {
  border: 2px solid #050505
}

.domus_product div.box:last-child {
  margin-top: 42px;
  line-height: 27px
}

.domus_product div.box:last-child ul {
  padding-left: 20px;
  margin-bottom: 30px
}

.services-grid {
  padding-left: 0;
  list-style: none
}

.services-grid:after,
.services-grid:before {
  content: " ";
  display: table
}

.services-grid:after {
  clear: both
}

.services-grid li {
  width: 323px;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
  background: #fafafa;
  border: 1px solid #eee;
  padding: 30px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-size: cover;
  position: relative;
  height: 150px
}

.services-grid li:nth-child(2n) {
  margin-right: 0
}

.services-grid li:before {
  background: hsla(0, 0%, 100%, .9);
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s
}

.services-grid li:after,
.services-grid li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0
}

.services-grid li:after {
  -webkit-box-shadow: inset 0 0 0 0 hsla(0, 0%, 100%, .6);
  box-shadow: inset 0 0 0 0 hsla(0, 0%, 100%, .6);
  -webkit-transition: box-shadow .3s;
  -webkit-transition: -webkit-box-shadow .3s;
  transition: -webkit-box-shadow .3s;
  -o-transition: box-shadow .3s;
  transition: box-shadow .3s;
  transition: box-shadow .3s, -webkit-box-shadow .3s
}

.services-grid li:hover h2,
.services-grid li:hover strong {
  color: #fff
}

.services-grid li:hover:after {
  -webkit-box-shadow: inset 0 0 0 10px #1207eb, inset 0 0 0 10px #fff;
  box-shadow: inset 0 0 0 10px #1207eb, inset 0 0 0 10px #fff
}

.services-grid li:hover:before {
  border-color: #1207eb;
  background-color: #1207eb;
  padding: 20px;
  border: 12px solid #fff
}

.services-grid h2 {
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
  position: relative;
  z-index: 3;
  color: #777;
  font-size: 18px;
  line-height: 1.4;
  -webkit-transition: color .1s;
  -o-transition: color .1s;
  transition: color .1s
}

.services-grid h2 strong {
  font-weight: 700
}

.services-grid a {
  color: inherit
}

.services-grid a.blocklink {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1
}

.services-grid strong {
  color: #333;
  font-size: 22px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: color .1s;
  -o-transition: color .1s;
  transition: color .1s
}

.sidebar-services {
  list-style: none;
  padding-left: 0
}

.sidebar-services a {
  color: inherit;
  color: #777
}

.sidebar-services a,
.sidebar-services strong {
  -webkit-transition: all .1s;
  -o-transition: all .1s;
  transition: all .1s
}

.sidebar-services strong {
  color: #333
}

.sidebar-services li {
  margin-bottom: 0;
  padding: 5px 0;
  border-top: 1px solid #eee;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}

.sidebar-services li:hover {
  padding-left: 10px;
  padding-right: 10px;
  background-color: #0e05b9
}

.sidebar-services li:hover a,
.sidebar-services li:hover strong {
  color: #fff
}

.sidebar-services li.current {
  margin-bottom: 0;
  padding: 5px 0;
  border-top: 1px solid #eee;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #0e05b9
}

.sidebar-services li.current:hover {
  background-color: #fafafa;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #0e05b9
}

.sidebar-services li.current:hover a,
.sidebar-services li.current:hover strong {
  color: #fff
}

.sidebar-services li.current a {
  color: #fafafa
}

.sidebar-services .current strong {
  display: block;
  color: #fafafa
}

.sidebar-services strong {
  display: block
}

.left-column>.h3style:first-child {
  margin-top: 12px
}

.blog-list:after,
.blog-list:before,
.cf:after,
.cf:before,
.pagination:after,
.pagination:before,
.product:after,
.product:before {
  content: " ";
  display: table
}

.blog-list:after,
.cf:after,
.pagination:after,
.product:after {
  clear: both
}

.blog-list,
.cf,
.pagination,
.product {
  *zoom: 1
}

.blog-list {
  padding-left: 0;
  list-style: none
}

.blog-list li {
  margin-right: 10px;
  float: left;
  border-top: 1px solid #eee;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-size: cover;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  width: 100%
}

.blog-list li:nth-child(2n) {
  margin-right: 0
}

.blog-list li:last-child {
  border-bottom: 1px solid #eee
}

.blog-list li:hover,
.blog-list li:hover+li {
  border-top-color: #1006d2
}

.blog-list li:hover:last-child {
  border-bottom-color: #1006d2
}

.blog-list img {
  float: left
}

.blog-list h2,
.blog-list p {
  padding-left: 180px
}

.blog-list .meta {
  padding-left: 180px
}

.blog-list .meta,
article .meta {
  display: block;
  color: #999;
  font-size: 12px
}

.blog-list h2 {
  margin-top: 10px;
  margin-bottom: 0;
  position: relative;
  z-index: 3;
  color: #333;
  font-size: 26px;
  line-height: 1.4;
  -webkit-transition: color .1s;
  -o-transition: color .1s;
  transition: color .1s;
  margin-top: -.2em
}

.blog-list h2:hover {
  color: #1006d2
}

.blog-list a {
  color: inherit
}

.blog-list a.blocklink {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1
}

article h1 {
  margin-bottom: 0;
  margin-top: 0
}

article .meta {
  position: relative;
  top: -1.7em
}

article img[style*=left],
article img[style*=right] {
  margin-top: 6px;
  margin-bottom: 20px
}

article img[style*=right] {
  margin-left: 20px
}

article img[style*=left] {
  margin-right: 20px
}

ul.pagination {
  display: block;
  margin-left: 0;
  padding-left: 0;
  float: right
}

ul.pagination li {
  height: 1.33333rem;
  color: #222;
  font-size: .77778rem;
  margin-left: .27778rem;
  float: left;
  display: block
}

ul.pagination li a {
  display: block;
  padding: 0 .55556rem;
  color: #999;
  border-radius: 0;
  line-height: 2em
}

ul.pagination li:hover a,
ul.pagination li a:focus {
  background: #e6e6e6
}

ul.pagination li.unavailable a {
  cursor: default;
  color: #ccc
}

ul.pagination li.unavailable:hover a,
ul.pagination li.unavailable a:focus {
  background: transparent
}

ul.pagination li.current a {
  background: #1006d2;
  color: #fff;
  font-weight: 700;
  cursor: default
}

ul.pagination li.current a:focus,
ul.pagination li.current a:hover {
  background: #1006d2
}

.side-column>.box:first-child {
  margin-top: 0
}

.product-content {
  position: relative
}

.footer-call-to-contact {
  background-color: #1006d2;
  color: #fff;
  padding: 16px 30px;
  margin: 2em 0 0;
  border-radius: 2px
}

.footer-call-to-contact p:first-child {
  margin-top: 0
}

.footer-call-to-contact p:last-child {
  text-align: right;
  margin-bottom: 0
}

.footer-call-to-contact a {
  background: #fff;
  padding: .2em .5em;
  border-radius: 2px;
  -webkit-backface-visibility: hidden
}

.footer-call-to-contact a:hover {
  background: #fff;
  color: #1e13f8
}

.footer-call-to-contact .contactdetail {
  font-size: 1.2em;
  margin: .5em 0
}

.footer-call-to-contact .contactdetail span {
  display: inline-block;
  width: 38%;
  margin-right: .5em;
  text-align: right
}

img.initial-video-image {
  width: inherit;
  left: 0;
  height: inherit
}

.gradient-left,
.gradient-radial,
.gradient-right,
img.initial-video-image {
  position: absolute;
  top: 0;
  z-index: 1
}

.gradient-radial {
  left: -80px
}

.gradient-right {
  right: 0
}

img.gradient-left {
  left: 0
}

.home-hero-slides {
  top: 65px;
  overflow: hidden;
  position: absolute;
  z-index: 4
}

.hero-item {
  color: #fff854;
  font-size: 2.2em;
  width: 80%;
  margin-left: 5%;
  margin-right: 5%;
  text-shadow: 1px 1px 6px #111
}

.home-hero-title {
  color: #444;
  font-size: 2.3em;
  font-weight: 700;
  padding: 0;
  margin: 0 0 10px
}

.home-hero-description {
  margin-bottom: 30px;
  font-size: 1.4em
}

#div_video_banner {
  position: relative;
  margin: 0 auto;
  max-width: 1500px;
  height: 500px;
  overflow: hidden;
  background-position-x: center;
  background-size: 1500px;
  background: url(../images/Laundry-365-Hero.jpg) no-repeat 50%
}

#testText {
  position: absolute;
  font-size: 45px;
  line-height: 45px;
  color: #fff;
  width: 400px;
  height: 70px;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -200px
}

#customElement {
  width: 100%;
  height: 500px
}

.section {
  clear: both;
  padding: 0;
  margin: 0
}

.col {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%
}

.col:first-child {
  margin-left: 0
}

.group:after,
.group:before {
  content: "";
  display: table
}

.group:after {
  clear: both
}

.group {
  zoom: 1
}

.span_description {
  width: 65%;
  margin-left: 30px!important
}

.span_thumbnail {
  width: 25%
}

.col.span_thumbnail img {
  height: 255px
}

@media only screen and (max-width:480px) {
  .col {
    margin: 1% 0
  }
}

@media only screen and (max-width:480px) {
  .span_description,
  .span_thumbnail {
    width: 100%
  }
}

.cbp-hrmenu {
  width: 100%;
  margin-top: 2em
}

.cbp-hrmenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none
}

.cbp-hrmenu .cbp-hrsub-inner,
.cbp-hrmenu>ul {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left
}

.cbp-hrmenu .first-mnu-2col,
.cbp-hrmenu .first-mnu-col,
.cbp-hrmenu .last-mnu-2col,
.cbp-hrmenu .last-mnu-col {
  background-color: hsla(0, 0%, 50%, .16)
}

.cbp-hrmenu .first-mnu-2col {
  width: 55%
}

span.mnu-address,
span.mnu-phone {
  color: #000
}

#last-mnu-col-map {
  background-image: url(/images/offiice-location.png);
  background-size: cover
}

#last-mnu-col-why {
  width: 22%;
  float: right
}

#last-mnu-col-sectors {
  background-image: url(/images/menu/mnu-washers-sectors.jpg);
  width: 30%;
  float: right
}

.first-mnu-col.mnu-contact h3,
.why-us h3,
.why-us p {
  color: #000
}

span.mnu-phone {
  font-size: 1.3em
}

.first-mnu-col.mnu-contact h3 a {
  color: #08036f;
  font-size: 1.1em;
  line-height: 1.2em!important;
  font-weight: 500
}

.cbp-hrmenu>ul>li,
.cbp-hrmenu>ul>li>a {
  display: inline-block
}

.cbp-hrmenu>ul>li>a {
  font-weight: 500;
  padding: 19px 21px;
  color: #5e5c5c;
  font-size: 1.4em
}

.cbp-hrmenu>ul>li>a:hover {
  color: #0e05b9
}

.cbp-hrmenu>ul>li.cbp-hropen a {
  color: #fff
}

.cbp-hrmenu>ul>li.cbp-hropen .cbp-hrsub-inner a {
  color: #0e05b9
}

.cbp-hrmenu>ul>li.cbp-hropen a:hover {
  color: #fff;
  background: #0e05b9
}

.cbp-hrmenu>ul>li.cbp-hropen {
  color: #fff!important;
  background: #0e05b9
}

.cbp-hrmenu .cbp-hrsub {
  display: none;
  position: absolute;
  background: #fff;
  width: 960px;
  left: 24%;
  z-index: 7;
  text-align: center;
  margin: 0 auto;
  border-top: 3px solid #0e05b9;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
  -webkit-box-shadow: 2px 2px 9px 0 rgba(50, 50, 50, .41);
  box-shadow: 2px 2px 9px 0 rgba(50, 50, 50, .41)
}

.cbp-hropen .cbp-hrsub {
  display: block
}

.cbp-hrmenu .cbp-hrsub-inner>div {
  width: 30%;
  float: left;
  padding: 0 0 0 2em;
  height: 410px
}

.cbp-hrmenu .cbp-hrsub-inner>div.last-mnu-col {
  width: 26%;
  float: right;
  padding: 0;
  overflow: hidden
}

.cbp-hrmenu .cbp-hrsub-inner>div.last-mnu-2col {
  width: 40%;
  float: right;
  padding: 0;
  overflow: hidden
}

.cbp-hrmenu .cbp-hrsub-inner:after,
.cbp-hrmenu .cbp-hrsub-inner:before {
  content: " ";
  display: table
}

.cbp-hrmenu .cbp-hrsub-inner:after {
  clear: both
}

.cbp-hrmenu .cbp-hrsub-inner>div a {
  line-height: 1.7em
}

div.mnu-product-image {
  margin: 43px 0 0 24px
}

.cbp-hrsub h4 {
  color: #080808;
  padding: 1.5em 0 .3em;
  margin: 0;
  font-size: 1.2em;
  font-weight: 300
}

@media screen and (max-width:52.75em) {
  .cbp-hrmenu {
    font-size: 80%
  }
}

@media screen and (max-width:43em) {
  .cbp-hrmenu {
    font-size: 120%;
    border: none
  }
  .cbp-hrmenu .cbp-hrsub-inner,
  .cbp-hrmenu>ul {
    width: 100%;
    padding: 0
  }
  .cbp-hrmenu .cbp-hrsub-inner {
    padding: 0 2em;
    font-size: 75%
  }
  .cbp-hrmenu>ul>li {
    display: block;
    border-bottom: 4px solid #0e05b9
  }
  .cbp-hrmenu>ul>li>a {
    display: block;
    padding: 19px 21px;
  }
  .cbp-hrmenu .cbp-hrsub {
    position: relative
  }
  .cbp-hrsub h4 {
    padding-top: .6em
  }
}

@media screen and (max-width:36em) {
  .cbp-hrmenu .cbp-hrsub-inner>div {
    width: 100%;
    float: none;
    padding: 0 2em
  }
}

.box table {
  width: 100%!important;
}


/*# sourceMappingURL=main.css.map */