/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Overwrite the original uikit
 ========================================================================== */
/* Phone landscape and bigger */
@media (max-width: 767px) {
  .uk-flex-order-first-small {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .uk-flex-order-last-small {
    -ms-flex-order: 99;
    -webkit-order: 99;
    order: 99;
  }
}


/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
body{
	font-family: 'Conv_HelveticaNeueLTStd-Roman';
	font-size:14px;
    letter-spacing: 0.5px;
    color: #888888;
    line-height: 24px;	
	
	}
	
a{
    color: #18b597;
}
	
a:hover{
	text-decoration:none;
	color:#f4a437;
	
	}
p, li{
	letter-spacing:0.5px;
	font-size:14px;
	color:#888888;
	line-height:24px;
	}

/*p > img{
	max-width:100%;	
	}

	
img{
	max-width:none;	
	}*/
	
.uk-overflow-hidden{
	overflow:hidden;
	}
	
.wk-slideset-default article {
	margin:0 20px;
	}
	
.uk-offcanvas .uk-panel{
	margin:0;
	}
	
html .uk-nav.uk-nav-offcanvas > li.uk-active > a,
.uk-nav-offcanvas > .uk-open > a, html:not(.uk-touch) .uk-nav-offcanvas > li > a:hover, html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus{
	background: #18b597;
	}
	

	
ul.uk-nav-sub li.uk-active a,
html:not(.uk-touch) .uk-nav-offcanvas ul a:hover{
	color: #18b597;
	}
	
.uk-offcanvas-bar{
	 background: #33475b;
	}
	
.uk-nav-offcanvas > .uk-parent > .uk-nav-sub, .uk-nav-offcanvas > .uk-parent > div > .uk-nav-sub{
	 background: #2d3e50;
	}
	
.uk-navbar-toggle:hover, .uk-navbar-toggle:focus{
	color:#fff;
	}


.uk-margin-bottom-small {
  margin-bottom: 15px !important;
}


/*pagination*/

.uk-pagination > .uk-active > span,
.uk-pagination > li > a:hover{
	background: #18b597;
	}
	
.uk-pagination > li > a:focus {
	background: #f4a437;
	border: 1px solid #f4a437;
	color:#fff;
	}
	
.uk-pagination > li > a{
	color: #18b597;
	}
	
.uk-pagination > li > a, .uk-pagination > li > span{
	border: 1px solid #18b597;
	}
 
/*Side Navigation*/

.sch_sidenav{
	background:#2d3e50;
	position:fixed;
	height:100%;
	}
	
.sch_container{
	position:relative;
	overflow:auto;
	min-height:100vh;
	margin-left:20%;
	}
	
.sch_logo{
	height:15%;
	text-align:center;
	background:#fff;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	}
	
.sch_logo_small{
	position:absolute;
	top:0;
	left:0;
	z-index:9999;
	padding:15px;
	background:#fff;
	text-align:center;
	}
	
.sch_logo_small img{
	width:80%;
	}
	
.sch-offcanvas-navigation{
	position: absolute;
    z-index: 999;
    right: 0;
    top: 0;
	background: #18b597;
    color: #fff;
    height: 50px;
	}
	
.sch-offcanvas-navigation:hover{
	background:#f4a437;
	}
	
.sch-valign-center-align-center{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	}
	
.sch-valign-bottom-align-right{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: flex-end;
    -webkit-box-align: end;
    -moz-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
	}

	
.sch_logo p{
	margin:0;
	}
	
#search-form88 input{
	font-family: 'Conv_HelveticaNeueLTStd-Roman';
	letter-spacing:1px;
	}
	
	
#ajax-search-button88:hover{
	background:#009074;
	}
@media(max-width:640px){
.sch_logo_small img{
	width:60%;
	}
	}
	
@media(max-width:480px){
.sch_logo_small{
	width: 90px;
	}

.sch_logo_small img{
	width:50%;
	}
	}
	
/*Menu*/
#accordeonck90 a{
	letter-spacing: 0.5px;
	}
	
ul#accordeonck90 > li > ul{
	padding-left: 0px;
	}
	
ul#accordeonck90 li{
	overflow:hidden;
	}
