html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
	margin-bottom: 60px;

	background-repeat: no-repeat;
	background-position: center 0px;
	background-size: cover;
	background-attachment: fixed;
	background-image: url('../img/content_bg.jpg');
}

/* NAVBAR BEGIN
-------------------------------------------------- */
#header{
	background-color: #FFFFFF;
	padding-top: 15px;
	z-index: 980;
}

#mainMenu{
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0,0.5);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .5);	
    z-index: 1000;
    padding: 0px 15px !important;
}

#mainMenu.fixed-top{
	top: 15px;
}

.navbar{
	padding: 0px !important;
}

.navbar-nav{
	margin-left: 30px;
}
.babusxriki{
	display: none;
}
.navbar-brand{
	height: 80px !important;
}

.navbar-brand img{
	height: 80px;
}
.navbar-nav li,
.navbar-nav .nav-link {
	    font-family: Arial;
	font-weight: bold;
	text-decoration: none !important;	
	/*text-align: center;*/
}

.navbar-nav #current a,
.navbar-nav .active > a{
	color: #F48020 !important;	
}

.nav-link {
    padding: .2rem .4rem!important;
}


#mainMenu .menu > li:first-child{
	display: none;
}

#socialLink .nav-link{
	padding-left: 2px;
	padding-right: 2px;
}

.years10 {
margin-left: 1rem;
margin-right: 0px !important;
}
.years10 img{
  display: block;
  max-width:70px;
  max-height:70px;
  width: auto;
  height: auto;
}

/* NAVBAR END
-------------------------------------------------- */





/* BANNER BEGIN
-------------------------------------------------- */
.fillContainer{
	min-height: 100%;
    height: 100%;
    
    position: relative;
}

.animation-delay-400{
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animation-delay-350{
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
}

.animation-delay-300{
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animation-delay-250{
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.animation-delay-200{
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animation-delay-150 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.animation-delay-100 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animation-delay-50 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

#companyBanner{
	height: 300px;
	background-image: url('../img/bg_01.jpg');
}


#companyBanner .firstBanner{margin-top: 90px;}
#companyBanner .secondBanner{margin-top: 25px; margin-left: -30px;}
#companyBanner .thirdBanner{margin-top: 45px; margin-left: 40px;}



/*Aboutus Begin*/

#bannerAboutUs{
	height: 300px;
	background-image: url('../img/mainbg.jpg');
}

#bannerAboutUs .firstBanner,
#bannerAboutUs .secondBanner,
#bannerAboutUs .thirdBanner{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

  background-repeat: no-repeat;
}

#bannerAboutUs .firstBanner,
#bannerAboutUs .secondBanner{
  background-position-x: center;
  background-position-y: bottom;	
}


#bannerAboutUs .firstBanner{
	z-index: 100; 
	background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    resize: both;
	background-image: url('../../../media/sliderimages/aboutus/aboutus_1.png');}

#bannerAboutUs .secondBanner{
	z-index: 50; 
	background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    resize: both;
	background-image: url('../../../media/sliderimages/aboutus/aboutus_2.png');}

#bannerAboutUs .thirdBanner{
	z-index: 150; 
	background-image: url('../../../media/sliderimages/aboutus/aboutus_3.png');
    background-position-x: 110px;
	background-position-y: 30px;

	}
/*Aboutus End*/

/*Customer Begin*/
#bannerCustomer{
	height: 300px;
	background-image: url('../img/bg_01.jpg');
}


#bannerCustomer .firstBanner,
#bannerCustomer .secondBanner{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 80%;
	resize: both;
}

#bannerCustomer .firstBanner{background-image: url('../../../media/sliderimages/customer/customer_1.png');}
#bannerCustomer .secondBanner{background-image: url('../../../media/sliderimages/customer/customer_2.png');}
/*Customer End*/


/*PriceList Begin*/
#bannerPriceList{
	height: 300px;
	background-image: url('../img/bg_02.jpg');	
}

#bannerPriceList .firstBanner,
#bannerPriceList .secondBanner{
	background-position: center center;
	background-repeat: no-repeat;
	
	resize: both;
}

#bannerPriceList .firstBanner{background-image: url('../../../media/sliderimages/pricelist/pricelist_2.png'); }
#bannerPriceList .secondBanner{background-image: url('../../../media/sliderimages/pricelist/pricelist_1.png'); background-size: 80%;}

