@font-face {
    font-family: 'Aller Display';
    src: url('../fonts/AllerDisplay.woff2') format('woff2'),
        url('../fonts/AllerDisplay.woff') format('woff'),
        url('../fonts/AllerDisplay.ttf') format('truetype'),
        url('../fonts/AllerDisplay.svg#AllerDisplay') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Aller';
    src: url('../fonts/Aller.woff2') format('woff2'),
        url('../fonts/Aller.woff') format('woff'),
        url('../fonts/Aller.ttf') format('truetype'),
        url('../fonts/Aller.svg#Aller') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Aller';
    src: url('../fonts/Aller-Italic.woff2') format('woff2'),
        url('../fonts/Aller-Italic.woff') format('woff'),
        url('../fonts/Aller-Italic.ttf') format('truetype'),
        url('../fonts/Aller-Italic.svg#Aller-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Aller';
    src: url('../fonts/Aller-Light.woff2') format('woff2'),
        url('../fonts/Aller-Light.woff') format('woff'),
        url('../fonts/Aller-Light.ttf') format('truetype'),
        url('../fonts/Aller-Light.svg#Aller-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Aller';
    src: url('../fonts/Aller-LightItalic.woff2') format('woff2'),
        url('../fonts/Aller-LightItalic.woff') format('woff'),
        url('../fonts/Aller-LightItalic.ttf') format('truetype'),
        url('../fonts/Aller-LightItalic.svg#Aller-LightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Aller';
    src: url('../fonts/Aller-BoldItalic.woff2') format('woff2'),
        url('../fonts/Aller-BoldItalic.woff') format('woff'),
        url('../fonts/Aller-BoldItalic.ttf') format('truetype'),
        url('../fonts/Aller-BoldItalic.svg#Aller-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Aller';
    src: url('../fonts/Aller-Bold.woff2') format('woff2'),
        url('../fonts/Aller-Bold.woff') format('woff'),
        url('../fonts/Aller-Bold.ttf') format('truetype'),
        url('../fonts/Aller-Bold.svg#Aller-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}


body,
h1,
h2,
h3,
h4,
h5 {
	font-family: "Aller", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #002246;
}
h1,
h2 {
	font-weight: 400;
}

ul li,
ol li {
/*	list-style: none;*/
	margin: 0;
	padding: 0;
}
a {
	color: #0084d4;
}
a:hover {
	text-decoration: none;
    color: #002246;
}




/* Sticky footer styles
-------------------------------------------------- */

html,
body {
  height: 100%;
}


.container {
    max-width: 100%;
    width: 1600px;
    position: relative;
    padding: 0 40px;
}

.home {
	height: 100%;
}
.homescreen {
    height: -webkit-calc(100% - 210px);
    height: -moz-calc(100% - 210px);
    height: calc(100% - 210px);
    min-height: -webkit-calc(100% - 210px);
    min-height: -moz-calc(100% - 210px);
    min-height: calc(100% - 210px);
    display: flex;
    flex-direction: row;
}
.homescreen .left {
    width: 50%;
}
.homescreen .left.gallery {
    background-color: #f6f6f6;
    background-size: cover;
}
.homescreen .right {
    background: #f6f6f6;
    width: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5%;
    box-sizing: border-box;
}
.homescreen .left.text {
    background: #f6f6f6;
    width: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5%;
    box-sizing: border-box;
}
.homescreen .right.gallery {
    padding: 0;
}
.homescreen .right p {
    font-size: 18px;
    margin: 40px 0;
    padding: 0 40px;
}
.homescreen .right .logos-brands img {
	height: 66px;
    padding: 14px 34px;
}
.homescreen .right .logos-brands a {
    transition: all 0.15s ease;
}
.homescreen .right .logos-brands a:hover {
    opacity: 0.5;
}


.mirrored {
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: row;
}
.mirrored .photo {
    width: 50%;
    background-color: #f6f6f6;
    background-size: cover;
}
.mirrored .text {
    background: #f6f6f6;
    width: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5%;
    box-sizing: border-box;
}
.mirrored .text p {
    font-size: 18px;
    margin: 40px 0;
    padding: 0 40px;
}

.carousel-indicators li {
    transition: all 0.15s ease;
}
.carousel-indicators li:hover {
    background-color: rgba(255,255,255,1);
}



.pdf {
    width: 150px;
    height: auto;
}
.section-products .external-link .row {
    padding-bottom: 100px;
}
.section-products .external-link img.pdf {
    height: 200px;
    display: block;
    margin: 0 auto;
}
.section-products .external-link a.download {
    display: inline-block;
    margin: 20px 0 40px;
    color: #fff;
    border-bottom: solid 1px #b6bfc7;
}
.section-products .external-link a.download:hover {
    color: #b6bfc7;
}




.section-inspirations .carousel-caption {
    bottom: 60px;
}
.section-inspirations .carousel-item {
    height: 100vh;
}

.carousel-thumbnails .carousel-indicators img {
	max-width: 100px;
	height: 67px;
	overflow: hidden;
	display: block;
	width: auto !important;
}

.carousel-thumbnails .carousel-indicators li {
	height: auto;
	max-width: 100px;
	width: 100px;
    overflow: hidden;
  	border-bottom: 4px solid rgba(255,255,255,0.25);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.carousel-thumbnails .carousel-indicators li.active {
  	border-bottom: 4px solid #fff;
}





#case-studies {
    padding-bottom: 100px;
}

#case-studies .carousel-item,
#case-studies.case1 .carousel-item {
    width: 820px;
    height: 460px;
    max-width: 100%;
}

#case-studies .carousel-indicators {
    bottom: 0;
    margin: 0;
}




#contact .homescreen {
    height: auto;
    min-height: auto;
}
#contact .form-container {
    text-align: left;
    width: 400px;
    max-width: 100%;
}
#contact .form-container h4 {
    text-align: center;
}
#contact .form-container label {
    display: block;
    margin: 10px 0 0;
    font-size: 14px;
}
#contact .form-container input,
#contact .form-container textarea,
#contact .form-container button {
    width: 400px;
    max-width: 100%;
    border: none;
    outline: none;
    padding: 3px 10px;
}    
#contact .form-container textarea {
    height: 200px;
}
#contact fieldset.half div {
    width: 50%;
    float: left;
}
#contact fieldset.half div:first-child {
    width: 48%;
    margin-right: 2%;
}
#contact .form-container fieldset.half input {
    width: 200px;
}
#contact .form-container button {
    cursor: pointer;
    outline: none;
    border: none;
    padding: 15px;
    margin-top: 30px;
    background: #0084d4;
    background: #ff7a1b;
    color: #fff;
    transition: all 0.15s ease;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}   
#contact .form-container button:hover {
    background: #002246;
    background: #ce3900;
}    


