/** Common **/
* { 
	outline: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
a {  
	text-decoration: none;
	transition: all .25s;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
}
.left { 
	float: left !important;
}
.right { 
	float: right !important;
}
.primary_btn { 
	font-size: 15px;
	font-family: 'proxima_nova_rgbold';
	display: inline-block;
	color: #fff;
	background: #f3901d;
	padding: 10px 15px;
	text-transform: uppercase;
	line-height: 20px;
	clear: both;
	
	transition: all .25s;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
}
.primary_btn:hover { 
	background: #dd7e10;
}
/** Main **/
body { 
	line-height: 1.5;
	font-size: 14px;
	font-family: 'Source Sans Pro', sans-serif;
	background: #fff;
}
.main_container { 
	width: 100%;
	overflow: hidden;
}
.header { 
	padding: 20px 20px 0;
	background-color: #eaeaea; 
	background-image: -webkit-linear-gradient(bottom, #ececec, #fff); 
	background-image: -moz-linear-gradient(bottom, #ececec, #fff); 
	background-image: -o-linear-gradient(bottom, #ececec, #fff); 
	background-image: linear-gradient(to top, #ececec, #fff);
	
	-webkit-box-shadow: 0 1px #c6c6c6, inset 0 1px 3px rgba(0,0,0,.12); 
	-moz-box-shadow: 0 1px #c6c6c6, inset 0 1px 3px rgba(0,0,0,.12); 
	box-shadow: 0 1px #c6c6c6, inset 0 1px 3px rgba(0,0,0,.12); 
} 
.top { 
	text-align: right;
	overflow: hidden;
}
.top > ul {
    float: right;
    margin-top: 7px;
}
.top ul li { 
	position: relative;
	display: inline-block;
	vertical-align: middle;
	height: 28px;
	line-height: 34px;
}
.top ul li.fb { 
	width: 30px;
	background:url('../images/social.png') no-repeat;
	margin-left: 20px;
	margin-right: 2px;
}
.top ul li.tw{ 
	width: 30px;
	background:url('../images/social.png') no-repeat -32px 0;
}
.top ul li a { 
	height: 30px;
	width: 30px;
	display: inline-block;
} 
.certification {
    color: #555555;
    float: left;
    font-size: 12px;
    text-align: left;
	margin-left: 35px;
}
.certification > img {
    display: inline-block;
    vertical-align: middle;
}
.certification span {
    display: inline-block;
    margin-left: 7px;
    vertical-align: middle;
}
.header_nav { 
	padding-bottom: 5px;
    padding-top: 30px;
    width: 100%;
	clear: both;
}
.header_nav_bot{position: relative;  top: 3px;}
	
.header_nav.clearfix > ul {
    float: right;
}
.header_nav li { 
	float: left;
	position: relative;
	transition: all .25s;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
}
.header_nav li a { 
	padding: 10px 12px;
	display: block;
	color: #fff;
	font-size: 15px;
	font-family: 'Source Sans Pro', sans-serif;
}
.header_nav li.active{padding: 7px 0 0;
    position: relative;
    top: -7px;}
	
.header_nav li:first-child a { 
	padding: 0 15px;
}
.header_nav li:after {
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
}
.grey { background: #465866;}
.grey:after, .grey:hover { 
	background: #304250;
}

.skyb { background: #4cc3eb;}
.skyb:after, .skyb:hover { background: #008bba} 
.red { background: #ec4945;}
.red:after, .red:hover { background: #b70400;}
.orange { background: #f3901d;}
.orange:after, .orange:hover { background: #c46900;}
.green { background: #9bbd4c;}
.green:after, .green:hover{ background: #608a00;}
.yellow { background: #ffce29;}
.yellow:after, .yellow:hover { background: #e1ad00; } 

/** Section**/
.section { 
	padding: 45px 0;
	font-size: 16px;
	color: #818181;	
	margin-bottom: -1px;
}
h1.heading { 
	color: #9e0000;
	font-size: 27px;
	position: relative;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	margin-bottom: 20px;
}

h1.heading:after {
    border: 1px solid #f3901d;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    width: 60px;
}
/** About Section**/
.about_section { 
	background:url(../images/pattern.jpg) repeat;
}
.about_section ul { 
	float: left;
	width: 100%;
	margin: 30px 0;
}
.about_section ul li {
    float: left;
    margin-right: 0.66%;
    width: 24.5%;
}
.about_section .style_list { 
	margin: 0px;
	list-style: outside disc;
	padding-left: 20px;
}
.about_section .style_list li { 
	width: 100%;
	margin-bottom: 10px;
}
.about_section ul li:last-child { 
	margin-right: 0px;
}
.full_width { 
	float: left;
	width: 100%;
	padding-top: 20px;
	color: #606060;
}
.full_width h3 { 
	font-size: 25px;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	color: #434343;
	margin-bottom: 5px;
}
.full_width h4 { 
	font-size: 17px;
	font-family: 'Source Sans Pro', sans-serif;
	margin-bottom: 15px;
}
/** facility_section **/
.facility_section { 
	background: #ededed;
}
.facility_section li { 
	padding-bottom: 25px;
	padding-left: 20px;
}
.facility_section li a { 
	padding: 6px 0 5px 35px;
	color: #808080;
	background:url(../images/link_arrow.png) no-repeat;
}
/** Things_section **/
.things_section { 
	background:url(../images/pattern.jpg) repeat;
}
.things_section ul.things_visit { 
	padding-top: 30px;
}
.things_section ul.things_visit li { 
	padding: 10px 0 10px 40px;
	background: url(../images/tick.png) no-repeat 0 10px;
}
/* Basic jQuery Slider essential styles */
#banner-fade { margin: 40px 0;}
ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}
.bjqs-controls a { height: 70px; width: 30px; text-indent: -9999em;}
.bjqs-prev a { 
	background:url("../images/slider-arrows.png") no-repeat scroll -73px -95px rgba(0, 0, 0, 0);
}
.bjqs-next a { 
	background: url("../images/slider-arrows.png") no-repeat scroll -24px -95px rgba(0, 0, 0, 0);
}

/*** Footer Conatainer***/
.footer_container { 
	padding: 30px 0 0;
	background: #000;
	color: #fff;
}
.footer { 
	border-bottom: 1px dashed #fff;
	padding-bottom: 15px;
	margin-bottom: 10px;
	    padding-top: 20px;
}
.grid_5.ftr {
    margin-top: 10px;
}
.footer a { color: #fff;}
.footer p strong { 
	font-size: 25px;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 2;
}
.footer_nav a { 
	color: #fff; font-size:15px;
	font-family: 'Source Sans Pro', sans-serif;
}
.footer_nav li { 
	padding-left: 25px;
	height: 30px;
	background:url(../images/footer_sprite.png) no-repeat;
}
.footer_nav li.home { background-position: 0 2px;}
.footer_nav li.about { background-position: 0 -30px;}
.footer_nav li.facility { background-position: 0 -62px;}
.footer_nav li.tarif { background-position: 0 -93px; }
.footer_nav li.gal { background-position: 0 -125px;}
.footer_nav li.testi { background-position: 0 -156px;}
.footer_nav li.contact { background-position: 0 -187px;}
.footer form input[type="text"] {  
	width: 280px;
	border: 2px solid #fff;
	border-radius: 3px;
	background: #000;
	height: 40px;
	color: #fff;
	padding: 0 10px;	
	font-family: 'Source Sans Pro', sans-serif;
}
.footer form input[type="submit"] {  
	width: 280px;
	margin-top: 10px;
	background: #3a3a3a;
	text-align: center;
	padding: 10px;
	border: none;
	color: #fff;
	font-size: 16px;
	border-radius: 3px;
	font-family: 'Source Sans Pro', sans-serif;
	cursor: pointer;
}
.social_footer { padding-top: 15px;}
.social_footer li { display: inline-block; margin-right: 5px;}
.social_footer a { 
	height: 33px;
	width: 33px;
	display: inline-block;
}
.social_footer .fbook a{ 
	background:url(../images/footer-social.png) no-repeat;
}
.social_footer .twitter a { 
	background:url(../images/footer-social.png) no-repeat 0 -46px;
}
.copyright {
    clear: both;
    text-align: center;
	padding-bottom: 10px;
	color: #888;
}

/*abt-virsa*/

.about_virsa{ float:left; width:100%;}

.about_virsa .grid-content{background:#ececec; float:left; width:100%; padding:20px;}

.grid-content p{margin:0 0 15px 0; text-align:justify;}
.grid-content h2{color:#303030; font-size:20px; text-transform:uppercase; float:left; width:100%; margin:0 0 10px 0;}
.heading2{color:#303030; font-size:20px; text-transform:uppercase; float:left; width:100%; margin:20px 0;}

.max-img{float: left; max-width: 33%; margin:0 0 20px 0;}

/*abt-virsa*/

/*thing-can-do*/

.facilities-content{float:left; width:100%; margin-bottom: 20px;}
.facilities-content h2{color:#303030; font-size:20px; text-transform:uppercase; float:left; width:100%; margin:20px 0;}

.about_section .facilities-list{width:100%; float:left; margin:0;}
.about_section .facilities-list li{width:49%; float:left; background:url('../images/list-arrow.png') no-repeat; padding:0 0 10px 30px; font-size:14px;}

.about_section .room-types{width:100%; float:left;}
.about_section .room-types li{float:left; margin:0 32px 0 0;  width:31%; text-align:center;}
.about_section .room-types li:last-child{margin:0;}
/*.about_section .room-types li a{float:left; width:100%;}
*/.about_section .room-types li figure{box-shadow:0 0 6px #b4b4b4; margin:0 0 20px 0;
 -moz-box-shadow:0 0 6px #b4b4b4; -webkit-box-shadow:0 0 6px #b4b4b4; padding:10px 10px 3px 10px;}

.about_section .room-types li span{display:inline-block; color:#545454; font-size:17px; font-family: 'Source Sans Pro', sans-serif; text-transform:uppercase;}
.about_section .room-types li blockqoute{display:inline-block; color:#545454; font-size:15px; 
font-family: 'Source Sans Pro', sans-serif; font-style:italic; margin:5px 0;}

.about_section .room-types li a{display:inline-block; background:#f3901d; color:#ffffff; 
padding:8px 20px; font-family: 'Source Sans Pro', sans-serif; text-transform:uppercase; margin:10px 0 0 0;}

.about_section .room-types li a:hover{background:#d47608;}

.visit-panel{width:100%; float:left; border-bottom:1px dotted #bababa; padding:0 0 20px 0; margin:20px 0 10px 0;}
.visit-panel:last-child{border-bottom:none; padding:0;}
.left-panel{width:28%; float:left;}

.right-panel{width:70%; float:right;}

.right-panel span{width:100%; float:left; color:#434343; font-size:18px; font-family: 'Source Sans Pro', sans-serif; margin:0 0 5px 0;}
.right-panel p{width:100%; float:left; color:#606060; font-size:16px; font-family: 'Source Sans Pro', sans-serif; line-height:22px;}

.right-panel a{float:left; background:#f3901d; color:#ffffff; font-size:15px; 
padding:6px 15px; font-family: 'Source Sans Pro', sans-serif; text-transform:uppercase; margin:0;}

.pagination-box{width:auto; float:right; margin:20px 0 0 0;}
.pagination-box p{width:auto; float:left; font-size:15px; color:#9f9e9e; margin:10px 10px 0 0; font-family: 'Source Sans Pro', sans-serif;}

.pagination-box ul{width:auto; float:left; margin:0;}
.pagination-box ul li{width:auto; float:left; margin:0 5px 0 0;}
.pagination-box ul li a{width:auto; float:left; font-size:15px; font-family: 'Source Sans Pro', sans-serif;;
 background:#c3c3c3; padding:8px 15px; text-decoration:none; color:#ffffff;} 

.pagination-box ul li a:hover{background:#737373;}
.pagination-box ul li a.active{background:#737373;}

/*thing-can-do*/



/*tariff-css*/

.tariff-box{width:100%; float:left; margin:20px 0 0 0; box-shadow:0 0 8px #bababa;
 -moz-box-shadow:0 0 8px #bababa; -webkit-box-shadow:0 0 8px #bababa;}
 
.tariff-box tr{}
.tariff-box tr:nth-child(1){background:#465866; color:#c1c7cc; text-transform:uppercase; }
.tariff-box tr:nth-child(2){background:#54d3e6; color:#555555; }
.tariff-box tr:nth-child(3){background:#e9e9e9; color:#555555; }
.tariff-box tr:nth-child(4){background:#ffffff;}

.tariff-box td{font-size:17px; padding:20px; font-family: 'Source Sans Pro', sans-serif;}
.tariff-box td a{text-transform:uppercase; font-size:17px; color:#ffffff; padding:12px 15px; border-radius:4px;
 -moz-border-radius:4px; -webkit-border-radius:4px; font-family: 'Source Sans Pro', sans-serif;}
.tariff-box td a.first{background:#9e0000;}
.tariff-box td a.second{background:#ff6e21;}
.tariff-box td a.third{background:#fdad02;}


/*tariff-end-css*/

/*gallery-box*/
.gallery-tabs{width:100%; float:left; background:#e1e1e1; padding:12px 0 7px 0; margin:20px 0; text-align:center;}
.gallery-tabs ul{width:auto; display:inline-block; float:none; margin:0;}
.gallery-tabs ul li{width:auto; float:left; margin:0;}
.gallery-tabs ul li a{width:auto; float:left; font-size:17px; color:#303030; padding:0 10px; font-family: 'Source Sans Pro', sans-serif;}
.gallery-tabs ul li a:hover{color:#9E0000;}

.gallery-box{width:100%; float:left;}
.gallery-box a{width:313px; height:257px; float:left; position:relative; overflow:hidden;}
.gallery-box a img{max-width:100%;}

.gallery-box a:hover figure{bottom:0;}
.gallery-box a figure{padding:20px 0; background:rgba(0,0,0,0.6); position:absolute; bottom:-68px; width:100%; 
left:0; font-family: 'Source Sans Pro', sans-serif; font-size:15px; text-transform:uppercase; color:#ffffff; text-align:center; transition: all .25s;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;}

/*gallery-box-end*/


/*testimonials*/
.testimonial-box{background-color: #fff; -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.08); 
-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.08); box-shadow: inset 0 1px 3px rgba(0,0,0,.08);
 border: solid 1px rgba(0,0,0,.19); width:100%; padding:20px; float:left; margin:20px 0;}

.testimonial-box p{color:#858585; font-size:14px; float:left; width:100%; font-family: 'Source Sans Pro', sans-serif; line-height:24px; 
margin:0 0 15px 0;}

.testimonial-box .left-box{width:60px; height:60px; float:left; overflow:hidden; background:#d8d8d8; border-radius:50px; 
-moz-border-radius:50px; -webkit-border-radius:50px; text-align:center;}
.testimonial-box .left-box img{display:inline-block; margin:15px 0 0 0;}


.testimonial-box figcaption{width:80%; float:left; margin:0 0 0 20px;}
.testimonial-box figcaption b{color:#737373; font-size:22px; float:left; width:100%; font-family: 'Source Sans Pro', sans-serif;}
.testimonial-box figcaption small{color:#737373; font-size:17px; float:left; width:100%; margin:0;
 font-family: 'Source Sans Pro', sans-serif; font-style:italic;}
/*testimonials-end*/


/*contact-css*/
.contact-box{width:100%; float:left; margin:20px 0;}
.contact-box .left-box{width:60%; float:left;}
.contact-box .left-box input[type="text"]{height:45px; background: #ececec; border:1px solid #455765; width:48%; 
color:#5a5a5a; font-size:15px; font-family: 'Source Sans Pro', sans-serif; padding:5px 10px; margin:0 0 15px 0;}

.contact-box .left-box input[type="text"]:nth-child(2n){float:right;}

.contact-box .left-box textarea{height:120px; background: #ececec; border:1px solid #455765; width:100%; 
color:#5a5a5a; font-size:15px; font-family: 'Source Sans Pro', sans-serif; padding:5px 10px; resize:none; margin:0 0 15px 0;}

.contact-box .left-box input[type="submit"]{height:50px; background:#465866; width:100%;  text-transform:uppercase;
color:#ffffff; font-size:17px; font-family: 'Source Sans Pro', sans-serif; padding:0; border:none; cursor: pointer;}


.contact-box .right-box{width:35%; float:right;}

.contact-box .right-box span{width:100%; float:left; font-size:15px; color:#757575; 
font-family: 'Source Sans Pro', sans-serif; margin:0 0 10px 0;}
.contact-box .right-box span a{width:100%; float:none; color:#757575; text-decoration:none;}
.contact-box .right-box span a:hover{text-decoration:underline; color:#333333;}
.contact-box .right-box span b{float:left; width:100px;}
.contact-box .right-box span strong{float: right; width: 229px; }

.contact-box .right-box h5{width:100%; float:left; font-size:18px; color:#757575; font-family: 'Source Sans Pro', sans-serif;}

.links{width:100%; float:left; margin:10px 0 0 0;}
.links figcaption{float:left; margin:0 10px 0 0;}

.map-box{width:100%; float:left; background:#fff; border:1px solid #c9c9c9; padding:10px; margin:20px 0 0 0;}

.map-box .landmark{width:230px; float:left; display: none;}

.map-box .landmark ul{float:left; background:#ffffff; box-shadow:0 0 5px #cfcfcf; -moz-box-shadow:0 0 5px #cfcfcf; 
-webkit-box-shadow:0 0 5px #cfcfcf; padding:15px 10px;
 border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; width:100%;}
.map-box .landmark ul li{font-size:14px; color:#707070; float:left; width:100%; text-indent:20px; padding:7px 0; 
font-family: 'Source Sans Pro', sans-serif; margin:0;}
.map-box .landmark ul li img{float:left; margin:0 0 0 15px; width:20px;}

.map-box .map-img{float:left; width:100%;}

.pop-up{width:100%; height:100%; float:left; position:fixed; top:0; left:0; background:rgba(0,0,0,0.4); z-index:1; display:none;}
.pop-up .booking-form{width:750px; position:absolute; top:100px; left:50%; margin:0 0 0 -375px; box-shadow:0 0 5px #a3a3a3; 
-moz-box-shadow:0 0 5px #a3a3a3; -webkit-box-shadow:0 0 5px #a3a3a3; padding:20px; background:#ededed; text-align:center;}
.pop-up .booking-form h2{float:left; width:100%; border-bottom:1px solid #d7d7d7; padding:0 0 10px 0; text-transform:uppercase; 
color:#565656; font-size:30px; font-family: 'Source Sans Pro', sans-serif; margin:0 0 20px 0; font-weight:normal; text-align:left;}

.pop-up .booking-form .close-icon{background:#465866 url(../images/close-icon.png) 50% 50% no-repeat;
 position:absolute; right:0; top:0; width:28px; height:28px;}

.pop-up .booking-form .left-box{width:48%; float:left;}
.pop-up .booking-form .left-box.last{float:right;}
.pop-up .booking-form .left-box input[type="text"]{width:100%; float:left; height:40px; background:#f7f7f7;
 border:1px solid #455765; font-family: 'Source Sans Pro', sans-serif; color:#969696; font-size:14px; padding:5px; margin:0 0 10px 0;}
 
.pop-up .booking-form .left-box select{width:100%; float:left; height:40px; background:#f7f7f7;
border:1px solid #455765; font-family: 'Source Sans Pro', sans-serif; color:#969696; font-size:14px; padding:5px; margin:0 0 10px 0;}

.pop-up .booking-form .left-box textarea{width:100%; float:left; height:139px; background:#f7f7f7;
border:1px solid #455765; font-family: 'Source Sans Pro', sans-serif; color:#969696; font-size:14px; padding:5px; resize:none;}

.pop-up .booking-form input[type="submit"]{background:#465866; width:400px; height:45px; text-align:center; 
display:inline-block; cursor:pointer; color:#ffffff; margin:20px 0 0 0;
 line-height:45px; text-transform:uppercase; font-size:15px; font-family: 'Source Sans Pro', sans-serif; border:none;}

.pop-up .booking-form .left-box input[type="text"].calender-img{background:#f7f7f7 url(../images/calender-img.png) 96% 10px no-repeat; 
padding:5px 38px 5px 5px;}
h2 b { 
	font-weight: bold;
}
/*contact-end-css*/


.navbar-toggle {
    display: none;
}

:root {
  --nav-h: 44px;
  --pad-x: 18px;
  --olive-1: #556b2f;
  --olive-2: #6b8e23;
  --underline: #2e3c17;
  --separator: rgba(255,255,255,.18);
}

/* MAIN CONTAINER */
.nav-menu {
  display: flex;
  align-items: stretch;           /* make li fill full height */
  list-style: none;
  margin: 0;
  padding: 0;
  background: linear-gradient(to right, var(--olive-1), var(--olive-2));
  border-bottom: 3px solid rgba(0,0,0,.1);
  height: var(--nav-h);
}

/* INDIVIDUAL ITEMS */
.nav-menu li {
  display: flex;
  align-items: stretch;           /* li matches parent height */
}

/* SEPARATOR BETWEEN LINKS */
.nav-menu li + li {
  border-left: 1px solid var(--separator);
}

/* LINKS — now occupy full height of nav */
.nav-menu a {
  position: relative;
  display: flex;
  align-items: center;            /* center text vertically */
  justify-content: center;
  width: 100%;
  height: 100%;                   /* ensures full clickable area */
  padding: 0 var(--pad-x);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  white-space: nowrap;
  transition: background 0.3s ease;
}

/* HOVER EFFECT */
.nav-menu a:hover {
  background-color: rgba(255,255,255,0.08);
}

/* ACTIVE UNDERLINE */
.nav-menu a.active::after,
.nav-menu a[aria-current="page"]::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 3px;
  background-color: var(--underline);
}

/* HOME ICON BUTTON */
.nav-menu .home a {
  width: var(--nav-h);
  padding: 0;
  justify-content: center;
}

.nav-menu .home a img {
  width: 20px;
  height: 20px;
  display: block;
  margin: 10px 0 0;
}

/*responsive*/

@media (max-width: 992px) {
	.tariff-box td a {
    font-size: 14px;
}
/*    .header_nav {
        display: none;
    }*/
    .grid_12 .navbar-toggle {
        float: right;
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 15px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: #7c2b15;
        border: 1px solid #5d2f22;
        border-radius: 4px;
    }
    .sr-only {
        border: 0;
        clip: rect(0,0,0,0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    .navbar-toggle .icon-bar {
        background: #fff;
    }
    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
        margin-top: 4px;
    }
}

@media (max-width: 979px) {
.tariff-box td a {
    font-size: 11px;
}
}
@media (max-width: 920px) {
	.about_section .room-types li {
    margin: 0 16px 0 0;
}
.logo img {
    max-width: 100px;
}
.container_12 .grid_9.omega {
    width: 685px;
    margin-bottom: 20px;
}
.grid_3.alpha {
    text-align: center;
    width: 100%;
}
}
@media (max-width: 767px) {

.navbar-toggle {
display: block;
cursor: pointer;
}
.header_nav {
display: none;
}
.header_nav.clearfix ul li {
    float: left;
    width: 100%;
    text-align: center;
}
.nivo-directionNav a {
    top: 34% !important;
}
}


@media (max-width: 719px) {
	.map-box .map-img {
    width: 100%;
}
	.container_12 .grid_9.omega {
    width: 100% !important;
}
	.bjqs-controls.v-centered li a {
    top: 38.645% !important;
}
	.about_section ul li img.responsive {
    height: 100% !important;
}
.facility_section .grid_6.omega {
    margin-top: 18px;
}
.facility_section li {
    padding-left: 0px;
}
}
@media (max-width: 680px) {
	#contactForm {
    float: left;
    width: 100%;
}
.contact-box .left-box {
    width: 100%;
}
.contact-box .right-box {
    width: 100%;
    float: left;
}
.contact-box .right-box span strong {
    float: left;
    width: 170px;
}
.contact-box .right-box span b {
    width: 65px;
}
	.gallery-box a {
    width: 300px;
}
	.tariff-box td a {
    padding: 8px 7px;
}
.certification {
    margin-left: 0px;

}
.container_12 .grid_9.omega {
    width: 590px;
}
}

@media (max-width: 620px) {
	.gallery-box a {
    width: 270px;
}
.container_12 .grid_9.omega {
    width: 530px;
}
.certification {
    width: 100%;
    text-align: center;
}
.top ul {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}
.grid_12 .navbar-toggle {
    margin: 0 auto !important;
    text-align: center;
    float: none !important;
}
.slider .nivo-prevNav, .slider .nivo-nextNav {
    display: none;
}
}

@media (max-width: 580px) {
.tariff-box td {
    padding: 15px;
}
}

@media (max-width: 520px) {
	.tariff-box td a {
    padding: 8px 2px;
        font-size: 9px;
}
.about_section .room-types li {
    width: 100%;
    margin-bottom: 20px;
}
}

@media (max-width: 475px) {
.tariff-box td {
    padding: 7px;
}
}

@media (max-width: 414px) {
.tariff-box td {
    font-size: 12px;
}
}

@media (max-width: 320px) {
.tariff-box td {
    font-size: 10px;
}
.tariff-box td a {
    padding: 8px 1px;
    font-size: 7px;

}
}





/*@media (max-width: 720px) {
    .container_12 .grid_3 {
        width: 115px;
    }
}*/






/*
     FILE ARCHIVED ON 15:26:12 Mar 26, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 05:15:38 Apr 24, 2019.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  LoadShardBlock: 34.777 (3)
  esindex: 0.005
  captures_list: 51.239
  CDXLines.iter: 10.885 (3)
  PetaboxLoader3.datanode: 74.254 (5)
  exclusion.robots: 0.131
  exclusion.robots.policy: 0.123
  RedisCDXSource: 1.585
  PetaboxLoader3.resolve: 439.654 (2)
  load_resource: 508.318
*/