.root-icon-bg-before:before,.root-icon-bg-self,.root-icon-bg:after {
 background-image:url(root-7af455b529c82fb18c8022dbcf679419.png)
}

.booking-icon-bg-before::before, .booking-icon-bg-self, .booking-icon-bg::after {

	background-image: url(booking-fd6493004792b84338c123433067db00.png);
}
     
.txt-blk, #slider,#mFrame, #nav-right, #nav-left, .anim, .prce-blk p,.checked, .the-desc, .smooth {
 -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
   -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
   transition: all 0.5s ease;
}

#sl-1 {
	background-image:url(meals/600slide1.jpg);
}
#sl-2 {
	background-image:url(meals/600slide2.jpg);
}
#sl-3 {
	background-image:url(meals/600slide3.jpg);
}
#sl-4 {
	background-image:url(meals/600slide4.jpg);
}
#sl-5 {
	background-image:url(meals/600slide5.jpg);
}
#sl-6 {
	background-image:url(meals/600slide6.jpg);
}

#slider-holder {
	width: 100%;
	overflow: hidden;
	margin: auto;
	height: 128px;
	position: relative;
	margin: 10px 0;
}

#slider {
	width: 1066px;
	position: absolute;
	left: 0;
	top: 0;
	font-family: "Arial", "sans-serif";
	font-weight:100;
	display:flex;
	flex-direction:row;
}

.slide {
	margin: 0 0.5%;
	/* display: inline-block; */
	/* margin:0; */
	cursor: pointer;
	position: relative;
	/* overflow: hidden; */
	background-color: #ccc;
	float: left;
	background-size: cover;
}

.slide .the-desc {
	width:100%;
	height:100%;
	/* background-color: #edece8; */
	margin: 0;
	margin-top: -100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	font-size: 0.85em;
	/* padding: 10px 0; */
	background-image: url(../tbg.png);
}

.slide:hover .the-desc {
	margin-top:0;
}
/*.mobile-device .slide:hover .the-desc {
	margin-top:-100%;
}*/

.mobile-device .slide.clicked .the-desc {
	margin-top:0%;
}
/*
.slide:hover .the-desc{
	margin-top:0%;
}*/

.the-desc p {
	text-align:center;
	/* padding: 0 10px; */
}

.desc-hldr>p:first-child {
	margin: 0 0 7px;
	font-weight: 600;
	font-size: 1.2em;
	line-height: 1.2em;
}

.slide img {
	height:100%;
	max-width: 100%;
}

.selected .checked{
/*	width: 20px;
	height: 20px;*/
}

.checked{
	position:absolute;
	bottom: 14px;
	left: 13px;
	width: 0px;
	height: 0px;
	background-image:url(../check.png);
	background-size: 20px;

}

.slide-desc-entry {
	position:absolute;
	top:0;
	left: 40px;
	width: 80%;
}

#mFrame {
	position:absolute;
	top: 5px;
	left: 5px;
	height:118px;
	width:164px;
	border: 3px solid red;
}

#nav-binder {
	position:relative;
	width: 100%;
	margin: auto;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}

#nav-right, #nav-left {
	position:absolute;
	width: 20px;
	height: 20px;
	/* background-color:red; */
	top: 40%;
	background-image: url();
	cursor:pointer;
	border-radius: 200px 200px 200px 200px;
	-moz-border-radius: 200px 200px 200px 200px;
	-webkit-border-radius: 200px 200px 200px 200px;
	background-color:#fff;
	z-index: 999;
	border:2px solid #eee;
	padding: 10px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 40%;
}

#nav-right {
	right:-20px;
	background-image: url(../arw-right.jpg);


	
	
	background-color: #fff;
}

#nav-left {
	left: -20px;
	background-image: url(../arw-left.jpg);
}


#nav-left:hover {
	margin-left:-5px;
}

#nav-right:hover {
	margin-right:-5px;
}

#slide-desc {
	border-top:2px solid #ccc;
	width: 525px;
	position: relative;
	height: 79px;
	margin: auto;
	/* background-color: eee; */
}

#slide-desc p {
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	margin: 0;
	padding:0;
	text-align: left;
}

.desc-desc {
	color: #efefef;
	width: 80%;
	margin: 0 auto !important;
	font-size: 0.9em;
}

.prce-blk-eq {
	width:0;
	height:0;
	position:absolute;
	top: 0;
	right: 0;
}

.prce-blk {
	width: 67px;
	height: 67px;
	/* border: 2px solid #d81e05; */
	text-align:center;
	/* padding-top:12px; */
	border-radius:40px;
	/* margin:20px auto 0; */
	position: absolute;
	top: 10px;
	right: 10px;
	overflow:hidden;
	cursor:pointer;
	z-index: 999;
	background-color: #000;
	opacity: 0.6;
}

#slide-desc .price-tag  {
	color: #FEC801;
	font-size:22px;
	line-height: 1em;
	z-index:999;
	padding-top: 15px;
}

#slide-desc .order-sign {
	font-weight:800;
	text-transform:uppercase;
	z-index:999;
	margin-top: 17px;




	color: #000;
	text-align: center;
}

.bg-anim {
	position:absolute;
	top:50%;
	left:50%;
	z-index:0
}

.txt-hldr {
	width:0;
	height:0;
	position:absolute;
	top:50%;
	left:50%;
}

.txt-blk{
	width:70px;
	height:70px;
	position:absolute;
	top:-35px;
	left:-35px;
}

