/**
 * Place your custom styles here.
 */
 
 body{
	width: 100%;
	overflow-x: hidden;
 }

body{
  margin-top: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: #3f3f40;
  line-height: 1.5;
}

body.toolbar-tray-open{
  padding-top: 80px !important;
}


.container-fluid{
  padding-left: 0;
  padding-right: 0;
}

.container-fluid.pad{
  padding-left: 15px;
  padding-right: 15px;
}


h1{
	font-size: 42px;
	font-weight: 700;
	margin: 0 0 17px;
}

h2{
	font-size: 36px;
	font-weight: 700;
	color: #252274;
	margin: 0 0 17px;
}

h3{
	font-size: 18px;
	font-weight: bold;
}

p{
	margin: 0 0 17px;
}

a{
  cursor: pointer;
  color: inherit;
}

a:hover{
	color: inherit;
}

#content-main a{
	color: #800000;
}

img{
  max-width: 100% !important;
  height: auto !important;
}

blockquote {
    padding: 30px 35px;
    margin: 30px 0;
    font-size: inherit;
    border: 1px solid #232021;
}

blockquote > :first-child{
	margin-top: 0;
}

.region-content ul, .block .field ul{
	padding: 0;
	margin: 20px 0 25px;
}

.region-content ul.nav-tabs{
	margin: 0;
}

.region-content ul li, .block .field ul li{
	list-style-type: none;
	background: url('../images/bullet.png') no-repeat 0 8px;
	padding-left: 22px;
	margin: 0 0 10px;
}

.region-content ol li, .block .field ol li{
	margin-bottom: 10px;
}

.stretch{
  margin-left: -15px;
  margin-right: -15px;
}

.vertical-align {
  display: flex;
  align-items: center;
}

.paragraph--type--xeno-hero__image{
  background-size: cover;
  background-repeat: repeat-y;  
}

.paragraph--type--xeno-hero{
  padding: 40px 0;
}

/* generic styles */

.paragraph--color--primary{
}


.paragraph--color--secondary{
}

.paragraph--color--success{
}

.paragraph--color--info{
}

.paragraph--color--rgba-black-strong {

    background: rgba(0,0,0,1);

}

.paragraph--color--rgba-black-strong *{
	color: #fff;
}

.paragraph--color--rgba-cyan-light{
  background: #ecf6fd;
}

.paragraph--color--rgba-black-light{
  background: #f8f8f8;
}

.paragraph--color--rgba-bluegrey-light{
  background: #ecf5f9;
}


/* accordions */

.panel.panel-default{
  
}

.panel-title{
  
}

.panel-collapse.collapse{
  
}

.panel-collapse.collapse.in{
  
}

/* slick carousel  */

nav.slick__arrow{
  display: none;
}


/* header */

#header{
  background: none;
  padding: 5px 0;
  position: relative;
  z-index: 250;
  border-bottom: 1px solid #d3d3e3;
}

#navbar {
    position: relative;
    z-index: 200;
}

#block-creative-topbarright{
	float: right;
}

#block-creative-topbarright p{
	margin: 0;
	display: inline-block;
	vertical-align: middle;
}

#block-creative-topbarright p.mail::after,
#block-creative-topbarright p.phone::after{
	content: "";
	border-right: 1px solid #ccc;
	height: 40px;
	margin: 0 20px;
	width: 1px;
	display: inline-block;
	vertical-align: middle;
}

#header .block{
	display: inline-block;
	vertical-align: middle;
	padding: 0 5px;
}

.section{
	width: 1450px;
	max-width: 93%;
	margin: 0 auto;
}

.region-header, #header .section, #navbar .section, #banner .section, .region-footer, .region-footer2{
	width: 1550px !important;
	max-width: 93% !important;
	margin: 0 auto !important;
	padding: 0;
}

.region-header{
	max-width: 100% !important;
	padding: 0 !important;
}

/* nav */

/* menu styles */

.navbar{
  background: #fff;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
  margin: 0;
}

.navbar-default .navbar-nav > li{
	margin: 0 18px;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > span {
	color: #3f3f40 !important;
	text-transform: none;
	font-size: 18px;
	font-weight: bold;
	background: none !important;
	padding: 0;
	height: 35px;
	display: inline-block;
}

.navbar-default .navbar-nav > li:hover > a{
	color: #800000 !important;
}

.navbar-nav > li {
    float: none !important;
    display: inline-block !important;
}

.navbar-default .navbar-nav > li[aria-label="Facebook"], .navbar-default .navbar-nav > li[aria-label="Twitter"], .navbar-default .navbar-nav > li[aria-label="LinkedIn"], .navbar-default .navbar-nav > li[aria-label="Youtube"] {
	margin: 0 4px;
}

.navbar-default .navbar-nav > li[aria-label="Facebook"] a, .navbar-default .navbar-nav > li[aria-label="Twitter"] a, .navbar-default .navbar-nav > li[aria-label="LinkedIn"] a, .navbar-default .navbar-nav > li[aria-label="Youtube"] a {
	border: none !important;
	color: #800000 !important;
	font-size: 17px;
	padding: 15px 1px !important;
}

.dropdown-menu{
	left: 0;
}

#block-mainnavigation{
	margin-top: 0;
}


