/*! normalize.css v1.0.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

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

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.75em;
    margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/*
 * Addresses margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */

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

/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/*
 * Addresses margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* =============================================================================
   LESS MIXINS
   ========================================================================== */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;height:100%;}html,button,input,select,textarea{font-family:sans-serif;color:#222;}body{margin:0 auto;max-width:1360px;height:100%;background:url(/assets/img/bg.png)repeat;font-size:1em;line-height:1.4}::-moz-selection{background:#fe57a1;color:#fff;text-shadow:none}::selection{background:#fe57a1;color:#fff;text-shadow:none}a{color:#00e}a:visited{color:#551a8b}a:hover{color:#06e}a:focus{outline:thin dotted}a:hover,a:active{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}blockquote{margin:1em 40px}dfn{font-style:italic}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}ins{background:#ff9;color:#000;text-decoration:none}mark{background:#ff0;color:#000;font-style:italic;font-weight:700}pre,code,kbd,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:"";content:none}small{font-size:85%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}ul,ol{margin:1em 0;padding:0 0 0 40px}dd{margin:0 0 0 40px}nav ul,nav ol{list-style:none;list-style-image:none;margin:0;padding:0}img{border:0;-ms-interpolation-mode:bicubic;vertical-align:middle}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:0;margin:0;padding:0}label{cursor:pointer}legend{border:0;*margin-left:-7px;padding:0;white-space:normal}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button;*overflow:visible}button[disabled],input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*width:13px;*height:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top;resize:vertical}input:invalid,textarea:invalid{background-color:#f0dddd}table{border-collapse:collapse;border-spacing:0}td{vertical-align:top}.chromeframe{margin:.2em 0;background:#ccc;color:#000;padding:.2em 0}.ir{display:block;border:0;text-indent:-999em;overflow:hidden;background-color:transparent;background-repeat:no-repeat;text-align:left;direction:ltr;*line-height:0}.ir br{display:none}.hidden{display:none!important;visibility:hidden}.visuallyhidden{border:0;clip:rect(0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.invisible{visibility:hidden}.clearfix:before,.clearfix:after{content:"";display:table}.clearfix:after{clear:both}.clearfix{*zoom:1}@media print{*{ background:transparent!important;color:#000!important;box-shadow:none!important;text-shadow:none!important;filter:none!important;-ms-filter:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}@page{margin:.5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}}
/* This beautiful CSS-File has been crafted with LESS (lesscss.org) and compiled by simpLESS (wearekiss.com/simpless) */

/**/
/* grid */
/**/

.row:after {
  content: '';
  display: table;
  clear: both;
}
.col {
  float: left;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.col .col {
  padding:0 20px 0 0;
}

.col.last {
  padding-right:0;
}

.col-1 {
	width: 8.33%;
}
.col-2 {
	width: 16.66%;
}
.col-3 {
	width: 25%;
}
.col-4 {
	width: 33.33%;
}
.col-5 {
	width: 41.66%;
}
.col-6 {
	width: 50%;
}
.col-7 {
	width: 58.33%;
}
.col-8 {
	width: 66.67%;
}
.col-9 {
	width: 75%;
}
.col-10 {
	width: 83.33%;
}
.col-11 {
	width: 91.66%;
}

.nopad a.col {
  padding:0;
}

@media screen and (max-width: 600px) {
 .col {
    float: none;
    width: 100%;
  }

footer div.sitemap .span2.last {
  margin:0 0 0 0;
  padding:15px 0 0 0;
  clear:both;
  width:100%;
}

footer div.sitemap .span2.last p {
  float:left;
  width:50%;
}

footer div.sitemap .span2.last p.sm-mobile {
  margin:1em 0;
  width:100%;
}



}


@media screen and (max-width: 1000px) {

#res_com_home_links .residential_home .title, #res_com_home_links .commercial_home .title {
  font-size:1.1em;
}

#home #slideshow {
  height:425px;
}

#home #res_com_home_links {
  margin-top:175px;
}

#home #slideshow .free-estimate {
  top:230px;
}

footer {
  top:529px;
}

.footerCont .addressIcon {
  margin-left:11%;
}

.footerCont {
  padding:15px 6%;
}

nav .menu li.has-children a {
  padding:6px 23px 6px 13px;
}

nav .menu li a {
  padding:6px 17px;
}

header nav {
  right:10px;
}

}

@media screen and (max-width: 900px) {


#home #slideshow {
  height:400px;
}

#home #res_com_home_links {
  margin-top:150px;
}

#home #slideshow .free-estimate {
  top:205px;
}

footer {
  top:504px;
}

.footerCont .addressIcon {
  margin-left:8%;
}

.footerCont {
  padding:15px 5%;
}

nav .menu li {
  font-size:13px;
}

nav .menu li.has-children a {
  padding:6px 21px 6px 11px;
}

nav .menu li a {
  padding:6px 15px;
}

 .col {
    float: none;
    width: 100%;
  }
 .aside-inner {
 	display:none;
 }

div .sitemap .span2 {
  width:50%;
  margin-bottom:20px;
}

div .sitemap .span2.last {
  margin:15px 0 0 0;
  padding:15px 0 0 0;
  border-left:none;
  border-top:1px solid #404A5B;
  clear:both;
  width:100%;
}

div .sitemap .span2.last p {
  float:left;
  width:33%;
}

div .sitemap .span2.last p.sm-mobile {
  margin:1em 0;
}

 a.col {
  padding:0;
 }

.footerCont .col.col-3 {
  width:25%;
  float:left;
}

#res_com_home_links .col-6 {
  width:50%;
  float:left;
}

#res_com_home_links .residential_home .title, #res_com_home_links .commercial_home .title {
  font-size:1em;
}


}

.mobile-only {
  display:none;
}

@media screen and (max-width: 850px) {

header a.home {
  width:129px !important;
  height:50px !important;
  background-size:cover;
}

header #socialFeed {
  display:none;
}

.container header#secondaryPage {
  height:220px !important;
}

#home #slideshow {
  height:350px;
}

#home #res_com_home_links {
  margin-top:100px;
}

#home #slideshow .free-estimate {
  top:155px;
  left:30px;
}

header nav {
  right:10px;
}


footer {
  top:568px;
  height:auto;
}

footer .footerCont .col-3 {
  width:100%;
  float:none;
}

footer .footerCont .col.col-3.contactLinks {
  text-align:center;
  font-size:15px;
  width:100%;
  border-top:1px solid #404A5B;
  margin-top:20px;
  height:100px;
}

.container header #headerText {
  position:relative;
  top:90px;
  margin-right:10px;
}

.container header #headerText p{
  font-size:1em;
  right:10px;
}

.footerCont .freeEstimate {
  display:none;
}

.footerCont .followUs {
  margin-left:0;
}

.footerCont .sm-mobile {
  float:right;
  margin-right:7%;
}

.footerCont .addressIcon {
  margin-left:7%;
}

.footerCont {
  padding:15px 2%;
}

#home .mobile-only {
  display:block;
}

.mobile-only.get-estimate-inner{
  display:block;
}

#home .get-estimate {
  position:absolute;
  top:271px;
  width:100%;
}

.get-estimate-inner {
  position:absolute;
  top:80px;
  right:10px;
  z-index:4;
}

.get-estimate-inner a {
  padding:16px 15px;
  background:rgba(246,141,30, 0.85);
  color:#fff;
  font-size:13px;
  text-transform:uppercase;
  text-align:center;
  display:block;
}

.get-estimate-inner a:hover {
  background:rgba(246,141,30, 1);
}

.desktop-only {
  display:none;
}

.get-estimate a {
  display:block;
  width:100%;
  left:0;
  padding:15px 13px;
  background:rgba(246,141,30, 0.85);
  color:#fff;
  text-align:center;
  font-size:13px;
  text-transform:uppercase;
}

.get-estimate a span {
  text-transform:uppercase;
  font-size:20px;
  margin-bottom:3px;
  display:block;
  letter-spacing:1px;
}

.get-estimate a:hover {
  background:rgba(246,141,30, 1);
}

footer .footerCont .col.footercol-3 {
  float:left;
  width:50%;
  height:70px;
  padding:0;
}