#contact .map-canvas {
    height: 100%;
    display: flex;
    flex-direction: row;
}
#contact .map-canvas .left {
    width: 100%;
    position: relative;
}
#contact .map-canvas .right {
    background: #f6f6f6;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5%;
    box-sizing: border-box;
}
#contact.subs .map-canvas .right {
    background: #f6f6f6;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10% 5%;
    box-sizing: border-box;
}
#contact .left .right {
    background: #f6f6f6;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10% 5%;
    box-sizing: border-box;
}
#contact .map-canvas .right.form {
    background: #f1f1f1;
}
.contact .left .carousel-item,
#contact .map-canvas {
    position: relative;    
}
.contact .left .carousel-item .banner,
#contact .map-canvas .banner {
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: 999999;
}
.faded {
    opacity: 0.5;
}
.homescreen .right .flex-contact h1 {
    margin: 0 0 60px;
}
.homescreen .right .flex-contact h1 span.icon_phone_navy {
    width: 48px;
    height: 48px;
}
.homescreen .right .flex-contact p {
    margin: 20px 0;
}


#footer {
	background-color: #f6f6f6;
	line-height: 1.5;
	color: #455666;
	padding: 50px 0;
}
#footer .col-md-3 {
    padding: 30px 30px 0 0;
    float: left;
}
#footer .col-md-4,
#footer .col-md-12 {
    padding: 30px 60px;
    float: left;
}
#footer h4 {
	font-size: 24px;
	color: #455666;
	font-weight: 600;
	margin: 60px 0 30px;
}
#footer p {
	font-size: 16px;
	color: #455666;
}
#footer a {
	color: #002246;
	border-bottom: solid 1px #b6bfc7;
}
#footer .col-md-12 a {
    border: none;
}
#footer a.active {
    color: #ffffff;
    font-weight: 600;
    background: #002246;
    padding: 3px 6px;
    margin: 0 -6px;
    border-bottom: solid 1px #002246;
}
#footer a:hover {
	text-decoration: none;
	border-bottom: solid 1px #002246;
	font-weight: 600;
}
#footer a.active:hover {
}
#footer .areas a {
    margin-right: 5px;
}
#footer p.text-muted {
	color: #b6bfc7;
}
#footer ul,
#footer li {
	font-size: 16px;
}
#footer .author {
	padding: 30px 60px;
	font-size: 13px;
}
#footer .author p {
    font-size: 13px;
    display: inline-block;
}
#footer .author p.left,
#footer .author p.right {
    width: 50%;
    float: left;
}
#footer .author p.right {
    float: right;
    text-align: right;
}



#footer .logos-brands a {
    border: none;
    display: inline-block;
    background: white;
    padding: 10px;
    text-align: center;
    margin: 0 10px 10px 0;
    width: -webkit-calc((50% - 10px) - 1px);
    width: -moz-calc((50% - 10px) - 1px);
    width: calc((50% - 10px) - 1px);
    float: left;
    min-height: 80px;
    transition: all 0.15s ease;
}
#footer .logos-brands a.active {
    position: relative;
    opacity: 0.2;
}
#footer .logos-brands a.active:hover {
    opacity: 0.2;
}
#footer .logos-brands a.active:after {
/*    content: '';
    position: absolute;
    bottom: 0;
    height: 10px;
    width: 100%;
    background: #002246;
    left: 0;*/
}
#footer .logos-brands a:hover {
    opacity: 0.5;
}
#footer .logos-brands img {
    height: auto;
    padding: 10px;
    max-width: 100%;
    max-height: 60px;
}
#footer .logos-brands img:hover {
    height: auto;
    padding: 10px;
    max-width: 100%;
    max-height: 60px;
}


span.icon_social {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 10px -3px 0;
}
.col-md-12 a span.icon_social {
    margin: 0 2px;
}
span.icon_facebook,
span.icon_facebook_grey {
    background: url(../images/icon-facebook-grey.svg) no-repeat 50% 50%;
    background-size: cover;
}
span.icon_twitter,
span.icon_twitter_grey {
    background: url(../images/icon-twitter-grey.svg) no-repeat 50% 50%;
    background-size: cover;
}
span.icon_vimeo_grey {
    background: url(../images/icon-vimeo-grey.svg) no-repeat 50% 50%;
    background-size: cover;
}
span.icon_facebook_navy {
    background: url(../images/icon-facebook-navy.svg) no-repeat 50% 50%;
    background-size: cover;
}
span.icon_twitter_navy {
    background: url(../images/icon-twitter-navy.svg) no-repeat 50% 50%;
    background-size: cover;
}
span.icon_vimeo_navy {
    background: url(../images/icon-vimeo-navy.svg) no-repeat 50% 50%;
    background-size: cover;
}
span.icon_facebook_white {
    background: url(../images/icon-facebook-white.svg) no-repeat 50% 50%;
    background-size: cover;
}
span.icon_twitter_white {
    background: url(../images/icon-twitter-white.svg) no-repeat 50% 50%;
    background-size: cover;
    height: 48px;
    width: 48px;
}
span.icon_vimeo_white {
    background: url(../images/icon-vimeo-white.svg) no-repeat 50% 50%;
    background-size: cover;
}

span.icon_phone {
    display: inline-block;
    width: 26px;
    height: 26px;
    background-color: #ffffff;
    margin: 0;
    vertical-align: top;
    -webkit-mask:  url(../images/icon-phone.svg) no-repeat 50% 50%;
    mask: url(../images/icon-phone.svg) no-repeat 50% 50%;
}
span.icon_phone_white,
span.icon_phone_grey,
span.icon_phone_navy {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin: 0;
    vertical-align: top;
}
span.icon_phone_white {
    background: url(../images/icon-phone-white.svg) no-repeat 50% 50%;
}
span.icon_phone_grey {
    background: url(../images/icon-phone-grey.svg) no-repeat 50% 50%;
}
span.icon_phone_navy {
    background: url(../images/icon-phone-navy.svg) no-repeat 50% 50%;
}

span.icon_link {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    margin: 8px 8px 0 0;
    vertical-align: top;
    -webkit-mask:  url(../images/icon-link.svg) no-repeat 50% 50%;
    mask: url(../images/icon-phone.svg) no-repeat 50% 50%;
}
span.icon_link_white,
span.icon_link_grey,
span.icon_link_navy {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 8px 8px 0 0;
    vertical-align: top;
}
span.icon_link_white {
    background: url(../images/icon-phone-white.svg) no-repeat 50% 50%;
}
span.icon_link_grey {
    background: url(../images/icon-phone-grey.svg) no-repeat 50% 50%;
}
span.icon_link_navy {
    background: url(../images/icon-phone-navy.svg) no-repeat 50% 50%;
}


.carousel-indicators {
    bottom: 0px;
    margin-right: 15px;
    margin-left: 15px;
}
.carousel-indicators li {
    width: 20%;
    height: 6px;
}

a:focus {
	outline: none;
}