#block-searchform .form-group{
  margin-bottom: 0;
}


.navbar-default .navbar-nav > .active > a{
  
}

.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
  
}

.dropdown-menu{
	font-size: 18px;
	text-align: center;
	border: none;
	box-shadow: none;
	border-radius: 0;
	padding: 0;
	min-width: 0;
	top: 30px;
}

.dropdown-menu > li > a,
.dropdown-menu > li > span{
	background: #800000 !important;
	color: #fff !important;
	padding: 9px 20px;
	display: block;
	border-bottom: 1px solid #fff;
}

.dropdown-menu > li:last-child > a,
.dropdown-menu > li:last-child > span{
	border-bottom: none;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > span:hover{
  background: #fff !important;
  color: #800000 !important;
}

/* highlighted */

.highlighted{

}

.region-highlighted{
}


.breadcrumb{
	padding: 8px 0;
	width: 1130px;
	max-width: 93%;
	margin: 0 auto;
	background: none;
	font-size: 16px;
}

.breadcrumb > li{
  font-weight: 600;
}

.breadcrumb > .active{
  color: #800000;
}

.breadcrumb > li a{
  
}

.breadcrumb > li + li::before{
	content: "";
	background: url('../images/bullet.png') no-repeat 0 0;
	width: 8px;
	height: 12px;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	margin: 0 6px;
	position: relative;
	top: -2px;
}

.region-highlighted{
	border-bottom: 1px solid #ccc;
}

.region-highlighted h1{
  padding-left: 15px;
  padding-right: 15px;

  
}

/* left sidebar */

.region-sidebar-first h2{
  
}

.region-sidebar-first h3{
  
}

.region-sidebar-first h4{
  
}

.region-sidebar-first .content ul{
  
}

.region-sidebar-first .content ul li{
  
}


/* Content */

.paragraph > .paragraph__column{
    float: none !important;
    margin: 0 auto !important;
    max-width: 93%;
    padding: 0;
}

.paragraph.paragraph--width--full > .paragraph__column, .paragraph.paragraph--width--medium > .paragraph__column, .paragraph.paragraph--width--narrow > .paragraph__column, .paragraph.paragraph--width--tiny > .paragraph__column, .paragraph.paragraph--width--wide > .paragraph__column, .paragraph > .paragraph__column{
	padding: 0;
}

.paragraph.paragraph--width--wide > .paragraph__column, .paragraph.paragraph--type--bp-column-wrapper > .paragraph__column{
	width: 1450px;
	max-width: 93%;
	float: none;
	margin: 0 auto;
}

.paragraph.paragraph--width--medium > .paragraph__column{
	width: 970px;
	max-width: 93%;
	float: none;
	margin: 0 auto;
}

.paragraph.paragraph--width--narrow > .paragraph__column{
	width: 630px;
	max-width: 93%;
	float: none;
	margin: 0 auto;
}

.constrain .region-content{
	width: 100% !important;
	margin-left: 0 !important;
	padding: 0 !important;
}

.paragraph .field--name-bp-text{
	padding: 40px 0 50px;
}

.region-content{
}

.region-content h2{
  
}

.region-content h3{
  
}

.region-content h4{
  
}

.region-content .content ul{
  
}

.region-content .content ul li{
  
}

.left, .right{
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	width: 47%;
}

.left{
	margin-right: 5%;
}

.left.align-middle, .right.align-middle{
	vertical-align: middle;
}

/* right sidebar */

.region-sidebar-second h2{
	margin: 0 0 40px;
	font-size: 48px;
	color: #800000;
}

.region-sidebar-second h3{
  
}

.region-sidebar-second h4{
  
}

.region-sidebar-second .content ul{
  
}

.region-sidebar-second .content ul li{
  
}

.webform-submission-form .form-control{
	border-color: #ccc;
	border-radius: 0;
}

.webform-submission-form .panel{
	border: none;
	box-shadow: none;
}

.webform-submission-form .panel .panel-heading{
	display: none;
}	

.webform-submission-form .panel .panel-body{
	padding: 0;
}

.webform-submission-form .half-width .form-item{
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin: 0;
}

.webform-submission-form .btn-primary {
    color: #fff;
    background-color: #9fd174;
    border-color: #9fd174;
	border-radius: 0;
	font-weight: bold;
	font-size: 19px;
	min-width: 150px;
}

.webform-submission-form .half-width .panel-body > .form-item:first-child {
	margin-right: 3%;
}

.col-sm-12{
	padding: 0 !important;
}

.row{
	margin: 0 auto !important;
}

/* footer */
.footer{
  margin-top: 0px;
  padding-top: 0;
  padding-bottom: 0;
  border-top: none;
}


.region-footer h2{
  
}

.region-footer h3{
  
}

.region-footer h4{
  
}

.region-footer .content ul{
  
}

.region-footer .content ul li{
  
}

/* footer2 */



.footer2{
	background-color: #19191a;
	color: #fff;
	padding: 35px 0;
}

.footer{
	padding: 100px 0 65px;
}

.footer, .footer2{
	text-align: center;
}


.region-footer2 h2{
  
}

.region-footer2 h3{
  
}

.region-footer2 h4{
  
}

.region-footer2 .content ul{
  
}

.region-footer2 .content ul li{
  
}

.footer .region-footer > *{
	display: inline-block;
	vertical-align: top;
	margin-right: 90px;
	max-width: 17%;
	text-align: left;
}

.footer .region-footer > #block-creative-views-block-footer-news-block-1{
	margin-right: 0;
}