.footerCont .phoneLink {
height: auto;
width: 100%;
margin: 15px 0 0 0;
padding: 0;
background: none;
}

.footerCont .emailLink {
width: 100%;
padding: 0;
margin: 10px 0 0 0;
background: none;
}

footer .footerCont .col.footercol-3.break {
  background:none;
}

#res_com_home_links .residential_home .description, #res_com_home_links .commercial_home .description {
  display:none;
}

#res_com_home_links .residential_home .title, #res_com_home_links .commercial_home .title {
  font-size:1.2em;
  line-height:1.5em;
  margin-bottom:0;
  padding-bottom:0;
}

#res_com_home_links .col-6 {
  width:100%;
  float:none;
  }

}

@media (max-width: 400px) {

#res_com_home_links .residential_home .title, #res_com_home_links .commercial_home .title {
  font-size:1.1em;
  line-height:1.2em;
}

#res_com_home_links .residential_home img, #res_com_home_links .commercial_home img {
  width:110px;
  height:56px;
  background-size:cover;
}

#res_com_home_links .residential_home .arrow, #res_com_home_links .commercial_home .arrow {
  margin:8px 0 10px 0;
}

}

@media all and (max-width: 1150px) {


  #content .col-lg-7.last, #content .col-lg-4.last {padding-right:25px;}

  }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14{position:relative;min-height:1px;padding-right:25px;}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13{float:left;}

@media (min-width:768px){.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13{float:left;} .col-sm-14{width:100%;} .col-sm-13{width:92.85714285714286%;} .col-sm-12{width:85.71428571428571%;} .col-sm-11{width:78.57142857142857%;} .col-sm-10{width:71.42857142857143%;} .col-sm-9{width:64.28571428571429%;} .col-sm-8{width:57.14285714285714%;} .col-sm-7{width:50%;} .col-sm-6{width:42.857142857142854%;} .col-sm-5{width:35.714285714285715%;} .col-sm-4{width:28.57142857142857%;} .col-sm-3{width:21.428571428571427%;} .col-sm-2{width:14.285714285714285%;} .col-sm-1{width:7.142857142857142%;} .col-sm-pull-14{right:100%;} .col-sm-pull-13{right:92.85714285714286%;} .col-sm-pull-12{right:85.71428571428571%;} .col-sm-pull-11{right:78.57142857142857%;} .col-sm-pull-10{right:71.42857142857143%;} .col-sm-pull-9{right:64.28571428571429%;} .col-sm-pull-8{right:57.14285714285714%;} .col-sm-pull-7{right:50%;} .col-sm-pull-6{right:42.857142857142854%;} .col-sm-pull-5{right:35.714285714285715%;} .col-sm-pull-4{right:28.57142857142857%;} .col-sm-pull-3{right:21.428571428571427%;} .col-sm-pull-2{right:14.285714285714285%;} .col-sm-pull-1{right:7.142857142857142%;} .col-sm-pull-0{right:0%;} .col-sm-push-14{left:100%;} .col-sm-push-13{left:92.85714285714286%;} .col-sm-push-12{left:85.71428571428571%;} .col-sm-push-11{left:78.57142857142857%;} .col-sm-push-10{left:71.42857142857143%;} .col-sm-push-9{left:64.28571428571429%;} .col-sm-push-8{left:57.14285714285714%;} .col-sm-push-7{left:50%;} .col-sm-push-6{left:42.857142857142854%;} .col-sm-push-5{left:35.714285714285715%;} .col-sm-push-4{left:28.57142857142857%;} .col-sm-push-3{left:21.428571428571427%;} .col-sm-push-2{left:14.285714285714285%;} .col-sm-push-1{left:7.142857142857142%;} .col-sm-push-0{left:0%;} .col-sm-offset-14{margin-left:100%;} .col-sm-offset-13{margin-left:92.85714285714286%;} .col-sm-offset-12{margin-left:85.71428571428571%;} .col-sm-offset-11{margin-left:78.57142857142857%;} .col-sm-offset-10{margin-left:71.42857142857143%;} .col-sm-offset-9{margin-left:64.28571428571429%;} .col-sm-offset-8{margin-left:57.14285714285714%;} .col-sm-offset-7{margin-left:50%;} .col-sm-offset-6{margin-left:42.857142857142854%;} .col-sm-offset-5{margin-left:35.714285714285715%;} .col-sm-offset-4{margin-left:28.57142857142857%;} .col-sm-offset-3{margin-left:21.428571428571427%;} .col-sm-offset-2{margin-left:14.285714285714285%;} .col-sm-offset-1{margin-left:7.142857142857142%;} .col-sm-offset-0{margin-left:0%;}}@media (min-width:992px){.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13{float:left;} .col-md-14{width:100%;} .col-md-13{width:92.85714285714286%;} .col-md-12{width:85.71428571428571%;} .col-md-11{width:78.57142857142857%;} .col-md-10{width:71.42857142857143%;} .col-md-9{width:64.28571428571429%;} .col-md-8{width:57.14285714285714%;} .col-md-7{width:50%;} .col-md-6{width:42.857142857142854%;} .col-md-5{width:35.714285714285715%;} .col-md-4{width:28.57142857142857%;} .col-md-3{width:21.428571428571427%;} .col-md-2{width:14.285714285714285%;} .col-md-1{width:7.142857142857142%;} .col-md-pull-14{right:100%;} .col-md-pull-13{right:92.85714285714286%;} .col-md-pull-12{right:85.71428571428571%;} .col-md-pull-11{right:78.57142857142857%;} .col-md-pull-10{right:71.42857142857143%;} .col-md-pull-9{right:64.28571428571429%;} .col-md-pull-8{right:57.14285714285714%;} .col-md-pull-7{right:50%;} .col-md-pull-6{right:42.857142857142854%;} .col-md-pull-5{right:35.714285714285715%;} .col-md-pull-4{right:28.57142857142857%;} .col-md-pull-3{right:21.428571428571427%;} .col-md-pull-2{right:14.285714285714285%;} .col-md-pull-1{right:7.142857142857142%;} .col-md-pull-0{right:0%;} .col-md-push-14{left:100%;} .col-md-push-13{left:92.85714285714286%;} .col-md-push-12{left:85.71428571428571%;} .col-md-push-11{left:78.57142857142857%;} .col-md-push-10{left:71.42857142857143%;} .col-md-push-9{left:64.28571428571429%;} .col-md-push-8{left:57.14285714285714%;} .col-md-push-7{left:50%;} .col-md-push-6{left:42.857142857142854%;} .col-md-push-5{left:35.714285714285715%;} .col-md-push-4{left:28.57142857142857%;} .col-md-push-3{left:21.428571428571427%;} .col-md-push-2{left:14.285714285714285%;} .col-md-push-1{left:7.142857142857142%;} .col-md-push-0{left:0%;} .col-md-offset-14{margin-left:100%;} .col-md-offset-13{margin-left:92.85714285714286%;} .col-md-offset-12{margin-left:85.71428571428571%;} .col-md-offset-11{margin-left:78.57142857142857%;} .col-md-offset-10{margin-left:71.42857142857143%;} .col-md-offset-9{margin-left:64.28571428571429%;} .col-md-offset-8{margin-left:57.14285714285714%;} .col-md-offset-7{margin-left:50%;} .col-md-offset-6{margin-left:42.857142857142854%;} .col-md-offset-5{margin-left:35.714285714285715%;} .col-md-offset-4{margin-left:28.57142857142857%;} .col-md-offset-3{margin-left:21.428571428571427%;} .col-md-offset-2{margin-left:14.285714285714285%;} .col-md-offset-1{margin-left:7.142857142857142%;} .col-md-offset-0{margin-left:0%;}}@media (min-width:1200px){ .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13{float:left;} .col-lg-14{width:100%;} .col-lg-13{width:92.85714285714286%;} .col-lg-12{width:85.71428571428571%;} .col-lg-11{width:78.57142857142857%;} .col-lg-10{width:71.42857142857143%;} .col-lg-9{width:64.28571428571429%;} .col-lg-8{width:57.14285714285714%;} .col-lg-7{width:50%;} .col-lg-6{width:42.857142857142854%;} .col-lg-5{width:35.714285714285715%;} .col-lg-4{width:28.57142857142857%;} .col-lg-3{width:21.428571428571427%;} .col-lg-2{width:14.285714285714285%;} .col-lg-1{width:7.142857142857142%;} .col-lg-pull-14{right:100%;} .col-lg-pull-13{right:92.85714285714286%;} .col-lg-pull-12{right:85.71428571428571%;} .col-lg-pull-11{right:78.57142857142857%;} .col-lg-pull-10{right:71.42857142857143%;} .col-lg-pull-9{right:64.28571428571429%;} .col-lg-pull-8{right:57.14285714285714%;} .col-lg-pull-7{right:50%;} .col-lg-pull-6{right:42.857142857142854%;} .col-lg-pull-5{right:35.714285714285715%;} .col-lg-pull-4{right:28.57142857142857%;} .col-lg-pull-3{right:21.428571428571427%;} .col-lg-pull-2{right:14.285714285714285%;} .col-lg-pull-1{right:7.142857142857142%;} .col-lg-pull-0{right:0%;} .col-lg-push-14{left:100%;} .col-lg-push-13{left:92.85714285714286%;} .col-lg-push-12{left:85.71428571428571%;} .col-lg-push-11{left:78.57142857142857%;} .col-lg-push-10{left:71.42857142857143%;} .col-lg-push-9{left:64.28571428571429%;} .col-lg-push-8{left:57.14285714285714%;} .col-lg-push-7{left:50%;} .col-lg-push-6{left:42.857142857142854%;} .col-lg-push-5{left:35.714285714285715%;} .col-lg-push-4{left:28.57142857142857%;} .col-lg-push-3{left:21.428571428571427%;} .col-lg-push-2{left:14.285714285714285%;} .col-lg-push-1{left:7.142857142857142%;} .col-lg-push-0{left:0%;} .col-lg-offset-14{margin-left:100%;} .col-lg-offset-13{margin-left:92.85714285714286%;} .col-lg-offset-12{margin-left:85.71428571428571%;} .col-lg-offset-11{margin-left:78.57142857142857%;} .col-lg-offset-10{margin-left:71.42857142857143%;} .col-lg-offset-9{margin-left:64.28571428571429%;} .col-lg-offset-8{margin-left:57.14285714285714%;} .col-lg-offset-7{margin-left:50%;} .col-lg-offset-6{margin-left:42.857142857142854%;} .col-lg-offset-5{margin-left:35.714285714285715%;} .col-lg-offset-4{margin-left:28.57142857142857%;} .col-lg-offset-3{margin-left:21.428571428571427%;} .col-lg-offset-2{margin-left:14.285714285714285%;} .col-lg-offset-1{margin-left:7.142857142857142%;} .col-lg-offset-0{margin-left:0%;}}table{max-width:100%;background-color:transparent;}
.col-lg-7, .col-lg-6, .col-lg-4, .col-lg-10 {box-sizing:border-box;}
.col-lg-7.last, .col-lg-4.last {padding-right:0;}


