/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out; 
	-o-transition: all 0.5s ease-in-out; 
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p + p { 
	margin-top: 0.5em;
}
strong {
font-weight: bold;
}

/*================================*/
/*          Colours               */
/*                                */
/*     Black:  #1D2228            */
/*     Orange: #FB8122            */
/*     Grey:   #656263            */
/*                                */
/*================================*/

/*===== Main Styles =====*/
body {
background-color: #eeeeee;
font-family: 'Poppins', sans-serif;
margin: 0;
padding: 0;
line-height: 1;
}

/*===== Divs =====*/
#repair-button	 {
background: url("../images/repairs-icons.png") center center no-repeat;
width: 220px;
height: 60px;
padding: 0;
position: fixed;
top: 25%;
right: -150px;
display: none;
z-index: 999;
}

#repair-button:hover {
right: 0;	
}

#contact-button	 {
background: url("../images/contact-icons.png") center center no-repeat;
width: 220px;
height: 60px;
padding: 0;
position: fixed;
top: 25%;
right: -150px;
display: none;
z-index: 999;
}

#contact-button:hover {
right: 0;	
}

#top-bar {
position: fixed;
top: 0;
background-color: #eeeeee;
width: 100%;
height: 45px;
border-top: 5px solid #FB8122;
border-bottom: 1px solid #dddddd;
z-index: 9999;
}

#header {
position: relative;
width: 100%;
margin: 45px 0 0;
}

#logo {
display: block;
width: 450px;
margin: 0 auto;
padding: 10px 0 0;
}

#menu {
position: relative;
border-top: 1px solid #dddddd;
border-bottom: 1px solid #dddddd;
width: 100%;
height: 50px;
text-align: center;
z-index: 999;
}

#banner {
position: relative;
background: url("../images/banner-01.jpg") center right no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
margin: 10px auto;
padding: 0;
height: 550px;
width: 100%;
max-width: 1400px;
z-index: 50;
}

#banner-automated {
position: relative;
background: url("../images/banner-automated.jpg") bottom center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
margin: 10px auto;
padding: 0;
height: 400px;
width: 100%;
max-width: 1400px;
z-index: 50;
}

#banner-repairs {
position: relative;
background: url("../images/banner-repairs.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
margin: 10px auto;
padding: 0;
height: 400px;
width: 100%;
max-width: 1400px;
z-index: 50;
}

#banner-upgrade {
position: relative;
background: url("../images/banner-upgrade.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
margin: 10px auto;
padding: 0;
height: 400px;
width: 100%;
max-width: 1400px;
z-index: 50;
}

#banner-metal {
position: relative;
background: url("../images/banner-metal.jpg") top center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
margin: 10px auto;
padding: 0;
height: 400px;
width: 100%;
max-width: 1400px;
z-index: 50;
}

#banner-aluminium {
position: relative;
background: url("../images/banner-aluminium-01.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
margin: 10px auto;
padding: 0;
height: 400px;
width: 100%;
max-width: 1400px;
z-index: 50;
}

#banner-composite {
position: relative;
background: url("../images/banner-composite.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
margin: 10px auto;
padding: 0;
height: 400px;
width: 100%;
max-width: 1400px;
z-index: 50;
}

#banner-finance {
position: relative;
background: url("../images/banner-finance.jpg") top center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
margin: 10px auto;
padding: 0;
height: 400px;
width: 100%;
max-width: 1400px;
z-index: 50;
}

#banner-intercom {
position: relative;
background: url("../images/banner-intercom.jpg") center left no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
margin: 10px auto;
padding: 0;
height: 400px;
width: 100%;
max-width: 1400px;
z-index: 50;
}

#banner-wooden {
position: relative;
background: url("../images/banner-wooden.jpg") center left no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
margin: 10px auto;
padding: 0;
height: 400px;
width: 100%;
max-width: 1400px;
z-index: 50;
}

#banner-commercial {
position: relative;
background: url("../images/banner-commercial.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
margin: 10px auto;
padding: 0;
height: 400px;
width: 100%;
max-width: 1400px;
z-index: 50;
}

#banner-short {
position: relative;
background: url("../images/banner-01.jpg") center right no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
margin: 10px auto;
padding: 0;
height: 400px;
width: 100%;
max-width: 1400px;
z-index: 50;
}

#banner-area {
position: relative;
background: url("../images/banner-01.jpg") center right no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
margin: 10px auto;
padding: 0;
height: 400px;
width: 100%;
max-width: 1400px;
z-index: 50;
}

.banner-content {
position: absolute;
top: 35%;
left: 0;
right: 0;
margin: 0;
padding: 0;
}

.sub-banner {
position: relative;
background: url("../images/sub-banner-01.jpg") center right no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
margin: 10px 0;
padding: 0;
height: 450px;
width: 100%;
z-index: 50;
}

.sub-banner-content {
position: absolute;
top: 35%;
left: 0;
right: 0;
margin: 0;
padding; 0;
}

.main-content {
width: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}

.main-content.grey {
background: #656263;
background: url("../images/grey-bg.jpg") center center no-repeat;
margin: 10px 0;
}

.main-content.bordertop {
border-top: 1px solid #dddddd;
}

.main-content.borderbottom {
border-bottom: 1px solid #dddddd;
}

.main-content.gap {
margin: 0 0 40px 0;	
}

.main-content.largegap {
padding: 0 0 80px 0;	
}

.kandoo-header {
padding: 20px 0;
margin: 0;
}

.kandoo-text {
padding: 0 40px 20px;
margin: 0;
}

.dark-panel {
background-color: #1D2228;
border-left: 2px solid #FB8122;
box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
padding: 40px;
margin: 0;
}