ul#accordeonck90 li.open > a{
	padding-bottom:0;
	}
	
	
#accordeonck90 li.level1 {
	line-height:30px;
	}
	
#accordeonck90 li.level1 > a{
	display:inline-block;
	position:relative;
	overflow:hidden;
	width:100%;
	}

#accordeonck90 li.level1 > a:hover:after,
#accordeonck90 li.level1 > a.isactive:after{
	content:' ';
	width:100%;
	height:8px;
	background-color:#18b597;
	display:inline-block;
	position:absolute;
	margin: 10px 0 2px 10px;
	}
	
ul#accordeonck90 li > ul > li{
	line-height:20px;
	}
	
ul#accordeonck90 li > ul > li > a{
	padding-bottom: 3px;
	padding-top: 3px;
	}
	
#accordeonck90 li.level2 > a.isactive {
	color: #18b597;
	}
	
#accordeonck90 li.level1 > a.isactive {
	color: #18b597;
	}

	
.sch_footer{	
	font-family: 'Conv_HelveticaLTStd-Light';
	color:#5c7794;
	font-size: 12px;
	position:absolute;
	bottom:30px;
	padding-left: 30px;
	line-height:20px;
	letter-spacing:1px;
	}
	
.sch-banner p{
	margin:0;
	}
	
	
@media (max-width: 959px) {
.sch_container{
	margin-left:0%;
	}
	}
	
.sch-banner{
	overflow:hidden;
	}
	
	
.sch-banner img{
	width:100%;
	}

.sch-banner ul.slides > li > article > img{
	width:100%;
	}
	
.sch-panel-title{
	font-family: 'Conv_HelveticaNeueLTStd-BdCn';
	color:#ff9301;
	font-size: 1.6em;
	text-transform:uppercase;
	}
	
.sch-panel-bg{
	background:#f4f4f4;
	padding:40px 30px;
	
	}
	
.sch-panel-teaser{
	font-family: 'Conv_HelveticaNeueLTStd-Roman';
	font-size:.85em;
	color:#888888;
	
	}
	
.sch-home-link{
	display:block;
	}

	
.sch-home-link > a,
.sch-home-link > a:before,
.sch-home-link > a:after{
	font-family: 'Conv_HelveticaNeueLTStd-Bd';
	color:#0acaa6;
	text-transform:uppercase;
	font-size:13px;
	-webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
	}
	
.sch-home-link > a:before{
	content:'[';
	padding-right:5px;
	}
	
.sch-home-link > a:after{
	content:']';
	padding-left:5px;
	}
	
.sch-home-link > a:hover:before{
	content:'[';
	padding-right:10px;
	-webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
	}
	
.sch-home-link > a:hover:after{
	content:']';
	padding-left:10px;
	-webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
	}
	
	
.sch-time-panel{
	padding:30px;
	background:#ff9301;
	height:100%;
	position:relative;
	margin: 0 auto;
	}
	
.sch-time-img{
	display:inline-block;
	}
	
	
.sch-time-img img{
	width:80%;
	}

.sch-time-text1{
	font-family: 'Conv_HelveticaNeueLTStd-BdCn';
	font-size: 1em;
	line-height:2em;
	color:#2d3e50;
	margin-left: 20px;
	text-transform:uppercase;
	border-bottom:10px solid #18bb9c;
	}
	
.sch-time-text2{
	font-family: 'Conv_HelveticaNeueLTStd-BdCn';
	font-size: 1.46em;
	line-height:1.8em;
	color:#2d3e50;
	text-transform:uppercase;
	text-align:justify;
	}
	
.sch-time-text3{
	font-family: 'Conv_HelveticaNeueLTStd-HvCn';
	font-size: 2.45em;
	color:#2d3e50;
	text-transform:uppercase;
	text-align:justify;
	}
	
.sch-truck-panel{
	padding:30px;
	height:100%;
	position:relative;
	}
	
.sch-time-panel-container{
	background:#ff9301;
	}
	
.sch-truck-panel-container{
	background:#fff;
	}
	
.sch-truck-panel-container > div,
.sch-truck-panel-container > div >ul,
.sch-truck-panel-container > div >ul > li,
.sch-truck-panel-container > div >ul > li > div,
.sch-truck-panel-container > div >ul > li > div > figure{
	height:100%;
	}
	
