/* ---------------------------- */
/*           Google Fonts
/* ---------------------------- */

@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic);
@import url(http://fonts.googleapis.com/css?family=EB+Garamond);
@import url(http://fonts.googleapis.com/css?family=Economica:400,700,400italic,700italic);
/* ---------------------------- */
/*           General
/* ---------------------------- */

body {
    background: #FFF;
    font-family: 'Lato', sans-serif;
    /*font-family: 'EB Garamond', serif;
	font-family: 'Economica', sans-serif;*/
    
    font-size: 12px;
    line-height: 19px;
    color: #505050;
}
img {
    max-width: 100%;
}
a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
a:hover,
a:active,
a:focus {
    outline: 0;
}
iframe html {
    display: block;
    margin-top: 0px !important;
    margin-left: 0px !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}
#padrgt {
    padding-right: 0px;
}
#padlft {
    padding-left: 0px;
}
#padtop {
    padding-top: 0px;
}
#padboth {
    padding-right: 0px;
    padding-left: 0px;
}
.clear0 {
    clear: both;
    min-height: 20px;
}
/* ---------------------------- */
/*           Custom CSS
/* ---------------------------- */
/* Header Start */

#header {
    display: block;
    padding: 20px 0px;
    background: #FFF;
    min-height: 120px;
}
/* Header End */
/* nav-holder Start */

#nav-holder {
    display: block;
    padding: 0px 0px;
    /*background: #FFF;*/
    /*background: url(../images/top-bg.png) repeat;*/
    background: url(../images/headerbg.jpg);
    min-height: 95px;
    /*border-bottom: 5px solid #7d848a;*/
    //*border-bottom: 2px solid #00854A;*/
    -webkit-box-shadow: -2px 9px 10px -6px rgba(22, 25, 23, 1);
    -moz-box-shadow: -2px 9px 10px -6px rgba(22, 25, 23, 1);
    box-shadow: -2px 9px 10px -6px rgba(22, 25, 23, 1);
}
#nav-holder .logo {
    margin-top: 15px;
}
#nav-holder .top-socialbar {
    position: relative;
    float: right;
    padding-top: 17px;
    margin-left: 25px;
}
#nav-holder .top-socialbar .telephone{
    background: url(../images/telephone.png) no-repeat left center;
    padding-left: 25px;
    line-height: 25px;
    font-size: 20px;
    color: #00854A;
    margin-top: 3px;
    padding-top: 0px;
    font-weight: bold;
}
#nav-holder .top-socialbar .facebook {
    float: left;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    background: url(../images/facebook.png) no-repeat center center;
}
#nav-holder .top-socialbar .facebook:hover {
    opacity: 0.8;
}
#nav-holder .top-socialbar .tripadvisor {
    float: left;
    width: 25px;
    height: 25px;
    margin-right: 0px;
    background: url(../images/tripadvisor.png) no-repeat center center;
}
#nav-holder .top-socialbar .tripadvisor:hover {
    opacity: 0.8;
}
#nav-holder .top-socialbar .googleplus {
    float: left;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    background: url(../images/googleplus.png) no-repeat center center;
}
#nav-holder .top-socialbar .googleplus:hover {
    opacity: 0.8;
}
#nav-holder .top-socialbar .twitter {
    float: left;
    width: 25px;
    height: 25px;
    margin-right: 0px;
    background: url(../images/twitter.png) no-repeat center center;
}
#nav-holder .top-socialbar .twitter:hover {
    opacity: 0.8;
}
#nav-holder .main-menu {
    margin-top: 38px;
}
#nav-holder .main-menu ul {
    float: right;
    text-align: right;
    padding-left: 0px;
    margin-top: 15px;
}
#nav-holder .main-menu ul li {
    position: relative;
    display: inline-block;
    margin-right: 1px;
    padding-left: 0px;
}
#nav-holder .main-menu ul li a {
    position: relative;
    display: block;
    padding: 0px 5px 0px 5px;
    background: url(../images/menu-separator.png) no-repeat right 3px;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
}
#nav-holder .main-menu ul li a:hover {
    text-decoration: none;
    color: #2a5d37;
}
#nav-holder .main-menu ul li.last {
    margin-right: 0px;
}
#nav-holder .main-menu ul li.last a {
    padding-right: 0px;
    background: none;
}
#nav-holder .main-menu ul li.first {
    position: relative;
    display: inline-block;
    margin-right: 0px;
    background-image: none;
    padding-left: 0px;
}
#nav-holder .main-menu ul li a.active {
    text-decoration: none;
    color: #2a5d37;
    font-weight: 600;
}
/* nav-holder End */
/* banner-holder Start */