.scroll-up {
background: #FB8122;
clip-path: polygon(100% 0, 100% 100%, 50% 85%, 0 100%, 0 50%, 0 0);
-webkit-clip-path: polygon(100% 0, 100% 100%, 50% 85%, 0 100%, 0 50%, 0 0);
-moz-clip-path: polygon(100% 0, 100% 100%, 50% 85%, 0 100%, 0 50%, 0 0);
-o-clip-path: polygon(100% 0, 100% 100%, 50% 85%, 0 100%, 0 50%, 0 0);
color: #ffffff;
text-align: center;
padding: 20px 30px 30px;
position: absolute;
top: 0;
right: 100px;
line-height: 1;
cursor: pointer;
transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
}

.hdr-stars {
padding: 20px 0 0;
margin: 0 auto;
text-align: center;
}

#testimonial-slider {
padding: 20px 0 0;
min-height: 325px;
}

#email-response {
margin: 10px 0;
padding: 0;
text-align: center;
}

#footer {
position: relative;
background: #656263;
width: 100%;
padding: 0;
margin: 10px 0 0;
}

#baseline {
border-bottom: 5px solid #FB8122;
width: 100%;
padding: 20px 0;
margin: 0;
}

/*===== Containers =====*/
#top-bar-wrapper {
width: 100%;
max-width: 1400px;
padding: 0 10px;
margin: 0 auto;
overflow: hidden;
}

#header-wrapper {
position: relative;
width: 100%;
max-width: 1400px;
height: 160px;
padding: 20px 10px;
margin: 0 auto;
}

#banner-wrapper {
position: relative;
width: 100%;
max-width: 1400px;
height: 100%;
padding: 20px 10px;
margin: 0 auto;
}

.sub-banner-wrapper {
position: relative;
width: 100%;
max-width: 1400px;
height: 100%;
padding: 20px 10px;
margin: 0 auto;
}

.main-content-short-wrapper {
width: 100%;
max-width: 1400px;
padding: 40px 10px;
margin: 0 auto;
overflow: hidden;
}

.main-content-wrapper {
width: 100%;
max-width: 1400px;
padding: 80px 10px;
margin: 0 auto;
overflow: hidden;
}

.main-content-wrapper.shadow {
box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
padding: 0;
}

.two-column-flex-wrapper {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-start;
width: 100%;
max-width: 2000px;
padding: 0;
margin: 0;
overflow: hidden;
}

.container {
padding: 0;
margin: 0;
}

#footer-wrapper {
width: 100%;
max-width: 1400px;
padding: 0 10px;
margin: 0 auto;
overflow: hidden;
}

#baseline-wrapper {
width: 100%;
max-width: 1400px;
padding: 0 10px;
margin: 0 auto;
overflow: hidden;
}

/*===== Columns =====*/
.two-column {
display: block;
float: left;
width: 50%;
padding: 0;
margin: 0;
}

.column-inner {
padding: 20px 40px;
margin: 0;
}

.column-inner.content {
padding: 30px 40px;	
}

.three-column {
position: relative;
display: block;
float: left;
width: 33.333%;
padding: 20px;
margin: 0;
}

.left-column-60 {
display: block;
float: left;
width: 60%;
margin: 0;
padding: 0 50px 0 0;
}

.right-column-40 {
display: block;
float: left;
width: 40%;
margin: 0;
padding: 0;
}

.left-column-flex-60 {
background-color: #ffffff;
order: 1;
flex-grow: 0;
flex-basis: auto;
width: 60%;
padding: 0;
margin: 0;
}

.left-column-flex-60.black {
background-color: #1D2228;
border-right: 2px solid #FB8122;
}

.left-column-flex-60.content {
padding: 80px 40px;	
}

.left-column-flex-40 {
background-color: #ffffff;
order: 1;
flex-grow: 0;
flex-basis: auto;
width: 40%;
padding: 0;
margin: 0;
}

