@font-face{
	font-family: oldsansblack regular;
	src: url('../fonts/oldsansblack/OldSansBlack.ttf');
}

@font-face{
	font-family: sourcesans regular;
	src: url('../fonts/source sans/SourceSansPro-Regular.ttf');
}

@font-face{
	font-family: sourcesans light;
	src: url('../fonts/source sans/SourceSansPro-Light.ttf');
}

@font-face{
	font-family: sourcesans bold;
	src: url('../fonts/source sans/SourceSansPro-Bold.ttf');
}

@font-face{
	font-family: sourcesans extralight;
	src: url('../fonts/source sans/SourceSansPro-ExtraLight.ttf');
}

body{
	font-family: 'sourcesans regular';
	font-size: 16px;
}

.navbar{
	margin-bottom: 0;
	min-height: 90px;
	z-index: 999;
}

.navbar-default{
	background-color: #000;
	border: none;
	border-radius: 0;
	position: relative;
}

.navbar-default .navbar-nav>li{
	border-bottom: 1px solid #000;
	transition: all .1s;
}

.searchbar{
	margin-bottom: 0;	
}

.searchbar a{
	color: #fff;
}

.searchbar>li, .searchbar>li:focus {
	border: none!important;
	/*background-color: #83448b;*/
	padding: 34px 20px 34px 0;
}


.topsearch{
	position: absolute;
	top: 90px;
	left: 0px;
	height: 0px ;
	width: 50%;
	background: none ;
	outline: none ;
	border: none ;
	border-radius: 5px;
	transition: all .9s;
	color: #60295e ;
    font-weight: bold;
}

.topsearchw{
	background-color: white !important;
	height: 55px !important;
	border: 1px solid #e7e7e7;
}

p.market_paragraph_forest_factor{
	color: #2399e3;
    font-size: 22px;
    font-family: sourcesans light;
    line-height: 2em;
    text-align:center;
    padding:0px 5% 0px 5%;
    font-weight: 300;
}

.pro_ul{
	line-height: 1.6;
	padding-bottom: 50px;
	padding-left: 15px;
	list-style: none !important;
}

.single_product_extra{
	background-color: #fff;
}

.single_product_extra .container{
	font-family: 'sourcesans light';
	color: #fff;
	padding: 45px 8%;
}

.single_product_heading_extra{
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 10px;
	color: #60295e;
}

.single_product_text_extra{
	color: black;
}




.navbar-default .navbar-nav>li:hover, .navbar-default .navbar-nav>li:focus{
	/*border-color: #fff;*/
	font-weight: 600;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
	background-color: transparent;
	color: #fff;
}

.navbar-default .navbar-nav>li>a{
	color: #fff;
	font-size: 20px;
}

.navbar-brand{
	width: 290px;
	height: 150px;
	background-color: #fff!important;
	border-radius: 0 0 10px 10px;
	padding: 45px 20px 0 20px;
	position: absolute;
	right: 10%;
	box-shadow: 0 16px 48px -11px rgba(0, 0, 0, 0.4);
	z-index: 999999;
}

.navbar-brand img{
	margin: auto;
	width: 100%;
}

.navbar-nav{
	padding-top: 20px;
}

.navbar-right{
	margin-right: 0px;
}

.colorline{
	width: 100%;
}


.sticky{
	width: 100%;
	background-color: rgba(0,0,0,0.8);
	position: fixed;
	top: 0;
	animation: slide-down 0.6s;
}

.sticky .navbar-nav>li{
	border-bottom: 1px solid rgba(0,0,0,0);
}

.navbar-default .navbar-toggle{
	border-color: #83448b;
	margin-top: 15px;
}

.navbar-default .navbar-toggle .icon-bar{
	background-color: #83448b;
}


@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
}

.dropdown-menu>li>a{
	font-family: 'sourcesans regular';
	font-size: 16px;
	color: #000;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
	background-color: #83448b;
	color: #fff;
}

.dropdown-menu{
	border: none;
}

/*banner section*/

.banner_section{
	position: relative;
}

