@charset "utf-8";
/* CSS Document */

.test {
  border: 1px solid red;
}

/***** GENERAL *****/
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html,
body {
  font-family: "Lato", sans-serif;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

.clear {
  clear: both;
}

.image-responsive {
  height: auto;
  max-width: 100%;
}

.bg-primary {
  background-color: #e5e5e5;
  color: #333
}

.bg-secondary {
  background-color: #efefef;
  color: #333
}

.label-info {
  background-color: #84abbd;
}

.label-light {
  background-color: white;
  color: #84abbd;
}

/* POPI */
.alert-popi {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 20px !important
}

.alert-popi a {
  color: white !important
}

.alert-popi .btn {
  border: 1px solid white;
  padding: 5px 15px;
  font-weight: 700;
}

.alert-popi .btn:hover {
  background: white;
  color: #84abbd !important
}

/***** WEBKIT RESET *****/
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="search"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

/***** UTILITIES *****/
.border-0 {
  border: none !important;
}

.border-top {
  border-top: 1px solid #ddd !important;
}

.bg-white {
  background: white !important;
}

.v-align-top {
  vertical-align: top !important;
}

.white-space-normal {
  white-space: normal !important;
}

/***** TYPOGRAPHY *****/
h1 {
  font-size: 50px;
  font-weight: 300;
  margin: 0;
  color: #fff;
}

h1.primary {
  font-size: 40px;
  font-weight: 300;
  margin: 0;
  color: #000;
}

h1.slogan {
  font-size: 45px;
}

h2 {
  font-size: 40px;
  font-weight: 300;
  margin: 0;
  color: #000;
}

h2.smaller {
  font-size: 36px;
  font-weight: 300;
  margin: 10px 0 0 0;
  color: #fff;
}

h3 {
  font-size: 36px;
  font-weight: 300;
  margin: 0;
  color: #000;
}

h4 {
  font-size: 24px;
  font-weight: 400;
  margin: 0;
  color: #000;
}

h4.smaller {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  color: #000;
  line-height: 26px;
}

h5 {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  color: #333;
}

h6 {
  font-size: 11px;
  font-weight: 400;
  margin: 0;
  color: #515151;
}

.p1,
ol {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  color: #333;
  line-height: 26px;
}

.p2 {
  font-size: 12px;
  font-weight: 400;
  margin: 0;
}

.p3 {
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  color: #999999;
}

.p4 {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
}

.p5 {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  color: #000;
  line-height: 26px;
}

.p6 {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  color: #999999;
  text-align: left;
}

strong {
  font-weight: 700;
}

small {
  color: #000 !important;
}

small.green {
  color: #aaad8f !important;
}

em {
  font-style: italic;
}

hr {
  border-color: #e2e2e2;
  border-width: 2px;
}

.text-small {
  font-size: 14px;
  color: #333;
}

/***** LINKS *****/
a:link,
a:active {
  color: #abca8c;
}

a:hover,
a:focus {
  color: #c6bd67;
  text-decoration: none;
}

a:visited {
  color: #abca8c;
}

a:hover small,
a:focus small {
  color: #abca8c !important;
}

.btn-link {
  padding: 0;
  color: #abca8c;
}

.btn-link:hover,
.btn-link:focus {
  color: #c6bd67;
  text-decoration: none;
}

.btn-link:visited {
  color: #abca8c;
}

/***** COLOURS *****/
.color-army-green {
  color: #aaad8f;
}

.color-olive-green {
  color: #c6bd67;
}

.color-green {
  color: #abca8c;
}

.color-yellow {
  color: #e3ce50;
}

.color-blue {
  color: #84abbd;
}

.color-grey {
  color: #807e7e;
}

/***** BUTTONS *****/
.btn {
  border-radius: 0;
}

.btn-large {
  font-size: 18px;
  padding: 4px 20px 7px 20px;
}

.btn-medium {
  font-size: 16px;
  padding: 1px 15px 3px 15px;
}

.btn-small {
  font-size: 14px;
  padding: 0px 15px 2px 15px;
}

.btn-primary {
  color: #fff !important;
  background: #abca8c;
  border: 2px solid #abca8c;
}

.btn-primary:hover,
.btn-primary:focus {
  color: #fff;
  background: #c6bd67 !important;
  border: 2px solid #c6bd67 !important;
}

.btn-primary:visited {
  color: #fff;
  background: #abca8c;
  border: 2px solid #abca8c;
}

.btn-secondary {
  color: #abca8c;
  background: none;
  border: 2px solid #abca8c;
}

.btn-secondary:hover,
.btn-secondary:focus {
  color: #c6bd67;
  background: none;
  border: 2px solid #c6bd67;
}

.btn-secondary:visited {
  color: #abca8c;
  background: none;
  border: 2px solid #abca8c;
}

/***** ALERT *****/
.alert {
  text-align: center;
  border-radius: 0;
  padding: 10px 15px;
  border: none;
  display: block;
  font-size: 14px;
  margin: 0;
  line-height: normal;
}

.alert-info {
  background: #84abbd;
  color: white !important;
}

.alert-success {
  background: #abca8c;
  color: white !important;
}

/***** SELECT LIST *****/
.select {
  min-width: 0;
}

.select2-choice {
  font-size: 18px;
  color: #abca8c;
  border: 2px solid #abca8c;
  border-radius: 0;
  padding: 4px 30px 7px 20px;
}

.select2-choice:hover,
.select2-choice:focus {
  color: #c6bd67;
  border: 2px solid #c6bd67;
}

.select2-arrow {
  font-size: 14px;
  border-color: transparent;
  border-width: 0;
  right: -5px;
  top: 0px;
  position: relative;
}

.select2-arrow::after {
  font-family: "FontAwesome";
  content: "\f107";
}

.select2-drop {
  font-size: 18px;
  border: 1px solid #e4e4e4;
  background: #fff;
  border-radius: 0;
  margin-top: 0;
}

.select2-drop .select2-highlighted>.select2-result-label {
  background: #f5f4f4;
  color: #abca8c;
  border-radius: 0 !important;
}

.select2-drop .select2-highlighted>.select2-result-label:hover,
.select2-drop .select2-highlighted>.select2-result-label:focus {
  background: #f5f4f4;
  color: #c6bd67;
}

.select2-drop .select2-result-selectable .select2-result-label {
  color: #abca8c;
}

.select2-results {
  max-height: 550px;
}

/***** NAV *****/
.navbar {
  border-radius: 0;
  background: url(../images/overlay.png) repeat;
  min-height: 60px;
}

.navbar .nav li a:link,
.navbar .nav li a:active,
.navbar .nav li a:visited,
.navbar .nav li.dropdown .dropdown-toggle {
  font-size: 18px !important;
  font-weight: 400 !important;
  color: #fff;
  padding: 17px 18px 20px 18px;
  cursor: pointer;
}

.navbar .nav li.dropdown.open .caret {
  transform: rotate(180deg)
}

.navbar .nav>li>.dropdown-menu {
  background: url(../images/overlay.png) repeat;
  margin: 0;
  padding-bottom: 15px;
  border-radius: 0 0 5px 5px;
  z-index: 100;
}

.navbar .nav>li>.dropdown-menu li a {
  padding: 10px 20px !important;
  background: none;
}

.navbar .nav li a:hover,
.navbar .nav li a:focus {
  color: #c6bd67;
}

.navbar .nav li.quote a:link,
.navbar .nav li.quote a:active,
.navbar .nav li.quote a:visited {
  color: #abca8c;
}

.navbar .nav li.quote a:hover,
.navbar .nav li.quote a:focus {
  color: #c6bd67;
}

.navbar .nav li .logo-icon {
  margin-top: -1px;
}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}

