@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Raleway);
/* CSS Document */

*{
    box-sizing: border-box;
}

img{
    width:100%;
    height:auto;
}

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

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.landmark{
    margin-bottom:15px;
}

.landmark--major{
    margin-bottom:30px;
}

body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	color: #555555;
}
#head {
	padding: 0px;
	height: auto;
	margin: 0px;
    padding-bottom:30px;
}
#head  img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.topbar{
    margin:15px 0px;
    text-align: center;
}
.logo__wrapper{
    display:inline-block;
    max-width:375px;
}
.logo__wrapper a{
    border:none;
}
.logo__wrapper a:hover{
    border:none;
}
.sitelogo{
	width:100%;
	max-width:500px;
	margin:0px auto;
	display:block;
}
.contact__wrapper{
    margin-top:15px;
}
.contact__inner img{
    display:none;
}
.contact__inner a{
    display:block;
    line-height: 1.3;
}
.contact__inner .tel{
    font-size: 25px;
    text-decoration: none;
}
.contact__inner .mail{
    font-size: 18px;
    color: #555555;
    text-decoration: none;
}
.wrap {
	max-width: 980px;
	padding-left: 1em;
	padding-right: 1em;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#headStrap {
	display:block;
	margin:0px auto;
}
#nav {
	margin: 0px;
	padding: 0px;
	max-width: 980px;
	list-style-type: none;
	clear: both;
	display:none;
    text-align: center;
    margin-bottom:-4px;
}
#nav li {
    display:inline-block;
    background-color: #cccccc;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    margin:0px;
}
#nav li a {
	color: #555555;
	text-decoration: none;
	font-size: 15px;
	border: none;
    padding:7px 11px 7px 12px;
    float:left;

}
#home #nav li#nHome, #AirConditioningServices #nav li#nAirConditioningServices, #CommercialRefrigeration #nav li#nCommercialRefrigeration, #About #nav li#nAbout, #Gallery li#nGallery, #Promise li#nPromise, #contracts li#nContracts, #contact li#nContact {
    background-color: #d00405;
}
#home #nav li#nHome a, #AirConditioningServices #nav li#nAirConditioningServices a, #CommercialRefrigeration #nav li#nCommercialRefrigeration a, #About #nav li#nAbout a, #Gallery li#nGallery a, #Promise li#nPromise a, #contracts li#nContracts a, #contact li#nContact a {
	color: #FFFFFF;
}
#nav li a:hover {
	color: #C00000;
}
#heading {
	clear:both;
	margin: 0px;
	padding: 0px;
    background-color: #D00405;
    padding-top:24px;
    padding-bottom:24px;
}
#heading h2, #heading h3{
    color: #fff;
    margin-top:0px;
    margin-bottom:0px;
    text-decoration:none;
    background-image:none;
    border:none;
    padding:0px;
    font-weight:400;
    line-height:1.0;
}
#heading h2{
    font-size:42px;
    color: #fff;
    letter-spacing:1px;
    margin-bottom:18px;
    font-family: 'Raleway', sans-serif;
}
#heading h3{
    font-size:18px;
    color: #ccc;
    font-family: Arial, Helvetica, sans-serif;
}
#slider{
    background-color: #CFCFCF;
    border-bottom: 1px solid #fff;
}
.slider{
    margin:0px;
    padding:0px;
}
#middle {
	background-image: url(../images/midBkg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
.leftCol {
	margin: 0px;
	padding: 0px 0px 0px;
	max-width: 100%;
	display: inline-block;
    vertical-align: top;
}
.header__image{
    width:100%;
    height: auto;
}
.header__image{
    margin-bottom:30px;
}
.content__outer{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cdcdcd+0,fffcfc+100 */
    background: rgb(205,205,205); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(205,205,205,1) 0%, rgba(255,252,252,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(205,205,205,1) 0%,rgba(255,252,252,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(205,205,205,1) 0%,rgba(255,252,252,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdcdcd', endColorstr='#fffcfc',GradientType=0 ); /* IE6-9 */
}
.content__inner{
    background-color: #fff;
    padding:10px;
}
.content__home{
    margin-top:30px;
}
.content__inner h1, .content__inner h2, .content__inner h3, .content__inner h4{
    font-family: 'Raleway', sans-serif;
}
.rightCol {
	padding: 0px;
    box-sizing: border-box;
	display: inline-block;
    vertical-align: top;
}
.rightcol__testimonial{
    margin-bottom:2em;
}
.rightcol__testimonial blockquote{
    margin:0;
    font-weight:600;
    margin-bottom:1em;
    font-size:16px;
    line-height:1.2;
}
.rightcol__testimonial span{
    font-size:15px;
}
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}
.small {
	font-size: 9px;
	line-height: 12px;
}
.newsImg {
	float: right;
	background-color: #FFFFFF;
	padding: 2px;
	border: 1px solid #C3C3C3;
	margin-left: 8px;
}
.button{
    border:none;
    background-color: #3d3d3d;
    border-radius:5px;
    padding:10px 15px;
    color: #fff;
    text-decoration: none;
    display:inline-block;

}
.button:hover{
    border:none;
    background-color: #D00405;
    border-radius:5px;
    padding:10px 15px;
    color: #fff;
}
p {
	margin: 0px 0px 6px;
	padding: 0px;
	font-size: 15px;
	line-height: 20px;
}
h1 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #C00;
	font-size: 25px;
	line-height: 1.2;
    font-family: 'Raleway', sans-serif;
}
h2 {
	color: #C00;
	font-weight: normal;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 22px;
    font-family: 'Raleway', sans-serif;
}
h3 {
	margin: 0px 0px 10px;
	padding: 12px 0px 0px;
    font-weight:400;
	color: #C00;
	font-size: 18px;
	line-height: 24px;
	clear: both;
    font-family: 'Raleway', sans-serif;
}
h4 {
	margin: 0px 0px 12px;
	padding: 15px 0px 0px;
	font-size: 15px;
	line-height: 22px;
}
a {
	color: #d00504;
}
form {
	margin: 0px;
	padding: 0px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.rightCol p {
	margin-bottom: 4px;
}
.rightcol__cta{
        border: 1px dashed red;
        padding:20px;
        border-radius: 5px;
        margin-bottom:2em;
}
.rightcol__cta span{
    display:block;
    font-size:20px;
    line-height:1.2;
}
.rightcol__cta a{
    font-size:22px;
    line-height: 1.2;
    text-decoration: none;
}
.imgStr {
	background-color: #FFFFFF;
	padding: 2px;
	border: 1px solid #999999;
	margin-top: 10px;
	margin-bottom: 10px;
}
.imgRight {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}
.rem{
	width:30%;
}
.imgRightBor {
	background-color: #F5F5F5;
	padding: 2px;
	border: 1px solid #999999;
	float: right;
	margin-left: 12px;
}
.imgRightColStr {
	background-color: #FFFFFF;
	padding: 2px;
	border: 1px solid #C4C4C4;
}
.newsletter p {
	color: #264988;
	padding-top: 1px;
	padding-bottom: 3px;
}
.quote {
	float: right;
	width: 100%;
	margin-left: 15px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #8A9DBF;
	padding-left: 15px;
}
.quote  p em {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 22px;
	color: #C00;
}
.quote p em strong {
	font-size: 35px;
	top: 10px;
	position: relative;
	font-style: normal;
	color: #C00;
	padding-right: 2px;
}
.fullwidth {
	margin: 0px;
	padding: 0px;
	float: none;
	max-width: 100%;
	border:none;
	clear: both;
}
.newsItem {
	padding-bottom: 45px;
	clear: both;
	float: left;
	width: 587px;
}
.newsItem h2 {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #617AA7;
}
.newsItem h2.offerRed {
	color: #B31010;
}
.pdfLink {
	background-image: url(../images/pdfIcon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	padding-bottom: 5px;
}
.posted {
	font-size: 11px;
	margin: 0px 0px 10px;
	padding: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.out {
	background-color: #F6F9FC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #8098BD;
	border-bottom-color: #8098BD;
	padding-top: 8px;
	padding-left: 12px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 8px;
	padding-right: 12px;
	float: left;
}
.out p {
	font-size: 14px;
	line-height: 22px;
	margin: 0px;
	padding: 0px;
	color: #5E7AA8;
}
.subNav {
	margin: 0px;
	padding: 20px 0px 0px;
	clear: both;
	float: left;
	width: 587px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #EFEFEF;
}
.contact-form__wrapper form input[type='text'], .contact-form__wrapper form textarea{
    padding:10px;
    border:1px solid #D4D4D4;
    margin-bottom:15px;
    margin-top:5px;
    width:100%;
}
.contact-form__wrapper form input[type='submit']{
    border:none;
    background-color: #cccccc;
    border-radius:5px;
    padding:10px 15px;
    color: #555555;
}
.contact-form__wrapper form input[type='submit']:hover{
    border:none;
    background-color: #D00405;
    border-radius:5px;
    padding:10px 15px;
    color: #fff;
}
.contact-form__wrapper form label{
    font-size:15px;
}

.gallery{
    list-style: none;
    padding:0px;
    margin:0px;
}

.gallery li{
    list-style: none;
    display:inline-block;
    vertical-align: top;
    width:23.5%;
    padding:5px;
    border:1px solid #D4D4D4;
    margin-right:5px;
    margin-bottom:10px;
}
.gallery .gallery__thumb{
    padding-bottom: 75%;
    background-size: cover;
    background-position: center;
}

/* SLICK AMENDS */
.slick-prev{
    left:25px;
    width: 41px;
    height: 64px;
    z-index:1;
}

.slick-next{
    right:25px;
    width: 41px;
    height: 64px;
    z-index:1;
}

.slick-prev::before {
    content:"";
    background-image: url('../images/l-arrow.png');
    width: 41px;
    height: 64px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.slick-next::before {
    content:"";
    background-image: url('../images/r-arrow.png');
    width: 41px;
    height: 64px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.videoWrapper {
	position: relative;
	padding-bottom:48.25%;
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