.footer .navbar-nav > li {
	display: block !important;
}

.footer .navbar-text {
    float: none;
    margin: 0;
	padding: 0;
}

.footer p, .footer .navbar-nav > li, #block-creative-views-block-footer-news-block-1 .views-row{
	margin: 0 0 12px;
}

.footer h2{
	font-size: 26px;
	font-weight: normal;
	margin: 0 0 30px;
	color: #800000;
	font-weight: 600;
}

p.icon{
	padding-left: 27px;
}

p.icon.address{
	background: url('../images/icon-pin.png') no-repeat 0 2px;
}
p.icon.mail{
	background: url('../images/icon-mail.png') no-repeat 0 7px;
}
p.icon.phone{
	background: url('../images/icon-phone.png') no-repeat 0 5px;
}

#block-footer .paragraph--id--51{
	width: 200px;
	max-width: 100%;
	margin: 0 auto;
}

.social-icons a{
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	width: 27px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	background-color: #baa952;
	border-radius: 50%;
}

.paragraph--color--rgba-black-strong .social-icons *{
	color: #000;
}

.item-list ul{
	list-style-type: none;
	padding: 0;
}

.item-list ul li{
	list-style-type: none;
	padding-left: 17px;
	background: url('../images/bullet.png') no-repeat 0 9px;
	margin-bottom: 10px;
}

#block-footer2{
	position: relative;
	padding: 10px 140px 0;
}

#footer-seal{
	position: absolute;
	top: 0;
	left: 0;
}

.footer2 p a{
	display: inline-block;
	margin: 0 3px;
}

.footer .slick-slide{
	margin: 0 30px;
}
a.cta-btn{
	display: inline-block;
	background-color: #800000;
	color: #fff !important;
	margin-top: 15px;
	padding: 15px 45px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none !important;
	font-size: 18px;
	border: 1px solid #800000;
}

a.cta-btn.alternate{
	background-color: #ffffff;
	color: #252274 !important;
}

a.cta-btn.green{
	background-color: #87be56;
}

h2{
	font-weight: 700;
}

.link-style, a.link-style{
	color: #800000;
	font-weight: 700;
	background: url('../images/link-style.png') no-repeat 100% 50%;
	padding-right: 20px;
	background-size: 15px auto;
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
}

.link-style.white, a.link-style.white{
	background: url('../images/white-arrow.png') no-repeat 100% 50%;
	background-size: 15px auto;
	color: #fff !important;
}

.paragraph--type--bp-columns__3col .paragraph.paragraph--width--medium{
	width: 80%;
	margin: 0 auto;
}

.valign{
	display: inline-block;
}

#header #search-block-form{
	width: 250px;
}

#header #search-block-form .btn-primary{
	background-color: #188a8d;
	color: #1f1e1e;
}

#header .social-icons * {
    color: #000;
	font-size: 15px;
}

#header .cart-block--link__expand .cart-block--summary__icon,
#header .cart-block--link__expand .cart-block--summary__count{
	display: inline-block;
	vertical-align: middle;
	color: #fff;
}