.banner_section img{
	width: 100%;
}

.banner_section_text{
	font-family: 'sourcesans light';
	position: absolute;
	color: #fff;
	font-size: 55px;
	bottom: 50px;
	text-transform: uppercase;
	padding: 0 20%;
	text-align: center;
	line-height: 1;
}

.banner_systems .banner_section_text{
	top: 50%;

}


/*about company*/

.about_company_section{
	padding: 50px 0
}

.about_company_section .container p{
	font-family: 'sourcesans light';
	font-size: 30px;
	color: #60295e;
	line-height: 1.2;
	padding: 0 13%;
}

/*overview section*/

.overview_section{
	background: url(../img/spotlight_achter.jpg);
	min-height: 433px;
	background-size: cover;
	overflow: hidden;
}

.overview_section .col-md-6 img{
	float: right;
	padding-top: 50px;
}

.overview_section .col-md-6:first-child{
	padding: 90px 10% 0 13%;
}

.overview_section .col-md-6:last-child, .overview_section .col-sm-6:last-child{
	padding: 0;
}

.overview_section .col-md-6 p{
	padding: 25px 7% 30px 0;
	font-family: 'sourcesans light';
	line-height: 30px;
	color: #fff;
}

.overview_heading{
	font-family: 'oldsansblack regular';
	font-size: 30px;
	color: #fff;
	line-height: 30px;
}

.container-fluid{
	padding: 0;
}


.theme-btn{
	font-family: 'sourcesans bold';
	font-size: 20px;
	color: #fff;
	padding: 8px 20px;
	background-color: #29aae3;
	border-radius: 4px;
}

.theme-btn:hover, .theme-btn:focus{
	/*cursor: pointer;*/
	text-decoration: none;
	color: #fff
}


/*grid section*/

.grid_section{
	padding: 100px 0;
}

.grid_section img{
	width: 100%;
}

.grid_section .col-md-4 p, .grid_section .col-md-4 a{
	padding-left: 20px;
}

.grid_heading{
	font-family: 'sourcesans bold';
	font-size: 16px;
	color: #83448b;
	padding-top: 30px;
}

.grid_subheading{
	font-family: 'sourcesans bold';
	font-size: 32px;
	color: #000;
	line-height: 35px;
}

.grid_text{
	font-family: 'sourcesans light';
	font-size: 18px;
	line-height: 28px;
	color: #000;
	height: 150px!important;
	overflow: hidden!important;
}

 .grid_section .col-md-4 a{
 	color: #83448b;
 }

 .grid_section .col-md-4 a:hover{
 	text-decoration: none;
 }


 /*product advisor*/

 .product_advisor{
 	background: url('../img/product_advisor.jpg');
 	min-height: 300px;
 	background-size: cover;
 	background-position: center;
 }

 .product_advisor .overview_heading{
 	padding: 100px 30% 25px 0;
 }

 /*footer */

 .footer_main{
 	background-color: #5d5c5a;
 	padding: 70px 0 0 0;
 }

 .footer_heading{
 	font-family: 'sourcesans bold';
 	font-size: 23px;
 	color: #fff;
 }

 .footer_main ul li{
 	padding: 2px 0
 }

.footer_main, .footer_main a{
	color: #cdcdcb!important;
}

.footer_main a:hover{
	text-decoration: none;
	color: #000!important;
}