.navbar .nav li.nav-timber a:hover,
.navbar .nav li.nav-timber a:focus {
  color: #84abbd !important;
}

.navbar .nav li.nav-security a:hover,
.navbar .nav li.nav-security a:focus {
  color: #e3ce50 !important;
}

.navbar .nav li.nav-aluminium a:hover,
.navbar .nav li.nav-aluminium a:focus {
  color: #c6bd67 !important;
}

.navbar .nav li.nav-colour a:hover,
.navbar .nav li.nav-colour a:focus {
  color: #aaad8f !important;
}

.navbar .nav li.nav-galleries a:hover,
.navbar .nav li.nav-galleries a:focus {
  color: #807e7e !important;
}

.navbar .nav li.nav-contact a:hover,
.navbar .nav li.nav-contact a:focus {
  color: #abca8c !important;
}

/***** SECONDARY NAV *****/
.nav-secondary {
  text-align: center;
  background: #fff;
  display: none;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
}

.navbar .nav-pills {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .nav-pills li a {
  border-radius: 0;
}

.navbar .nav-pills li a:link,
.navbar .nav-pills li a:active,
.navbar .nav-pills li a:visited {
  padding: 12px 20px 17px 20px;
  color: #abca8c;
}

.navbar .nav-pills li a:hover,
.navbar .nav-pills li a:focus {
  background: none;
  color: #c6bd67;
}

.navbar .nav-pills li.config {
  padding: 12px 20px 17px 20px;
}

.navbar .nav-pills li.config a:link {
  padding: 0;
  display: inline-block;
}

/***** GALLERY NAV *****/
.nav-gallery {
  text-align: center;
  background: #fff;
  display: none;
  padding-top: 16px;
  padding-bottom: 16px;
}

#whychoose .nav-secondary,
#whychoosetimber .nav-secondary,
#terminology .nav-secondary,
#configuration .nav-secondary,
#dimensions .nav-secondary {
  display: block;
}

#whychoose .nav-secondary .nav-pills li:nth-child(1) a,
#whychoosetimber .nav-secondary .nav-pills li:nth-child(2) a,
#terminology .nav-secondary .nav-pills li:nth-child(3) a,
#configuration .nav-secondary .nav-pills li:nth-child(4) a,
#dimensions .nav-secondary .nav-pills li:nth-child(5) a {
  background: #abca8c;
  color: #fff;
}