.views-slideshow-controls-bottom .views-slideshow-pager-bullets li{
	background-color: #5e646d;
	padding: 0;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	margin: 0 5px;
}

.views-slideshow-controls-bottom .views-slideshow-pager-bullets li.active{
	background-color: #0076b6;
}

.social a{
	border-radius: 50%;
	height: 25px;
	line-height: 25px;
	width: 25px;
	text-align: center;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	font-size: 17px;
	color: #252274;
}

.social a.facebook{
	background-color: #3b5998;
}
.social a.twitter{
	background-color: #1da1f2;
}
.social a.linked-in{
	background-color: #0077b5;
}
.social a.instagram{
	background-color: #f783ac;
}

.social a img{
	display: inline;
	vertical-align: top;
}


.sidebar-right, .sidebar-left{
	width: 1450px;
	max-width: 93%;
	margin: 0 auto;
	text-align: center;
}

.sidebar-right #content-main, .sidebar-right aside,
.sidebar-left #content-main, .sidebar-left aside{
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	text-align: left;
}

.sidebar-right #content-main{
	width: 60%;
	margin-right: 5%;
}

.sidebar-right aside{
	width: 34%;
}

#content-main .view-blog{
	padding: 40px 0 50px;
}

.blog.teaser .left, .blog.teaser .right,
.editorial-coverage.teaser .left, .editorial-coverage.teaser .right,
.news.teaser .left, .news.teaser .right{
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
}

.blog.teaser .left,
.editorial-coverage.teaser .left,
.news.teaser .left{
  margin-right: 30px;
  width: 180px;
  height: 180px;
  line-height: 180px;
  border: 1px solid #222;
  text-align: center;
}

.blog.teaser .right,
.editorial-coverage.teaser .right,
.news.teaser .right{
	width: 590px;
}

.blog.teaser .field--name-field-blog-image img, .blog.full .field--name-field-blog-image img,
.editorial-coverage.teaser .field--name-field-blog-image img, .editorial-coverage.full .field--name-field-blog-image img,
.news.teaser .field--name-field-blog-image img, .news.full .field--name-field-blog-image img{
	max-width: 85% !important;
	height: auto !important;
	display: inline-block;
	vertical-align: middle;
}

.blog.full .field--name-field-blog-image,
.editorial-coverage.full .field--name-field-blog-image,
.news.full .field--name-field-blog-image{
  float: none;
  margin: 0 0 15px;
}

.blog.teaser h2,
.editorial-coverage.teaser h2,
.news.teaser h2{
	font-size: 24px;
	color: #262a34;
	text-decoration: none !important;
	margin: 0 0 5px;
}

.blog.teaser h2 a,
.editorial-coverage.teaser h2 a,
.news.teaser h2 a{
	text-decoration: none !important;
	color: inherit !important;
}

.blog-posted{
	font-size: 14px;
	margin: 0 0 15px;
}

.blog-posted .field_publication{
	display: inline;
}

.blog.teaser,
.editorial-coverage.teaser,
.news.teaser {
	padding-bottom: 45px;
	margin-bottom: 60px;
	border-bottom: 1px solid #222;
}

.view-blog .view-content .views-row:last-child .blog.teaser{
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
}

.blog-more{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 25px;
}

.blog-more .social a {
    height: 25px;
    line-height: 25px;
    width: 25px;
    font-size: 14px;
}

.blog-more a{
	color: #87be57;
}

.blog-more .social{
	margin-left: 5px;
	position: relative;
	top: -3px;
}

.blog-more .social a{
	background-color: #800000 !important;
	color: #fff !important;
}

article.blog.full{
	padding: 10px 0 50px;
}

article.blog.full h1, .view-latest-blog-entries ul li a{
	color: #800000;
}

article a{
	color: #800000;
}

article.blog.full > .content > div{
	margin-bottom: 15px;
}

.sidebar-right{
	padding: 120px 0;
}

aside .view-homepage-blog {
    margin-top: 0;
}

aside .view-homepage-blog .views-row{
	display: block;
	width: auto;
	padding: 12px;
	border: 1px solid #ccc;
	margin: 0 0 10px;
}

aside .view-homepage-blog .image-wrap .category{
	font-size: 25px;
}

aside .view-homepage-blog .views-field-body {
    padding: 20px 10px;
    font-size: 15px;
    height: auto;
    max-height: 10000px;
    margin-bottom: 10px;
	text-align: center;
}

aside #block-webform #edit-processed-text{
	display: none;
}

.webform-submission-form .btn-primary{
	background-color: #800000;
	border-color: #800000;
}