/* Include Plugin Stylesheets Below */


/*=======================
  =======================
  =======================
		
		START FANCYBOX
		
  =======================
  =======================
=========================*/

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	/*background-image: url('/assets/img/fancybox.png');*/
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	/*background: transparent url('/assets/img/fancybox.png') -40px 0px;*/
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	/*background: transparent url('/assets/img/blank.gif');*/
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	/*background-image: url('/assets/img/fancybox.png');*/
	background-position: -40px -30px;
}

#fancybox-right-ico {
	/*background-image: url('/assets/img/fancybox.png');*/
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	/*background-image: url('/assets/img/fancybox-x.png');*/
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	/*background-image: url('/assets/img/fancybox.png');*/
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	/*background-image: url('/assets/img/fancybox-y.png');*/
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	/*background-image: url('/assets/img/fancybox.png');*/
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	/*background-image: url('/assets/img/fancybox-x.png');*/
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	/*background-image: url('/assets/img/fancybox.png');*/
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	/*background-image: url('/assets/img/fancybox-y.png');*/
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	/*background-image: url('/assets/img/fancybox.png');*/
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	/*background-image: url('/assets/img/fancy_title_over.png');*/
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	/*background: url('/assets/img/fancybox.png') -40px -90px no-repeat;*/
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	/*background: url('/assets/img/fancybox-x.png') 0px -40px;*/
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	/*background: url('/assets/img/fancybox.png') -55px -90px no-repeat;*/
}

/* IE6 */

/*.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/img/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/img/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/img/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/img/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/img/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/img/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/img/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/img/fancybox/fancy_loading.png', sizingMethod='scale'); }
*/
/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }
/*
.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/img/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/img/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/img/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/img/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/img/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/img/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/img/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/img/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
*/



/*=======================
  =======================
  =======================
		
		END FANCYBOX
		
  =======================
  =======================
=========================*/


#freeEstimate{width:700px;margin:0;padding:10px;}