.left-column-flex-40.aluminium {
background: url("../images/automated-01.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.left-column-flex-40.aluminium01 {
background: url("../images/aluminium-01.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.left-column-flex-40.metal {
background: url("../images/metal-05.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.left-column-flex-40.composite {
background: url("../images/composite-01.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.left-column-flex-40.composite02 {
background: url("../images/composite-02.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.left-column-flex-40.composite03 {
background: url("../images/composite-04.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.left-column-flex-40.automated {
background: url("../images/automated-01.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.left-column-flex-40.automated02 {
background: url("../images/metal-03.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.left-column-flex-40.wooden {
background: url("../images/wooden-02.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.left-column-flex-40.wooden02 {
background: url("../images/wooden-03.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.left-column-flex-40.kandoo {
background: url("../images/kandoo.jpg") center center no-repeat #eff6fc;
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
}

.left-column-flex-40.repairs {
background: url("../images/repairs-03.jpg") center center no-repeat #eff6fc;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.left-column-flex-40.finance {
background: url("../images/finance-01.jpg") center center no-repeat #eff6fc;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.left-column-flex-40.commercial {
background: url("../images/commercial-01.jpg") center center no-repeat #eff6fc;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.left-column-flex-40.commercial02 {
background: url("../images/commercial-03.jpg") center center no-repeat #eff6fc;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.left-column-flex-40.repairs01 {
background: url("../images/repairs-04.jpg") center center no-repeat #eff6fc;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.left-column-flex-40.repairs02 {
background: url("../images/repairs-05.jpg") center center no-repeat #eff6fc;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.left-column-flex-40.repairs03 {
background: url("../images/repairs-06.jpg") center center no-repeat #eff6fc;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.left-column-flex-40.repairs04 {
background: url("../images/upgrade-01.jpg") center center no-repeat #eff6fc;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.right-column-flex-40 {
background-color: #ffffff;
order: 1;
flex-grow: 0;
flex-basis: auto;
width: 40%;
padding: 0;
margin: 0;
}

.right-column-flex-40.padded {
padding: 0 20px;	
}

.right-column-flex-40.automated {
background: url("../images/automated-06.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.right-column-flex-40.wooden {
background: url("../images/wooden-01.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.right-column-flex-40.design {
background: url("../images/design-01.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.right-column-flex-40.maintenance {
background: url("../images/automated-01.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.right-column-flex-40.composite {
background: url("../images/composite-04.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.right-column-flex-40.repairs {
background: url("../images/repairs-01.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.right-column-flex-40.kandoo {
background: url("../images/kandoo.jpg") center center no-repeat #eff6fc;
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
}

.right-column-flex-40.metal {
background: url("../images/metal-02.jpg") center center no-repeat #eff6fc;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.right-column-flex-40.metal02 {
background: url("../images/metal-05.jpg") center center no-repeat #eff6fc;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.right-column-flex-40.aluminium {
background: url("../images/automated-01.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.right-column-flex-40.upgrade {
background: url("../images/upgrade-02.jpg") center center no-repeat #eff6fc;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.right-column-flex-40.maintenance01 {
background: url("../images/maintenance-01.jpg") center center no-repeat #eff6fc;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.right-column-flex-40.maintenance02 {
background: url("../images/repairs-07.jpg") center center no-repeat #eff6fc;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.right-column-flex-40.commercial {
background: url("../images/commercial-02.jpg") center center no-repeat #eff6fc;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.right-column-flex-60 {
background-color: #ffffff;
order: 1;
flex-grow: 0;
flex-basis: auto;
width: 60%;
padding: 0;
margin: 0;
}

.right-column-flex-60.content {
padding: 80px 40px;	
border-left: 2px solid #FB8122;
}

#footer-column-01 {
background-color: #656263;
display: block;
float: left;
width: 70%;
min-height: 350px;
padding: 80px 100px 0 12%;
margin: 0;
}

#footer-column-02 {
background-color: #1d2228;
display: block;
float: left;
width: 30%;
min-height: 350px;
padding: 80px 0 0 100px;
margin: 0;
}

/*===== Sections =====*/
section {
padding: 40px 0 0;
margin: 0;
overflow: hidden;
}

section.short {
padding: 20px 0 0;
margin: 0;
overflow: hidden;
}

section.mid {
padding: 20px 0;
margin: 0;
overflow: hidden;
}

section.large {
padding: 80px 0 0;
margin: 0;
overflow: hidden;
}

section.lower {
padding: 0 0 40px 0;
margin: 0;
overflow: hidden;
}

section.lowershort {
padding: 0 0 20px 0;
margin: 0;
overflow: hidden;
}

section.sub {
padding: 0 0 20px 0;
margin: 0;
overflow: hidden;
}

/*===== Menus =====*/
.menu_title {
display: none;
position: relative;
font-family: 'EB Garamond', serif;
float: right;
bottom: 0.6em;
margin-right: 3em;
color: #1D2228;
font-size: 1.3em;
font-weight: 400; 
}

nav a {
position: relative;
color: #1D2228; 
display: block;
font-family: 'EB Garamond', serif;
font-size: 1.1em;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 1px;
line-height: 50px;
padding: 0 30px; 
text-decoration: none; 
}

nav a.active {
color: #FB8122;
}

nav a:hover {
color: #FB8122;
}

nav a.nocursor {
cursor: context-menu;
}

nav ul,
nav ul li { 
height: 50px;
list-style-type: none; 
padding: 0; 
margin: 0; 
}

nav > ul { 
text-align: center; 
}

nav > ul > li { 
display: inline-block; 
}

nav > ul > li:first-child { 
border-left: none; 
}

nav > ul > li.mobile {
display: none;
}

.sub-menu-parent { 
position: relative;
background: url("../images/down.gif") no-repeat scroll right 15px center;
padding: 0 15px 0 0; 
}

.sub-menu {
visibility: hidden; /* hides sub-menu */
opacity: 0;
position: absolute;
top: 100%;
left: 0;
width: 100%;
transform: translateY(-2em);
z-index: -1;
transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.sub-menu-parent:hover .sub-menu {
visibility: visible; /* shows sub-menu */
opacity: 1;
z-index: 1;
transform: translateY(0%);
transition-delay: 0s, 0s, 0.3s; /* this removes the transition delay so the menu will be visible while the other styles transition */
}

.sub-menu li {
background: #eeeeee;
width: 300px;
height: 50px;
line-height: 50px;
border-bottom: 1px solid #ececec;
box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
text-align: left;
}

.sub-menu li a {
line-height: 50px;	
}

/*===== General =====*/
.center {
text-align: center;
}

.left {
text-align: left;
}

.right {
text-align: right;
}

.light {
font-weight: 300;
}

.normal {
font-weight: 400;
}

.semibold {
font-weight: 600;
}

.bold {
font-weight: 700;
}

.extrabold {
font-weight: 900;
}

.italic {
font-style: italic;
}

.uppercase {
text-transform: uppercase;
}

.darkshadow {
text-shadow: 2px 2px 2px #000000;
}

.hidden {
opacity: 0;
}

.hide {
display: block;
}

.noover {
overflow: visible;
}

.clear {
clear: both;
}

/*===== Spans =====*/
span.orange {
color: #FB8122;
}

span.pop {
font-family: 'Poppins', sans-serif;
}

/*===== Headers =====*/
header.main {
padding: 0 0 40px 0;
margin: 0;
overflow: hidden;
}

header.sub {
padding: 0 0 20px 0;
margin: 0;
overflow: hidden;
}

header.mid {
padding: 20px 0;
margin: 0;
overflow: hidden;
}

h1 {
color: #1D2228;
font-family: 'EB Garamond', serif;
font-size: 3.5em;
margin: 0;
padding: 0;
display: block;
line-height: 1.3em;
}

h2 {
color: #1D2228;
font-family: 'EB Garamond', serif;
font-size: 2.5em;
margin: 0;
padding: 0;
display: block;
line-height: 1.3em;
}

h2.white {
color: #ffffff;
}

h2.orange {
color: #FB8122;
}

h3 {
color: #1D2228;
font-family: 'EB Garamond', serif;
font-size: 1.5em;
margin: 0;
padding: 0;
display: block;
line-height: 1.3em;
}

h3.white {
color: #ffffff;
}

h3.orange {
color: #FB8122;
}

h4 {
color: #1D2228;
font-family: 'EB Garamond', serif;
font-size: 1.2em;
margin: 0;
padding: 0;
display: block;
line-height: 1.3em;
}

h4.white {
color: #ffffff;
}

h4.orange {
color: #FB8122;
}

/*===== Paragraphs =====*/
p.main-text {       
color: #656263; 
font-size: 1em; 
padding: 0;
line-height: 1.7em;
}

p.main-text.white {       
color: #ffffff; 
}

p.main-text.silver {       
color: #c2c2c2; 
}

p.main-text.small {       
font-size: 0.875em; 
}

p.main-text.large {       
font-size: 1.1em; 
}

p.banner-text {       
color: #ffffff; 
font-size: 4em; 
padding: 0;
line-height: 1.1em;
}

p.banner-text.small {
color: #FB8122;	
font-size: 2em;
}

p.banner-text.tiny {
font-size: 1.3em;
line-height: 1.4em;
padding: 10px 0 0;
}

p.sub-banner-text {       
color: #ffffff; 
font-size: 2.5em; 
padding: 0;
line-height: 1.1em;
}

p.sub-banner-text.small {
color: #FB8122;	
font-size: 1.8em;
}

p.top-bar-text {       
color: #ffffff; 
font-size: 1em; 
padding: 0;
line-height: 40px;
display: inline;
vertical-align: top;
}

p.error-text {       
color: #1D2228; 
font-size: 12em; 
font-weight: 700;
padding: 0;
line-height: 1em;
}

/*===== Form Fields =====*/
form#emailForm {
padding: 0;
margin: 0;
}

form.cmxform {
width: 100%;
color: #4f4c4c; 
font-family: 'Spartan', sans-serif;
font-size: 1em;
padding: 10px 0 0;
}

form.cmxform legend {
padding-left: 0;
}

form.cmxform legend, form.cmxform label {
color: #4f4c4c;
}

form.cmxform fieldset {
border: none;
background: none repeat scroll 0 0 transparent;
background-color: #transparent;
margin: 0;
padding: 10px 0 0;
}

form.cmxform fieldset fieldset {
background: none;
}

form.cmxform fieldset p, form.cmxform fieldset fieldset {
padding: 0 0 20px;
background: none repeat scroll 0 0 transparent;
}

form.cmxform label.error, label.error {
color: #c52020;
font-style: italic;
display: block !important;
margin: 0 0 10px 0;
}

div.error { 
display: none; 
}

form.cmxform .gray * { 
color: gray; 
}

#emailForm {
width: 100%;
}

#emailForm label.error {
width: auto;
display: none;
font-size: 0.85em;
margin: 0 0 20px 0;
}

.editor-label-buttons {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: inline-block;
float: right;
margin: 0 10px 0 0;
outline: 0 none;
padding: 0;
vertical-align: baseline;
}

.editor-field {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: inline-block;
width: 33%;
margin: 0;
outline: 0 none;
padding: 0;
vertical-align: baseline;
}

.editor-field-50 {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: inline-block;
width: 49.5%;
margin: 0;
outline: 0 none;
padding: 0;
vertical-align: baseline;
}

.editor-field-full {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: inline-block;
width: 100%;
margin: 0;
outline: 0 none;
padding: 0;
vertical-align: baseline;
}

.editor-field-short {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: inline-block;
width: 100px;
margin: 0;
outline: 0 none;
padding: 0;
vertical-align: top;
}

input.contact {
border: 1px solid #bbbbbb;
border-radius: 7px;
color: #454545;
font-family: 'Spartan', sans-serif;
font-size: 1em;
font-weight: 300;
height: 35px;
line-height: 18px;
margin: 0 auto 15px;
padding: 5px 10px;
width: 92.5%;
outline: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}

input.contact.question {
width: 75px;
text-align: center;
}

input.contact:focus {
border: 1px solid #FB8122;
}

input.contact.error {
border: 1px solid #c52020;
}

textarea.contact {
border: 1px solid #bbbbbb;
border-radius: 7px;
color: #454545;
font-family: 'Spartan', sans-serif;
font-size: 1em;
font-weight: 300;
height: 200px;
line-height: 18px;
margin: 0 auto 25px;
padding: 10px;
width: 95.5%;
outline: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}

textarea.contact:focus {
border: 1px solid #FB8122;
}

textarea.contact.error {
border: 1px solid #c52020;
}

input.submit {
background: #1D2228;
border: 0 none;
border-radius: 7px;
display: inline-block;
font-family: 'EB Garamond', serif;
color: #ffffff;
cursor: pointer;
font-size: 1em;
padding: 15px 40px;
margin: 0;
text-align: center;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

input.submit:hover {
background: #FB8122;
}

label {
color: #656263; 
font-size: 1em; 
padding: 0;
line-height: 1.7em;
}

button {
background: #1D2228;
border: 0 none;
border-radius: 7px;
display: inline-block;
font-family: 'EB Garamond', serif;
color: #ffffff;
cursor: pointer;
font-size: 1em;
font-weight: 600;
padding: 15px 40px;
margin: 0 10px 0 0;
text-align: center;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

button:hover {
background: #FB8122;
}

/*===== Buttons =====*/
a.button {
background: #1D2228;
border: 0 none;
border-radius: 7px;
display: inline-block;
font-family: 'EB Garamond', serif;
color: #ffffff;
cursor: pointer;
font-size: 1em;
font-weight: 500;
padding: 15px 40px;
margin: 0;
text-align: center;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

a.button.orange {
background: #FB8122;
}

a.button:hover {
background: #FB8122;
}

/*===== Links =====*/
a.link:link, a.link:visited, a.link:active {
color: inherit;
font-size: inherit; 
text-decoration: none;
margin: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

a.link.under:link, a.link.under:visited, a.link.under:active {
color: inherit;
font-size: inherit; 
text-decoration: underline;
margin: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

a.link:hover {
color: #FB8122;
text-decoration: underline;
}

a.link.under:hover {
color: #FB8122;
}

a.blank:link, a.blank:visited, a.blank:active {
text-decoration: none;
color: inherit;
}

/*===== Telephone Numbers =====*/
.tel,.tel:visited { /*for small screens */ 
color: inherit; 
padding: 0; 
text-decoration: none; 
cursor: default;
} 

.tel:hover,.tel:focus { 
color: inherit; 
}

/*===== Lists =====*/
ul.top-bar {
list-style-type: none;
display: inline-table;
padding: 0;
margin: 0;
}

ul.top-bar li {
float: left;
border-right: 1px solid #dddddd;
color: #1D2228; 
font-size: 1em; 
font-weight: 600;
line-height: 40px;
margin: 0;
padding: 0 20px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

ul.top-bar li.finance {
background-color: #FB8122;
color: #ffffff;
margin: 0 2px 0 0;
}

ul.top-bar li.finance:hover {
background-color: #1D2228;
}

ul.top-bar li.contact {
background-color: #FB8122;
color: #ffffff;
margin: 0 20px 0 0;
}

ul.top-bar li.contact:hover {
background-color: #1D2228;
}

ul.top-bar li.facebook {
background:url('../images/facebook.png') no-repeat 0 0;
border-right: none;
height: 22px;
width: 22px;
line-height: 40px;
margin: 8px 15px 0 0;
padding: 0;
}

ul.top-bar li.instagram {
background:url('../images/instagram.png') no-repeat 0 0;
border-right: none;
height: 22px;
width: 22px;
line-height: 40px;
margin: 8px 0 0;
padding: 0;
}

/*===== Standard Bullets =====*/
ul.bullets {
list-style-type: disc;
list-style-position: inside;
margin: 10px 0 20px 0;
padding: 0;
text-align: left;
}

ul.bullets li {
color: #FB8122; 
padding: 0;
margin-bottom: 5px;
margin-left: 2.0em;
text-indent: -1em;
}

span.bullets {
color: #656263; 
font-size: 1em; 
line-height: 1.7em;
}

span.bullets.white {
color: #c2c2c2;	
}

/*===== List Styling =====*/
.featureList, .featureList ul {
padding-left: 2em;
margin: 0;
list-style-type: none;
font-size: 1em;
line-height: 1.7em;
color: #ffffff;
text-align: left;
}
.lineF {
padding-left: 4em;
margin-top: 0;
}

.featureList li:before {
position: absolute;
margin-left: -1.3em;
}

.featureList li.gthan:before {
content: "\003E";
color: #fb8122;
}

.featureList li {
margin: 0 0 10px 0;
}	
	
/*===== Images =====*/
img {
border: 0;
height: auto;
max-width: 100%;
}

img.icon-first {
padding: 0 5px 0 0;
}

img.icon {
padding: 0 5px;
}

img.shadow {
box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

img.hdrlogo {
margin: 0;
padding: 0;
}

img.logo {
border: 0;
height: auto;
max-width: 100%;
margin: 0 30px;
}

img.logo-first {
margin: 0 30px 0 0;
}

img.logo-last {
margin: 0 0 0 30px;
}

img.slider {
margin: 0 20px;
}

img.borderleft {
border-left: 2px solid #FB8122;
}

/*===== Image Slider =====*/
.my-slider {
height: 150px;
margin: 0 auto;
width: 100%;
}

.my-slider ul {
height: 150px;
margin: 0;
overflow: hidden;
}

.my-slider li {
float: left;
margin: 0;
}

/*********************************************************************/
/*===== Media Queries for Mobile =====*/
@media screen and (max-width: 480.99px) 
			  and (min-width: 320px) {

#header-wrapper {
height: 140px;
}

ul.top-bar li {
margin: 0;
padding: 0 10px;
border-right: none;
}

ul.top-bar li.finance {
display: none;	
}

ul.top-bar li.contact {
margin: 0;
}

ul.top-bar li.facebook {
display: none;
}

ul.top-bar li.instagram {
display: none;
}


#logo {
width: 280px;
}

#banner {
background: url("../images/banner-01.jpg") center right no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 400px;
}

#banner-automated {
height: 250px;
}

#banner-repairs {
height: 250px;
}

#banner-upgrade {
height: 250px;
}

#banner-metal {
height: 250px;
}

#banner-aluminium {
background: url("../images/banner-aluminium-01.jpg") top center no-repeat;
background-size: auto;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 250px;
}

#banner-composite {
height: 250px;
}

#banner-finance {
height: 250px;
}

#banner-intercom {
position: relative;
background: url("../images/banner-intercom.jpg") top right no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 250px;
}

#banner-short {
height: 250px;
}

#banner-area {
height: 250px;
}

.menu_title {
display: block !important;
}

.sub-menu-parent { 
background: none;
padding: 0; 
}

nav > ul > li.mobile {
display: block !important;
}

#testimonial-slider {
min-height: 450px;
}

.main-content.grey {
background-color: #1d2228;
background-image: none;
}

.hdr-stars {
padding: 10px 0 0;
width: 150px;
}

.main-content-wrapper {
padding: 40px 10px;
}

.main-content-wrapper.shadow {
width: 95%;	
}

.two-column-flex-wrapper {
flex-flow: column nowrap;
}

.left-column-flex-60 {
width: 100%;
order: 1;
}

.left-column-flex-60.black {
border-right: none;
}

.left-column-flex-60.content {
padding: 40px 20px;
}

.left-column-flex-40.aluminium {
height: 300px;
border-right: none;
}

.left-column-flex-40.aluminium01 {
height: 300px;
border-right: none;
}

.left-column-flex-40.metal {
height: 300px;
border-right: none;
}

.left-column-flex-40.composite {
height: 300px;
border-right: none;
}

.left-column-flex-40.composite02 {
height: 300px;
border-right: none;
}

.left-column-flex-40.composite03 {
height: 300px;
border-right: none;
}

.left-column-flex-40.automated {
height: 300px;
border-right: none;
}

.left-column-flex-40.automated02 {
height: 300px;
border-right: none;
}

.left-column-flex-40.kandoo {
height: 300px;
border-right: none;
}

.left-column-flex-40.repairs {
height: 300px;
border-right: none;
}

.left-column-flex-40.finance {
height: 300px;
border-right: none;
}

.left-column-flex-40.commercial {
height: 300px;
border-right: none;
}

.left-column-flex-40.commercial02 {
height: 300px;
border-right: none;
}

.left-column-flex-40.repairs01 {
height: 300px;
border-right: none;
}

.left-column-flex-40.repairs02 {
height: 300px;
border-right: none;
}

.left-column-flex-40.repairs03 {
height: 300px;
border-right: none;
}

.left-column-flex-40.repairs04 {
height: 300px;
border-right: none;	
}

.right-column-flex-40 {
width: 100%;
height: auto;
order: 2;
}

.left-column-flex-40 {
width: 100%;
height: auto;
order: 2;
}

.right-column-flex-60 {
width: 100%;
order: 1;
}

.right-column-flex-60.content {
padding: 40px 20px;
border-left: none;
}

.right-column-flex-40.automated {
height: 300px;
border-left: none;
}

.right-column-flex-40.wooden {
height: 300px;
border-left: none;
}

.right-column-flex-40.design {
height: 300px;
border-left: none;
}

.right-column-flex-40.maintenance {
height: 300px;
border-left: none;
}

.right-column-flex-40.repairs {
height: 300px;
border-left: none;
}

.right-column-flex-40.kandoo {
height: 300px;
border-left: none;
}

.right-column-flex-40.metal {
height: 300px;
border-left: none;	
}

.right-column-flex-40.metal02 {
height: 300px;
border-left: none;	
}

.right-column-flex-40.aluminium {
height: 300px;
border-left: none;	
}

.right-column-flex-40.upgrade {
height: 300px;
border-left: none;	
}

.right-column-flex-40.maintenance01 {
height: 300px;
border-left: none;	
}

.right-column-flex-40.maintenance02 {
height: 300px;
border-left: none;	
}

.right-column-flex-40.commercial {
height: 300px;
border-left: none;	
}

.left-column-60 {
width: 100%;
padding: 0;
}

.right-column-40 {
width: 100%;
padding: 40px 0 0;
}

.two-column {
width: 100%;
padding: 0;
}

.three-column {
width: 100%;
padding: 20px 0;
}

.column-inner.content {
padding: 40px 10px;
}

#footer-column-01 {
width: 100%;
min-height: auto;
padding: 60px 10px;
}

#footer-column-02 {
width: 100%;
min-height: auto;
padding: 60px 10px;
}

.scroll-up {
right: 20px;
padding: 15px 20px 20px; 
}

.editor-field {
width: 100%;	
}

.editor-field-50 {
width: 100%;
}

textarea.contact {
width: 92.5%;
}

h1 {
font-size: 2em;
}

h2 {
font-size: 2em;
}

h3 {
font-size: 1.2em;
}

p.banner-text {
font-size: 2.2em;
}

p.banner-text.small {
font-size: 1.2em;
}

p.banner-text.tiny {
font-size: 1.1em;
}

p.sub-banner-text {
font-size: 2em;
}

p.sub-banner-text.small {
font-size: 1.5em;
}

p.main-text.large {
font-size: 1.1em;
}

img.hdrlogo {
width: 100px;	
}

img.logo {
margin: 0 20px 40px;
}

img.logo-first {
margin: 0 20px 40px;
}

img.logo-last {
margin: 0 20px 0;
}

}


/*********************************************************************/
/*===== Mobile Landscape =====*/
@media screen and (max-width: 600.99px) 
			  and (min-width: 481px) {
			  
#logo {
width: 400px;
}

ul.top-bar li.contact {
margin: 0;
}

ul.top-bar li.facebook {
display: none;
}

ul.top-bar li.instagram {
display: none;
}

#banner-automated {
height: 300px;
}

#banner-repairs {
height: 300px;
}

#banner-upgrade {
height: 300px;
}

#banner-metal {
height: 300px;
}