#banner-holder {
    display: block;
    overflow: hidden;
    padding: 0px 0px;
    /*background: url(../images/home-slide-bg.png) repeat-y center center;*/
    background-color: #fff;
    min-height: 430px;
    margin-top: 90px;
    -webkit-box-shadow: -2px 9px 10px -6px rgba(22, 25, 23, 1);
    -moz-box-shadow: -2px 9px 10px -6px rgba(22, 25, 23, 1);
    box-shadow: -2px 9px 10px -6px rgba(22, 25, 23, 1);
}
#banner-holder .baner-top-bg {
    display: block;
    padding: 0px 0px;
    background: url(../images/mid-top-bg.png) repeat-x center center;
    min-height: 280px;
}
#banner-holder .baner-strip {
    display: block;
    padding: 0px 0px;
    background: url(../images/slider-strip-bg.png) no-repeat center center;
    min-height: 22px;
    margin-top: -23px;
}
#pagebanner-holder {
    position: relative;
    top: 0px;
    display: block;
    padding: 0px 0px;
    background: #FFF;
    min-height: 100px;   
    z-index: 9;
	/*box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.4) inset;*/
}
/*#pagebanner-holder {
    box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.4) inset;
    z-index: 999;
}*/
/*#slider {border: 8px solid; border-color: rgba(0, 0, 0, 0.5);}*/
/* banner-holder End */
/* full-body Start */

#full-body {
    display: block;
    padding: 0px 0px;
    background: #fff;
    min-height: 420px;
}
#full-body #reservations {
    display: block;
    padding: 0px 0px;
    background: url(../images/home-slide-bg.png) repeat-y center center;
    min-height: 1px;
}
#full-body #booking-bar {
    display: block;
    padding: 0px 0px;
    background: url(../images/home-slide-bg.png) repeat-y center center;
    min-height: 140px;
    z-index: 9;
    position: relative;
}
#full-body #booking-bar .hrbar {
    margin-top: 25px;
    margin-bottom: 0px;
    border: 0;
    border-top: 1px solid #ffffff;
    width: 55px;
    float: left;
    clear: both;
}
#full-body #booking-bar .chkavailble {
    clear: both;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 27px;
    font-family: 'EB Garamond', serif;
    line-height: 27px;
}
#full-body #booking-bar .calsection {
    height: 50px;
    padding-top: 10px;
    margin: 0 auto;
    position: relative;
}
#full-body #booking-bar .calsection span {
    color: #fff;
    font-family: 'Lato' sans-serif;
    font-size: 15px;
    line-height: 43px;
    letter-spacing: 0.5px;
}
#full-body #booking-bar #bookings {
    height: 50px;
    margin: 0 auto;
    position: relative;
}
#full-body #booking-bar #bookings .book-now {
    height: 57px;
    width: 216px;
    text-indent: -9999em;
    float: left;
    z-index: 2;
    margin: 10px 10px 0px 0px;
}
#full-body #booking-bar #bookingcontainer {
    float: left;
}
#full-body #booking-bar #bookingcontainer .shell {
    height: 42px;
    width: 172px;
    float: left;
    z-index: 2;
    margin: 0px 5px 0px 0px;
}
#full-body #booking-bar #bookingcontainer .shell2 {
    height: 40px;
    width: 105px;
    float: left;
    z-index: 2;
    margin: 0px 5px 0px 0px;
}
#full-body #booking-bar #bookingcontainer .shell3 {
    height: 42px;
    width: 119px;
    float: left;
    z-index: 2;
    margin: 0px 13px 0px 0px;
}
#full-body #booking-bar #bookingcontainer .btn-default {
    width: 138px;
    height: 45px;
    margin-top: 42px;
    border: 1px solid #fff;
    border-radius: 0;
    position: relative;
    color: #625a46;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}