.selected .txt-blk p{
	opacity:0;
	
}

.selected .txt-blk {
	background-image:url(../cm-blue.svg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:50%;
}

.selected .txt-blk {
	background-image:url(../cm-white.svg);
}

.prce-blk p {
	font-weight: 700;
	text-transform:uppercase;
	line-height: 1.35em !important;
	margin-top: 23px !important;
	font-size: 10px;
	color: #fff;
}

.prce-blk:hover p {
	color:#fff
}

.mobile-device .anim {
	display:none;
}

.anim {
	position:absolute;
	width:0px;
	height:0px;
	background-color: #d81e05;
	left:0px;
	top:0px;
	border-radius:90px;
}


.prce-blk:hover .anim{
	width:100px;
	height:100px;
	left:-50px;
	top:-50px;
}

.selected .prce-blk .anim {
	background-color: #d81e05;
	width:100px;
	height:100px;
	left:-50px;
	top:-50px;
}


.selected .prce-blk:hover .price-tag {
	color:#fff
}

#slide-desc .prce-blk:hover .order-sign {
	color:#eee;
}

.prce-blk:hover p {
	color:#fff;
}

.desc-header{
	font-size: 11px;
	text-transform:uppercase;
	font-weight: 700;
	margin-top: 0px;
	color: #efefef;
	/*! padding-top: 20%; */
	max-width: 90%;
	margin: 0 auto!important;
}

.servicesbreakdown-panel-heading {
	margin-bottom: 20px;
}

.destination,.slider-head {
	margin: 0 0 0 20px;
}

.destination img {
	margin-right:5px;
}

.slider-head {
	text-align:center;
	text-transform:uppercase;
	font-size:12px;
	font-weight:800
}
div.service_details_info_div {
	padding-bottom:0;
}

.meal-slider-head {
	font-size:18px;
}

#always-visible{
	font-family: "CoreSansA55Medium", Arial, sans-serif;
	text-align:center;
	padding:10px;
	cursor: pointer;
	text-transform:uppercase;
	font-weight:600;
	background-color: #000;
	color: #fff;
	font-size: 0.8em;
}

#airline-list {
	text-align:center;
	background-color: #000;
	padding-bottom: 10px;
}

#airline-list a {
	font-family: "CoreSansA55Medium", Arial, sans-serif;
	color:#fff;
	text-decoration:none;
}

.airline-sel {
	display:inline-block;
	border:2px solid #BE1902;
	/* padding:5px; */
	border-radius:3px;
	text-transform:uppercase;
	margin-right:10px;
	cursor:pointer;
}

.airline-sel a {
	padding:5px;
	display:inline-block
}

.airline-sel:first-child{
	margin-right:10px;
}

#banner {
	margin-top:20px;
	width:100%;
	height:0;
	padding-top: 150%;
	/* background-color:#efefef; */
	position:relative;
}

.banner-entry {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-size:cover;
	background-position:center;
	overflow:hidden;
}

.banner-txt {
	font-family:"Arial", "sans-serif";
	font-weight:700;
	font-size:3.5em;
	padding:20px;
	text-transform:uppercase;
	color:#fff;
	position:absolute;
	top:0px;
}

.banner-front {
    z-index:999;
}

.banner-back {
    z-index:5;
}

.fading {
	top:-130px;
	opacity:0;
}

.faded {
	opacity:0;
	top:100px;
}

.banner-txt {
    -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
   -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
   transition: all 0.7s ease; 
}

#order-error {
	text-align:center;
	font-weight:700;
	color:red;
	margin-bottom:15px;
}

#popup-holder {
	width: 98%;
	height:100%;
	background-color:#bbbbbd;
	position:absolute;
	/* left:-50px; */
	margin-left: 7px;
	z-index: 1000;
	display: flex;
	/* align-content: center; */
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-size: cover;
	background-position: center;
}

.the-stage {
	display:flex;
	flex-direction:column;
	text-align:center;
	/* display: none; */
	text-align:center;
}

.the-stage img {
	max-width: 190px;
	margin:0 auto 10px;
}

.the-stage input{
	margin-bottom:10px;
	border:2px solid #fff;
	background-image: url(../tbg.png);
	padding: 4px 13px;
	border-radius:3px;
	color: #fff;
	/* font-size: 1.2em; */
	text-align: center;
}

.the-btn {
	text-transform:uppercase;
	font-weight:700;
	color:#fff;
	border:2px solid #fff;
	border-radius:3px;
	padding: 5px 10px;
	background-image: url(../tbg.png);
	letter-spacing:1.5px;
	cursor: pointer;
}

#proceed .small {
	font-size:9px;
	max-width:300px;
	font-weight:100
}

#confirm-order {
	width: 29%;
	margin:0 auto;
}

#sendmail-response {
	color:#fff; 
	font-weight:700;
}

.the-btn:hover {
	background-color:#000000;
}

.the-btn:first-child{
	margin-bottom:10px;
}


.slide-heading {
	font-family:"CoreSansA45Regular", Arial, sans-serif !important;
	margin-bottom:10px !important;
}

#pass-personal {
	margin:0px 10px;
	padding: 5px 0 0px;
	font-weight:700;
}

.quality-tarif {
	padding-bottom: 10px !important;
}

@media (max-width: 800px) {
	
	#nav-right {
		right:-20
	}

	#nav-left {
		left:-20
	}

	.the-desc{
		font-size: 1.1em;
	}
}