.footer_info{
	padding-top: 50px;
	font-size: 14px;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////
												    ALL SYSTEMS PAGE
//////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


.category_heading{
	font-family: 'sourcesans bold';
	font-size: 22px;
	color: #60295e;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

.category_grid{
	background-color: rgb(230,230,230);
	min-height: 700px;
	position: relative;
	margin-bottom: 20px;
}

.abbr{
	font-family: 'sourcesans light';
	font-size: 40px;
	line-height: 40px;
	color: #60295e;
	margin-bottom: 20px;
	padding: 25px 30px 0 30px;
}

.title{
	font-family: 'sourcesans bold';
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 14px;
	color: #60295e;	
	padding: 0 30px 0 30px;
}

.category_grid p{
	font-family: 'sourcesans light';
	color: #636b6f;
	padding: 0 30px 0 30px;
}

.category_img img{
	padding-top: 50px;
	width: 100%;
}

.category_btn{
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	text-align: center;
	padding-bottom: 20px;
}




/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////
												    Markets/ hospitality PAGE
//////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.market_heading{
	font-size: 36px;
	font-family: 'sourcesans light';
	line-height: 36px;
	padding: 35px 0 20px 0;
	text-align: center;
	color: #60295e!important;
}

.market_text{
	font-size: 16px;
	text-align: center;
	color: #636b6f;
	line-height: 25.6px;
	padding: 0 10%;

}

.market_images{
	margin: 50px 0;
	padding: 0;
}

.heading2{
	font-family: 'sourcesans bold';
	font-size: 22px;
	color: #60295e;
	padding-bottom: 20px;
	text-align: center;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////
												    Markets/ ship PAGE
//////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.ship_image{
	margin-top: 25px;
	background: url('../img/cruise_paars.png');
	min-height: 300px;
	background-size: cover;
	background-position: center;
}

.ship_image_text{
	/*font-weight: 400;*/
	color: #fff;
	line-height: 32px;
	padding: 0px 10%!important;
	margin: 50px 0;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////
												    Markets/ transport PAGE
//////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.transport_image{
	margin-top: 25px;
	background: url('../img/truck-paars-03.png');
	min-height: 200px;
	background-size: cover;
	background-position: center;
}

.transport_image_text{
	font-family: 'sourcesans light';
	font-size: 28px;
	color: #fff;
	line-height: 32px;
	padding: 0px 10%!important;
	margin: 50px 0;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////
												    Markets/ references PAGE
//////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.ref_main{
	margin: 25px auto;
	overflow: hidden;
}

.ref_main .col-md-8,{
	padding: 0 10% 0 0;
}

.references_heading h1{
	color: #60295e;
	font-family: 'sourcesans light';
}

.references_heading p{
	font-family: 'sourcesans extralight';
	font-size: 22px;
	line-height: 1.3em;
	padding: 0 13%;
}

.slider{
	margin: 20px 0;
}

h2.ref_tittle{
	font-family: 'sourcesans bold';
	font-size: 35px;
	color: #000;
	margin-bottom: 0;
}

.location{
	color: #2399e3;
}

.ref_tittle{
	font-family: 'sourcesans light';
	line-height: 2em;
}

.ref_product{
	margin-top: 20px;
}


.ref_product a{
	font-family: 'sourcesans bold';
	text-decoration: none;
	color: #000!important;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////
												    BROUCHURES
//////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.filterDiv {
  float: left;
  background-color: #2196F3;
  color: #ffffff;
  width: 100px;
  line-height: 100px;
  text-align: center;
  margin: 2px;
  display: none;
}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}

/* Style the buttons */
.btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #f1f1f1;
  cursor: pointer;
}

/* Add a light grey background on mouse-over */
.btn:hover {
  background-color: #ddd;
}

/* Add a dark background to the active button */
.btn.active {
  background-color: #666;
  color: white;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////
												    ks-klick-system
//////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.ksklicksystem{
	background: url('../img/header_Hilton.jpg');
	height: 350px;
	background-size: cover;
	background-position: center;
}


.single_product{
	background-color: #60295e;
}

.single_product .container{
	font-family: 'sourcesans light';
	color: #fff;
	padding: 45px 8%;
}

.single_product_heading{
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 10px;
}

.category_bgimg{
	background: url('../img/wand_03.png');
	background-size: cover;
	background-position: center;	
}

.category_bgimg .container-fluid{
	margin-right: 0;
	padding-right: 0: 
}

.category_bgimg_right{
	margin-right: 0;
	padding-right: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}

.category_bgimg_right img{
	float: right;
}

.category_bgimg_left img{
	padding-top: 80px;

}

.pro_info_left{
	padding-left: 10%;
	position: relative;
}

