/****** FILE: themes/tekron/css/typography.css *****/
/*
--- Typography stylesheet
--- By PlasticStudio
*/

h1{
	font-size: 3.5em;
	font-weight: 300;
	color: #005568;
}

h2{
	font-size: 3em;
	font-weight: 300;
}

h3{
	font-size: 2.7em;
	font-weight: 300;
}

h4{
	font-size: 2.5em;
}

h5{
	font-size: 2em;
	font-weight: 300;
}

h6{
	font-size: 1.4em;
}

p{
	font-size: 1.3em;
	padding-bottom: 15px;
}

ul{
	padding-left: 3%;
	list-style: none;
}

li{
	font-size: 1.3em;
}

a{
	text-decoration: none;
	color: inherit;
}

.button-cms{
	text-align: center !important;
}

.button-cms a{
	color: #005568;
	text-decoration: none;
	padding: 2% 10%;
	text-transform: uppercase;
	border: 1px solid #005568;
	text-align: center;

}
.button-cms a:hover{
	background-color: #f15a24;
	border: 1px solid #f15a24;
	color: #fff;
}

blockquote {
    margin-left: 10%;
    padding-left: 2%;
    max-width: 500px;
    width: 100%;
    border-left: 1px solid #f15a24;
    margin-top: 7%;
    font-size: 1.5em;
    position: relative;

 }

 blockquote p{
 	padding-left: 6%;
 }

blockquote em{
 	font-size: 0.7em;
 }

 blockquote:before{
 	content:url('../images/quote-left.png'); 
    position:absolute;
    /*top:0;*/
 }

  blockquote:after{
 	content:url('../images/quote-right.png'); 
    position:absolute;
    margin-left: 95%;
    margin-top: -18%;
 }



.quote-white,
.quote-teal {
    max-width: 750px;
    width: 100%;
    font-size: 1.5em;
    position: relative;

 }

.quote-white:before{
 	content:url('../images/quote-left-white.png'); 
    position:absolute;
 }

 .quote-white:after{
 	content:url('../images/quote-right-white.png'); 
    position:absolute;
 }

 .quote-teal:before{
 	content:url('../images/quote-left-teal.png'); 
    position:absolute;
 }

 .quote-teal:after{
 	content:url('../images/quote-right-teal.png'); 
    position:absolute;
 }

 .challenge,
 .challenge-products,
 .nav,
 .mediaNav,
 .cf{
 	list-style: none;
 	padding-left: 0;
 }

 ul.bullets{
 	list-style: disc;
 }

/****** FILE: themes/tekron/css/layout.css *****/
/*
--- Typography stylesheet
--- By PlasticStudio
*/
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}

* {
	margin: 0;
	padding: 0;
	border: 0;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.clear{
	clear: both;
}

.hide{
	display: none;
}

.main-wrapper{
	overflow: hidden;
}

.product-wrapper{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}

.col {
	float: left;
}

.w-third {
	width: 31%;
	margin-right: 3%;
}

.w-third:nth-child(3n) {
	margin-right: 0;
}

.w-quarter{
	width: 22%;
	margin-right: 4%;
	margin-left: 0;
}

.w-two-thirds {
	width: 65.5%;
/*	margin-right: 2.5%;*/
}

.w-half {
	width: 46%;
	margin-right: 2%;
}

.bold{
	font-weight: 700;
}

.inner{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding-top: 2%;
}

.left{
	float: left;
}

.right{
	float: right;
}

hr{
	border: 0;
    height: 1px;
    background: #f15a24;
}

.blue-link{
	color: #005568;
	font-weight: bold;
}

.blue-link:hover{
	text-decoration: underline;
}


.main-title{
	color: #414042;
	text-transform: uppercase;
	font-weight: 400;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}

.main-content{
	max-width: 700px;
	margin: 0 auto;
	padding: 2% 0 5% 0;
	text-align: left;
}


/**
 * Fullscreen popups
 **/

.fullscreen-popup {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 50px;
	background: #424143;
	color: #FFFFFF;
}

.fullscreen-popup > .close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	opacity: 0.8;
	background: url('../images/close.svg') 0% 0% no-repeat;
	background-position: 50% 50%;
	background-size: 80% 80%;
}

.fullscreen-popup > .close:hover {
	opacity: 1;
}
 
.fullscreen-popup .inner {
	width: 80%;
	max-width: 600px;
	margin: 0 auto;
}
 
.fullscreen-popup h1 {
	font-size: 2.7em;
    font-weight: 300;
	color: #FFF;
}
 
.fullscreen-popup form {
	padding-top: 30px;
}
 
.fullscreen-popup .field {
	border-bottom: 1px solid #FFFFFF;
	clear: both;
	padding-top: 15px;
}
 
.fullscreen-popup label {
	width: 25%;
	display: inline-block;
	padding: 10px 0;
	opacity: 0.5;
	text-transform: uppercase;
	font-weight: bold;
}
 
.fullscreen-popup .middleColumn {
	width: 75%;
	display: inline-block;
}
 
.fullscreen-popup .middleColumn input,
.fullscreen-popup .middleColumn select {
	width: 100%;
	padding: 10px 0;
	background: none;
	color: #FFFFFF;
}

#Form_RequestForm_Country {
	background: #424143;
}

.fullscreen-popup .Actions {
	clear: both;
	padding-top: 20px;
}

.fullscreen-popup input[type="submit"] {
	color: #FFFFFF;
	background: #f15a24;
    display: inline-block;
    font-weight: bold;
    margin-top: 20px;
    padding: 10px 40px;
    text-transform: uppercase;
	cursor: pointer;
}

/*----------------NOTICE HOME----------------*/

.notice{
	background-color: #f15a24;
	padding: 20px 25px;
	color: #fff;
	font-size: 14px;
}

.notice p{
	padding-bottom: 0 !important;
	font-size: 14px;
	width: 90%;
}

/*-----------------LOGO / NAV---------------*/
.inner-nav{
	height: 80px;
}
.logo img{
	width: 160px;
}

.logo{
	line-height: 100px;
	margin-left: 1.5em;
}

.mainnav{
	float: right;
	height: 80px;
}

.mainnav li{
	display: inline-block;
	margin-right: 1.5em;
	line-height: 80px;

}

.mainnav li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #005568;
}

.mainnav li a:hover{
	color: #f15a24;
}

.mobNavBtn,
.mobnav,
.main-wrapper{
	-webkit-transform: translate(0, 0);
	-webkit-transition: -webkit-transform 500ms;
	transform: translate(0, 0);
	transition: transform 500ms;
}

.mobnav.move{
	-webkit-transform: translate(-270px, 0);
	transform: translate(-270px, 0);
}

.main-wrapper.move{
	-webkit-transform: translate(-270px, 0);
	transform: translate(-270px, 0);
}

.mobNavBtn.move{
	-webkit-transform: translate(-260px, 0);
	transform: translate(-260px, 0);
}

.mobnav{
	position: fixed;
	width: 270px;
	background-color: #fff;
	right: -270px;
	top: 0;
	z-index: 10;
	overflow-y: scroll;
	overflow-x: hidden;		
	height: 600px;
}

.mobnav li a{
	display: block;
	color: #000;
	width: 100%;
	line-height: 2em;
	font-size: 1.1em;
	padding: 5px 0;
	letter-spacing: 0.6px;
	text-decoration: none;
}

.mobnav li{
	margin: 0;
	text-align: left;
	padding-left: 3%;
	border-bottom: solid 1px #e6e6e6;
	border-left: solid 1px #e6e6e6;
	width: 100%;
	text-transform: uppercase;
}
.mobNavBtn {
    display: none;
    right: 20px;
    position: absolute;
    top: 18px;
    z-index: 20;
}

.mobNavBtn img{
    width: 2.5em;
}

.mobNavBtn:hover {
    cursor: pointer;
}

.mobnav li a:hover,
.mobnav li.section a,
.mobnav li.current a{
	color: #f15a24;
}