#whychoose .nav-secondary .nav-pills li:nth-child(1) a:after,
#whychoosetimber .nav-secondary .nav-pills li:nth-child(2) a:after,
#terminology .nav-secondary .nav-pills li:nth-child(3) a:after,
#configuration .nav-secondary .nav-pills li:nth-child(4) a:after,
#dimensions .nav-secondary .nav-pills li:nth-child(5) a:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(62, 226, 144, 0);
  border-top-color: #abca8c;
  border-width: 15px;
  margin-left: -15px;
  z-index: 99;
}

#configuration .nav-secondary .nav-pills li.config {
  background: #abca8c;
}

#configuration .nav-secondary .nav-pills li.config a {
  color: #fff;
}

#configuration .nav-secondary .nav-pills li.config:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(62, 226, 144, 0);
  border-top-color: #abca8c;
  border-width: 15px;
  margin-left: -15px;
  z-index: 9999;
}

#whychoose .navbar .nav-pills li.config .config-toggle,
#terminology .navbar .nav-pills li.config .config-toggle,
#dimensions .navbar .nav-pills li.config .config-toggle,
#whychoosetimber .navbar .nav-pills li.config .config-toggle {
  display: none;
}

#configuration .navbar .nav-pills li.config .config-toggle {
  display: block;
  float: right;
  width: 16px;
  height: 16px;
  margin: 9px 0 0 9px;
  cursor: pointer;
}

.config-toggle.icon-close {
  background: url(../images/icon-close.svg) no-repeat;
}

.config-toggle.icon-grid {
  background: url(../images/icon-grid.svg) no-repeat;
}

#whychoose .header .block,
#whychoosetimber .header .block,
#terminology .header .block,
#configuration .header .block,
#dimensions .header .block {
  padding-top: 120px;
}

#gallery .nav-gallery {
  display: block;
}

#gallery .content {
  padding-top: 105px;
}

/***** CONFIGURATION NAV *****/
#configuration .nav-configuration {
  display: none;
}

.nav-configuration {
  background: #f1f0f0;
  padding: 30px 0;
  display: none;
}

.nav-configuration h5 {
  margin-top: 15px;
}

.nav-configuration .nav-tabs {
  border: none;
}

.nav-configuration .nav-tabs li {
  margin: 0;
}

.nav-configuration .nav-tabs li a {
  border-radius: 0;
  border: 5px solid #f1f0f0;
  display: block;
  overflow: hidden;
  background-size: cover;
  width: 100%;
  height: 130px;
  float: left;
  background-position: center;
}

.nav-configuration .nav-tabs li a:hover,
.nav-configuration .nav-tabs li a:focus {
  border: 5px solid #c6bd67;
}

.nav-configuration .nav-tabs li.active a {
  border: 5px solid #abca8c;
}

/***** GALLERY *****/
.gallery {
  display: block;
  overflow: hidden;
  background-size: cover;
  width: 100%;
  height: 250px;
  float: left;
  background-position: center;
}

.gallery:hover,
.gallery:focus {
  opacity: 0.7;
}

.blueimp-gallery>.prev,
.blueimp-gallery>.next {
  border: none !important;
  border-radius: 0 !important;
  background: none !important;
}

#gallery-category {
  margin-top: 50px;
}

#gallery-category .slick-prev:before,
#gallery-category .slick-next:before {
  color: rgba(0, 0, 0, 0.25);
}

#gallery-category .slick-prev:hover:before,
#gallery-category .slick-next:hover:before {
  color: rgba(0, 0, 0, 0.7);
}

.gallery-category {
  height: 200px;
  position: relative;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: normal;
}

.gallery-category span {
  position: relative;
  z-index: 1;
  color: white;
}

.gallery-category::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

/***** HEADER *****/
.header {
  display: block;
  overflow: hidden;
  background-image: url(../images/home-header.jpg);
  background-size: cover;
  width: 100%;
  height: 630px;
  background-position: center;
  background-repeat: no-repeat;
}

.header-about {
  background-image: url(../images/about-header.jpg);
}

.header-care {
  background-image: url(../images/care-header.jpg);
}

.header-timber {
  background-image: url(../images/timber-header.jpg);
}

.header-security {
  background-image: url(../images/security-header.jpg);
}

.header-flyscreen {
  background-image: url(../images/flyscreen-header.jpg);
}

.header-fixed-louvre {
  background-image: url(../images/fixed-louvre-header.jpg);
}

.header-choose {
  background-image: url(../images/choose-header.jpg);
}

.header-terminology {
  background-image: url(../images/terminology-header.jpg);
  background-size: auto;
  background-repeat: none;
  height: 875px;
  margin-top: 60px;
}

.header-config-hinged {
  background-image: url(../images/config-header-hinged.jpg);
}

.header-config-sliding {
  background-image: url(../images/config-header-sliding.jpg);
}

.header-config-track {
  background-image: url(../images/config-header-track.jpg);
}

.header-config-cafe {
  background-image: url(../images/config-header-cafe.jpg);
  background-position: top center;
}

.header-dimensions {
  background-image: url(../images/dimensions-header.jpg);
}

.header-quote {
  background-image: url(../images/quote-header.jpg);
}

.header-contact {
  background-image: url(../images/contact-header.jpg);
}

.header-sam-lurie {
  background-image: url(../images/designer-range/sam-lurie/header.jpg);
}

