@charset "UTF-8";
@import url('css/minireset.css');


@font-face {
    font-family: 'Bebas';
    src: url('fonts/Bebas.eot');
    src: url('fonts/Bebas.eot?#iefix') format('embedded-opentype'),
     url('fonts/Bebas.woff') format('woff'),
     url('fonts/Bebas.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


a {text-decoration:none;}
* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
html,body{height:100%;margin:0;padding:0}
body {margin:0;padding:0;line-height:auto;font-smoothing:antialiased;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;text-rendering: optimizeLegibility;font-family: 'Bebas';
background: url(images/background.png) no-repeat ; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

/* Support */
.col-centered{float: none;margin: 0 auto;display:table;}
.vertical-center {height: 100vh;width: 100%;display: table;}
.inc {display: table-cell;vertical-align: middle;}
.tz {clear:both;}

.fullback {position:absolute;top:0px;float:left;}
.logo {float:left;margin-bottom:25px;width:45%;margin-top:2%;}
.truck {float:right;position:relative;width:40%;margin-top:10%;}


.shadow-container {width:100%;float:left;
-webkit-box-shadow: 0px 4px 8px -4px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 4px 8px -4px rgba(0,0,0,0.75);
box-shadow: 0px 4px 8px -4px rgba(0,0,0,0.75);
margin-bottom:25px;
background:#fff;
}


.head {width:900px;max-width:100%;padding:25px;margin-bottom:25px;float:left;margin-top:-100px;}
.head h1 {font-size:52px;color:#222328;display:block;padding:25px;margin-top:0px;}
.head p {font-size:24px;color:#222328;padding:25px;padding-top:0px;padding-bottom:15px;}
.head .shape {float:left;width:100%;}
.head .app {margin-right:25px;float:left;width:45%;margin-top:25px;}







/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(images/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(images/AjaxLoader.gif) no-repeat center center
}

#owl-demo {margin-top:25px;float:left;width:100%;
width:100%;
position:relative;
padding-bottom:180px;
}
#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}

.slider-text {
	position: absolute;
    top: 0%;
    z-index: 5;
    width: 25%;
	right:6%; transform: skew(-18deg); 
	background:rgba(0,0,0,.7);
	padding:35px;
}

.slider-text h1 {color:#ffcb00;font-size:35px;display:block;margin-bottom:15px;margin-top:0px; transform: skew(18deg);text-align:center;}
.slider-text p {color:#fff; transform: skew(18deg); font-size:24px;text-align:center;}

.footer {width:100%;float:left;position:relative;top:0px;z-index:88;margin-top:-180px;}

.footer-right {float:right;width:500px;margin:25px;}
.footer-text {flaot:left;padding:10px;padding-left:15px;padding-right:15px;font-size:16px;color:#fff;background:#ff7900;
text-align:center;
border-radius:4px;
}

.footerback {
background:url(images/footer.png) top center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
width:100%;
height:100%;
position:relative;
bottom:0px;
z-index:-99;
}

.footerapplink {float:left;width:100%;margin-top:5px;}
.apptwo {padding:5px;width:50%;float:left;}

.follow-us img {float:left;margin:8px;}
.follow-us p {display:block;margin-bottom:25px;}
.follow-us {font-size:26px;color:#8a8a8a;padding:25px;float:left;}

.footerlogo {float:right;width:100%;margin-top:50px;margin-bottom:50px;}
.footerlogo p {width:100%;color:#8a8a8a;float:right;margin-top:15px;text-align:right;}
.footerlogo img {float:right;}

.footerbackX {float:left;
  background: url(images/footer.png) no-repeat; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  width:100%;
  background-size: cover;
  height:100%;
  position:relative;
  margin-top:-950px;
  z-index:-2;
}


.megaslider .owl-controls .owl-buttons div{position:absolute; overflow:hidden; max-height:0; -webkit-transition:.2s linear all; -khtml-transition:.2s linear all; -moz-transition:.2s linear all; -ms-transition:.2s linear all; -o-transition:.2s linear all; transition:.2s linear all; filter:alpha(opacity=100); -khtml-opacity:1; -moz-opacity:1; opacity:1; width:32px; height:32px; text-align:center; line-height:31px; font-size:24px; color:#fff; background:#e9a74c; border-radius:100px}
.megaslider .owl-controls .owl-buttons .owl-prev{left:25px; top:50%}
.megaslider .owl-controls .owl-buttons .owl-next{right:25px; top:50%}
.megaslider:hover .owl-controls .owl-buttons div{display:block; max-height:100px; filter:alpha(opacity=100); -khtml-opacity:1; -moz-opacity:1; opacity:1}
.megaslider:hover .owl-controls .owl-buttons .owl-prev{left:30px}
.megaslider:hover .owl-controls .owl-buttons .owl-next{right:30px}
.megaslider .owl-controls.clickable .owl-buttons div:hover{filter:Alpha(Opacity=100); opacity:1; text-decoration:none}
.megaslider .owl-controls .owl-page{display:inline-block; zoom:1; *display:inline; float:left}
.megaslider .owl-controls .owl-page span{display:block; width:8px; height:8px; margin:5px 7px; filter:Alpha(Opacity=20); opacity:.5; -webkit-border-radius:20px; -moz-border-radius:20px; border-radius:20px; background:#fff; -webkit-transition:.1s linear all; -khtml-transition:.1s linear all; -moz-transition:.1s linear all; -ms-transition:.1s linear all; -o-transition:.1s linear all; transition:.1s linear all; margin-bottom:10px}
.megaslider .owl-controls .owl-page.active span, .megaslider .owl-controls.clickable .owl-page:hover span{filter:Alpha(Opacity=100); opacity:1; padding:6px; margin-left:5px; -webkit-transition:.1s linear all; -khtml-transition:.1s linear all; -moz-transition:.1s linear all; -ms-transition:.1s linear all; -o-transition:.1s linear all; transition:.1s linear all}
.megaslider .owl-pagination{float:left; position:absolute; top:45%; width:32px; left:15px}
.megaslider .owl-controls .owl-page span.owl-numbers{height:auto; width:auto; color:#FFF; padding:2px 10px; font-size:12px; -webkit-border-radius:30px; -moz-border-radius:30px; border-radius:30px}