#banner-aluminium {
background: url("../images/banner-aluminium-01.jpg") top center no-repeat;
background-size: auto;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 300px;
}

#banner-composite {
height: 300px;
}

#banner-finance {
height: 300px;
}

#banner-intercom {
position: relative;
background: url("../images/banner-intercom.jpg") top right no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 300px;
}

#banner-short {
height: 300px;
}

#banner-area {
height: 300px;
}

.banner-content {
top: 20%;
}

.menu_title {
display: block !important;
}

.sub-menu-parent { 
background: none;
padding: 0; 
}

nav > ul > li.mobile {
display: block !important;
}

#testimonial-slider {
min-height: 340px;
}

.main-content.grey {
background-color: #1d2228;
background-image: none;
}

.hdr-stars {
padding: 10px 0 0;
width: 150px;
}

.main-content-wrapper {
padding: 40px 10px;
}

.main-content-wrapper.shadow {
width: 95%;	
}

.two-column-flex-wrapper {
flex-flow: column nowrap;
}

.left-column-flex-60 {
width: 100%;
order: 1;
}

.left-column-flex-60.black {
border-right: none;
}

.left-column-flex-60.content {
padding: 40px 20px;
}

.left-column-flex-40.aluminium {
height: 300px;
border-right: none;
}

.left-column-flex-40.aluminium01 {
height: 300px;
border-right: none;
}