.pro_info_main{
	overflow: hidden;
}


.pro_info{
	font-family: 'sourcesans bold';
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 10px;
	margin-top: 40px;
	color: #60295e;
}


.pro_ul li{
	color: #000;
	font-family: 'sourcesans light';
	position: relative;
	padding-left: 5px;
}


.pro_info_left ul li::after{
	background: url(../img/arrow-right.png);
    background-size: 10px auto;
    content: "";
    height: 10px;
    left: -15px;
    position: absolute;
    top: 6px;
    width: 10px;
    background-repeat: no-repeat;
}

.pro_info_right{
	background-color: #60295e;
	padding-top: 40px;
	text-align: center;
}

.pro_info_right img{
	padding: 0 28%;
}

.download_pro_title{
	font-family: 'sourcesans extralight';
	font-size: 28px;
	color: #fff;
	padding: 10px 0;
}

.profile{
	margin-top: 50px
}

.profile ul{
	padding-left: 15px;
}

.profile ul li{
	position: relative;
	padding-left: 5px;
}

.profile ul li::after{
	 background: url(../img/arrow-right.png);
    background-size: 10px auto;
    content: "";
    height: 10px;
    left: -15px;
    position: absolute;
    top: 6px;
    width: 10px;
    background-repeat: no-repeat;
}

.profile, .for_use_in, .application{
	margin-bottom: 25px;
}

.profile_heading, .for_use_in_heading, .application_heading{
	color: #60295e;
    font-size: 30px;
    font-family: 'sourcesans bold';
    line-height: 30px;
    margin-top: 25px;
    margin-bottom: 15px;
}

.profile_heading{
	margin-top: 0;
}

.single_reference{
	background: url('../img/Centreville_KS_referentie.jpg');
	background-size: cover;
	background-position: center;
	padding: 200px 0;
	text-align: center;
	color: #fff;
}

.single_ref_heading{
	padding: 4px;
	border: 1px solid #fff;
	border-radius: 5px;
	display: inline-block;
}

.single_ref_company{
	font-family: 'sourcesans bold';
	font-size: 40px;
	margin-top: 90px;
	margin-bottom: 15px;
}

.single_reference p{
	font-family: 'sourcesans extralight';
	font-size: 24px;
}

.howtouse{
	background-color: #e6e6e6;
	padding-bottom: 50px;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////
												    services / technical 
//////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.technical_support{
	background: url('../img/bannermain.jpg');
	height: 350px;
	background-size: cover;
	background-position: center;
}

.technical_heading{
	color: #60295e;
    font-size: 30px;
    font-family: 'sourcesans light';
    line-height: 30px;
    text-align: center;
    padding-top: 35px;
}

.technical_text{
	font-family: 'sourcesans light';
	color: #000;
	line-height: 2em;
	text-align: center;
	padding: 15px 12% 25px 12%;
}

.bnm_left div:first-child{
	color: #000;
    font-size: 30px;
   	font-family: 'sourcesans light';
    line-height: 30px;
    margin-bottom: 10px;
    padding-top: 90px;
}


.bnm_left p{
	line-height: 2em;
    font-size: 16px;
    font-family: 'sourcesans light';
    margin-bottom: 25px;
}

.bnm img{
	margin: auto;
}

.bgpsec{
	background-color: #60295e;
	color: #fff;
	font-family: 'sourcesans light';
	line-height: 2em;
	margin: 25px 0 0 0;
}

.bgpsec .col-md-6{
	padding: 50px 8%;
}

.tech_lastsec .col-md-8{
	padding-top: 50px;
}

.tech_lastsec p{
	line-height: 2em;
   	font-family: 'sourcesans light';
   	padding: 15px 10%;
   	color: #000;
}




/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////
												   our story
//////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
 

 .ourstorybanner{
 	background: url('../img/pand_vlucht_06.png');
	height: 350px;
	background-size: cover;
	background-position: center;	
 }