.navbar {
    position: static;
    right: 40px;
    top: 80px;
    padding: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #002246;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 0 15px 30px;
}
.navbar-light .navbar-nav .nav-link:hover {
	color: #0084d4;
}
.navbar-expand-lg .navbar-nav {
    float: right;
    width: auto;
}
.dropdown {
    position: static;
}
.navbar-expand-lg .navbar-collapse {
    margin-top: 83px;
    display: block !important;
    background: white;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    width: 100%;
    border: none;
    border-top: 1px solid #f6f6f6;
    margin: 0;
    padding: 60px 40px;
    border-radius: 0px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu > .dropdown-cont {
    display: flex;
}
.dropdown-menu ul,
.dropdown-menu ul li {
    padding-left: 0;
    list-style: none;
}
.dropdown-menu h5 {
    margin-bottom: 20px;
}
.dropdown-menu img {
    max-width: 100%;
    width: 300px;
    margin-bottom: 24px;
    display: block;
}
.dropdown-menu .menu-brands {
    background: #f6f6f6;
    padding: 20px 30px;
}
.dropdown-menu .menu-installation {
    margin-top: 20px;
    background: #455666;
}
.dropdown-menu .menu-installation:hover {
    background: #002246;
}
.dropdown-menu .menu-installation a,
.dropdown-menu .menu-installation a:hover  {
    color: #fff;
    padding: 20px 30px;
    display: block;
}

.dropdown-menu .menu-installation ul li a.active {
    background: #0084d4;
    padding: 20px 30px;
}
.dropdown-menu .menu-installation ul li a.active:hover {
    background: #002246;
    padding: 20px 30px;
}


.dropdown-menu ul li a.active {
    color: #ffffff;
    font-weight: 600;
    background: #002246;
    padding: 3px 6px;
    margin: 0 -6px;
}
.dropdown-menu ul li a:hover {
    color: #002246;
    font-weight: 600;
}
.dropdown-menu ul li a.active:hover {
    color: #ffffff;
}
.dropdown-menu .menu-brands ul li a.active {
    color: #002246;
    background: #ffffff;
}
.dropdown-menu .menu-brands ul li a.active:hover {
    color: #002246;
}






.breadcrumb {
	margin-bottom: 80px;
    background-color: #fff;
    border-radius: 0;
    border-bottom: 1px solid rgba(182, 191, 199, 0.25);
    padding: 10px 0;
}
.breadcrumb-item a {
    color: #b6bfc7;
}
.breadcrumb-item a:hover {
	font-weight: 600;
    color: #0084d4;
}
.breadcrumb-item.active {
    color: #002246;
}
.section {
	text-align: center;
	padding: 100px 0 0;
}
.section h2 {
	text-align: center;
	font-size: 40px;
    margin: 0 0 50px;
}
.section-brands .brand-container {
	background: #f6f6f6;
	width: 100%;
	height: 425px;
	margin: 0 auto;
    overflow: hidden; 
}
.section-brands .brand-container a {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.section-brands .brand-container .brand-image,
.section-brands .brand-container .range-image {
	height: 100%;
    width: 100%;
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-brands .brand-container:hover .brand-image {
     transform: scale(1.2);
}
.section-brands .brand-container .brand-image.brand-rationel {
	background: #f6f6f6 url(../images/buildmer-rationel-photo-08.jpg) no-repeat center center;
	background-size: cover;
}
.section-brands .brand-container .brand-image.brand-internorm {
	background: #f6f6f6 url(../images/buildmer-internorm-photo-15.jpg) no-repeat center center;
	background-size: cover;
}
.section-brands .brand-container .brand-image.brand-solarlux {
	background: #f6f6f6 url(../images/buildmer-solarlux-photo-11.jpg) no-repeat center center;
	background-size: cover;
}
.section-brands .brand-container .brand-image.brand-origin {
	background: #f6f6f6 url(../images/buildmer-origin-photo-05.jpg) no-repeat center center;
	background-size: cover;
}
.section-brands .brand-container .brand-image.brand-centor {
    background: #f6f6f6 url(../images/buildmer-centor-photo-08.jpg) no-repeat center center;
    background-size: cover;
}
.section-brands .brand-container .brand-image.brand-heritage {
    background: #f6f6f6 url(../images/buildmer-heritage-photo-01.jpg) no-repeat center center;
    background-size: cover;
}
.section-brands .brand-container .brand-logo {
	background: #fff;
    width: 300px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
    position: absolute;
}
.section-brands .brand-container .range-name {
    background: #fff;
    width: 300px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
    position: absolute;
    padding: 0 10%;
}
.section-brands .brand-container .range-name h5 {
    margin: 0;
    font-weight: 600;
}
.section-brands .brand-container .brand-logo img {
	display: block;
	height: 50px;
	width: auto;
}


.section-category {
    width: 900px;
    margin: 60px auto 100px auto;
    max-width: 100%;
    padding: 0 40px;
}
.section-category h3 {
    margin-bottom: 30px;
}
.section-category h4 {
    margin: 30px 0 15px;
}


.section-contact {
    width: 50%;
    margin: 0 25% 100px 25%;
}
.contact .carousel-item {
    min-height: 600px;
}
#map-canvas {
    height: 100%;
}
#map-canvas .gm-style .gm-style-iw {
    padding: 30px 30px 10px 30px !important;
    font-weight: 400;
    font-size: 14px;
    font-family: "Aller", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.5;
}
#map-canvas .gm-style .gm-style-iw h5 {
    margin: 10px 0 ;
}


.section-text {
    width: 900px;
    margin: 160px auto 100px auto;
    max-width: 100%;
    padding: 0 40px;
}
.section-text.section-image {
    margin: 0px auto 100px auto;
}
body > div.installation {
    position: relative;
}
body > div.installation:after {
    position: absolute;
    top: 210px;
    left: 0;
    right: 0;
    content: '';
    width: 100%;
    height: 500px;
    z-index: -1;
    background-color: #f6f6f6;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6f6f6+2,ffffff+100&1+0,0+100 */
    background: -moz-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(246,246,246,0.98) 2%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(246,246,246,0.98) 2%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(246,246,246,1) 0%,rgba(246,246,246,0.98) 2%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}


#installation iframe {
    max-width: 100%;
}
#home .section-text {
}
#home .section-text img.icon {
    max-width: 100%;
    width: 250px;
    height: auto;
    margin: -24px 30px 0 -30px;
    float: left;
}
#home .section-text img.icon.right {
    margin: -24px -30px 0 30px;
    float: right;
}
#home .section-text h4 {
    margin: 30px 0;
}
#home .section-text p {
    font-size: 18px;
    margin: 0 0 30px;
}

#home .section-text a {
    border-bottom: solid 1px #b6bfc7;
}
#home .section-text a:hover {
    font-weight: 600;
    border-bottom: solid 1px #002246;
}
#home a.button {
    color: #fff;
    padding: 15px 30px;
    border: 2px solid #fff;
    display: inline-block;
    margin-bottom: 30px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
#home a.button:hover {
    font-weight: 600;
    color: #455666;
    background: #fff;
}
#home .section p {
    max-width: 100%;
    width: 700px;
    margin: 0 auto 40px;
}