#freeEstimate #formHeader{background:#ff9b00;color:#fff;padding:10px 20px;height:50px;margin:0;}
#freeEstimate #formHeader h3{padding:0;margin:10px 0 0 0;text-transform:uppercase;font-size:1.5em;width:auto;float:left}
#freeEstimate #formHeader a.close{display:block;width:auto;color:#fff;float:right;text-align:right;font-size:.75em;padding:5px}
#freeEstimate #formHeader a.close:hover,#content #freeEstimate #formHeader a.close:active{text-decoration:underline}
#freeEstimate .steps{background:#FFF;margin:0;}
#freeEstimate .step{padding:10px 0 20px 0;margin:5px 20px 20px 20px;border-bottom:1px solid #ccc;height:auto;clear:both}
#freeEstimate .step .num{float:left;padding:5px 0 0 0;height:55px;width:70px;background:#ff9b00;color:#fff;text-align:center;font-size:2em}
#freeEstimate .step h3{padding:0;margin:0 0 0 100px;text-transform:uppercase;font-size:1.5em;width:auto;color:#ff9b00}
#freeEstimate .step p{margin:10px 0 0 100px}
#freeEstimate .step .locateButton{height:30px;padding:4px 10px 2px 10px;margin:-5px 0 0 0;line-height:0;background:#ff9b00;color:#fff;font-family:'Montserrat',Arial,'Helvetica','Helvetica Neue','Lucida Grande',sans-serif;border:0;text-transform:uppercase;font-size:.75em}
#freeEstimate .step .locateField{height:18px;padding:4px;margin:0 0 0 100px;width:350px;border:1px solid #ccc;color:#888;font-family:'Montserrat',Arial,'Helvetica','Helvetica Neue','Lucida Grande',sans-serif}
#freeEstimate .step .mapCanvas{margin:0 0 0 100px;border:10px solid #ccc;padding:0;height:250px;width:540px}
#freeEstimate .nextStep:after{width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:8px solid #fff;content:'';margin:2px 0 0 0;padding:0;display:block;float:right}
#freeEstimate .nextStep,#content #freeEstimate .back,#content #freeEstimate .submit{padding:8px 10px;margin:0 20px 0 0;background:#ff9b00;color:#fff;font-family:'Montserrat',Arial,'Helvetica','Helvetica Neue','Lucida Grande',sans-serif;border:0;text-transform:uppercase;font-size:.75em;display:block;width:100px}
#freeEstimate .nextStep{float:right}
#freeEstimate .back{float:left;text-align:right;padding-right:35px;width:65px}
#freeEstimate .back:before{width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:8px solid #fff;content:'';margin:2px 0 0 0;padding:0;display:block;float:left}
#freeEstimate .submit{text-align:center}
#freeEstimate .nextStep:hover,#content #freeEstimate .nextStep:active,#content #freeEstimate .locateButton:hover,#content #freeEstimate .locateButton:active,#content #freeEstimate .back:hover,#content #freeEstimate .back:active, #freeEstimate .submit:hover,#content #freeEstimate .submit:active, #freeEstimate .step .locateButton:hover{cursor:pointer;background:#ffab00}
#freeEstimate #info{margin:0 0 0 100px;clear:both}
#freeEstimate #info label,#content #freeEstimate #info input,#content #freeEstimate #info textarea{font-size:.75em}
#freeEstimate #info label{margin:0 10px 0 0;display:block;width:230px;padding:0 0 2px 0}
#freeEstimate #info input{width:250px;padding:4px}
#freeEstimate #info .box{float:left;margin:0 15px 12px 0}
#freeEstimate #info select{-webkit-appearance:none;background:url(../img/icon-sprite.png) no-repeat right top #fff;background-position:235px -177px;width:150px;moz-border-radius:0;-webkit-border-radius:0;border-radius:0;border:1px solid #ccc;font-size:.75em;padding:5px 0 5px 5px;color:#888;width:263px}
#freeEstimate #info select:hover{cursor:pointer;background-color:#fbfbfb}
#freeEstimate #info textarea{border:1px solid #ccc;width:550px;padding:3px}
#freeEstimate .error{font-size:.75em;color:#ff9b00}
.thankYouContainer{background:#FFF;margin:3px 0 0 0;padding:20px;height:520px;width:660px}
.freeEstimateMessage{height:175px;}

#freeEstimate{width:700px;margin:0;padding:10px;}

.fbox #formHeader{background:#ff9b00;color:#fff;padding:10px 20px;height:50px;margin:0;}
.fbox #formHeader h3{padding:0;margin:10px 0 0 0;text-transform:uppercase;font-size:1.5em;width:auto;float:left}
.fbox #formHeader a.close{display:block;width:auto;color:#fff;float:right;text-align:right;font-size:.75em;padding:5px}
.fbox #formHeader a.close:hover,#content .fbox #formHeader a.close:active{text-decoration:underline}
.fbox .steps{background:#FFF;margin:0;}
.fbox .step{padding:10px 0 20px 0;margin:5px 20px 20px 20px;border-bottom:1px solid #ccc;height:auto;clear:both}
.fbox .step .num{float:left;padding:5px 0 0 0;height:55px;width:70px;background:#ff9b00;color:#fff;text-align:center;font-size:2em}
.fbox .step h3{padding:0;margin:0 0 0 100px;text-transform:uppercase;font-size:1.5em;width:auto;color:#ff9b00}
.fbox .step p{margin:10px 0 0 100px}
.fbox .step .locateButton{height:30px;padding:4px 10px 2px 10px;margin:-5px 0 0 0;line-height:0;background:#ff9b00;color:#fff;font-family:'Montserrat',Arial,'Helvetica','Helvetica Neue','Lucida Grande',sans-serif;border:0;text-transform:uppercase;font-size:.75em}
.fbox .step .locateField{height:18px;padding:4px;margin:0 0 0 100px;width:350px;border:1px solid #ccc;color:#888;font-family:'Montserrat',Arial,'Helvetica','Helvetica Neue','Lucida Grande',sans-serif}
.fbox .step .mapCanvas{margin:0 0 0 100px;border:10px solid #ccc;padding:0;height:250px;width:540px}
.fbox .nextStep:after{width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:8px solid #fff;content:'';margin:2px 0 0 0;padding:0;display:block;float:right}
.fbox .nextStep,#content .fbox .back,#content .fbox .submit{padding:8px 10px;margin:0 20px 0 0;background:#ff9b00;color:#fff;font-family:'Montserrat',Arial,'Helvetica','Helvetica Neue','Lucida Grande',sans-serif;border:0;text-transform:uppercase;font-size:.75em;display:block;width:100px}
.fbox .nextStep{float:right}
.fbox .back{float:left;text-align:right;padding-right:35px;width:65px}
.fbox .back:before{width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:8px solid #fff;content:'';margin:2px 0 0 0;padding:0;display:block;float:left}
.fbox .submit{text-align:center}
.fbox .nextStep:hover,#content .fbox .nextStep:active,#content .fbox .locateButton:hover,#content .fbox .locateButton:active,#content .fbox .back:hover,#content .fbox .back:active,#content .fbox .submit:hover,#content .fbox .submit:active{background:#ffab00}
.fbox #info{margin:0 0 0 100px;clear:both}
.fbox #info label,#content .fbox #info input,#content .fbox #info textarea{font-size:.75em}
.fbox #info label{margin:0 10px 0 0;display:block;width:230px;padding:0 0 2px 0}
.fbox #info input{width:250px;padding:4px}
.fbox #info .box{float:left;margin:0 15px 12px 0}
.fbox #info select{-webkit-appearance:none;background:url(../img/icon-sprite.png) no-repeat right top #fff;background-position:235px -177px;width:150px;moz-border-radius:0;-webkit-border-radius:0;border-radius:0;border:1px solid #ccc;font-size:.75em;padding:5px 0 5px 5px;color:#888;width:263px}
.fbox #info select:hover{cursor:pointer;background-color:#fbfbfb}
.fbox #info textarea{border:1px solid #ccc;width:550px;padding:3px}



#portfolio #fancybox-content {
	border: none;
	background:#FFF;
}

#portfolio #fancybox-content {
	border: 0;
	border: none;
	background: transparent;
	background: rgba('255,255,255,0');
}

#step1-2, #step3{position:absolute;top:85px;left:10px;background:#FFF;height:650px;width:700px;}

#step3 .back{margin:5px 0 0 15px;float:left;text-align:center;padding:8px 15px 8px 15px;width:65px;display:block;background:#CCC;color:#FFF;font-size:.75em;text-transform:uppercase;}
#step3 .back:hover, #step3 .submit:hover{background:#ffab00}
#step3 .back:before{width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:8px solid #fff;content:'';margin:2px 0 0 4px;padding:0;display:block;float:left}

#step3 .submit {
	margin: 5px 15px 0 0;
	float: right;
	text-align: center;
	padding: 10px 15px 10px 15px;
	width: 100px;
	display: block;
	background: #ff9b00;
	color: #FFF;
	font-size: .75em;
	text-transform: uppercase;
	border:none;
}


/* beautiful CSS-File has been crafted with LESS (lesscss.org) and compiled by simpLESS (wearekiss.com/simpless) */
/* This beautiful CSS-File has been crafted with LESS (lesscss.org) and compiled by simpLESS (wearekiss.com/simpless) */
/*======================================
     MIXINS (VARIABLES)
  ===================================== */
.transitionNone {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.transitionAll {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.lightGrey {
  color: #bbbbbb;
}
.darkGrey {
  color: #333333;
}
.projectSlider {
  position: relative;
  overflow: hidden;
}
.projectSlider .controls {
  width: 100%;
  color: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 10;
  behavior: url(PIE.htc);
  margin: 0;
  padding: 0;
  list-style: none;
  opacity: 0;
  bottom: 5px;
  left: 0;

  /* display: none; */

}
.projectSlider .controls li {
  float: left;
  height: 140px;
  width: 50%;
  cursor: pointer;
  line-height: 150px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.projectSlider .controls li:hover {
/*  color: #fff;*/
}
.projectSlider .controls .projDots {
  cursor: default;
  width: 100%;
  height: 20px;
  display: block;
  text-align: center;
}
.projectSlider .controls .projDots ul {
  margin: 10px 0 0;
  padding: 0;
  left: 50%;
  position: relative;
  text-align: center;
  float: left;
}
.projectSlider .controls .projDots ul li {
  left: -50%;
  float: left;
  position: relative;
  cursor: pointer;
  border-radius: 50%;
  moz-border-radius: 50%;
  webkit-border-radius: 50%;
  behavior: url(PIE.htc);
  width: 10px;
  height: 10px;
  display: inline;
  margin-right: 5px;
  background-color: #eeeeee;
  /* width and height can be anything, as long as they're equal */

}
.projectSlider .controls .projDots ul li:hover {
  background-color: #bbbbbb;
}
.projectSlider .controls .projDots ul .activeDot {
  background-color: #ffe400; /*yellow*/
}
.projectSlider .controls .projDots ul .activeDot:hover {
  background-color: #FFF074;
}
.projectSlider .controls .projPrev {
  width: 25%;
  text-align: left;

}
.projectSlider .controls .projPrev img, .projectSlider .controls .projNext img  {
  opacity: .6;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;

-webkit-perspective: 1000;
-webkit-backface-visibility: hidden;



}
.projectSlider .controls .projPrev:hover img {
  opacity: 1;
}
.projectSlider .controls .projNext {
  width: 75%;
  text-align: right;

}
.projectSlider .controls .projNext img {
/*  opacity: .4;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;*/
}
.projectSlider .controls .projNext:hover img {
  opacity: 1;
}
.projectSlider .sliderImgs {
  padding: 0;
  margin: 0;
  width: 100%;
}
.projectSlider .sliderImgs .activeSlide {
  opacity: 1;
}

.activeSlide {
  opacity: 1;
}
.projectSlider .sliderImgs li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  list-style: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.projectSlider .sliderImgs li img {
/*  width: 100%;
  height: auto;*/

	width: 100%;
	
  	height: auto;

}
.projectSlider .projectSlideHover {
  background: none repeat scroll 0 0 #000000;
  bottom: 0;
  color: #FFFFFF;
  font-size: 25px;
  display: block;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  padding-top: 200px;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: underline;
  top: 0;
  float: left;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.projectSlider .projectSlideHover span {
  font-weight: bold;
}
.projectSlider .projectSlideHover:hover {
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.mainSlider {
  /* close controls */

}
.mainSlider .controls {
  opacity: 1;
  /*
.projDots {
				margin: 5px 0 0 85px;
				@media only screen and (min-width: 768px) { margin-left: 145px; }
				@media only screen and (min-width: 960px) { margin-left: 190px; }
			}
*/
  /* close projDots */

}
.mainSlider .controls .projNext {
	display:block;
	padding-right: 0;
	width: 75%;
	float: right;
	height: 350px;
	line-height: 350px;
}
.mainSlider .controls .projPrev {
	display:block ;
	padding-left: 0;
	width: 25%;
	height: 350px;
	line-height: 350px;

}
/* close mainSlider  */
#insidePage {
  /* close projectslider */

}
#insidePage .projectSlider {
  /* close controls */

}
#insidePage .projectSlider .sliderImgs li {
  height: 475px;
  overflow: hidden;
}
#insidePage .projectSlider .controls {
  opacity: 1;
  /*
.projDots {
				margin: 5px 0 0 85px;
				@media only screen and (min-width: 768px) { margin-left: 145px; }
				@media only screen and (min-width: 960px) { margin-left: 190px; }
			}
*/
  /* close projDots */

}
#insidePage .projectSlider .controls .projNext {
  padding-right: 2%;
  width: 73%;
  height: 250px;
  line-height: 250px;

}
#insidePage .projectSlider .controls .projNext .nextImg {
  width: 15px;
	
}
#insidePage .projectSlider .controls .projPrev {
  padding-left: 2%;
  width: 23%;
  height: 250px;
  line-height: 250px;

}
#insidePage .projectSlider .controls .projPrev .prevImg {
  width: 15px;




}
/* close inside page */
@media only screen and (min-width: 600px) {
  .projectSlider {
    width: 580px;
    height: 214px;
  }
  .mainSlider {
    width: 580px;
    height: 204px;
  }
  #insidePage .projectSlider {
    width: 250px;
    height: 271px;
    float: left;
    margin-right: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .projectSlider {
    width: 750px;
    height: 335px;
  }
  .mainSlider {
    width: 750px;
    height: 265px;
  }
  .mainSlider .controls .projNext {
/*    height: 239px;
    line-height: 239px;*/
  }
  .mainSlider .controls .projPrev {
/*    height: 239px;
    line-height: 239px;*/
  }
  #insidePage .projectSlider {
    width: 370px;
    height: 425px;
    float: none;
    margin-right: 0;
  }
  #insidePage .projectSlider .sliderImgs li {
    height: 400px;
  }
  #insidePage .projectSlider .controls .projNext {
/*    height: 400px;
    line-height: 400px;*/
  }
  #insidePage .projectSlider .controls .projPrev {
/*    height: 400px;
    line-height: 400px;*/
  }
}
@media only screen and (min-width: 960px) {
  .projectSlider {
    width: 940px;
    height: 420px;
  }
  .mainSlider {
    width: 940px;
    height: 340px;
  }
  .mainSlider .controls .projNext {
/*    height: 300px;
    line-height: 200px;*/
  }
  .mainSlider .controls .projPrev {
/*    height: 300px;
    line-height: 200px;*/
  }
  #insidePage .projectSlider {
    width: 460px;
    height: 520px;
  }
  #insidePage .projectSlider .sliderImgs li {
    height: 500px;
  }
  #insidePage .projectSlider .controls .projNext {
	