/*-------------CUSTOM PAGE-------------------*/
/*---------CONTENT AND SIDE BARE-------------*/

.w-third.sidebar{
	margin-right: 0!important;
	float: right;
}

.w-two-thirds.custom{
	float: left;
	padding-bottom: 8%;
}

.w-two-thirds.custom ul{
	list-style: disc;
}

.warranty{
	background-color: #e6e6e6;
/*	height: 300px;*/
	width: 100%;
}

.warranty-img{
/*	margin: 0 auto;*/
	width: 100%;

}

.warranty img{
	width: 100%;
	padding: 15%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.side-testimonial{
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 3%;
	
}
.side-mailchimp{
	background-color: #e6e6e6;
}

.side-mailchimp h5{
	text-align: center;
	padding-top: 5%;
}

#mc_embed_signup_sidebar{
	margin: 0 auto;
	width: 80%;
	padding: 5% 0 15% 0;
}

.mc-field-group_sidebar{
	padding-bottom: 10%;

}

.mc-field-group_sidebar input{
	width: 100%;
}

.button-submit-sidebar{
	background-color: #f15a24;
	width: 100%;
	text-align: center;
	padding: 3% 0;
	color: #fff;
	margin: 0 auto;
}

.sidebar-link{
	padding: 10% 0 25% 0%;
	min-height: 40px;
	position: relative;
	margin: 0 auto;
}

.sidebar-white{
	padding: 10% 0;
	min-height: 40px;
	position: relative;
	margin: 0 auto;
}

.sidebar-link h5{
	padding-bottom: 2%;
}


.side-link{
	color: #005568;
	border: 1px solid #005568;
	text-transform: uppercase;
	text-align: center;
	padding: 3% 5%;
	position: absolute;
	width: 90%;
}


/*-----------------HOME / VERTICALS----------------*/
.home-main,
.vertical-background{
	background-repeat:no-repeat;
   	background-size:cover;
   	background-position: center center;
}

.vertical-background{
	min-height: 850px;
	height: 100%;
}

.home-main-inner,
.home-main-inner-landing{
	min-height: 820px;
	top: 25%;
	padding-bottom: 5%;
}

.home-main{
	color: #fff;
}

.home-main-inner,
.home-main-inner-landing{
	margin-left: 5%;
}

.home-main h1,
.home-main h5{
	font-weight: 300;
}

.home-main h1{
	padding: 80px 0 30px 0;
	color: #fff;
}


.home-main h4{
	border-bottom: 2px solid #fff;
	font-size: 2.2em;
	padding-bottom: 2%;
}

.home-main h5{
	margin-left:10%;
	padding-left: 2%;
	width: 500px;
/*	border-left: 2px solid #fff;*/
	margin-top: 7%;

}

.main-left{
	width: 50%;
	float: left;
}

.main-right{
	width: 20%;
	float: right;
	position: relative;
}
.pos-1{
	width: 215px;
	height: 215px;
	margin-top: 15%;
	margin-left: 9%;
}
.pos-2{
	width: 230px;
	height: 230px;
	margin-top: 105%;
	margin-left: 7%;
	z-index: 2;
}
.pos-3{
	width: 170px;
	height: 170px;
	margin-top: 65%;
	margin-left:35%;
	z-index: 3;
}
.pos-4{
	width: 180px;
	height: 180px;
	margin-top: 162%;
	margin-left: 3%;
}

.pos-1,
.pos-2,
.pos-3,
.pos-4{
	position: absolute;
	border-radius: 50%;
	overflow: hidden;
}

.pos-1 img,
.pos-2 img,
.pos-3 img,
.pos-4 img{
	width: 100%;
	height: auto;
/*	position: absolute;*/
}

.pos-1 .box,
.pos-2 .box,
.pos-3 .box,
.pos-4 .box {
  background-color: rgba(230,230,230,0.7);
  border-radius: 50%;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  color: #000;
  z-index: 100;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  opacity: 0;
}

.pos-1 .box,
.main-right h5{
	width: 215px;
	height: 215px;
	padding: 0;
	margin: 0 auto;
}
.pos-2 .box,
.main-right h5{
	width: 230px;
	height: 230px;
	padding: 0;
	margin: 0 auto;
}

.pos-2 .box h5{
	width: 230px;
	font-size: 1.7em;
}

.pos-3 .box,
.main-right h5{
	width: 170px;
	height: 170px;
	padding: 0;
	margin: 0 auto;
	z-index: 200;
}
.pos-4 .box,
.main-right h5{
	width: 180px;
	height: 180px;
	padding: 0;
	margin: 0 auto;
}

.pos-1 .box svg{
	width: 40px;
	height: 40px;
	padding-top: 12%;
}
.pos-2 .box svg{
	width: 40px;
	height: 40px;
	padding-top: 20%;
}
.pos-3 .box svg{
	width: 40px;
	height: 40px;
	padding-top: 12%;
}
.pos-4 .box svg {
	width: 40px;
	height: 40px;
	padding-top: 12%;
}

.pos-1:hover .box,
.pos-2:hover .box,
.pos-3:hover .box,
.pos-4:hover .box{ 
	opacity: 1; 
	overflow: hidden;
}


/*---Newsletter---*/

.icon-news svg{
	height: 80px;
	width: 80px;
	padding: 2em 0;
	fill: #005568;
}

.home-news-inner{
	margin: 0 auto;
	text-align: center; 
	width: 60%;
	padding-bottom: 5%;
}

.home-news-inner h1{
	color: #005568;
}

#mc_embed_signup_scroll h1{
	margin-bottom: 5%;
}

.mc-field-group{
	float: left;
	width: 33%
}


.mailchimp-input{
	border: 1px solid #cccccc;
	width: 90%;
	height: 35px;
}

.button-submit{
	background-color: #f15a24;
	color: #fff;
	padding: 1%;
	margin-top: 30px;
	font-size: 1.3em;
	width: 50%;
}

/*---Latest News---*/

.media-pagination{

}

.cur-media-page{
	display: inline-block;
	background-color: #f15a24;
	color: #fff;
}

.pageNoLink,
.media-page-num{
	font-size: 1.1em;
	padding: 0 10px 2px;
}

.pageNoLink:hover,
.media-page-num:hover{
	background-color: #f15a24;
	color: #fff;
}

.latest-news{
	background-color: #e6e6e6;
}

.latest-news-inner{
	margin: 0 auto;
	text-align: center; 
	width: 60%;
	padding: 2% 0;
	min-height: 400px;
}

.latest-news-inner h1{
	padding-bottom: 3%;
	text-transform: uppercase;
	width: 90%;
	float: left;
	clear: both;
}

.latest-media h4{
	font-size: 1.5em;
}

.latest-media p{
	font-size: 1.1em;
}

.latest-media a{
	text-decoration: none;
	color: #f15a24;
	font-weight: 700;
}

.latest-media{
	width: 24%;
	margin-right: 0.7%;
/*	margin-bottom: 5%;*/
	float: left;
	border: 1px solid #cccccc;
	background-color: #fff;
	min-height: 400px;
	padding: 1%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    list-style: none;
}

.latest-media img{
	display: block;
	width: 100%;
	position: relative;
}

/*a.videoID svg{
	height: 100px;
	width: 100px;
	position: absolute;
	margin-top: -120px;
	margin-left: 75px;
	fill: #fff;
}*/

.latest-media:nth-child(4){
	margin-right: 0;
}

.latest-social{
	width: 5%;
	float: right;
}

.latest-social svg{
	width: 40px;
	height: 40px;
	float: right;
	padding-right: 9px;
	margin-top: 14px;
}

.latest-social.twitter svg{
	fill: #00aced;
}

.latest-social.linkedin svg{
	fill: #007bb6;
}


.latest-social:hover svg{
	fill: #f15a24;
}

/*---Home Verticals---*/