.sch-hover-container > div,
.sch-hover-container > div> ul,
.sch-hover-container > div> ul > li,
.sch-hover-container > div> ul > li > div,
.sch-hover-container > div> ul > li > div > figure,
.sch-hover-container > div> ul > li > div > figure > div.sch-panel-hover-img,
.sch-hover-container > div> ul > li > div > figure > div.sch-content-panel
 {
	height:100%;
	}

	
.sch-truck-text{
	font-family: 'Conv_HelveticaNeueLTStd-HvCn';
	font-size:22px;
	line-height:26px;
	text-transform:uppercase;
	color:#2d3e50;
	padding-left: 20px;
	}
	
.sch-directormessage-panel-container{
	background:#0acaa6;
	}
	
.sch-directormessage-panel-container > div,
.sch-directormessage-panel-container ul.bod-uikit,
.sch-directormessage-panel-container ul.bod-uikit li,
.sch-directormessage-panel-container ul.bod-uikit > li > div.layout-uikit,
.sch-directormessage-panel-container ul.bod-uikit > li > div.layout-uikit > div.uk-grid {
	height:100%;
	width:100%;
	}

	
.sch-director-content-left{
	padding:40px 20px 40px 40px;
	}
	
.sch-director-panel-title{
	font-family: 'Conv_HelveticaNeueLTStd-HvCn';
	font-size: 1.8em;
	line-height:1.05em;
	text-transform:uppercase;
	color:#2d3e50;
	}
	
.sch-director-panel-desc{
	font-family: 'Conv_HelveticaNeueLTStd-Roman';
	color:#b2fff0;
	font-size:14px;
	line-height:20px;
	margin:10px 0 5px 0;
	}
	
.sch-director-panel-directorname{
	font-family: 'Conv_HelveticaNeueLTStd-Bd';
	font-size: 16px;
	line-height:20px;
	color:#2d3e50;
	margin-top:15px;
	}
	
.sch-director-panel-position{
	font-family: 'Conv_HelveticaNeueLTStd-Md';
	font-size: 14px;
	line-height:20px;
	color:#2d3e50;
	font-style:italic;
	}
	
.sch-director-content-left .sch-home-link a,
.sch-director-content-left .sch-home-link a:before,
.sch-director-content-left .sch-home-link a:after{
	color:#fff;
	}
	
.sch-director-content-left .sch-home-link a:hover,
.sch-director-content-left .sch-home-link a:hover:before,
.sch-director-content-left .sch-home-link a:hover:after{
	color:#ff9301;
	}
	
.img-cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

	
figure.sch-hover-panel-container {
	position:relative;
	margin:0!important;
	}

.sch-panel-hover-img img{
	/*background-size: cover;
    width: 100%;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;*/
	}
	
figcaption.sch-hover-panel {
	/*position: absolute;*/
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    text-align: center;
	}
	
.sch-hover-panel-border{
	border:1px solid #fff;
	}
	
figure.sch-hover-panel-container:hover .sch-hover-panel{
    -webkit-transform: translate3d(0,00%,0);
    transform: translate3d(0,00%,0);
	}


.sch-hover-panel-padding{
	padding: 30px;
    border: 1px solid #9caec2;
    height: calc(100% - 60px);
    width: calc(100% - 60px);
    box-sizing: border-box;
	}
	
.sch-hover-panel-title{
	font-family: 'Conv_HelveticaNeueLTStd-BdCn';
	font-size:30px;
	line-height:35px;
	margin-bottom:5px;
	color:#0acaa6;
	text-transform:uppercase;
	display:block;
	width:100%;
	}
	
.sch-hover-panel-desc{
	font-family: 'Conv_HelveticaNeueLTStd-Roman';
	color:#d4d4d4;
	font-size:14px;
	line-height:18px;
	letter-spacing:0.5px;
	margin:8px 0;
	display:block;
	width:100%;
	}
	
	
.sch-hover-panel-container .sch-home-link a,
.sch-hover-panel-container .sch-home-link a:before,
.sch-hover-panel-container .sch-home-link a:after{
	color:#ff9301;
	}
	