#full-body #booking-bar #bookingcontainer input.calendar {
    background: url(../images/calendar.png) no-repeat right center rgba(40, 40, 38, 0.14);
    border: 1px solid #fff;
    color: #fff;
    border-radius: 0;
    height: 43px;
}
#full-body #booking-bar #bookingcontainer input.calendar:hover { cursor: pointer; }
#full-body #booking-bar #bookingcontainer input.calendar::-webkit-input-placeholder {
    color: #fff;
    margin-top: 13px;
}
#full-body #booking-bar #bookingcontainer select.selectors {
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    background: url(../images/select-arrow.png) no-repeat right center rgba(45, 54, 61, 0.5);
    -webkit-appearance: none;
    height: 43px;
    margin-top: 0px;
}
#full-body #booking-bar #bookingcontainer select.selectors:hover { cursor: pointer; }
#full-body #booking-bar #bookingcontainer select {
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}
#full-body .pages-banner {
    background-color: #f0f0f0;
    min-height: 250px;
    /*margin-top: 95px;*/
}
#full-body .pages-bar {
    margin-top: 0px;
}
#full-body #welcome-text {
    font-family: 'EB Garamond', serif;
    font-size: 40px;
    color: #000;
    text-align: center;
    margin-top: 50px;
    padding-top: 20px;
}
#full-body #welcome-text span {
    font-family: 'EB Garamond', serif;
    font-size: 50px;
    color: #025915;
}
#full-body #welcome-text .welcomeimg {
    position: relative;
    margin-top: -39px;
    padding-left: 7px;
}
#full-body #welcome-text .wel-icon {
    background: url(../images/welcome-icon.png) no-repeat center center;
    position: absolute;
    top: -22px;
    right: 307px;
    width: 38px;
    height: 24px;
}
#full-body #welcome-text .bottom-line hr {
    width: 635px;
    text-align: center;
    border-top: 1px solid #939598;
    margin: 0 auto;
    margin-top: 20px;
}
#full-body #welcome-text .bottom-line .hrbg {
    width: 54px;
    text-align: center;
    background: url(../images/welcome-span-bg.png) no-repeat center center;
    margin: 0 auto;
    top: -2px;
    position: relative;
    height: 3px;
}
#full-body #welcome-text .home-texts {
    font-size: 18px;
    color: #252524;
    font-family: 'Lato', sans-serif;
    padding-top: 40px;
    line-height: 25px;
}
#full-body #welcome-text .home-texts a {
    color: #de582f;
    text-decoration: none;
    padding-left: 15px;
}
#full-body #welcome-text .home-texts a:hover {
    color: #de582f;
    text-decoration: underline;
}
#full-body #page-titles {
    font-family: 'EB Garamond', serif;
    font-size: 40px;
    color: #000;
    text-align: center;
    margin-top: 10px;
    padding-top: 20px;
}
#full-body #page-titles span {
    font-family: 'EB Garamond', serif;
    font-size: 50px;
    color: #025915;
}
#full-body #page-titles .bottom-line hr {
    width: 635px;
    text-align: center;
    border-top: 1px solid #939598;
    margin: 0 auto;
    margin-top: 20px;
}
#full-body #page-titles .bottom-line .hrbg {
    width: 54px;
    text-align: center;
    background: url(../images/welcome-span-bg.png) no-repeat center center;
    margin: 0 auto;
    top: -2px;
    position: relative;
    height: 3px;
}
#full-body #body-bottom {
    display: block;
    padding: 0px 0px;
    margin: 60px 0px 0px 0px;
    background-color: #E1E1E1;
    min-height: 450px;
}
#full-body #body-bottom h1 {
    font-size: 35px;
    color: #000;
    text-align: center;
    padding-top: 40px;
    line-height: 30px;
    font-family: 'EB Garamond', serif;
}
#full-body #body-bottom h2 {
    font-size: 20px;
    color: #1d662f;
    text-align: center;
    padding-top: 0px;
    margin-top: 0px;
    font-family: 'Economica', sans-serif;
}
#full-body #body-bottom .bottom-carrousel {
    width: 980px;
    margin: 0 auto;
    text-align: center;
}
#full-body #body-bottom .left-carrousel {
    width: 467px;
    float: left;
    margin-right: 45px;
}
#full-body #body-bottom .left-carrousel h3 {
    font-size: 25px;
    color: #000;
    text-align: left;
    padding-top: 20px;
    line-height: 30px;
    font-family: 'EB Garamond', serif;
}
#full-body #body-bottom .right-carrousel {
    width: 467px;
    float: left;
}
#full-body #body-bottom .right-carrousel h3 {
    font-size: 25px;
    color: #000;
    text-align: left;
    padding-top: 20px;
    line-height: 30px;
    font-family: 'EB Garamond', serif;
}
#full-body .allpagestop {
    margin-top: 10px !important;
}
#full-body .page-texts {
    font-size: 16px;
    color: #252524;
    font-family: 'Lato', sans-serif;
    padding: 30px 0px;
    line-height: 25px;
    text-align: left;
}
#full-body .page-texts img {
    padding-top: 10px;
}
#full-body .botpadzero {
    padding-bottom: 0px !important;
}
#full-body .toppadzero {
    padding-top: 0px !important;
}
#full-body .botpadsmall {
    padding-bottom: 10px !important;
}
#full-body .bdroomtafz {
    padding-top: 0px;
}
#full-body .facility-bar {
    text-align: center;
}
#full-body .botpadzero h3 {
    margin-top: 6px !important;
    color: #505050;
}
#full-body #rooms-holder {
    max-width: 467px;
    margin: 0px auto;
}
#full-body #rooms-holder .room-parts {
    float: left;
    list-style: none;
    position: relative;
    width: 467px;
    margin: 0px 0px 20px 0px;
}
#full-body #rooms-holder .img-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(47, 99, 43, 0.7);
    width: 100%;
}
#full-body #rooms-holder .img-caption span {
    color: #fff;
    font-family: inherit;
    display: block;
    font-size: 13px;
    padding: 10px;
    letter-spacing: 0.7px;
}
#full-body #rooms-holder .img-caption > .caption-left {
    color: #fff;
    float: left;
    width: 50%;
    font-size: 13px;
    padding: 10px;
    letter-spacing: 0.7px;
}
#full-body #rooms-holder .img-caption > .caption-right {
    color: #fff;
    float: right;
    text-align: right;
    width: 50%;
    font-size: 13px;
    padding: 10px;
    letter-spacing: 0.7px;
}
#full-body #rooms-holder .img-caption > .caption-right a:hover{
    color: #f0f0f0;
}
#full-body #rooms-holder .room-vtours {
    color: #fff;
    text-indent: -99999px;
    text-align: center;
    width: 50px;
    min-height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 17%;
    background-color: rgba(47, 99, 43, 0.7);
    background: url(../images/video.png) no-repeat center center rgba(47, 99, 43, 0.7);
    -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
}
#full-body #rooms-holder .room-gallery {
    color: #fff;
    text-indent: -99999px;
    text-align: center;
    width: 50px;
    min-height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 2%;
    background-color: rgba(47, 99, 43, 0.7);
    background: url(../images/photo-gallery.png) no-repeat center center rgba(47, 99, 43, 0.7);
    -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
}
#full-body #room-featurez h3 {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 18px;
    color: inherit;
}
#full-body #room-featurez ul {
    padding-left: 10px;
}
#full-body #room-featurez ul li {
    list-style: none;
    font-size: 14px;
    color: #252524;
    font-family: 'Lato', sans-serif;
    line-height: 21px;
    padding-left: 15px;
    text-align: left;
    background: url(../images/page-li.png) no-repeat 0px 8px;
}
#full-body .onlslidr.bx-wrapper .bx-controls-direction a {
    display: none;
}
#full-body .restaurant-part {
    list-style: none;
    position: relative;
    width: 467px;
    margin: 0px 0px 20px 0px;
}
/*#full-body .restaurant-part h3 { margin-top: 0px; }*/