aside #block-webform .webform-submission-form .btn-primary{
	display: block;
	margin: 0 auto;
	width: 100%;
}

aside #block-webform .block-title{
	text-align: center;
	font-size: 22px;
	font-style: normal;
	padding: 0 15px;
}

aside .block{
	margin-bottom: 30px;
}

.main-container{
	position: relative;
	z-index: 190;
	overflow: hidden;
	width: 100%;
	background: #f8f8f8;
}

.paragraph--type--bp-simple{
	padding: 75px 0;
}

.paragraph--color--rgba-blue-strong {
	background: #252274;
	color: #fff;
}

.paragraph--color--rgba-blue-strong *{
	color: #fff;
}

.paragraph--type--bp-simple .bp_text > :last-child{
	margin-bottom: 0;
}

p.icon.address.blue{
	background-image: url('../images/icon-pin-blue.png');
}
p.icon.mail.blue{
	background-image: url('../images/icon-mail-blue.png');
}
p.icon.phone.blue{
	background-image: url('../images/icon-phone-blue.png');
}

#header p.icon {
	margin: 0;
	line-height: 45px;
	background-position: 0 50% !important;
	color: #252274;
	font-weight: bold;
	font-size: 16px;
}

#navbar .navbar-text {
	float: none;
	margin: 0;
}

#block-creative-logo p{
	margin: 0;
}

.navbar-default #block-mainnavigation .navbar-nav > li > .cta-btn{
	padding: 18px 40px;
	background: #800000 !important;
	color: #fff !important;
	text-transform: uppercase;
	font-size: 15px;
	height: auto;
}

.paragraph.paragraph--type--bp-columns .paragraph--type--bp-columns__2col {
    float: none;
    width: 47%;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
}

.paragraph.paragraph--type--bp-columns .paragraph__column .paragraph--type--bp-columns__2col:first-child {
    margin-right: 5%;
}

.paragraph.paragraph--type--bp-columns .paragraph.paragraph--width--wide > .paragraph__column,
.paragraph.paragraph--width--full > .paragraph__column{
	max-width: 100%;
}

.paragraph.paragraph--type--bp-columns .paragraph--type--bp-simple {
	padding: 0;
}

.paragraph.paragraph--type--bp-columns{
	padding: 100px 0;
}

#home-hero{
	background: url('../images/home-hero-left.jpg') no-repeat 0 100%;
	background-size: 53% auto;
	padding: 0;
}

#home-hero-left{
	font-size: 20px;
	font-weight: 600;
}

#home-hero-left h1{
	font-size: 105px;
	color: #800000;
	line-height: 1;
	margin: 0 0 30px;
}

#home-hero-left .bp_text{
	width: 625px;
	max-width: 100%;
	margin: 0 auto;
}

#home-hero-right{
	position: relative;
}

#home-hero-right .caption{
	background: #fff;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 20px 50px;
	color: #800000;
	font-size: 16px;
}

#home-hero-right .caption strong{
	display: block;
	font-weight: 700;
}

#home-hero-right .caption span.arrow{
	background: url('../images/caption-arrow.png') no-repeat 100% 50%;
	padding-right: 32px;
}

#home2{
	background: #f8f8f8;
}

#home2left h2{
	font-size: 65px;
}

#home2right .box{
	-moz-box-shadow: 0 0 10px #ccc;
	-webkit-box-shadow: 0 0 10px #ccc;
	box-shadow: 0 0 10px #ccc;
}

#home2right .box .text{
	display: inline-block;
	vertical-align: middle;
	padding: 0 25px;
	font-size: 24px;
	color: #800000;
	font-weight: bold;
	text-align: center;
	width: 100%;
	line-height: 1.2;
}

#home2right a{
	text-decoration: none !important;
}

#home2right .box.hvac{
	width: 240px;
	height: 320px;
	background: url('../images/box-hvac.jpg') no-repeat 50% 50%;
	background-size: cover;
	line-height: 320px;
	margin-bottom: 35px;
}

#home2right .box.radiators{
	width: 260px;
	height: 150px;
	background: url('../images/box-radiators.jpg') no-repeat 50% 50%;
	background-size: cover;
	line-height: 150px;
}

#home2right .box.floor{
	width: 255px;
	height: 150px;
	background: url('../images/box-floor.jpg') no-repeat 50% 50%;
	background-size: cover;
	line-height: 150px;
	margin-bottom: 35px;
}

#home2right .box.ice{
	width: 245px;
	height: 325px;
	background: url('../images/box-ice.jpg') no-repeat 50% 50%;
	background-size: cover;
	line-height: 325px;
	margin-left: 45px;
}