.sch-hover-panel-container .sch-home-link a:hover,
.sch-hover-panel-container .sch-home-link a:hover:before,
.sch-hover-panel-container .sch-home-link a:hover:after{
	color:#0acaa6;
	}
	
.sch-home-truck-title{
	font-family: 'Conv_HelveticaNeueLTStd-HvCn';
	font-size:20px;
	text-transform:uppercase;
	color:#2d3e50;
	padding-right:10px;
	}

	
.sch-customer-container{
	padding:40px;
	background:#2d3e50;
	}
	
.sch-customer-container .sets{
	height:120px!important;
	}
	
.sch-homepanel-customer-title{
	font-family: 'Conv_HelveticaNeueLTStd-HvCn';
	font-size:38px;
	line-height:45px;
	text-transform:uppercase;
	overflow:hidden;
	position:relative;
	}
	
.sch-homepanel-customer-title a{
	color:#ff9301;
	}
.sch-homepanel-customer-title a:hover{
	color:#18b597;
	}
	
.sch-homepanel-customer-title:before{
    font-family: 'sch';
    content: "\e902";
	color:#ff9301;
	font-size:35px;
	padding-right:20px;
	}
	
.sch-homepanel-customer-title:after{
	content:' ';
	height:5px;
	background:#0acaa6;
	width:100%;
	display:inline-block;
	margin:21px 0 0 20px;
	position:absolute;
	}
	
@media ( max-width:1366px ){
	
.sch-time-panel{
	padding:30px;
	}
	
.sch-time-img img{
	width:55px;
	}

.sch-time-text1{
	font-family: 'Conv_HelveticaNeueLTStd-BdCn';
	font-size: 1.1em;
	line-height:2em;
	color:#2d3e50;
	margin-left: 20px;
	text-transform:uppercase;
	border-bottom:10px solid #18bb9c;
	margin-bottom:20px;
	}
	
.sch-time-text2{
	font-family: 'Conv_HelveticaNeueLTStd-BdCn';
	font-size: 1.46em;
	line-height:1.8em;
	color:#2d3e50;
	text-transform:uppercase;
	text-align:justify;
	}
	
.sch-time-text3{
	font-family: 'Conv_HelveticaNeueLTStd-HvCn';
	font-size: 2.45em;
	color:#2d3e50;
	text-transform:uppercase;
	text-align:justify;
	}
	
.sch-director-content-left{
	padding:30px 20px 30px 30px;
	}

	}
	
@media ( max-width:767px ){
.sch-hover-container > div,
.sch-hover-container > div> ul,
.sch-hover-container > div> ul > li,
.sch-hover-container > div> ul > li > div,
.sch-hover-container > div> ul > li > div > figure,
.sch-hover-container > div> ul > li > div > figure > div.sch-panel-hover-img,
.sch-hover-container > div> ul > li > div > figure > div.sch-content-panel
 {
	height:300px;
	}

	}
	
/***************************************Inner********************************/

.sch-wrapper{
	padding:40px;
	background:#fffbfb;
	}
	
.sch-breadcrumb{
	padding:15px 40px;
	background:#f4f4f4;
	}
	
.sch-breadcrumb ul.uk-breadcrumb{
	margin:0!important;
	letter-spacing:.5px;
	list-style: none;
	}
	
	
.sch-breadcrumb .uk-breadcrumb > li:nth-child(n+2):before{
	content: "";
    display: inline-block;
    height:2px;
	background:#2d3e50;
	width:20px;
	margin:4px 10px;
	}
	
.sch-breadcrumb .uk-breadcrumb > li > a{
	font-family: 'Conv_HelveticaNeueLTStd-Roman';
	font-size:12px;
	color:#40566c;
	text-transform:capitalize;
	}
	
.sch-breadcrumb .uk-breadcrumb > li > span{
	font-family: 'Conv_HelveticaNeueLTStd-Md';
	font-size:12px;
	color:#18b597;
	text-transform:capitalize;
	}
	
.sch-title{
	font-family: 'Conv_HelveticaNeueLTStd-BdCn';
	color:#2d3e50;
	font-size:	35px;
	text-transform:uppercase;	
	}
	