/*    height: 500px;
    line-height: 515px;*/
  }
  #insidePage .projectSlider .controls .projPrev {
/*    height: 500px;
    line-height: 515px;*/
  }
}

/* =============================================================================
   FA Custom
   ========================================================================== */


/* general */

.estimatepage footer {
  margin-top:0;
  clear:both;
}

.estimatepage #content {
  min-height:100%;
  height:auto;
}

.estimatepage .container header#secondaryPage {
  height:230px !important;
}

/*
.estimatepage #content {
  min-height:100%;
}

.estimatepage.thankspage #content {
  min-height:850px;
}
*/

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
          transition: height .35s ease;
}

.aside-header {
  padding:35px 25px 0 25px;
  text-align:center;
  border-bottom:1px solid #dfdfdf;
}

#content .aside-header h3 {
  text-transform:uppercase;
  color:#f88f1f;
  font-size:28px;
  margin:0;
  padding:0;
}

.aside-header h4 {
  padding-bottom:10px;
  border-bottom:3px solid #d8d8d8;
  font-size:18px;
  text-transform:uppercase;
  color:#f88f1f;
  margin:0 0 25px 0;
}

.mfx_accordion .section {
  border-bottom:1px solid #dfdfdf;
  border-top:1px solid #fff;
  background:#F8F8F8;
}

.mfx_accordion .section.active {
  background:#efefef;
}

.mfx_accordion .section.active .content {
  background:#efefef;
  min-height:175px;
}

.mfx_accordion .section:hover {
  background:#efefef;
}

.mfx_accordion .trigger {
  text-transform:uppercase;
  color:#545454;
  font-size:12px;
  font-weight:bold;
  display:block;
  padding:12px 0 12px 25px;
  margin:0 13px;
  background:url(/assets/img/open.png) no-repeat center left;
}

.mfx_accordion .trigger:hover {
  cursor:pointer;
}

#content .aside {
  padding:0;
  background:#f4f4f4;
  min-height:100%;
  float:right;
}

#content .aside .mfx_accordion {
  padding:0;
  }

.mfx_accordion ul {
  margin:10px 0;
  padding:0;
}

.mfx_accordion ul li {
  list-style:none;
  clear:both;
  width:100%;
  float:left;
  font-size:12px;
  margin-bottom:15px;
  line-height:40px;
}


.mfx_accordion ul li p {
  line-height:15px;
  font-size:13px;
  margin:0;
  padding:0;
}

.mfx_accordion ul li img {
  float:left;
  margin:0 8px 0 0;
}
.mfx_accordion h4 {
  margin:0;
  padding:0;
}

/* Editable Accordion Styles */
.mfx_accordion { 
  color:#666; 
  font-family:'Helvetica Neue', Helvetica, Arial, sans-serif; 
  font-size:12px; 
  line-height:17px;
  margin:0 auto;
  width:100%;
}

.mfx_accordion .active .trigger {
  background:url(/assets/img/close.png) no-repeat center left;
  color:#f88f1f;
}


.mfx_accordion .section .content {  
  background-color:#f0f3f6;
  height:auto;
  overflow:hidden;
  padding:0px 10px;

  transition:height 0.3s ease;
  -o-transition:height 0.3s ease;
  -moz-transition:height 0.3s ease;
  -webkit-transition:height 0.3s ease;

}


/* step 3 PIN map */

.contact-summary p {
  font-size:16px;
  margin:0;
  padding:0;
}

#content #content-wrap #estimate-final p.sub-title {
  padding:0 0 10px 0;
  font-size: 18px;
  margin: 0;
}

.contact-summary p.smaller {
  font-size:13px;
  color:#666;
}

.pin-note {
  padding:12px 10px;
  background:#f3f3f3;
  border:1px dotted #e5e5e5;
}

.pin-note ol {
  display:inline-block;
  padding:0 0 0 30px;
  margin:0;
}