#home2right .box.radiators .text, #home2right .box.floor .text{
	color: #fff;
}

#home2right .box:hover{
	background: #800000 !important;
}

#home2right .box.radiators:hover, #home2right .box.floor:hover{
	background: #19191a !important;
}

#home2right .box:hover .text{
	color: #fff !important;
}

#home3{
	background: url('../images/home3.jpg') no-repeat 50% 50%;
	background-size: cover;
	padding: 125px 0;
	color: #fff;
}

#home3 h2{
	font-size: 48px;
	color: #fff;
}

#home3 .bp_text{
	width: 465px;
	max-width: 100%;
}

a.cta-btn.white-blue {
	background-color: #fff;
	color: #252274 !important;
	border: 1px solid #fff;
}

#home5{
	background: url('../images/home5.jpg') no-repeat 50% 50%;
	background-size: cover;
	padding: 185px 0 165px;
	color: #fff;
	font-size: 20px;
}

#home5 .wrap{
	width: 695px;
	max-width: 100%;
	margin: 0 auto 17px;
}

#home5 h2{
	color: #fff;
	font-size: 48px;
}

#home4{
	background: #f8f8f8;
	padding: 130px 0 120px;
}

#home4 h2{
	width: 650px;
	max-width: 100%;
	font-size: 65px;
	line-height: 1.1;
	color: #800000;
	margin-bottom: 55px;
}

#home4 .slide__content{
	width: 340px;
	background: #fff;
	max-width: 100%;
}

#home4 .image{
	height: 230px;
}

#home4 .image img{
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}

#home4 .bottom{
	padding: 35px 25px;
}

#home4 .slick-slide {
	width: 440px;
}

#home4 .slide{
	vertical-align: top;
}

#home4 .slide__caption{
    top: 0;
    padding: 0;
}

#home4 .slide a{
	text-decoration: none !important;
}

#home4 .title{
	font-size: 20px;
	color: #3f3f40;
	font-weight: 600;
	height: 93px;
	max-height: 93px;
	overflow: hidden;
	margin-bottom: 7px;
}

#home4 nav.slick__arrow, #home4 .slick-arrow {
	display: block !important;
}

#home4 nav.slick__arrow{
	position: absolute;
	top: 60px;
	right: 0;
}

#home4 .view{
	position: relative;
}

#home4 .slick-arrow{
	width: 70px;
	height: 70px;
	background: #800000 url('../images/white-arrow.png') no-repeat 50% 50%;
	clip: inherit !important;
	position: relative !important;
	border: none;
	text-indent: -9999px;
	display: inline-block !important;
	vertical-align: middle;
	margin-left: 15px;
}

#home4 .slick-arrow.slick-prev{
	background: #fff url('../images/carousel-prev.png') no-repeat 50% 50%;
}

.page-node-2 .paragraph.paragraph--width--wide > .paragraph__column, 
.page-node-2 .paragraph.paragraph--type--bp-column-wrapper > .paragraph__column{
	width: 1220px;
}

.paragraph--type--bp-view{
	padding: 120px 0;
}

#gallery-view .views-row{
	display: inline-block;
	vertical-align: top;
	width: 31%;
	margin-right: 2%;
	margin-bottom: 40px;
	position: relative;
}

#gallery-view .view-content .views-row:nth-child(3n + 3){
	margin-right: 0;
}

#gallery-view .views-row .text{
	position: absolute;
	top: 0;
	left: 0;
	background: #941100;
	width: 100%;
	height: 100%;
	color: #fff;
	opacity: 0;
}

#gallery-view .views-row .text .inner{
	padding: 35px;
	width: 100%;
	height: 100%;
}

#gallery-view .views-row .text .inner .wrap{
	position: relative;
	width: 100%;
	height: 100%;
}

#gallery-view .views-row .text .inner .wrap .pad{
	position: absolute;
	bottom: 0;
	left: 0;
}

#gallery-view .views-row .title{
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.2;
}

#gallery-view .views-row .more{
	font-weight: 500;
	font-size: 18px;
	padding-right: 25px;
	padding-bottom: 2px;
	border-bottom: 1px solid #fff;
	background: url('../images/gallery-more.png') no-repeat 100% 50%;
	display: inline-block;
}

#gallery-view .views-row:hover .text{
	opacity: 1;
}

#page-intro-with-subtitle{
	padding: 60px 0;
	color: #fff;
	background: url('../images/subtitle-bg.jpg') no-repeat 100% 50%;
	background-size: cover;
}

#page-intro-with-subtitle h1{
	font-size: 21px;
	font-size: 500;
	color: #fff;
}

