.small-container {
    max-width: 800px;
    margin: 0 auto;
}

#gkHeaderMod {
    background: #fafaf9;
}

.big-bodyspace {
  padding: 16rem 0 2rem 0;
}

.wh {
  color: #ffffff;
}

/*header*/

h3.h-title {
    font-size: 60px;
    color: #fff;
    margin-bottom: 20px;
}

.wh.nextSlide, .wh.prevSlide {
    border: initial !important;
    transform: initial !important;
    height: initial !important;
    line-height: initial !important;
    width: initial !important;
}

.gkIsWrapper-default figcaption p.headp {
    font-size: 2rem;
    color: #fff;
    line-height: 2;
    font-weight: 400;
}

.padtop {
    padding-top: 3rem;
}


.bodyspace {
	padding: 8rem 0;
}


  .pager {
  text-align: center;
}

  .bigpad {
    padding-top: 10rem;
}
  
/*events*/

h2.newsflash-title {
    text-align: center;
    font-size: 32px;
}

p.pletter, .gld-brd p {
    text-transform: uppercase;
    font-size: 16px;
    color: #7e642a;
    line-height: 1.3;
    font-weight: 100;
    margin-top: 24px;
    text-align: center;
}

p.pletter a {
    color: #7e642a;
}

p.pletter a:hover {
    color: #dd973a;
}
  .gold {
  color: #7e642a;
  }
  
  .gld-brd {
    border: solid 2px #d3c388;
    margin: -15px 0;
    padding: 0 28px;
    text-align: center;
    min-height: 160px;
}

i.wh-icn {
    background-color: white;
    border-radius: 50%;
    border: 1px solid #d3c388;
    padding: 10px;
}

.btn.wh-btn {
    color: #ffffff !important;
}

 .center-icon {
  display: block;
    position: relative;
  }
  
i.icn-cntr {
    position: absolute;
    top: -33px;
    left: calc(50% - 18px);
    left: -webkit-calc(50% - 18px);
}

.mod-articlesnews-horizontal {
    grid-gap: 8rem;
    max-width: 682px;
    margin: 0 auto;
}

   
}

.gk-image-border.gk-left.brdr-cntr:after {
    left: -15px;
    width: 110%;
}
/*
.full {position:relative; display:inline-block;}

span.notify-badge{display:none}*/

.past-event img, .fully-booked img {filter:grayscale(100%)}
/*.full span.notify-badge{
    display: block;
    position: absolute;
    background: rgb(211 195 136);
    height: auto;
    padding: 6px;
    top:1.2rem;
    right:1.2rem;
    z-index: 9;
    width: 140px;
    text-align: center;
    line-height: 2rem;
    font-size: 2rem;
    border-radius: 6px;
    color:black;
    border:1px solid black;
} */

li[data-event-status="true"] {
        position: relative;
    }
    
.event-badge {
    position: absolute;
    z-index: 2;
    background: rgb(211 195 136);
    top: 16px;
    font-size: 18px;
    font-weight: 600;
    padding: 1px 6px;
    border:1px solid #000;
    border-radius: 8px;
    color: #000;
    right: 2px;
}

/*menu*/

.card {display: flex;
    flex-direction: column;
    padding: 1rem;
    margin: 2.5rem;
    border: solid 2px #dac48b;
    overflow: hidden;
}
.gk-cols[data-cols="2"] > div.sm-menu {
    width: 30%;
}
  
  .hable {
      box-shadow: 10px -10px 0px 0px #ddc99245;
  }
  .middle {
    display: table;
}
  .iconbox {
    width: 120px;
    margin-right: 12px;
}
.middle h3 {
    vertical-align: middle;
    display: table-cell;
}
  
  .card.hable {
	box-shadow: 10px -10px 0px 0px #cccccc;
	 -webkit-animation-name: shadow-show;
    -webkit-animation-duration: .5s;
    animation-name: shadow-show;
    animation-duration: .5s;
    transition-timing-function: cubic-bezier(0.795, 0, 0.165, 1);
    transition: hover .2s linear, box-shadow .2s linear;
}

.card.hable:hover {
    box-shadow: 8px -8px 0px 0px #d9c58c;
 
}


/*about*/

.gk-parallax-overlay.overlay-space {
    margin: 210px -180px;
}

.gk-parallax-overlay p.wide-p {
padding: 0;
}

/*callme*/

    .callme {    
    display: block;
    position: fixed;
    right: 6px;
    bottom: 104px;
    z-index: 999;
    }
    
   .callme .callmeMain {
    
    background-color: #eee0bb;
    width: 60px;
    height: 56px;
    transition: 0.4s;
     box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.2);
    }
    
   .callmeMain:hover {
      background-color: #dd973a;
     box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
    }
    
   .callpic {
    margin: 0px 8px 5px 12px;
    padding-top: 4px;
}

.callname {
       color: #000;
       font-weight: 600;
       text-align: center;
       line-height: 1.2;
}

.full-map .gkPage {
    max-width: 2114px;
}
  

/*tablet-screen start*/

@media (max-width:930px) {

.gkIsWrapper-default figcaption p.headp {
    font-size: 1.5rem;
    font-weight: 600;
  margin: 0 38px;
}

h3.h-title {
    font-weight: 600;
    padding-top: 60px;
    margin-bottom: 6px;
    font-size: 48px;
}
#gkHeaderMod h1 {
    color: #fff;
    font-size: 38px;
    font-weight: 600;
}

}