.home-vertical-inner{
	margin: 0 auto;
	text-align: center; 
	max-width: 750px;
	height: 80%;
	padding: 10% 0;
}

.home-vertical-inner h2{
	text-transform: uppercase;
	font-weight: 300;
	padding-bottom: .5em;
}

.home-vertical-inner p {
	font-size: 1.4em;
	line-height: 1.7em;
/*	padding-bottom: 1.8em;*/
	text-align: left;
}

.home-vertical-inner a:hover{
	color: #f15a24;
}

.fa-quote-left{
	padding-right: 10px;
}

.fa-quote-right{
	padding-left: 10px;
}

.home-links{
	margin-top: 5%;
}

.links{
	text-decoration: none;
	font-size: 1.2em;
    line-height: 26px;
    font-weight: 400;
    padding: 0.5em 2em;
    margin: 0 .3em;
}

.links a{
	font-weight: 400;
}

.icon svg{
	height: 60px;
	padding: 2em 0;
}

.arrow-main,
.arrow{
	float: left;
}

.arrow{
	position: absolute;
	left: 52%;
}

.arrow-main{
	position: absolute;
	left: 26%;
}

.arrow-main svg,
.arrow svg{
	height: 80px;
	width: 80px;
	fill: #fff;
}

.white .icon svg,
.white .icon-large svg,
.white .arrow svg{
	fill: #fff;
}

h1.white,
.white,
.white h2,
.white .home-vertical-inner p,
.white .links{
	color: #fff;
}

.white .links:hover,
.colour .links:hover{
	color: #fff;
	background-color:#f15a24;
	border: 1px solid #f15a24;
}

.white .links{
	border: 1px solid #fff;
}




.colour .icon svg,
.colour .arrow svg{
	fill: #005568;
}

.fa:hover{
	cursor: pointer;
}

.colour i.fa.fa-phone,
.colour i.fa.fa-envelope{
	color: #005568;
}

.colour,
.colour h2,
.color .home-vertical-inner p,
.colour .links{
	color: #005568;
}
.colour .links{
	border: 1px solid #005568;
}

.team-member-main{
	min-height: 150px;
	width: 100%;
	margin: 5% 0 0 12%;
}

.team-cont{
	padding-bottom: 5%;
	text-align: left;
}

.contact-phone{
	opacity: 0;
}

.contact-phone:hover{
	opacity: 1;
}


.team-member-home{
	min-height: 150px;
	width: 75%;
	margin: 0 auto;
}

.contact-icon svg{
	height: 20px;
	width: 20px;
	fill: #fff;
	float: left;
	padding: 0 6px;
}

.contact-icon:hover svg,
i.fa.fa-envelope:hover,
i.fa.fa-phone:hover{
	color: #f15a24;
	fill: #f15a24;
}

a.con-ic{
	height: 25px;
	width: 25px;
	display: block;
	float: left;
	margin-right: 10px;
}

.phoneLink{
	position: relative;
	overflow: hidden;
	height: 20px;
	width: 150px;
}

.phoneAnchor span{
	color: #fff;
	position: absolute;
    left: -120px;
    width: 120px;
    height: 100px;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
	transition:1s;
}

.phoneAnchor:hover span{
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
	transition:1s;
	left: 0px;
	color: #f15a24;
}


i.fa.fa-phone,
i.fa.fa-envelope{
	color: #fff;
	float: left;
	padding: 0 6px;
	font-size: 20px;
}

.team-member-main .contact-image img,
.team-member-home .contact-image img{
	border: 4px solid #f15a24;
	border-radius: 50%;
	float: left;
	margin-right: 3%;
	clear: both;
}

.team-member-main h6,
.team-member-home h6{
	font-size: 1.5em;
	font-weight: 300;
	text-transform: uppercase;
}

.team-member-main p,
.team-member-main h6
.team-member-home p,
.team-member-home h6{
/*	width: 40%;*/
	text-align: left;
}

.contact-image{
	width: 130px;
	height: 130px;
	float: left;
}

.details{
	width: 100%;
	max-width: 200px;
	float: left;
	padding-left: 1.4em;
}


.arrow img{
	float: right;
	height: 130px;
}

/*--------------PRODCUT LANDING PAGES----------*/
/*.product-wrapper .challenge{
	margin-bottom: 10%;
}
*/
.challenges{
	max-width: 800px;
	margin: 0 auto;
	padding: 0 4% 4% 2%;
}
.challenges h2{
	color: #005568;
	text-transform: uppercase;
	padding-bottom: 3%;
}

.challenges h5{
	padding: 5% 0 2% 0;
	color: #005568;
	text-transform: uppercase;
	text-align: center;
}

.challenges p{
	text-align: justify;
}

.challenge-products{
	width: 30%;
	padding: 3% 1.5%;
	border-right: 1px solid #ecebeb;
	float: left;
	margin-bottom: 5%;
}

.challenge-products:nth-child(3){
	border-right: none !important;
	margin-right: 0;
}

.challenge-products p{
	font-size: 1.1em;
	margin-bottom: 4%;
	height: 100px;
	overflow: hidden;
}

.challenge-products a,
.button {
	color: #005568;
	text-decoration: none;
	padding: 2% 20%;
	text-transform: uppercase;
	border: 1px solid #005568;

}
.challenge-products a:hover,
.button:hover {
	background-color: #f15a24;
	border: 1px solid #f15a24;
	color: #fff;

}

.challenge-products h6,
.challenge-products p,
.challenge-products a{
	text-align: center;
}

.challenge-products p{
	font-size: 18px;
}
.challenge-products a{
	font-size: 20px;
}

.challenge-products h6{
	margin-top: 5%;
	font-size: 26px;
}

.view-product {
	width: 100%; 
 	text-align:center;
}

.challenge-product-img{
	width: 300px;
	margin: 0 auto;
}

.challenge-products img{
	width: 95%;
}

.services-other.navFilterItem{
	width: 33% !important;
	height: 300px;
	border-right: solid 1px #e6e6e6;
}

li.services-other.navFilterItem li:last-child{
	border-right: none;
}

li.services-other.last{
	border: none;
}

.companyVideoHolder{
	width: 100%;
	max-width: 750px;
	margin: 30px auto 0;
}

.company-other.navFilterItem{
	width: 25% !important;
	height: 300px !important;
	border-right: solid 1px #e6e6e6;
}

li.company-other.navFilterItem:nth-child(4){
	border-right: none !important;
}

h2.tekServ {
	color: #005568;
    text-transform: uppercase;
    padding-bottom: 3%;
    text-align: center;
}

.services-other h3{
	font-size: 1.5em;
	text-transform: uppercase;
	padding-bottom: 5%;
	font-weight: 400;
	color: #005568;
}

.services-other p{
	font-size: 1.2em;
}

/*ul.key,
ul.other{
	list-style: none;
}
*/
/*----------------COMPANY--------------*/
/*---landing page---*/

.page-banner{
	background-repeat:no-repeat;
   	background-size:cover;
   	text-transform: uppercase;
}

.page-banner-inner{
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	height: 350px;
}

.page-banner-inner-content{
	height: 250px;
	padding: 50px 0;
}

.icon-large{
	height: 120px;
}

.icon-large svg{
	height: 90px;
	width: 90px;
	padding:4% 0;
}

.page-banner-inner h1{
	color: #fff;
	padding-top: 2%;
}

/*.icon-large{
	padding-top: 50%;
}*/

/*---Team Members---*/


.inner-content{	
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 2% 0;
	text-align: center;
}

.grey{
	background-color: #e6e6e6;
	min-height: 400px;
	height: 100%;
	width: 100%;
	padding-bottom: 3%;
}

.grey h3{
	text-align: center;
	text-transform: uppercase;
	padding-top: 2%;
}

.grey h6{
	color: #f15a29;
	text-transform: uppercase;
}

p.bold{
	color: #a7a9ac;
}

.grey .summary{
	font-size: 1em;
	padding: 1% 0 3% 0;
}

