@charset "utf-8";

body {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    color: #333333;
    background-color: #333333;
    line-height: 26px;
    font-weight: 400;
}

/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}


/* IE 6 does not support max-width so default to width 100% */


/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	15;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}



.imgfade {
	opacity: 1.0;
	transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
}
.imgfade:hover {
	opacity: 0.8;
	transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	border-top-width: 2px;
	border-right-width: 4px;
	border-bottom-width: 2px;
	border-left-width: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #2A2A29;
	border-right-color: #2A2A29;
	border-bottom-color: #2A2A29;
	border-left-color: #2A2A29;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.white {
	background-color: #FFF;
}
.black {
    background-color: #2A2A29;
}
.black2 {
    background-color: #40403F;
}
.yellow {
    background-color: #ffd10f;
}
.blue {
    background-color: #0063af;
}
.blue2 {
    background-color: #01A0E3;
}


.grey {
	background-color: #3D3D3F;
}
.greymid {
    background-color: #EEEEEE;
}

.ltgrey {
    background-color: #f2f2f2;
}
.ltgrey2 {
    background-color: #eff0f5;
}

.text-white {
	color: #FFF;
}




.link-white {
	color: #FFF;
	text-decoration: none;
}

.link-white:hover {
	color: #333;
	text-decoration: none;
}




.link-white2 {
	color: #FFF;
	text-decoration: none;
}

.link-white2:hover {
	color: #ffd10f;
	text-decoration: none;
}


.link-black {
	color: #333;
	text-decoration: none;
}

.link-black:hover {
	color: #333;
	text-decoration: none;
}



.link-button-outline {
	color: #FFF;
	text-decoration: none;
	display: inline-block;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-size: 18px;
	line-height: 21px;
	font-weight: 600;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	border: 2px solid #FFF;
}
.link-button-outline:hover {
	text-decoration: none;
	display: inline-block;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #686e60;
	color: #333333;
	background-color: #FFF;
}

.link-button-yellow {
    color: #0155a4;
    text-decoration: none;
    background-color: #ffd10f;
    display: inline-block;
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    border: 0px solid #FFF;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    text-transform: uppercase;
    border-radius: 8px;
    font-family: 'Exo', sans-serif;
    letter-spacing: 1px;
}


.link-button-yellow:hover {
    text-decoration: none;
    background-color: #0155a4;
    color: #ffd10f;
}




.link-button-yellow2 {
    color: #0155a4;
    text-decoration: none;
    background-color: #ffd10f;
    display: inline-block;
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    border: 0px solid #FFF;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    text-transform: uppercase;
    border-radius: 8px;
    font-family: 'Exo', sans-serif;
    letter-spacing: 0px;
}


.link-button-yellow2:hover {
    text-decoration: none;
    background-color: #ffffff;
    color: #0155a4;
}





.link-button-black {
    color: #ffd10f;
    text-decoration: none;
    background-color: #2A2A29;
    display: inline-block;
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    border: 1px solid #ffd10f;
    padding-top: 20px;
    padding-right: 25px;
    padding-bottom: 20px;
    padding-left: 25px;
    text-transform: uppercase;
}


.link-button-black:hover {
    text-decoration: none;
    background-color: #ffd10f;
    color: #FFF;
}


.link-button-white {
    color: #377AC9;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    border: 0px solid #FFF;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    text-transform: uppercase;
    border-radius: 8px;
    background-color: #FFFFFF;
}


.link-button-white:hover {
    text-decoration: none;
    background-color: #005596;
    color: #FFF;
}

*::-webkit-input-placeholder {
    color: #666;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: #666;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: #666;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: #666;
}



.link-rotate {
	-webkit-transition: -webkit-transform .8s ease-out;
    -ms-transition: -ms-transform .8s ease-out;
    transition: transform .8s ease-out;
}


.link-rotate:hover {
	 transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    -webkit-transform:rotate(360deg);
}

.link-translate {
	-webkit-transition: -webkit-transform .8s ease-out;
    -ms-transition: -ms-transform .8s ease-out;
    transition: transform .8s ease-out;
}

.link-translate:hover {
	-ms-transform: translate(20px,0px); /* IE 9 */
   	-webkit-transform: translate(20px,0px); /* Chrome, Safari, Opera */
    transform: translate(20px,0px);
}

.link-scale {
	-webkit-transition: -webkit-transform .8s ease-out;
    -ms-transition: -ms-transform .8s ease-out;
    transition: transform .8s ease-out;
}

.link-scale:hover {
	-ms-transform: scale(1.1,1.1); /* IE 9 */
    -webkit-transform: scale(1.1,1.1); /* Chrome, Safari, Opera */
    transform: scale(1.1,1.1);
}