.left-column-flex-40.metal {
height: 300px;
border-right: none;
}

.left-column-flex-40.composite {
height: 300px;
border-right: none;
}

.left-column-flex-40.composite02 {
height: 300px;
border-right: none;
}

.left-column-flex-40.composite03 {
height: 300px;
border-right: none;
}

.left-column-flex-40.automated {
height: 300px;
border-right: none;
}

.left-column-flex-40.automated02 {
height: 300px;
border-right: none;
}

.left-column-flex-40.kandoo {
height: 300px;
border-right: none;
}

.left-column-flex-40.repairs {
height: 300px;
border-right: none;
}

.left-column-flex-40.finance {
height: 300px;
border-right: none;
}

.left-column-flex-40.commercial {
height: 300px;
border-right: none;
}

.left-column-flex-40.commercial02 {
height: 300px;
border-right: none;
}

.left-column-flex-40.repairs01 {
height: 300px;
border-right: none;
}

.left-column-flex-40.repairs02 {
height: 300px;
border-right: none;
}

.left-column-flex-40.repairs03 {
height: 300px;
border-right: none;
}

.left-column-flex-40.repairs04 {
height: 300px;
border-right: none;	
}

.right-column-flex-40 {
width: 100%;
height: auto;
order: 2;
}

.left-column-flex-40 {
width: 100%;
height: auto;
order: 2;
}