.summary{
	height: 200px;
	overflow: hidden;
}

.director{
	background-color: #fff;
	float: left;
	margin-bottom: 4%;
}

.direct-inner{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 3% 0;
}

.director:nth-child(4){
	margin-right: 0;
}

.profile-image img{
	width: 100%;
}
/*----------CompanyPartners----------*/

#map{
	height: 450px;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

/*----------SLIDERS----------*/
.team-member,
.all-customers{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	height: 100%;
	text-align: center;
	padding: 2% 0;
	position: relative;
}

.all-customers h1{
	text-transform: uppercase;

}

.team-member{
	min-height: 300px;
}

.team-member h3{
	text-transform: uppercase;
}

.prof-text{
	padding: 4%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.prof-text a{
	color: #005568;
	text-decoration: none;
	font-weight: 700;
}

.individual-team{
/*	max-width: 300px;*/
	text-align: center;
}


.individual-team h6{
	font-weight: 300;
	padding-top: 7%;
}

.profile-image-all img{
	border-radius: 50%;
}

.slick-prev,
.slick-next{
	position: absolute;
	top: 40%;
	background-color: #fff;
	height: 60px;
	width: 60px;
	font-size: 0em;
}



.slick-prev{
/*	left: 1%;*/
	background-image:url('../images/prev-arrow.png');
	background-repeat: no-repeat;
/*	height: 40%;*/ 
}

.slick-next{
	right: -2%;
	background-image:url('../images/next-arrow.png');
	background-repeat: no-repeat; 
	/*height: 40%; */
}

/*-------------TESTIMONIALS-----------*/

.testimonial{
	background-color: #fff;
	float: left;
	height: 350px;
	padding: 2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
}

.test-contain{
	margin: 0 auto;
	padding-bottom: 3%;
}

.italic{
	font-style: italic;
	font-size: 1em;
}

.test-button{
	max-width: 250px;
	width: 100%;
	margin: 0 auto;
	height: 40px;
}

.moreTest {
	border: 1px solid #005568;
	display: inline-block;
	/*margin-top: 20px;*/
	padding: 3% 7%;
	text-transform: uppercase;
	font-weight: bold;
	color: #005568;
	position: relative;
	margin: 0 auto;

}

.moreTest:hover {
	color: #fff!important;
	background-color: #005568;
}

.customer-content{
 	-webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;

   	-webkit-column-gap: 70px;
    -moz-column-gap: 70px;
    column-gap: 70px;
 }

 .customer-content{
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
	padding: 2% 0;
	border-top: 1px solid #ccc;

}

.customer-content li{
	padding: 1% 0;
}

/*------------CONTACT---------------*/

.contact-content{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 1% 0;
	min-height: 300px;
}

/*----------DOWNLOADS----------------*/
.product-dl{
	padding-bottom: 6%;
	list-style: none;
}

.togglable{
	max-width: 1000px;
	width: 100%;
	border: 2px solid #CCC;
	padding-top: 2%;
}

.togglable h4{
	padding-left: 3%;
	text-transform: uppercase;
	color:  #005568;
	font-weight: 400;
	font-size: 32px;
}

.toggle-button {
/*	width: 1000px;
	border-bottom: 2px solid #CCC;*/
	padding-right: 98%;
	padding-top: 3%;
	background: url('../images/toggle-arrow-black.png') right 2px no-repeat;
}
.toggle-button.open {
	background-position: right -90px;
}

.pdf,
.xlsx,
.zip{
	padding: 3%;
	border-bottom: 1px solid #ccc;
	list-style: none;
}

img.dms-icon{
	height: 85px;
}

.download-news-inner{
	margin: 0 auto;
	text-align: center; 
	width: 60%;
	padding-bottom: 4%;
}

#mc_embed_signup_scroll h5{
	padding: 2% 0;
}

/*----------------FOOTER--------------*/

.footer{
	max-height: 1000px;
	height: 100%;
}

.contact-details{
	
	width: 20%;
	background-color: #055669;
	color: #fff;
	float: left;
	padding: 20px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    clear: both;
    height: 100%;
}

.contact-details p{
	font-size: 1em;
	font-weight: 300;
}

.contact-details h6{
	padding: 20px 0 10px 0;
}


.social-media{
	background-color: #424143;
	height: 100px;
	width:80%;
	float: right; 
	color: #f1f2f2;
	height: 20%

}

.social-media h5{
	float: left;
	display: inline-block;
	line-height: 100px;
	padding: 0 20px;
}

.social-media-icons{
	float: left;
	

}

.social-media-icons a {
	height: 100%;
	display: block;
	padding: 10px 20px;
}

.social-media-icons svg{
	height: 30px;
	width: 30px;
	padding: 2em 0;
	fill: #e6e6e6;
}

.social-media-icons:hover svg{
	fill: #f15a24;
}

.page-links{
	background-color: #e6e6e6;
	width:80%;
	height: 100%;
	min-height: 270px;
	float: right;
	color: #424143;
}


.page-links-inner{
/*	width: 1400px;*/
	height: 250px;
	margin:0 auto;
}

.col-1,
.col-2,
.col-3,
.col-4{
	width: 18%;
	float: left;
	padding: 20px;
}

.page-links ul li{
	list-style: none;
	/*padding: 3px 0;*/
}


.page-links li a{
	color: #424143;
	padding-bottom: 2px;
	display: block;
	width: 260px !important;
	font-size: 14px;
	text-decoration: none;
}

.page-links li a:hover{
	color: #f15a24;
}

.copyright{
	margin-left: 1%;
	height: 100%;
	padding-bottom: 14px;
}

/**
* Media page
**/

	.tekBlue{
		color: #005568!important;
	}

	.contentWrapper{
		box-sizing: border-box;
		max-width: 1000px;
		width: 100%;
		margin: 50px auto;
		padding: 0 10px;
	}

	.mediaSVG{
		width: 80px;
		height: 80px;
		margin: 0 auto;
	}

	.mediaSVG svg{
		display: block;
	}

	/**
	* Media page filter
	**/

		.mediaNav ul{
			width: 100%;
			height: auto;
			margin: 0;
			padding: 0;
		}

		.media-filter{
			max-width: 1150px;
			width: 100%;
			margin: 0 auto;
		}



		.navFilterItem{
			box-sizing: border-box;
			border-left: solid 1px rgba(184,184,184, .5);
			text-align: center;
			float: left;
			width: 25%;
			min-height: 160px;
			position: relative;
			overflow: hidden;
			min-width: 60px;
		}

		.navFilterItem:hover{
			cursor: pointer;
		}

		.filterInfo{
			position: absolute;
			top: 50%;
			transform: translateY(-50%);
			width: 100%;
			padding-bottom: 10px;
		}

		.mediaNav li:first-child{
			border-left: none;
		}

		.mediaNav a{
			width: 100%;
			color: #000;
			text-decoration: none;
		}

		.mediaNav .navFilterItem:hover,
		.mediaNav .navFilterItem:hover p,
		.mediaNav .navFilterItem:hover h6,
		.mediaNav .navFilterItem.hover h3,
		.mediaNav .navFilterItem:hover svg{
			background-color: #f15a24;
			color: #fff;
			fill: #fff;
		}

