/************************************
    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: url(../images/body-bg.jpg) repeat;
    font-family: 'open_sansregular';
    font-size: 14px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.wrapper>.container {
    position: relative;
    background: #FFF;
    padding: 0;
    margin-bottom: 30px;
    -moz-box-shadow: 0 0 17px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 17px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 17px rgba(0, 0, 0, 0.4);
}

a {
    color: #629838;
    -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: #2b2f39;
}

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: #629838;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 5px;
}

/*.innerpage h1 { color: #222;}*/
h2 {
    color: #222;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 30px;
}

h3 {
    color: #333;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 5px;
}

h4 {
    color: #555;
    font-size: 14px;
    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 #7c4199;
    border-bottom: 1px solid #7c4199;
    display: block;
    position: absolute;
    top: 45%;
    left: 0;
}


/************************************
    topbar
*************************************/
.topbar {
    color: #FFF;
    padding: 10px 0;
}

.topbar .contactInfo p {
    margin-bottom: 0;
    color: #333;
}

.topbar .contactInfo p span {
    background-color: #2b2f39;
    color: #eee;
    width: 24px;
    height: 24px;
    line-height: 24px;
    -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: #629838;
}

.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;
}


/************************************
    headerSection
*************************************/
.headerSection {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 3px solid #7c4199;
}

.logo {
    display: block;
    margin: 5px 0 0 0;
    font-weight: bold;
    font-size: 32px;
}

.logo img {
    max-width: 100%;
}

.navbar {
    margin-top: 13px;
    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>li {
    margin-left: 1px;
}

.navbar-default .navbar-nav>li:first-child {
    margin-left: 0;
}

.navbar-default .navbar-nav>li>a {
    color: #333;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    padding: 15px 30px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background-color: #7c4199;
    color: #FFF;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    background-color: #7c4199;
    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: #fff;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #7c4199;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #7c4199;
}

.navbar-default .navbar-toggle:focus .icon-bar,
.navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #FFF;
}

.navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #eee;
}

/************************************
    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;
    opacity: 1;
}

.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: #629838;
    height: 220px;
    display: block;
    position: relative;
    padding: 20px 30px;
}

.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 30px;
    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: #333;
    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;
}

.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: #7c4199;
    color: #fff;
    border-radius: 0;
}

.ui-corner-all {
    border-radius: 0px;
}

.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 #629838;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover {
    border: 1px solid #7c4199;
    background: none;
    border-radius: 0;
}

.ui-datepicker .ui-datepicker-prev {
    left: 3px;
}

.ui-state-hover .ui-icon {
    background-image: url(../jquery-ui/images/ui-icons_ffffff_256x240.png) !important;
}

.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;
}

.heapBox div.heap {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
}

.heapBox .heap .heapOptions .heapOption a.selected {
    background: #7c4199;
}

/* 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: #2b2f39;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #FFF;
    margin-top: 30px;
}

.footerSection h3 {
    color: #FFF;
    text-transform: uppercase;
    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: #989ca8;
    margin-bottom: 5px;
}

.footerSection a {
    color: #989ca8;
}

.footerSection a:hover {
    color: #629838;
}

.footerSection p strong {
    font-weight: 700;
}

.footerLinks {
    margin-bottom: 20px;
}

.footerLinks a {
    color: #989ca8;
    float: left;
    width: 48%;
    margin-right: 2%;
    margin-bottom: 10px;
    /*line-height: 100%;*/
    position: relative;
}

.footerLinks a:hover,
.footerLinks a:focus {
    color: #629838;
}

.footerLinks a:after {
    content: "";
    position: relative;
    top: 2px;
    display: block;
    height: 2px;
    width: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: #FFF;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.footerLinks a:hover:after,
.footerLinks a:focus:after {
    width: 10px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.footerSocial a {
    float: left;
    margin-right: 10px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: block;
    background-color: #FFF;
    color: #2b2f39;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    transition: none;
}

.footerSocial a:last-child {
    margin-right: 0;
}

.footerSocial a .fa {
    font-size: 20px;
    line-height: 36px;
}

.footerSocial a:hover,
.footerSocial a:focus {
    background-color: #629838;
    color: #FFF;
}

.footerSection p:first-child strong {
    font-size: 17px;
}

.footerBottom {
    background-color: #20232c;
    color: #989ca8;
    padding-top: 10px;
    padding-bottom: 10px;
}

.footerBottom a {
    color: #FFF;
}

.footerBottom a:hover {
    color: #FFF;
    text-decoration: underline;
}

.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: #fff;
    background-color: #7c4199;
    -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;

}

.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>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;
}

.google-business {
    background: url(../images/business.png) no-repeat 0px -5px;
}

.google-business:hover {
    background: url(../images/business.png) no-repeat 0px -59px;
}

/* End: innerpage */


/************************************
    Gallery
*************************************/
.galleryTab {
    margin: 0 0px 15px;
}

.galleryTab a {
    color: #222;
    padding: 10px 30px;
    line-height: 100%;
    background-color: #eee;
    display: inline-block;
    font-size: 16px;
}

.galleryTab a:focus,
.galleryTab a.active,
.galleryTab a:hover {
    color: #FFF;
    background-color: #7c4199;
}

.imgContainer {
    display: inline-block;
    margin: 0 7px 14px 0;
}

.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: #629838;
    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;
}

.contact-inner iframe {
    width: 100%;
    border: 1px solid #ccc;
    padding: 5px;
    margin-top: 20px;
    background: #f8f8f8;
    height: 350px;
    display: block;
}

.details {
    text-align: center;
    background: #eee;
    border: 1px solid #ddd;
    margin-top: 30px;
    padding: 15px;
    color: #555;
    min-height: 176px;
}

.details .fa {
    font-size: 30px;
}

.details h4 {
    font-size: 20px;
    color: #555;
    margin: 15px 0;
}

.details a {
    color: #555;
}

.details a:hover {
    color: #629838;
}

.details p {
    line-height: normal;
    color: #555;
    font-size: 17px;
    margin-bottom: 0px;
}

.details:hover {
    background: #f8f8f8;
}

.amenities-outer {
    text-align: center;
    background: #f8f8f8;
    margin-top: 20px;
    padding: 15px;
    border: 1px solid #ccc;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.amenities-outer:hover {
    background: #33363b;
}

.amenities-outer span {
    padding: 15px 0;
    display: block;
    border: 1px dashed #ddd;
}

.amenities-outer h4 {
    margin: 15px 0;
}

.amenities-outer:hover h4 {
    color: #6c6c6c;
}

.amenities-outer img {
    margin: auto;
}

.review-inner .owl-buttons {
    display: none;
}

.outer-review {
    text-align: center;
    margin-bottom: 10px;
}

.outer-review span {
    display: block;
    font-size: 22px;
    margin: 0 0 10px;
    color: #7c4199;
    font-weight: bold;
}

.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;
}

.group-booking h3 {
    margin: 20px 0 10px;
    color: #629838;
    font-size: 26px;
}

.group-booking h4 {
    font-size: 16px;
    color: #333;
}

/* Style Ria */
.note {
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #222;
    margin: 20px 0 0;
}