#content #content-wrap .pin-note li {
  font-size:14px;
  margin-bottom:5px;
}

.pin-note img {
  float:left;
  margin:0 10px 0 0;
}

.googlemap {
  margin-top:15px;
}


/* progress bar */

#content-wrap .order-process {
  float:left;
  width:100%;
  padding:18px 0;
  margin:30px 0 20px;

}

#content-wrap .order-process ul {
  margin:0;
  padding:0;
}

#content-wrap .order-process li {
  font-size:12px;
  line-height:12px;
  text-transform:uppercase;
  width:23%;
  margin:0 1% 0 0;
  list-style:none;
  color:#555555;
  float:left;
  position:relative;
  padding:5px 0 5px 35px;
  background:url(/assets/img/estimate/order-process-icons.png) no-repeat left -114px;
}

#content-wrap .order-process li.lastcheck {
  width:5%;
}

.sep-line {
  position:absolute;
  right:0;
  top:12px;
  height:5px;
  width:120px;
  background:url(/assets/img/estimate/line.png) no-repeat left center;
}

#content-wrap .order-process li.active, #content-wrap .order-process li.active p {
  color:#f79f4e;
}

#content-wrap .order-process li p {
  margin:0;
  padding:0;
  font-size:13px;
  text-transform:uppercase;
  color:#555555;
}

#content-wrap .order-process li.complete {
  background-position:left -37px;
  color:#f79f4e;
}

#content-wrap .order-process li.complete p {
  color:#f79f4e;
}

#content-wrap .order-process li.success {
  background-position:left -26px;
  padding-right:0;
  text-indent:-99999px;
}

#content-wrap .order-process li.inactive {
  background-position:left -154px;
  padding:10px 20px;
  text-indent:-99999px;
}

#content-wrap .order-process li.complete.last {
  background-position:left 4px;
  min-height:20px;
  text-indent:-99999px;
  min-height:20px;
}

#content-wrap .order-process li.active {
  background-position:left -75px;
}


/* form header */

#content-wrap .estimate h2 {
  margin:0;
  padding:0;
  color:#f79f4e;
  font-weight:400;
  clear:both;
}


#content-wrap .estimate p.subtitle {
  font-size:18px;
  margin:0;
  padding:0 0 25px 0;
}

/* form */


.estimate .btns a, .estimate .btns button {
  background:#252525;
  border:2px solid #f79f4e;
  color:#555;
  font-size:24px;
  margin:0 0 0 15px;
  text-transform:uppercase;
  padding:11px 50px 11px 100px;
  border-radius:0;
  background:url(/assets/img/estimate/next.png) no-repeat center left;
}

.estimate .btns button:hover {
  color:#666;
  background:url(/assets/img/estimate/next-hover.png) no-repeat center left;
  border:2px solid #ffae63;
}

.estimate .btns.previous a {
  float:right;
  margin-right:25px;
  background:url(/assets/img/estimate/edit.png) no-repeat center left;
}

.estimate .btns.previous button:hover {
  background:url(/assets/img/estimate/edit-hover.png) no-repeat center left;
  border:2px solid #ffae63;
}



.estimate fieldset {
  display: block; 
  padding: 0;
  border: none;
  margin-bottom:30px;
  border:none;
  clear:both;
}

.estimate fieldset legend {
  float:left;
  margin:0;
  width:100%;
  font-size:30px;
  text-transform:uppercase;
  color:#F59100;
  border:none;
  padding:10px 0 20px 0;
  background:#fff;
}

.estimate legend span {
  background:url(/assets/img/estimate/legend-bg.png) no-repeat center 1px;
  color:#F59100;
  margin-right:3px;
  padding:15px 15px;
  font-weight:bold;
  font-size:18px;
  top:-1px;
  position:relative;
}

.estimate section.panel {
  border-left:1px solid #e7e7e7;
  padding:23px 0 0 20px;
  margin:0 0 0 23px;
}

.estimate .section-box {
  border: 1px solid #3b3b3b;
  padding: 20px 40px;
  clear: both;
  margin: 15px 0 40px 10px;
  display: inline-block;
  width:100%;
}

.estimate .section-noborder-box.notop {
  margin-top:0;
  padding-top:10px;
}

.estimate .section-noborder-box {
  border:none;
  padding: 20px 0;
  clear: both;
  margin: 15px 0 20px 15px;
  box-sizing:border-box;
  display: inline-block;
  width:100%;
}


/**  thank you **/

.order-confirmation h3 {
  font-size:40px;
  color:#f88f1f;
  margin:0;
}

.order-confirmation {
  margin:40px 0 50px 0;
  text-align:center;
  display:inline-block;
  width:100%;
}

.order-confirmation p.thanks {
  font-size:24px;
  color:#555;
  margin:20px 0 30px 0;
}

.order-confirmation p {
  font-size:20px;
  line-height:38px;
  color:#555;
  margin:30px 0 30px 0;
}

.order-confirmation .yellow.button {
  color:#444;
  font-size:16px;
  text-transform:uppercase;
  text-align:center;
  background:#f88f1f;
  padding:18px 70px;
  float:none;
  margin:0 auto;
  width:130px;
  opacity:1;
  text-decoration:none;
  -moz-border-radius: 4px; 
  -webkit-border-radius: 4px; 
  -khtml-border-radius: 4px; 
  -o-border-radius: 4px; 
  -ms-border-radius: 4px;
  border-radius: 4px; 
}

.order-confirmation .yellow.button:hover {
  background:#ff9d35;
}



/**/
/* contact form */
/**/

.estimate section.selects {
  clear:both;
  position:relative;
}


.estimate label {
  text-align:left;
  color:#898989;
  font-size:16px;
  padding-left:0;
}

.estimate label span.requi-field {
  color:#f79f4e;
  margin:0 0 0 3px;
}

#content #content-wrap .estimate ul {
  margin:5px 0 0 0;
}

.estimate section ul.parsley-error-list {
  list-style:none;
  margin:6px 0 0 0;
  padding:0 0 0 5px;
}

#content #content-wrap .estimate section ul.parsley-error-list li {
  text-align:left;
  background-image:none;
  list-style:none;
  font-size:13px;
  color:#f79f4e;
  padding:0;
  font-weight:normal;
  }

/**/
/* defaults */
/**/


.estimate {
  margin: 0 0 100px 0;
  outline: none;
  color: #666;
  width:100%;
}
.estimate header {
  display: block;
  padding: 20px 30px; 
  border-bottom: 1px solid rgba(0,0,0,.1);
  background: rgba(248,248,248,.9);
  font-size: 25px;
  font-weight: 300;
  color: #232323;
}

