.shadow{
	text-shadow: 4px 4px 3px rgba(5, 5, 5, 1);
	position:relative;
}

.stick {
    position:fixed;
	z-index:999;
	top:0px;
	padding:0px;
}

#tit{
	margin-top:20px;
}

#newSlide{	
	float:left;
	margin-right:10px;
}
.hotels{
	float:left;
	margin-right:10px;
}
.jus{
	text-align:justify;
}
.tabl{
	max-width:506px;
	margin:auto;
}
#lang{
	width:200px;
	height:10px;	
	position:fixed;
	top:0px;
	margin-left:167px;
	z-index:1000;
	font-size:12px;
}

.ser{
	height:370px;	
}

#logo{
	width:90px;
	height:90px;
	background-image: url("../logo.jpg");
	background-size:contain;
	float:left;
	margin-left:10px;
}
.roomlist{
	font-size: 14pt;
}
.partContainer{
	height: 110px;
}
.partner{
	width: 100px;
	height: 100px;
	border: 1px solid grey;
	border-radius: 10px;
	float:left;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 5px;
	margin-right:5px;

}
.booking{
	background-image: url("../img/partner/booking.png");
}
.expedia{
	background-image: url("../img/partner/expedia.png");
}
.hotel{
	background-image: url("../img/partner/hotels.png");
}
.trip{
	background-image: url("../img/partner/trip.png");
}
.mybox{
	margin-top: 100px;
}

.mybox1{
	margin-bottom: -100px;
}

.navheadtext{
	font-size: 13px;
}
h2{
	font-weight: 550 !important;
}

.bookNow{
	padding:5px;	
	font-weight: 700 !important;	
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	background: #e570e7;
background: -moz-linear-gradient(top,  #e570e7 0%, #c85ec7 47%, #a849a3 100%);
background: -webkit-linear-gradient(top,  #e570e7 0%,#c85ec7 47%,#a849a3 100%);
background: linear-gradient(to bottom,  #e570e7 0%,#c85ec7 47%,#a849a3 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e570e7', endColorstr='#a849a3',GradientType=0 );
	color:white;
}

.bookNow:hover{
	background: #cb60b3;
background: -moz-linear-gradient(top,  #cb60b3 0%, #ad1283 50%, #de47ac 100%);
background: -webkit-linear-gradient(top,  #cb60b3 0%,#ad1283 50%,#de47ac 100%);
background: linear-gradient(to bottom,  #cb60b3 0%,#ad1283 50%,#de47ac 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb60b3', endColorstr='#de47ac',GradientType=0 );

	color:black;
}