/*PriceList End*/


/*Special Offer BEGIN*/
#bannerSpecialOffer{
	height: 300px;
	background-image: url('../img/bg_01.jpg');		
}

#bannerSpecialOffer .firstBanner,
#bannerSpecialOffer .secondBanner,
#bannerSpecialOffer .thirdBanner,
#bannerSpecialOffer .fourthBanner{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

  background-repeat: no-repeat;  
}


#bannerSpecialOffer .firstBanner{
	background-image: url('../../../media/sliderimages/specialoffer/specialoffer_1.png');
	z-index: 100;
	background-position: center;
	background-size: 80%;
	resize: both;
	}
	
#bannerSpecialOffer .secondBanner{
	background-image: url('../../../media/sliderimages/specialoffer/specialoffer_2.png');
	background-position-y: top; 
	background-position-x: right;

	z-index: 50;
	}
#bannerSpecialOffer .thirdBanner{
	background-image: url('../../../media/sliderimages/specialoffer/specialoffer_3.png');
	background-position-y: bottom; 


	z-index: 50;
	}

#bannerSpecialOffer .fourthBanner{
	background-image: url('../../../media/sliderimages/specialoffer/specialoffer_4.png');
	background-position-y: 20px; 


	z-index: 150;
	}

/*Special Offer END*/

/*Services BEGIN*/
#bannerServices{
	height: 300px;
	background-image: url('../img/banner_13.jpg');		
}

#bannerServices .firstBanner,
#bannerServices .secondBanner,
#bannerServices .thirdBanner{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

  background-repeat: no-repeat;  
}

#bannerServices .firstBanner{
	background-image: url('../../../media/sliderimages/service/service_1.png');
	background-position: center right;
	z-index: 100;

	}
	
#bannerServices .secondBanner{
	background-image: url('../../../media/sliderimages/service/service_2.png');
	background-position: center right;
	z-index: 50;
	}
#bannerServices .thirdBanner{
	background-image: url('../../../media/sliderimages/service/service_3.png');
	z-index: 50;
	background-position: center left;
	}


@media screen and (max-width: 765px) {
	
	#bannerServices .firstBanner{
    background-size: 78%;
    background-position: center right;
	}
	

	#bannerServices .secondBanner{
    background-position: center center;
    background-size: 89%;
	}
	
	#bannerServices .thirdBanner{
	background-image: url('../../../media/sliderimages/service/service_3_1.png') !important;
	margin-top: 260px  !important;
	z-index: 50;
	background-size: 78%;
	background-position: center;
	}
}

@media screen and (max-width: 990px) {
	
	
	#bannerServices .thirdBanner{
	background-image: url('../../../media/sliderimages/service/service_3.png');
	margin-top: -164px;
	z-index: 50;
	}

}
	
/*Services END*/


/*Handling BEGIN*/
#bannerHandling{
	height: 300px;
	background-image: url('../img/banner_14.jpg');	
}


#bannerHandling .firstBanner,
#bannerHandling .secondBanner,
#bannerHandling .thirdBanner,
#bannerHandling .fourthBanner{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

  background-repeat: no-repeat;  
}

#bannerHandling .firstBanner{
	background-image: url('../../../media/sliderimages/handling/handling_1.png');
	background-position: center center;
	background-repeat: no-repeat;
    background-size: 100%;
    resize: both;
	z-index: 50;
	}

#bannerHandling .secondBanner{
	background-image: url('../../../media/sliderimages/handling/handling_2.png');
	background-position: center center;
  	margin-right: 150px;
	background-size: contain;
	z-index: 100;
	}

#bannerHandling .thirdBanner{
	background-image: url('../../../media/sliderimages/handling/handling_3.png');
	background-position: center left;
	
	margin-top: 150px;
    margin-left: 20px;
	z-index: 100;
	}

#bannerHandling .fourthBanner{
	background-image: url('../../../media/sliderimages/handling/handling_4.png');
	background-position: center right;
	background-size: contain;
	z-index: 150;
	}
	
@media screen and (max-width: 520px ) {	
	#bannerHandling .thirdBanner{background-size: contain;}
	#bannerHandling .fourthBanner {background-size: 40%;}
}
	
/*Handling END*/


