<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/************************************
    Fontface
*************************************/
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
        url('../fonts/opensans-regular-webfont.woff') format('woff'),
        url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
        url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.eot');
    src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/opensans-semibold-webfont.woff2') format('woff2'),
        url('../fonts/opensans-semibold-webfont.woff') format('woff'),
        url('../fonts/opensans-semibold-webfont.ttf') format('truetype'),
        url('../fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/************************************
    Common
*************************************/
body {
    background: #ccc url(../images/bg-image.png) repeat;
    font-family: 'open_sansregular';
    font-size: 14px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
.wrapper &gt; .container {
    position: relative;
    background: #FFF;
    padding: 0;
    margin-bottom: 30px;
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .4);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .4);
}
a {
    color: #009184;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #222;
}
a, a:focus  { outline: none;}
img { border: none;}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Bitter', serif;
    margin: 0;
    padding: 0;
    line-height: normal;
}
h1 {
    color: #009184;
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 5px;
}
.innerpage h1 { color: #333; margin-bottom: 0px;}
h2 {
    color: #222;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 30px;
}
h3 {
    color: #222;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 10px;
}
h4 {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.attraction h4 { margin-top: 20px;}
h5 {
    color: #222;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
}
.heading3 {
    color: #901f31;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.heading5 {
    color: #222;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
}
p {
    line-height: 24px;
    color: #666;
}
.moreLink {
    font-weight: 600;
    text-decoration: none;
}
.moreLink .fa { margin-right: 10px;}
.textContent { margin-bottom: 20px;}
.heading2 { position: relative;}
.heading2 h2 {
    margin: 20px 0 20px 10px;
    background-color: #FFF;
    padding: 0 10px;
    display: table;
    position: relative;
    z-index: 1;
}
.heading2 .headSep {
    width: 100%;
    height: 4px;
    border-top: 1px solid #009184;
    border-bottom: 1px solid #009184;
    display: block;
    position: absolute;
    top: 45%;
    left: 0;
}


/************************************
    topbar
*************************************/
.topbar {
    color: #FFF;
    padding: 10px 0 20px;
}
.topbar .contactInfo p { margin-bottom: 0; color: #333;}
.topbar .contactInfo p span {
       background-color: #6e7080;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}
.topbar a { color: #333;}
.topbar a:hover,
.topbar a:focus { color: #3ab7ac;}
.topbar .social { float: right;}
.topbar .social a {
    background-color: #FFF;
    color: #000;
    width: 24px;
    height: 24px;
    line-height: 24px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    display: block;
    float: left;
    text-align: center;
    margin-left: 5px;
}
.topbar .social a:first-child { margin-left: 0;}
.topbar .social a:hover,
.topbar .social a:focus {
    background-color: #901f31;
    color: #FFF;
}
.topbar .social a .fa {
    font-size: 14px;
    line-height: 24px;
}
.topEmail{text-align: right;}

/************************************
    headerSection
*************************************/
.headerSection {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 3px solid #009184;
}
.logo {
    display: block;
    margin: 0;
	font-size: 38px;
    font-weight: 600;
}
.logo img { max-width: 100%; }
.navbar {
    margin-top: 6px;
    margin-bottom: 0;
    border-radius: 0;
    font-family: 'Bitter', serif;
    min-height: auto;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.navbar-default .navbar-nav &gt; li { margin-left: 1px;}
.navbar-default .navbar-nav &gt; li:first-child { margin-left: 0;}
.navbar-default .navbar-nav &gt; li &gt; a {
    color: #333;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    padding: 15px 10px;
}
.navbar-default .navbar-nav &gt; .active &gt; a,
.navbar-default .navbar-nav &gt; .active &gt; a:focus,
.navbar-default .navbar-nav &gt; .active &gt; a:hover {
    background-color: #009184;
    color: #FFF;
}
.navbar-default .navbar-nav &gt; li &gt; a:focus,
.navbar-default .navbar-nav &gt; li &gt; a:hover {
    background-color: #009184;
    color: #FFF;
}
.navbar-brand {
    display: none;
    text-transform: uppercase;
}
.navbar-default .navbar-toggle {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border:0;
    background-color: #009184;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover { background-color: #FFF;}
.navbar-default .navbar-toggle .icon-bar { background-color: #FFF;}
.navbar-default .navbar-toggle:focus .icon-bar,
.navbar-default .navbar-toggle:hover .icon-bar { background-color: #252c35;}
.navbar-nav { margin-top: 0; margin-bottom: 0;}


/************************************
    homeBannerSection
*************************************/
.homeBannerSection { padding: 2px; margin-bottom: 20px;}
.homeBannerSection .col-lg-4 { padding-left: 2px;}
.homeBannerSection .col-lg-8 { padding-right: 0;}

/* hotelCarousel */
#hotelCarousel {
    max-height: 228px;
    overflow: hidden;
}
.reservation #hotelCarousel {
    max-height: 220px;
    overflow: hidden;
}
#hotelCarousel .item { margin: 0;}
#hotelCarousel .item img {
    display: block;
    width: 100%;
    height: auto;
}
#hotelCarousel.owl-theme .owl-controls {
    position: absolute;
    right: 10px;
    top: 10px;
    margin: 0;
    width: 12px;
}
#hotelCarousel.owl-theme .owl-controls .owl-page span {
    margin: 0;
    width: 10px;
    height: 10px;
    border: 2px solid rgba(255, 255, 255, .6);
    background: transparent;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .5);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .5);
}
#hotelCarousel.owl-theme .owl-controls .owl-page.active span {
    border: 0px solid rgba(255, 255, 255, .6);
    background: rgba(255, 255, 255, .8);
}
/* End: hotelCarousel */

/* hotelBanner */
#hotelBanner {
    max-height: 432px;
    overflow: hidden;
}
#hotelBanner.owl-theme .owl-controls .owl-pagination {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: table;
    width: 100%;
}
#hotelBanner.owl-theme .owl-controls .owl-page span {
    margin: 0 3px;
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, .8);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .5);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .5);
    position: relative;
}
#hotelBanner.owl-theme .owl-controls .owl-page.active span {
    background: rgba(255, 255, 255, .8);
    width: 16px;
    height: 16px;
    top:3px;
}
#hotelBanner .owl-buttons {
    position: absolute;
    top:50%;
    width: 100%;
}
.owl-theme .owl-controls .owl-buttons .owl-prev,
.owl-theme .owl-controls .owl-buttons .owl-next  {
    width: 40px;
    height: 41px;
    margin: 0;
    padding: 0;
    line-height: 100%;
    display: block;
    text-indent: -9999px;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
    background: url(../images/prev.png) no-repeat 0 0;
    left: 0;
    float: left;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
    background: url(../images/next.png) no-repeat 0 0;
    right: 0;
    float: right;
}
/* End: hotelBanner */