.header-promo {
  background-image: url(../images/promotions/aug-2025/header.jpg);
}


.header .logo {
  margin-bottom: 30px;
}

.header.dual-btn .btn-secondary {
  margin-right: 5px;
}

.header.dual-btn .btn-primary {
  margin-left: 5px;
}

.header .block {
  position: relative;
  text-align: center;
  height: 630px;
  padding-top: 60px;
  z-index: 2;
}

.header .block:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.header .centered {
  display: inline-block;
  vertical-align: middle;
}

.header .img-profile {
  border: 10px solid #fff;
}

.header .p1,
.header h4 {
  color: #fff;
}

.header-dimensions .dimension-icon {
  height: 200px;
  margin-top: 20px;
}

.header-dimensions .dimension-width .block {
  text-align: left;
  height: 220px;
  padding-top: 0 !important;
}

/***** TERMINOLOGY CIRCLES *****/
.circle-wrapper {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  cursor: default;
}

.circle-wrapper.circle-toptrack {
  width: 110px;
  top: 155px;
  right: 620px;
}

.circle-wrapper.circle-louvre {
  width: 110px;
  top: 310px;
  right: 675px;
}

.circle-wrapper.circle-pushrod {
  width: 110px;
  top: 450px;
  right: 715px;
}

.circle-wrapper.circle-midrail {
  width: 110px;
  top: 572px;
  right: 740px;
}

.circle-wrapper.circle-bottomtrack {
  width: 110px;
  top: 745px;
  right: 620px;
}

.circle-wrapper.circle-bottomrail {
  width: 110px;
  top: 745px;
  right: 320px;
}

.circle-wrapper.circle-flushbolt {
  width: 110px;
  top: 660px;
  left: 25px;
}

.circle-wrapper.circle-pullring {
  width: 110px;
  top: 492px;
  left: 26px;
}

.circle-wrapper.circle-toprail {
  width: 110px;
  top: 142px;
  right: 40px;
}

.circle-wrapper>span {
  display: inline-table;
}

.circle-wrapper.circle-toptrack .circle-outer>.circle-inner:hover {
  background-image: url(../images/terminology-circle-toptrack.jpg);
}

.circle-wrapper.circle-louvre .circle-outer>.circle-inner:hover {
  background-image: url(../images/terminology-circle-louvre.jpg);
}

.circle-wrapper.circle-pushrod .circle-outer>.circle-inner:hover {
  background-image: url(../images/terminology-circle-pushrod.jpg);
}

.circle-wrapper.circle-midrail .circle-outer>.circle-inner:hover {
  background-image: url(../images/terminology-circle-midrail.jpg);
}

.circle-wrapper.circle-bottomtrack .circle-outer>.circle-inner:hover {
  background-image: url(../images/terminology-circle-bottomtrack.jpg);
}

.circle-wrapper.circle-bottomrail .circle-outer>.circle-inner:hover {
  background-image: url(../images/terminology-circle-bottomrail.jpg);
}

.circle-wrapper.circle-flushbolt .circle-outer>.circle-inner:hover {
  background-image: url(../images/terminology-circle-flushbolt.jpg);
}

.circle-wrapper.circle-pullring .circle-outer>.circle-inner:hover {
  background-image: url(../images/terminology-circle-pullring.jpg);
}

.circle-wrapper.circle-toprail .circle-outer>.circle-inner:hover {
  background-image: url(../images/terminology-circle-toprail.jpg);
}

.circle-outer {
  margin: 20px 20px 0 20px;
  display: inline-block;
}

.circle-outer>.circle-inner {
  display: inline-block;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  padding: 0;
  border: 3px solid #abca8c;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  box-sizing: content-box;
}

.circle-outer>.circle-inner:hover {
  padding: 35px;
  margin: -20px;
  margin-bottom: 0;
  background-position: center;
  background-size: cover;
}

.circle-label {
  display: block;
  vertical-align: middle;
  color: #fff;
  line-height: normal;
  white-space: nowrap;
  margin-top: -5px;
}

/***** CTA *****/
.cta {
  display: block;
  overflow: hidden;
  background-size: cover;
  /* width: 25%; */
  width: 21.666%;
  height: 212px;
  background-position: bottom right;
  float: left;
  border-top: 5px solid #fff;
  position: relative;
}

.cta-promo {
  width: 35%
}

.cta-timber {
  background-image: url(../images/home-cta-timber.jpg);
  color: #84abbd !important;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
}

.cta-security {
  background-image: url(../images/home-cta-security.jpg);
  color: #e3ce50 !important;
}

.cta-designer {
  background-image: url(../images/home-cta-designer.jpg);
  color: #c6bd67 !important;
  border-right: 5px solid #fff;
}

.cta-flyscreen {
  background-image: url(../images/home-cta-flyscreen.jpg);
  color: #abca8c !important;
  background-position: left center;
}

.cta-choose {
  background-image: url(../images/home-cta-choose.jpg);
}

.cta .block {
  text-align: left;
  height: 200px;
  padding-left: 50px;
}

.cta .block:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.cta .centered {
  display: inline-block;
  vertical-align: middle;
}

.cta h3 {
  color: #fff;
}