/*small-screen start*/

@media (max-width:640px) {

  .brdr-left {
    border-left: none;
}
  
.card {
    margin: 0;
    margin-top: 42px;
width: 100%;
padding: 0;
}

.btn.large {
   padding: 0;
    width: 100%;
}

.gk-parallax-overlay p {
    padding: 20px;
}

.gk-parallax-overlay h2 {
    line-height: 1;
  font-size: 38px;
}

h2 {
    font-size: 42px;
        line-height: 1.2;
}



.gk-image-border.gk-left:after {
    left: 0px;
}

.gk-image-border.gk-left {
    padding: 0 16px;

}
  
  .newsflash-horiz.mod-list .gk-image-border.gk-left {
    padding: 0;
    float: unset;
    text-align: center;
    margin: 0 auto;
}

  .gk-image-border.gk-left.brdr-cntr:after {
    left: 7px;
    width: 96%;
}
  
  
.box.video-bg .gk-border-box {
   padding: 80px 40px 30px 40px;
    width: 100%;
}

.box.video-bg .gk-border-box > h2 {

    font-size: 25px;
    letter-spacing: 2px;
   
}

.box.video-bg .gk-border-box .gk-phone-number > strong {

    font-size: 26px;
    line-height: 2;
}



.gld-brd {
    border: solid 2px #d3c388;
    margin: -15px 0px 0 0px;
    padding: 24px 16px 0 16px;
    min-height: 180px;
    text-align: center;
}


p.icon-right {
    margin-left: 130px;
}

  .middle h3 {

    font-size: 24px;
}

h3.h-title {
    font-size: 30px;
    font-weight: 600;
    padding-top: 18px;
    margin-bottom: 6px;
}
  
  .gkIsWrapper-default figcaption p.headp {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0px 30px;
}
  
  .wh.nextSlide {

      margin-right: -23px;
}

.wh.prevSlide {
  
        margin-left: -23px;
}
  
  #gkHeaderMod sub {
    bottom: 70px;
    padding: 0px 10px;
}
  
.padtop .sige_cont_0 {display: none}
.padtop .sige_cont_0:nth-child(-n+6) {display: block}
  
}

/*small-screen end*/

#aside-menu li {
    font-size: 20px;

}

/*contact*/

  .gk-cols[data-cols="2"] > div.icon-pad {
    padding-top: 18px;
}

.middle p {
    vertical-align: middle;
    display: table-cell;
    font-weight: 100;
    font-family: sans-serif;
    font-size: 18px;
}
  
  .icon-top {
    
    margin-top: 1.3rem;
}

.pad-right {
    padding-left: 9px;
}
/*gallery*/

@media (min-width:1340px) {
.gal-width {
    margin: 0 -14rem;
}
}

.sige_thumb_masonry > a > img {
    display: block;
    height: auto;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    width: 100%;
    will-change: opacity;
}
 
.sige_thumb_masonry > a:hover > img {
    opacity: 0.5;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
}

.sige_thumb_masonry > a img {
  background: #fff;
  border: 2px solid #fff;
  position: relative;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
}
.sige_thumb_masonry > a:hover img {
  border: 2px solid #dd973a;
  padding: 10px;
  opacity: 0.7;
  -webkit-transform: scale(.9);
  -moz-transform: scale(.9);
  -ms-transform: scale(.9);
  -o-transform: scale(.9);
  transform: scale(.9);
}


/*reservation-detailes*/
.party-card {
  padding: 1rem;
    margin: 2.5rem;
    border: solid 2px #dac48b;
  max-width: 800px;
  margin: 0 auto;
}

.party-card.hable {
    box-shadow: 10px -10px 0px 0px #cccccc;
    -webkit-animation-name: shadow-show;
    -webkit-animation-duration: .5s;
    animation-name: shadow-show;
    animation-duration: .5s;
    transition-timing-function: cubic-bezier(0.795, 0, 0.165, 1);
    transition: hover .2s linear, box-shadow .2s linear;
}

.party-card.hable:hover {
    box-shadow: 8px -8px 0px 0px #d9c58c;
 
}

.brdr-left {
    border-left: solid 1px #dac48b;
}

.brown {
    color: #67553e;
}
.corm-font {
    font-size: 38px;
}

.but-pad {
  padding: 5px 62px;
}

@media (max-width:640px) {
.brdr-left {
    border-left: none;
}

  .but-pad {
    padding: 5px 81px;
    margin: 10px;
}
}

/*alex kieg*/


@media (max-width: 508px) {
#gkHeaderMod sub {
   
    font-size: 9px;
}

#gkHeaderMod h1 {
                 font-size: 36px;
                 padding-top: 43px;
                 }


#gkHeaderMod h2, #gkHeaderMod h1 + p {
    font-size: 14px;
    padding-top: 30px;

}

    
}


@media (max-width: 1100px) {


.gk-image-border.gk-right:after {
    right: -12px;
}

.gk-image-border:after {

    top: -12px;
	}
    
}

@media (max-width: 840px) {

.gk-parallax-overlay p {

    padding: 60px 20px;
}

.gk-parallax-overlay h2 {

    line-height: 1;
}   
}

/*tripadviser badge*/
#gkHeader::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 185px;
    background-image: url(/images/tripadviser-badge.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
    z-index: 4;
}

@media (max-width: 840px) {
#gkHeader::before {
    min-height: 120px;}
}