.right-column-flex-60 {
width: 100%;
order: 1;
}

.right-column-flex-60.content {
padding: 40px 20px;
border-left: none;
}

.right-column-flex-40.automated {
height: 300px;
border-left: none;
}

.right-column-flex-40.wooden {
height: 300px;
border-left: none;
}

.right-column-flex-40.design {
height: 300px;
border-left: none;
}

.right-column-flex-40.maintenance {
height: 300px;
border-left: none;
}

.right-column-flex-40.repairs {
height: 300px;
border-left: none;
}

.right-column-flex-40.kandoo {
height: 300px;
border-left: none;
}

.right-column-flex-40.metal {
height: 300px;
border-left: none;	
}

.right-column-flex-40.metal02 {
height: 300px;
border-left: none;	
}

.right-column-flex-40.aluminium {
height: 300px;
border-left: none;	
}

.right-column-flex-40.upgrade {
height: 300px;
border-left: none;	
}

.right-column-flex-40.maintenance01 {
height: 300px;
border-left: none;	
}

.right-column-flex-40.maintenance02 {
height: 300px;
border-left: none;	
}

.right-column-flex-40.commercial {
height: 300px;
border-left: none;	
}

.left-column-60 {
width: 100%;
padding: 0;
}

.right-column-40 {
width: 100%;
padding: 40px 0 0;
}