/*		.productNav .navFilterItem:hover,
		.productNav .navFilterItem:hover p,
		.productNav .navFilterItem:hover h6,
		.productNav .navFilterItem.hover h3,
		.productNav .navFilterItem:hover svg{
			background-color: #005568 !important;
			color: #fff;
			fill: #fff;
		}*/

		.mediaNav .current p,
		.mediaNav .current h6,
		.mediaNav .current h3,
		.mediaNav .current svg,
		.mediaNav .section p,
		.mediaNav .section h6,
		.mediaNav .section h3,
		.mediaNav .section svg{
			color: #fff;
			fill: #fff;
		}

		.mediaNav .current li,
		.mediaNav .section li{
			background-color: #f15a24;
		}


		.navFilterItem h6{
			font-size: 16px;
			text-transform: uppercase;
			color: #005568;
		}

		.navFilterItem h3{
			color: #005568;
		}

		.navFilterItem:hover h3{
			color: #fff;
		}

		.navFilterItem p{
			font-size: 13px;
			padding: 7%;
			color: #005568;
			height: 80px;
		}

		.mediaNav svg{
			fill: #005568;
		}
	/******/

	/**
	* Teaser
	**/

		.mediaArticleBody {
			display: block;
			float: right;
			max-width: 620px;
			width: 100%;
		}

		.mediaArticleBody.full {
			max-width: 915px!important;
		}

		.mediaHolder{
			position: relative;
			padding: 0 0 40px 0;
			width: 100%;
		}
		.mediaHolder a{
			text-decoration: none;
			color: #000;
		}

		.mediaHeading svg{
			fill: #005568;
		}

		.mediaHeading{
			float: right;
			width: 100%;
		}

		.mediaHeading h3{
			color: #005568;
			padding-bottom: 5%;
		}

		.articleSVG{
			float: left;
			width: 50px;
			height: 50%;
		}

		.articleSVG svg{
			display: inline-block;
		}

		.mediaContent{
			width: 65.5%;
			float: left;
			padding-right: 3%;
			box-sizing: border-box;
		}

		.mediaContent.full{
			width: 100%;
		}

		.mediaAside{
			max-height: 269px;
			overflow: hidden;
			position: absolute;
			right: 0;
			top: 0;
			width: 31%;
			bottom: 20px;
		}

		.mediaAside img{
			display: block;
			width: 100%;
		}

		.readMore {
			border: 1px solid #005568;
			display: inline-block;
			margin-top: 20px;
			padding: 10px 20px;
			text-transform: uppercase;
			font-weight: bold;
		}

		.readMore:hover {
			color: #fff!important;
			background-color: #f15a24;
			border: 1px solid #f15a24;
		}
	/*****/

	/**
	* Article pages
	**/

		.loaderHolder{
			position: relative;
		}

		.pageTitleUnder{
			color: #a8a89f;
			font-size: 14px;
			margin: 0;
			padding-bottom: 20px;
			padding-top: 0;
			display: block;
			font-weight: 700;
		}

		.mediaHolderContent p{
			padding: 0 0 15px;
		}

		.mediaArticleText a{
			color: #005568;
		}

		.mediaArticleText a:hover{
			text-decoration: underline;
		}

		.event{
			text-align: center;
			display: block;
			color: #005568;
			padding-bottom: 10px;
		}

		.eventDate{
			font-size: 2em;
		}

		.mainVideoHolder{
			width: 100%;
			padding-bottom: 100px;
		}

		.vidPad{
			box-sizing: border-box;
		}

		.videoHolder{
			width: 100%;
			display: block;
			min-height: 200px;
			height: 100%;
		}

		.videoWrapper{
			position: relative;
			padding-bottom: 56.25%; /* 16:9 */
			padding-top: 25px;
			height: 0;
		}

		.videoWrapper iframe {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 96.4%;
		}

		.videoHolder a{
			color: #000;
			text-decoration: none;
		}
		.videoContainer,
		.teaserVideoContainer,
		.homeVideoContainer{
			position: relative;
			width: 100%;
		}
		.videoContainer:hover,
		.teaserVideoContainer:hover{
			cursor: pointer;
		}
		.videoTeaserContent{
			box-sizing: border-box;
			padding: 10px;
		}
		.videoTeaserContent h6{
			padding-bottom: 10px;
		}
		.videoBackground{
			position: absolute;
			height: 100%;
			width: 100%;
			background-color: rgba(0, 85, 104, .5);
		}
		.homeVideoContainer .videoBackground{
			z-index: 1;
		}
		.homeVideoContainer svg{
			z-index: 2;
			left: 50%;
			position: absolute;
			top: 50%;
			transform: translate(-50%, -50%);
			width: 80px;
			fill: #fff;
			height: 100%;
		}
		.videoContainer .articleSVG,
		.teaserVideoContainer .articleSVG{
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			position: absolute;
			width: 80px;
		}

		.teaserVideoContainer .articleSVG svg,
		.videoContainer .articleSVG svg{
			fill: #fff;
		}

		.teaserVideoContainer img,
		.videoContainer img{
			display: block;
			width: 100%;
		}

	/******/

/******/


.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

@media (max-width: 750px){
	.videoWrapper iframe {
		height: 94%;
	}
}



@media (max-width: 700px){
	.videoHolder {
	    width: 50%;
	}
}

@media (max-width: 435px){
	.videoWrapper iframe {
		height: 91%;
	}
}

@media (max-width: 400px){
	.videoHolder {
	    width: 100%;
	}
}



/*------------------LANDING PAGE---------------*/
.home-main-inner-landing{
	margin-right: 5%;
}

.home-main-inner-landing h4{
	border-bottom: none;
}

.video-container{
	max-width: 550px;
	width: 100%;
}

.team-member-landing{
	padding: 20px 0 0 70px;
}

.details h5{
	margin-left: 0;
	font-size: 1.4em;
	padding-bottom: 5px;
	width: 350px;
}

.details a{
	font-size: 1.4em;
}

.contact-image img{
	border-radius: 50%;
	border: 4px solid #f15a24;
}

.contact-landing{
	width: 46%;
	padding-left: 4%;
}

.whitepaper{
    background-color: #e6e6e6;
}

.white-inner{
	padding: 2% 5%;
}

.whitepaper-image,
.whitepaper-text{
	width: 50%;
}
.whitepaper-image img{
	max-width: 500px;
	width: 100%;
	float: right;
}

.whitepaper h2{
	color: #005568;
	text-transform: uppercase;
}

.whitepaper p {
	padding-top: 20px;
	color: #005568;
}

.whitepaper ul{
	padding: 20px 0;
	padding-left: 50px;
}

.whitepaper ul li {
	list-style: disc;
	color: #005568;
	padding-bottom: 5px;
}

.whitepaper .articleSVG{
	fill: #005568;
	width: 80px;
}

.whitepaper .articleSVG svg{
	height: 80px;
	width: 80px;
}

.know-more {
	max-height: 500px;
	height: 100%;
	position: relative;
}

.know-more img{
	display: block;
}

.know-more-content{
	margin: auto;
  	position: absolute;
  	top: 15%; left: 0; bottom: 0; right: 0;
  	max-width: 450px;
  	width: 100%;
  	height: 150px;
  	text-align: center;
}

.know-more h1{
	color: #fff;
}

.know-more button{
	background-color: #f15a24;
    color: #fff;
    padding: 10px 30px;
    margin-top: 30px;
    font-size: 1.7em;
    cursor: pointer;
}

/****** FILE: themes/tekron/css/form.css *****/
/*
--- Form stylesheet
--- By PlasticStudio
*/


/* ========================================================== LOGIN FORM ======= */
/* ============================================================================= */

#MemberLoginForm_LoginForm {
	width: 450px;
	margin: 50px auto;
}

#MemberLoginForm_LoginForm .field.text {
	clear: both;
	padding-bottom: 10px;
}

#MemberLoginForm_LoginForm .field.text label {
	width: 20%;
	padding: 10px 4% 10px 0;
	display: inline-block;
	text-align: right;
	font-weight: bold;
}

#MemberLoginForm_LoginForm .field.text .middleColumn {
	width: 76%;
	display: inline-block;
}

#MemberLoginForm_LoginForm .field.text input {
	padding: 15px 3%;
	background: #e6e6e6;
	width: 94%;
}

#MemberLoginForm_LoginForm .field.checkbox label {
	float: none;
}

#MemberLoginForm_LoginForm #Remember,
#MemberLoginForm_LoginForm .Actions {
	padding-left: 24%;
	padding-top: 10px;
}

#MemberLoginForm_LoginForm #ForgotPassword {
	display: inline-block;
	padding: 15px;
	font-size: inherit;
}

