body {
    background: #faf9f9;
    padding: 0;
    margin: 0;
    font-family: 'Exo 2', sans-serif;
    font-weight:400;
}
a:focus {
    color: #fff !important;
    text-decoration: none !important;
}
.container {
    max-width: 1130px;
}
.margin-bottom-1em {
    margin-bottom: 1em !important;
}
.dl-horizontal dt {
    width: 80px;
    text-align: left;
    margin-bottom: 4px;
}
.dl-horizontal dd {
    margin-left: 100px;
}
.top-padding-60 {
    padding-top: 60px;
}
img.rounded {
    border-radius: 10px;
    border: 5px solid #3f9a93;
    opacity: .75;
    margin-bottom: 12px;
}
.text-green {
    color: #3f9a93;
}
.btn-green {
    color: #fff;
    background-color: #3f9a93;
    border-color: #3a8c85;
}
.btn-green.active, .btn-green.focus, .btn-green:active, .btn-green:focus, .btn-green:hover, .open > .dropdown-toggle.btn-green {
    color: #fff;
    background-color: #3a8c85;
    border-color: #348079;
}

/* Site CSS */
.header {
    position: relative;
    display: block;
    width: 100%;
    height: 130px;
    z-index: 99;
}
.header .logo {
    float: left;
    display: table-cell;
    margin: 30px 100px 0 0;
}
.header .logo img {
    height:70px;
}
.header .burgerIcon {
    display: none;
}
.header nav {
    float: right;
    margin-top: 50px;
    display: table-cell;
}
.header nav li {
    float: left;
    margin-left: 40px;
}
.header nav li:first-child{
    margin: 0;
}
.header nav li a{
    color: #fff;
    font-size: 16px;
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
}
.header nav li a:hover, .header nav li a:focus{
    text-decoration: none;
    color: #B7EFD1 !important;
}


.hero {
    display: block;
    position: relative;
    width: 100vw;
    height: 100vh;
    background: url('../img/vaillant-photo-logo.jpg') no-repeat fixed center center;	
    background-size: cover;
}
.hero img.bg {
    display:none;
}
.hero .caption {
    text-align:center;
    position: absolute;
    top: 50%;
    left:0;
    right:0;
    transform:translate(0,-50%);
    -webkit-transform:translate(0,-50%);
    -moz-transform:translate(0,-50%);
    -o-transform:translate(0,-50%);
}
.hero .caption > * {
    display:block;
}
.hero .caption h1 {
    color: #fff;
    font-weight:700;
    font-size: 48px;
    font-weight: bold;
    word-break: break-word;
    text-shadow:0 0 20px #000;
}
.hero .caption p {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    text-shadow:0 0 20px #000;
    margin: 15px 0 35px 0;
}
.hero .caption a.phone {
    color: #fff;
    font-size: 36px;
    line-height: 30px;
    text-shadow:0 0 20px #000;
    margin: 15px 0 35px 0;
}