.tweet-box {
    text-align: left;
}
.button.button-colour {
    cursor: pointer;
    outline: none;
    border: none;
    padding: 15px;
    background: #0084d4;
    color: #fff;
    transition: all 0.15s ease;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}   
.button.button-colour:hover {
    background: #002246;
}   


.section-news {
    width: 900px;
    margin: 60px auto 100px auto;
    max-width: 100%;
    padding: 0 40px;
}



.section .twitter {
    background: #f6f6f6;
    margin: 0 0 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section .twitter .left {
    background: url(../images/buildmer-internorm-photo-06.jpg) center bottom;
    background-size: cover;
}
.section .twitter .left, 
.section .twitter .right {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 500px;
} 
.section .twitter .right {
    padding: 60px;
}
.section .twitter .right h4, 
.section .twitter .right p {
    text-align: left;
    margin-bottom: 20px;
}

.section .twitter span.icon_twitter {
    display: inline-block;
    width: 48px;
    height: 48px;
    background-color: #fff;
    -webkit-mask: url(../images/icon-twitter.svg) no-repeat 50% 50%;
    mask: url(../images/icon-twitter.svg) no-repeat 50% 50%;
}





ul.sitemap,
ul.sitemap ul,
ul.sitemap li {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.sitemap li h4 {
    margin-top: 30px;
}
ul.sitemap li h4 {
    margin-top: 30px;
}
ul.sitemap li h5 {
    margin-top: 15px;
}


#cff.cff-thumb-layout .cff-text-wrapper {
    width: 72%;
}
#cff.cff-thumb-layout .cff-photo,
#cff.cff-thumb-layout .cff-iframe-wrap,
#cff.cff-thumb-layout .cff-html5-video,
#cff.cff-thumb-layout .cff-vidLink {
    width: 25%;
    clear: none;
}
#cff .cff-item {
    padding: 20px;
    border-bottom: none !important;
    background: #f6f6f6;
    margin: 0 0 40px 0;
}
#cff .cff-item:first-child {
    padding-top: 20px;
}
#cff .cff-author {
    padding: 0 0 0 30px;
}

#cff .cff-author .cff-author-text { 
    padding: 20px 20px 20px 0px;
}
#cff .cff-author-img {
    padding: 18px 0;
}
#cff.cff-thumb-layout .cff-post-text {
    padding: 0 30px;
    font-size: 20px;
}
#cff .cff-photo:after,
#cff .cff-event-thumb:after,
#cff .cff-html5-video:after,
#cff .cff-img-wrap:after {
    border: none;
}
#cff.cff-thumb-layout .cff-photo img {
    filter: grayscale(0.2) contrast(1.1) brightness(1.1) saturate(1.1);
}
#cff .cff-photo.cff-img-layout-2 .cff-crop,
#cff .cff-html5-video.cff-img-layout-2 .cff-crop,
#cff .cff-main-image.cff-crop,
#cff .cff-html5-video.cff-multiple .cff-main-image,
#cff .cff-img-layout-3 .cff-img-attachments .cff-img-wrap:first-child,
#cff .cff-img-layout-4 .cff-img-attachments .cff-img-wrap:first-child,
#cff .cff-img-layout-3 .cff-img-attachments .cff-img-wrap:last-child,
#cff .cff-img-layout-4 .cff-img-attachments .cff-img-wrap:last-child {
    filter: grayscale(0.2) contrast(1.1) brightness(1.1) saturate(1.1);
}


.section-products {
    background: #f6f6f6;
    padding-top: 0
}
.section.section-products.cta {
    padding-top: 0
}
.section-products p {
    padding: 0 40px;
}
.section-products ul {
	padding: 0;
}
.section-products ul li {
	list-style: none;
	display: inline-block;
	margin: 0 20px;
    font-weight: 600;
    font-size: 20px;
}
.section-products .external-link {
    background: #cbd0d6;
    background: #455666;
    padding: 100px 10%;
    margin: 0;
}
.section-products.cta .cta {
    background: #002246;
    color: #fff;
    padding: 100px 10%;
    margin: 100px 0 0;
}
.section.section-products.cta .cta {
    margin: 0;
}
.section.section-products.cta .cta h1,
.section.section-products.cta .cta h2,
.section.section-products.cta .cta h3,
.section.section-products.cta .cta h4,
.section.section-products.cta .cta h5,
.section.section-products.cta .cta h6,
.section.section-products.cta .cta p {
    color: #fff;
}

.section.section-products.cta .cta h2 {
    margin-bottom: .5rem;
}
.section.section-products.cta .cta h5 {
    margin-top: 3rem;
}
.section.section-products.cta .cta a {
    margin-bottom: .5rem;
}
.section.section-products.cta .cta a:hover {
    color: #fff;
    font-weight: 600;
}


.section-products .external-link h5 {
	color: #fff;
    font-size: 16px;
}
.section-products .external-link h5 a {
    font-size: 28px;
    color: #fff;
    display: inline-block;
    padding: 10px 0;
    margin: 0 20px;
}
.section-products .external-link h5 a:hover {
    font-weight: 600;
}
.section-products .external-link > a {
    position: relative;
    transition: all 0.15s ease;
    border: 2px solid #fff;
    display: inline-block;
    padding: 30px 40px;
    margin: 0 10px 60px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+60,ffffff+61,ffffff+100&0+0,0.31+60,0.15+61,0+100 */
    background: -moz-linear-gradient(-45deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.31) 60%, rgba(255,255,255,0.15) 61%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0.31) 60%,rgba(255,255,255,0.15) 61%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0.31) 60%,rgba(255,255,255,0.15) 61%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.section-products .external-link > a:before {
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 20px;
    background-color: #fff;
    left: 50%;
    bottom: -20px;
    transform: translateX(-1px);
}
.section-products .external-link > a:after {
    content: '';
    display: block;
    position: absolute;
    width: 80px;
    height: 2px;
    background-color: #fff;
    bottom: -20px;
    left: 50%;
    transform: translateX(-40px);
}
.section-products .external-link > a:hover {
    opacity: 0.5;
}
.section-products .external-link img {
    display: inline-block;
    height: 50px;
    width: auto;
}


.section-range .range-container {
	width: 100%;
	height: 400px;
	margin: 0 auto 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; 
    position: relative;
}
.section-range .range-menu {
	width: 25%;
    transition: all 0.5s ease;
}
.section-range .range-menu h4 {
    font-size: 36px;
    margin: 0 0 36px 0;
}
.section-range .range-menu ul {
	margin: 0;
	padding: 0;
}
.section-range .range-menu ul li {
	list-style: none;
	padding: 0;
}
.section-range .range-menu ul li a {
	color: #b6bfc7;
    transition: all 0.15s ease;
    cursor: pointer;
}
.section-range .range-menu ul li a:hover {
	font-weight: 600;
	color: #0084d4;
}
.section-range .range-menu ul li a.active {
	font-weight: 600;
	color: #002246;
}
.section-range .range-menu ul li a.active:hover {
	color: #0084d4;
}
.section-range .range-carousel {
	width: 75%;
    height: 100%;
	background: #fff;
	overflow: hidden;
    position: relative;
}
.section-range .range-item {
	width: 33.3%;
    height: 100%;
	overflow: hidden;
    position: absolute;
    transition: all 0.5s ease;
    left: 100%;
    opacity: 0;
    z-index: -1;
}
.section-range .range-item.p0 {
    left: -33.3%;
    opacity: 0;
    z-index: 1;
}
.section-range .range-item.p1 {
    left: 0;
    opacity: 1;
    z-index: 1;
}
.section-range .range-item.p2 {
    left: 33.3%;
    opacity: 0.5;
    z-index: 1;
}
.section-range .range-item.p3 {
    left: 66.6%;
    opacity: 0.25;
	width: 33.4%;
    z-index: 1;
}