#MemberLoginForm_LoginForm input[type="submit"] {
	padding: 15px;
	background: #055669;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
}





/* quote form */
.quote-form {
	display: none;
	background: #f9f9f9;
	border-top: 1px solid #CCC;
	color: #414042;
}

.quote-form .inner {
	max-width: 500px;
	/*border: 1px solid #CCC;
	background: #FFF;*/
	padding-bottom: 2em;
	margin-bottom: 3em;
}

.quote-form .action.button {
	padding: 1em 0;
	display: block;
	width: 30%;
	margin: 0 auto;
	text-align: center;
	outline: none;
	position: relative;
	top: 1px;
	cursor: pointer
}

.quote-form h4 {
	font-size: 1em;
	margin-bottom: 1em;
}

.quote-form .section-label {
	text-transform: uppercase;
	/*color: #AAA;
	font-size: 1em;
	display: inline-block;
	font-weight: normal;
	width: 100%;
	border-bottom: 1px solid #AAA;*/
	margin-bottom: 1em;
	font-size: 2em;
	font-weight: normal;
	text-align: center;
}

.quote-form label.left,
.quote-form .fieldholder-small-label {
	/*width: 30%;
	margin-right: 3%;*/
	display: block;
	float: none;
	font-weight: bold;
	margin-bottom: 0.5em;
}

.quote-form .middleColumn:not(.fieldgroup) {
	/*margin-left: 33%;*/
	/*width: 66%;*/
	/*float: left;*/
}

.quote-form .field {
	/*margin-bottom: 1em;*/
	clear: left;
	min-height: 20px;
	/*width: 10%;*/
	padding: 0.5em 0;
}

.quote-form input.text,
.quote-form textarea,
.quote-form select.dropdown {
	border: 1px solid #CCC;
	padding: 0.2em 2%;
	width: 95%;
	color: #414042;
}

.quote-form select.dropdown {
	border-top: none;
	border-right: none;
	border-left: none;
	width: 100%;
	padding: 0.5em 0;
	cursor: pointer;
	background:url('../images/dropdown-arrow.png') right center no-repeat;
    appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
}

.quote-form .fieldholder-small ul {
	/*margin-left: 33%;
	float: left;*/
	display: inline-block;
}

.quote-form .fieldholder-small li {
	width: 100%;
	clear: left;
	height: 20px;
	margin-bottom: 10px;
}

.quote-form input.radio,
.quote-form input.checkbox {
	width: 15px;
	float: left;
	margin: 5px 10px 0 0;
	display: none;
}

.quote-form .optionset label:not(.left) {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 13px;
}

.quote-form .optionset label:not(.left):before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    border: 1px solid #414042;
}

.quote-form .optionset input:checked + label:before {
    content: "\2713";
    color: #414042;
    font-size: 15px;
	font-weight: bold;
    text-align: center;
    line-height: 15px;
}

/*.quote-form .phonenumber .fieldgroup-field,*/
.quote-form .optionset .fieldgroup-field {
	padding: 0;
	float: left;
}

.quote-form .blocks {
	margin: 2em 0;
	padding: 2em;
	/*background: #EEE;*/
	border: 1px solid #CCC;
	background: #FFF;
	padding: 2em;
	margin: 2em auto;
}

#ProductCode input,
#ProductVariant input {
	border: none;
	padding: 0;
	height: auto;
}

.quote-form #Phone .fieldholder-small-label {
	float: left !important;
}

.quote-form #Phone input {
    float: left !important;
    width: auto;
	margin: 0 5px;
}

.quote-form .message.required,
.quote-form .message.validation {
	color: red;
}

/*---------Contact Form------------*/

.contact-form{
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 3% 0;
}

.contact-form h1{
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 3%;
}

.contact-form label{
	float: left;
	margin-top: 2%;
	width: 20%;
}

.contact-form #Message label{
	float: left;
	margin-top: 0;
	width: 20%;
}

.contact-form fieldset .field {
	border-bottom: 1px solid #cccccc;
	height: 50px;
	clear: both;
}

.contact-form #Message {
	height: auto !important;
}

.contact-form fieldset select{
	width: 75%;
	float: right;
	padding-top: 4.5%;
}



.contact-form .Actions input#Form_Contact_action_FormSubmit,
#Form_ContactForm_action_FormSubmit.action{
	background-color: #f15a24;
	padding: 8% 35%;
	color: #fff;
	text-transform: uppercase;
	margin: 0 auto;
	height: 40px;
	width: 200px;
	margin-top: 20px;
	margin-bottom: 15px;
	cursor: pointer;
}

.contact-form .Actions{
	max-width: 150px;
	width: 100%;
	margin: 0 auto;
	padding-top: 7%;
}

/*.general-enquiry .dropdown{
	font-size: 30px;
}*/

/*.contact-form .middleColumn,*/
.contact-form input{
	width: 75%;
	float: left;
}

.contact-form input{
	height: 30px;
	padding-top: 20px;
}

/*div#Message.field.textarea,*/
.contact-form .textarea {
	height: 180px;
	width: 100%;
	border-bottom: none;
	padding-top: 15px;
}

.contact-form textarea#Form_Contact_Message.textarea,
#Form_ContactForm_Message.textarea{
	border: 1px solid #cccccc;
}

/*input#Form_Contact_action_FormSubmit.action{
	padding: 15% 70%;
	background-color: #424143;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}
*/

/* spamprotection */
.contact-form #SpamProtection {
	border: none;
	height: auto !important;
	margin-top: 2em;
}

.contact-form #SpamProtection label {
	width: 50%;
	display: block;
}

.contact-form #SpamProtection input {
	border: 1px solid #cccccc;
	width: 49%;
	float: right;
}

.contact-form input.holder-validation {
	border: 1px solid red !important;
}

.contact-form .message.validation {
	color: red;
}

div#Message{
	border-bottom: none;
}

/*----------*/

h6#Form_Contact_HeaderField-Company-using-the-product{
	font-weight: 400;
	font-size: 1em;
	font-style: italic;
}

h5#Form_Contact_HeaderFieldProduct-Information{
	margin-top: 5%;
}
/*
div#Form_Contact_Product-Model-Number label.left{
	width: 30% !important;
}*/


/*---------------------------LANDING PAGE--------------------*/

.contact-landing form{
	max-width: 500px;
	width: 100%;
	margin-top: 80px;
	background-color: #fff;
	float: right;
	margin-bottom: 30px;
}
.contact-landing h2{
	background-color: #005568;
	padding: 10px 0;
	text-align: center;
}

.contact-landing label{
	color: #000;
	width: 90%;
	margin-left: 25px;
	font-size: 16px;
	font-weight: bold;
}

.contact-landing input,
.contact-landing select{
	border: 1px solid #000;
	width: 90%;
	margin-left: 25px;
	height: 30px;
}

.contact-landing input.action{
	border: none;
}

.contact-landing div#FirstName{
	padding-top: 20px !important;
}

.contact-landing div#FirstName,
.contact-landing div#LastName,
.contact-landing div#Email,
.contact-landing div#Phone,
.contact-landing div#Country,
.contact-landing div#Company{
	padding: 5px 0;
}

.contact-landing #Form_ContactForm_action_FormSubmit.action {
    background-color: #f15a24;
    padding: 2% 10%;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    margin-left:25px;
    height: 50px;
    width: 90%;
    margin-bottom: 15px;
    cursor: pointer;

}


/****** FILE: themes/tekron/css/responsive.css *****/
@media all and (max-width: 1650px){
	.arrow-main{
		left: 30%;
	}
}

@media all and (max-width: 1400px) {
	.mainnav{
		display: none;
	}

	.mobNavBtn {
	    display: block;
	}
}