/*FlightSupport BEGIN*/
#bannerFlightSupport{
	height: 300px;
	background-image: url('../img/banner_13.jpg');		
}

#bannerFlightSupport .firstBanner,
#bannerFlightSupport .secondBanner,
#bannerFlightSupport .thirdBanner,
#bannerFlightSupport .fourthBanner{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

  background-repeat: no-repeat;  
}

#bannerFlightSupport .firstBanner{
	background-image: url('../../../media/sliderimages/flightsupport/flight_1.png');
	background-position: center center;
	z-index: 100;
	}
	
#bannerFlightSupport .secondBanner{
	background-image: url('../../../media/sliderimages/flightsupport/flight_2.png');
	background-position: center center;
	z-index: 50;
	}

#bannerFlightSupport .thirdBanner{
	background-image: url('../../../media/sliderimages/flightsupport/flight_3.png');
	background-position: right center;
	z-index: 150;
	}
	
#bannerFlightSupport .fourthBanner{
	background-image: url('../../../media/sliderimages/flightsupport/flight_4.png');
	background-position: left center;
	z-index: 150;
	}		
/*FlightSupport END*/


/*Catering BEGIN*/
#bannerCatering{
	height: 300px;
	background-image: url('../img/banner_17.jpg');		
}


#bannerCatering .firstBanner,
#bannerCatering .secondBanner,
#bannerCatering .thirdBanner,
#bannerCatering .fourthBanner,
#bannerCatering .fifthBanner,
#bannerCatering .sixthBanner{

	background-position: center center;
	z-index: 100;
	background-size: contain;

    background-repeat: no-repeat;  
}

#bannerCatering .firstBanner{background-image: url('../../../media/sliderimages/catering/catering_1.png');}
#bannerCatering .secondBanner{background-image: url('../../../media/sliderimages/catering/catering_2.png');}
#bannerCatering .thirdBanner{background-image: url('../../../media/sliderimages/catering/catering_3.png');}
#bannerCatering .fourthBanner{background-image: url('../../../media/sliderimages/catering/catering_4.png');}
#bannerCatering .fifthBanner{background-image: url('../../../media/sliderimages/catering/catering_5.png');}
#bannerCatering .sixthBanner{background-image: url('../../../media/sliderimages/catering/catering_6.png');}

#bannerCatering .seventhBanner{
	background-image: url('../../../media/sliderimages/catering/catering_7.png');
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

  background-repeat: no-repeat;  
  background-position: center bottom;	
  z-index: 500;
	}

@media screen and (max-width: 400px) {
#bannerCatering .seventhBanner{
  
  background-size: 90%;
	
	}
}
	
/*Catering END*/



/*HotelReservation BEGIN*/

#bannerHotelReservation{
	height: 300px;
	background-image: url('../img/banner_15.jpg');		
}

#bannerHotelReservation .firstBanner,
#bannerHotelReservation .secondBanner,
#bannerHotelReservation .thirdBanner,
#bannerHotelReservation .fourthBanner{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

  background-repeat: no-repeat;  
  background-size: contain;
  background-position: center center;

}

#bannerHotelReservation .firstBanner{
	background-image: url('../../../media/sliderimages/hotelreservation/hotel_1.png');
	z-index: 100;
	}
	
#bannerHotelReservation .secondBanner{
	background-image: url('../../../media/sliderimages/hotelreservation/hotel_2.png');
	z-index: 50;
	}

#bannerHotelReservation .thirdBanner{
	background-image: url('../../../media/sliderimages/hotelreservation/hotel_3.png');
	z-index: 100;
	}
	
#bannerHotelReservation .fourthBanner{
	background-image: url('../../../media/sliderimages/hotelreservation/hotel_4.png');
	z-index: 100;
	}

/*HotelReservation END*/


/*Cargo Begin*/
#bannerCargo{
	height: 300px;
	background-image: url('../img/banner_16.jpg');		
}

#bannerCargo .firstBanner,
#bannerCargo .secondBanner,
#bannerCargo .thirdBanner{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

  background-repeat: no-repeat;  
  background-size: contain;
    background-position: center center;
}

#bannerCargo .firstBanner{background-image: url('../../../media/sliderimages/cargo/cargo_1.png');}
#bannerCargo .secondBanner{background-image: url('../../../media/sliderimages/cargo/cargo_2.png');}
#bannerCargo .thirdBanner{background-image: url('../../../media/sliderimages/cargo/cargo_3.png');}
/*Cargo END*/