.section-range .range-item.p2::before,
.section-range .range-item.p3::before {
	content: '';
	position: absolute;
	height: 100%;
	width: 60px;
	left: 0;
    z-index: 5;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.75+0,0+100 */
	background: -moz-linear-gradient(left, rgba(255,255,255,0.75) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0.75) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255,255,255,0.75) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
.section-range .range-item.p2:hover,
.section-range .range-item.p3:hover {
    opacity: 1;
}




.section-range .range-item .range-image {
    height: -webkit-calc(100% - 100px);
    height: -moz-calc(100% - 100px);
    height: calc(100% - 100px);
    position: relative;
    transition: all 0.5s ease;
}

.section-range .range-item:hover .range-image {
    transform: scale(1.2);
}
.section-range .range-item .range-image a {
	display: block;
	height: 100%;
}


.section-range .range-item .range-timber-windows {
	background: #f6f6f6 url(../images/buildmer-rationel-photo-900-10.jpg) no-repeat center center;
	background-size: cover;
}
.section-range .range-item .range-alu-timber-windows {
	background: #f6f6f6 url(../images/buildmer-internorm-photo-900-13.jpg) no-repeat center center;
	background-size: cover;
}
.section-range .range-item .range-alu-windows {
	background: #f6f6f6 url(../images/buildmer-origin-photo-900-01.jpg) no-repeat center center;
	background-size: cover;
}
.section-range .range-item .range-slim-windows {
	background: #f6f6f6 url(../images/buildmer-heritage-photo-900-01.jpg) no-repeat center center;
	background-size: cover;
}


.section-range .range-item .range-alu-timber-entrance-doors {
	background: #f6f6f6 url(../images/buildmer-internorm-photo-900-29.jpg) no-repeat center center;
	background-size: cover;
}
.section-range .range-item .range-aluminium-entrance-doors {
	background: #f6f6f6 url(../images/buildmer-internorm-photo-900-26.jpg) no-repeat center center;
	background-size: cover;
}
.section-range .range-item .range-bifolding-and-sliding-doors {
    background: #f6f6f6 url(../images/buildmer-solarlux-photo-900-10.jpg) no-repeat center center;
    background-size: cover;
}


.section-range .range-item .range-alu-timber-wintergardens {
	background: #f6f6f6 url(../images/buildmer-solarlux-photo-900-06.jpg) no-repeat center center;
	background-size: cover;
}
.section-range .range-item .range-glass-canopies-and-atriums {
	background: #f6f6f6 url(../images/buildmer-solarlux-canopies-photo-900-02.jpg) no-repeat center center;
	background-size: cover;
}






.section-case-studies .range-item .cases-whinney-house {
    background: #f6f6f6 url(../images/case-studies-whinney-house-900.jpg) no-repeat center center;
    background-size: cover;
}
.section-case-studies .range-item .cases-barn-oxon {
    background: #f6f6f6 url(../images/case-studies-barn-conversion-900.jpg) no-repeat center center;
    background-size: cover;
}
.section-case-studies .range-item .cases-jesmond {
    background: #f6f6f6 url(../images/case-studies-aluminium-windows-and-doors-900.jpg) no-repeat center center;
    background-size: cover;
}
.section-case-studies .range-item .cases-cleadon {
    background: #f6f6f6 url(../images/case-studies-cleadon-village-900.jpg) no-repeat center center;
    background-size: cover;
}




.case {
    height: 100%;
}
.case .right.gallery div {
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    background-size: cover;
}
.case .right.gallery .case-whinney-house {
    background: #f6f6f6 url(../images/case-studies-whinney-house.jpg) no-repeat center center;
    background-size: cover;
}
.case .right.gallery .case-cleadon {
    background: #f6f6f6 url(../images/case-studies-cleadon-village.jpg) no-repeat center center;
    background-size: cover;
}
.case .right.gallery .case-barn-oxon {
    background: #f6f6f6 url(../images/case-studies-barn-conversion.jpg) no-repeat center center;
    background-size: cover;
}
.case .right.gallery .case-jesmond {
    background: #f6f6f6 url(../images/case-studies-aluminium-windows-and-doors.jpg) no-repeat center center;
    background-size: cover;
}



.section-range .range-item .range-text {
	background: #ededed;
	position: absolute;
    bottom: 0;
	width: 100%;
	height: 100px;
}

.section-range .range-item .range-text h5 {
	font-weight: 600;
    padding: 34px 0 0;
    margin: 0;
    transition: color 0.15s ease, padding 0.25s ease;
}
.section-range .range-item:hover .range-text h5 {
    padding: 22px 0 0;
}
.section-range .range-item .range-text a {
	display: block;
}
.section-range .range-item .range-text a:hover h5 {
	color: #0084d4;
}
.section-range .range-item .range-text p {
    transition: color 0.15s ease, margin 0.25s ease, opacity 0.25s ease;
	margin-top: 10px;
	opacity: 0;
}
.section-range .range-item:hover .range-text p {
	margin-top: 0px;
	opacity: 1;
}
.section-range .range-item .range-text span a {
    transition: color 0.15s ease;
    color: #b6bfc7;
    padding: 5px 10px;
    display: inline-block;
    font-weight: 600;
}
.section-range .range-item .range-text span a:hover {
	color: #0084d4;
}




.section-range.section-case-studies {
    background: #f6f6f6;
    padding: 100px 0 100px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6f6f6+2,ffffff+100&1+0,0+100 */
    background: -moz-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(246,246,246,0.98) 2%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(246,246,246,0.98) 2%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(246,246,246,1) 0%,rgba(246,246,246,0.98) 2%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}
