@font-face {
    font-family: 'meriendabold';
    src: url('fonts/merienda-bold-webfont.eot');
    src: url('fonts/merienda-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/merienda-bold-webfont.woff2') format('woff2'),
         url('fonts/merienda-bold-webfont.woff') format('woff'),
         url('fonts/merienda-bold-webfont.ttf') format('truetype'),
         url('fonts/merienda-bold-webfont.svg#meriendabold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'meriendaregular';
    src: url('fonts/merienda-regular-webfont.eot');
    src: url('fonts/merienda-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/merienda-regular-webfont.woff2') format('woff2'),
         url('fonts/merienda-regular-webfont.woff') format('woff'),
         url('fonts/merienda-regular-webfont.ttf') format('truetype'),
         url('fonts/merienda-regular-webfont.svg#meriendaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
a, a:hover, a:focus, input, input:focus, :hover, :focus, textarea, img{
	text-decoration:none !important;
	outline:none !important;
	-webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition:  0.4s ease;
    -o-transition:0.4s ease;
    transition: all 0.4s ease 0s;
}
ol, ul{
	padding:0;
	margin:0;
	list-style:none;
}
img{
	max-width:100%;
}
/*********************************************************
GENERAL CSS
*********************************************************/
.wrapper, header, .banner, .abt_us, .our_facility, .gallery, .testimonial, .btn_foot{
	float:left;
	width:100%;
}
.home{
	background:url(images/bg7.png) repeat-y fixed;
}
header{
    background-color: #511E59;
    padding: 20px 0;
}
.logo{
	position: relative;
    display: inline-block;
    top: -12px;
}
.logo img{
	max-width: 145px;
}
.logo span{
	position: absolute;
    width: 100%;
    left: 0;
    bottom: -24px;
    min-width: 300px;
    color: #fff;
}
header ol{
	float:right;
}
header ol li{
	float:left;
	margin-left:20px;
	font-size:13px;
	color:#fff;
}
header ol li:before{
	content: "";
	display: block;
	float: left;
	background: url(images/icon1.png) no-repeat;
	width: 23px;
	height: 12px;
	margin-right: 5px;
}
header ol li.header_mail:before{
	background-position:0 0;
}
header ol li.header_mob:before{
	background-position: right 0;
    width: 8px;
    height: 14px;
}
header ol li a{
	color:#fff;
}
header .navbar{
    float: right;
    clear: both;
    background-color: transparent;
    border: none;
    border-top: 1px solid #fff;
    border-radius: 0;
    min-height: inherit;
    margin-bottom: 0;
    padding-top: 3px;
    margin-top: 7px;
}
header .navbar .navbar-header{
	display:none;
}
header .navbar .container-fluid, header .navbar .collapse {
	padding:0;
}
header .navbar .collapse ul li:first-child a{
	margin-left:0;
}
header .navbar .collapse ul li a{
	color: #fff;
    padding-right: 0;
    margin-left: 30px;
	padding-top: 5px;
    padding-bottom: 5px;
}
header .navbar .collapse ul li a:hover, header .navbar .collapse ul li a:focus{
	opacity:.5;
	color:#fff;
}
.banner{
	margin-bottom:50px;
}
.banner .carousel-control{
	background:none;
	opacity:1;
}
.banner .carousel-control span{
	background: url(images/arrow.png) no-repeat;
	width: 48px;
	height: 67px;
	float: left;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	-webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition:  0.4s ease;
    -o-transition:0.4s ease;
    transition: all 0.4s ease 0s;
}
.banner .left.carousel-control span{
	left: 70px;
	background-position:0 0;
}
.banner .right.carousel-control span{
	right:70px;
	background-position:right top;
}
.banner .left.carousel-control:hover span{
	background-position:0 bottom;
}
.banner .right.carousel-control:hover span{
	background-position:right bottom;
}
.abt_us img{
	float:left;
	margin-right:70px;
}
.abt_us .abt_content{
	float:left;
	width:67%;
	background: rgba(255, 255, 255, 0.7);
    padding: 37px;
    border-radius: 43px;
}
.abt_us .abt_content p{
	font-size:16px;
	line-height:30px;
	margin-bottom:20px;
}
.abt_us .abt_content a{
    background-color: #3d0244;
    color: #fff;
    text-transform: uppercase;
    border-radius: 6px;
    padding: 15px 46px;
    float: left;
}
.abt_us .abt_content a:hover{
	background-color:#111;
}
h2.heading{
	float:left;
	font-size:40px;
	width:100%;
	margin-bottom:40px;
	margin-top:0;
}
h2.heading.heading1{
	color:#fff;
}
h2.heading span{
	font-family: 'meriendabold', Helvetica, Arial, sans-serif;
	text-transform:uppercase;
}
.our_facility{
	background-image:url(images/facility_bg.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-color:#3d0244;
	text-align:center;
	padding:50px 0 15px;
	margin-bottom:50px;
	position:relative;
}
.our_facility ul{
	float:left;
	width:100%;
	text-align:center;
}
.our_facility ul li{
    display: inline-block;
    width: 7%;
    margin: 0 40px 50px;
    vertical-align: top;
}
.our_facility ul li span{
	border: 2px solid #fff;
    width: 100px;
    height: 100px;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 18px;
	-webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition:  0.4s ease;
    -o-transition:0.4s ease;
    transition: all 0.4s ease 0s;
}
.our_facility ul li:hover span{
	background-color:#fff;
}
.our_facility ul li p{
	font-family: 'meriendabold', Helvetica, Arial, sans-serif;
	font-size:16px;
	color:#fff;
	margin-bottom:0;
}
.our_facility ul li span{
	background:url(images/icons.png) no-repeat;
	background-size: 2539px;
	
}
.our_facility ul li.icon1 span{
	background-position: 18px 22px;
}
.our_facility ul li.icon2 span{
	background-position: -147px 22px;
}
.our_facility ul li.icon3 span{
	background-position: -313px 22px;
}
.our_facility ul li.icon4 span{
	background-position: -480px 22px;
}
.our_facility ul li.icon5 span{
	background-position: -646px 22px;
}
.our_facility ul li.icon6 span{
	background-position: -812px 22px;
}
.our_facility ul li.icon7 span{
	background-position: -977px 22px;
}
.our_facility ul li.icon8 span{
	background-position: -1143px 22px;
}
.our_facility ul li.icon9 span{
	background-position: -1309px 22px;
}
.our_facility ul li.icon10 span{
	background-position: -1475px 25px;
}
.our_facility ul li.icon11 span{
	background-position: -1639px 22px;
}
.our_facility ul li.icon12 span{
	background-position: -1807px 22px;	
}
.our_facility ul li.icon13 span{
	background-position: -1973px 22px;
}
.our_facility ul li.icon14 span{
	background-position: -2139px 22px;
}
.our_facility ul li.icon15 span{
	background-position: -2308px 22px;	
}
.our_facility ul li.icon16 span{
	background-position: -2470px 22px;
}
.our_facility ul li.icon1:hover span{
	background-position: 18px -119px;
}
.our_facility ul li.icon2:hover span{
	background-position: -147px -119px;
}
.our_facility ul li.icon3:hover span{
	background-position: -313px -119px;
}
.our_facility ul li.icon4:hover span{
	background-position: -480px -119px;
}
.our_facility ul li.icon5:hover span{
	background-position: -646px -119px;
}
.our_facility ul li.icon6:hover span{
	background-position: -812px -119px;
}
.our_facility ul li.icon7:hover span{
	background-position: -977px -119px;
}
.our_facility ul li.icon8:hover span{
	background-position: -1143px -119px;
}
.our_facility ul li.icon9:hover span{
	background-position: -1309px -119px;
}
.our_facility ul li.icon10:hover span{
	background-position: -1475px -116px;
}
.our_facility ul li.icon11:hover span{
	background-position: -1639px -119px;
}
.our_facility ul li.icon12:hover span{
	background-position: -1807px -119px;	
}
.our_facility ul li.icon13:hover span{
	background-position: -1973px -119px;
}
.our_facility ul li.icon14:hover span{
	background-position: -2139px -119px;
}
.our_facility ul li.icon15:hover span{
	background-position: -2308px -119px;	
}
.our_facility ul li.icon16:hover span{
	background-position: -2470px -119px;
}
.our_facility ul li.icon2 + .tooltip.in .tooltip-inner{
    background-color: #FF82BB;
}
.our_facility ul li.icon2 + .tooltip.in .tooltip-arrow{
	border-bottom-color: #FF82BB;
}
.our_facility .tooltip.in{
	opacity:1;
}
.our_facility .tooltip .tooltip-inner {
    background-color: #EAE7E5;
    border-radius: 8px;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.4);
    color: #000;
}
.our_facility .tooltip.bottom .tooltip-arrow{
	border-bottom-color: #EAE7E5;
	border-width: 0 8px 8px;
    top: -3px;
}
.gallery{
	text-align:center;
	margin-bottom:50px;
}
.gallery ul{
	float:left;
	width:100%;
}
.gallery ul li{
	float:left;
	width:100%;
	text-align:center;
}
.gallery ul li:hover img{
}
.gallery ul li a{
	position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
	background: rgba(61,2,68,0.7);
    left: 0;
    right: 0;
	transform:scale(0);
	-webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform:  scale(0);
    -o-transform:scale(0);
}
.gallery ul li a span{
	border-radius: 50px;
    color: #3D0244;
    font-size: 35px;
    background: #fff;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}
.gallery ul li:hover a{
	transform:scale(1);
	-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform:  scale(1);
    -o-transform:scale(1);
}
.testimonial{
	text-align:center;
	background:#111;
	padding-bottom:25px
}
.testimonial h3{
    color: #fff;
    font-size: 25px;
    margin-top: 45px;
    margin-bottom: 30px;
}
.testimonial ul{
	width: 50%;
    margin: 0 auto 40px;
}
.testimonial ul li{
	float:left;
	width:100%;
	margin-bottom:20px;
}
.testimonial ul li p{
	color:#fff;
	line-height:26px;
	margin-bottom:20px;
}
.testimonial ul li span{
	color:#fff;
	font-size:22px;
	text-transform:uppercase;
}
.social ul{
	width: 750px;
    border-top: 1px solid #4e4e4e;
    padding-top: 35px;
	position:relative;
	margin-bottom: 0;
}
.social ul:before{
    content: "";
    display: inline-block;
    background-color: #4e4e4e;
    height: 1px;
    width: 600px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 12px;
}
.social ul li{
    float: left;
    width: auto;
    margin: 0 6px;
}
.social ul li:first-child{
	margin-left:0
}
.social ul li a{
	width:35px;
	height:35px;
	border:1px solid #fff;
	border-radius:50%;
	display:block;
	background:url(images/social.png) no-repeat;
}
.social ul p{
	float:right;
	font-size:20px;
	margin-bottom:0;
	color:#fff;
}
.social ul p img{
	margin-top: -6px;
    margin-left: 5px;
}
.social ul p span{
	color: #BF0000;
}
.social ul li.fb a{
	background-position: 13px center;
}
.social ul li.tweet a{
	background-position: -21px center;
}
.social ul li.gplus a{
	background-position: -54px center;
}
.social ul li.ytube a{
	background-position: -87px 8px;	
}
.btn_foot{
	background:#0c0c0c;
	line-height:60px;
}
.btn_foot p{
	margin-bottom:0;
	font-size:12px;
	color:#3e3e3e;
	font-family: 'meriendabold', Helvetica, Arial, sans-serif;
}
.btn_foot a{
	color:#6b6b6b;
}
.btn_foot a:hover{
	color:#fff;
}
::selection{
	background-color:#3d0244;
	color:#fff;
}
.web-counter{
	float: left;
    width: 100%;
    margin-top: -38px;
}
.web-counter a{
	color:#fff;
}
/*********************************************************
Page
*********************************************************/
.page{
    margin-bottom: 40px;
    float: left;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 43px;
    margin-top: 50px;
    padding:30px;
}
.page h2{
	text-align:center;
	margin-top:10px;
}
.page form{
	float: left;
    width: 100%;
    margin-bottom: 20px;
}
.page input, .page textarea{
	width:100%;
	border:1px solid #666;
	float:left;
	margin-bottom:20px;
	height:40px;
	padding:5px;
	background:#fff;
}
.page textarea{ height:85px; }
.page input[type="submit"]{
	width:150px;
	background:#000;
	border:none;
	color:#fff;
	margin-bottom:0;
}
.page input[type="submit"]:hover{
	background:#511d59;
}
.page iframe{
	width:100%;
	height:300px;
}
.page .col-sm-6 p{
	line-height: 28px;
}
.page .col-sm-6{
	margin-bottom:30px;
}

 .page .contact .col-sm-6{
 }
 
	
.page .col-sm-6 h3{
	margin-top:0;
}
.page ul{
	margin-bottom:30px;
}
.page ul li{
	margin-bottom:10px;
}

.room-type{
    clear: both;
    text-align: center;
    float: left;
    width: 100%;
}

.room-type ul li {
    margin-bottom: 10px;
    display: inline-block;
    width: 40%;
    font-size: 26px;
    border: 3px solid #511E59;
    background: rgba(255, 255, 255, .5);
    padding: 5px 3px;
}
.room-type h4 {
    font-size: 22px;
    text-decoration: underline !important;
    font-weight: bold;
}
.room-type .room_img li{
	float: left;
    width: 47%;
    margin: 15px;
}
.room-type p{
	margin-bottom:25px;
	line-height:30px;
}
.room-type hr {
    margin-bottom: 35px;
    border-top: 1px solid #000;
}
/*********************************************************
MEDIA QUERY
*********************************************************/
@media screen and (max-width: 1550px) {
	.our_facility ul li{
		margin: 0 30px 50px;
	}
}
@media screen and (max-width: 1250px) {
	header .navbar{
		margin-top:-30px;
	}
	.abt_us img {
		margin-right: 40px;
	}
	.abt_us .abt_content {
		width: 64%;
	}
	.our_facility ul li {
		width: 11%;
		margin: 0 22px 50px;
	}
	.logo span {
    	font-size: 9px;
   }
   .room-type .room_img li {
    	width: 46%;
   }
}
@media (min-width: 1200px) and (max-width: 1230px) {
	.container {
		width: 1183px;
	}
}
@media screen and (max-width: 991px) {
	header .navbar .collapse ul li a{
		margin-left: 0px;
	}
	header .navbar .collapse ul li:first-child a{
		padding-left:0;
	}
	.abt_us{
		margin-bottom:50px;
	}
	.our_facility ul li {
		width: 14%;
		margin: 0 18px 50px;
	}
	.abt_us img{
		max-width:30%;
	}
	.social ul{
		width:650px;
	}
	.social ul:before{
		width:550px;
	}
	.room-type .room_img li {
    	width: 45%;
   }
	
}
@media screen and (max-width: 767px) {
	header .navbar {
		margin-top: 15px;
		width: 100%;
	}
	header .navbar .container-fluid, header .navbar .collapse {
		padding: 0 15px;
	}
	header .navbar .navbar-header {
		display: block;
	}
	header .navbar .navbar-header a{
		color:#fff;
	}
	header .navbar .navbar-header .navbar-toggle{
		border-color: #fff;
	}
	header .navbar .navbar-header .navbar-toggle .icon-bar{
		background-color: #fff;
	}
	header .navbar .collapse ul li a {
		margin-left: 0;
		padding: 10px 15px;
	}
	.banner .left.carousel-control span{
		left:10px;
	}
	.banner .right.carousel-control span{
		right:10px;
	}
	.abt_us img {
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.abt_us .abt_content {
		width: 100%;
	}
	.our_facility ul li {
		width: 19%;
		margin: 0 14px 50px;
	}
	.testimonial ul{
		width:80%;
	}
	.social ul {
		width: 100%;
	}
	.social ul:before {
		width: 80%;
	}
	.social ul li {
		float: none;
		display: inline-block;
    }
	.social ul p {
		float: none;
		display: inline-block;
		width: 100%;
		margin-top: 10px;
    }
	.web-counter {
       margin-top: 10px;
    }
	.logo img{
		float:left;
	}
	.logo span {
		position: relative;
		width: auto;
		min-width: inherit;
		clear: both;
		float: left;
		margin-top: 9px;
		bottom: 0;
        font-size: 12px;
    }
	header .navbar .collapse ul li:first-child a {
        padding-left: 15px;
    }
	.room-type .room_img li {
    	width: 100%;
		margin:15px 0 15px 0;
   }
}
@media screen and (max-width: 567px) {
	header{
		text-align:center;
	}
	.logo img{
		float:none;
	}
	.logo span{
		width:100%;
	}
	header ol {
		width: 100%;
		margin-top: 15px;
	}
	header ol li {
		float: none;
		margin: 0 10px;
		font-size: 13px;
		display: inline-block;
	}
	header .navbar{
		text-align:left;
	}
	.banner .carousel-control span{
		display:none;
	}
	.our_facility ul li {
		width: 25%;
		margin: 0 14px 50px;
	}
	.gallery .owl-nav div{
		position: static !important;
		float: none;
		display: inline-block;
		margin: 20px 5px 0;
	}
	.btn_foot {
		line-height: inherit;
		text-align: center;
		padding: 15px 0;
	}
	.btn_foot p{
		float:none !important;
		line-height: 28px;
	}
	h2.heading{
		font-size:30px;
	}
}
@media screen and (max-width: 413px) {
	header ol li{
		margin: 0 10px 5px;
	}
	.our_facility ul li {
		width: 41%;
		margin: 0 10px 50px;
	}
	.testimonial ul{
		width:100%;
	}
}


































