@charset "utf-8";

/*
* Resposiv CSS
* Copyright 2015 Thomas Wiken
* http://www.07interaktiv.no
*/

/* Browser Resets */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse;border-spacing: 0;}
html, body {width: auto;height: auto;}

/* Image setup
*********************************/
.leftnav h2 a {
  text-decoration: none;
  color: inherit;
  font-size: 24px;
}
.top_pic, .bottom_pic, .left_pic, .right_pic {
  margin: 0 0 25px 0;
  display: block;
  overflow: hidden;
}
.top_pic {
  width: 100%;  
}
.bottom_pic {
  width: 100%;
  margin: 25px 0;
}
.left_pic {
  margin: 0 25px 25px 0;
  float: left;
}
.right_pic {
  margin: 0 0 25px 25px;
  float: right;
}
img {
  width: auto;
  max-width: 100%;
}

/* Frame setup
*********************************/

body {
  background: #000 !important;	
}
#frame {
  width: auto;
  max-width: 1250px;
  margin: 0 auto;
}
.front #frame {
  width: 100%;
  height: 100%;
  max-width: inherit;
}
.section {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.sectionholder {
  width: auto;
  max-width: 1250px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
.w10, .w12, .w15, .w16, .w20, .w25, .w30, .w33, .w35, .w40, .w45, .w50, .w55, .w60, .w65, .w66, .w70, .w75, .w80, .w100 {
  width: 10%;height:auto;float:left;overflow: hidden;clear:none;
}
.w12 {width: 12.5%;}
.w15 {width: 15%;}
.w16 {width: 16.66%;}
.w20 {width: 20%;}
.w25 {width: 25%;}
.w30 {width: 30%;}
.w33 {width: 33.33%;}
.w35 {width: 35%;}
.w40 {width: 40%;}
.w45 {width: 45%;}
.w50 {width: 50%;}
.w55 {width: 55%;}
.w60 {width: 60%;}
.w65 {width: 65%;}
.w66 {width: 66.66%;}
.w70 {width: 70%;}
.w75 {width: 75%;}
.w80 {width: 80%;}
.w100 {width: 100%;}
.holder {width:auto;overflow:hidden;padding:10px;margin:10px;}
a.holder {display:block;text-decoration:none;}

.top {

  /*border-bottom: 1px solid #594b3c;*/
  padding: 20px 0;
}
.main {
  padding: 15px 0;
  background: #FFF;
}
.front .main {
  background: 000;
}
.social {
  text-align: right;
}
.social a {
  width: 30px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

p.text2 a {
  text-decoration:none;
  border-bottom: 1.5px solid #888;
}


.order-table-button {
  background-color:#666;
  color:#fff;
  text-align:center;
  margin:10px 10px;
}

.order-table-button a {
  text-decoration:none;
  color:#fff;
  padding:10px;
  display:block;
}


.facebook {background: url(images/HC_icon_facebook_w.png);}
.tripadvisor {background: url(images/HC_icon_tripadvisor_w.png);}
.instagram {background: url(images/HC_icon_instagram_w.png);}

.front .facebook {background: url(images/HC_icon_facebook_w.png);}
.front .tripadvisor {background: url(images/HC_icon_tripadvisor_w.png);}
.front .instagram {background: url(images/HC_icon_instagram_w.png);}
.social span {
  display: none;
}

.bottom {
  border-top: 1px solid #111;
  padding: 15px 0;
  font-size: 13px;
  line-height: 19px;
}
.bottom .sectionholder {
  max-width: 1200px;
}
.bottom ul {
  width: auto;
  display: inline-block;
}
.bottom li {
  background-repeat: no-repeat !important;
  background-position: left top !important;
  padding: 0 0 20px 30px;
  width: 180px;
  float: left;
  text-align: left;
}
.bottom li.phone {background:url(images/HC_icon_phone.png);}
.bottom li.mail {background:url(images/HC_icon_atsymbol.png);width:200px}
.bottom li.adress {background:url(images/HC_icon_location.png);}
.bottom li.time {background:url(images/HC_icon_clock.png); width: 200px;}
.bottom li.search {background:url(images/HC_icon_search.png); width: 200px;}
.bottom li h4 {
  margin: 4px 0;
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
}
.bottom li.social {float:right;text-align:right; width:auto;}


.bottom p {
  margin: 0;
}
.bottom h4, .bottom p, .bottom a {
  color: #FFF;
}
.bottom li.phone a {
  text-decoration: none;
}
.bottom li.label {
  display: none;
}
.bottom li.search input {
  margin: 0;
  padding: 1px;
  height: auto;
  border: none !important;
  background-color: #fff !important;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 13px !important;
  line-height: 13px !important;
  text-transform: uppercase;
  color: #555;
  text-indent:4px;

  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;  

}
.bottom li.search input:focus {
  border-bottom: 1px dotted #FFF !important;
  text-transform: none !important;
}
.news .holder {
  margin: 35px 8.32px;
  padding: 0 !important;
  background: #161616;
}
.news img {
  width: 100%;
  float: left;
}
.news .text {
  overflow: hidden;
  padding: 15px 15px 25px 15px;
}
.news .text p {
  margin: 0;
  color: #FFF;
}
.news .text h3 {
  font-size:23px;
  text-transform: uppercase;
  margin: 5px 0 10px 0;
}
.news a:hover {
  background: #333;
  /*f7f4ee;	*/
  color: #fff;
}
.news a:hover .text p {
  color: #fff;
}
.shortnews {
  text-decoration: none;
  font-size: 13px;
  line-height: 19px;
  padding: 20px 10px;
  display: block;
}
.shortnews h3 {
  padding: 0 0 5px 0;
  border-bottom: 1px solid #a48243;	
}
.shortnews p {
  margin: 0;
}
.bottomlogos {
  padding:20px 0 40px;

  text-align: center;	
}
.bottomlogos a {
  position: relative;
  display: inline-block;
  height: 80px;
  width: 200px;
}
.bottomlogos a img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.calendar {
  padding: 10px;
  text-align: center;
  background: rgba(0, 0, 0, .7);
  overflow: hidden;
  margin: 10px 0;
  max-width: 200px;
}
.calendar .holder {
  color: #FFF;
  padding: 0;
  margin: 5px;
  font-size: 11px;
}
.calendar .link, .calendar button, .calendar button:hover {
  font-family: 'Arsenal', sans-serif !important;
  font-weight: normal !important;
  letter-spacing: 1px;
  font-size: 20px !important;
}
.calendar button, .calendar button:hover, .calendar .link {
  width: 100%;
  padding: 0 !important;
  margin: 15px 0;	
}
.leftnav {
  float: left !important;
}
.maincontent {
  float: right !important;
}
.leftnav h2 {
  border-bottom: 1px solid #a48243;
  line-height: 42px;
  padding: 0 0 5px 0;
  margin: 0 20px;
}
.main h1 {
  display: inline-block;
  clear: both;
  margin: 15px 0 10px 0;
  font-size: 29px;
}
.calendar h2 {
  border-bottom: none;
  margin: 0;
  padding: 0;
  line-height: normal;
}
.calendar a {
  color: #FFF;
  text-decoration: none;
}
.navigation .holder {
  position: relative;
  margin: 0 10px 10px 0;
  padding: 0;
}
.navigation img {
  float: left;
}
.navigation .text {
  padding: 15px;
  background: #555;
  overflow: hidden;
  text-align: center;
}
.w100.navigation .text {
  width: 29.1%;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.navigation a:hover .text {
  background: #a48243;
}
.navigation .text h3, .navigation .text p {
  color: #FFF;
}
.navigation .text p {
  font-size: 13px;
  line-height: 19px;
  margin: 0;
}
#postform4 h3 {
  border-bottom: 1px solid #a48243;
}


@media screen and (max-width:1250px) {
  .leftnav .calendar .w50 {
    width: 100%;	
  }
  .bottom li {width:140px;height:90px;}
  .bottom li.phone {width:105px;}
  .bottom li.mail {width:185px;}
  .bottom li.time {width:185px;}
  .bottom li.search {width:200px;}
}

@media screen and (max-width:960px) {
  .news {
    width: 100%;
  }
  .news .holder {
    margin: 10px;
  }
  .news img {
    width: 33%;
  }
  .news .text {
    overflow: hidden;
    padding: 15px;
  }
  .bottom .sectionholder {
    max-width: 690px;
  }
  .bottom li {width: 200px !important;text-align:left !important;float:left !important;}
  .bottom li.time, .bottom li.search, .bottom li.social {height: auto;}
}

@media screen and (max-width:767px) {
  .w10 {width: 20%;}
  .w12 {width: 25%;}
  .w60, .w65, .w66, .w70, .w75, .w80, .full {width: 100% !important;}
  .top .w25 {
    width: 100%;
  }
  .holder {padding:5px;margin:5px;}
  .bottom .sectionholder {
    max-width: 460px;
  }
  .bottom li {height:50px;}
  .bottom li.time, .bottom li.adress {height: 100px;}
}
@media screen and (max-width:550px) {
  .w33, .w35, .w40, .w45, .w50, .w55  {width: 100% !important;}
  .w25 {width: 50%;}
  .news img {
    width: 100%;
  }
  .navigation {
    width: 50% !important;	
  }
  .bottom .sectionholder {
    max-width: 230px;
  }
  .bottom li {height: auto !important;}
  .bottom li.social { width: 100% !important; clear: both; margin: 0; padding: 0;}
}
@media screen and (max-width:320px) {
  .w10, .w12, .w15, .w16, .w20 {width: 50%;}
  .navigation {width: 100% !important;}
}

/* Logo
*********************************/ 
.logo {
  width: 278px;
  max-width: 100%;
  height: 44px;
  background: url(images/TC_logo.png) no-repeat;
  background-size: 100%;
  display: block;
  margin: 0 auto;
  margin-top: 34px;
  overflow: hidden;
}
.logo a {
  display: block;
  height: 44px;
  text-indent: -5000px;
  text-decoration: none;
}
@media screen and (max-width:767px) {
  .logo {
    width: 139px;
    height: 22px;
    background-size: auto 22px;
    margin-top: 20px;
  }
  .logo a {
    height: 22px;
  }
}

/* Mobilemenu
*********************************/ 
.button {
  position: absolute;
  right: 15px;
  top: 25px;
  width: 40px;
  height: 40px;
  z-index: 9999999999;
  display: none;
  cursor: pointer;
  color: #a48243;
  text-align: center;
}

.button i {
  line-height: 33px;
  font-size: 33px;
}
.fa-times {
  display: none !important;
}
.active .fa-times {
  display: block !important;
}
.active .fa-bars {
  display: none !important;
}

@media screen and (max-width:1190px) {
  .button {
    display: block;
  }
}

/* Navigation
*********************************/

.language {
  text-align: right;
}
.language a {
  padding: 15px;
  font-size: 14px;
  color: #bbb;
  text-decoration: none;
  display: inline-block;
}
.nav ul {
  width: auto;
  margin: 0 auto;
  overflow: hidden;
  display: inline-block;
  float: right;
  text-align: right;
  margin: 5px 0;
}


.nav ul ul {
  display: none;
}



.nav ul > li:hover ul {
  display: block;
  position:absolute;
  top:100px;
  margin-left:10px;
  min-width:180px;
  z-index:999999999;
  background-color:#000;
  padding-bottom:10px;
}
.nav ul > li > ul li {
  display:block;
}
.nav ul > li > ul li a {
  color:#fff;
}



.nav ul li {
  display: inline-block;
}
.nav ul li:first-child {
  border-left: none;
}
.nav ul li:last-child {
  border-right: none;
}
.nav ul li a {
  font-weight: 400;
  font-size: 15px;
  line-height: 14px;
  padding: 10px 0px;
  margin: 0 15px;
  color: #FFF;
  border-bottom: 1px solid #000;
  text-decoration: none;
  display: block;
  float: left;
  text-transform: uppercase;
}
#activeitem,
.nav ul li a:hover, .nav  a.active, .nav  a.inpath {
  color: #a48243;
  border-bottom: 1px solid #a48243;
}
.main .leftnav ul {
  margin: 20px;
  padding: 0;
  list-style: none;
  min-height: 280px;
}
.main .leftnav ul ul {
  margin: 0 0 0 2px;
  padding: 0 0 0 7px;
  border-left: 1px solid #DDD;
}
.main .leftnav ul ul ul {
  margin: 0 0 0 10px;
  padding: 0;
  border-left: none;
}
.leftnav ul a {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  padding: 5px 0;
  display: inline-block;
  color: #555;
  text-transform: uppercase;
  text-decoration: none;
}
.leftnav ul ul a {
  text-transform: none;
}
.leftnav a:hover {
  color: #a48243;
}
.leftnav a.active, .leftnav a#activeitem {
  padding: 5px 0 5px 0;
  color: #a48243;
  /*background: url(images/HC_leftnav_active.png) no-repeat center left;*/
}

@media screen and (max-width:767px) {
  .language {
    margin: 0;
    overflow: hidden;
    display: block !important;
    float: none;
    border-bottom: 1px solid #222;
  }
  .language a {
    font-weight: 700;
    color: #a48243;
  }
  .nav {
    position: fixed;
    bottom: 0;
    top: 0;
    right: -200px;
    background: #333;
    width: 200px;
    z-index: 99999;
  }
  .nav ul {
    margin: 0;
    overflow: hidden;
    display: block !important;
    float: none;
    border-bottom: 1px solid #444;
  }
  .nav ul li {
    display: block;
    float: none;
    border: none;
    border-bottom: 1px solid #222;
    border-top: 1px solid #444;
    overflow: hidden;
  }
  .nav ul li a {
    float: none;
    line-height: 25px;
    padding: 10px;
    color: #FFF;
    border: none !important;
  }
  .nav ul ul {
    display: block !important;
    border-bottom: none !important;
  }
  .nav ul > li:hover ul {
    position: relative !important;
    top: inherit !important;
    margin-left: 0;
    min-width: inherit;
    background-color: inherit;
    padding-bottom: 0;
  }
  .nav ul ul li a {
    padding: 10px 25px 10px 50px;
    text-transform: none;
  }
  body.slide {
    background: #333;
  }
  #frame.slide {
    background: #000;
    -webkit-transform: translate3d(-200px,0,0);
    -moz-transform: translate3d(-200px,0,0);
    -ms-transform: translate3d(-200px,0,0);
    -o-transform: translate3d(-200px,0,0);
    transform: translate3d(-200px,0,0);
  }
  .leftnav {
    display: none;
  }
}

/* Links and buttons
*********************************/ 
a.link {
  width: auto;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  font-size: 13px !important;
  line-height: 36px !important;
  height: 36px;
  padding: 0 15px;
  margin: 5px 5px 5px 0;
  color: #FFF;
  background: #ab923b;
  display: inline-block;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
a:hover.link {
  color: #FFF;
  background: #777;
}
a.link i {
  margin: 0 0 0 5px;
}

/* Forms
*********************************/

input[type="text"],
input[type="password"],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  line-height: 12px;
  font-size: 11px;
  color: #777;
  padding: 10px;
  width: 90%;
  height: 12px;
  background: #FFF;
  border: 1px solid #DDD;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.field {
  overflow: hidden;
  background: #FFF;
  padding: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.date {
  background: url(images/HC_icon_date.png) no-repeat #FFF;
  background-position: center right;
}
.date input {
  cursor: pointer;
}
.field input,
.field textarea,
.field select {
  width: 100%;
  border: none;
  background: none;
  padding: 0;
  float: left;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
select {
  background: url(images/HC_icon_select.png) no-repeat #FFF;
  background-position: center right;
  height: 34px;
  line-height: 24px;
  padding: 5px 10px;
  width: 100%;
}

.button-big,
input[type="submit"],
input:hover[type="submit"],
input[type="button"],
input:hover[type="button"],
button, button:hover {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  width: auto;
  height: 36px !important;
  padding: 0 30px !important;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  font-size: 13px !important;
  line-height: 36px !important;
  border: none;
  display: inline-block !important;
  cursor: pointer;
  color: #FFF;
  background: #ab923b;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
input:hover[type="submit"],
input:hover[type="button"],
button:hover {
  color: #FFF;
  background: #777;	
}
.button-big {
  text-decoration:none;
  display:block !important;
  text-align:center;
  display: block;
  font-size: 16px !important;
  margin: 0 0 15px 0;
}
.front-booking {
  padding: 0 10.3px !important;
  margin: 4px 0 0 0;
  letter-spacing: 2px;
  font-size: 16px !important;
  font-family: 'Arsenal', sans-serif !important;
  font-weight: normal !important; 
}

.button-big:hover {
  color: #FFF !important;
  background: #777;
}
textarea {
  height: auto;
  min-height: 100px;
}

/* Flexslider
*********************************/ 
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;}
.flexslider .slides img {width: 100%; display: block; height: 100%; object-fit: cover;}
.flex-pauseplay span {text-transform: capitalize;}
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0; position: relative; zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}
.carousel li {margin-right: 5px}

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -10px 0 0; display: block; background: url(images/direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -30px; opacity: 0; }
.flex-direction-nav .flex-prev {left: -30px; opacity: 0; }
.flexslider:hover .flex-next {opacity: 1; right: 5px;}
.flexslider:hover .flex-prev {opacity: 1; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: auto; position: absolute; bottom: 5px; right: 15px; text-align: center; margin: 0 !important;}
.flex-control-nav li {margin: 0 4px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px;}
.flex-control-paging li a:hover { background: #ab923b; }
.flex-control-paging li a.flex-active { background: #ab923b; cursor: default; }
.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

.section.flexslider {
  padding: 2px 0;	
  background: #000;
}
.slides {
  z-index: 999;
}
.main .flexslider ul {
  margin: 0 0 25px 0 !important;
  padding: 0 !important;
  list-style-type: none !important;
  list-style-image: none !important;
}
.flexslider .sectionholder {
  position: relative;
  max-width: inherit;
}


.flexslider .contain-width {
  width: 100%;
  max-width: 1200px;
  margin: 0 0 0 -600px;
  left: 50%;
  position: absolute;
  z-index: 9999999;
  bottom: 0px;
}

.border-top-bottom {
  z-index:999;
  position:absolute;
  top:4px;
  bottom:4px;
  left:0;
  right:0;
  border-bottom:2px solid #000;
  border-top:2px solid #000;
  pointer-events: none;
}

.flexslider .sectionholder li {
  height: 62vh !important;
}
.section.flexslider .flex-direction-nav, .section.flexslider .flex-control-nav {
  display: none;
}
.flextext {
  position: absolute;
  top: 15%;
  left: 0;
  margin: 0;
  min-height: 80px;
  width:100%;
  max-width: 370px;
  z-index: 99999;
  background: rgba(0, 0, 0, .8);
  text-align: center; 
  border-radius: 4px;
}
.flextext h1, .flextext h2, .flextext p,
.calendar h1, .calendar h2, .calendar p {
  color: #FFF;
}
.calendar p {
  color: #FFF;
  margin: 0 0 10px 0;
}
.flextext#topcontent a,
.flextext span {
  text-decoration: none;
  display: block;
  padding: 25px;
}
.flextext#topcontent a {
  cursor: pointer;
}
.flextext#topcontent a:hover {
  background: #000;
}
.flextext#topcontent a:hover h1, .flextext#topcontent a:hover h2, .flextext#topcontent a:hover p {
  color: #a48243;
}
.flextext h1 {
  font-size: 42px;
  line-height: 44px;
  text-align: center;
  text-transform: uppercase;
}
.flextext h1 span {
  font-size: 70px;
  margin: 20px 0 0 0;
  display: block;
}
.flextext p {
  margin: 0;
}
.flextext.calendar {
  position: absolute;
  left: 50%;
  bottom: 50px;
  top: auto;
  margin: 0 0 0 -150px;
  min-height: 0;
  max-width: 300px;
  text-align: center;
  border-radius: 4px;
}
.flextext.calendar p {
  margin:0;
  color: #FFF;
  text-align: center;
}
.flexslider.frontslide .sectionholder li h1 {
  letter-spacing: 5px;
  color: #FFF;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 40%;
  text-align: center;
  font-size: 50px;
  text-transform: uppercase;
  text-shadow: 3px 2px 12px rgba(0, 0, 0, 1);
}
.flextext.calendar p a {
  color: #FFF;
  text-decoration: none;
}
.section.flexslider .flex-direction-nav, .section.flexslider .flex-control-nav {
  display: none;
}
.frontslide .flex-direction-nav a {
  width: 50px;
  height: 60px;
  background: url(images/hc-nyforside-dir.png) no-repeat 0 0;
}
.frontslide .flex-direction-nav .flex-next {
  right: -50px;
  background-position: 100% 0;
}
.frontslide .flex-direction-nav .flex-prev {
  left: -50px;
}
.frontslide .flex-direction-nav {
  display: block !important;
}
.flexslider.frontslide:hover .flex-next {opacity: 1; right: 5px;}
.flexslider.frontslide:hover .flex-prev {opacity: 1; left: 5px;}
@media screen and (max-width:1250px) {
  .flexslider .contain-width {
    width:100%;
    margin:0;
    left: inherit;
    position:absolute;
    height: 100%;
  }
  .flextext {
    top: 10%;
  }
}
@media screen and (max-width:768px) {
  .flextext {
    display: none;
  }
  .flextext.calendar {
    position: static;
    top: inherit;
    left: inherit;
    right: inherit;
    margin: 0;
    max-width: inherit;
    width: auto;
    display: block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, .7);
  }
  .flexslider .contain-width {
    width:100%;
    max-width:1200px;
    position: static;
    height: auto;
  }
  .flexslider .sectionholder li {
    height: 30vh !important;
  }
  .flexslider.frontslide .sectionholder li h1 {
    letter-spacing: 3px;
    font-size: 35px;
    top: 9vh;
  }
  .border-top-bottom {
    bottom:inherit;
    border-bottom:none;
  }
}