.section-range.section-case-studies .range-container {
    width: 1600px;
    height: auto;
    position: relative;
}
.section-range.section-case-studies .range-carousel {
	width: 100%;
    height: auto;
    overflow: visible;
    position: relative;
    background: transparent;
}
.section-range.section-case-studies .range-item {
    left: auto;
    opacity: 1;
    z-index: 1;
    position: relative;
    height: 350px;
    display: block;
    float: left;
}
.section-range.section-case-studies .range-item .range-image {
    height: 100%;
}
.section-range.section-case-studies .range-item .range-text {
    background: transparent;
    position: absolute;
    top: 50%;
    width: 80%;
    height: 50%;
    margin: 0 auto;
    left: 10%;
    transform: translateY(-50%);
    padding: 30px;
    opacity: 1;
    transition: all 0.25s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    bottom: auto;
}
.section-range.section-case-studies .range-item:hover .range-text {
    opacity: 1;
    background: #fff;
}
.section-range.section-case-studies .range-item .range-text h5 {
	opacity: 0;
	padding: 50px 0 0;
	transition: all 0.25s ease;
}
.section-range.section-case-studies .range-item:hover .range-text h5 {
	opacity: 1;
    padding: 20px 0 5px 0;
}
.section-range.section-case-studies .range-item .range-text p {
    margin-top: 20px;
}
.section-range.section-case-studies .range-item:hover .range-text p {
	margin-top: 0px;
}




.section-range.section-case-studies.section-case-study {
    padding: 0;
    position: relative;
}
.section-range.section-case-studies.section-case-study .case-study-image {
	overflow: hidden;
    height: 500px;
    width: 50%;
    margin: 0 auto;
    position: relative;
}
.section-range.section-case-studies.section-case-study .case-study-image h6 {
	position: absolute;
	bottom: 83px;
    left: 0;
    background: #0084d4;
    margin: 0;
    padding: 10px 22px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    height: 35px;
} 
.section-range.section-case-studies.section-case-study .case-study-image h3 {
	position: absolute;
    bottom: 30px;
    left: 0;
    background: white;
    margin: 0;
    padding: 10px 20px;
    font-weight: 600;
    right: 0;
    text-align: left;
}
.section-range.section-case-studies.section-case-study .case-study-image img {
    width: 100%;
    margin-top: -100px;
}



.section-installation {
	background: #455666;
	display: flex;
	color: #fff;
	padding: 0;
}
.section-installation .left {
	width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;	
}
.section-installation .left .text h3, 
.section-installation .left .text p {
	color: #fff;
} 
.section-installation .left .text p {
	font-size: 18px;
    margin: 40px 0;
}
.section-installation .left .text img {
	display: block;
	margin: 0 auto;
	width: 100px;
	height: auto;
}
.section-installation .right {
	width: 50%;
	background: #455666 url(../images/photos-installation.jpg) no-repeat center center;
	background-size: cover;
	height: 500px;
}

.container .credit {
	margin: 20px 0;
}
/*.sub-offer .category-box {
	width: 45%;
	margin: 50px 0 0 5%;
}*/
/*
.arrowed {
	position: absolute;
	top: 0;
	right: -10px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 20px 0 20px 10px;
	border-color: transparent transparent transparent #0084d4;
}*/

/* CONTACT FORM */

.top-tagline {
	background-color: #002246;
	padding: 13px 0 0;
    height: 50px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 9999;
}
.top-tagline + .container {
    background: white;
}
.top-tagline h1 {
	width: 80%;
	float:left;
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
	margin: 0;
}
.top-tagline p {
	width: 20%;
	float: right;
	text-align: right;
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
	margin: 0;
}
#logo-buildmer {
	width: 294px;
	height: 75px;
	background: url(../images/logo-buildmer-new.png) no-repeat center center;
	background: url(../images/logo-buildmer-crop.png) no-repeat center center;
	background-size: 100% auto;
	display:block;
    max-width: 100%;
}
.logotype {
    float: left;
    padding: 20px 0;
    margin: 20px 0 20px;
    height: 120px;
    max-width: 80%;
}
.logotype.subdomain {
    float: left;
    padding: 20px 0;
    margin: 20px 0 20px;
    height: 120px;
    width: 100%;
    max-width: 100%;
}
.logotype.subdomain span {
    float: left;
}
#logo-parnter {
    border-left: 2px solid #002246;
    padding: 0 0 0 50px;
    float: right;
    height: 75px;
}
#logo-parnter img {
    height: 75px;
}








.slider_container {
	height: 425px;
    text-align: left;
    position: relative;
    overflow: hidden;
}

.slider {
	height: 100%;
	overflow: hidden;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	    -ms-flex-flow: row nowrap;
	        flex-flow: row nowrap;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.slider_nav {
	width: 25%;
	height: 100%;
	margin: 0;
	z-index: 10;
	cursor: pointer;
	background: transparent;
	padding: 0;
	outline: none;
	-webkit-appearance: none;
	  -moz-appearance: none;
	       appearance: none;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
    transition: box-shadow .1s linear;
}
.slider_nav:hover,
.slider_nav:focus,
.slider_nav:active {
	box-shadow: 0 1px 6px rgba(0,0,0,.05), 0 2px 32px rgba(0,0,0,.1);
}
.slider_nav:checked {
  -webkit-animation: check 0.4s linear forwards;
          animation: check 0.4s linear forwards;
}
.slider_nav_1:checked ~ .slider_inner {
  left: 0%;
}
.slider_nav_2:checked ~ .slider_inner {
  left: -50%;
}
.slider_nav_3:checked ~ .slider_inner {
  left: -100%;
}
.slider_nav_4:checked ~ .slider_inner {
  left: -150%;
}
.slider_nav_5:checked ~ .slider_inner {
  left: -200%;
}
.slider_nav_6:checked ~ .slider_inner {
  left: -250%;
}

.slider_nav.visible_prev::after {
    content: '';
    opacity: 0.5;
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='002246' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
    top: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    transition: all 0.15s ease;
}
.slider_nav.visible_next::after {
    content: '';
    opacity: 0.5;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
	background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='002246' viewBox='0 0 8 8'><path d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/></svg>") !important;
    top: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    transition: all 0.15s ease;
}
.slider_nav.visible_prev:hover::after,
.slider_nav.visible_prev:focus::after,
.slider_nav.visible_prev:active::after {
    opacity: 1;
}
.slider_nav.visible_next:hover::after,
.slider_nav.visible_next:focus::after,
.slider_nav.visible_next:active::after {
    opacity: 1;
}


.slider_nav {
	display: none;
}
.slider_nav.visible_prev {
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    background: rgba(255,255,255,0.66);
}
.slider_nav.visible_next {
	display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    background: rgba(255,255,255,0.66);
}

.slider_nav.visible_prev,
.slider_nav.visible_next {
    transition: all 0.25s ease;
}
.slider_nav.visible_prev:hover,
.slider_nav.visible_next:hover {
    background: rgba(255,255,255,0.8);
}








.slider_lab {
    width: 25%;
    height: 100%;
    margin: 0;
    z-index: 10;
    cursor: pointer;
    background: transparent;
    padding: 0;
    outline: none;
    -webkit-appearance: none;
      -moz-appearance: none;
           appearance: none;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: box-shadow .1s linear;
}
.slider_lab ~ input {
    display: none;
}
.slider_lab:hover,
.slider_lab:focus,
.slider_lab:active {
    box-shadow: 0 1px 6px rgba(0,0,0,.05), 0 2px 32px rgba(0,0,0,.1);
}
.slider_lab input:checked {
  -webkit-animation: check 0.4s linear forwards;
          animation: check 0.4s linear forwards;
}
.slider_lab_1 ~ input#slide1:checked ~ .slider_inner {
  left: 0%;
}
.slider_lab_2 ~ input#slide2:checked ~ .slider_inner {
  left: -50%;
}
.slider_lab_3 ~ input#slide3:checked ~ .slider_inner {
  left: -100%;
}
.slider_lab_4 ~ input#slide4:checked ~ .slider_inner {
  left: -150%;
}
.slider_lab_5 ~ input#slide5:checked ~ .slider_inner {
  left: -200%;
}
.slider_lab_6 ~ input#slide6:checked ~ .slider_inner {
  left: -250%;
}