.link-opacity {
	opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

.link-opacity:hover {
	opacity: 0.5;

}



.img-left {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.img-right {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}



.test {
    background-image: url(/images/form_bgd.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: auto;
    margin-left: auto;
}

.pulse {
	-webkit-animation: pulsate 1s ease-out;
	-webkit-animation-iteration-count: infinite;
	opacity: 0.0;
	margin: 0px;
	padding: 0px;
}


.back-to-top {
	background: none;
	margin-bottom: 20px;
	margin-right: 20px;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 70px;
	padding-top: 15px;
	padding-bottom: 15px;
	z-index: 100;
	display: none;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: rgba(1,85,164,0.5);
}
.back-to-top:hover {
	background-color: rgba(0,0,0,1);
	-webkit-transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-ms-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
	transition: background 0.2s linear;
}










DESKTOP {
}
h1 {
    font-size: 38px;
    color: #2A2A29;
    font-weight: 600;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    padding: 0px;
    line-height: 40px;
    letter-spacing: -1px;
	font-family: 'Exo', sans-serif;
}
h2, h3 {
    font-size: 32px;
    color: #2A2A29;
    font-weight: 600;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    padding: 0px;
    line-height: 36px;
    text-transform: none;font-family: 'Exo', sans-serif;
}

h4 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    line-height: 30px;
    color: #2A2A29;
	font-family: 'Exo', sans-serif;
}
h5 {
    font-size: 22px;
    margin: 0px;
    padding: 0px;
    color: #2A2A29;
    line-height: 26px;
    font-weight: 600;
	font-family: 'Exo', sans-serif;
}
h6 {
    font-size: 16px;
    font-weight: 400;
    padding: 0px;
    line-height: 20px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Exo', sans-serif;
    color: #2A2A29;
}


.gridContainer {
    width: 92%;
    max-width: 1200px;
    margin: auto;
    clear: none;
    float: none;
    padding-top: 0%;
    padding-right: 4%;
    padding-bottom: 0%;
    padding-left: 4%;
}
.gridContainerMobile {
    width: 96%;
    margin: auto;
    clear: none;
    float: none;
    padding-top: 0%;
    padding-right: 2%;
    padding-bottom: 0%;
    padding-left: 2%;
}


.logo {
    float: left;
    padding-top: 0;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    z-index: 999;
    width: 170px;
    margin-top: 0px;
    height: auto;
}


.menu-wrap {
    clear: none;
    float: right;
    width: 60%;
    z-index: 900;
    text-align: right;
    margin-top: 0px;
    color: #FFFFFF;
    font-size: 22px;
    line-height: 38px;
    padding-top: 16px;
}
.menu-wrap a {
    color: #FFFFFF;
}
.menu-wrap a:hover {
    color: #FFFFFF;
}



.page_container {
	perspective: 1px;
	transform-style: preserve-3d;
	height: 100vh;
	overflow-x: hidden;
	overflow-y: scroll;
}
.container_header {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    background-color: #0063af;
    z-index: 100;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
    color: #0341BD;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
}



.container_banner_sub {
    position: relative;
    width: 92%;
    margin: 0;
    padding: 0 4%;
    min-height: 600px;
    overflow: hidden;
    background-image: url(/images/hero2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.banner-fade-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 2s ease-in-out;
  z-index: 0;
}

.banner-fade-layer.active {
  opacity: 1;
}

.container_banner_sub::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.container_banner_sub > .gridContainer {
  position: relative;
  z-index: 2;
}





.banner-content-sub {
    width: 50%;
    float: left;	/*background-color: rgba(0, 0, 0, 0.5);  Black background with 50% opacity */
    padding-top: 100px;
}


.banner-content-sub h4 {
    display: block;
    text-align: left;
    font-size: 56px;
    line-height: 56px;
    font-weight: 600;
    color: #FFF;
    letter-spacing: -1px;
    margin-bottom: 20px;
    margin-top: 10px;
	font-family: 'Exo', sans-serif;
}

.banner-content-sub h5 {
    display: block;
    text-align: left;
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    color: #FFF;
    margin-bottom: 30px;
}


.banner-content-sub h6 {
    display: block;
    text-align: left;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #FFF;
    margin-bottom: 5px;
    text-transform: uppercase;
}


.container_shortcuts {
    width: 100%;
    background-color: #01A0E3;
    height: 70px;
}



.container_shortcuts-cols {
    width: 29.333%;
    float: left;
    clear: none;
    padding-left: 2%;
    padding-top: 20px;
    padding-right: 2%;
    padding-bottom: 0px;
    text-align: center;
    font-size: 22px;
    line-height: 24px;
    font-weight: 400;
    color: #FFFFFF;
}
.container_shortcuts a {
    color: #69c4ae;
    font-size: 16px;
    line-height: 20px;

}
.container_shortcuts a:hover  {
    color: #FFFFFF;

}



.container_footer {
	width: 100%;
}




.navigation {
	z-index: 100;
}
.intro {
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
}
.intro-tel {
    font-size: 48px;
    line-height: 48px;
    font-weight: 600;
}


.container {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;

}
.container_nopad {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;

}
.container_gallery {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url(/images/hero5.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #2A2A29;

}
.container_fencing2 {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 500px;

}
.container_field {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;

}
.container_field img {
    display: block;
}
.container_form {
    width: 100%;
    float: left;
    background-position: left top;
    background-repeat: no-repeat;
    background-image: url(/images/form_bgd.jpg);
}
/*.header {
	width: 100%;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}

.header-logo {
    float: left;
    width: 290px;
    padding-top: 5px;
}

.header-content {
	display: block;
	width: 52%;
	float: right;
	color: #FFFFFF;
	padding-bottom: 0%;
	margin-top: 0%;
}

.header-tagline1 {
    visibility: visible;
    text-align: right;
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    display: block;
    padding-top: 0px;
    padding-right: 0%;
    padding-bottom: 0px;
    padding-left: 0px;
    float: right;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    color: #FFFFFF;
}
.header-tagline1 a:hover {
	visibility: visible;
	color: #333333;
}
.header-tagline1-social {
	float: right;
	height: 35px;
	width: 49px;
	clear: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DEE7F0;
}



.header-tagline2 {
    visibility: visible;
    text-align: right;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    display: block;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    line-height: 22px;
    float: right;
    color: #FFFFFF;
}

.header-tagline2 a:hover {
	visibility: visible;
	color: #ffffff;
}

.header-tagline2 img {
	visibility: visible;
	padding-bottom: 5px;
}
.header-tagline3 {
	text-align: right;
	width: 100%;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 20px;
}



.header-nav {
	z-index: 100;
}*/

.topbar_buttons {
	width: 100%;
}

.topbar-button1 {
    color: #FFFFFF;
    text-align: left;
    padding-right: 0px;
    padding-left: 0px;
    height: 30px;
    padding-top: 6px;
    font-size: 14px;
    text-decoration: none;
    float: left;
    font-weight: bold;
    display: none;
}
.topbar-button1 a {
	color: #ffd10f;
	text-decoration: none;
}


.topbar-button2 {
	color: #FFF;
	background-color: #29ABA4;
	text-align: left;
	display: block;
	padding-right: 12px;
	padding-left: 12px;
	height: 30px;
	padding-top: 6px;
	font-size: 14px;
	text-decoration: none;
	float: right;
}
.topbar-button2:hover {
	background-color: #909A82;
	color: #FFF;
}

.header-navicon {
	display:none;
}
.icon {
	display: block;
	width: 20px;
	height: 18px;
	background-image: url(/images/nav-icon.png);
	background-repeat: no-repeat;
	border: 0;
	margin-left: auto;
	margin-right: auto;
	oveflow: hidden;
}




.banner-iframe {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 48%;
	text-align: center;
	margin-top: 10.8%;
	margin-left: 29%;
}


.icon:hover {
	background-position: 0 -18px;
}

.columns-wrap {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
.columns-wrap-relative {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    position: relative;
}


.content {
	width: 100%;
	float: left;
}
.content-relative {
    width: 100%;
    float: left;
    position: relative;
}

.container_tabs {
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	float: left;
}
.container_tabs_sub {
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	float: left;
	background-image: url(/images/pagetabs-bgd.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}




.columns1 {
	width: 100%;
	float: left;
	margin-bottom: 40px;
}
.columns1.zerobm {
    width: 100%;
    float: left;
    margin-bottom: 0px;
}
.columns1 li {
	clear: none;
	margin-left: -10px;
	list-style-image: url(/images/bullet_tick-green.png);
	margin-bottom: 8px;
}

.columns2 {
    width: 48%;
    margin-right: 4%;
    clear: none;
    padding: 0%;
    margin-top: 0px;
    margin-left: 0px;
    float: left;
}
.columns2-work {
    width: 48%;
    margin-right: 4%;
    clear: none;
    padding: 0%;
    margin-top: 0px;
    margin-left: 0px;
    float: left;
    position: relative;
    margin-bottom: 30px;
}

.columns2.last {
	margin-right: 0%;
}

.columns2.last img {
    box-sizing: border-box; /* Ensures border is inside the image bounds */
    border: 4px solid white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); /* Subtle grey glow */
    display: block;
    max-width: 100%;
    height: auto;
}


.columns2-work.last {
	margin-right: 0%;
}


.columns2-callback {
    width: 48%;
    margin-right: 0%;
    clear: none;
    padding: 0%;
    margin-bottom: 0%;
    margin-top: 0px;
    margin-left: 0px;
    display: block;
    float: left;
    text-align: right;
}

.columns2-portfolio {
	width: 48.5%;
	margin-right: 3%;
	clear: none;
	padding: 0%;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	display: block;
	float: left;
}

.columns2-center {
	width: 48.5%;
	margin-right: 3%;
	clear: none;
	padding: 0%;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	display: block;
	float: left;
}

.columns2 li {
    clear: none;
    margin-left: -8px;
    list-style-image: url(/images/bullet_tick-green.png);
    margin-bottom: 15px;
}






.columns2 img {
    clear: none;
}

.columns2 h5 {
	font-size: 16px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.columns2-wide {
    width: 66%;
    clear: none;
    padding: 0%;
    float: left;
    margin-right: 4%;
}

.columns2-wide li {
	clear: none;
	margin-left: -10px;
	list-style-image: url(/images/bullet_tick-green.png);
	margin-bottom: 8px;
}



.columns2-wide-sidebar {
    width: 30%;
    clear: none;
    float: left;
}

.columns2-table {
    display: table;
    width: 100%;
    float: left;
}

.columns2-table-cell {
    display: table-cell;
    width: 42%;
    padding-top: 4%;
    padding-right: 4%;
    padding-left: 4%;
    padding-bottom: 4%;
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.col2-left-thin {
    width: 31%;
    margin-right: 4%;
    clear: none;
    padding: 0%;
    margin-top: 0px;
    margin-left: 0px;
    float: left;
}
.col2-right-wide {
    width: 65%;
    margin-right: 0%;
    clear: none;
    padding: 0%;
    margin-top: 0px;
    margin-left: 0px;
    float: left;
}




.columns3 {
	width: 30%;
	clear: none;
	margin-right: 4%;
	float: left;
	margin-bottom: 2.5%;
}
.columns3-work {
    width: 31.333%;
    clear: none;
    margin-right: 1%;
    float: left;
    margin-bottom: 15px;
    padding-bottom: 0px;
    text-align: center;
    margin-left: 1%;
}

.columns3-work img {
    border: 6px solid white;
    box-sizing: border-box;
    width: 100%; /* ensures it fills the div */
    height: auto;
}

.columns3 img {
	display: inline-block;

}

.columns3 li {
	clear: none;
	margin-left: -10px;
	list-style-image: url(/images/bullet_tick-green.png);
	margin-bottom: 8px;
}
.columns3 ul {
	clear: none;
	list-style-image: url(/images/bullet_tick-green.png);
	margin-top: 0px;
	padding-top: 0px;
}


.columns3.last {
	margin-right: 0%;
}
.columns3-pad.last {
	margin-right: 0%;
}



.columns4{
    clear: none;
    z-index: 200;
    width: 21.5%;
    margin-right: 4%;
    float: left;
    text-align: left;
}

.columns4.last {
    clear: none;
    z-index: 200;
    margin-right: 0%;
    float: left;
    text-align: left;
}
.columns4 img {
	z-index: 200;
	border-top-width: 6px;
	border-right-width: 6px;
	border-bottom-width: 36px;
	border-left-width: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}






.columns4-table-cell {
    display: table-cell;
    width: 22%;
    background-color: #f2f2f2;
    position: relative;
}


.columns4-table-cell h4 {
    font-size: 22px;
    line-height: 26px;

}

.columns4-table-cell-spacer {
    display: table-cell;
    position: relative;
    width: 4%;
}
.columns4-table-cell-content {
    padding-top: 5%;
    padding-right: 8%;
    padding-bottom: 5%;
    padding-left: 8%;
    width: 84%;
}

.columns4-table-cell h6 {
    min-height: 30px;
    padding: 0px;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
}
.columns5 {
    clear: none;
    width: 18.4%;
    float: left;
    text-align: center;
    padding: 0px;
    background-repeat: no-repeat;
    margin-top: 0px;
    margin-right: 2%;
    margin-bottom: 0%;
    margin-left: 0px;
    background-position: center center;
}

.columns5.last {
	margin-right: 0%;
}

.columns5 h5 {
	text-align: center;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-size: 18px;
	font-weight: 600;
	line-height: 20px;
}
.columns5 h6 {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-size: 16px;
	font-weight: 400;
	color: #333;
}


.columns5 h6 a {
	color: #909A82;
	text-decoration: none;
	background-color: #FFFFFF;
	display: inline-block;
	font-weight: 600;
	font-size: 18px;
	z-index: 100;
	padding-right: 8px;
	padding-left: 8px;
	border: 1px solid #909A82;
	line-height: 18px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.columns5 h6 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #909A82;
	border: 1px solid #909A82;
}





.columns5-table {
	display: table;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: left;
}


.columns5-table-cell {
	display: table-cell;
	position: relative;
	width: 16%;
	font-size: 14px;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
}



.photo-fullwidth {
    width: 100%;
    height: 750px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.photo-fullwidth.fixed {
    background-attachment: fixed;
}
.photo-fullwidth-overlay {
    width: 35%;
    min-height: 50px;
    float: left;
    padding-left: 4%;
    padding-top: 4%;
    padding-right: 4%;
    padding-bottom: 4%;
    background-color: rgba(0,99,175,0.8);
}
.photo-fullwidth-overlay h3 {
    font-size: 32px;
    font-weight: 600;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 25px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    line-height: 36px;
    letter-spacing: -1px;
    text-transform: none;
    color: #FFFFFF;
}


.photo-fullwidth-overlay2 {
    width: 35%;
    min-height: 50px;
    float: right;
    padding-left: 4%;
    padding-top: 4%;
    padding-right: 4%;
    padding-bottom: 4%;
    background-color: rgba(0,0,0,0.8);
}


.photo-fullwidth-overlay2 h3 {
    font-size: 32px;
    font-weight: 600;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 25px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    line-height: 36px;
    letter-spacing: -1px;
    text-transform: none;
    color: #FFFFFF;
}


.container_values {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-color: #40403F;
}
.container_values img {
    width: 60%;
}


.photolabel {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #FFF;
    background-color: #8B9DAB;
    height: auto;
    width: auto;
    position: absolute;
    left: 1px;
    top: 20px;
    padding: 10px;
    text-transform: uppercase;
}


.button-side {
	height: 283px;
	width: 57px;
	position: fixed;
	top: 200px;
	right: 0px;
	float: right;
	z-index: 999;
	margin-right: 0px;
	padding-right: 0px;
}


.columns2-enquiry {
	width: 48.5%;
	margin-right: 0%;
	clear: none;
	padding: 0%;
	margin-bottom: 0%;
	margin-top: 0px;
	margin-left: 0px;
	display: block;
	float: left;
	text-align: right;
}


.menu-right {
	float: left;
	width: 100%;
}
.menu-right p {
	margin-top: 0px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffd10f;
	padding-bottom: 10px;
}

 /* Butterfly container */
        .butterfly {
    position: absolute;
    width: 289px;
    height: 282px;
    top: 20vh; /* Start in middle */
    right: -250px; /* Adjusted so part is visible */
    z-index: 999;
    opacity: 0; /* Initially hidden */
    transition: opacity 1s ease-in-out;
        }

        /* Flying animation */
        @keyframes flyAcross {
            0% {
                transform: translateX(0) translateY(0) rotate(0deg);
                opacity: 1;
            }
            25% {
                transform: translateX(-25vw) translateY(-50px) rotate(-10deg);
            }
            50% {
                transform: translateX(-50vw) translateY(-100px) rotate(10deg);
            }
            75% {
                transform: translateX(-75vw) translateY(-150px) rotate(-10deg);
            }
            100% {
                transform: translateX(-100vw) translateY(-200px) rotate(15deg);
                opacity: 0;
            }
        }

        /* Trigger animation */
        .fly {
            opacity: 1;
            animation: flyAcross 6s ease-in-out forwards;
        }



.footer {
    width: 100%;
    color: #FFFFFF;
    float: left;
    font-size: 14px;
    line-height: 17px;
    font-weight: 300;
    padding-bottom: 0px;
    padding-top: 0px;
}
.footer h5 {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 0px;
    text-align: center;
}


.footer-columns {
    width: 21%;
    color: #FFFFFF;
    float: left;
    font-size: 16px;
    line-height: 19px;
    font-weight: 300;
    margin-right: 2%;
    text-align: left;
    margin-left: 2%;
}

.footer-columns h6 {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: none;
}



.footer-columns a {
    color: #ffd10f;
    text-decoration: none;
    margin-bottom: 8px;
    display: block;
}
.footer-columns a:hover {
    color: #FFFFFF;
    text-decoration: none;
}



.text-center {
	text-align: center;
}

.text-center2 {
	text-align: center;
}


.hide-tablet {
	display: block;
}


.hide-desktop {
	display: none;
}


.hide-desktop-tablet {
	display: none;
}

.hide-tablet-mobile {
	display: inline-block;
}


.hide-tabletsm-mobile {
	display: block;
}


.form_text_1col {
    font-family: 'Roboto', sans-serif;
    width: 94%;
    padding-right: 4%;
    padding-left: 2%;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0px;
    background-color: #FFFFFF;
    height: 50px;
    border: 2px solid #cccccc;
    font-weight: 300;
}

.form_text {
    font-family: 'Roboto', sans-serif;
    width: 92%;
    padding-right: 4%;
    padding-left: 4%;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0px;
    background-color: #FFFFFF;
    height: 50px;
    border: 2px solid #ffd10f;
    font-weight: 300;
    border-radius: 8px;
}


.form_textarea {
    font-family: 'Roboto', sans-serif;
    width: 94%;
    border: 2px solid #ffd10f;
    padding-top: 2%;
    padding-right: 4%;
    padding-bottom: 4%;
    padding-left: 2%;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0px;
    background-color: #FFFFFF;
    font-weight: 300;
    border-radius: 8px;
}

.form_select {
    font-family: 'Roboto', sans-serif;
    width: 100%;
    padding-right: 4%;
    padding-left: 4%;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: px;
    border: 2px solid #377AC9;
    background-color: #FFFFFF;
    height: 60px;
    border-radius: 8px;
}

.form_text:hover,
.form_textarea:hover,
.form_select:hover {
    border: 2px solid black;
}

.form_button {
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    background-color: #FFD10F;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    transition: background-color 0.3s, color 0.3s; /* Smooth transition */
    border-radius: 8px;
    color: #0155a4;
    line-height: 26px;
    text-transform: uppercase;
    font-family: 'Exo', sans-serif;
}

.form_button:hover {
    background-color: #0155A4 !important;
    color: #FFD10F !important;
}


input:required {
  background-color: #ffffff;
}

textarea:required {
      background-color: #ffffff;
    }

.columns1_form {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}

.columns2_form {
    width: 48.5%;
    margin-right: 3%;
    clear: none;
    padding: 0%;
    margin-top: 0px;
    margin-left: 0px;
    display: block;
    float: left;
    margin-bottom: 15px;
}

.columns2_form.last {
    margin-right: 0%;
    position: relative;
    width: 48.5%;
}
















/* Tablet Layout: 1120px to 481px. Inherits styles from: Desktop Layout. */

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


TABLET {
}


h1 {

}

h2, h3 {

}
h4 {
    font-size: 24px;
    line-height: 28px;

}
h5 {

}
h6 {

}

.gridContainer {
    width: 92%;
    clear: none;
    float: none;
    padding-right: 4%;
    padding-left: 4%;
    padding-top: 0px;
    padding-bottom: 0px;
}

.gridContainerMobile {
    width: 92%;
    clear: none;
    float: none;
    padding-right: 4%;
    padding-left: 4%;
}




.container_header {
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    z-index: 100;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
    color: #0341BD;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
}	
	
.logo {
    float: none;
    padding-top: 0;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    z-index: 999;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    clear: none;
    height: auto;
    text-align: center;
}
		
.menu-wrap {
    width: 100%;
    text-align: center;
    padding-top: px;
    margin-top: 15px;
    margin-bottom: 10px;

}
	
	
.container_shortcuts {
    display: none;
}
	

	
.container_banner_sub {
    min-height: 500px;
}
	
	
.banner-content-sub {
    width: 90%;
    margin-top: 50px;
    margin-bottom: 50px;
}


.banner-content-sub h4 {
    font-size: 44px;
    line-height: 48px;
}

.banner-content-sub h5 {
    font-size: 18px;
    line-height: 24px;
}		


.content {
	margin-top: 1%;
}




.columns2 h5 {
	font-size: 16px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.columns2 h6 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
	
	

.columns4-table-cell h4 {

}	



.columns5 h5 {
	font-size: 16px;
	line-height: 18px;
}

.columns5 h6 {
	font-size: 16px;
}

.button-side {
	position: fixed;
	top: 220px;
	right: 0px;
	z-index: 999;
	display: none;
}

.container_topbar {
	width: 100%;
	margin: 0px;
	z-index: 100;
	background-color: #f2f2f2;
	height: 32px;
	font-size: 14px;
	font-weight: 400;
	padding: 0px;
	color: #333;
	letter-spacing: 0em;
}
    
 .butterfly {

}
    
.footer-columns4 {
	width: 50%;
	float: left;
	margin-right: 0%;
	text-align: center;
	min-height: 280px;
}
    
    
    
.hide-tablet {
	display: none;
}
.hide-desktop {
	display: inline-block;
}
    
.hide-desktop-tablet {
	display: none;
}


.hide-tablet-mobile {
	display: none;
}    

.hide-tabletsm-mobile {
	display: block;
}

}


/* Tablet Small Layout: 700px and below. */

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

TABLET SMALL {
}
  
h1 {
    font-size: 34px;
    line-height: 38px;
    letter-spacing: 0em;
}

h2, h3 {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0em;
}

h4 {
    font-size: 22px;
    line-height: 26px;
}
h5 {

}
h6 {

}

    
.gridContainer {
    width: 88%;
    clear: none;
    float: none;
    padding-top: 0%;
    padding-right: 6%;
    padding-bottom: 0%;
    padding-left: 6%;
}    
    

.gridContainerMobile {
	width: 88%;
    clear: none;
    float: none;
    padding-right: 6%;
    padding-left: 6%;
    padding-top: 0px;
    padding-bottom: 0px;
}

.container_topbar {
    width: 100%;
    display: none;
}

.logo {
    width: 30%;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-left: 0px;
    float: left;
	}
	
	
.menu-wrap {
    float: right;
    width: 30%;
    z-index: 900;
    text-align: right;
    margin-top: 0px;
    margin-bottom: 0px;
}	


.container_banner_sub {
    min-height: 200px;
    background-color: #0063af;
    background-position: center center;
    background-image: url(/images/hero3-mob.jpg);
}
	

	
/* Styles when moved below .container_banner_sub */
.banner-content-sub-moved {
    width: 88%;
    float: left;
    padding-top: 30px;
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 0px;
    padding-bottom: 30px;
    min-height: 200px;
    padding-left: 6%;
    padding-right: 6%;
    background-color: #f2f2f2;
}	


.banner-content-sub h4 {
    display: block;
    text-align: left;
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
    color: #000000;
    letter-spacing: -1px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.banner-content-sub h5 {
    display: block;
    text-align: left;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 20px;
}
	
	
.banner-content-sub h6 {
    color: #000000;
}
	


.container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.container_footer {
}
	
	

	


.topbar_buttons {
	width: 50%;
}

.topbar-button1 {
    font-size: 18px;
    text-align: center;
    width: 100%;
    line-height: 20px;
    display: block;
    clear: none;
    float: left;
    color: #FFFFFF;
    font-weight: 400;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0%;
    padding-left: 0px;
    margin-top: 0%;
    margin-right: 0px;
    margin-bottom: 35px;
    margin-left: 0px;
}
.topbar-button1 h4 {
	font-size: 18px;
	text-align: center;
	line-height: 18px;
	display: block;
	color: #FFFFFF;
	font-weight: 600;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0%;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.topbar-button1 h5 {
	font-size: 14px;
	text-align: center;
	line-height: 16px;
	display: block;
	color: #FFFFFF;
	font-weight: 400;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0%;
	padding-left: 0px;
	margin-top: 0%;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}


.topbar-button1 a:hover {
	color: #333333;
	text-decoration: none;
}


.topbar-button2 {
	font-size: 18px;
	text-align: right;
	width: 50%;
	line-height: 20px;
	padding: 0px;
	display: block;
	clear: none;
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}	



.header {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 0px;
}

.header-logo {
    width: 70%;
    text-align: center;
    margin-left: 15%;
    margin-bottom: 18px;
    margin-right: 15%;
    float: left;
}
.header-navicon {
	float: none;
	width: 100%;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #CCCCCC;
}
.header-tagline2 {
	display: block;
	float: none;
	clear: both;
	width: 100%;
	margin-bottom: 26px;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	color: #333333;
}


.banner-left {
	display: none;
}

.banner-right {
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	float: left;
	display: none;
}
	
	
	
.intro {
    font-size: 20px;
    line-height: 26px;
}
.intro-tel {
    font-size: 36px;
    line-height: 40px;
}	



.container_tabs_sub {
	width: 100%;
	padding-top: 5%;
	padding-bottom: 5%;
	float: left;
	background-image: none;
}
.container_tabs_roadshows {
	width: 100%;
	padding-top: 5%;
	padding-bottom: 5%;
	float: left;
	background-image: none;
}


.content-tabs-wrapper {
	width: 100%;
	color: #333;
	float: left;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 0px;
}
.content-tabs {
	width: 100%;
	color: #333;
	top: 0px;
	position: relative;
}

.content {
	width: 100%;
	padding: 0%;
	margin: 0px;
}

.video-left {
	width: 100%;
	margin-right: 0%;
	padding: 0%;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	display: block;
	float: left;
	text-align: center;
}
.video-right {
	width: 100%;
	margin-right: 0%;
	padding: 0%;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	display: block;
	float: left;
	line-height: 0px;
}

.columns-wrap {
	margin-bottom: 0px;

}
    
    
.columns1 {
    margin-bottom: 40px;
}    
    
.columns1-pad {
	width: 92%;
	margin-bottom: 15px;
	padding: 4%;
}



.columns2 {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
}
.columns2.last {
    margin-bottom: 0px;
}
	
	
.columns2.last img {
    width: 100%;
    height: auto;
    display: block;
  }	
    
    
.columns2-callback {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 0%;
    margin-top: 30px;
    margin-left: 0px;
    text-align: left;
}    

.columns2-center {
	width: 100%;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
}


.columns2 img {
	clear: none;
	padding-bottom: 10px;
}

.columns2 h5 {
	font-size: 16px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.columns2 h6 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}


.columns2-wide {
	width: 100%;
	margin-right: 0px;
	margin-bottom: 20px;
}

.columns2-wide-sidebar {
	width: 100%;
	margin: 0px;
}


.columns2-table {
	display: table;
	width: 100%;
	margin-top: 0px;
}

.columns2-table-cell {
    width: 88%;
    display: block;
    padding-top: 6%;
    padding-right: 6%;
    padding-bottom: 6%;
    padding-left: 6%;
    min-height: 300px;
    background-position: 0% top;
}
    
    
.col2-left-thin {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 30px;
}
.col2-right-wide {
    width: 100%;
}    




.columns3 {
	clear: none;
	margin-bottom: 8%;
	width: 100%;
}
.columns3-pad {
	clear: none;
	margin-bottom: 15px;
	width: 92%;
	padding: 4%;
	min-height: 0px;
}
.columns3 img {
}


.columns3-table {
display: table;
width: 100%;
}

.columns3-table-cell {
	display: block;
	width: 90%;
	padding-top: 5%;
	padding-right: 5%;
	padding-bottom: 110px;
	padding-left: 5%;
	font-size: 14px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.columns3-table-cell-nopad {
	display: block;
	width: 100%;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 0px;
	padding-left: 0%;
	font-size: 14px;
	border-bottom-style: none;
	background-color: #F0F4F9;
	margin: 0px;
}

.columns3-table-cell-teasers {
	display: block;
	width: 90%;
	padding-top: 5%;
	padding-right: 5%;
	padding-bottom: 60px;
	padding-left: 5%;
}



.columns3-table-link {
}


.columns3-table-link a {

}


.columns3-table h5 {
	min-height: 0px;
	margin-bottom: 10px;
	font-size: 16px;
}
	
.columns3-work {
    width: 47%;
    clear: none;
    margin-right: 1.5%;
    float: left;
    margin-bottom: 15px;
    padding-bottom: 0px;
    text-align: center;
    margin-left: 1.5%;
}
	
.columns4 {
    clear: none;
    margin-bottom: 30px;
    width: 99%;
    margin-right: 0%;
    padding: 0px;
    margin-top: 0px;
    margin-left: 0px;
}

.columns4.last {
	clear: none;
	margin-bottom: 2%;
	width: 100%;
	margin-right: 0%;
}
    
    


.columns4-table-cell {
	display: block;
	width: 100%;
}
.columns4-table-cell img {
	width: 100%;
}
    
.columns4-table-cell-spacer {
	display: block;
	width: 100%;
    padding-top: 1%;
    padding-bottom: 1%;


}     
    
    
.columns5 {
    clear: none;
    margin-bottom: 4%;
    width: 46%;
    margin-right: 2%;
    background-image: none;
    margin-left: 2%;
}
.columns5.last {
    margin-right: 2%;
}


.columns4-table-cell {
    display: block;
    width: 100%;
    border-bottom-width: 8px;
    border-bottom-style: solid;
    border-bottom-color: #FFF;
    padding: 0%;
}
	
	
.photo-fullwidth {
    height: 550px;
}
.photo-fullwidth-overlay {
    width: 88%;
    float: right;
    padding-left: 6%;
    padding-top: 6%;
    padding-right: 6%;
    padding-bottom: 6%;
}

.photo-fullwidth-overlay h3 {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0px;
}  
	
	
.photo-fullwidth-overlay2 {
    width: 88%;
    float: right;
    padding-left: 6%;
    padding-top: 6%;
    padding-right: 6%;
    padding-bottom: 6%;
}

.photo-fullwidth-overlay2 h3 {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0px;
}  		


.iframe-newsletter {
	height: 560px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.iframe-contact {
	height: 700px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.columns2-enquiry {
    text-align: left;
    margin-top: 0px;
}

.footer h5 {
    text-align: left;
}    
    
.footer-columns {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
    margin-bottom: 30px;
}    
.footer-columns img {
    width: auto;
} 
    
    
.container_fencing {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: url(/images/fencing/home-banner-tablet.jpg);
    background-position: center center;
    background-size: auto auto;
    background-repeat: no-repeat;
    background-attachment: scroll;
}    


	
	
	
.butterfly {
    display: none;
         
        }	
	
  

.text-center {
	text-align: left;
}

.text-center2 {
	text-align: center;
}	
	
    
.hide-tablet {
	display: block;
}


.hide-desktop {
	display: block;
}
    
.hide-desktop-tablet {
	display: block;
}    

.hide-tablet-mobile {
	display: none;
}


.hide-tabletsm-mobile {
	display: none;
} 
	
	
.columns2-enquiry {
    text-align: left;
    width: 100%;
    margin-top: 20px;
}
	

	
.columns2_form {
    width: 100%;
    margin-right: 0%;
	margin-bottom: 15px;
}

.columns2_form.last {
    width: 100%;
}	
	
	
.form_text {

}
.form_textarea {
    width: 92%;
    padding-left: 4%;
}

.form_select {

}
	
 

}
    

/* Mobile Layout: 480px and below. */    

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

MOBILE {
}
    
h1 {
    letter-spacing: 0em;
}

h2, h3 {
    letter-spacing: 0em;
}

h4 {

}
h5 {

}
h6 {

}
    
    
.gridContainer {
    width: 84%;
    clear: none;
    float: none;
    padding-top: 0%;
    padding-right: 8%;
    padding-bottom: 0%;
    padding-left: 8%;
}
.gridContainerMobile {
	 width: 84%;
    clear: none;
    float: none;
    padding-top: 0%;
    padding-right: 8%;
    padding-bottom: 0%;
    padding-left: 8%;
}
     
.container_header {
    padding-top: 10px;
    padding-bottom: 5px;

}	
	
.logo {
    width: 30%;
    padding-top: 5px;
	}
	
.menu-wrap {
    width: 60%;
}		
	
	
	
	
/* Styles when moved below .container_banner_sub */
.banner-content-sub-moved {
    width: 84%;
    float: left;
    padding-top: 30px;
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 0px;
    padding-bottom: 30px;
    min-height: 200px;
    padding-left: 8%;
    padding-right: 8%;
}		
	
	
.banner-content-sub {

}


.banner-content-sub h4 {
    font-size: 32px;
    line-height: 36px;
}

.banner-content-sub h5 {
   font-size: 18px;
    line-height: 24px;
}		
    
    
.columns2-table-cell {
    width: 84%;
    padding-top: 8%;
    padding-right: 8%;
    padding-bottom: 8%;
    padding-left: 8%;
}    
	
.columns2-work {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 30px;
}

.columns2-work.last {
	margin-right: 0%;
}	
    
    
.footer-columns {
    width: 96%;
    margin-right: 2%;
    margin-left: 2%;
    margin-bottom: 30px;
}    
    
    
.hide-mobile {
	display: none;
}
.hide-tablet {
	display: block;
}

.hide-desktop {
	display: block;
}
    
.hide-desktop-tablet {
	display: block;
}     

.hide-tablet-mobile {
	display: none;
}    

.hide-tabletsm-mobile {
	display: none;
}      
    
}
    
    
    






.columns-wrap {
	margin-bottom: 15px;
	padding: 0px;
}