#page-intro-with-subtitle h1::before{
	content: "";
	width: 70px;
	border-bottom: 1px solid #fff;
	height: 13px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: top;
}

#page-intro-with-subtitle.no-subtitle h1::before {
	display: none;
}

#page-intro-with-subtitle #subtitle, 
#page-intro-with-subtitle.no-subtitle h1{
	font-size: 48px;
	line-height: 1.1;
	max-width: 100%;
	width: 750px;
	font-weight: bold;
}

#page-intro-with-subtitle #subtitle *{
	color: inherit;
	font-size: 48px;
}

article.project.full{
	width: 960px;
	max-width: 93%;
	margin: 0 auto;
	padding: 0 0 60px;
}

.page-header {
	padding: 45px 0 0;
	margin: 0 auto 40px;
	border: none;
	width: 960px;
	max-width: 93%;
}

.sidebar-right #content-main .paragraph > .paragraph__column {
	max-width: 100%;
}

.sidebar-right #content-main .paragraph--type--bp-view {
	padding: 0;
}

.view-sidebar-latest-projects-and-news .views-row{
	background: #fff;
	margin-bottom: 45px;
}

.view-sidebar-latest-projects-and-news .views-row .image, .view-sidebar-latest-projects-and-news .views-row .text{
	display: inline-block;
	vertical-align: middle;
}

.view-sidebar-latest-projects-and-news .views-row .image{
	width: 42%;
	margin-right: 5%;
}

.view-sidebar-latest-projects-and-news .views-row .text{
	width: 52%;
	padding-right: 20px;
}

.view-sidebar-latest-projects-and-news .title{
	font-size: 18px;
	color: #3f3f40;
	font-weight: 600;
	margin-bottom: 5px;
	max-height: 80px;
	overflow: hidden;
	line-height: 1.2;
}

.view-sidebar-latest-projects-and-news .views-row a{
	text-decoration: none !important;
}

#testimonial-view .views-row{
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
}

#testimonial-view .views-row .views-field-title,
#testimonial-view .views-row .views-field-field-location{
	color: #800000;
}

#testimonial-view .views-row .views-field-title{
	text-transform: uppercase;
	font-weight: 700;
}

#testimonial-view .views-row .views-field-field-location{
	font-style: italic;
}

#contact-left .top{
	background: url('../images/contact-left.jpg') no-repeat 50% 50%;
	background-size: cover;
	padding: 120px 0 40px;
	color: #fff;
}

#contact-left .top .inner{
	width: 280px;
	margin: 0 auto;
	max-width: 93%;
}

#contact-left h3{
	font-size: 24px;
}

#content-main #contact-left .top a{
	color: #fff;
}

#contact-left .with-icon{
	padding-left: 37px;
}

#contact-left .with-icon.address{
	background: url('../images/contact-address.png') no-repeat 2px 2px;
	margin-top: 20px;
}
#contact-left .with-icon.phone{
	background: url('../images/contact-phone.png') no-repeat 0 2px;
}
#contact-left .with-icon.web{
	background: url('../images/contact-web.png') no-repeat 0 2px;
}

#contact-left .map{
	height: 430px;
	width: 100%;
}

#contact-left .map iframe{
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}

#contact-main{
	padding: 0 !important;
}

#contact-main .bp_webform{
	max-width: 90%;
	width: 640px;
}

#contact-main .form-group {
	margin-bottom: 40px;
}

#contact-main label{
	color: #800000;
	margin-bottom: 10px;
}

#contact-main .form-control{
	height: 55px;
}

#contact-main textarea{
	height: 130px;
	max-height: 130px;
	min-height: 130px;
}

#contact-main #edit-actions{
	text-align: right;
}

.region-content ul.pagination li{
	background: none;
	padding: 0;
	margin: 0;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	color: #fff !important;
	background-color: #800000;
	border-color: #800000;
}

.pagination > li > a, .pagination > li > span{
	color: #800000 !important;
}

.paragraph--type--gallery-images{
	margin-top: 30px;
}

.paragraph--type--gallery-images > .paragraph__column {
	max-width: 100%;
}

.paragraph--type--gallery-images .field_images > div{
	display: inline-block;
	vertical-align: top;
	margin-right: 1%;
	margin-bottom: 15px;
	width: 23%;
}

.footer #block-creative-mainnavigation .navbar-nav > li > a {
	padding: 0;
	background: none !important;
}

#navbar .caret{
	border: none;
	width: 11px;
	height: 13px;
	background: url('../images/marker.png') no-repeat 0 0;
	position: relative;
	top: -1px;
}

#story3{
	background: #fff url('../images/story3bg.jpg') no-repeat 0 50%;
}