.slider_lab.visible_prev::after {
    content: '';
    opacity: 0.5;
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='002246' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
    top: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    transition: all 0.15s ease;
}
.slider_lab.visible_next::after {
    content: '';
    opacity: 0.5;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='002246' viewBox='0 0 8 8'><path d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/></svg>") !important;
    top: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    transition: all 0.15s ease;
}
.slider_lab.visible_prev:hover::after,
.slider_lab.visible_prev:focus::after,
.slider_lab.visible_prev:active::after {
    opacity: 1;
}
.slider_lab.visible_next:hover::after,
.slider_lab.visible_next:focus::after,
.slider_lab.visible_next:active::after {
    opacity: 1;
}


.slider_lab {
    display: none;
}
.slider_lab.visible_prev {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    background: rgba(255,255,255,0.66);
}
.slider_lab.visible_next {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    background: rgba(255,255,255,0.66);
}

.slider_lab.visible_prev,
.slider_lab.visible_next {
    transition: all 0.25s ease;
}
.slider_lab.visible_prev:hover,
.slider_lab.visible_next:hover {
    background: rgba(255,255,255,0.8);
}








.slider_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 300%;
  margin-left: 25%;
  height: auto;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}


.slider_contents {
  height: 100%;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
  -webkit-align-items: flex-start;
      -ms-flex-align: flex-start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider_container h2 {
    position: absolute;
    top: 150px;
    left: 10%;
    color: #fefefe;
}  


.carousel-item {
  height: -webkit-calc(100vh - 210px);
  height: -moz-calc(100vh - 210px);
  height: calc(100vh - 210px);
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.photo .carousel-item {
    height: 100vh;
}



.formfields1 {
    opacity: 1;
}
.formfields2 {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}




a.sticky-phone {
    color: #fff;
    transition: all 0.15s ease;
}
a.sticky-phone:hover {
    opacity: 0.5;
}

.fixed-cta {
    position: fixed;
    z-index: 999;
    max-width: 240px;
    width: 120px;
    text-align: right;
    margin: 0 auto;
    top: 45%;
    right: -30px;
    bottom: auto;
    left: auto;
    padding-bottom: 5px;
    transition: all 0.25s ease;
}
.fixed-cta:hover {
    right: -20px;
}
.fixed-cta a {
    display: block;
    padding: 30px 30px 30px 10px;
    border-right: none;
    background: #0084d4;
    background: #ff7a1b;
    color: white;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    transition: all 0.5s ease;
    border: 10px solid white;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    border-radius: 100px 0 0 100px;

}
.fixed-cta a:hover {
    background: #002246;
    background: #ce3900;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}

.fixed-cta h4 {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
}

.navbar-toggler {
    -webkit-appearance: none;
      -moz-appearance: none;
           appearance: none;
    border-radius: 0px;
}

/* ----------------------------------------------------------- FORM --------------------------------------------------------------*/
#contact.subs .map-canvas .right {
    padding: 5%;
}

.form form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.form form div.formfields1 {
    margin-bottom: 1rem;
}
.form p.heading {
    font-size: 18px;
    margin: 40px 0;
    padding: 0 40px;
}
.form .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.form .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.form .col-sm-4 div,
.form .col-sm-8 div {
    text-align: center;
}
.form .sm {
    font-size: 13px;
    display: inline-block;
}
.form input,
.form textarea {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form textarea {
    height: 131px;
}

/* -------------------------------------------------------------------------------------------------------------------------------*/
@media
	only screen 
	and (max-device-width: 1680px),
	only screen
	and (max-width: 1680px)  {


}

/* -------------------------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------------------------------------------------*/
@media
	only screen 
	and (max-device-width: 1200px),
	only screen
	and (max-width: 1200px)  {

	.top-tagline {
	    height: auto;
	    padding: 13px 0 13px;
	}
	.top-tagline h1 {
	    width: 100%;
	    float: none;
	    text-align: center;
	}
	.top-tagline p {
	    margin: 5px 0 0;
	    width: 100%;
	    float: none;
	    text-align: center;
	}

	.section-range .range-menu {
	    width: 33.33%;
	}
	.section-range .range-carousel {
	    width: 66.67%;
	}
	.section-range .range-item {
	    width: 50%;
	}
	.section-range .range-item.p0 {
	    left: -50%;
	}
	.section-range .range-item.p1 {
	    left: 0;
	}
	.section-range .range-item.p2 {
	    left: 50%;
	}
	.section-range .range-item.p3 {
	    left: 100%;
		width: 50%;
	}

    .col-md-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .dropdown-cont .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

}
/* -------------------------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------------------------------------------------*/
@media
	only screen 
	and (max-device-width: 992px),
	only screen
	and (max-width: 992px)  {

	.navbar {
	    position: static;
	    width: 100%;
	}
	.navbar-toggler {
	    position: absolute;
	    top: 70px;
	    right: 40px;
    	padding: 0;
	}
	.navbar-light .navbar-nav .nav-link {
	    text-align: right;
	    padding: 10px 0;
	}
	.navbar-collapse {
	    padding-bottom: 40px;
	}
	.navbar-light .navbar-toggler {
	    border: none;
	    outline: none;
	}
	.navbar-toggler-bar {
    	width: 24px;
	    height: 3px;
	    margin: 0 0 4px;
	    background: #002246;
	    display: block;
	}
	.dropdown {
		position: relative;
	}
	.navbar-expand-lg .navbar-nav {
	    width: 100%;
	}
	.navbar-expand-lg .navbar-collapse {
	    margin-top: 0;
	}
	.navbar-expand-lg .navbar-collapse.collapse:not(.show) {
	    display: none !important;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu {
	    position: relative;
	    border-top: none;
	}

    .dropdown-cont .col-md-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 50px;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
       padding: 60px 0px;
   }
    .navbar-expand-lg .navbar-nav .dropdown-menu > .dropdown-cont {
        flex-flow: wrap;
    }
}
	

/* -------------------------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------------------------------------------------*/
@media
	only screen 
	and (max-device-width: 960px),
	only screen
	and (max-width: 960px)  {

    .container {
        padding: 0 30px;
    }
    #footer .col-md-4,
    #footer .col-md-12 {
        padding: 30px 40px;
    }
    #footer .author {
        padding: 30px 40px;
    }

	.menu-header {
	    display: block;
	}
	.menu-items {
		display: none;
	}
	.top-tagline h1 {
	    font-size: 14px;
        display: none;
	}
	.home {
	    height: auto;
	}
    .homescreen,
    .mirrored {
	    flex-direction: column;
	}
    #contact.subs .map-canvas .right {
        width: 100%;
    }
	.homescreen .left,
    .mirrored .text,
    .mirrored .photo {
	    width: 100%;
	    min-height: 400px;
	}
    .homescreen .left.text {
        width: 100%;
    }
    .homescreen .right.gallery,
    .mirrored .photo {
        min-height: 400px;
    }
    .homescreen .right.gallery div,
    .mirrored .photo div {
        min-height: 400px;
    }
    .homescreen .right,
    .mirrored .text {
	    width: 100%;
    	padding: 60px 0;
	}
	.carousel-item {
	    height: 450px !important;
	    min-height: 450px !important;
	}
    #contact .map-canvas {
        flex-direction: column;
    }
    #contact .map-canvas .right {
        width: 100%;
        padding: 60px 0;
    }
    #contact .map-canvas .left {
        width: 100%;
        min-height: 600px;
    }
    #map-canvas {
        height: 100%;
        min-height: 600px;
    }
    #footer .author p.left, #footer .author p.right {
        width: 100%;
        float: none;
    }
}