/*
.cta-timber:after {content:" ";position:absolute;bottom:0;width:100%;border-bottom:13px solid #84abbd}
.cta-security:after {content:" ";position:absolute;bottom:0;width:100%;border-bottom:13px solid #e3ce50}
.cta-designer:after {content:" ";position:absolute;bottom:0;width:100%;border-bottom:13px solid #c6bd67}
.cta-timber:hover {background-image:url(../images/home-cta-timber.jpg);background-color:#84abbd}
.cta-timber:before {content:" ";position:absolute;bottom:0;top:0;width:100%;background-color:inherit;opacity:.5;}
.cta-security:before {content:" ";position:absolute;bottom:0;top:0;width:100%;background-color:inherit;opacity:.5;}
.cta-security:hover {background-image:url(../images/home-cta-security.jpg);background-color:#e3ce50}
.cta-designer:before {content:" ";position:absolute;bottom:0;top:0;width:100%;background-color:inherit;opacity:.5;}
.cta-designer:hover {background-image:url(../images/home-cta-designer.jpg);background-color:#c6bd67}
*/

/***** CONTENT *****/
.content {
  clear: both;
  padding-top: 100px;
  padding-bottom: 100px;
}

.content-smaller {
  padding-top: 60px;
  padding-bottom: 60px;
}

.content .row {
  position: relative;
}

.content-seo {
  padding-bottom: 0 !important;
}

.content-block {
  padding: 60px;
  background: #fff;
  position: relative;
}

.content-grey {
  background: #f1f0f0;
}

