/*!
 * Start Bootstrap - Scrolling Nav (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    width: 100%;
    height: 100%;
    overflow-x: hidden !important;
    font-family: 'Lato', sans-serif;

}

html {
    width: 100%;
    height: 100%;
}

p {
  font-size: 14px;
  line-height: 1.75;
}

a,
a:hover,
a:focus,
a:active,
a.active {
  outline: none;
}
a {
    color: inherit;
}
a:hover,
a:focus,
a:active,
a.active {
  /*color: #000;*/
  text-decoration: none;
}

select:focus, input:focus {
  outline: none;
}
h1, h2, h3 { text-transform: uppercase; }

/*.fancybox-opened .fancybox-skin{
  padding: 0 !important;
}
*/



@media(min-width:767px) {
    .container {
    width: 1000px;
  }

    .navbar {
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
    }
}
/*common styles*/
.inner-content h2{
  font-size: 24px;
  text-transform: uppercase;
  font-weight: regular;
  line-height: 150%;
  color: #8e692a;
  padding-bottom:20px;
}
.inner-content p{
  font-size: 14px;
  color:#444;
  line-height: 150%;
}
.inner-content{ padding-bottom:50px; }
blockquote {
    padding: 0px 10px;
    margin: 0;
    font-size: 14px;
    border-left: 3px solid #fff;
    font-style: italic;
    color: #fff;
}
blockquote p{ color: #fff !important; }

/*placeholder text color change*/

.search-base input::-webkit-input-placeholder , .base input::-webkit-input-placeholder {
color: white !important;
text-transform: uppercase;
}
 
.search-base input:-moz-placeholder, .base input:-moz-placeholder { /* Firefox 18- */
color: white !important;  
}
 
.search-base input::-moz-placeholder, .base input::-moz-placeholder {  /* Firefox 19+ */
color: white !important;  
}
 
.search-base input:-ms-input-placeholder, .base input:-ms-input-placeholder {  
color: white !important;  
}

/*navigation*/

.navbar-default {
    background: rgba(247,247,247,1);
    background: -moz-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(246,41,12,1) 0%, rgba(241,111,92,1) 0%, rgba(240,47,23,1) 0%, rgba(247,247,247,1) 0%, rgba(232,232,232,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(247,247,247,1)), color-stop(0%, rgba(246,41,12,1)), color-stop(0%, rgba(241,111,92,1)), color-stop(0%, rgba(240,47,23,1)), color-stop(0%, rgba(247,247,247,1)), color-stop(100%, rgba(232,232,232,1)));
    background: -webkit-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(246,41,12,1) 0%, rgba(241,111,92,1) 0%, rgba(240,47,23,1) 0%, rgba(247,247,247,1) 0%, rgba(232,232,232,1) 100%);
    background: -o-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(246,41,12,1) 0%, rgba(241,111,92,1) 0%, rgba(240,47,23,1) 0%, rgba(247,247,247,1) 0%, rgba(232,232,232,1) 100%);
    background: -ms-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(246,41,12,1) 0%, rgba(241,111,92,1) 0%, rgba(240,47,23,1) 0%, rgba(247,247,247,1) 0%, rgba(232,232,232,1) 100%);
    background: linear-gradient(to bottom, rgba(247,247,247,1) 0%, rgba(246,41,12,1) 0%, rgba(241,111,92,1) 0%, rgba(240,47,23,1) 0%, rgba(247,247,247,1) 0%, rgba(232,232,232,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e8e8e8', GradientType=0 );
    border-bottom:4px solid #b48c2c;
}
.navbar-default .navbar-nav>li>a {
    color: #a87c31;
    border-right: 1px solid #a87c31;
    padding: 5px 20px;
    margin: 15px 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover
{
  color: #a87c31;
  background-color: transparent;  
  font-weight: 900;
}

.navbar-default .navbar-nav>li.logo-placeholder>a { border-right:none;}
.logo-middle-absolute {
    position: absolute;
    top: -16px;
    width: 100px;
    left: 21px;
}
.logo-placeholder {
    background: white;
    display: inline-block;
    height: 60px;
    margin-left: -1px;
    margin-top: 0;
    position: relative;
    width: 140px;
    -webkit-box-shadow: 4px 10px 30px -3px rgba(237,232,237,1);
-moz-box-shadow: 4px 10px 30px -3px rgba(237,232,237,1);
box-shadow: 4px 10px 30px -3px rgba(237,232,237,1);

}
.logo-placeholder:before {
  border-bottom: 33px solid white;
  border-left: 72px solid transparent;
  border-right: 68px solid transparent;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 60px;
  width: 0;
  -ms-transform: rotate(-180deg); /* IE 9 */
  -webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
  transform: rotate(-180deg);
}

.attachment-full.size-full.wp-post-image{    position: absolute;
    top: -20px;
    width: 100px;
    left: 21px;}


/*intro banner section*/

.text-align-right{ text-align: right; }
.intro-text-title{ font-size: 39px; color:#fff; font-weight:100; padding-bottom:20px;position: relative; text-transform: uppercase;}
.intro-text-title::before {
    width: 125px;
    height: 2px;
    background: #fff;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
	/* left: 46.5%;*/
    right: 50%; /* chnages made to make the  underline of the banner text centered */
    transform: translateX(50%);  /* chnages made to make the  underline of the banner text centered */
    margin-left: -18px;
}

.intro-text p{ font-size: 17px; color:#fff; font-weight: 500; padding:0 25%;}

.about-desc h1 {
    color: #8b642e;
    font-size: 28px;
    padding: 0 70px;
    line-height: 150%;
    text-transform: uppercase;
}
.about-desc p{ color:#383838; font-size: 14px; line-height: 150%; }
.about-desc{ padding:5% 10%; }

.double-arrow-down{ /*padding-top: 300px;*/ }
/*search area */
.search-base {
    background: #9d8540;
    display: inline-block;
    height: 55px;
    margin-left: 68px;
    top: 64px;
    right: 0;
    position: absolute;
    width: 200px;
    color: #fff;
/*	-ms-box-shadow: -1px 6px 8px -4px rgba(0,0,0,0.75);
    -webkit-box-shadow: -1px 6px 8px -4px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 6px 8px -4px rgba(0,0,0,0.75);
box-shadow: -1px 6px 8px -4px rgba(0,0,0,0.75); */ /*Removed box shaddow after adding make a booking CTA 05/15/2024 */
}



.search-base:before {
  border-left: 55px solid #9d8540;
  border-right: 29px solid transparent;
  border-bottom: 50px solid transparent;
  content: "";
  height: 0;
  left: -67px;
  position: absolute;
  top: 17px;
  width: 0;
  -ms-transform: rotate(-270deg); /* IE 9 */
  -webkit-transform: rotate(-270deg); /* Chrome, Safari, Opera */
  transform: rotate(-270deg);

}

.make-booking-cta {
    top: 119px;
    background: #c9a02a;
    display: block;
    right: 0;
    position: absolute;
    color: #fff;
    -ms-box-shadow: -1px 6px 8px -4px rgba(0,0,0,0.75);
    -webkit-box-shadow: -1px 6px 8px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 6px 8px -4px rgba(0,0,0,0.75);
    box-shadow: -1px 6px 8px -4px rgba(0,0,0,0.75);
    padding: 16px 39.5px;
	text-transform: uppercase;
	
	/*Add box shaddow .search-base class if make a booking CTA is removed 05/15/2024 */
}

/*.search-area{
    border: none;
    background: transparent;
    box-shadow: none;
    color: #fff;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    padding: 10px 0;
    background-image: url(../images/search-icon.png);
    background-position: 115px 4px;
    background-repeat: no-repeat;
    background-size: 17%;
}*/


/*check availiablility*/

.base {
  background: #c9a02a;
  display: inline-block;
  height: 175px;
  margin-left: 68px;
  margin-top: -179px;
  right: 15px;
  position: absolute;
  width: 400px;
  color:#fff;
  padding: 15px;
}
.base:before {
  border-left: 85px solid #c9a02a;
  border-right: 0px solid transparent;
  border-bottom: 175px solid transparent;
  content: "";
  height: 0;
  left: -85px;
  position: absolute;
  top: 0px;
  width: 0;
  -ms-transform: rotate(-180deg); /* IE 9 */
  -webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
  transform: rotate(-180deg);
}

.sub-base {
    background: #ac8b24;
    display: inline-block;
    height: 50px;
    margin-left: 68px;
    right: 0;
    bottom:0;
    position: absolute;
    width: 175px;
    color: #fff;
    font-size: 18px;
    line-height: 150%;
}
.sub-base:before {
  border-left: 35px solid #ac8b24;
  border-right: 50px solid transparent;
  border-bottom: 50px solid transparent;
  content: "";
  height: 0;
  left: -85px;
  position: absolute;
  top: 0px;
  width: 0;
  -ms-transform: rotate(-180deg); /* IE 9 */
  -webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
  transform: rotate(-180deg);
}
/*availiability form styles*/


.form-group {
    margin-bottom: 25px;
    float: left;
    width: 100%;
}
.form-control:focus{
    border-color: #fff;
    outline: 0;
    -webkit-box-shadow: none;

}
.event-type{
    border: none;
    background: transparent;
    border-bottom: 1px solid #fff;
    padding: 10px;
    width: 55%;
    margin-right: 10px;
    box-shadow: none;
}
.no-of-ppl{
   border: none;
    background: transparent;
    border-bottom: 1px solid #fff;
    padding: 10px;
    width: 35%;
    box-shadow: none;
}
.inquire{ padding:15px; cursor: pointer;}
.check-availability h4{ padding :0 30px 5px 0; }

/*venue section styles*/


.venue-banner {
  position: relative;
  height: 300px;
  text-align: center;
    color: #fff;
  background: rgba(0,0,0,0) url(../images/add1.png);
  transition: background-color 1s;
  background-repeat: no-repeat;
  background-size: 100%;
}
.venue-banner:hover {
  background-color: rgba(0,0,0,.5);
}
.venue-banner:before {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  background-color: inherit;
  content: ' ';
}

.venue-banner-inner{ padding:40px 20px; }
.venue-banner h1{ font-size: 36px;   font-weight: 500; }

.venue-banner h2{ font-size: 34px;   font-weight: 500; position: relative;  padding-bottom:20px;}
.venue-banner h2:before{
    width: 125px;
    height: 2px;
    background: #fff;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 44%;
    margin-left: -18px;
    top: 55px;

}
.venue-banner h3{ font-size: 24px;  font-weight: 500; text-transform: uppercase; }
.venue-banner span{ font-size: 18px;   font-weight: 500; text-transform: uppercase; }
.venue-heading{
    text-align: center;
    margin-bottom: 20px;
    margin-top: 50px;
    background: url("../images/bg-title.png") repeat-x center;
    width: 50%;
    display: inline-block;
    margin-left: 25%;
}
.venue-heading h2{
  padding: 0 35px;
    background: #fff;
    display: inline-block;
    font-weight: 700;
    font-size: 28px;
    color: #8b642e;
    text-transform: uppercase;
    margin: 0;
    position: relative;
}
.venue-heading h2:before {
    background: url("../images/icon-title.png") no-repeat 0 0;
    right: -8px;
    top: 12px;
    position: absolute;
    height: 14px;
    width: 14px;
    content: "";
    display: block;
}
.venue-heading h2:after {
    background: url("../images/icon-title.png") no-repeat 0 0;
    left: 0;
    top: 11px;
    position: absolute;
    height: 14px;
    width: 14px;
    content: "";
    display: block;
}
.full-width-img{ width: 100%;height: 300px; }

.venue-bg2{ 
    background-image: url(../images/add2.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: #fff;
    height:100%;
    height: 300px;
    }
#venues .cont-box{ height:300px; }
.cont-box{ color:#ffffff; padding:50px 30px; text-align: center;}
.cont-box span:hover{ color:#333; cursor: pointer; }
.cont-box.bg-code1{background: #c9a02a;}
.cont-box.bg-code2{background: #c8a02a;}
.cont-box.bg-code3{background: #af8d25;}
.cont-box h2{ font-size: 24px;  line-height: 150%; font-weight: 500; position: relative; padding-bottom: 30px; color:#fff;}
.cont-box h2:before{
    width: 36%;
    height: 1px;
    background: #fff;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 35%;
    margin-left: -18px;
    bottom: 20px;
}
.cont-box p{ font-size: 13px;  line-height: 150%; font-weight: 500; text-transform: uppercase; color:#fff;}
.cont-box span{ font-size: 18px;  line-height: 150%; font-weight: 500; text-transform: uppercase; color:#fff;}
.arrow-right-box{  color:#ffffff;}
.cont-box .arrow-right.bg-code1 {
        width: 0;
    height: 0;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-left: 30px solid #c9a02a;
    left: 344px;
    position: absolute;
    top: 35%;
    z-index: 10;
}
.cont-box .arrow-right.bg-code3 {
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #af8d25;
    top: 35%;
    z-index: 10;
    left: 583px;
}
.arrow-right-box:hover + .venue-bg2 {
    opacity: 0.7;
    cursor: pointer;
}

.venue-bg2:hover{
  opacity: 0.7;
    cursor: pointer;
}

.arrow-left-box{ color:#ffffff;}
.cont-box .arrow-left.bg-code2 {
  width: 0; 
  height: 0; 
  border-top: 30px solid transparent;
  border-bottom: 25px solid transparent; 
  border-right:30px solid #c8a02a; 
    left: -30px;
    position: absolute;
    top: 40%;
    z-index: 10;
}
.video-block{height:300px;}
.video-block iframe{
    border: none;
    height: 300px;
}
.no-padding{ padding: 0; }


/*footer*/

footer{ background: #121212; font-size: 10px; color:#fff; padding:15px 50px;}

.text-align-right{ text-align: right; }
footer a:hover{ color:#999; }

/*facilities page*/

#facilities{ 
  padding-top:70px;
  background-image: url(../images/bg-inside.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size:100%;

}

.sub-banner.facilities{
    background-image: url(../images/inner-banner-facilities.png);
    background-attachment: scroll;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: #fff;
    border-bottom:4px solid #b48c2c;
    margin-top:50px;
    height:400px;

}
.facility-bg1{
   background-image: url(../images/facility-bg1.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: #fff;
    height:100%;
    min-height: 300px;
    transition: background-color 1s;
}
.facility-bg2{
   background-image: url(../images/facility-bg2.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: #fff;
    height:100%;
    min-height: 300px;
    transition: background-color 1s;
}
.facility-bg3{
   background-image: url(../images/facility-bg1.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: #fff;
    height:100%;
    min-height: 300px;
    transition: background-color 1s;
}
.facility-bg4{
   background-image: url(../images/facility-bg2.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: #fff;
    height:100%;
    min-height: 300px;
    transition: background-color 1s;
}




.facility-bg2:hover{ 
  background-color: rgba(0,0,0,.5);
    cursor: pointer;}

.facility-bg2:before{
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  background-color: inherit;
  content: ' ';
}
.arrow-right-box.cont-box2:hover + .facility-bg4 {
    background-color: rgba(0,0,0,.5);
    cursor: pointer;
}
.facility-bg4:hover{ 
  background-color: rgba(0,0,0,.5);
    cursor: pointer;}

.facility-bg4:before{
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  background-color: inherit;
  content: ' ';
}
.breadcrumb {
    padding: 8px 20px;
    margin-bottom: 0;
    list-style: none;
    background-color: #e5e5e5;
    border-radius: 0;
    font-size: 11px;
}
#facilities .inner-content .row{ height: 300px; }
#facilities .cont-box{ height:300px; }
/*services page*/
#services{ 
  padding-top:70px;
  background-image: url(../images/bg-inside.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size:100%;

}
.sub-banner.services{
    background-image: url(../images/inner-banner-services.png);
    background-attachment: scroll;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: #fff;
    border-bottom:4px solid #b48c2c;
    margin-top:50px;
    height:400px;

}
#services .inner-content .row{ height: 220px;}
#services .cont-box{height: 220px;}
/*.menu-base {
    background: #c8a02a;
    display: inline-block;
    height: 55px;
    margin-left: 68px;
    position: absolute;
    top: 391px;
    left: -68px;
    width: 200px;
    color: #fff;
}
.menu-base:before {
    border-left: 54px solid #c8a02a;
    border-right: 6px solid transparent;
    border-bottom: 34px solid transparent;
    content: "";
    height: 0;
    left: 187px;
    top: 8px;
    position: absolute;
    width: 0;
    ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    transform: rotate(-90deg);
}*/
.menu-base {
    background: #c8a02a;
    display: inline-block;
    height: 55px;
    margin-left: 68px;
    position: absolute;
    left: -68px;
    min-width: 200px;
    color: #fff;
	bottom: 0;
}
.menu-base:before {
    border-left: 54px solid #c8a02a;
    border-right: 6px solid transparent;
    border-bottom: 34px solid transparent;
    content: "";
    height: 0;
    top: 8px;
    position: absolute;
    width: 0;
    ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
	right: 0;
    margin-right: -47px;
}
.services-bg1{
   background-image: url(../images/services-bg1.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: #fff;
    height:100%;
    min-height: 220px;
    transition: background-color 1s;
}
.services-bg2{
   background-image: url(../images/services-bg2.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: #fff;
    height:100%;
    min-height: 220px;
    transition: background-color 1s;
}
.services-bg3{
   background-image: url(../images/services-bg3.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: #fff;
    height:100%;
    min-height: 220px;
    transition: background-color 1s;
}

/*our team page*/

#our-team{ 
  padding-top:70px;
  background-image: url(../images/bg-inside.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size:100%;

}
.sub-banner.our-team{
    background-image: url(../images/inner-banner-our-team.png);
    background-attachment: scroll;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: #fff;
    border-bottom:4px solid #b48c2c;
    margin-top:50px;
    height:400px;

}

.image-cont{ color:#ffffff; padding:30px; text-align: center; height: 251px;}
.image-cont.bg-code1{background: #c9a02a;}
.image-cont.bg-code2{background: #ae8d24;}
.image-cont.bg-code3{background: #a08121;}
.image-cont h3{ font-size: 18px;  line-height: 150%; font-weight: 500; position: relative; color:#fff; text-transform: capitalize;}
.image-cont h4{ font-size: 14px;  line-height: 150%; font-weight: 500; position: relative;  color:#fff;}

.image-cont p{ font-size: 14px;  line-height: 150%; font-weight: 500;  color:#fff; padding-top: 30px;}
.arrow-right-box{  color:#ffffff;}
.arrow-right.bg-code1 {
    width: 0;
    height: 0;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-left: 30px solid #c9a02a;
    left: 250px;
    position: absolute;
    top: 35%;
    z-index: 10;
}
.arrow-right.bg-code2 {
    width: 0;
    height: 0;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-left: 30px solid #ae8d24;
    left: 250px;
    position: absolute;
    top: 35%;
    z-index: 10;
}
.arrow-right.bg-code3 {
    width: 0;
    height: 0;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-left: 30px solid #a08121;
    left: 250px;
    position: absolute;
    top: 35%;
    z-index: 10;
}

.manaement-staff-block .team-image img {
    width: 129%;
}

.manaement-staff-block .image-cont{padding:10px;height: 215px;}
.manaement-staff-block .arrow-right.bg-code1 {
    width: 0;
    height: 0;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-left: 30px solid #c9a02a;
    left: 160px;
    position: absolute;
    top: 35%;
    z-index: 10;
}
.manaement-staff-block .arrow-right.bg-code2 {
    width: 0;
    height: 0;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-left: 30px solid #ae8d24;
    left: 160px;
    position: absolute;
    top: 35%;
    z-index: 10;
}


/*testimonials page*/

#testimonials{
  padding-top:70px;
  background-image: url(../images/bg-inside.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size:100%;

}
.sub-banner.testimonials{
    background-image: url(../images/inner-banner-testimonials.png);
    background-attachment: scroll;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: #fff;
    border-bottom:4px solid #b48c2c;
    margin-top:50px;
    height:400px;

}
.testimonial-block{ padding-right:20px; padding-bottom:100px;  }
.testimonial-block-inner{ border-radius: 10px; background-color:#af8d25; min-height: 200px; padding:20px}
.img-circle {
    border-radius: 50%;
    border:5px solid #e8c17f;
}
.quote-refferance{
  font-size: 12px;
  color:#444444;
  padding-top: 10px;
  font-weight: 700;
}
.absolute-image{ position: absolute;bottom: 60px; left: 50px; }

.btn-primary{
    border-color: #785110;
    background: transparent;
    color: #785110;
    padding: 10px 30px;
    margin-bottom: 20px;

}
.btn-primary:hover, .btn-primary:focus{
  border-color: #785110;
    background: #785110;
    color: #fff;
    padding: 10px 30px;
    outline: none;

}
.btn-primary .fa{ margin-right:10px; }
/* news page*/

#news{ 
  /*padding-top:70px;*/
  background-image: url(../images/bg-inside.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size:100%;

}

.sub-banner.news{
    background-image: url(../images/inner-banner-news.png);
    background-attachment: scroll;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: #fff;
    border-bottom:4px solid #b48c2c;
    margin-top:50px;
    height:400px;

}


.news-block{
  border:1px solid #a2772f; 
  border-radius: 10px;
  min-height:200px;
  margin:50px 0;
}
.news-block-inner{
  padding: 20px;
}
.news-block-inner h3{
  color: #785110;
  font-size: 18px;
  font-weight: regular;
  padding-bottom: 10px;
}
.news-block-inner p{
  color: #444444;
  font-size: 14px;
  font-weight: 500;
  line-height:150%;
}
#news .fa{ color: #c8a02a; margin:10px; }
.sidebar{
  font-style: normal;
/*  padding-left: 50px;*/
    padding: 0;
    margin-top: 25px;
}
  .list-block h3{
  color:#785110;
  font-size: 22px;
  text-transform: uppercase;
  font-style:normal;
}
.cat-list li, .archive-list li{ 
  list-style: none;
  padding-bottom:10px;
  color:#444;
  font-size: 14px;
  font-weight: 500;
  font-style:normal;
  padding-left: 0px;
 }
 .latest-list, .cat-list, .archive-list{ padding-left:0; }

 .latest-list li{ 
  list-style: none;
  padding-bottom:20px;
  border-bottom: 1px dashed #ccc;
  color:#444;
  font-size: 14px;
  font-weight: 500;
  font-style:normal;
  margin-left: 0 !important;
 }

 .news-block .img-circle-mid{
       border-radius: 50%;
    background-color: #c8a02a;
    width: 70px;
    height: 70px;
    right: 40px;
 }
 .read-text {
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    float: left;
    padding-top: 25px;
    padding-left: 18px;
}

.pagination>li>a {
    margin-left: 5px;
    border-radius: 5px;
    padding: 3px 15px;
    color: #444;
    border: none;
    background: #fff;
    border: 1px solid #ddd;
}

.pagination>.active>a{ 
  background-color: #af8d25;
  color:#fff;
  border: none;

}

 /*single facility page*/


#single-facility{ 
  padding-top:70px;
  background-image: url(../images/bg-inside.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size:100%;

}
.sub-banner.single-facility{
    background-image: url(../images/inner-banner-single-facility.png);
    background-attachment: scroll;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: #fff;
    border-bottom:4px solid #b48c2c;
    margin-top:50px;
    height:400px;

}

 .image-list li{
  display: inline-block;
  margin-left: 10px;
  width: 200px;
 }
 .image-list li img{ width: 150px; }

 .availibility-block{ padding:15px;background: linear-gradient(to bottom, #af8d25 0%,#af8d25 65%,#af8d25 65%,#c8a02a 65%,#c8a02a 100%);  min-height:400px;}

.sidebar .availibility-block h3{
  text-align: center;
  color: #fff;
  font-size: 21px;
}

.sidebar .availibility-block .form-group .event-type, .sidebar .availibility-block .form-group .no-of-ppl{
  width:100%;
  color: #FFF;
}

.sidebar .availibility-block .form-group .radio-inline{
  color:#fff;
}

.sidebar .availibility-block .sub-base {
    background: #956911;
    display: inline-block;
    height: 50px;
    margin-left: 68px;
    right: 15px;
    bottom: 140px;
    position: absolute;
    width: 175px;
    color: #fff;
    font-size: 18px;
    line-height: 150%;
}
.sidebar .availibility-block .sub-base:before {
  border-left: 35px solid #956911;
  border-right: 50px solid transparent;
  border-bottom: 50px solid transparent;
  content: "";
  height: 0;
  left: -85px;
  position: absolute;
  top: 0px;
  width: 0;
  ms-transform: rotate(7deg); /* IE 9 */
  -webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
  transform: rotate(-180deg);
}
.sidebar .availibility-block .sub-base .inquire{ color: #fff; }
.sidebar .availibility-block .contact-details{float: left;padding-top: 50px;width: 100%;}
.sidebar .availibility-block .contact-details h3{font-size:18px;text-align: center;}
.sidebar .availibility-block .contact-details p{font-size:14px; color: #fff;}
.sidebar .availibility-block .contact-details .fa{ color: #fff; margin-right:20px; }

/*zoom images*/
#zoom-image {
    cursor: pointer;
    transition: 0.3s;
}

#zoom-image:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 145px;
    right: 35px;
    color: #f7f7f7;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}
/*our story page*/

#our-story{
  padding-top:70px;
  background-image: url(../images/bg-inside.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size:100%;

}
.sub-banner.our-story{
    background-image: url(../images/inner-banner-our-story.png);
    background-attachment: scroll;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: #fff;
    border-bottom:4px solid #b48c2c;
    margin-top:50px;
    height:400px;

}
#our-story .inner-content .about-us p{
}


/*scroll bar styles*/


.scrollbar
{
    float: left; 
    height: 485px;
    width: 100%;
    background: transparent;
    overflow-y: scroll;
    margin-bottom: 25px;
    padding-right: 20px;

}

.force-overflow
{
  min-height: 50px;
  width: 100%
}


#style-3::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #fff;
}

#style-3::-webkit-scrollbar
{
  width: 6px;
  background-color: #fff;
}

#style-3::-webkit-scrollbar-thumb
{
  background-color: #a27830;
}

/*carosel styles-bootstrap overrites*/

.carousel-inner{ background:#ae8d24; }
.carousel-indicators {
    bottom: 10px;
    left: 70px;
}

.story-bg1{
   background-image: url(../images/story-bg1.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: #fff;
    height:100%;
    min-height: 300px;
    transition: background-color 1s;
}
.story-bg2{
   background-image: url(../images/story-bg2.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: #fff;
    height:100%;
    min-height: 300px;
    transition: background-color 1s;
}
.our-history-box .cont-box, .our-team-box .cont-box{height: 300px;padding: 20px;}
.our-history-box .cont-box .arrow-right.bg-code1, .our-team-box .cont-box .arrow-right.bg-code1  {
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #c9a02a;
    left: 235px;
    position: absolute;
    top: 35%;
    z-index: 10;
}

#our-story .slider-box{
  background-color:#ae8d24;
  margin: 20px 0; 
  min-height: 250px;
}
#our-story .carousel-caption h2, #our-story .carousel-caption p{
  color:#fff;
}

#our-story .carousel-caption {
    color: #fff;
    text-shadow: none;
    top: 0;
    width: 100%;
    left: 0;
}

#our-story .carousel-indicators {
    bottom: -25px;
    left: 37px;
}

#our-story .slider-box .carousel-inner img{ background-color:#ae8d24  }

#our-story .carousal-box{ background-color: #ae8d24; padding:10px; }

/*carousal*/

.carousal-box .slide p{
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
    text-align: center;
    padding-left: 40px;
    padding-bottom: 12px;
}
.carousal-box h2{
  color:#fff;
  text-transform: uppercase;
  text-align: center;}

  .bx-wrapper .bx-pager{ display: none; }

  #our-story .cont-box h2:before{ left:44%; }
/*contact us page*/

#contact-us{ 
  padding-top:70px;
  background-image: url(../images/bg-inside.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size:100%;

}
.sub-banner.contact-us{
    background-image: url(../images/inner-banner-contact-us.png);
    background-attachment: scroll;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: #fff;
    border-bottom:4px solid #b48c2c;
    margin-top:50px;
    height:400px;

}
.google-map-section{
  border-top:4px solid #a2772f;
}
.details-block{ width:45%; margin-left:5%; float:left;  padding-bottom:20px; }

.details-block h4{
  color: #444444;
  font-size: 14px;
  line-height: 150%;
  font-weight: 700;
  text-transform: uppercase;

}
.details-block p{
  color: #444444;
  font-size: 14px;
  line-height: 150%;
  font-weight: 500;
}

.yellow-txt{ 
  color: #a2772f;
    width: 50px;
    float: left;
    }

.contact-us-form .form-control{ border-radius:0;border:none; background-color: #f3f1f1 ; box-shadow: none; color: #aaa;}
.btn-default{
  background-color: #a2772f;
  color:#fff;
  border-radius: 0;
  border:none;
  padding:5px 20px;
  text-transform: uppercase;
}
.contact-us-form{margin-bottom: 30px;float: left}


/*our history page*/

#our-history{ 
  padding-top:70px;
  background-image: url(../images/bg-inside.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size:100%;

}
.sub-banner.our-history{
    background-image: url(../images/inner-banner-history.png);
    background-attachment: scroll;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: #fff;
    border-bottom:4px solid #b48c2c;
    margin-top:50px;
    height:400px;

}

/*.sub-menu-list{     
  position: absolute;
	bottom:-13px;
    left: 232px;
     }*/
	 .sub-menu-cover{     
  position: absolute;
	bottom:-13px;
    left: 232px;
     }
.sub-menu-list li{
   width: 130px; 
   height: 40px;
   padding:10px;
   background: #ae8d24;
   position: relative;
   /* Skew */
   -webkit-transform: skew(33deg); 
   -moz-transform: skew(33deg); 
   -o-transform: skew(33deg);
   transform: skew(33deg);
}
.sub-menu-list li a{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px;
    max-height: 17px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	-webkit-transform: skew(33deg);
    -moz-transform: skew(33deg);
    -o-transform: skew(33deg);
    transform: skew(-33deg);
}
.sub-menu-list li.active{
  background-color:#c8a02a;
}

.sub-menu-list li a .rotate{ 
  color:#fff; 
  line-height: 150%;
  * Safari */
-webkit-transform: rotate(-90deg);

/* Firefox */
-moz-transform: rotate(-90deg);

/* IE */
-ms-transform: rotate(-90deg);

/* Opera */
-o-transform: rotate(-90deg); }

.our-history .nav-tabs{ border-bottom: none }

.our-history .nav-tabs>li {
    float: left;
    margin-bottom: -1px;
    width: 100%;
    height: 320px;
    border-right: 1px solid #ae8d24;
}
.our-history .nav-tabs>li.active>a, .our-history .nav-tabs>li.active>a:focus, .our-history .nav-tabs>li.active>a:hover{
  background-color: transparent; border:none; 
  font-weight: bold;
  color:#c8a02a;
}

.our-history .nav-tabs>li>a:hover {
    background-color: transparent;
    border:none;
}
.img-circle-xs{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #ae8d24;
    position: absolute;
    right: -12px;
     }



.img-circle-xs:hover{
  border:5px solid #c8a02a;
}
.load-more{
  text-align: center;
}
/* why us page*/

#why-us{ 
  padding-top:70px;
  background-image: url(../images/bg-inside.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size:100%;

}

.sub-banner.why-us{
    background-image: url(../images/inner-banner-why-us.png);
    background-attachment: scroll;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: #fff;
    border-bottom:4px solid #b48c2c;
    margin-top:50px;
    height:400px;

}
.bg-circle-img {
    /*background: #fff url(../images/circle-img-bg.jpg) no-repeat center;*/
    min-height: 450px;
    width: 450px;
    border-radius: 50%;
    background-size: 80%;
    border: 7px solid #e3cf94;
    margin: 100px 0;
}
#why-us .inner-content .row .inner-caption{
  padding-left: 10px;
    padding-top: 90px;
    text-align: center;
}
#why-us .inner-content .row  h3:hover{
  text-decoration: underline;
  cursor: pointer;
}
#why-us .inner-content .row .text-wrap-1{
    
    position: absolute;
    top: 0;
    left: -300px;
    width: 300px;
}
#why-us .inner-content .row .text-wrap-1 h3{
  color: #785110;
  font-size: 18px;
  line-height: 150%;
  text-align: right;
}

#why-us .inner-content .row .text-wrap-2 {
    position: absolute;
    top: 180px;
    left: -390px;
    width: 300px;
}

#why-us .inner-content .row .text-wrap-2 h3{
  color: #785110;
  font-size: 18px;
  line-height: 150%;
  text-align: right;
}
#why-us .inner-content .row .text-wrap-3 {
    position: absolute;
    top: 320px;
    left: -300px;
    width: 300px;
    text-align: right;
}

#why-us .inner-content .row .text-wrap-3 h3{
  color: #785110;
  font-size: 18px;
  line-height: 150%;
  text-align: right;
}
#why-us .inner-content .row .text-wrap-4 {
    position: absolute;
    top: 450px;
    left: 80px;
    width: 300px;
}

#why-us .inner-content .row .text-wrap-4 h3{
  color: #785110;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
}

#why-us .inner-content .row .text-wrap-5 {
    position: absolute;
    top: -100px;
    left: 80px;
    width: 300px;
}

#why-us .inner-content .row .text-wrap-5 h3{
  color: #785110;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
}

#why-us .inner-content .row .text-wrap-6 {
    position: absolute;
    top: 0px;
    right: -310px;
    width: 300px;
}

#why-us .inner-content .row .text-wrap-6 h3{
  color: #785110;
  font-size: 18px;
  line-height: 150%;
}

#why-us .inner-content .row .text-wrap-7 {
    position: absolute;
    top: 170px;
    right: -380px;
    width: 300px;
}

#why-us .inner-content .row .text-wrap-7 h3{
  color: #785110;
  font-size: 18px;
  line-height: 150%;
}

#why-us .inner-content .row .text-wrap-8 {
    position: absolute;
    top: 320px;
    right: -310px;
    width: 300px;
}

#why-us .inner-content .row .text-wrap-8 h3{
  color: #785110;
  font-size: 18px;
  line-height: 150%;
}

/*location page*/

#location{ 
  padding-top:70px;
  background-image: url(../images/bg-inside.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size:100%;

}

.sub-banner.location{
    background-image: url(../images/inner-banner-location.png);
    background-attachment: scroll;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: #fff;
    border-bottom:4px solid #b48c2c;
    margin-top:50px;
    height:400px;

}
.location-acc .panel{ background-color: transparent; border:none; box-shadow: none; }
.location-acc .panel-title{color:#876929; font-size: 15px; }
.location-acc .panel i{ color:#876929 ; margin-right: 20px; }
.location-acc .panel-default{border-color: transparent;}
.location-acc .panel-default>.panel-heading{

    color: #383838;
    font-size: 14px;
    background-color: transparent;
    border-color:transparent;
    border-bottom: 1px dashed #876929;
    padding: 15px 10px;

}
.location-acc .panel-default>.panel-heading+.panel-collapse>.panel-body{ border-top: none; }

.slider-area{
  padding:12px; /*Krishmal*/
  background-color: #c8a02a;
  border-radius: 5px;
  border:10px solid #ccc; 
}

/*Begin - Krishmal*/

ul.lSPager.lSGallery {
    display: none;
}

/*End - Krishmal*/

/*chathura*/

#venues-inner{ padding-top: 70px; background-image: url(../images/bg-inside.png); background-repeat: no-repeat; background-position: center center; background-size: 100%; }
.venue-cat-list{ padding-left: 0; }
.venue-cat-list li{ list-style: none; padding: 7px 10px; padding-right: 26px; color: #444; font-size: 14px; font-weight: 500; font-style: normal; /*padding-left: 0px;*/ }
.venue-cat-list li.active{ border:1px solid #a2772f; border-radius: 8px; position:relative; }
.venue-cat-list li.active:after{ content:''; width: 0; height: 0; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 7px solid #a2772f; position: absolute; right: 12px; top: 50%; margin-top: -4px; }
.sidebar.venue-sidebar{ padding-left:0; }
.venue-content-area{ border:1px solid #a2772f; border-radius: 8px; min-height:500px; }
.venue-content-area h3{ color: #785110; font-size: 22px; text-transform: uppercase; font-style: normal; margin-bottom: 20px; }
.venue-item-content{ background-color:#c9a02a; text-align:center; }
.venue-item-content h4{ font-size: 22px; line-height: 150%; font-weight: 500; color: #fff; text-transform: uppercase; margin-top: 15px; }
.venue-item-content p{ font-size: 13px; line-height: 150%; font-weight: 500; text-transform: uppercase; color: #fff; }
.venue-item-content a{ font-size: 16px; line-height: 150%; font-weight: 500; text-transform: uppercase; color: #fff; }
.venue-item-content, .venue-item-image{ min-height:200px; }
.venue-item-image{ background-position: center; background-repeat: no-repeat; background-size: cover; }
.venue-item{ margin-bottom:30px; }
.clear{ clear:both; height:0; }

.colored-triangle a:before{ border-bottom: 36px solid #b48c2c;
    border-left: 78px solid transparent;
    border-right: 73px solid transparent;
    content: "";
    height: 0;
    left: -5px;
    position: absolute;
    top: 46px;
    width: 0;
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg); }
.logo-placeholder:before{ z-index:1; }
.colored-triangle .attachment-full.size-full.wp-post-image{ z-index:2; }
.intro-text-title, .intro-text p{ text-shadow: 1px 1px 2px #a2a0a0, 0 0 25px #969696, 0 0 5px #a5a5a5; }
#venues{ margin-top:-42px; }
.cont-box p{ text-transform: capitalize; }
.cont-box span{ text-transform: capitalize; font-size:15px; position: absolute; right: 0; bottom: 0; width: 135px; height: 50px; padding: 13px 13px 13px 8px;
    text-align: center; background-color: #9d8540;
	    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
.cont-box span:before{ content:''; width: 0; height: 0; border-left: 25px solid transparent; border-right: 0px solid transparent; border-bottom: 50px solid #9d8540; position: absolute; top: 0; left: 0; margin-left: -25px; }
.cont-box{ position:relative; }
.cont-box span:hover{ color: #e4c97c !important; }
.thumb-video-cover{ background-position:center; background-repeat:no-repeat; background-size:cover; width:100%; height:100%; position: absolute; top: 0;
    left: 0; }
.video-block{ position:relative; }
.video_links { position: absolute; width: 102px; height: 102px; margin-left: -51px; margin-top: -51px; left: 50%; top: 50%; -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease; transition: all 0.5s ease; opacity: 0.8; padding: 10px; }
.venue-banner-inner h2{ text-transform: capitalize; text-shadow: 1px 1px 6px #a2a0a0, 0 0 25px #969696, 0 0 7px #a5a5a5; }
.venue-banner-inner h3{ text-transform: capitalize; text-shadow: 1px 1px 6px #a2a0a0, 0 0 25px #969696, 0 0 7px #a5a5a5; }
.venue-banner-inner h1{ text-shadow: 1px 1px 6px #a2a0a0, 0 0 25px #969696, 0 0 7px #a5a5a5; }
.venue-banner-inner-overlay{ background-color: rgba(84, 84, 84, 0.2); position:absolute; top:0; left:0; width:100%; height:100%; }
.venue-banner-inner{ position: absolute; width: 100%; height: 100%; z-index: 22; }

.venue-banner-inner span{ text-transform: capitalize; font-size:15px; position: absolute; right: 0; bottom: 0; width: 135px; height: 50px; padding: 13px 13px 13px 8px;
    text-align: center; background-color: #9d8540;
	    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
.venue-banner-inner span:before{ content:''; width: 0; height: 0; border-left: 25px solid transparent; border-right: 0px solid transparent; border-bottom: 50px solid #9d8540; position: absolute; top: 0; left: 0; margin-left: -25px; }
.venue-banner{ position:relative; }
.venue-banner-inner span:hover{ color: #e4c97c !important; }

/*.venue-banner span{ text-transform:capitalize !important; font-size:15px !important; background-color: #9d8540; padding: 10px 16px; display: inline-block; }*/
.intro-section {
    padding-top: 70px;
    text-align: center;
    color: #fff;
    border-bottom:4px solid #b48c2c;
    margin-top:50px;
    height:830px;
	position: relative;
	overflow:hidden;
	
}	
.home-main-banner{ background-attachment: scroll;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	-webkit-transition: all 9s linear;
    -moz-transition: all 9s linear;
    transition: all 9s linear;
	position:absolute;
	top:0; 
	left:0;
	height:100%;
	width:100%; 
	z-index:1;}
.home-main-banner.background-zoom{ transform:scale(1.1); -moz-transform:scale(1.1); -ms-transform:scale(1.1); -o-transform:scale(1.1); -webkit-transform:scale(1.1); }
.page-scrolll{ display:inline-block; position: absolute; left: 50%; margin-left: -37px; }
.venue-item-content p{ text-transform:capitalize; }	
.venue-item-content a span{ text-transform:capitalize;
    font-size: 14px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 135px;
    height: 32px;
    padding: 5px 13px 5px 8px;
    text-align: center;
    background-color: #9d8540;
	-ms-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
.venue-item-content a span:before{ content: '';
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 32px solid #9d8540;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -25px; }
.venue-item-image{ cursor:pointer; }
.venue-item:hover .venue-item-image{ opacity:0.7; }
.venue-item:hover .venue-item-content a span{ color: #e4c97c !important; }
.sub-banner{ position:relative; }
.menu-base h3{ margin: 20px 16px 10px 16px; }
button, input, select, textarea{ width:100%; }
#facilities .cont-box{ height: 230px !important; padding: 20px 30px; }
#facilities .facility-bg2{ min-height:230px; } 
#facilities .facility-bg3{ min-height:230px; } 
.facility-box-link{ display:block; }
.news-block-inner h3{ padding-bottom:0 !important; }
.news-block-inner{ padding-bottom:40px; }
#our-story .scrollbar{ overflow-y: visible; }
.bod-element{ margin-bottom:20px; }
.ms-block{ margin-bottom:20px; }
#contact-us .yellow-txt{ width:100%; margin-bottom:8px; }
#contact-us .wpcf7-submit{ background-color: #c8a02a; border: #c8a02a; color: #FFF; padding: 6px; }
#venues .hover-box .venue-bg2{ cursor: default!important; }
.venue-item-image{ cursor: default!important; }
.check-availability .wpcf7-submit{ background: #ac8b24;
    display: inline-block;
    height: 50px;
    margin-left: 68px;
    right: 0;
    bottom: 0;
    position: absolute;
    width: 175px;
    color: #fff;
    font-size: 18px;
    line-height: 150%;border: none; }
.check-availability .wpcf7-submit:before{ content:''; }
.check-availability .wpcf7-form-control-wrap input{ width:48%; float:left; margin-right:2%; background-color: #c9a02a; border: none; 
border-bottom: 1px solid #FFF; }
.check-availability .wpcf7-form{ margin-top:22px; }
.check-availability .wpcf7-form-control-wrap{ z-index: 222; }
.check-availability .wpcf7{ -webkit-transition: none; -moz-transition: none; transition: none; }

#why-us .inner-content .row .text-wrap-1.title-5{ top:60px; }
#why-us .inner-content .row .text-wrap-6.title-2{ top:60px; }
#why-us .inner-content .row .text-wrap-5.title-1{ left:66px; }
.animation-container .contents_hidden{ display:none; }
#why-us .animation-container.animations h3{ font-weight:bold; /*border-bottom:2px solid #785110;*/  }
#why-us .inner-content .row .animation-container h3:hover { text-decoration:none; cursor: pointer;}
.bg-circle-img{ opacity:0; }
.bg-circle-img .animation-container{ opacity:0; }
.show_contents{ opacity:0; }
#why-us{ padding-top: 30px !important; }
.why-us-mobile-item{  }
.why-us-mobile-item h2{ font-size: 18px; text-transform: uppercase; font-weight: regular; line-height: 150%; color: #8e692a; padding-bottom: 0; 
text-align:left !important; margin-bottom:0; }
.why-us-mobile{ display:none; padding:0 20px; }

.intro-active{ padding-top:50px; }
.home-banner-intro{ position:absolute; z-index:11; width: 100%}
.check-availability.base{ z-index:111; }

.facility-bg3:hover { background-color: rgba(0,0,0,.5); cursor: pointer;}
.facility-bg3:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: inherit;
    content: ' ';
}
#menu-main-menu .current-page-ancestor a{ color: #333; }
#menu-about-menu .current_page_item a{ color: #333; }
.page-list li{ padding-bottom: 10px; }
.page-list li .children{ margin-top:10px; }
.page-list li .children li:last-child{ padding-bottom:0; }
.page-not{ text-align:center; min-height:600px; }
.page-not h2{ font-size:220px; }
.page-not h6{ font-size:30px;  }
.availibility-block .wpcf7-submit{ background-color: #a96a0c; border: #a96a0c; color: #FFF; }
#facilities .facilities-row:last-of-type{ margin-bottom:20px; }
.mobile-sub-menu-cover .mobile_menu_items{ display:none; }
.mobile-sub-menu-cover{ display:none; }
.lightSlider.lsGrab > img{ cursor:default !important; }
.lightSlider.lsGrab > img:hover{ cursor:default !important; }
#location .lightSlider.lsGrabbing > * { cursor: default !important;}
.image-list li img { width: 140px; }
.image-list li{ width: 22%; margin-bottom: 5px; margin-left: 0;}

.search{ min-height:500px; }
.bx-wrapper .bx-controls-direction a{ z-index:100 !important; }

.search-base .form-group{ border-bottom: 1px solid #fff; position:relative; }
.search-base .form-group:after{ content: '';
    position: absolute;
    z-index: 10;
    top: 5px;
    right: 0;
    background-image: url(../images/search-icon.png);
    background-size: 100%;
    width: 25px;
    height: 25px; }

.search-area{
    border: none;
    background: transparent;
    box-shadow: none;
    color: #fff;
    border-radius: 0;
    padding: 10px 0;
	padding-right:20px;
}
#menu-main-menu .current-menu-item a{ color: #333; }

/*end chathura*/
/* Smartphones (portrait and landscape) ----------- */
@media  screen and (max-width : 480px) { 
.details-block { width: 100%; margin-left: 0; }
.navbar-default .navbar-toggle{ width:22px; border: none; padding:0; margin-top: 30px; margin-right: 20px; }
.navbar-brand>img{ width:90px; }
.navbar-brand{ height: auto; padding: 0; margin-top: 8px; margin-left: 10px; }
.navbar-header { min-height: 75px !important; }
.container>.navbar-header{ margin-right: 0; margin-left: 0; }
.navbar.navbar-default.navbar-fixed-top .container{ container }
.row { margin-right: 0; margin-left: 0; }
.check-availability.base{ right:0; }
.navbar-fixed-top .navbar-collapse{ max-height:none; }

#our-story{ padding-top: 22px; }
.story-text-area .scrollbar{ height:auto; margin-bottom:0; }
.bx-wrapper .bx-controls-direction a{ top: auto !important; bottom: -30px !important; }
.bx-wrapper .bx-prev { left: -7px !important; }
.bx-wrapper .bx-next { right: -7px !important; }
#our-story .carousal-box{ margin-bottom: 20px; }

.check-availability.base{ width: 100%;  height: 188px;  margin-top: 0; position: relative; }
.check-availability.base:before{ display:none; }
.check-availability .wpcf7{ padding:0 20px; }
.sub-base:before { border-bottom: 50px solid transparent !important; top:-16px; }

.venue-heading{ background:none; }
.venue-heading h2:before{ display:none; }
.venue-heading h2:after{ display:none; }
.menu-base.hidden-xs{ display:block !important; }
#venues-inner{ padding-top: 25px; }

.menu-base{ text-align: left; min-height: 55px; width: 100%; height: auto; }
.menu-base:before{ display:none; }

.news-block-inner img{ width:100%; }
.sidebar { padding-left: 20px; }
#our-story .arrow-right.bg-code1{ display:none; }
.design-text-cover, .privacy-cover, .copyright-cover{ text-align:center; }
.design-text-cover{ padding-bottom:10px; }
.pagination.pull-right{ float: none!important; width: 220px; margin: 0 auto; display: block; }

/*mobile sub menu*/
.mobile-sub-menu-cover .mobile_menu_items{ display:block; }
.sub-menu-cover{ display:none; }
.mobile-sub-menu-cover .mobile_menu_items{  display: block; width: 100%; background-color: #9b7314; min-height: 40px; padding: 8px 20px;
    color: #FFF; font-size: 18px; position: relative; }
.mobile-sub-menu-cover .mobile_menu_items .plus_mark{ font-size: 30px; position: absolute; top: -3px; right: 25px; }
.mobile-sub-menu-cover .mobile_menu_items.activate .plus_mark{ -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.mobile-sub-menu-cover{ bottom: 0; left: 0; width: 100%; }
.sub-menu-list{ display:none; }
.sub-menu-list li a{     -webkit-transform: skew(0deg); -moz-transform: skew(0deg);  -o-transform: skew(0deg);
    transform: skew(0deg); width: 100%; color: #FFF; }
.sub-menu-list li{  -webkit-transform: skew(0deg); -moz-transform: skew0deg); -o-transform: skew(0deg); transform: skew(0deg); width: 100%;
    padding: 10px 30px;  border-top: 1px solid rgba(255, 255, 255, 0.1); border-bottom: 2px solid rgba(0, 0, 0, 0.1); }
.mobile-sub-menu-cover{ display:block; }
/*end mobile sub menu*/
#facilities .cont-box .arrow-right.bg-code3, #facilities .cont-box .arrow-left.bg-code2 { display: none; }
#facilities .facilities-row{ margin-bottom:20px; }

/*.bod-element{ width:100% !important; }
.bod-element .image-cont{ width:50% !important; float: left; }
.bod-element .team-image{ width:50% !important; }

.ms-block{ width:100% !important; }
.ms-block .image-cont{ width:50% !important; float: left; }
.ms-block .team-image{ width:50% !important; }*/
.image-list li{ width: 100%; margin-bottom: 15px; }
.image-list li img { width: 100%; }
.carousel-inner{ min-height:200px; }
.carousel-inner p{ text-align:left; }
.page-not h2 { font-size: 120px; }
.venue-item-content{ min-height:240px; }
.venue-item-content h4 { font-size: 16px; }


}

@media  screen 
and (min-width :481px) 
and (max-width : 580px) {
.image-list li img {  width: 136px !important; }
.image-list li { width: 30% !important; }
.page-not h2 { font-size: 120px; }

}
@media  screen 
and (min-width :481px) 
and (max-width : 600px) {
.home-banner-intro .page-scrolll{ top:200px !important; } 

.manaement-staff-block .team-image img { width: 154%; }
.manaement-staff-block .arrow-right.bg-code1{ left: 130px; }

}
/* iPads (portrait and landscape) ----------- */
@media  screen 
and (min-width :481px) 
and (max-width : 768px) {
.navbar-default .navbar-toggle{ width:22px; border: none; padding:0; margin-top: 30px; margin-right: 20px; }
.navbar-brand>img{ width:90px; }
.navbar-brand{ height: auto; padding: 0; margin-top: 8px; margin-left: 10px; }
.navbar-header { min-height: 75px !important; }
.container>.navbar-header{ margin-right: 0; margin-left: 0; }
.navbar.navbar-default.navbar-fixed-top .container{ container }
.row { margin-right: 0; margin-left: 0; }
.check-availability.base{ right:0; }
.navbar-fixed-top .navbar-collapse{ max-height:none; }
#our-story{ padding-top: 22px; }
.story-text-area .scrollbar{ height:auto; margin-bottom:0; }
#our-story .carousal-box{ margin-bottom: 20px; }

.image-list li{ width:auto; }
.sidebar{ padding-left:15px; }
.availibility-block{ margin-top:30px; }

#single-facility { padding-top: 30px;}
#our-story .carousel-indicators { bottom: 5px;}

#our-story .arrow-right.bg-code1{ display:none; }

.check-availability.base{ width: 100%;  height: 188px;  margin-top: 0; position: relative; }
.check-availability.base:before{ display:none; }
.check-availability .wpcf7{ padding:0 20px; }
.sub-base:before { border-bottom: 50px solid transparent !important; top:-16px; }

#contact-us{ background-repeat-y: inherit; }

.menu-base{ text-align: left; min-height: 55px; width: 100%; height: auto; }
.menu-base:before{ display:none; }

#facilities .cont-box .arrow-right.bg-code3, #facilities .cont-box .arrow-left.bg-code2{ display:none; }
#facilities .facilities-row{ margin-bottom:20px; }
.design-text-cover, .privacy-cover, .copyright-cover{ text-align:center; }
.design-text-cover{ padding-bottom:10px; }
.menu-base.hidden-xs{ display:block !important; }

/*mobile sub menu*/
.mobile-sub-menu-cover .mobile_menu_items{ display:block; }
.sub-menu-cover{ display:none; }
.mobile-sub-menu-cover .mobile_menu_items{  display: block; width: 100%; background-color: #9b7314; min-height: 40px; padding: 8px 20px;
    color: #FFF; font-size: 18px; position: relative; }
.mobile-sub-menu-cover .mobile_menu_items .plus_mark{ font-size: 30px; position: absolute; top: -3px; right: 25px; }
.mobile-sub-menu-cover .mobile_menu_items.activate .plus_mark{ -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.mobile-sub-menu-cover{ bottom: 0; left: 0; width: 100%; }
.sub-menu-list{ display:none; }
.sub-menu-list li a{     -webkit-transform: skew(0deg); -moz-transform: skew(0deg);  -o-transform: skew(0deg);
    transform: skew(0deg); width: 100%; color: #FFF; }
.sub-menu-list li{  -webkit-transform: skew(0deg); -moz-transform: skew0deg); -o-transform: skew(0deg); transform: skew(0deg); width: 100%;
    padding: 10px 30px;  border-top: 1px solid rgba(255, 255, 255, 0.1); border-bottom: 2px solid rgba(0, 0, 0, 0.1); }
.mobile-sub-menu-cover{ display:block; }
/*end mobile sub menu*/

.bod-element{ width:100% !important; }
.bod-element .image-cont{ width:50% !important; float: left; }
.bod-element .team-image{ width:50% !important; }

.ms-block{ width:50% !important; }
.ms-block .image-cont{ width:50% !important; float: left; }
.ms-block .team-image{ width:50% !important; }



}
@media  screen 
and (min-width :769px) 
and (max-width : 1024px) {
.sub-menu-list li{ width:120px; }
#contact-us{ background-repeat-y: inherit; }
.row { margin-right: 0; margin-left: 0; }
.check-availability.base{ right:0; }
#venues .cont-box{ padding: 15px 30px; }
.check-availability.base{ width:330px; }

}
/*end chathura*/


/*mobile styles*/


@media(max-width:768px) {
.make-booking-cta {top: 78px;}
.why-us-desktop{ display:none; }
.why-us-mobile{ display:block; }
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: transparent;
    background: #c9a02a;
    z-index: 1;
    position: relative;
    }
.navbar-header{
    min-height: 100px;
}

.navbar-default .navbar-toggle{
    border-color: transparent;
    /*padding-top:30px;*/
}
.navbar-default .navbar-toggle .icon-bar{
    background-color: #c9a02a;
}

.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.navbar-default .navbar-nav>li>a{
    color:#fff;
    border-right: none;
    border-bottom:1px dotted #fff;
}

/*intro text*/

.intro-text-title {
    font-size: 26px ;
    font-weight: 700;
    line-height: 180%;
}

.intro-text-title::before{ 
    left: 37%;
 }
.intro-text p {
    font-size: 16px;
    padding: 0 15%;
}
.intro-section{
        background-position: center center;
        height: 600px;
}
.base{ width: 266px; height: 150px;margin-top: -154px;}
.base:before {
    border-left: 85px solid #c9a02a;
    border-right: 0px solid transparent;
    border-bottom: 150px solid transparent;
    }

.double-arrow-down {
    padding-top: 50px;
}
.event-type{ padding:0; }
.no-of-ppl{padding:0;}
.form-group{ margin-bottom:8px; }
.inquire {
    padding: 7px 29px;
    cursor: pointer;
}
.sub-base{ height: 35px; }
.sub-base:before{
    border-bottom: 38px solid transparent;
}
.venue-banner{ background-size: 200%; }
.venue-banner h2 {
    font-size: 30px;}

.venue-banner h2:before {
    left: 34%;

}

.venue-banner1{ background-size: 172%; }
.about-desc h1 {
    color: #8b642e;
    font-size: 22px;
    line-height: 150%;
    text-transform: uppercase;
    text-align: left;
    padding: 0;
}
.about-desc p{ text-align: left; }

.venue-banner1 h2:before{ left:35%; }
.venue-heading {
    width: 100%;
    margin-left: 0;
}
footer{ font-size: 12px;  padding: 10px;}

/*.sub-menu-list {
    position: absolute;
    bottom: 80px;
    right: 228px;
}*/
.sub-menu-list li{
  webkit-transform: skew(0deg);
    -moz-transform: skew0deg);
    -o-transform: skew(0deg);
    transform: skew(0deg);
}

.inner-content h2{
  text-align: center;
}
}

@media(min-width:1500px) { 
   /* .home-banner-intro{margin-left: 14%!important;} */ /* commented to make home banner text centered */
    
    .sidebar {padding: 0;}
}