.two-column {
width: 100%;
padding: 0;
}

.three-column {
width: 100%;
padding: 20px 0;
}

#footer-column-01 {
width: 100%;
min-height: auto;
padding: 60px 10px;
}

#footer-column-02 {
width: 100%;
min-height: auto;
padding: 60px 10px;
}

.scroll-up {
right: 20px;
padding: 15px 20px 20px; 
}

.editor-field {
width: 100%;	
}

.editor-field-50 {
width: 100%;
}

textarea.contact {
width: 92.5%;
}

h1 {
font-size: 2.8em;
}

h3 {
font-size: 1.3em;
}

p.banner-text {
font-size: 3.2em;
}

p.banner-text.small {
font-size: 1.6em;
}

p.banner-text.tiny {
font-size: 1.2em;
}

p.sub-banner-text {
font-size: 2.3em;
}

p.sub-banner-text.small {
font-size: 1.6em;
}

p.main-text.large {
font-size: 1em;
}

img.logo {
margin: 0 20px 40px;
}

img.logo-first {
margin: 0 20px 40px;
}

img.logo-last {
margin: 0 20px 0;
}			  
			  
}


/*********************************************************************/
/*===== Small Tablet Portrait ======*/
@media screen and (max-width: 768.99px) 
			  and (min-width: 601px) {

#logo {
width: 450px;
}
				  
#banner {
height: 450px;
}

#banner-intercom {
position: relative;
background: url("../images/banner-intercom.jpg") top center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.banner-content {
top: 25%;
}

.menu_title {
display: block !important;
}

.sub-menu-parent { 
background: none;
padding: 0; 
}

nav > ul > li.mobile {
display: block !important;
}

#testimonial-slider {
min-height: 225px;
}

.main-content.grey {
background-color: #1d2228;
background-image: none;
}

.main-content-wrapper {
padding: 60px 10px;
}

.main-content-wrapper.shadow {
width: 95%;	
}

.two-column-flex-wrapper {
flex-flow: column nowrap;
}

.three-column {
width: 100%;
padding: 20px 0;
}

.left-column-60 {
width: 100%;
padding: 0;
}

.right-column-40 {
width: 100%;
padding: 40px 0 0;
}

.left-column-flex-60 {
width: 100%;
order: 1;
}

.left-column-flex-60.black {
border-right: none;
}

.left-column-flex-60.content {
padding: 40px 20px;
}

.left-column-flex-40.aluminium {
height: 300px;
border-right: none;
}

.left-column-flex-40.aluminium01 {
height: 300px;
border-right: none;
}

.left-column-flex-40.metal {
height: 300px;
border-right: none;
}

.left-column-flex-40.composite {
height: 300px;
border-right: none;
}

.left-column-flex-40.composite02 {
height: 300px;
border-right: none;
}

.left-column-flex-40.composite03 {
height: 300px;
border-right: none;
}

.left-column-flex-40.automated {
height: 300px;
border-right: none;
}

.left-column-flex-40.automated02 {
height: 300px;
border-right: none;
}

.left-column-flex-40.kandoo {
height: 300px;
border-right: none;
}

.left-column-flex-40.repairs {
height: 300px;
border-right: none;
}

.left-column-flex-40.finance {
height: 300px;
border-right: none;
}

.left-column-flex-40.commercial {
height: 300px;
border-right: none;
}

.left-column-flex-40.commercial02 {
height: 300px;
border-right: none;
}

.left-column-flex-40.repairs01 {
height: 300px;
border-right: none;
}

.left-column-flex-40.repairs02 {
height: 300px;
border-right: none;
}

.left-column-flex-40.repairs03 {
height: 300px;
border-right: none;
}

.left-column-flex-40.repairs04 {
height: 300px;
border-right: none;	
}

.right-column-flex-40 {
width: 100%;
height: auto;
order: 2;
}

.left-column-flex-40 {
width: 100%;
height: auto;
order: 2;
}

.right-column-flex-60 {
width: 100%;
order: 1;
}

.right-column-flex-60.content {
padding: 40px 20px;
border-left: none;
}

.right-column-flex-40.automated {
height: 300px;
border-left: none;
}