#full-body .restaurant-part h3 {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 18px;
    color: inherit;
}
#full-body .restaurant-part ul {
    padding-left: 0px;
    float: left;
    width: 50%;
}
#full-body .restaurant-part ul li {
    list-style: none;
    font-size: 16px;
    color: #252524;
    font-family: 'Lato', sans-serif;
    line-height: 27px;
    padding-left: 18px;
    text-align: left;
    background: url(../images/page-li.png) no-repeat 0px 12px;
}
#full-body .the-popup {
    text-align: center;
    margin: 0 auto;
    background-color: #ccc;
    min-height: 63px;
    padding-top: 11px;
}
#full-body .pagetours {
    color: #fff;
    text-indent: -99999px;
    text-align: left;
    width: 50px;
    min-height: 40px;
    position: absolute;
    margin-left: 8px;
    background-color: rgba(47, 99, 43, 0.7);
    background: url(../images/video.png) no-repeat center center rgba(47, 99, 43, 0.7);
    -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
}
#full-body .pagetours:hover {
    background: url(../images/video.png) no-repeat center center rgba(100, 100, 100, 0.8);
}
#full-body .pagegallery {
    color: #fff;
    text-indent: -99999px;
    text-align: left;
    width: 50px;
    min-height: 40px;
    position: absolute;
    margin-left: 65px;
    background-color: rgba(47, 99, 43, 0.7);
    background: url(../images/photo-gallery.png) no-repeat center center rgba(47, 99, 43, 0.7);
    -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
}
#full-body .pagegallery:hover {
    background: url(../images/photo-gallery.png) no-repeat center center rgba(100, 100, 100, 0.8);
}
#full-body .gallery-hidden {
    display: none;
}
#full-body .opening-hours {
    text-align: right;
    color: #252524;
    font-size: 15px;
    line-height: 20px;
    padding-right: 8px;
}
#full-body .midrow {
    clear: both;
    min-height: 5px;
    margin-top: 30px;
    margin-bottom: 15px;
}
#full-body .midrow hr {
    margin-top: 10px;
    margin-bottom: 0px;
    border: 0;
    border-top: 1px solid rgba(42, 93, 55, 0.63);
}
#full-body .botrow {
    clear: both;
    min-height: 5px;
    margin-top: 30px;
    margin-bottom: 15px;
    border-top: 1px solid inherit;
}
#full-body .facility-part {
    list-style: none;
    position: relative;
    width: 100%;
    margin: 0px 0px 0px 0px;
}
#full-body .facility-part h3 {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 18px;
}
#full-body .facility-part ul {
    float: left;
    padding-left: 0px;
    margin-bottom: 0px;
    width: 50%;
}
#full-body .facility-part ul li {
    list-style: none;
    font-size: 14px;
    color: #252524;
    font-family: 'Lato', sans-serif;
    line-height: 27px;
    padding-left: 18px;
    text-align: left;
    background: url(../images/page-li.png) no-repeat 0px 12px;
}
#full-body .facility-part-armgt {
    float: left;
    width: 37%;
}
#full-body .facility-part-armgt ul {
    float: left;
    padding-left: 0px;
    margin-bottom: 0px;
}
#full-body .facility-part-armgt ul li {
    list-style: none;
    font-size: 14px;
    color: #252524;
    font-family: 'Lato', sans-serif;
    line-height: 27px;
    padding-left: 18px;
    text-align: left;
    background: url(../images/page-li.png) no-repeat 0px 12px;
}