/* bookingForm */
.bookingForm {
    margin: 2px 0 0;
    background:#009184;
    height: 220px;
    display: block;
    position: relative;
    padding: 20px 40px;
}
.bookingForm .image {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 220px;
    overflow: hidden;
}
.bookingForm .image img {
    max-width: 100%;
    width: 100%;
    opacity: .2;
}
.bookingContent {
    position: relative;
    z-index: 2;
    display: block;
    text-align: center;
}
.bookingContent h3 {
    margin: 0 0 10px;/*margin: 0 0 30px;[savan-2018/03/26]*/
    font-family: 'Bitter', serif;
    font-size: 24px;
    line-height: 100%;
    text-transform: uppercase;
    color: #FFF;
    text-shadow: 0 3px 3px rgba(0, 0, 0, .4);
}
.bookingForm .form-control {
    border: 0;
    color: #000;
    font-family: 'open_sansregular';
    font-size: 14px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.bookingForm .form-group { margin-bottom: 10px;}
.btn-custom {
    background: #000;
    border: 0;
    color: #FFF;
    font-family: 'open_sansregular';
    font-size: 14px;
    text-transform: uppercase;
    padding: 8px 12px;
}
.btn-custom:hover,
.btn-custom:focus {
    background: #222;
    color: #FFF;
}
.bookingContent .col-lg-6,
.bookingContent .col-lg-12 {
    padding-left: 5px;
    padding-right: 5px;
	padding-bottom: 5px;/*New property Added [savan-2018/03/26]*/
}
.calendarIcon {
    position: relative;
    z-index: 1;
    display: block;
}
.calendarIcon::before {
    color: #000;
    content: "ï³";
    font-family: "FontAwesome";
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 8px;
}
/* End: bookingForm */


/************************************
    Date Picker CSS
*************************************/

.ui-widget-header{
	border:1px solid #eeeeee;
	background:#009184;
	color: #fff;
	border-radius:0;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
	border:1px solid #eee;
	background:none;
	color:#555;
	text-align:center;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
	border: 1px solid #6e7080;
}
.ui-state-hover, .ui-widget-content .ui-state-hover{
	border: 1px solid #f2443c;
	background:none;
	border-radius:0;
}
.ui-datepicker .ui-datepicker-prev {
	left: 3px;
}
.ui-datepicker .ui-datepicker-next {
	right: 3px;
}
.ui-datepicker .ui-datepicker-next-hover, .ui-datepicker .ui-datepicker-next-focus, .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-prev-focus{
	border:1px solid #fff;
	border-radius:0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	top: 3px;
}


/* End: DatePicker CSS */


/************************************
    Grid List
*************************************/
.homeFeatures { margin-bottom: 40px;}
.gridList .image {
    margin-bottom: 20px;
    position: relative;
}
.gridList .image img {
    max-width: 100%;
    width: 100%;
}
.gridList .image .trans {
    position: absolute;
    top: 5%;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: 10px solid rgba(255, 255, 255, .3);
    width: 92%;
    height: 92%;
    display: block;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.gridList .image:hover .trans {
    top: 0;
    width: 100%;
    height: 100%;
    border-color: rgba(255, 255, 255, .2);
}
.gridList h3 { color: #901f31;}
.gridList:hover h3 { color: #222;}
.gridList .readMore {
    font-size: 12px;
    line-height: 100%;
    text-transform: uppercase;
    color: #666;
    background-color: #FFF;
    border: 1px solid #DDD;
    padding: 10px;
    display: table;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.gridList:hover .readMore {
    color: #FFF;
    background-color: #901f31;
    border: 1px solid #901f31;
}
.gridList:hover .readMore:hover {
    color: #FFF;
    background-color: #222;
    border: 1px solid #222;
}
.gridList .bottom {
    position: relative;
}
.gridList .sep {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #DDD;
    left: 0;
    top: 50%;
    display: block;
}
.gridList:hover .sep { background-color: #901f31;}
/* End: gridList */

.mapContainer {
    border: 1px solid #DDD;
    background-color: #FFF;
    padding: 4px;
    display: block;
    position: relative;
    height: 210px;
}
.mapContainer img,
.mapContainer iframe {
    max-width: 100%;
    width: 100%;
    height: 100%;
    display: block;
    border: none;
}
.homeGallery img {
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px;
    display: block;
}
.homeBottom { margin-bottom: 40px;}


/************************************
    Footer Section
*************************************/
.footerSection {
    background: #0a8277;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #FFF;
    margin-top: 30px;
}
.footerSection h3 {
    color: #FFF;
    text-transform: uppercase;
    text-shadow: 0 2px 1px rgba(0, 0, 0, .3);
    position: relative;
}
.footerSection h3:after {
    content: "";
    height: 1px;
    display: block;
    margin: 3px 0 20px;
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
}
.footerSection address { margin-bottom: 0;}
.footerSection p {
    color: #FFF;
    margin-bottom: 5px;
}
.footerSection a { color: #FFF;}
.footerSection a:hover { color: #04e8d3;}
.footerSection p strong {
    font-weight: 700;
}
.footerLinks { margin-bottom: 20px;}
.footerLinks a {
    color: #FFF;
    float: left;
    width: 48%;
    margin-right: 2%;
    margin-bottom: 10px;
    line-height: 100%;
    position: relative;
}
.footerLinks a:hover,
.footerLinks a:focus { color: #04e8d3;}

.footerSocial a {
    float: left;
    margin-right: 10px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: block;
    background-color: #FFF;
    color: #0a8277;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.footerSocial a:last-child { margin-right: 0;}
.footerSocial a .fa {
    font-size: 20px;
    line-height: 36px;
}
.footerSocial a:hover,
.footerSocial a:focus {
    background-color: #0fb3a3;
    color: #FFF;
}
.footerBottom {
    background-color: #05635a;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}
.footerBottom a { color: #FFF;}
.footerBottom a:hover, .footerBottom a:focus { color: #04e8d3;}
.footerRight { text-align: right;}
/* End: footerSection */


/************************************
    Scroll Top
*************************************/
.scrollToTop {
    text-decoration: none;
    position: fixed;
    z-index: 10;
    bottom: 14%;
    right: 8%;
    display: none;
    width: 36px;
    height: 36px;
    text-align: center;
    color: #222;
    background-color: #FFF;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .5);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: .5;
    filter:alpha(opacity=50);
}
.scrollToTop:hover,
.scrollToTop:focus {
    opacity: 1;
    filter:alpha(opacity=100);
}
.scrollToTop .fa {
    font-size: 18px;
    line-height: 32px;
}
/* End: scrollTop */

/************************************
    Loader Main
*************************************/
.loaderMain {
    position: fixed;
    background: rgba(255, 255, 255, .9);
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 100;
}
.ball-spin-fade-loader &gt; div { background-color: rgba(0, 0, 0, .7);}
.loaderMain .loader {
    display: table;
    margin: 25% auto 0;
}
/* End: loaderMain */


/************************************
    Inner Page
*************************************/
.innerpage .bookingForm { margin: 0;}
#innerBanner { overflow: hidden;}
.bulletList {
    padding: 0 0 0 20px;
    margin: 0 0 40px;
}
.bulletList li {
    list-style-image: url(../images/bullet.png);
    margin: 0 30px 10px 0;
    float: left;
    width: 45%;
}
.bulletList li:nth-child(even) { margin-right: 0;}
.attraction .bulletList {
    padding: 0 0 0 20px;
    margin: 20px;
}
.attraction .bulletList li {
    list-style-image: url(../images/bullet.png);
    margin: 0 30px 10px 0;
    float: left;
    width: 45%;
}
.attraction .bulletList li:nth-child(even) { margin-right: 0;}
.amenityGrid .col-lg-3:nth-of-type(4n+1) { clear: left;}

.amenityList {
    border-bottom: 2px solid #CCC;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
.amenityGrid .bulletList2 {
    padding: 0 0 0 20px;
    margin: 0;
}
.amenityGrid .bulletList2 li {
    list-style-image: url(../images/bullet2.png);
    margin: 0 0 5px 0;
    line-height: 18px;
    color: #666;
}
.amenityGrid .bulletList2 li a { color: #666;}
.amenityGrid .bulletList2 li a:hover,
.amenityGrid .bulletList2 li a:focus { color: #222;}
.imgShadow {
    position: relative;
    background: url(../images/image_shadow.png) no-repeat bottom center / contain;
    max-width: 100%;
    width: 100%;
    padding-bottom: 10px;
    display: block;
    margin-bottom: 10px;
}
/* End: innerpage */


/************************************
    Gallery
*************************************/
.galleryTab { margin: 0 10px 30px;}
.galleryTab a {
    color: #222;
    padding: 10px;
    margin: 0 5px 8px 0;
    line-height: 100%;
    background-color: #FFF;
    display: inline-block;
}
.galleryTab a:hover {
    color: #222;
    background-color: rgba(0, 0, 0, .1);
}
.galleryTab a:focus,
.galleryTab a.active {
    color: #FFF;
    background-color: #009184;
}
.imgContainer {
    display: inline-block;
    margin: 0 7px 14px;
}
.imgContainer img {
    border: 2px solid #FFF;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .2);
}
.imgContainer:hover img { box-shadow: 0 2px 5px 2px rgba(0, 0, 0, .4);}
.homeGallery { position: relative;}
.homeGallery .viewall {
    position: absolute;
    right: 25px;
    top: 23px;
    background-color: #009184;
    padding: 5px 10px;
    line-height: 100%;
    color: #FFF;
}
.homeGallery .viewall:hover {
    background-color: #222;
}
/* End: Gallery */


/************************************
    Contact
*************************************/
.contactDetails { margin-bottom: 40px;}
.contactDetails .bulletList {
    padding: 0 0 0 30px;
    margin: 0;
}
.contactDetails .bulletList li {
    list-style-image: url(../images/bullet.png);
    margin: 0 0 10px;
    float: none;
    width: auto;
}
.contactAddress { margin-bottom: 30px;}
.contactAddress p {
    font-family: 'Bitter', serif;
    font-size: 16px;
    margin-bottom: 5px;
}
.contactAddress h4 { margin-bottom: 10px;}
.contactDetails .mapContainer { height: 400px;}
.reservattion #hotelCarousel { max-height: 220px;}
/* End: Contact */

.infoText .well p { color: #222;}
.infoText .well p:last-child { margin-bottom: 0;}
.topText {
    text-align: right;
    font-family: 'Dancing Script', cursive;
    font-size: 20px;
}
p.hotel-name {
    font-size: 19px;
}

.main-amenities{ text-align:center;}
.main-amenities .col-lg-4{ display:inline-block; float:none; width:33%;}

.main-amenities .img-container {
    width: 170px;
    height: 170px;
    margin: 20px auto;
    text-align: center;
    -webkit-box-shadow: 0 0 0 2px #ccc;
    -moz-box-shadow: 0 0 0 2px #ccc;
    box-shadow: 0 0 0 2px #ccc;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    /*background: #f8f8f8;*/
    display: block;
    position: relative;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.main-amenities .img-container .icon {
    width: 75px;
    height: 75px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: -37.5px auto 0px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.main-amenities .img-container:hover {
    -webkit-box-shadow: 0 0 0 7px #ccc;
    -moz-box-shadow: 0 0 0 7px #ccc;
    box-shadow: 0 0 0 7px #ccc;
    top: -10px;
}
.main-amenities h4{
	text-align: center;
	font-weight: normal;
    font-size: 20px;
}
.icon_machine{
	background: url(../images/amenities1.png) no-repeat center;
}
.icon_room{
	background: url(../images/amenities2.png) no-repeat center;
}
.icon_nonsmoking-room{
	background: url(../images/amenities3.png) no-repeat center;
}
.icon_newspaper{
	background: url(../images/amenities4.png) no-repeat center;
}
.icon_laundry{
	background: url(../images/amenities5.png) no-repeat center;
}
.icon_ac{
	background: url(../images/amenities6.png) no-repeat center;
}
.contact-inner-detail p{
	font-size: 17px;
	margin: 13px 0;
}
.contact-inner-detail .fa{
	font-size: 20px;
	margin-right: 5px;
}
.contact-inner-detail .fa-envelope{
	font-size: 17px;
}
.contact-inner-detail iframe{
	width: 100%;
	height: 350px;
	border: 1px solid #ddd;
	background: #f8f8f8;
	padding: 5px;
	display: block;
}
.location-inner {
    margin-top: 15px;
	/*padding: 15px;
    background: #f8f8f8;
    border: 1px solid #ccc;*/
}
.location-inner img{
	margin-bottom: 15px;
	/*-webkit-box-shadow: 0px 0px 0px 1px #ccc;
	-moz-box-shadow: 0px 0px 0px 1px #ccc;
	-o-box-shadow: 0px 0px 0px 1px #ccc;
	box-shadow: 0px 0px 0px 1px #ccc;*/
}
.location-inner h4{
	font-size: 22px;
	font-family: 'open_sansregular';
	font-weight: normal;
}
.location-inner p{
	font-size: 15px;
	color: #444;
}
.location-inner .fa{
	margin-right: 5px;
	font-size: 18px;
	float: left;
	line-height: 24px;
}
.location-inner p span{
	display: inline-block;
	width: 85%;
}
.location-btns a{
	color: #fff;
	display: inline-block;
	padding: 7px 14px;
	background: #009184;
	margin-right: 10px;
	font-size: 15px;
	margin-top: 10px;
}
.location-btns a:last-child{
	margin-right: 0px;
}
.location-btns a:hover{
	background: #6e7080;
}
.location-heading{
	font-size: 30px;
	margin: 30px 0 10px;
}
.location-inner:hover img{
	/*opacity: 0.8;*/
}
.location-inner:hover{
	/*background: #eee;*/
}
.rooms-inner {
    padding: 15px;
    background: #f8f8f8;
    margin-top: 20px;
    border: 1px solid #ccc;
}
.rooms-inner h4{
	font-family: 'open_sansregular';
    text-shadow: none;
	font-size: 22px;
	color: #555;
}
.rooms-inner a.btn {
    background: #009184;
    color: #fff;
    font-size: 16px;
    border-radius: 0px;
	margin-top: 10px;
}
.rooms-inner a.btn:hover{
	background: #6e7080;
}
.rooms-inner p{
	color:#333;
	line-height: normal;
	margin-bottom: 7px;
	font-size: 15px;
}

.editCancelLinks { margin-bottom: 20px;}/*[savan-2018/03/26]*/
.editCancelLinks a {
    color: #FFF;
    float: left;
    margin-right: 2%;
    margin-bottom: 10px;
	margin-top: 5px;
    line-height: 100%;
    position: relative;
}
.editCancelLinks a:hover,
.editCancelLinks a:focus { color: #04e8d3;}

.all-amenities ul{ list-style:none; padding:0; margin:20px 0;}
.all-amenities ul li{ float: left; list-style: none; padding: 7px 15px; width: 33%;}
.all-amenities h4{ color: #555; font-family: 'open_sansregular'; font-size: 22px; text-shadow: none; margin:0;}
.all-amenities p{ margin:0; color: #000; font-size: 15px;}
#review .owl-buttons{ display: none; }
.outer-review { text-align: center; margin-bottom: 10px; }
.outer-review span{ color: #555; font-family: 'open_sansregular'; font-size: 22px; text-shadow: none; }
.outer-review .fa-star{ color: #999; }
.outer-review i.fa.fa-star.star-active { color: #555; }
.outer-review .italic{ display: block; }
#review .item p{ text-align: center; }
#review .item{ padding: 15px; background: #f8f8f8; border:1px solid #ddd; margin-top: 20px; font-weight:700;}

.bottom-wheel {   
    border: 1px solid #fff;
    padding: 5px;
    float: left;
    margin-left: 76px;
	margin-top: 10px;
	color: #fff;
}

	</pre></body></html>