@media screen and (min-width: 1260px) {
  .news img {
    height: 250px;
    object-fit:cover;
  }
}

/* Transition
*********************************/ 
#frame, .slide, .leftnav a {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* Open Table
*********************************/

.newbooking {
  float: right;
  margin: 0 0 25px 25px;
}
#ot-reservation-widget {
  margin-bottom: 30px;
  min-width: 400px;
}
.ot-dtp-picker {
  width: 90% !important;
  background-color: #555 !important;
  float: right;
}
.ot-title {
  color: #FFF;
  font-family: Georgia,AndradeItalic;
  font-weight: normal !important;
  font-style: italic !important;
  font-size: 25px !important;
  line-height: 32px !important;
}
.ot-dtp-picker-selector-link {
  text-decoration: none;
}
.ot-dtp-picker .ot-dtp-picker-button,
.ot-dtp-picker:hover .ot-dtp-picker-button:hover {
  width: 100%;
  box-shadow: none !important;
  border-radius: 0 0 3px 3px;
  height: 50px !important;
  font-size: 15px !important;
  line-height: 50px !important;
}
.ot-button:focus {
  background-color: #ab923b !important;
}
.ot-powered-by {
  display: none !important;
}
.picker--focused .picker__day--highlighted, .picker__day--highlighted:hover {
  background-color: #ab923b !important;
}
.picker__close, .picker__nav--next, .picker__nav--prev {
  color: #ab923b !important; 
}
.picker__day--selected, .picker__day--selected:hover {
  border-color: #ab923b !important;
}
@media screen and (max-width:550px) {
  .newbooking {
    float: none;
    margin: 0 0 25px 0;
  }
  .newbooking iframe {
    width: 100% !important;
  }
  .ot-dtp-picker {
    float: none;
  }
}