.sch-title:after{
	content:'';
	height:5px;
	background:#18b597;
	display:block;
	margin-top:15px;	
	}
	
.sch-about-container{
	text-align:justify;
	}
	
.sch-about-container img{
	width:100%;
	}
	
	
.sch-about-truck:after,
.sch-about-track:after,
.sch-about-warehouse:after,
.sch-about-coverage:after,
.sch-about-speed:after,
.sch-about-trucksmall:after,
.sch-about-quality:after,
.sch-about-contactable:after,
.sch-about-service:after,
.sch-about-location:after{
    font-family: 'sch';
    margin-left: 15px;
	color:#f4a437;
	}
	
	
.sch-about-truck:after{
    content: "\e908";
	font-size: 30px;
	}
	
	
.sch-about-track:after{
    content: "\e907";
	font-size: 33px;
	}
	
.sch-about-warehouse:after{
    content: "\e90a";
	font-size: 28px;
	}
	
.sch-about-coverage:after{
    content: "\e901";
	font-size: 28px;
	}
	
.sch-about-speed:after{
    content: "\e909";
	font-size: 28px;
	-moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
	}
	
.sch-about-trucksmall:after{
    content: "\e908";
	font-size: 22px;
	}

.sch-about-quality:after{
    content: "\e904";
	font-size: 34px;
	}
	
.sch-about-contactable:after{
    content: "\e900";
	font-size: 28px;
	}
	
.sch-about-service:after{
    content: "\e903";
	font-size: 28px;
	}
	
.sch-about-location:after{
    content: "\e905";
	font-size: 28px;
	}
	
.content-uikit-vision-mission ul{
	padding-left: 0px;
	}
	
.content-uikit-vision-mission li{
	display:inline-block;
	}
	
.content-uikit-vision-mission li:before{
	content: "•";
	color:#f4a437;
	display:inline-block;
	padding-right:10px;
	}
	
	

	
@media(max-width:1280px){
.sch-about-title{
	font-size:18px;
	}

	}
	
@media(max-width:767px){
.sch-about-title{
	font-size:20px;
	}

	}
	
	
/*********BOD**********/
.sch-bod-inner-title{
	color:#2d3e50;
	}
	
.sch-bod-inner-name{
	color:#18b597;
	}
	
.sch-truck-teaser{
	border-bottom:5px solid #f4a437;
	padding-top:10px;
	display:block;
	}
.sch-truck-title{
	font-family: 'Conv_HelveticaNeueLTStd-Bd';
	color:#2d3e50;
	font-size:16px;
	}
	
.sch-cat-btn a{
	font-family: 'Conv_HelveticaNeueLTStd-Roman';
	font-size:13px;
	background:#f4a437;
	width:100%;
	height:100%;
	color:#fff;
	text-decoration:none;
	display: block;
    padding: 5px 0;
	-webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
	}
	
.sch-cat-btn > button.rsform-submit-button,		
.sch-cat-btn button{
	font-family: 'Conv_HelveticaNeueLTStd-Roman';
	font-size:13px;
	background:#f4a437;
	width:150px;
	height:100%;
	color:#fff;
	text-decoration:none;
	display: block;
    padding: 5px 0;
	-webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
	border-style:none;
	border-radius:0;
	}

	
.sch-cat-btn a:before,
.sch-cat-btn button:before{
	content: '[';
	color:#fff;
	display:inline-block;
	padding-right:8px;
	-webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
	}
	
.sch-cat-btn a:after,
.sch-cat-btn button:after{
	content: ']';
	color:#fff;
	display:inline-block;
	padding-left:8px;
	-webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
	}
.sch-cat-btn > button.rsform-submit-button:hover,		
.sch-truck-teaser:hover	.sch-cat-btn a,	
.sch-cat-btn a:hover,
.sch-cat-btn button:hover{
	background:#18b597;
	}

.sch-truck-teaser:hover{
	border-bottom:5px solid #18b597;
	-webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
	}
	

.sch-truck-teaser:hover	.sch-cat-btn a:before,
.sch-cat-btn a:hover:before,
.sch-cat-btn button:hover:before{
	-webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
	padding-right:12px;
	}
	
	