#full-body .arngmnts {
    float: left;
    width: 63%;
}
ul#arngs-liz {
    width: 48%;
    float: left;
    padding-left: 0px;
    margin-right: 5px;
}
ul#arngs-liz li {
    list-style: none;
    vertical-align: top;
    font-size: 16px;
    padding-top: 5px;
    line-height: 45px;
    margin-bottom: 7px;
    color: #242423;
    background-color: #EDEDED;
    font-family: 'Lato', sans-serif;
}
ul#arngs-liz li i {
    display: inline-block;
    margin-right: 8px;
    height: 26px;
    width: 23px;
    float: left;
    background: no-repeat center left;
}
ul#arngs-liz li p {
    margin-bottom: 0px;
    line-height: 18px;
    font-size: 12px;
    color: #434343;
}
ul#arngs-liz li h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 8px;
}
ul#arngs-liz li span {
    font-size: 10px;
    vertical-align: top;
}
ul#arngs-liz li i.area {
    background-image: url(../images/area.png);
    background-size: 26px 26px;
}
ul#arngs-liz li i.height {
    background-image: url(../images/height.png);
    background-size: 26px 26px;
}
ul#arngs-liz li i.theatre {
    background-image: url(../images/theatre.png);
    background-size: 26px 26px;
}
ul#arngs-liz li i.school {
    background-image: url(../images/school.png);
    background-size: 26px 26px;
}
ul#arngs-liz li i.ushape {
    background-image: url(../images/ushape.png);
    background-size: 26px 26px;
}
ul#arngs-liz li i.cocktail {
    background-image: url(../images/cocktail.png);
    background-size: 26px 26px;
}
ul#arngs-liz li h4.u-shape { padding-left: 30px; }
/*ul#arngs-liz li ul {
    padding-left: 30px;
    margin-top: -47px;
    position: absolute;
}
ul#arngs-liz li ul li{
    line-height: 12px;
    font-size: 10px;
    background-color: #EDEDED;
}
ul#arngs-liz li ul li span {
    font-size: 20px;
    color: #3D3D3D;
    background-color: #EDEDED;
}*/