/* Mobile menu
*********************************/

body.show-nav {
  overflow: hidden;
}
.mobile-nav {
  position: fixed;
  right: 100%;
  bottom: 0;
  top: 0;
  width: 100%;
  background: #000;
  z-index: 99999999999999;
  overflow: hidden;
  font-family: 'Arsenal', sans-serif;
  font-size: 17px;
  font-weight: 400;
}
body.show-nav .mobile-nav {
  right: 0;
}
.mobile-nav-wrapper {
  padding: 30px;
}
.nav-logo {
  margin: 0 0 20px 0;
  width: 100%;
  max-width: 200px;
  height: 44px;
  background: url(images/TC_logo.png) no-repeat;
  background-size: 100%;
  display: block;
  overflow: hidden;
}
.nav-logo a {
  display: block;
  height: 44px;
  text-indent: -5000px;
  text-decoration: none;
}
.main-mob-nav a {
  color: #FFF;
  text-decoration: none;
  font-size: 22px;
  padding: 8px 0;
  display: inline-block;
}
.main-mob-nav a:hover {
  text-decoration: underline;
}
.main-mob-nav ul {
  margin-bottom: 15px;
}
.mobile-nav p {
  color: #FFF;
  font-size: 24px;
  margin: 20px 0 10px 0;
}
.sec-mob-nav li {
  width: 50%;
  float: left;
}
.sec-mob-nav a, .main-mob-nav ul a {
  color: #FFF;
  text-decoration: none;
  font-family: 'Arsenal', sans-serif;
  font-size: 17px;
  font-weight: 400;
  padding: 5px 0;
  display: inline-block;
}
.sec-mob-nav a:after, .main-mob-nav ul a:after {
  position: relative;
  top: -5px;
  left: 10px;
  content:'';
  width: 8px;
  height: 8px;
  display: inline-block;
  background: url(images/arrow-up-right.svg) no-repeat;
}
.sec-mob-nav a:hover {
  text-decoration: underline;
}
.mob-button {
  border: 1px solid #FFF;
  color: #FFF;
  background: #0b0b0b;
  text-decoration: none;
  padding: 12px;
  font-size: 22px;
  position: absolute;
  left: 30px; right: 30px; bottom: 80px;
  text-align: center;
}
.mob-button:hover {
  background: #a48243;
  color: #000;
  border-color: #a48243;
}
.mob-link {
  position: absolute;
  left: 30px; right: 30px; bottom: 10px;
  color: #999;
  text-align: center;
}
.mob-link a {
  color: #999;
  display: inline-block;
  margin: 5px;
}
.mobile-menu,.mobile-menu:hover {
  position: absolute;
  top: 20px;
  right: 20px;
  background: url(images/mobile-button-icon.svg) no-repeat center;
  width: 40px !important;
  height: 40px !important;
  padding: 0 !important;
  margin: 0 !important;
  text-indent: -5000px;
  overflow: hidden;
}
.mobile-menu.close,.mobile-menu.close:hover {
  background: url(images/moble-button-close-icon.svg) no-repeat center;
}
.mobile-menu.open {
  display: none !important;
}
.mobile-nav #activeitem {
    color: #FFF;
    border-bottom: 1px solid #FFF;
}
@media screen and (max-width: 1190px) {
  .mobile-menu.open {
    display: block !important;
  }
  .logo {
    margin-top: 10px;
  }
  .nav ul, .language {
    display: none;
  }
}