/*HandlingPrice BEGIN*/
#bannerHandlingPrice{
	height: 300px;
	background-image: url('../img/banner_16.jpg');		
}

#bannerHandlingPrice .firstBanner,
#bannerHandlingPrice .secondBanner,
#bannerHandlingPrice .thirdBanner{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

  background-repeat: no-repeat;  
  background-size: contain;
    background-position: center center;
}

#bannerHandlingPrice .firstBanner{background-image: url('../../../media/sliderimages/handlingprice/handlingprice_1.png');}
#bannerHandlingPrice .secondBanner{background-image: url('../../../media/sliderimages/handlingprice/handlingprice_2.png');}
#bannerHandlingPrice .thirdBanner{background-image: url('../../../media/sliderimages/handlingprice/handlingprice_3.png');}

/*HandlingPrice END*/

#servicesBanner{
	height: 45px;
	background-image: url('../img/bg_01.jpg');
}


#pricelistBanner{
	height: 300px;
	background-image: url('../img/bg_02.jpg');
}

#pricelistBanner .container { position: relative;}
#pricelistBanner .firstBanner	{position: absolute; top: 30px;		left: 0px;}
#pricelistBanner .secondBanner	{position: absolute; top: 120px;	left: 20px;}
#pricelistBanner .thirdBanner	{position: absolute; top: 30px;		left: 320px;}
#pricelistBanner .fourthBanner	{position: absolute; top: 240px;	left: 560px;}
#pricelistBanner .fifthBanner	{position: absolute; top: 50px;		right:10px;}



#pricelistBanner{
	height: 300px;
	background-image: url('../img/bg_02.jpg');
}


/*BANNER NEW BEGIN*/

.bannerSection{
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0,0.5);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .5);
    
    border-bottom:1px solid #FFFFFF;	

	background-repeat: no-repeat;
	background-position: center 0px;
	background-size: cover;
	background-attachment: fixed;    	

	overflow: hidden;
}


#bannerNewFuel .animated,
#bannerNewContact .animated,
#bannerNewForms .animated,

#bannerNewAboutUs .animated
{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

  background-repeat: no-repeat;  
  
  background-position: center center;
  
  background-size: contain;
}

@media screen and (max-width: 990px ) {
	#bannerAboutUs .thirdBanner {
	    z-index: 150;
	    background-image: url(../../../media/sliderimages/aboutus/aboutus_3_1.png);
	    background-position-y: 31px;
	    background-position-x: center;
	}
}


/*NewSpecialOffer BEGIN*/
#bannerNewSpecialOffer{
	height: 300px;
	background-image: url('../img/bg_01.jpg');	
}


#bannerNewSpecialOffer .animated{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

  background-repeat: no-repeat;  
  background-size: contain;
}


.specialOfferBannerFirst{background-image: url('../../../media/sliderimages/n_specialoffer/specialoffer_01.png'); z-index: 500; 	background-position: center center;}
.specialOfferBannerSecond{background-image: url('../../../media/sliderimages/n_specialoffer/specialoffer_02.png'); z-index: 150; background-position: right top;	-webkit-animation-delay: 1.0s; animation-delay: 1.0s;}
.specialOfferBannerThird{background-image: url('../../../media/sliderimages/n_specialoffer/specialoffer_03.png'); z-index: 200; 	background-position: left bottom;	-webkit-animation-delay: 1.5s; animation-delay: 1.5s;}
.specialOfferBannerFourth{background-image: url('../../../media/sliderimages/n_specialoffer/specialoffer_04.png'); z-index: 250; background-position: center center;	-webkit-animation-delay: 0.5s; animation-delay: 0.5s;}

@media screen and (max-width: 570px) {
.specialOfferBannerFirst{background-image: url('../../../media/sliderimages/n_specialoffer/specialoffer_01_small.png'); z-index: 500; 	background-position: center center;}
.specialOfferBannerSecond{background-image: url('../../../media/sliderimages/n_specialoffer/specialoffer_02_small.png'); z-index: 150; background-position: right top;	-webkit-animation-delay: 1.0s; animation-delay: 1.0s;}
.specialOfferBannerThird{background-image: url('../../../media/sliderimages/n_specialoffer/specialoffer_03_small.png'); z-index: 200; 	background-position: left bottom;	-webkit-animation-delay: 1.5s; animation-delay: 1.5s;}
.specialOfferBannerFourth{background-image: url('../../../media/sliderimages/n_specialoffer/specialoffer_04_small.png'); z-index: 250; background-position: center center;	-webkit-animation-delay: 0.5s; animation-delay: 0.5s;}

}