.estimate fieldset + fieldset {
  border-top: 1px solid rgba(0,0,0,.1);
}
.estimate section {
  margin-bottom: 30px;
}
.estimate footer {
  display: block;
  padding: 15px 30px 25px;
  border-top: 1px solid rgba(0,0,0,.1);
  background: rgba(248,248,248,.9);
}
.estimate footer:after {
  content: '';
  display: table;
  clear: both;
}
.estimate a {
  color: #2da5da;
}
.estimate .label {
  display: block;
  margin-bottom: 15px;
  line-height: 19px;
  font-weight: 400;
}
.estimate .label.col {
  margin: 0;
  padding-top: 10px;
}
.estimate .note {
  margin-top: 6px;
  padding: 0 1px;
  font-size: 11px;
  line-height: 15px;
  color: #999;
}
.estimate .input,
.estimate .select,
.estimate .textarea,
.estimate .radio,
.estimate .checkbox,
.estimate .toggle,
.estimate .button {
  position: relative;
  display: block;
}
.estimate .input input,
.estimate .select select,
.estimate .textarea textarea {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  height: 45px;
  padding: 8px 10px;
  outline: none;
  border-width: 2px;
  border-style: solid;
  border-radius: 0;
  background: #fff;
  font: 15px/19px 'Open Sans', Helvetica, Arial, sans-serif;
  color: #333;
  appearance: normal;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.estimate .progress {
  float: right;
  margin-top: 10px;
  line-height: 39px;
  color: #232323;
}


/**/
/* file inputs */
/**/
.estimate .input-file .button {
  position: absolute;
  top: 4px;
  right: 4px;
  float: none;
  height: 31px;
  margin: 0;
  padding: 0 20px;
  font-size: 13px;
  line-height: 31px;
}
.estimate .input-file .button:hover {
  box-shadow: none;
}
.estimate .input-file .button input {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  font-size: 30px;
  cursor: pointer;
  opacity: 0;
}


/**/
/* selects */
/**/
.estimate .select i {
  position: absolute;
  top: 18px;
  right: 14px;
  width: 5px;
  height: 11px;
  background: #fff;
  box-shadow: 0 0 0 12px #fff;
}
.estimate .select i:after,
.estimate .select i:before {
  content: '';
  position: absolute;
  right: 0;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.estimate .select i:after {
  bottom: 0;
  border-top: 4px solid #333;
}
.estimate .select i:before {
  top: 0;
  border-bottom: 4px solid #333;
}
.estimate .select-multiple select {
  height: auto;
}


/**/
/* textareas */
/**/
.estimate .textarea textarea {
  height: auto;
  resize: none;
}
.estimate .textarea-resizable textarea {
  resize: vertical; 
}
.estimate .textarea-expandable textarea {
  height: 39px;
}
.estimate .textarea-expandable textarea:focus {
  height: auto;
}


/**/
/* radios and checkboxes */
/**/
.estimate .radio,
.estimate .checkbox {
  margin-bottom: 4px;
  padding:2px 0 0 30px;
  font-size: 16px;
  line-height: 20px;
  color: #666;
  cursor: pointer;
  margin-right:50px;
  display:inline;
}
.estimate .radio:last-child,
.estimate .checkbox:last-child {
  margin-bottom: 0;
}
.estimate .radio input,
.estimate .checkbox input {
  position: absolute;
  left: -9999px;
}
.estimate .radio i,
.estimate .checkbox i {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 17px;
  height: 17px;
  outline: none;
  border-width: 2px;
  border-style: solid;
  background: transparent;
}
.estimate .radio i {
  border-radius: 50%;
}

.estimate .radio input:disabled + i {
  border-color:#2d2d2d;
}

.estimate .radio input:disabled + i:hover {
  cursor:default;
}

.estimate .radio input + i:after,
.estimate .checkbox input + i:after {
  position: absolute;
  opacity: 0;
  transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  -ms-transition: opacity 0.1s;
  -moz-transition: opacity 0.1s;
  -webkit-transition: opacity 0.1s;
}
.estimate .radio input + i:after {
  content: '';
  top: 0px;
  left: 0px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
}
.estimate .checkbox input + i:after {
  content: '';
  top: 0px;
  left: 0px;
  width: 17px;
  height: 17px;
  font: normal 12px/16px FontAwesome;
  text-align: center;
}
.estimate .radio input:checked + i:after,
.estimate .checkbox input:checked + i:after {
  opacity: 1;
}
.estimate .inline-group {
  margin: 0 -30px -4px 0;
}
.estimate .inline-group:after {
  content: '';
  display: table;
  clear: both;
}
.estimate .inline-group .radio,
.estimate .inline-group .checkbox {
  float: left;
  margin-right: 30px;
}
.estimate .inline-group .radio:last-child,
.estimate .inline-group .checkbox:last-child {
  margin-bottom: 4px;
}


/**/
/* toggles */
/**/
.estimate .toggle {
  margin-bottom: 4px;
  padding-right: 61px;
  font-size: 15px;
  line-height: 27px;
  color: #fff;
  cursor: pointer;
}
.estimate .toggle:last-child {
  margin-bottom: 0;
}
.estimate .toggle input {
  position: absolute;
  left: -9999px;
}
.estimate .toggle i {
  content: '';
  position: absolute;
  top: 4px;
  right: 0;
  display: block;
  width: 49px;
  height: 17px;
  border-width: 2px;
  border-style: solid;
  border-radius: 12px;
  background: #fff;
}
.estimate .toggle i:after {
  content: '';
  position: absolute;
  top: 2px;
  right: 8px;
  left: 8px;
  font-style: normal;
  font-size: 9px;
  line-height: 13px;
  font-weight: 700;
  text-align: left;
  color: #5f5f5f;
}
.estimate .toggle i:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 4px;
  right: 4px;
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  opacity: 1;
  transition: right 0.2s;
  -o-transition: right 0.2s;
  -ms-transition: right 0.2s;
  -moz-transition: right 0.2s;
  -webkit-transition: right 0.2s;
}
.estimate .toggle input:checked + i:after {
  content: '';
  text-align: right;
}
.estimate .toggle input:checked + i:before {
  right: 36px;
}


#content .estimate-form {
  padding-left:30px;
}

/**/
/* buttons */
/**/
.estimate .button {
  float: right;
  height: 39px;
  overflow: hidden;
  margin: 10px 0 0 20px;
  padding: 0 25px;
  outline: none;
  border: 0;
  font: 300 15px/39px 'Open Sans', Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}
.estimate .button-uploading {
  position: relative;
  color: transparent;
  cursor: default;
}
.estimate .button-uploading:after {
  content: 'Uploading...';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  -o-animation: blink 1s linear infinite;
  -ms-animation: blink 1s linear infinite;
  -moz-animation: blink 1s linear infinite; 
  -webkit-animation: blink 1s linear infinite;
}
@-o-keyframes blink
{
  0% {opacity: 1}
  50% {opacity: 0.3}
  100% {opacity: 1}
}
@-ms-keyframes blink
{
  0% {opacity: 1}
  50% {opacity: 0.3}
  100% {opacity: 1}
}
@-moz-keyframes blink
{
  0% {opacity: 1}
  50% {opacity: 0.3}
  100% {opacity: 1}
}
@-webkit-keyframes blink
{
  0% {opacity: 1}
  50% {opacity: 0.3}
  100% {opacity: 1}
}




@media all and (max-width: 975px) {

  #content #content-wrap .order-process li {
    margin:0;
  }

  #content #content-wrap .order-process li p{
    text-transform:none;
  }

  #content .aside-header h3 {
    font-size:24px;
  }

  #content .aside-header h4 {
    font-size:15px;
  }

  #content .estimate fieldset legend {
    font-size:24px;
  }

.estimatepage .container header#secondaryPage {
  height:200px !important;
}


  #content .col-lg-7.last, #content .col-lg-4.last {padding-right:25px;}

}

@media all and (max-width: 900px) {
  #content .aside {
    display:none !important;
  }
  .estimatepage #content .estimate-form.col-9 {
    width:100%;
  }
  #content .col-lg-7.last, #content .col-lg-4.last {padding-right:25px;}

.estimatepage .container header#secondaryPage {
  height:190px !important;
}



}

@media all and (max-width: 600px) {
    #content #content-wrap .order-process li p{
      display:none;
    }

  #content #content-wrap .order-process li {
    width:18%;
    min-height:20px;
  }

  #content #content-wrap .order-process li.lastcheck {
    width:5%;
    padding:5px;
    min-height:20px;
  }

.estimatepage .container header#secondaryPage {
  height:175px !important;
}


  #content-wrap .estimate h2 {
      font-size:1.1em;
  }

  #content .estimate fieldset legend {
    font-size:17px;
    line-height:20px;
    padding:10px 0;
  }

  #content .estimate fieldset legend span{
    float:left;
    padding:16px 15px;
    top:-5px;
  }

  #content-wrap .estimate p.subtitle {
    font-size:15px;
    margin:8px 0 0 0;
    line-height:18px;
  }

.estimate .btns a, .estimate .btns button {
  font-size:  16px;
  padding:11px 30px 11px 85px;
}

.estimate .mapstep .btns a, .estimate .mapstep .btns button {
  font-size:14px;
  padding:11px 25px 11px 80px;
}

.pin-note img {
  display:none;
}

#map-canvas {
  height:320px !important;
}


}