.right-column-flex-40.wooden {
height: 300px;
border-left: none;
}

.right-column-flex-40.design {
height: 300px;
border-left: none;
}

.right-column-flex-40.maintenance {
height: 300px;
border-left: none;
}

.right-column-flex-40.repairs {
height: 300px;
border-left: none;
}

.right-column-flex-40.kandoo {
height: 300px;
border-left: none;
}

.right-column-flex-40.metal {
height: 300px;
border-left: none;	
}

.right-column-flex-40.metal02 {
height: 300px;
border-left: none;	
}

.right-column-flex-40.aluminium {
height: 300px;
border-left: none;	
}

.right-column-flex-40.upgrade {
height: 300px;
border-left: none;	
}

.right-column-flex-40.maintenance01 {
height: 300px;
border-left: none;	
}

.right-column-flex-40.maintenance02 {
height: 300px;
border-left: none;	
}

.right-column-flex-40.commercial {
height: 300px;
border-left: none;	
}

.two-column {
width: 100%;
padding: 0;
}

.scroll-up {
right: 10px;
padding: 15px 20px 20px; 
}

#footer-column-01 {
width: 65%;
padding: 100px 25px 0 10px;
min-height: 450px;
}

#footer-column-02 {
width: 35%;
padding: 100px 0 0 25px;
min-height: 450px;
}

.editor-field {
width: 100%;	
}

.editor-field-50 {
width: 100%;
}

textarea.contact {
width: 92.5%;
}

h1 {
font-size: 2.8em;
}

h3 {
font-size: 1.4em;
}

p.banner-text {
font-size: 3.5em;
}

p.banner-text.small {
font-size: 1.8em;
}

p.main-text.large {
font-size: 1em;
}

img.logo {
margin: 0 20px;
}

img.logo-first {
margin: 0 20px 0 0;
}

img.logo-last {
margin: 0 0 0 20px;
}			  

}


/*********************************************************************/
/*===== Tablet Portrait =====*/
@media screen and (max-width: 1024.99px) 
			  and (min-width: 769px) {
				  
#logo {
width: 450px;
}
				  
#banner {
height: 450px;
}

#banner-intercom {
position: relative;
background: url("../images/banner-intercom.jpg") top center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.menu_title {
display: block !important;
}

.sub-menu-parent { 
background: none;
padding: 0; 
}

nav > ul > li.mobile {
display: block !important;
}

.main-content-wrapper.shadow {
width: 95%;	
}

.column-inner.content {
padding: 0 40px;
}

.kandoo-header {
padding: 20px 0 0;
height: 90px;
}

.kandoo-text {
padding: 0 10px 20px;
}

#testimonial-slider {
min-height: 400px;
}

.scroll-up {
right: 10px;
padding: 15px 20px 20px; 
}

#footer-column-01 {
padding: 100px 80px 0 10px;
min-height: 400px;
}

#footer-column-02 {
padding: 100px 0 0 50px;
min-height: 400px;
}

.editor-field {
width: 32.5%;	
}

h1 {
font-size: 3em;
}

h3 {
font-size: 1.4em;
}

p.banner-text {
font-size: 3.5em;
}

p.banner-text.small {
font-size: 1.8em;
}

p.main-text.large {
font-size: 1em;
}
			  		  
}


/*********************************************************************/
/*===== Tablet Portrait =====*/
@media screen and (max-width: 1179.99px) 
			  and (min-width: 1025px) {

.menu_title {
display: block !important;
}

.sub-menu-parent { 
background: none;
padding: 0; 
}

nav > ul > li.mobile {
display: block !important;
}

#banner-intercom {
position: relative;
background: url("../images/banner-intercom.jpg") top center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.column-inner.content {
padding: 20px 40px;
}

.main-content-wrapper.shadow {
width: 95%;	
}

.scroll-up {
right: 10px;
padding: 20px 25px 30px;
}

#footer-column-01 {
padding: 100px 100px 0 10px;
min-height: 400px;
}

#footer-column-02 {
padding: 100px 0 0 100px;
min-height: 400px;
}
			  
}


/*********************************************************************/
/*===== Tablet Portrait =====*/
@media screen and (max-width: 1271.99px) 
			  and (min-width: 1180px) {
				  
.menu_title {
display: block !important;
}

.sub-menu-parent { 
background: none;
padding: 0; 
}

nav > ul > li.mobile {
display: block !important;
}

.main-content-wrapper.shadow {
width: 95%;	
}

.scroll-up {
right: 20px;
padding: 20px 25px 30px;
}

#footer-column-01 {
padding: 100px 100px 0 10px;
}

#footer-column-02 {
padding: 100px 0 0 100px;
}

}



/*********************************************************************/
/*===== Tablet Portrait =====*/
@media screen and (max-width: 1400.99px) 
			  and (min-width: 1272px) {
				  
nav a {
font-size: 1.05em;
padding: 0 18px;
}

.main-content-wrapper.shadow {
width: 95%;	
}

.scroll-up {
right: 20px;
padding: 20px 25px 30px;
}

#footer-column-01 {
padding: 100px 100px 0 10px;
}

#footer-column-02 {
padding: 100px 0 0 100px;
}

}


/*********************************************************************/
/*===== Tablet Portrait =====*/
@media screen and (max-width: 1600.99px) 
			  and (min-width: 1401px) {

nav a {
padding: 0 23px;
}
				  
.main-content.grey {
background: #656263;
background: url("../images/grey-bg.jpg") center center no-repeat;
}
				  
.scroll-up {
right: 20px;
padding: 20px 25px 30px;
}

#footer-column-01 {
padding: 100px 100px 0 5%;
}

#footer-column-02 {
padding: 100px 0 0 100px;
}

}


/*********************************************************************/
/*===== Tablet Portrait =====*/
@media screen and (max-width: 1870px) 
			  and (min-width: 1601px) {

#footer-column-01 {
padding: 80px 100px 0 10%;
}

#footer-column-02 {
padding: 100px 0 0 100px;
}

}