/*NewSpecialOffer END*/



/*NewFuelBanner BEGIN*/
#bannerNewFuel{
	height: 300px;
	background-image: url('../img/bg_02.jpg');	
}

.fuelBannerFirst{background-image: url('../../../media/sliderimages/n_fuel/fuel_01.png'); z-index: 500; 	-webkit-animation-delay: 0.5s; animation-delay: 0.5s;}
.fuelBannerSecond{background-image: url('../../../media/sliderimages/n_fuel/fuel_02.png'); z-index: 150;}
.fuelBannerThird{background-image: url('../../../media/sliderimages/n_fuel/fuel_03.png'); z-index: 200; 	-webkit-animation-delay: 1.5s; animation-delay: 1.5s;}
.fuelBannerFourth{background-image: url('../../../media/sliderimages/n_fuel/fuel_04.png'); z-index: 250; -webkit-animation-delay: 2.0s; animation-delay: 2.0s;}


@media screen and (max-width: 800px) {
.fuelBannerFirst{background-image: url('../../../media/sliderimages/n_fuel/fuel_01_small.png'); z-index: 500;}
.fuelBannerSecond{background-image: url('../../../media/sliderimages/n_fuel/fuel_02_small.png'); z-index: 150;}
.fuelBannerThird{background-image: url('../../../media/sliderimages/n_fuel/fuel_03_small.png'); z-index: 200;}
.fuelBannerFourth{background-image: url('../../../media/sliderimages/n_fuel/fuel_04_small.png'); z-index: 250;}

}
/*NewFuelBanner END*/

/*NewContactBanner BEGIN*/
#bannerNewContact{
	height: 300px;
	background-image: url('../img/bg_01.jpg');	
}

.contactBannerFirst{background-image: url('../../../media/sliderimages/n_contact/contact_01.png');	-webkit-animation-delay: 1.5s; animation-delay: 1.5s;}
.contactBannerSecond{background-image: url('../../../media/sliderimages/n_contact/contact_02.png');	-webkit-animation-delay: 1.9s; animation-delay: 1.9s;}
.contactBannerThird{background-image: url('../../../media/sliderimages/n_contact/contact_03.png');}
.contactBannerFourth{background-image: url('../../../media/sliderimages/n_contact/contact_04.png');	-webkit-animation-delay: 0.3s; animation-delay: 0.3s;}
.contactBannerFifth{background-image: url('../../../media/sliderimages/n_contact/contact_05.png');	-webkit-animation-delay: 0.6s; animation-delay: 0.6s;}
.contactBannerSixth{background-image: url('../../../media/sliderimages/n_contact/contact_06.png');	-webkit-animation-delay: 0.9s; animation-delay: 0.9s;}
.contactBannerSeventh{background-image: url('../../../media/sliderimages/n_contact/contact_07.png'); -webkit-animation-delay: 1.2s; animation-delay: 1.2s;}


@media screen and (max-width: 800px) {
.contactBannerFirst{background-image: url('../../../media/sliderimages/n_contact/contact_01_small.png');		-webkit-animation-delay: 1.5s; animation-delay: 1.5s;}
.contactBannerSecond{background-image: url('../../../media/sliderimages/n_contact/contact_02_small.png');	-webkit-animation-delay: 1.9s; animation-delay: 1.9s;}
.contactBannerThird{background-image: url('../../../media/sliderimages/n_contact/contact_03_small.png');}
.contactBannerFourth{background-image: url('../../../media/sliderimages/n_contact/contact_04_small.png');	-webkit-animation-delay: 0.3s; animation-delay: 0.3s;}
.contactBannerFifth{background-image: url('../../../media/sliderimages/n_contact/contact_05_small.png');		-webkit-animation-delay: 0.6s; animation-delay: 0.6s;}
.contactBannerSixth{background-image: url('../../../media/sliderimages/n_contact/contact_06_small.png');		-webkit-animation-delay: 0.9s; animation-delay: 0.9s;}
.contactBannerSeventh{background-image: url('../../../media/sliderimages/n_contact/contact_07_small.png'); 	-webkit-animation-delay: 1.2s; animation-delay: 1.2s;}
}