.sch-truck-teaser:hover	.sch-cat-btn a:after,
.sch-cat-btn a:hover:after,
.sch-cat-btn button:hover:after{
	-webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
	padding-left:12px;
	}
	
	
.sch-table-header{
	padding:10px 20px;
	background:#a1a5aa;
	color:#fff;
	font-family: 'Conv_HelveticaNeueLTStd-Bd';
	}
	
.sch-table-column,
.sch-table-title{
	padding:10px 20px;
	box-sizing: border-box;
	}
	
.sch-table-title{
	color:#2d3e50;
	font-family: 'Conv_HelveticaNeueLTStd-Bd';
	font-size:14px;
	}
	
.sch-table-column{
	color:#617284;
	font-family: 'Conv_HelveticaNeueLTStd-Md';
	font-size:14px;
	}
	
.uk-width-1-1:nth-child(odd) .sch-table-title{
	background:#b8bcc0;
	height:100%;
	}
.uk-width-1-1:nth-child(even) .sch-table-title{
	background:#d3d4d4;
	height:100%;
	}
	
.uk-width-1-1:nth-child(odd) .sch-table-column{
	background:#dddfdf;
	height:100%;
	}
.uk-width-1-1:nth-child(even) .sch-table-column{
	background:#ececec;
	height:100%;
	}
	
.sch-truck-inner-btn .sch-cat-btn a{
	padding: 5px 20px;
	box-sizing: border-box;
    width: 150px;
	}
	
	
@media (max-width:767px){
.uk-width-1-1:nth-child(odd) .sch-table-title,
.uk-width-1-1:nth-child(even) .sch-table-title{
	background:#d3d4d4;
	}
	
.uk-width-1-1:nth-child(odd) .sch-table-column,
.uk-width-1-1:nth-child(even) .sch-table-column{
	background:#ececec;
	}

	}
	
	
/**************Contact*****************************/
.sch-contact-title{
	color:#2d3e50;
	}
	
.sch-contact-title:after{
	content:'|';
	color:#888888;
	float:right;
	}



.sch-form-field input,
.sch-form-field textarea{
	width:100%;
	box-sizing:border-box;
	}
	
.formResponsive input[type="text"], .formResponsive input[type="password"]{
	border-radius: 0px;
	height: 40px;
    padding: 8px;
	margin:0;
	box-sizing: border-box;
	}
	
.formResponsive textarea{
	border-radius: 0px;
	min-height: 80px;
    padding: 8px;
	}
	
.formResponsive .formHorizontal .rsform-block {
    margin-bottom: 10px;
}
	
.sch-committed-panel,
.sch-committed-panel .home-uikit,
.sch-committed-panel ul li,
.sch-committed-panel .layout-uikit,
.sch-committed-panel .sch-hover-panel-container{
	width:100%;
	height:100%;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	}
	
.sch-committed-panel figcaption.sch-hover-panel{
	left:0;
	}
	
.sch-date{
	font-family: 'Conv_HelveticaNeueLTStd-Roman';
	color:#18b597;
	display:block;
	margin-top:10px;
	font-size:13px;
	}
	
.sch-news-teaser-title{
	font-family: 'Conv_HelveticaNeueLTStd-Bd';
	color:#2d3e50;
	font-size:20px;
	}
	
.sch-news-teaser-desc p,
.sch-news-teaser-desc{
	margin:10px 0;
	}
	
.sch-news-dev{
	border-bottom:1px solid #eee;
	padding-bottom: 35px;
	}
	
	
.sch-news-dev:last-child{
	border-bottom:0;
	}
	
.sch-news-title{
	margin:10px 0 25px 0;
	}
	
.sch-news-title:after{
	margin-top:25px;
	}

	
/**Search page******/

.uk-form label{
	font-family: 'Conv_HelveticaNeueLTStd-Roman';
	font-size:13px;
	}
.uk-form select,	
.uk-form input[type="text"]{
    border-radius: 0;
	}
	
.uk-form input[type="radio"]:not(:disabled){
	margin-top:5px;
	}
	
.uk-badge{
	background:#18b597;
	}
	
.ex-search-link{
	font-family: 'Conv_HelveticaNeueLTStd-Roman';
	font-size:18px;
	color:#18b597;
	}










