@import url(header.min.css);
@import url(footer.min.css);
@import url(form.min.css);
@import url(hover.min.css);
@import url(banner.min.css);
@import url(testimonial.min.css);
@import url(tabs.min.css);
@import url(http://fonts.googleapis.com/css?family=Noto+Sans:400,700);

/*!
 * Stylesheet  (http://kdrsoft.com)
 * Copyright 2011-2015 Kdrsoft Technologies.
 * Licensed under MIT
 */
body {
	font-family: "Noto Sans";
	background:url(../images/bg.png) fixed;
}


		
		.sky {
			top:0px;
			bottom:0px;
			left:0px;
			right:0px;
			background:#007fd5;
			position:fixed;
			z-index:0;
			overflow:hidden;
			-webkit-animation:sky_background 30s ease-out infinite;
			-moz-animation:sky_background 30s ease-out infinite;
			-o-animation:sky_background 30s ease-out infinite;
			-webkit-transform:translate3d(0,0,0);
			-moz-transform:translate3d(0,0,0);
			-o-transform:translate3d(0,0,0)
		}
		
		
		.moon {
			background:url("../images/plane.png") center center no-repeat;
			position:absolute;
			left:0;
			height:100%;
			width:200%;
			-webkit-animation:cloud_one 50s linear infinite;
			-moz-animation:cloud_one 50s linear infinite;
			-o-animation:cloud_one 50s linear infinite;
			-webkit-transform:translate3d(0,0,0);
			-moz-transform:translate3d(0,0,0);
			-o-transform:translate3d(0,0,0)
		}
		
		
		.clouds_one {
			background:url("../images/cloud_one.png");
			position:absolute;
			left:0;
			top:0;
			height:100%;
			width:300%;
			-webkit-animation:cloud_one 50s linear infinite;
			-moz-animation:cloud_one 50s linear infinite;
			-o-animation:cloud_one 50s linear infinite;
			-webkit-transform:translate3d(0,0,0);
			-moz-transform:translate3d(0,0,0);
			-o-transform:translate3d(0,0,0)
		}
		
		.clouds_two {
			background:url("../images/cloud_two.png");
			position:absolute;
			left:0;
			top:0;
			height:100%;
			width:300%;
			-webkit-animation:cloud_two 75s linear infinite;
			-moz-animation:cloud_two 75s linear infinite;
			-o-animation:cloud_two 75s linear infinite;
			-webkit-transform:translate3d(0,0,0);
			-moz-transform:translate3d(0,0,0);
			-o-transform:translate3d(0,0,0)
		}
		
		.clouds_three {
			background:url("../images/cloud_three.png");
			position:absolute;
			left:0;
			top:0;
			height:100%;
			width:300%;
			-webkit-animation:cloud_three 100s linear infinite;
			-moz-animation:cloud_three 100s linear infinite;
			-o-animation:cloud_three 100s linear infinite;
			-webkit-transform:translate3d(0,0,0);
			-moz-transform:translate3d(0,0,0);
			-o-transform:translate3d(0,0,0)
		}
		
		@-webkit-keyframes sky_background {
			0% {
				background:#007fd5;
				color:#007fd5
			}
			
			50% {
				background:#007fd5;
				color:#a3d9ff
			}
			
			100% {
				background:#007fd5;
				color:#007fd5
			}
		}
		
		@-webkit-keyframes moon {
			0% {
				opacity: 0;
				left:-200%
				-moz-transform: scale(0.5);
  				-webkit-transform: scale(0.5);
			}
			
			50% {
				opacity: 1;
				-moz-transform: scale(1);
				left:0%
				bottom:250px;
  				-webkit-transform: scale(1);
			}
		
			100% {
				opacity: 0;
				bottom:500px;
				-moz-transform: scale(0.5);
  				-webkit-transform: scale(0.5);
			}
		}
		
		@-webkit-keyframes cloud_one {
			0% {
				left:0
			}
		
			100% {
				left:-200%
			}
		}
		
		@-webkit-keyframes cloud_two {
			0% {
				left:0
			}
		
			100% {
				left:-200%
			}
		}
		
		@-webkit-keyframes cloud_three {
			0% {
				left:0
			}
		
			100% {
				left:-200%
			}
		}
		
		@-moz-keyframes sky_background {
			0% {
				background:#007fd5;
				color:#007fd5
			}
			
			50% {
				background:#000;
				color:#a3d9ff
			}
			
			100% {
				background:#007fd5;
				color:#007fd5
			}
		}
		
		@-moz-keyframes moon {
			0% {
				opacity: 0;
				left:-200%
				-moz-transform: scale(0.5);
  				-webkit-transform: scale(0.5);
			}
			
			50% {
				opacity: 1;
				-moz-transform: scale(1);
				left:0%
				bottom:250px;
  				-webkit-transform: scale(1);
			}
		
			100% {
				opacity: 0;
				bottom:500px;
				-moz-transform: scale(0.5);
  				-webkit-transform: scale(0.5);
			}
		}
		
		@-moz-keyframes cloud_one {
			0% {
				left:0
			}
		
			100% {
				left:-200%
			}
		}
		
		@-moz-keyframes cloud_two {
			0% {
				left:0
			}
		
			100% {
				left:-200%
			}
		}
		
		@-moz-keyframes cloud_three {
			0% {
				left:0
			}
		
			100% {
				left:-200%
			}
		}
		
		

::selection {
	color: white;
	background: #000;
}


.sm-section {
	padding: 15px 0;
}

.md-section {
	padding: 25px 0;
}

.lg-section {
	padding: 40px 0;
}


.page-wrap {
	min-height: 380px;
	padding:40px 15px 25px 15px;
	background:rgba(255,255,255,0.85);
}


h1.heading, h2.heading, h3.heading, h4.heading, h5.heading, h6.heading {
	display: block;
	font-size: 1.6em;
	margin: 0 0 20px 0px;
	padding: 0px 0 10px 0;
	position: relative;
	font-weight: bold;
	color:#FF7800;
}

.heading:after {
	position: absolute;
	width: 80px;
	height: 2px;
	background: #FF7800;
	left: 0px;
	top: 100%;
	content: ' ';
}

.heading-center {
	position: relative;
	text-align: center;
	font-size: 2em;
	padding: 10px 0px;
	margin: 0 0 25px 0;
	z-index: 4;
}

.heading-center:before {
	content: "";
	position: absolute;
	top: 30%;
	width: 100%;
	height: 17px;
	background: url(../img/leftborder.png) left center no-repeat;
	left: 0px;
	z-index: 2;
}

.heading-center:after {
	content: "";
	position: absolute;
	top: 30%;
	width: 100%;
	height: 17px;
	background: url(../img/rightborder.png) right center no-repeat;
	right: 0px;
	z-index: 2;
}

.heading-center span {
	position: relative;
	padding: 0 15px 10px 15px;
	background: #fff;
	z-index: 3;
	margin: 0px auto;
	line-height: 1.5;
}

.heading-center span:after {
	position: absolute;
	content: ' ';
	width: 40px;
	height: 5px;
	background: #3996f5;
	top: 100%;
	left: 50%;
	margin-left: -20px;
}
 h2.heading. h2.heading-center {
 font-size: 1.5em;
}

h3.heading, h3.heading-center {
	font-size: 1.4em;
}

h4.heading, h4.heading-center {
	font-size: 1.3em;
}

h5.heading, h5.heading-center {
	font-size: 1.2em;
}

h6.heading, h6.heading-center {
	font-size: 1em;
}

.wrap {
	width: 100%;
	margin: 0px;
	padding: 0px;
	position:absolute;
}


.verticle{
	background:#f1f1f1;
	margin:0px;
	padding:0px;
	width:100%;
	border:1px solid #ddd;
}
.verticle h3{
	font-size:14px;
	font-weight:bold;
	color:#fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c3ea70+0,a0c64e+100 */
	background: #c3ea70; /* Old browsers */
	background: -moz-linear-gradient(top,  #c3ea70 0%, #a0c64e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c3ea70), color-stop(100%,#a0c64e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c3ea70 0%,#a0c64e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c3ea70 0%,#a0c64e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c3ea70 0%,#a0c64e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c3ea70 0%,#a0c64e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3ea70', endColorstr='#a0c64e',GradientType=0 ); /* IE6-9 */
	padding:10px;
	margin:0px;
}


.verticle ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

.verticle ul li{
	display:block;
	padding:0px;
	margin:0px;
}
.verticle ul li a{
	display:block;
	padding:7px 10px 6px 15px;
	color:#444;
	border-bottom:1px solid #ddd;
	position:relative;
	text-decoration:none;
	transition:all cubic-bezier(.17,.67,.83,.67) 0.3s;
	-moz-transition:all cubic-bezier(.17,.67,.83,.67) 0.3s;
	-webkit-transition:all cubic-bezier(.17,.67,.83,.67) 0.3s;
}
.verticle ul li:last-child a{
	border-bottom:none;
}
.verticle ul li a:before{
	position:absolute;
	width:0px;
	height:100%;
	left:0px;
	top:0px;
	content:' ';
	transition:all cubic-bezier(.17,.67,.83,.67) 0.3s;
	-moz-transition:all cubic-bezier(.17,.67,.83,.67) 0.3s;
	-webkit-transition:all cubic-bezier(.17,.67,.83,.67) 0.3s;
}
.verticle ul li:hover a{
	background:#e9e6e6;
}
.verticle ul li:hover a:before{
	position:absolute;
	width:4px;
	height:100%;
	left:0px;
	top:0px;
	content:' ';
	background:#b3d960;
}

p {
	font-size: 14px;
	line-height: 1.8;
}

.page-banner {
	background: url('../images/title.jpg');
	width: 100%;
	text-align: center;
	padding: 50px 0 30px 0;
	content:' ';	
	position: relative;
	z-index: 1;
	border-bottom: 3px solid #0080d6;
}

.page-title-container {
	background: url('../images/title.jpg');
	width: 100%;
	float:left;
	background-size: cover;
	background-position: center;
	text-align: center;
	padding:10px;
	position: relative;
	z-index: 1;
	border-bottom: 3px solid #5E5E5E;
}

.page-title-container .page-title {
	font-size: 18px;
	margin: 0;
	float:left;
	letter-spacing: -1px;
	color: #fff;
	font-weight: normal;
}

.page-title-container .breadcrumbs {
	float:right;
	padding: 0px;
	font-size: 12px;
	color: #000000;
	margin-bottom: 0;
}

.page-title-container .breadcrumbs ul {
	height: auto;
	width: auto;
	padding: 0px;
	margin: 0px;
	list-style:none;
}

.page-title-container .breadcrumbs ul li {
	line-height: 22px;
	display: inline-block;
	font-size: 12px;
}

.page-title-container .breadcrumbs ul li a {
	color: #fff;
}

.page-title-container .breadcrumbs ul li a:hover {
	color: #fff;
}

.page-title-container .breadcrumbs ul li:after {
	color: #fff;
	content: "\f054";
	font-family:'FontAwesome';
	font-size:9px;
	padding: 0 5px;
}

.page-title-container .breadcrumbs ul li:last-child:after {
	content: "";
}

.page-title-container .breadcrumbs ul li.active {
	color: #fff;
}

.img-frame {
	position: relative;
	overflow: hidden;
	border: 1px solid #C5A46D;
	width: 100%;
	height: 180px;
	-webkit-box-shadow: inset 0 0 0 10px rgba(51, 51, 51, 0.4);
	box-shadow: inset 0 0 0 10px rgba(51, 51, 51, 0.4);
}

.img-frame img {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	z-index: -1;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.page-img {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 2;
	margin: 0px;
}

.page-img img {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 2;
	padding: 5px;
	border: 1px solid #ddd;
	background: #fff;
}


.top-seller{
	background:none;
	width:100%;
	display:block;
	padding:10px 15px;
	margin:0px;
	border-bottom:1px solid #ddd;
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
}

.top-seller h4{
	font-size:12px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}

.top-seller span{
	display:block;
	padding:5px 0;
	color:#779c27;
	font-weight:bold;
}


.top-seller .add-to-cart{
	display:inline-block;
	padding:2px 30px 2px 10px;
	border:1px solid #a0c64e;
	color:#a0c64e;
	font-size:12px;
	margin:0px;
	position:relative;
	text-decoration:none;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.top-seller .add-to-cart:after{
	content:'\f07a';
	font-family:'FontAwesome';
	color:#fff;
	background:#a0c64e;
	position:absolute;
	right:0px;
	top:0px;
	bottom:0px;
	padding:3px 5px;
}


.top-seller:hover{
	box-shadow:0px 0px 5px rgba(0,0,0,0.3);
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
}

.top-seller:hover .add-to-cart{
	border:1px solid #a0c64e;
	background:#a0c64e;
	color:#fff;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	text-decoration:none;
}

.brand-img{
	height:85px;
	width:100%;
	padding:20px 0;
	display:block;
	margin:0px;
	position:relative;
}
.brand-img + .brand-img{
	border-top:1px solid #ddd;
}
.brand-img img{
	max-height:75px;
	max-width:100%;
	margin:auto;
	top:5px;
	left:5px;
	bottom:5px;
	right:5px;
	position:absolute;
}

.contact-us .contact-address {
	margin-bottom: 25px;
	padding:0px;
	list-style:none;
}
.contact-us .contact-address li {
	padding-left: 50px;
	position:relative;
	margin-bottom:15px;
	display:block;
}
.contact-us .contact-address li h5{
	font-size:14px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	color:#FF7800;
}
.contact-us .contact-address li p {
	margin-bottom: 0;
}
.contact-us .contact-address li p a{
	display:block;
	padding:0px;
	margin:0px;
}
.contact-us .contact-address li:last-child {
	border-bottom-width: 1px;
	padding-bottom: 10px;
}
.contact-us .contact-address li > i {
    border: 1px solid #FF7800;
    width: 32px;
    height: 32px;
    line-height: 32px;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    display: inline-block;
    text-align: center;
    position: absolute;
    font-size: 13px;
    color: #FF7800;
    left: 0;
    top: 0px;
}


.search-filter{
	margin:15px 0;
	padding:0px;
	display:block;
}


.search-filter form{
	padding:10px;
	border:1px solid rgba(0,0,0,0.1);
	display:block;
}



.zoom-img{
	width:100%;
	height:480px;
	position:relative;
	background:#fff;
}
.zoom-img img{
	max-width:calc(100% - 20px);
	max-height:460px;
	top:10px;
	bottom:10px;
	right:10px;
	left:10px;
	position:absolute;
	margin:auto;
}

#demo-container{
	position:absolute;
    left: 100%;
    top: 0;
	margin-top:-1px;
}


.main-heading{
	color:#FF7800;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	margin:0px 0 20px 0;
	padding:0px 0 15px 0;
	position:relative;
}

.main-heading:after{
	width:150px;
	height:3px;
	background:#FF7800;
	content:' ';
	position:absolute;
	left:50%;
	top:100%;
	margin-left:-75px;
}



.read{
	display:inline-block;
	padding:10px 25px;
	border:2px solid #FE7200;
	color:#FE7200;
}

.quote{
	padding:25px 0;
	background:url(../images/footer-quote-bg-repeat.jpg);
	color:#fff;
	font-size:1.3em;
}

.product-wrap{
	background: url(../images/bg-darker.png);
	padding:25px 0;
	position:relative;
}
.product-wrap:before{
	background: url(../images/shadow.png) center top no-repeat;
	background-size:contain;
	width:100%;
	height:35px;
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	content:' ';
}

.product-carousel {
	margin: 0 -15px 20px -15px;
	padding: 0px;
}

.product-carousel a{
	text-decoration:none;
}


.product-carousel a h3 {
	font-size: 1em;
	padding: 10px;
	margin: -10px;
	margin-top:0px;
	font-weight:bold;
	color: #fff;
	background:#EA5106;
	text-decoration:none;
	
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}

.product-carousel .item {
	padding: 15px;
	text-align: justify;
	position: relative;
}

.product-carousel .product-img {
	background: #fff;
	height: 180px;
	position: relative;
	display: block;
	margin: 0px;
	margin-bottom:10px;
}

.owl-carousel .owl-item .product-img img {
	width: auto;
	height: auto;
	max-width:100%;
	max-height:100%;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	margin: auto;
	position: absolute;
	text-align: center;
}

.product-carousel .owl-controls {
	position: absolute;
	top: 50%;
	right: 0px;
	width:100%;
	margin-top:-30px;
}

/* Styling Next and Prev buttons */

.product-carousel .owl-controls .owl-buttons .owl-prev{
	margin: 0px 5px 5px 0px;
	height: 28px;
	width: 28px;
	line-height: 24px;
	background: #086FA3;
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	position: absolute;
	left:15px;
}
.product-carousel .owl-controls .owl-buttons .owl-next{
	margin: 0px 5px 5px 0px;
	height: 28px;
	width: 28px;
	line-height: 24px;
	background: #086FA3;
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	position: absolute;
	right:10px;
}




.product{
	background:#fff;
	width:100%;
	padding:10px;
	margin:0px 0px 20px 0px;
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
}

.product-overlay{
	position:absolute;
	top:30px;
	right:30px;
	left:30px;
	bottom:30px;
	margin:auto;
	background:rgba(0,0,0,0.1);
	text-align:center;
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	opacity:0;
}
.products:hover{
	box-shadow:3px 3px 3px rgba(0,0,0,0.3);
	-moz-box-shadow:3px 3px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow:3px 3px 3px rgba(0,0,0,0.3);
	
	margin:-5px 0px 25px 0px;
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
}
.view-details{
	margin-top:40px;
	display:inline-block;
	background:#A0C64E;
	padding:5px 15px;
	font-size:12px;
	color:#fff;
	text-decoration:none;
	position:relative;
}
.product-overlay .view-details:after{
	content:'\f06e';
	font-family:'FontAwesome';
	color:#fff;
	background:#a0c64e;
	position:absolute;
	right:0px;
	top:0px;
	bottom:0px;
	padding:5px;
}


.products{
	background:#fff;
	width:100%;
	padding:10px;
	margin:0px 0px 20px 0px;
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
}


.products-img {
	background: #fff;
	height: 180px;
	position: relative;
	display: block;
	margin: 0px;
	margin-bottom:10px;
}

.products-img img {
	width: auto;
	height: auto;
	max-width:100%;
	max-height:100%;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	margin: auto;
	position: absolute;
	text-align: center;
}


.products h3{
	font-size: 1em;
	padding: 10px;
	margin: -10px;
	margin-top:0px;
	font-weight:bold;
	color: #fff;
	background:#EA5106;
	text-decoration:none;
	
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}

.product span{
	display:block;
	padding:5px 0;
	color:#779c27;
	font-weight:bold;
}


.add-to-cart{
	display:inline-block;
	padding:2px 30px 2px 10px;
	border:1px solid #a0c64e;
	color:#a0c64e;
	font-size:12px;
	margin:0px;
	position:relative;
	text-decoration:none;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.add-to-cart:after{
	content:'\f07a';
	font-family:'FontAwesome';
	color:#fff;
	background:#a0c64e;
	position:absolute;
	right:0px;
	top:0px;
	bottom:0px;
	padding:3px 5px;
}


.product:hover{
	box-shadow:3px 3px 3px rgba(0,0,0,0.3);
	-moz-box-shadow:3px 3px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow:3px 3px 3px rgba(0,0,0,0.3);
	
	margin:-5px 0px 25px 0px;
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
}

.add-to-cart:hover{
	border:1px solid #a0c64e;
	background:#a0c64e;
	color:#fff;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	text-decoration:none;
}


.clients{
	display:block;
	position:relative;
	margin:0 -15px;
	background:#fff;
	border:1px dashed #ddd;
	height:180px;
}
.clients img{
	position:absolute;
	margin:auto;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	max-width:100%;
	max-height:100%;
}
.clients span{
	position:absolute;
	margin:auto;
	top:10px;
	bottom:10px;
	left:10px;
	right:10px;
	line-height:160px;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	background:rgba(0,0,0,0.8);
	color:#fff;
	opacity:0;
	
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
}
.clients:hover span{
	position:absolute;
	margin:auto;
	text-align:center;
	background:rgba(0,0,0,0.8);
	color:#fff;
	opacity:1;
}

.download{
	font-size:1.2em;
	color:#444;
}
.download i{
	color:#D15160;
}



.carousel-inner { margin: auto; width: 90%; }
.carousel-control 			 { width:  4%; }
.carousel-control.left,
.carousel-control.right {
  background-image:none;
}
 
.glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
  margin-top:-10px;
  margin-left: -10px;
  color: #444;
}

.carousel-inner {
  a {
    display:table-cell;
    height: 180px;
    width: 200px;
    vertical-align: middle;
  }
  img {
    max-height: 150px;
    margin: auto auto;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
	.carousel-inner .active.left { left: -100%; }
	.carousel-inner .next        { left:  100%; }
	.carousel-inner .prev		 { left: -100%; }
	.active > div { display:none; }
	.active > div:first-child { display:block; }

}
@media (min-width: 767px) and (max-width: 992px ) {
	.carousel-inner .active.left { left: -50%; }
	.carousel-inner .next        { left:  50%; }
	.carousel-inner .prev		 { left: -50%; }
	.active > div { display:none; }
	.active > div:first-child { display:block; }
	.active > div:first-child + div { display:block; }
}
@media (min-width: 992px ) {
	.carousel-inner .active.left { left: -16.7%; }
  .carousel-inner .active.right { left: 16.7%;              }
	.carousel-inner .next        { left:  16.7%; }
	.carousel-inner .prev		 { left: -16.7%; }	
  
.carousel-inner { margin: auto; width: 1000px; }
  
}


.aircraft{
	margin:0px 0px 20px 0px;
	padding:0px;
	list-style:none;
}
.aircraft li{
	margin:0px;
	padding:0px;
}
.aircraft li:before{
	content:'\f072';
	font-family:'FontAwesome';
	padding-right:10px;
	color:#FF7800;
}