/*NewContactBanner END*/

/*NewFormsBanner BEGIN*/
#bannerNewForms{
	height: 300px;
	background-image: url('../img/bg_04.jpg');	
}

.formsBannerFirst{background-image: url('../../../media/sliderimages/n_forms/forms_01.png');		-webkit-animation-delay: 2.0s; animation-delay: 2.0s;}
.formsBannerSecond{background-image: url('../../../media/sliderimages/n_forms/forms_02.png');	-webkit-animation-delay: 1.0s; animation-delay: 1.0s; z-index: 500;}
.formsBannerThird{background-image: url('../../../media/sliderimages/n_forms/forms_03.png');		-webkit-animation-delay: 1.5s; animation-delay: 1.5s;}
.formsBannerFourth{background-image: url('../../../media/sliderimages/n_forms/forms_04.png');	-webkit-animation-delay: 0.5s; animation-delay: 0.5s; z-index: 100;}

@media screen and (max-width: 800px) {
.formsBannerFirst{background-image: url('../../../media/sliderimages/n_forms/forms_01_small.png');	-webkit-animation-delay: 2.0s; animation-delay: 2.0s;}
.formsBannerSecond{background-image: url('../../../media/sliderimages/n_forms/forms_02_small.png');	-webkit-animation-delay: 1.0s; animation-delay: 1.0s; z-index: 500;}
.formsBannerThird{background-image: url('../../../media/sliderimages/n_forms/forms_03_small.png');	-webkit-animation-delay: 1.5s; animation-delay: 1.5s;}
.formsBannerFourth{background-image: url('../../../media/sliderimages/n_forms/forms_04_small.png');	-webkit-animation-delay: 0.5s; animation-delay: 0.5s; z-index: 100;}
}

/*NewFormsBanner END*/


/*NewPartnerBanner BEGIN*/
#bannerNewPartners{
	height: 300px;
	background-image: url('../img/bg_01.jpg');	
}

#bannerNewPartners .animated{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  
  
  background-repeat: no-repeat;  
  background-position-y: center;
}


.partnersBannerFirst{background-image: url('../../../media/sliderimages/n_partners/partners_01.png');   background-position-x: right;}
.partnersBannerSecond{background-image: url('../../../media/sliderimages/n_partners/partners_02.png');  background-position-x: left; 	-webkit-animation-delay: 0.5s; animation-delay: 0.5s;}
.partnersBannerThird{background-image: url('../../../media/sliderimages/n_partners/partners_03.png');   -webkit-animation-delay: 1.0s; animation-delay: 1.0s;}

@media screen and (max-width: 800px) {
.partnersBannerFirst{background-image: url('../../../media/sliderimages/n_partners/partners_01_small.png');	background-size: contain;}
.partnersBannerSecond{background-image: url('../../../media/sliderimages/n_partners/partners_02_small.png');	background-position-x: center;	-webkit-animation-delay: 0.5s; animation-delay: 0.5s;}
.partnersBannerThird{background-image: url('../../../media/sliderimages/n_partners/partners_03_small.png');	background-position-x: center;	-webkit-animation-delay: 1.0s; animation-delay: 1.0s;}
}

/*NewPartnerBanner END*/


/*NewGalleryBanner BEGIN*/
#bannerNewGallery{
	height: 300px;
	background-image: url('../img/bg_01.jpg');	
}



.galleryBannerFirst,
.galleryBannerSecond,
.galleryBannerThird,
.galleryBannerFourth,
.galleryBannerFifth
 {
	height: 300px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}


.galleryBannerFirst{-webkit-animation-delay: 0.5s; animation-delay: 0.5s;}
.galleryBannerSecond{-webkit-animation-delay: 1.0s; animation-delay: 1.0s;}
.galleryBannerThird{-webkit-animation-delay: 1.5s; animation-delay: 1.5s;}
.galleryBannerFourth{-webkit-animation-delay: 2.0s; animation-delay: 2.0s;}
.galleryBannerFifth{-webkit-animation-delay: 2.5s; animation-delay: 2.5s;}