/* Subpage */
.subpage {
    padding:60px 0;
}
.subpage.grey {
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(left,  #e5e5e5 0%, #eeeeee 20%, #f5f5f5 52%, #eeeeee 80%, #e5e5e5 100%);
    background-image: -o-linear-gradient(left,#e5e5e5 0%,#eeeeee 20%,#f5f5f5 52%,#eeeeee 80%,#e5e5e5 100%);
    background-image: -webkit-linear-gradient(left,  #e5e5e5 0%,#eeeeee 20%,#f5f5f5 52%,#eeeeee 80%,#e5e5e5 100%);
    background-image: linear-gradient(to right,  #e5e5e5 0%,#eeeeee 20%,#f5f5f5 52%,#eeeeee 80%,#e5e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#e5e5e5',GradientType=1 );
}
.subpage.green {
    background-color: #78c1ba;
    background-image: -moz-linear-gradient(left,  #3f9a93 0%, #6fbab3 20%, #78c1ba 50%, #6fbab3 80%, #3f9a93 100%);
    background-image: -o-linear-gradient(left, #3f9a93 0%,#6fbab3 20%,#78c1ba 50%,#6fbab3 80%,#3f9a93 100%);
    background-image: -webkit-linear-gradient(left,  #3f9a93 0%,#6fbab3 20%,#78c1ba 50%,#6fbab3 80%,#3f9a93 100%);
    background-image: linear-gradient(to right,  #3f9a93 0%,#6fbab3 20%,#78c1ba 50%,#6fbab3 80%,#3f9a93 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f9a93', endColorstr='#3f9a93',GradientType=1 );
}
.subpage h1 {
    color: #3f9a93;
    font-weight:700;
    font-size: 34px;
    font-weight: bold;
    line-height: 46px;
    margin: 0 0 20px 0;
    word-break: break-word;
}
.subpage.green h1 {
    color: #f5f5f5;
}
.subpage h2 {
    color: #444d4b;
    font-weight:700;
    font-size: 26px;
    margin: 0 0 14px 0;
    word-break: break-word;
}
.subpage p {
    color: #767272;
    font-size: 16px;
    margin-bottom: 45px;
    line-height: 32px;
}
.subpage p.smaller {
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 2em;
}
.subpage.green p {
    color:#f5f5f5;
}
.subpage ul {
    margin-bottom: 40px;
    list-style: square;
    padding:0 1.5em;
}
.subpage ul li {
    color: #3f9a93;
    font-weight:600;
    font-size: 14px;
    margin-bottom:1em;
    padding-left:.5em;
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
}
.subpage.green ul li span {
    color:#f5f5f5;
}
.subpage ul li:last-child {
    margin-bottom:0;
}

footer{
    padding: 30px 0;
    text-align: center;
}
footer .copyright{
    margin: 0;
    color: #757171;
    font-size: 12px;
    letter-spacing: .5px;
}
footer .copyright a {
    color: #565555;
}


/* Responsive */
@media (max-width: 360px) {
    .xs-margin-bottom-1em {
        margin-bottom: 1em;
    }
    .xs-padding-top-2em {
        padding-top: 2em;
    }
    .xs-display-block {
        display:block;
    }
    .xs-margin-botom-neg-2em {
        margin-bottom:-2em;
    }
    .header {
        height:60px;
    }
    .header .logo {
        float:left;
        margin:15px 0 0 0;
        width:230px;
    }
    .header .logo img {
        height:auto;
        width: 100%;
    }
    .header .burgerIcon {
        margin:4px 0 0 0;
        display: inline-block;
        float: right;
        padding: 5px 10px;
        text-transform: uppercase;
        color: #fff;
        font-weight:400;
        font-size: 30px;
    }
    .header .burgerIcon:hover {
        cursor: pointer;
    }
    .header .burgerIcon.active {
        color: #3f9a93;
    }
    .header nav {
        width: 100%;
        float: none;
        background: #47ad76;
        position: absolute;
        margin-top: 60px;
        left: 0;
        display: none;
    }
    .header nav.show {
        display: block;
    }
    .header nav li {
        display: block;
        width: 100%;
        margin: 0;
        text-align: center;
    }
    .header nav li a {
        display: block;
        width: 100%;	
        padding: 20px 0;
        border-bottom: 1px solid #389965;
    }
    .header nav li:first-child a {
        border-top: 1px solid #389965;
    }
    .hero {
        overflow:hidden;
    }
    .hero img.bg {
        display:block;
        position: absolute; 
        top: 0; 
        left: 0; 
        /* Preserve aspet ratio */
        min-width: 100vh;
        min-height: 100vh;
    }
    .hero .caption{
        margin-left: 0;
    }
    .hero .caption h1 {
        font-size: 32px;
    }
    .hero .caption a.phone {
        font-size: 28px;
    }
    .subpage img {
        max-width: 100%;
    }
    .showOnMap {
        white-space: nowrap;
    }
    .dl-horizontal dt {
        margin-bottom:0;
    }
    .dl-horizontal dd {
        margin-bottom:10px;
        margin-left: 30px;
    }
}
@media (max-width: 760px) {
    .xs-margin-bottom-1em {
        margin-bottom: 1em;
    }
    .xs-padding-top-2em {
        padding-top: 2em;
    }
    .xs-display-block {
        display:block;
    }
    .xs-margin-botom-neg-2em {
        margin-bottom:-2em;
    }
    .header {
        height:60px;
    }
    .header .logo {
        float:left;
        margin:15px 0 0 0;
        width:230px;
    }
    .header .logo img {
        height:auto;
        width: 100%;
    }
    .header .burgerIcon {
        margin:4px 0 0 0;
        display: inline-block;
        float: right;
        padding: 5px 10px;
        text-transform: uppercase;
        color: #fff;
        font-weight:400;
        font-size: 30px;
    }
    .header .burgerIcon:hover {
        cursor: pointer;
    }
    .header .burgerIcon.active {
        color: #3f9a93;
    }
    .header nav {
        width: 100%;
        float: none;
        background: #47ad76;
        position: absolute;
        margin-top: 60px;
        left: 0;
        display: none;
    }
    .header nav.show {
        display: block;
    }
    .header nav li {
        display: block;
        width: 100%;
        margin: 0;
        text-align: center;
    }
    .header nav li a {
        display: block;
        width: 100%;	
        padding: 20px 0;
        border-bottom: 1px solid #389965;
    }
    .header nav li:first-child a {
        border-top: 1px solid #389965;
    }
    .hero {
        overflow:hidden;
    }
    .hero img.bg {
        display:block;
        position: absolute; 
        top: 0; 
        left: 0; 
        /* Preserve aspet ratio */
        min-width: 100vh;
        min-height: 100vh;
    }
    .hero .caption{
        margin-left: 0;
        top:60%
    }
    .hero .caption h1 {
        font-size: 32px;
    }
    .hero .caption p {
        font-size: 18px;
    }
    .hero .caption .no-480 {
        display:none !important;
    }
    .hero .caption a.phone {
        font-size: 28px;
    }
    .subpage img {
        max-width: 100%;
    }
    .showOnMap {
        white-space: nowrap;
    }
    .dl-horizontal dt {
        margin-bottom:0;
    }
    .dl-horizontal dd {
        margin-bottom:10px;
        margin-left: 30px;
    }
}