.content-gradient {
  background: #fff;
  background: -webkit-linear-gradient(#fff, #e5e5e5);
  background: -o-linear-gradient(#fff, #e5e5e5);
  background: -moz-linear-gradient(#fff, #e5e5e5);
  background: linear-gradient(#fff, #e5e5e5);
}

.content-finishes .p1 {
  margin-top: 10px;
}

.content-column-left {
  float: left;
  margin-top: 20px;
  border-right: 10px solid #f1f0f0;
  height: 720px;
  width: 50%;
}

.content-column-right {
  float: right;
  margin-top: 20px;
  border-left: 10px solid #f1f0f0;
  height: 720px;
  width: 50%;
}

.content-column-img {
  display: block;
  overflow: hidden;
  background-size: cover !important;
  width: 100%;
  background-position: center !important;
  background-repeat: none !important;
}

.content-column-img.img-one {
  height: 360px;
  border-bottom: 10px solid #f1f0f0;
}

.content-column-img.img-two {
  height: 360px;
  border-top: 10px solid #f1f0f0;
}

.content-column-img.img-three {
  height: 720px;
}

.content-dimensions h5 {
  margin-bottom: 10px;
  color: #000;
}

.content-dimensions-louvre {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  height: 100%;
  width: 25%;
  background: url(../images/dimensions-louvre-width.jpg);
  background-size: cover;
  background-position: top;
}

.content-dimensions-midrails {
  position: absolute;
  top: 0;
  left: 15px;
  bottom: 0;
  height: 100%;
  width: 25%;
  background: url(../images/dimensions-midrails.jpg);
  background-size: cover;
  background-position: center;
}

.content-dimensions-toptrack {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  height: 100%;
  width: 25%;
  background: url(../images/dimensions-toptrack.jpg);
  background-size: cover;
  background-position: top;
}

.content-dimensions-bottomtrack {
  position: absolute;
  top: 0;
  left: 15px;
  bottom: 0;
  height: 100%;
  width: 25%;
  background: url(../images/dimensions-bottomtrack.jpg);
  background-size: cover;
  background-position: bottom;
}

.content-quote .content {
  padding-top: 60px;
  padding-bottom: 45px;
}

.content-quote .select {
  width: 100%;
  text-align: center;
}

.content-quote .select2-choice {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}

.content-quote .quote-add {
  margin-right: 10px;
  cursor: pointer;
}

.content-quote .quote-remove {
  position: absolute;
  right: 20px;
  top: 20px;
  background: url(../images/icon-modal-close.svg) center;
  background-size: cover;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.content-contact .p5 {
  text-align: right;
}

.content-features h4 {
  margin-bottom: 15px;
}

/***** FORM CONTROLS *****/
label {
  font-size: 18px;
  color: #000;
  line-height: normal;
}

.form-control {
  text-align: center;
  font-size: 18px;
  color: #515151;
}

.form-control:hover,
.form-control:focus {
  border-color: #ddd;
}

.form-group:last-child {
  margin-bottom: 10px;
}

.form-control,
.select2-search input[type="text"] {
  height: 40px;
}

.has-error .select2-choice {
  color: #e74c3c;
  border-color: #e74c3c;
}

.radio {
  display: inline-block;
  padding-left: 0;
  line-height: normal;
  margin: 0 !important;
}

.radio label {
  padding: 0;
  color: #515151;
  line-height: 1;
  margin: 0;
}

input[type="radio"] {
  visibility: hidden;
}

input[type="radio"]+label {
  display: block;
}

input[type="radio"]+label:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 10px;
  width: 23px;
}

input[type="radio"]+label:before {
  content: "\f10c";
  color: #ccc;
}

input[type="radio"]:checked+label:before {
  content: "\f192";
  color: #abca8c;
}

textarea {
  text-align: left !important;
}

/***** MODALS *****/
.modal-header {
  border: none;
  padding: 30px;
}

.modal-header .close {
  font-size: 30px;
  padding-left: 30px;
}

.modal-body {
  padding: 0 30px 30px 30px;
}

/***** FAQ *****/
.panel-group .panel {
  border-radius: 0;
  border: none;
  box-shadow: none;
  border-bottom: 2px solid #e7e7e7;
  padding: 20px 0 30px 0;
  background: none;
}

.panel-group .panel:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.panel-default>.panel-heading {
  background: none;
  border: none;
  padding: 0;
  border-radius: 0;
}

.panel-title {
  font-size: 36px;
  font-weight: 300;
}

.panel-title a {
  color: #000;
}

.panel-title a:hover,
.panel-title a:focus {
  color: #abca8c;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border: none;
  padding: 20px 0 0 0;
  color: #333;
  font-size: 18px;
  line-height: 26px;
}

/***** FOOTER QUOTE *****/
.footer-quote {
  background: #191919;
  padding-top: 100px;
  padding-bottom: 100px;
  width: 100%;
}

.footer-quote .p1 {
  color: #fff;
}

/***** FOOTER CTA *****/
.footer-cta {
  display: block;
  overflow: hidden;
  background-size: cover;
  width: 100%;
  height: 314px;
  background-position: center;
}

.footer-cta-timber {
  background-image: url(../images/timber-cta-footer.jpg);
}

.footer-cta-security {
  background-image: url(../images/security-cta-footer.jpg);
}

.footer-cta-choose {
  background-image: url(../images/choose-cta-footer.jpg);
}

.footer-cta-config {
  background-image: url(../images/config-cta-footer.jpg);
}

.footer-cta .block {
  text-align: center;
  height: 314px;
}

.footer-cta .block:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.footer-cta .centered {
  display: inline-block;
  vertical-align: middle;
}

.footer-cta h3 {
  color: #fff;
}

.footer-cta .p1 {
  color: #fff;
  margin-top: 15px;
}

/***** FOOTER *****/
.footer {
  padding-top: 60px;
}

.footer h4 {
  margin-bottom: 8px;
}

.footer h6 {
  margin-bottom: 8px;
}

.footer .p3 {
  margin-bottom: 2px;
}

.footer .footer-select-branch {
  float: left;
}

.footer .footer-tel {
  font-family: "Libre Baskerville", serif;
  font-size: 30px;
  color: #abca8c;
  margin: -5px 0 0 20px;
  height: 30px;
}

.footer .btn {
  margin-top: 9px;
}

.footer hr {
  border-color: #e7e7e7;
  margin-top: 60px;
  margin-bottom: 0;
}

.footer .footer-info {
  padding-top: 20px;
  padding-bottom: 9px;
}

.footer .footer-info a:link,
.footer .footer-info a:active,
.footer .footer-info a:visited {
  color: #333333;
}

.footer .footer-info a:hover,
.footer .footer-info a:focus {
  color: #c6bd67;
}

.footer .footer-links {
  text-align: left;
  font-size: 13px;
}

/* .footer .footer-social {
  text-align: left;
} */

.footer .footer-social .fa-lg {
  font-size: 0.7em;
  margin-top: -15px;
}

.footer .footer-copyright {
  text-align: right;
  font-size: 13px;
}

/***** COUNTER LIST *****/
ol.counter {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

ol.counter>li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

ol.counter>li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}

li ol.counter>li {
  margin: 0;
}

li ol.counter>li:before {
  content: counters(item, ".") " ";
}

ol.counter>li.fake {
  display: block;
}

ol.counter>li.fake:before {
  display: none;
}

/***** 404 Page *****/
.error-page {
  background: #656668;
  display: flex;
  flex-direction: column;
  height: 100%
}

.error-page--wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center
}

.error-page--wrapper h1 {
  font-size: 36px;
  font-weight: 400;
  line-height: 48px;
  margin: 50px 0 100px
}

.error-page--links a {
  font-size: 24px;
  font-weight: 700;
  display: inline-block;
  background: #d2232a;
  text-transform: uppercase;
  color: white;
  border-radius: 1px;
  margin: 0 20px;
  padding: 0 20px
}

.error-page--img {
  width: 700px
}

/***** MEDIA QUERIES *****/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {

  /***** NAV *****/
  .navbar .nav li a:link,
  .navbar .nav li a:active,
  .navbar .nav li a:visited {
    font-size: 16px;
  }

  .navbar .nav-pills li a:link,
  .navbar .nav-pills li a:active,
  .navbar .nav-pills li a:visited {
    padding: 12px 20px 17px 20px;
  }

  /***** HEADER *****/
  .header-dimensions .dimension-icon {
    height: 140px;
    margin-top: 5px;
  }

  .header-dimensions .dimension-width .block {
    text-align: left;
    height: 160px;
  }

  /***** CONTENT *****/
  .content {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  /***** SELECT *****/
  .select2-arrow {
    right: -12px;
  }

  .select2-results {
    max-height: 400px;
  }

  /***** QUOTE *****/
  .footer-quote {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  /***** CONFIGURATION NAV *****/
  .nav-configuration {
    margin-top: -1px;
  }

  .nav-configuration h5 {
    font-size: 17px;
  }

  /***** CTA *****/
  .cta .block h3 {
    font-size: 28px
  }

  .cta .block {
    padding-left: 30px;
  }

  /***** GALLERY *****/
  .gallery:hover,
  .gallery:focus {
    opacity: 1;
  }

  /***** FOOTER *****/
  .footer .footer-copyright,
  .footer .footer-links {
    font-size: 12px !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {

  /***** NAV *****/
  .navbar .nav .logo-icon img {
    width: 35px;
  }

  .navbar .nav li a:link,
  .navbar .nav li a:active,
  .navbar .nav li a:visited,
  .navbar .nav li.dropdown .dropdown-toggle,
  .navbar .nav li.dropdown.open .dropdown-menu li a {
    font-size: 15px !important;
    padding: 17px 8px 20px;
  }

  .navbar .nav-pills li a:link,
  .navbar .nav-pills li a:active,
  .navbar .nav-pills li a:visited {
    padding: 14px 15px 17px 15px;
  }

  /***** CTA *****/
  .cta .block h3 {
    font-size: 28px
  }

  .cta .block {
    padding-left: 30px;
  }

  /***** FOOTER *****/
  .footer .footer-copyright,
  .footer .footer-links {
    text-align: center !important;
  }

  .footer .footer-info {
    padding-top: 15px !important;
    padding-bottom: 15px !important
  }

  .footer .footer-tel {
    margin: auto !important;
    height: auto !important
  }

  .footer .footer-select-branch {
    float: none !important
  }

  .footer .footer-social {
    text-align: center !important;
    margin: 10px 0 !important
  }

  .footer .footer-social .fa-lg {
    margin-top: -5px !important
  }

  /***** 404 Page *****/
  .error-page--wrapper h1 {
    font-size: 32px;
    line-height: 44px;
    margin: 50px 0 80px
  }

  .error-page--links a {
    font-size: 20px;
    margin: 0 15px
  }

  .error-page--img {
    width: 600px
  }
}

@media (max-width: 767px) {

  /***** TYPOGRAPHY *****/
  h1 {
    font-size: 40px;
  }

  h1.primary {
    font-size: 36px;
  }

  h1.slogan {
    font-size: 30px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  .sasa {
    text-align: center;
  }

  /***** NAV *****/
  .navbar .nav {
    padding: 30px 60px;
  }

  .navbar .navbar-toggle {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0;
    height: 60px;
    width: 60px;
    line-height: normal;
    margin: 0;
    padding: 0;
    background: #abca8c;
  }

  .navbar .navbar-toggle::before {
    font-family: "FontAwesome";
    content: "\f0c9";
    color: #fff;
  }

  .navbar .navbar-collapse {
    text-align: left;
    background: #abca8c;
  }

  .navbar .navbar-header {
    position: relative;
    min-height: 60px;
  }

  .navbar .navbar-header .logo-icon {
    padding-top: 13px;
  }

  .navbar .nav li a:link,
  .navbar .nav li a:active,
  .navbar .nav li a:visited,
  .navbar .nav li.dropdown .dropdown-toggle,
  .navbar .nav li.dropdown.open .dropdown-menu li a {
    padding: 5px 0px !important;
  }

  .navbar .nav li a:hover,
  .navbar .nav li a:focus {
    color: #fff;
  }

  .navbar .nav li.quote a:link,
  .navbar .nav li.quote a:active,
  .navbar .nav li.quote a:visited {
    color: #fff;
  }

  .navbar .nav li.quote a:hover,
  .navbar .nav li.quote a:focus {
    color: #fff;
  }

  .navbar .nav>li>.dropdown-menu {
    background: none;
    margin: 0;
    padding-bottom: 15px;
    border-radius: 0 0 5px 5px
  }

  .navbar .nav>li>.dropdown-menu li a {
    padding: 10px 20px !important;
    background: none;
  }

  /***** SECONDARY NAV *****/
  #whychoose .header .block,
  #whychoosetimber .header .block,
  #terminology .header .block,
  #configuration .header .block,
  #dimensions .header .block {
    padding-top: 60px;
  }

  /***** HEADER *****/
  .header.header-mobile {
    height: 100%;
  }

  .header.header-mobile .block {
    height: 100%;
  }

  .header .logo {
    width: 200px;
    margin: 60px 0 30px 0;
  }

  .header.dual-btn .btn-secondary {
    margin: 0 0 15px 0;
  }

  .header.dual-btn .btn-primary {
    margin-left: 0;
  }

  .header-config-hinged,
  .header-config-sliding,
  .header-config-track,
  .header-config-cafe {
    height: 250px;
  }

  .header-config-hinged .block,
  .header-config-sliding .block,
  .header-config-track .block,
  .header-config-cafe .block {
    height: 250px;
    padding-top: 0 !important;
  }

  .header .block {
    padding-left: 15px;
    padding-right: 15px;
  }

  /***** GALLERY NAV *****/
  #gallery .content {
    padding-top: 0px;
    margin-top: 60px;
  }

  .gallery {
    border-bottom: 10px solid #fff;
  }

  .gallery-category {
    height: 130px;
  }

  /***** CTA *****/
  .cta,
  .cta-promo {
    width: 100%;
    float: none;
    border-top: 5px solid #fff;
  }

  .cta-security,
  .cta-timber,
  .cta-designer {
    border-left: none;
    border-right: none;
  }

  /***** CONTENT *****/
  .content-block {
    padding: 45px 15px;
  }

  .content-grey-mobile {
    background: #f1f0f0;
  }

  .content-gradient-mobile {
    background: #fff;
    background: -webkit-linear-gradient(#fff, #e5e5e5);
    background: -o-linear-gradient(#fff, #e5e5e5);
    background: -moz-linear-gradient(#fff, #e5e5e5);
    background: linear-gradient(#fff, #e5e5e5);
  }

  .content-no-padding-lr {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .content-no-padding-tb {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .content-column-left {
    float: none;
    margin-top: 0;
    border-right: none;
    height: 500px;
    width: 100%;
  }

  .content-column-right {
    float: none;
    margin-top: 0;
    border-left: none;
    height: 250px;
    width: 100%;
  }

  .content-column-right.dual-pics {
    float: none;
    margin-top: 0;
    border-left: none;
    height: 500px;
    width: 100%;
  }

  .content-column-img.img-one {
    height: 250px;
    border-top: 10px solid #fff;
    border-bottom: none;
  }

  .content-column-img.img-two {
    height: 250px;
    border-top: 10px solid #fff;
  }

  .content-column-img.img-three {
    height: 250px;
    border-top: 10px solid #fff;
  }

  .content-dimensions-louvre {
    position: relative;
    left: 0;
    height: 200px;
    width: 100%;
  }

  .content-dimensions-midrails {
    position: relative;
    left: 0;
    height: 200px;
    width: 100%;
  }

  .content-dimensions-toptrack {
    position: relative;
    left: 0;
    height: 200px;
    width: 100%;
  }

  .content-dimensions-bottomtrack {
    position: relative;
    left: 0;
    height: 200px;
    width: 100%;
  }

  .content-terminology {
    margin-top: 60px;
    background: #fff;
  }

  .content-terminology-mobile {
    padding-top: 0;
  }

  .content-terminology-mobile .block {
    height: 100px;
  }

  .content-terminology-mobile .block:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
  }

  .content-terminology-mobile .centered {
    display: inline-block;
    vertical-align: middle;
  }

  .content-quote .content {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .content-quote .quote-remove {
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
  }

  .content-contact .p5 {
    text-align: left;
  }

  /***** QUOTE *****/
  .content-quote .form-control {
    margin-bottom: 10px;
  }

  .quote-block label {
    margin: 0;
  }

  .quote-block .content-block {
    padding: 30px;
  }

  .quote-block .radio {
    top: -5px;
  }

  /***** TABS *****/
  .tab-content>.tab-pane {
    display: block;
  }

  .tab-pane.fade {
    opacity: 1;
  }

  /***** FAQ *****/
  .panel-group .panel {
    border-bottom: 2px solid #efefef;
  }

  .panel-title {
    text-align: center;
  }

  .panel-default>.panel-heading+.panel-collapse>.panel-body {
    text-align: center;
  }

  /***** FOOTER *****/
  .footer .footer-links,
  .footer .footer-copyright {
    font-size: 11px !important
  }

  .footer,
  .footer h4,
  .footer h6,
  .footer p,
  .footer .footer-copyright,
  .footer .footer-links {
    text-align: center !important
  }

  .footer .footer-select-branch {
    float: none !important
  }

  /* Responsive Table */
  .table-responsive {
    border: none;
  }

  .table-responsive>.table-bordered>tbody>tr:last-child>td,
  .table-responsive>.table-bordered>tbody>tr:last-child>th,
  .table-responsive>.table-bordered>tfoot>tr:last-child>td,
  .table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 1px solid #ddd;
  }

  .table-responsive>.table-bordered>tbody>tr>td:last-child,
  .table-responsive>.table-bordered>tbody>tr>th:last-child,
  .table-responsive>.table-bordered>tfoot>tr>td:last-child,
  .table-responsive>.table-bordered>tfoot>tr>th:last-child,
  .table-responsive>.table-bordered>thead>tr>td:last-child,
  .table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 1px solid #ddd;
  }

  .table-responsive .table {
    table-layout: auto !important;
  }

  /***** 404 Page *****/
  .error-page--wrapper {
    justify-content: start;
    padding-top: 50px;
  }

  .error-page--img {
    width: 80%
  }

  .error-page--wrapper h1 {
    font-size: 26px;
    line-height: 32px;
    margin: 50px 30px 25px;
  }

  .error-page--links {
    padding-bottom: 35px;
  }

  .error-page--links a {
    font-size: 20px;
    margin: 15px 0;
    display: block
  }
}

@media (max-width: 320px) {
  .header .logo {
    width: 200px;
    margin-bottom: 10px;
  }
}

div#error {
  text-align: center;
  padding-bottom: 10px;
  color: #ff0000;
}