.galleryBannerFirst img,
.galleryBannerSecond img,
.galleryBannerThird img,
.galleryBannerFourth img,
.galleryBannerFifth img{
	width: 100%;
	max-width: 131px;
}


@media screen and (max-width: 576px) {
.galleryBannerFirst,
.galleryBannerSecond,
.galleryBannerThird,
.galleryBannerFourth,
.galleryBannerFifth
 {
	height: 140px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin: 5px 0px;
}

.galleryBannerFirst img,
.galleryBannerSecond img,
.galleryBannerThird img,
.galleryBannerFourth img,
.galleryBannerFifth img{
	width: 80%;
}


}
/*NewGalleryBanner END*/


/*NewAboutusBanner BEGIN*/
#bannerNewAboutUs{
	height: 300px;
	background-image: url('../img/mainbg.jpg');	
}

.aboutusBannerFirst{background-image: url('../../../media/sliderimages/n_aboutus/aboutus_01.png');		-webkit-animation-delay: 2.0s; animation-delay: 2.0s;}
.aboutusBannerSecond{background-image: url('../../../media/sliderimages/n_aboutus/aboutus_02.png');	-webkit-animation-delay: 1.0s; animation-delay: 1.0s; z-index: 500;}
.aboutusBannerThird{background-image: url('../../../media/sliderimages/n_aboutus/aboutus_03.png');		-webkit-animation-delay: 1.5s; animation-delay: 1.5s;}

@media screen and (max-width: 800px) {
.aboutusBannerFirst{background-image: url('../../../media/sliderimages/n_aboutus/aboutus_01_small.png');	-webkit-animation-delay: 2.0s; animation-delay: 2.0s;}
.aboutusBannerSecond{background-image: url('../../../media/sliderimages/n_aboutus/aboutus_02_small.png');	-webkit-animation-delay: 1.0s; animation-delay: 1.0s; z-index: 500;}
.aboutusBannerThird{background-image: url('../../../media/sliderimages/n_aboutus/aboutus_03_small.png');	-webkit-animation-delay: 1.5s; animation-delay: 1.5s;}
}
/*NewAboutusBanner END*/

/* BANNER END
-------------------------------------------------- */


/* CONTENT BEGIN
-------------------------------------------------- */

.contentheading,
.firstPage.wheater h2,
.ContactContainer h2{
    font-weight: bold;
    color: #F48020;
    font-size: 24px;
}

.commonBlock table {
	background-color: #FFFFFF;
	color: #808080;
	font-weight: bold;
}

.commonBlock table td, 
.commonBlock table th
{
	padding: 0px;
	border-top: none;
	text-align: center;
} 

.commonBlock table th
{
	background-color: #E6E6E6;
}

.commonBlock table th:first-child
{
	background-color: #5C5856;
	color: #FFFFFF;
}

.commonBlock table td:first-child{
	color: #F48020;	
}

.categoryListMod{
	list-style: none;
	text-align: center;
	padding: 0px;
}

.categoryListMod li img{
    max-width: 100%;
}



.categoryListMod a:hover{
	text-decoration: none;
}

.sectionTitle{
	font-weight: bold;
	font-size: 24px;
}
.categoryTitle{
    color: #F48020;	
    margin-left: 5px;
}

.hotelBlock{
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
}

.cateringBlock{ 
	font-size: 12px;
	text-align: center;
	margin-bottom: 10px;
}

.cateringBlock p{margin: 0px; padding: 0px;}