.market_paragraph1 a{	
    color: Black;
	text-decoration:underline;
}
.market_paragraph1 a:hover{
		color: Black;	
}
p.market_paragraph{
	color: Black;
    font-size: 16px;
    font-family: sourcesans light;
    line-height: 2em;
    text-align:center;
     padding:0px 5% 0px 5%;
}

p.market_paragraph1{
	color: Black;
    font-size: 16px;
    font-family: sourcesans light;
    line-height: 2em;
    text-align:center;
     padding:0px 5% 35px 5%;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////
												  Trade_fairs
//////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
  .Trade_fairs{
 	background: url('../img/header-homepage.jpg');
	height: 350px;
	background-size: cover;
	background-position: center;	
 }
.manage{
	font-size: 28px;
	color: #60295e;
	font-family: 'sourcesans light';
	margin-bottom: 10px;
	font-weight: 300;
    line-height: 28px;
    font-weight: 300;
    margin-bottom: 10px;
}
.imagehead
{
	color: #636b6f;
    font-size: 22px;
    line-height: 2em;
    font-weight: 400;
}
.subheading{
    color: Black;
    font-size: 16px;
    font-family: sourcesans light; 
}
.subheading a
{   color: Black;
	text-decoration:underline;
}
.subheading a:hover{
		color: Black;	
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////
												  services - marketing
//////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


.info_bind{
	text-align: center;
	overflow: hidden;
}

.info_bind img{
	margin: auto;
}

.info_bind .col-sm-6{
	padding-top: 50px;
	padding-bottom: 50px;
}

.info_bind .col-sm-6:first-child{
	background-color: #60295e;
	color: #fff;
}


.info_bind .col-sm-6:last-child div{
	color: #60295e;
}

.info_bind p{
	font-family: 'sourcesans light';
	line-height: 2em;
}

.info_bind .col-sm-6 div{
	font-family: 'sourcesans light';
	font-size: 30px;
}

.design_book{
	text-align: center;
}

.design_book .col-sm-6{
	padding-top: 50px;
	padding-bottom: 50px;
}

.design_book .col-sm-6 div{
	color: #60295e;
	font-family: 'sourcesans light';
	font-size: 30px;
	line-height: 30px;
}

.design_book .col-sm-6:first-child{
	padding-left: 10%;
	padding-right: 10%;
}

.design_book .col-sm-6 p{
	font-family: 'sourcesans light';
	line-height: 2em;
	padding-top: 15px;

}

.supportmaterial{
	padding-bottom: 25px;
}

.marketingsup_text{
	font-family: 'sourcesans light';
	color: #000;
	line-height: 2em;
	text-align: center;
	padding: 15px 10% 0px 10%;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////
												  downloads - brouchures
//////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.filter_section{
	margin: 25px 0;
}

.filter_section .col-md-3{
	background-color: #60295e;
	color: #fff;	
}

.filter_section .col-md-3 .heading{
	font-family: 'sourcesans bold';
	font-size: 28px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 25px;
}

.filter_section .col-md-9 .heading{
	font-family: 'sourcesans bold';
	font-size: 28px;
	color: #60295e;
	text-align: center;
	padding-top: 25px;
}

.filter_section .col-md-3 .subhead{
	font-family: 'sourcesans bold';
	font-size: 22px;
	padding: 0 5%;
	text-align: center;
	margin: 15px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;

}

.filter_section .col-md-3 ul{
	padding: 5px 5%;
	font-family: 'sourcesans light'!important;
}

.filter_section .col-md-3 ul li{
	padding-top: 5px;
}
.theme-btn img{
	margin-right: 15px; 
	margin-bottom: 4px;
}

.filter_section p{
	text-transform: uppercase;
	margin: 0;
}

.filter_section .blue{
	color: #29aae3;
}

.filter_section .probrand{
	font-family: 'sourcesans extralight';
	font-size: 26px;
}

.filter_section .probrand,.filter_section .proname{
	color: #636b6f;
}

.filter_section .col-sm-5, .filter_section .col-sm-4{
	padding-top: 80px;
}

.filter_section .col-md-9 .col-md-12{
	margin-top: 25px;
	padding-left: 0;
	padding-right: 0;
}

.subhead span.caret{
	color: #fff;
	border-top: 10px dashed;
   /* border-top: 4px solid\9;*/
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    float: right;
    margin-top: 10px;
}

.dropdown-dnone{
	display: none;
	transition: all .3s;
}

.panel{
	background: none;
}


.panel input[type="checkbox"]{
	height: 20px!important;
	width: 20px!important;
}

.panel input[type="checkbox"]:checked{
	transition: ease .3s;

}

.panel label{
	margin-bottom: 0px;
    margin-left: 10px;
    margin-top: 2px
}

.panel li{
	display: flex;
}

.widthzero{
	transition: all .5s;
	margin-left: 0!important;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////
												  video
//////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.mainheading{
	margin: 3% 0px 3% 0px;
}
.text-container{
	margin-top: 10px;
    margin-bottom: 20px;
    padding: 0 20px;
    height:300px;
    position:relative;
} 

.text-container .subheading{
    color: #000;
    line-height: 28px;
    font-size: 16px;
    font-family: sourcesans light; 
}

.top-txt {
    color: #2399e3;
    font-size:16px;
    padding: 10px 0px 10px 0px;
    font-family: 'Sourcesans light';

}
.intro-txt{
    font-size: 32px;
    font-weight: bold;
    line-height: 35px;
    color: black;
    margin-bottom: 10px;
    font-family: 'Sourcesans light';
}


.textmanage {
    height: 265px;
    overflow-x: hidden;
    overflow-y: hidden;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////
												 Request Sample
//////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


.form__input{
	display: block;
    width: 100%;
	color: #444;
	&:focus {
		background-position: 10px 0 0 0;
		color: #444;	
		-webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
	   	-moz-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
	    -o-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
		transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
	} 
}
.form__label-content {
	position: absolute;
	-webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
	-moz-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
	-o-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
	transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);	
   	background-color: white;
	font-family: sourcesans bold;
	margin: -55px 0px 0px 20px;
}

.form__input:focus ~ .form__label .form__label-content,
.form--filled .form__label-content{
	font-size: 1.4rem;
	-webkit-transform: translate3d(0, -65%, 0);
	   -moz-transform: translate3d(0, -65%, 0);
			transform: translate3d(0, -65%, 0);
	color: #719ece;
}

.form__input:focus ~ .form__label .form__label-content1,
.form--filled .form__label-content1{
	margin:-82px 0px 0px 20px;
}

.head{
     margin: 9px 0px 9px 74px;
    font-family: sourcesans bold;
}

.form__wrapper input.form__input{
	border-radius: 5px;
	border: 1px solid #ccd0d2;
    padding: 10px 10px 10px 10px;
}

.form__wrapper textarea.form__input {
	border-radius: 5px;
	border: 1px solid #ccd0d2;  
}

span.form__label-content{
    font-family: sourcesans light;
    padding: 10px 2px 2px 2px;  
}

span.form__label-content1 {
	padding: 0px 0px 0px 0px;
	margin: -62px 0px 0px 20px;
}

form.form {
    padding: 28px 53px 28px 59px;
}

.form__wrapper input:focus { 
    outline: none !important;
    border-color: #719ECE;
}

.form__wrapper input:focus  span.form__label-content{
	color: blue!important;
}

.form__wrapper textarea:focus{ 
    outline: none !important;
    border-color: #719ECE;
}

.phclass span:last-child{
	display: none;
}

.request_paragraph{
	color: Black;
    font-size: 16px;
    font-family: sourcesans light;
    line-height: 2em;
     padding:0px 10% 0px 10%;
}

.request_paragraph:last-child{
	padding-bottom: 25px;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////
												 Product Advisor
//////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.list_form_icon{
	margin-right: 10px;
    margin-bottom: 35px;
    font-family: 'sourcesans bold';
    display: block;
    float: left;
    border-radius: 27%;
    color: white;
    padding: 1px 6px 2px 9px;
    font-size: 18px;
    background-color: #a0549c;
}

.product_advisor_page h1{
	color: #60295e;
}

.question{
	font-family: 'sourcesans bold';
	color: #636d6f;
}

.question_box{
	margin-top: 25px;
	margin-bottom: 50px;
}

.question_box:last-child{
	margin-bottom: 25px;
}

.question_box select{
	width: 80%;
	max-width: 400px;
	margin-top: 10px;
	padding: 5px;
	border-radius: 3px;
	margin-right: 5%!important;
	color: #636b6f;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////
										subscribe to our newsletter
//////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.newsletter_list{
	background-color: #f3f2f0;
	padding-top: 25px;
	padding-left: 50px;
	padding-bottom: 25px;
}

.section_heading{
	font-family: 'sourcesans light';
	padding-bottom: 10px;
}

.editions{
	padding: 40px 25% 0 0;
}

.editions p{
	font-family: 'sourcesans light';
	line-height: 2em;
}

.edition_heading{
	color: #60295e;
	font-size: 36px;
	font-family: 'sourcesans light';
	line-height: 36px;
	margin-bottom: 10px;
}

.col-md-3 .fab{
	font-size: 20px;
	padding-left: 10px;
}

a .fa-facebook-f:hover{
	color: #3b5999!important;
	transition: all .3s;
}

a .fa-linkedin-in:hover{
	color: #0077B5!important;
	transition: all .3s;
}

a .fa-youtube:hover{
	color: #cd201f!important;
	transition: all .3s;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////
										contact details
//////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.contactdeets_heading{
	font-family: 'sourcesans extralight';
	color: #60295e;
	text-align: center;
}

.contact-deets .row{
	margin-top: 50px;
	margin-bottom: 50px;
}



.contact-deets p{
	line-height: 2em;
	font-size: 18px;
}

.contact-deets a{
	color: inherit;
}

.bg-pur div{
	box-shadow: 1px 6px 11px 2px rgba(0,0,0,.1);
	padding-top: 10px;
    padding-left: 8px;
    padding-right: 5px;
    transition: all .8s;
    height: 250px;
    border-radius: 5px;
}

.bg-pur h3{
	font-family: 'sourcesans light';
	color: #60295e;
}

.bg-pur div:hover{
	background-color: #60295e;
	color: #fff;
}

.bg-pur div:hover  h3{
	color: #fff;
}

.mbt-50{
	margin-top: 50px;
	margin-bottom: 50px;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////
										contact details
//////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.motor_heading{
	padding-top: 10px;
	color: #60295e;
    font-size: 22px;
    font-family: 'sourcesans bold';
    text-align: center;
}

.motor_text{
	padding-top: 5px;
	color: black;
    font-size: 16px;
    font-family: 'sourcesans light';
    text-align: center;
    line-height: 2em;
}

.mbt-50 .col-md-4{
	margin-top: 15px;
}

.mbt-50 .col-md-4 img{
	margin: auto;
}

.motor_image{
margin: 0px 23%;
}

section.gradesection {
    background-color: #f5f5f5;
}

.motor_heading1 {
    margin: 5% 10px 10px 10px;
}

.mbt{
    margin-top: 75px;
    margin-bottom: 75px;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////
										forest-shuttle
//////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.col-md-9.col-sm-9.shuttle-maintext {
    padding: 10px 0px 15px 0px;
}
.row.bendingsection {
    padding: 0px 4% 0px 4%;
}.controloption{
padding: 0px 4% 0px 4%;	
}
.shuttle_text{
    padding-top: 5px;
	color: black;
    font-size: 16px;
    font-family: 'sourcesans light';
    line-height: 2em;	
}
section.Compatiblesection {
    background-color: #60295E;
}
.compatiheading{
    font-family: 'sourcesans bold';
    font-size: 30px;
    line-height: 30px;
    padding: 4% 0px 0% 0px;
    color: white;
    text-align: center;
}
.compatiimages {
    
    margin: 0px 0% 0px 14%;
}
.compatianchor {
    text-align: center;
    color: white;
    font-size: 16px;
    font-family: 'sourcesans light';
}
.compatianchor a {
    color: white;
    text-decoration: underline;
    font-family: 'sourcesans bold';
	
}
p.compatiblesubheading 
{
    color: white;
    padding-top: 31px;
    padding-bottom: 31px;
    font-size: 16px;
    font-family: 'sourcesans light';
    text-align: center;
    line-height: 2em;
}
.imageheading 
{
    font-family: 'sourcesans bold';
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 40px;
    color: #60295e;
    text-align: center;
}
.controloptionimage
{
    padding-left: 5%;
    padding-right: 5%;
 }
 .controloptionimage img{
 	padding-left: 40px;
 }


 table {
margin: 3% !important;
  border-collapse: collapse;
 
}
.table{
  padding: 5px 94px 5px !important;

}
td{
	font-family: 'sourcesans light';
}

td, th {
  text-align: left;
  padding: 14px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}

tr.tableheading {
	font-family: 'sourcesans bold';
    background-color: #5f2b5d;
    height: 60px;
    width: 25%;
    color: white;
}

.fss{
background-color: #904799 !important;
color: #fff;
overflow: hidden;
}

.fss img{
float: right;
}

.fss_heading{
color: #ffffff;
font-size: 28px;
font-family: 'sourcesans bold';
line-height: 28px;
margin-bottom: 10px;
padding-top: 50px;
}

.fss p{
padding-top: 25px;
font-size: 16px;
font-family: 'sourcesans regular';
line-height: 2em;	
}

.fss .col-md-6:first-child{
padding-left: 8%;
padding-right: 8%;
}

.controlfromcoach{
background: url('../img/Shuttle_duo_02.jpg');
background-size: cover;
background-position: center;
padding: 50px 0;
}

.controlfromcoach div{
padding: 100px 0;
color: #ffffff;
font-size: 36px;
font-family: 'sourcesans light';
line-height: 36px;
text-align: center;
}	

/*Request Sample Page*/

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form__input {
    background-color: white;
}
	span.form__label-content {
    margin: -86px 0px 0px 19px;
}
	input span:hover{
    margin: -22px;
}	input.theme-btn {
    
    margin: -73px 0px 29px 0px;
}

	
	.form__wrapper:focus-within .form__label-content{
        background-color:white;
		margin:-88px 0px 0px 20px;
		-webkit-transform: translate3d(0, -65%, 0);
	   -moz-transform: translate3d(0, -65%, 0);
	   transform: translate3d(0, -65%, 0);
	  color: #719ece;
}
		.form__wrapper:focus-within .form__label-content1{
        background-color:white;
		margin:-126px 0px 0px 20px;
		
		

}
	textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    border-radius: 5px;
}
	.aftersubmit{
		 margin: -66px 0px 0px 19px;
	}
	
	
	.aftersubmittextarea{
	
		    margin: -100px 0px 0px 20px !important;
		
	}
	.form__input:focus ~ .form__label .form__label-content1, .form--filled1 .form__label-content1 {
    font-size: 1.4rem;
    /* -webkit-transform: translate3d(0, -65%, 0); */
    -moz-transform: translate3d(0, -65%, 0);
    transform: translate3d(0, -65%, 0);
    color: #719ece;
		
	}

/*Request Sample End*/

/*/////////////////////////// add on css /////////////////////////////////////////////////////*/

.dropdown-toggle:after{
	border: none;
}

.dropdown-toggle{
	right: -27px;
}

@media (max-width: 992px){
	.navbar-default .navbar-nav>li>a {
    padding: 15px 5px 15px 16px !important;
}

@media (max-width: 767px){
	.main-navigation a{
		color: #fff;
	}

	.about_company_section .container p{
		padding: 0 0;
	}

	.product_advisor a.theme-btn {
	    font-size: 14px !important;
	}

	.dropdown-toggle{
		left: 285px !important;
		color: #fff !important;
	}
}

@media (max-width: 350px){
	.dropdown-toggle{
		left: 200px !important;
	}	

	.banner_section_text{
		padding: 0 0;
	}
}