.page-node-149 article.page h2{
	font-size: 68px;
}

#story2{
	padding: 0;
}

#story2 .image{
	cursor: pointer;
}

.story2video{
	display: none;
}	

#story2 iframe{
	max-width: 100%;
}

.footer .nav > li > a{
	padding: 0;
	background: none !important;
	line-height: inherit;
}

#location-page-content{
	padding: 0;
}

#location-page-text{
	width: 675px;
	text-align: left;
	float: right;
	max-width: 93%;
}

#location-page-map iframe{
	margin-bottom: -7px;
	max-width: 100%;
}

#location-page-text p.icon.address {
	background-image: url('../images/icon-pin-blue.png');
}

#content-main #location-page-text a {
	color: inherit;
}

#location-page-text h2{
	font-size: 36px;
}

#location-page-text h3{
	font-size: 21px;
	color: #252274;
}

#faq-header{
	padding: 0;
}

.paragraph--type--bp-accordion .paragraph--type--bp-simple {
	padding: 20px 25px !important;
}

.paragraph--type--bp-accordion{
	padding: 10px 0 75px;
}

.paragraph--type--bp-column-wrapper.paragraph--width--medium .paragraph__column{
	max-width: 100%;
}

.paragraph--type--bp-accordion .paragraph .paragraph__column{
	max-width: 93% !important;
}

#faq-intro{
	padding: 0 0 15px;
}

#subpage-hero{
	padding: 0;
	background: url('../images/subpage-hero-bg.jpg') no-repeat 50% 50%;
	background-size: cover;
	color: #fff;
	text-align: right;
}

#subpage-hero h1{
	color: #fff;
	font-size: 60px;
	line-height: 1.1;
}

#subpage-hero .paragraph__column .paragraph--type--bp-columns__2col:first-child .paragraph--width--wide{
	width: 700px;
	max-width: 93%;
	display: block;
	margin: 0 auto;
	text-align: left;
	padding: 75px 0;
}

.paragraph--type--bp-columns .vertical-align{
	display: block;
}

#subpage-hero .paragraph--type--bp-image img{
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}

#service-box-style .top{
	text-align: center;
	width: 750px;
	margin: 0 auto 65px;
	max-width: 100%;
}

.flex-row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
}

.flex-row > .box, .flex-row > a{
	margin-right: 2%;
	flex: 1 1 47%;
	margin-bottom: 30px;
}

.flex-row .box{
	-moz-box-shadow: 0 0 3px #dedede;
	-webkit-box-shadow: 0 0 3px #dedede;
	box-shadow: 0 0 3px #dedede;
	border: 1px solid #dedede;
	border-radius: 15px;
}

.flex-row .box .inner{
	padding: 40px 55px;
}

#service-box-style .title{
	font-size: 32px;
	color: #252274;
	line-height: 1.2;
}

h2.red{
	color: #800000;
}

.line-boxes .box{
	padding-left: 30px;
	margin-bottom: 30px;
	position: relative;
	border-left: 5px solid #252274;
}

.line-boxes .box > :last-child{
	margin: 0;
}

.line-boxes.red .box{
	border-color: #800000;
}

.line-boxes .box .title{
	font-size: 32px;
	line-height: 1.2;
	color: #252274;
}

.line-boxes.red .box .title{
	color: #800000;
}

#ac-repair-rounded .paragraph--type--bp-image img{
	border-radius: 15px;
}

.page-node-179 .main-container h2{
	font-size: 48px;
	margin: 0 0 20px;
}

#comm-ac-repair-boxes h3{
	font-size: 32px;
	text-align: center;
	margin-bottom: 30px;
}

#comm-ac-repair-boxes .box{
	background: #fff;
	border-radius: 15px;
	margin-bottom: 30px;
}

#comm-ac-repair-boxes .box *{
	color: #333;
}

#comm-ac-repair-boxes .box .inner{
	padding: 30px 40px;
}

#comm-ac-repair-boxes .box .left{
	width: 12%;
}

#comm-ac-repair-boxes .box .right{
	width: 82%;
}

#comm-ac-repair-boxes .box p:last-child{
	margin: 0;
}

#ac-repair-why-choose{
	background: url('../images/ac-repair-why-choose-bg.jpg') no-repeat 50% 50%;
	background-size: cover;
}

#ac-repair-contact{
	background: url('../images/ac-repair-contact.jpg') no-repeat 50% 50%;
	background-size: cover;
	padding: 150px 0;
	color: #fff;
}

#ac-repair-contact h2{
	color: #fff;
}

#faq-with-top-pad{
	padding-top: 75px;
}