.cateringBlock h1{color: #0071BC; font-size: 20px !important; margin: 0px; padding: 0px;}
.cateringBlock h2{color: #666666; font-size: 16px !important; margin: 0px; padding: 0px;}
.cateringBlock h3{color: #F48020; font-size: 20px !important; margin: 0px; padding: 0px;}
.cateringBlock img{ max-width: 100%;}


/* CONTENT END
-------------------------------------------------- */


.footer {
  position: absolute;
  padding: 10px;
	    
  bottom: 15px;
  width: 100%;
  /* Set the fixed height of the footer here */
  
  /*line-height: 30px; /* Vertically center the text there */
  background-color: #f5f5f5;

    -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0,0.5);
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 25px rgba(0, 0, 0, .5);
  
  text-align: center;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 30px 15px 120px;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

/*Content*/


.cont_justify {
	text-align:justify
}

.cont_costumer img {
	max-width: 100%;
    max-height: 100%;
	vertical-align: middle;
	border: 0;
	
	
}

.content_list {
}

.content_list li {
    list-style-type: square;
}

/**/

.col_4 {	
	padding: 13px;
	text-align: center;
	-webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
	float:left;
	
}

.col_4 img {
	max-width: 100%;
    max-height: 100%;
	vertical-align: middle;
	border: 0;
}

.col_25 {
	text-align: center;
	-webkit-box-flex: 0;
	float:left;
}

.col_25 img {
	max-width: 100%;
    max-height: 100%;
	vertical-align: middle;
	border: 0;
}

.col_75 {
	font-size: 12px;
	-webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 69%;
    width: 69%;
	float:left;
}

.col_cell_top {
	font-size: 12px;
	padding: 5px;
	background-color:#F2F2F2;
	border: 1px solid #CCCCCC;
	-webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
	float:left;
}

.col_cell_info {
	font-size: 12px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	-webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
	float:left;
}

.col_cell_info_price {
	font-size: 12px;
	font-weight:bold;
	color: #F7931E;

}

.padding_l_10 { padding-left: 10px;	}
.padding_b_10 { padding-bottom: 10px;	}


ul.cont {
    list-style-type: square;
}

/*button*/

.button {
  border-radius: 5px;
  background-color: #F48020;
  border: none;
  color: #FFFFFF !important;
  text-align: center;
  font-size:16px !important;
  width:100%;
  padding: 10px;
  transition: all 0.5s;
  cursor: pointer;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

.button span a {
	text-decoration:none;
	color: #FFFFFF 
}



/*responsive*/

@media screen and (min-width:380px){
.footer {
	height: 70px;
}
}


@media screen and (max-width:767px) {

.col_4 {
width: 50%;
}	

.col-4 {
	width: 100%;
}

.col_25 {width:100%}
.col_75 {width:100%}

}

@media screen and (min-width:768px) {

	
}

@media screen and (min-width:992px) {
.col_4 {
width: 25%;
}	
}
@media screen and (max-width:992px) {


.col_25 {width:100%}
.col_75 {width:100%}

}

@media screen and (min-width:1200px) {

}

/*MGD Responsive*/
@media screen and (min-width:1200px) {
.col-half-offset{margin-left:4.166666667%;}
}
@media screen and (min-width:990px) {
.showDropMenu{display: none;}
}


/*Preloader*/
/*----------------------- Preloader -----------------------*/
body.preloader-site {
    overflow: hidden;
}

.preloader-wrapper {
    height: 100%;
    width: 100%;
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
}

.preloader-wrapper .preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 400px;
}


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


/* Create two columns that float next to eachother */
.ContactContainer .column {
    float: left;
    width: 50%;
    margin-top: 6px;
    padding: 20px;
}

/* Clear floats after the columns */
.ContactContainer .row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .ContactContainer .column, .ContactContainer input[type=submit] {
        width: 100%;
        margin-top: 0;
    }
}


/**/



@media screen and (max-width: 990px ) {


#bannerFlightSupport .firstBanner {
    background-size: 50%;
        background-position: center left;
    margin-left: 40px;
}

#bannerFlightSupport .secondBanner {
    background-size: 80%;
}

#bannerFlightSupport .thirdBanner {
    background-size: 40%;
    margin-right: 20px;
}

#bannerFlightSupport .fourthBanner {
    background-position: left top;
    margin-top: 40px;
    margin-left: 20px;
}
	
	/*SPECIAL OFFER*/
	
#bannerSpecialOffer .fourthBanner {
    background-position-y: 20px;
    background-position-x: 20px;
    background-size: 60%;

}
	
	#bannerSpecialOffer .thirdBanner {
    background-position-y: bottom;
    background-position-x: -117px;
    margin-bottom: 28px;
    background-size: 60%;

}


}




	

@media screen and (max-width: 800px) {
	

#bannerPriceList .firstBanner{ 
	background-size:contain;
	
	}
	
	
#bannerSpecialOffer .firstBanner{
	background-position: center;
	background-size: 80%;
	resize: both;
	}
	
#bannerSpecialOffer .secondBanner{
    background-position-y: -9px;
    background-position-x: 290px;

	z-index: 50;
	}
	
	#bannerAboutUs {
    height: 250px;
    }
	
	


	
}