@media all and (max-width: 1500px) and (min-width: 1300px){

	.pos-1{
		margin-top: 15%;
		margin-left: 8%;
	}
	.pos-2{
		margin-top: 135%;
		margin-left: 6%;
		z-index: 2;
	}
	.pos-3{
		margin-top: 85%;
		margin-left:30%;
		z-index: 3;
	}
	.pos-4{
		margin-top: 202%;
		margin-left: 3%;
	}

	.arrow-main{
		left: 33%;
	}

	.home-main h1 {
    	padding: 55px 0px 30px;
    	font-size: 2.6em;
    }

}

@media all and (max-width: 1299px){

	.pos-1,
	.pos-2,
	.pos-3,
	.pos-4{
			display: none;
	}

	.mc-field-group{
		display: block;
		float: none;
		width: 100%;
		padding: 2% 0;
	}

	.latest-news-inner {
		width: 90%;
	}

	.arrow-main{
		left: 35%;
	}

	.home-main h1 {
    	padding: 40px 0px 30px;
    	font-size: 2.6em;
    }

}


@media all and (max-width: 1252px) and (min-width: 1145px){

	.contact-details{
		width: 30%;
	}

	.social-media,
	.page-links{
		width: 70%;
	}

	.col-1,
	.col-2,
	.col-3,
	.col-4{
		width: 20%;
	}

}

@media all and (max-width: 1144px) and (min-width: 701px){

	.contact-details{
		width: 40%;
		min-height: 454px;
		height: 100%;
	}

	.social-media,
	.page-links{
		width: 60%;
	}

	.col-1,
	.col-2,
	.col-3,
	.col-4{
		width: 40%;
	}

	.col-3,
	.col-4{
		float: left;
	}

	.social-media-icons{
		padding: 10px 5px;
	}

	.know-more,
	.know-more img{
		max-height: 350px;
	}
}


@media (max-width: 1025px){



	.main-left{
		width: 90%;
	}

	.challenge-products img{
		width: 85%;
	}

	.product-nav li{
		margin-right: 3em;
	}

	.w-half{
		width: 42%;
	}

	.features-left{
		padding:0 5% 0 5%;
	}

	.sidebar{
		padding-right: 2%;
	}

	.custom,
	.contact-content{
		padding-left: 2%;
	}

	.w-two-thirds {
		width: 62%;
	}

	li{
		font-size: 1em;
	}

	.inner{
		width: 90%;
	}

	.w-quarter{
		margin: 0 1.5%;
	}

	.product-image{
		float: none;
	}

	.product-nav{
		padding-left: 1%;
	}
	.arrow-main{
		left: 47% !important;
	}

	.know-more,
	.know-more img{
		max-height: 400px;
	}

	.contact-landing{
		float: left;
		width: 98%;
		padding-left: 0;
	}

	.contact-landing form{
		float: left;
		margin-top: 20px;
	}

}

@media (max-width: 900px){
	.latest-media{
		width: 45%;
		margin: 2%;
	}

	.customer-content {
	 	-webkit-column-count: 2;
    	-moz-column-count: 2;
    	column-count: 2;

	   	-webkit-column-gap: 70px;
	    -moz-column-gap: 70px;
	    column-gap: 70px;

	    padding: 0 5%;
	}

	.product-nav li{
		margin-right: 1.8em;
	}

	.arrow-main{
		left: 50% !important;
	}
}

@media (max-width: 850px){

	.home-news-inner{
		width: 100%;
	}

	.home-news-inner h1{
		padding: 0 2%;
	}

	.home-vertical-inner p{
		padding: 0 4% 3% 4%;
	}

	.challenge-products img{
		width: 70%;
		margin: 0 auto;
	}

	.w-third.sidebar,
	.w-two-thirds.custom{
		float: left;
		width: 90%;
	}

	.w-third,
	.w-two-thirds{
		width: 90%;
		margin: 0 5%;
	}

	.contact-form{
		padding: 0 2%;
	}

	.download-news-inner{
		width: 90%;
	}

	.director.w-quarter{
		width: 45%;
		margin-bottom: 3%;
	}

	.testimonial{
		margin-bottom: 4%;
		height: 100%;
	}

	.services-other h3{
		font-size: 1.5em;
	}

	.company-other.navFilterItem{
		width: 50% !important;
	}

	.company-other.navFilterItem{
		border-bottom: 1px solid #E6E6E6;
	}

	.latest-news-inner h1{
		width: 80%;
	}
	.latest-social{
		width: 7%;
	}

	.contact-form {
		padding-top: 3%;
	}

	.main-vert-text,
	.quote-white,
	.quote-teal{
		width: 95%;
	}


}

@media all and (max-width: 800px){
	.product-nav li{
		margin-right: 0;
		width: 46%;
		float: left;
		height: 2em;
		margin-left: 2%;
	}

	.product-nav li a.ajax-toggle.current{
		padding: 2%;
	}

	.arrow{
		left: 60%;
	}

		.whitepaper-image,
	.whitepaper-text{
		width: 98%;
	}

	.whitepaper-image{
		float: left;
		padding-top: 30px;
	}

	.whitepaper-image img{
		float: left;
	}

}

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

	.contact-details,
	.social-media,
	.page-links{
		width: 50%;
	}

	.contact-details{
		min-height: 635px;
		height: 100%;
	}

	.col-1,
	.col-2,
	.col-3,
	.col-4{
		width: 90%;
		float: left;
		padding: 3px;
	}

	.social-media-icons{
		padding: 10px 5px;
		line-height:50%;
	}

	.social-media h5{
		font-size: 1.2em;
		padding: 0 3px;
	}

	.social-media-icons svg{
		height: 22px;
	}

	.challenge-products{
		width: 45%;
	}

	.challenge-products img,
	.videoHolder{
		width: 95%;
	
	}
	.challenge-products:nth-child(2),
	.challenge-products:nth-child(4),
	.challenge-products:nth-child(6){
		border-right: none !important;
		margin-right: 0;
}

	.challenge-products:nth-child(3){
		border-right: 1px solid #ecebeb !important;
	}

	.arrow-main{
		left: 55% !important;
	}

	.main-left {
    	width: 100%;
	}

	.main-content p{
		padding: 0 3%;
	}

	.features-right{
		float: none;
		padding:5% 5% 0 5%;
		width: 90%;
	}

	.features-left{
		padding-bottom: 5%;
		width: 90%;
	}

	.services-other p{
		display: none;
	}

	.services-other h3{
		font-size: 1.1em;
	}

	.services-other h3:hover{
		color: #fff;
	}

	.mediaSVG{
		width: 60px;
	}

	.services-other.navFilterItem{
		max-height: 150px !important;
	}

	.mediaContent{
		width: 100%;
	}
	.mediaAside{
		width: 95%;
		float: left;
		position: relative;
	}

	.mediaAside img{
		width: 60%;
	}

	.articleSVG{
		left: 30% !important;
	}

	.contact-form,
	.w-third, 
	.w-two-thirds{
		width: 90%;
	}

	.know-more,
	.know-more img{
		max-height: 250px;
	}

	.team-member-landing{
		padding-left: 0;
	}

	.details{
		max-width: 300px;
		width: 100%;
	}
}

@media (max-width: 650px){

	.home-main h1{
		padding-top: 20px;
	}

	.home-main h5{
		margin-left: 0;
		width: 100%;
	}

	.arrow{
		display: none;
	}

	.home-vertical-inner h2 {
		font-size: 2.5em;
		padding: 0 3%;
	}
	.home-vertical-inner p{
		font-size: 1.1em;
	}

	.challenge-products img{
		width: 75%;
	}

	.arrow{
		left: 70%;
	}

}

@media (max-width: 600px){
	.social-media,
	.page-links,
	.contact-details{
		width: 100%;
	}
	.contact-details{
		min-height: 250px;
		height: 100%;
	}

	.social-media h5,
	.col-1, 
	.col-2, 
	.col-3, 
	.col-4,
	.copyright{
		padding-left: 5%;
	}
	.contact-details h6,
	.contact-details p{
		padding: 0;
	}

	.col-1, 
	.col-3{
		float: left;
		width: 42%;
	} 
	.col-2, 
	.col-4{
		float: right;
		width: 42%;
	}

	.arrow-main{
		left: 60% !important;
	}

	blockquote {
		max-width: 400px;
		margin-bottom: 3%;
	}


}