/**/
/* tooltips */
/**/
.estimate .tooltip {
  position: absolute;
  z-index: 1;
  left: -9999px;
  padding: 2px 8px 3px;
  font-size: 11px;
  line-height: 16px;
  font-weight: 400;
  background: rgba(0,0,0,0.9);
  color: #fff;
  opacity: 0;
  transition: margin 0.3s, opacity 0.3s;
  -o-transition: margin 0.3s, opacity 0.3s;
  -ms-transition: margin 0.3s, opacity 0.3s;
  -moz-transition: margin 0.3s, opacity 0.3s;
  -webkit-transition: margin 0.3s, opacity 0.3s;
}
.estimate .tooltip:after {
  content: '';
  position: absolute;
}
.estimate .input input:focus + .tooltip,
.estimate .textarea textarea:focus + .tooltip {
  opacity: 1; 
}

.estimate .tooltip-top-right {
  bottom: 100%;
  margin-bottom: 15px;
}
.estimate .tooltip-top-right:after {
  top: 100%;
  right: 16px;  
  border-top: 4px solid rgba(0,0,0,0.9);
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.estimate .input input:focus + .tooltip-top-right,
.estimate .textarea textarea:focus + .tooltip-top-right {
  right: 0;
  left: auto;
  margin-bottom: 5px;
}

.estimate .tooltip-top-left {
  bottom: 100%;
  margin-bottom: 15px;
}
.estimate .tooltip-top-left:after {
  top: 100%;
  left: 16px;
  border-top: 4px solid rgba(0,0,0,0.9);
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.estimate .input input:focus + .tooltip-top-left,
.estimate .textarea textarea:focus + .tooltip-top-left {
  right: auto;
  left: 0;
  margin-bottom: 5px;
}

.estimate .tooltip-right {
  top: 9px;
  white-space: nowrap;
  margin-left: 15px;
}
.estimate .tooltip-right:after {
  top: 6px;
  right: 100%;
  border-top: 4px solid transparent;
  border-right: 4px solid rgba(0,0,0,0.9);
  border-bottom: 4px solid transparent;
}
.estimate .input input:focus + .tooltip-right,
.estimate .textarea textarea:focus + .tooltip-right {
  left: 100%;
  margin-left: 5px;
}

.estimate .tooltip-left {
  top: 9px;
  white-space: nowrap;
  margin-right: 15px;
}
.estimate .tooltip-left:after {
  top: 6px;
  left: 100%;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid rgba(0,0,0,0.9);
}
.estimate .input input:focus + .tooltip-left,
.estimate .textarea textarea:focus + .tooltip-left {
  right: 100%;
  left: auto;
  margin-right: 5px;
}

.estimate .tooltip-bottom-right {
  top: 100%;
  margin-top: 15px;
}
.estimate .tooltip-bottom-right:after {
  bottom: 100%;
  right: 16px;  
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(0,0,0,0.9);
  border-left: 4px solid transparent;
}
.estimate .input input:focus + .tooltip-bottom-right,
.estimate .textarea textarea:focus + .tooltip-bottom-right {
  right: 0;
  left: auto;
  margin-top: 5px;
}

.estimate .tooltip-bottom-left {
  top: 100%;
  margin-top: 15px;
}
.estimate .tooltip-bottom-left:after {
  bottom: 100%;
  left: 16px;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(0,0,0,0.9);
  border-left: 4px solid transparent;
}
.estimate .input input:focus + .tooltip-bottom-left,
.estimate .textarea textarea:focus + .tooltip-bottom-left {
  right: auto;
  left: 0;
  margin-top: 5px;
}


/**/
/* normal state */
/**/
.estimate .input input,
.estimate .select select,
.estimate .textarea textarea,
.estimate .radio i,
.estimate .checkbox i,
.estimate .toggle i,
.estimate .icon-append,
.estimate .icon-prepend {
  border-color: #d7d7d7;
  transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  -ms-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
}
.estimate .toggle i:before {
  background-color: #2da5da;  
}
.estimate .rating label {
  color: #ccc;
  transition: color 0.3s;
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
}
.estimate .button {
  background-color: #2da5da;
  opacity: 0.8;
  transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
}
.estimate .button.button-secondary {
  background-color: #b3b3b3;
}
.estimate .icon-append,
.estimate .icon-prepend {
  color: #ccc;
}


/**/
/* hover state */
/**/
.estimate .input:hover input,
.estimate .select:hover select,
.estimate .textarea:hover textarea,
.estimate .radio:hover i,
.estimate .checkbox:hover i,
.estimate .toggle:hover i {
  border-color: #f9a52b;
}

.estimate .radio:hover i {
  border-color:#edcd02
}

.estimate .rating input + label:hover,
.estimate .rating input + label:hover ~ label {
  color: #2da5da;
}
.estimate .button:hover {
  opacity: 1;
}


/**/
/* focus state */
/**/
.estimate .input input:focus,
.estimate .select select:focus,
.estimate .textarea textarea:focus,
.estimate .radio input:focus + i,
.estimate .checkbox input:focus + i,
.estimate .toggle input:focus + i {
  border-color: #F59100;
}


/**/
/* checked state */
/**/
.estimate .radio input + i:after {
  background:url(/assets/img/estimate/radio-check.png) no-repeat center center;
}
.estimate .checkbox input + i:after {
  background:url(/assets/img/estimate/radio-check.png) no-repeat center center;
  border:none;
}
.estimate .radio input:checked + i,
.estimate .checkbox input:checked + i,
.estimate .toggle input:checked + i {
  background:#F59100;
  border:2px solid #F59100;
}
.estimate .rating input:checked ~ label {
  color: #2da5da; 
}


/**/
/* error state */
/**/
.estimate .state-error input,
.estimate .state-error select,
.estimate .state-error textarea,
.estimate .radio.state-error i,
.estimate .checkbox.state-error i,
.estimate .toggle.state-error i {
  background: #fff0f0;
}
.estimate .state-error select + i {
  background: #fff0f0;
  box-shadow: 0 0 0 12px #fff0f0;
}
.estimate .toggle.state-error input:checked + i {
  background: #fff0f0;
}
.estimate .state-error + em {
  display: block;
  margin-top: 6px;
  padding: 0 1px;
  font-style: normal;
  font-size: 11px;
  line-height: 15px;
  color: #ee9393;
}
.estimate .rating.state-error + em {
  margin-top: -4px;
  margin-bottom: 4px;
}


/**/
/* success state */
/**/
.estimate .state-success input,
.estimate .state-success select,
.estimate .state-success textarea,
.estimate .radio.state-success i,
.estimate .checkbox.state-success i,
.estimate .toggle.state-success i {
  background: #f0fff0;
}
.estimate .state-success select + i {
  background: #f0fff0;
  box-shadow: 0 0 0 12px #f0fff0;
}
.estimate .toggle.state-success input:checked + i {
  background: #f0fff0;
}
.estimate .note-success {
  color: #6fb679;
}


/**/
/* disabled state */
/**/
.estimate .input.state-disabled input,
.estimate .select.state-disabled,
.estimate .textarea.state-disabled,
.estimate .radio.state-disabled,
.estimate .checkbox.state-disabled,
.estimate .toggle.state-disabled,
.estimate .button.state-disabled {
  cursor: default;
  opacity: 0.5;
}
.estimate .input.state-disabled:hover input,
.estimate .select.state-disabled:hover select,
.estimate .textarea.state-disabled:hover textarea,
.estimate .radio.state-disabled:hover i,
.estimate .checkbox.state-disabled:hover i,
.estimate .toggle.state-disabled:hover i {
  border-color: #e5e5e5;
}

.estimate .radio.state-disabled:hover i {
  border-color:#edcd02;
}


/**/
/* submited state */
/**/
.estimate .message {
  display: none;
  color: #6fb679;
}
.estimate .message i {
  display: block;
  margin: 0 auto 20px;
  width: 81px;
  height: 81px;
  border: 1px solid #6fb679;
  border-radius: 50%;
  font-size: 30px;
  line-height: 81px;
}
.estimate.submited fieldset,
.estimate.submited footer {
  display: none;
}
.estimate.submited .message {
  display: block;
  padding: 25px 30px;
  background: rgba(255,255,255,.9);
  font: 300 18px/27px 'Open Sans', Helvetica, Arial, sans-serif;
  text-align: center;
}



/**/
/* modal */
/**/
.estimate-modal {
  position: fixed;
  z-index: 1;
  display: none;
  width: 400px;
}
.estimate-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
}