/* -------------------------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------------------------------------------------*/
@media
	only screen 
	and (max-device-width: 840px),
	only screen
	and (max-width: 840px)  {


    .container {
        padding: 0 25px;
    }
    #footer .col-md-4,
    #footer .col-md-12 {
        padding: 30px 30px;
    }
    #footer .author {
        padding: 30px 30px;
    }


	.section-range .range-menu {
	    width: 50%;
	}
	.section-range .range-carousel {
	    width: 50%;
	}
	.section-range .range-item {
	    width: 100%;
	}
	.section-range .range-item.p0 {
	    left: -100%;
	}
	.section-range .range-item.p1 {
	    left: 0;
	}
	.section-range .range-item.p2 {
	    left: 100%;
	}
	.section-range .range-item.p3 {
	    left: 200%;
		width: 100%;
	}
    .section .twitter {
        flex-direction: column;
    }
    .section .twitter .left,
    .section .twitter .right {
        width: 100%;
        min-height: 300px;
    }
    .col-md-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #cff.cff-thumb-layout .cff-post-text {
        font-size: 16px;
    }
    .logotype.subdomain {
        height: auto;
        text-align: center;
    }
    #logo-buildmer {
        margin: 0 auto;
        float: none;
    }
    #logo-parnter {
        border-left: none;
        padding: 10px 0;;
        float: none;
        display: block;
    }

}
/* -------------------------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------------------------------------------------*/
@media
	only screen 
	and (max-device-width: 720px),
	only screen
	and (max-width: 720px)  {


    .container {
        padding: 0 20px;
    }
    #footer .col-md-4,
    #footer .col-md-12 {
        padding: 30px 20px;
    }
    #footer .author {
        padding: 30px 20px;
    }


	.slider_nav {
	    width: 12.5%;
	}
	.slider_nav.visible_next,
	.slider_nav.visible_prev {
	    width: 12.5%;
	}
	.slider_inner {
	    width: 450%;
	    margin-left: 12.5%;
	}
	.slider_nav_1:checked ~ .slider_inner {
	  left: 0%;
	}
	.slider_nav_2:checked ~ .slider_inner {
	  left: -75%;
	}
	.slider_nav_3:checked ~ .slider_inner {
	  left: -150%;
	}
	.slider_nav_4:checked ~ .slider_inner {
	  left: -225%;
	}
    .slider_nav_5:checked ~ .slider_inner {
      left: -300%;
    }
    .slider_nav_6:checked ~ .slider_inner {
      left: -375%;
    }

    .slider_lab {
        width: 12.5%;
    }
    .slider_lab.visible_next,
    .slider_lab.visible_prev {
        width: 12.5%;
    }
    .slider_inner {
        width: 450%;
        margin-left: 12.5%;
    }
    .slider_lab_1 ~ input#slide1:checked ~ .slider_inner {
      left: 0%;
    }
    .slider_lab_2 ~ input#slide2:checked ~ .slider_inner {
      left: -75%;
    }
    .slider_lab_3 ~ input#slide3:checked ~ .slider_inner {
      left: -150%;
    }
    .slider_lab_4 ~ input#slide4:checked ~ .slider_inner {
      left: -225%;
    }
    .slider_lab_5 ~ input#slide5:checked ~ .slider_inner {
      left: -300%;
    }
    .slider_lab_6 ~ input#slide6:checked ~ .slider_inner {
      left: -375%;
    }

	.section-installation {
	    flex-direction: column;
	}
	.section-installation .right,
	.section-installation .left {
	    width: 100%;
	}
	.section-installation .left {
	    padding: 40px 0;
	}


	.section-range .range-container {
	    flex-direction: column;
	    height: auto;
	}
	.section-range .range-menu {
	    width: 100%;
	    padding: 30px 0;
	}
	.section-range .range-carousel {
	    width: 100%;
    	height: 400px;
	}
	.section-range .range-item .range-image {
		min-height: 300px;
	    height: 300px;
	}

    .dropdown-cont .col-md-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 50px;
        text-align: right;
    }
    .dropdown-menu img {
        margin: 0 0 24px auto;
    }
    #contact.subs .map-canvas .right {
        display: block;
    }
    .form .col-sm-4, 
    .form .col-sm-8 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }
}

/* -------------------------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------------------------------------------------*/
@media
	only screen 
	and (max-device-width: 480px),
	only screen
	and (max-width: 480px)  {

    .container {
        padding: 0 15px;
    }
    #footer .col-md-4,
    #footer .col-md-12 {
        padding: 30px 10px;
    }
    #footer .author {
        padding: 30px 10px;
    }


	.slider_inner {
	    width: 500%;
	    margin-left: 0;
	}

	.slider_nav {
	    width: 10%;
	}
	.slider_nav.visible_next,
	.slider_nav.visible_prev {
	    width: 10%;
	}

	.slider_nav_1:checked ~ .slider_inner {
	  left: 0%;
	}
	.slider_nav_2:checked ~ .slider_inner {
	  left: -10%;
	}
	.slider_nav_3:checked ~ .slider_inner {
	  left: -200%;
	}
	.slider_nav_4:checked ~ .slider_inner {
	  left: -300%;
	}
	.slider_nav_5:checked ~ .slider_inner {
	  left: -400%;
	}
}

/* -------------------------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------------------------------------------------*/
@media
    only screen 
    and (max-device-width: 360px),
    only screen
    and (max-width: 360px)  {

    #footer .col-md-4,
    #footer .col-md-12 {
        padding: 30px 5px;
    }
    #footer .author {
        padding: 30px 5px;
    }
    .container {
        padding: 0 10px;
    }
}



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

    .section-installation.section-designer2 .right {
        width: 100%;
    }
    .section-installation.section-designer .right {
        width: 100%;
    }

}