@media (max-width: 560px){

	.notice{
		padding: 10px 30px;
		font-size: 12px;
	}

	.main-left,
	.challenge-products img,
	.product-main img,
	.latest-media,
	.latest-news-inner h1{
		width: 95%;
	}

	.team-member-main{
		margin-left: 5px;
	}

	h1,
	.contact-form h1{
		font-size: 2.5em;
	}

	.home-main h4{
		font-size: 2em;
	}

	.home-main h5{
		font-size: 1.4em;
	}

	.arrow-main{
		left: 65% !important;
	}
/*
	.icon-large{
		padding-top: 20%;
	}*/

	.links{
		font-size: 1em;
		padding: 0.5em 1em;
		display: block;
/*		max-width: 300px;*/
	/*	width: 95%;*/
		margin: 2% 0;
	}

	.home-links{
		width: 95%;
		padding: 2.5%;
	}

	.challenge-products{
		width: 95%;
		float: left;
		border-right: none;
		border-bottom: 1px solid #ecebeb;
		margin-bottom: 0;
	}

	.view-product{
		padding-bottom: 3%;
	}

	.director.w-quarter{
		width: 90%;
		margin: 0 5% 5% 5%;
	}

	.services-other.navFilterItem,
	.company-other.navFilterItem,
	li.services-other.last{
		width: 100% !important;
		border-bottom: 1px solid #ecebeb;
		background-color: #005568;
	}

	.navFilterItem{
		background-color: #005568;
	}

	.services-other.navFilterItem {
		border-right: none;
	}


	.mediaNav svg {
		fill: #fff;
	}

	.services-other h3,
	.navFilterItem h6{
		color: #fff;
		font-size: 1.4em;
	}

	.latest-social{
		display: none;
	}

	.company-other.navFilterItem{
		max-height: 150px !important;
	}

	.navFilterItem p{
		display: none;
	}

	.mediaAside img,
	.videoBackground{
		width: 100%;
	}

	.articleSVG{
		left: 45% !important;
	}

	.readMore{
		margin-bottom: 3%;
	}

	.customer-content {
	 	-webkit-column-count: 1;
    	-moz-column-count: 1;
    	column-count: 1;

	    padding: 0 5%;
	}

	.team-member-home {
		margin: 0 3%;
		width: 94%;
	}

	.contact-landing input, 
	.contact-landing label,
	.contact-landing select,
	.contact-landing #Form_ContactForm_action_FormSubmit.action {
    	margin-left: 15px;
	}

	.whitepaper h2{
		font-size: 2em;
	}

}



@media (max-width: 450px){

	h1{
		font-size: 2.2em;
	}

	.navFilterItem h6{
		font-size: 1em;
	}

	.mediaSVG{
		width: 50px;
	}

	.product-image img{
		width: 90%;
	}

	.col-1, 
	.col-3,
	.col-2, 
	.col-4{
		float: left;
		width: 90%;
	} 

	.home-vertical-inner h2{
		font-size: 2em;
	}

	.inner-content{
		width: 95%;
	}
	.arrow-main{
		left: 70% !important;
	}

	blockquote {
		max-width: 300px;
		margin-bottom: 3%;
	}

	blockquote::after {
		margin-left: 85%;
	}

	.main-content p {
		padding: 0px 7%;
	}

	.landing-deets.details{
		max-width: 300px !important;
		width: 100%;
	}

.details{
		max-width: 140px !important;
	}
/*
	.team-member-home {
		margin: 0 2%;
		width: 95%;
	}*/

}

@media (max-width: 400px){
	.arrow-main,
	.arrow{
		display: none !important;
	}

	.contact-landing input,
	.contact-landing label, 
	.contact-landing select,
	.contact-landing #Form_ContactForm_action_FormSubmit.action {
    	margin-left: 5px;
	}
}


/****** FILE: themes/tekron/js/slick-carousel/slick.css *****/
/* Slider */
.slick-slider
{
    position: relative;
    min-width: 300px;
    margin: 0 auto;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    margin-top: 50px;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
    margin: 0 auto;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}

/****** FILE: themes/tekron/css/search.css *****/
/**
 * Search page and form(s)
 * Tekron
 * By James Barnsley of PlasticStudio
 * November 2015
 **/
 
 
 
 
 
/* =================================================================== SEARCH FORM ============= */
/* ============================================================================================= */
 
.mainnav .search .icon-button {
	cursor: pointer;
	display: inline-block;
	vertical-align: bottom;
	margin-bottom: -3px;
}
 
.mainnav .search .icon-button img {
	width: 18px;
	height: 18px;
}
 
header.search-expanded .mainnav .search .icon-button img.search,
header:not(.search-expanded) .mainnav .search .icon-button img.close {
	display: none;
}
 

/**
 * Header version
 **/

header .search-form-container {
	position: relative;
	z-index: 5;
}

header .search-form-wrapper.autocomplete {
	background: #e6e6e6;
	position: absolute;
	top: 0;
	width: 50%;
	right: -50%;
}

header.search-expanded .search-form-wrapper.autocomplete {
	right: 0;
	padding: 20px;
}

header .search-form-wrapper.autocomplete .Actions {
	display: none;
}

header .search-form-wrapper.autocomplete input[type="text"] {
	padding: 10px 2%;
	width: 96%;
}

header .search-form-wrapper.autocomplete .search-results {
	padding: 0;
	border: 0;
}

header .search-form-wrapper.autocomplete .search-result {
	display: block;
	padding: 10px;
	border-bottom: 1px solid #CCCCCC;
}

header .search-form-wrapper.autocomplete .search-result:not(.all-results):hover {
	color: #f15a24;
}

header .search-form-wrapper.autocomplete .search-result.all-results {
	border: 0;
	background: #424143;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: -1px;
}

header .search-form-wrapper.autocomplete .no-results {
	padding: 15px 0 0 0;
	text-align: center;
	color: #999999;
}
 
 
/**
 * Mobile version
 **/

.mobnav .search-form-wrapper .submit {
	background: url('../images/search-icon.svg') 2px 2px no-repeat;
	background-size: 20px 20px;
	width: 24px;
	height: 24px;
	display: inline-block;
	padding: 2px;
	cursor: pointer;
}

.mobnav .search-form-wrapper {
	position: relative;
}

.mobnav .search-form-wrapper .Actions {
	position: absolute;
	top: 8px;
	right: 15px;
}

.mobnav .search-form-wrapper input[type="text"] {
	padding: 12px 0;
	width: 90%;
}
 
 
 
 
 
/* =================================================================== RESULTS PAGE ============ */
/* ============================================================================================= */


.search-results-page {
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
}

@media (max-width: 1000px){
	.search-results-page {
		width: 96%;
	}
}

.search .no-results {
	text-align: center;
	color: #AAAAAA;
	padding: 40px 0;
}



/**
 * Results
 **/

.search-results {
	padding-top: 15px;
	padding-bottom: 20px;
}

.search-result {
	padding: 15px 0;
	border-top: 1px solid #ecebeb;
	position: relative;
}

.search-result.has-picture {
	padding-left: 130px;
}

.search-result .picture {
	position: absolute;
	left: 0;
}

.search-result .link {
	color: #005568;
}

.search-result .description {
	font-size: 1.3em;
	padding: 5px 0 10px;
}



/**
 * Pagination
 **/

.search .pagination {
	border-top: 1px solid #ecebeb;
	padding-top: 20px;
	padding-bottom: 40px;
	text-align: center;
	font-size: 14px;
}

.search .pagination .currentpage,
.search .pagination .disabled {
	color: #AAAAAA;
}

.search .pagination .previous,
.search .pagination .next {
	display: inline-block;
	padding: 5px;
}