#full-body .marglft {margin-left: 10px;}
.events-tariff {
    margin: 0px;
    padding: 0px;
    width: 100%;
    border: 1px solid #000000;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
}
.events-tariff table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}
.events-tariff tr:last-child td:last-child {
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.events-tariff table tr:first-child td:first-child {
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
}
.events-tariff table tr:first-child td:last-child {
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
}
.events-tariff tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.events-tariff tr:hover td {} .events-tariff tr:nth-child(odd) {
    background-color: #b2edad;
}
.events-tariff tr:nth-child(even) {
    background-color: #ffffff;
}
.events-tariff td {
    vertical-align: middle;
    border: 1px solid #000000;
    border-width: 0px 1px 1px 0px;
    text-align: center;
    padding: 10px;
    font-size: 12px;
    font-family: Arial;
    font-weight: normal;
    color: #000000;
}
.events-tariff tr:last-child td {
    border-width: 0px 1px 0px 0px;
}
.events-tariff tr td:last-child {
    border-width: 0px 0px 1px 0px;
}
.events-tariff tr:last-child td:last-child {
    border-width: 0px 0px 0px 0px;
}
.events-tariff tr:first-child td {
    background: -o-linear-gradient(bottom, #61aa5a 5%, #61aa5a 100%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #61aa5a), color-stop(1, #61aa5a));
    background: -moz-linear-gradient( center top, #61aa5a 5%, #61aa5a 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#61aa5a", endColorstr="#61aa5a");
    background: -o-linear-gradient(top, #61aa5a, 61aa5a);
    background-color: #61aa5a;
    border: 0px solid #000000;
    text-align: center;
    border-width: 0px 0px 1px 1px;
    font-size: 14px;
    font-family: Arial;
    font-weight: bold;
    color: #ffffff;
}
.events-tariff tr:first-child:hover td {
    background: -o-linear-gradient(bottom, #61aa5a 5%, #61aa5a 100%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #61aa5a), color-stop(1, #61aa5a));
    background: -moz-linear-gradient( center top, #61aa5a 5%, #61aa5a 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#61aa5a", endColorstr="#61aa5a");
    background: -o-linear-gradient(top, #61aa5a, 61aa5a);
    background-color: #61aa5a;
}
.events-tariff tr:first-child td:first-child {
    border-width: 0px 0px 1px 0px;
}
.events-tariff tr:first-child td:last-child {
    border-width: 0px 0px 1px 1px;
}

/*Price List*/
.offervalidity {text-align: center; color: #000;}
.latest-pricelist {
    margin: 0px;
    padding: 0px;
    width: 100%;
    border: 1px solid #000000;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
}
.latest-pricelist table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}
.latest-pricelist tr:last-child td:last-child {
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.latest-pricelist table tr:first-child td:first-child {
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
}
.latest-pricelist table tr:first-child td:last-child {
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
}
.latest-pricelist tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.latest-pricelist tr:hover td {} .latest-pricelist tr:nth-child(odd) {
    background-color: #b2edad;
}
.latest-pricelist tr:nth-child(even) {
    background-color: #ffffff;
}
.latest-pricelist td {
    vertical-align: middle;
    border: 1px solid #000000;
    border-width: 0px 1px 1px 0px;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    font-family: Arial;
    font-weight: normal;
    color: #000000;
}
.latest-pricelist tr:last-child td {
    border-width: 0px 1px 0px 0px;
}
.latest-pricelist tr td:last-child {
    border-width: 0px 0px 1px 0px;
}
.latest-pricelist tr:last-child td:last-child {
    border-width: 0px 0px 0px 0px;
}
.latest-pricelist tr:first-child td {
    background: -o-linear-gradient(bottom, #61aa5a 5%, #61aa5a 100%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #61aa5a), color-stop(1, #61aa5a));
    background: -moz-linear-gradient( center top, #61aa5a 5%, #61aa5a 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#61aa5a", endColorstr="#61aa5a");
    background: -o-linear-gradient(top, #61aa5a, 61aa5a);
    background-color: #61aa5a;
    border: 0px solid #000000;
    text-align: center;
    border-width: 0px 0px 1px 1px;
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
    color: #ffffff;
}
.latest-pricelist tr:first-child:hover td {
    background: -o-linear-gradient(bottom, #61aa5a 5%, #61aa5a 100%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #61aa5a), color-stop(1, #61aa5a));
    background: -moz-linear-gradient( center top, #61aa5a 5%, #61aa5a 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#61aa5a", endColorstr="#61aa5a");
    background: -o-linear-gradient(top, #61aa5a, 61aa5a);
    background-color: #61aa5a;
}
.latest-pricelist tr:first-child td:first-child {
    border-width: 0px 0px 1px 0px;
}
.latest-pricelist tr:first-child td span.titlespan {
    font-size: 14px; font-weight: normal;
}
.latest-pricelist tr:first-child td:last-child {
    border-width: 0px 0px 1px 1px;
}
.latest-pricelist tr.rowcurrency {
    background: -o-linear-gradient(bottom, #61aa5a 5%, #61aa5a 100%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #61aa5a), color-stop(1, #61aa5a));
    background: -moz-linear-gradient( center top, #61aa5a 5%, #61aa5a 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#61aa5a", endColorstr="#61aa5a");
    background: -o-linear-gradient(top, #61aa5a, 61aa5a);
    background-color: #61aa5a;
    border: 0px solid #000000;
    text-align: center;
    border-width: 0px 0px 1px 1px;
    line-height: 8px;
    vertical-align: center;
}
.latest-pricelist tr.rowcurrency td {
    color: #ffffff;
    font-size: 14px;
    font-family: Arial;
    font-weight: bold;
}
.latest-pricelist tr.rowcurrency td span{
    font-weight: normal;
}
.latest-pricelist tr.rcurrz {border-left:none;}
.latest-pricelist tr td.roomcat{
    text-align: left;
    font-weight: bold;
    font-size: 15px;
    color: #222;
}
.latest-pricelist tr td.tsent{
    font-size: 18px !important;
}
.latest-pricelist tr td.tspan{
    vertical-align: top;
    border-bottom: none;
}
.latest-pricelist tr td.tspan ul{
}
.latest-pricelist tr td.tspan ul li{
    list-style: square;
    text-align: left;
}
.latest-pricelist tr td.lchld{
    border-bottom: none;
}
.estrix {font-weight: bold; margin-bottom: 10px; margin-top: 10px;}
/*Price list END*/

.error_message {
    text-align: center;
    color: #fff;
    background-color: #2A5D37;
    padding: 5px 0px;
    margin-bottom: 10px;
}
#pagecontact h3 {
    margin-top: 5px;
}
.contact-address h3 {
    margin-top: 5px;
}
.contact-address span {
    padding-left: 45px;
}
#contactform textarea,
input {
    border-radius: 0px;
}
#contactform .btn-contact {
    width: 138px;
    height: 45px;
    margin-top: 15px;
    border: 1px solid #fff;
    border-radius: 0;
    position: relative;
    color: #FFF;
    background-color: #2A5D37;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}
#contactform .btn-contact:hover {
    border: 1px solid #7d848a;
    color: #FFF;
    background-color: #7d848a;
}
#reservationform .btn-booking {
    width: 138px;
    height: 45px;
    margin-top: 0px;
    border: 1px solid #fff;
    border-radius: 0;
    position: relative;
    color: #FFF;
    background-color: #2A5D37;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}
#reservationform .captchaimgs img {
    padding-top: 1px;
}
/*.googlemap{ display: block; height: 300px;}*/

#booking-bar .googlemap {
    height: 450px;
    width: 1920px;
}
.googlemap img {
    max-width: none;
}
#virtualtourspage {
    margin: 35px 0px 20px 0px;
}
#virtualtourspage .vtours-section {
    position: relative;
    width: 283px;
    margin-bottom: 30px;
}
/*#virtualtourspage .vtours-caption {
	position: absolute;
	bottom: 0;
	background: rgba(47, 99, 43, 0.7);
	width: 100%; 
	padding: 7px 9px;
	color: #fff;
	font-size: 15px;
	text-align: center;
}*/

#virtualtourspage .vtours-section a {
    position: relative;
    display: block;
    overflow: hidden;
}
#virtualtourspage .vtours-section a > .vtours-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 145px;
    color: #fff;
    font-size: 14px;
    padding: 7px 9px 10px 9px;
    text-align: center;
    background: rgba(47, 99, 43, 0.7) no-repeat center center;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
#virtualtourspage .vtours-section a:hover > .vtours-caption {
    top: 0px;
    text-indent: -999px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    background-image: url(../images/overlay-video.png);
}
/* full-body End */
/* prefooter Start */

#prefooter {
    display: block;
    padding: 10px 0px 13px 0px;
    background: #FFF;
    min-height: 382px;
}
#prefooter #amenities-section h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 21px;
    color: #036A3C;
}
#prefooter #amenities-section ul {
    float: left;
    padding-left: 10px;
    margin-bottom: 0px;
}
#prefooter #amenities-section ul li {
    list-style: none;
    font-size: 15px;
    color: #424242;
    font-family: 'Lato', sans-serif;
    line-height: 27px;
    padding-left: 18px;
    text-align: left;
    background: url(../images/page-li.png) no-repeat 0px 12px;
}
#prefooter #termz h3, #prefooter #termz1 h3, #prefooter #termz2 h3, #prefooter #termz3 h3 {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #036A3C;
    padding-left: 9px;
    background: url(../images/view-more.png) no-repeat left 4px;
    padding-left: 15px;
}
#prefooter #termz h3:hover, #prefooter #termz1 h3:hover, #prefooter #termz2 h3:hover, #prefooter #termz3 h3:hover {cursor: pointer;}
#prefooter #amenities-section .shterms, #prefooter #amenities-section .shterms1, #prefooter #amenities-section .shterms2, #prefooter #amenities-section .shterms3 {
    display: none;
}
#prefooter #amenities-section .shterms ul, #prefooter #amenities-section .shterms1 ul, #prefooter #amenities-section .shterms2 ul, #prefooter #amenities-section .shterms3 ul {
    float: left;
    padding-left: 10px;
    margin-bottom: 0px;
}
#prefooter #amenities-section .shterms ul li, #prefooter #amenities-section .shterms1 ul li, #prefooter #amenities-section .shterms2 ul li, #prefooter #amenities-section .shterms3 ul li {
    list-style: none;
    font-size: 15px;
    color: #424242;
    font-family: 'Lato', sans-serif;
    line-height: 27px;
    padding-left: 18px;
    text-align: left;
    background: url(../images/page-li.png) no-repeat 0px 12px;
}
/* prefooter End */
/* footer Start */

#splpad {
    padding-right: 0;
}
#footer {
    display: block;
    padding: 5px 0px 0px 0px;
    background: #1c2126;
    min-height: 120px;
}
#footer .footer-logo {
    display: block;
    padding: 25px 0 30px 0px;
    min-height: 40px;
}
#footer .footer-address-one {
    clear: both;
    color: #ffffff;
    line-height: 22px;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.7px;
    margin-bottom: 12px;
    text-align: left;
}
#footer .hrline {
    clear: both;
    margin-top: 0px;
    margin-bottom: 0px;
    border-top: 1px solid #5e5f60;
    width: 220px;
    float: left;
    height: 12px;
}
#footer .footer-address {
    clear: both;
    color: #ffffff;
    line-height: 22px;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.7px;
    margin-bottom: 30px;
    text-align: left;
}
#footer .footer-address a {
    color: #ffffff;
    text-decoration: none;
    font-size: 12.5px;
}
#footer .footer-address a:hover {
    color: #f0f0f0;
    text-decoration: none;
}
#footer .footer-title {
    margin-top: 22px;
    padding: 25px 0 30px 0px;
    letter-spacing: 1.5px;
    min-height: 40px;
    font-size: 22px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'EB Garamond', serif;
}
#footer .footer-list {
    width: 180px;
    float: left;
}
#footer .footer-list ul {
    padding-left: 0;
    list-style: none;
    margin-top: -5px;
}
#footer .footer-list ul li {
    background: url(../images/ft-list.png) no-repeat center left;
    padding-left: 15px;
    color: #ffffff;
    font-size: 12px;
    font-family: inherit;
    letter-spacing: 0.8px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 35px;
}
#footer .footer-list ul li a {
    color: #fff;
}
#footer .footer-list ul li a:hover {
    color: #46E368;
    text-decoration: none;
}
#footer .telephone {
    color: #ffffff;
    border-bottom: 1px solid #5e5f60;
    padding-bottom: 15px;
    line-height: 30px;
    font-size: 13px;
    font-weight: 300;
    margin-top: -5px;
    text-transform: uppercase;
}
#footer .telephone span {
    text-align: right;
    float: right;
}
#footer .reservation {
    color: #ffffff;
    border-bottom: 1px solid #5e5f60;
    padding-bottom: 8px;
    padding-top: 8px;
    line-height: 30px;
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
}
#footer .reservation span {
    text-align: right;
    float: right;
}
#footer .phone {
    color: #ffffff;
    padding-top: 8px;
    border-bottom: none;
    line-height: 30px;
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
}
#footer .phone span {
    text-align: right;
    float: right;
    text-transform: none;
}
#footer .tfseven {
    color: #ffffff;
    border-top: 1px solid #5e5f60;
    padding-bottom: 8px;
    padding-top: 8px;
    line-height: 30px;
    font-size: 15px;
    font-weight: 300;
    text-transform: none;
}
/* footer End */