/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

.pdf-icon {
  width:300px !important;
}

.slideshowText a {
  background:#967a50;
  padding:10px 15px;
  color:#FFF !important;
  font-style:normal;
  text-decoration:none !important;
}

a {
  color: #967a50;
}

.thingsToDo h2 {
  color: #967a50;
  border-bottom: 2px solid currentColor;
}

html {
  color:#000;
}

.importants, .importants a {
  color: #967a50;
  text-decoration: underline;
}

.moreButton {
  color: #967a50;
  border: 3px solid #967a50;
  font-style: normal;
  padding: 5px 10px;
  transition: 0.3s ease;
}

.moreButton:hover {
  background: #967a50;
  color:#FFF;
  transition: 0.3s ease;
}

#tm-main {
  padding: 0 20px;
  box-sizing: border-box;
}

.goldHeader h1 {
  color: #967a50;
  border-bottom: 3px solid currentColor;
}

#tm-content {
  padding-bottom: 40px;
}

.topImages {
  width: 100%;
  display: table;
  margin-bottom: 20px;
}

.topImages img {
  width: 33%;
  float: left;
  margin: 0 0.166666667%;
}

.bottomImages {
  display: none;
}

.tm-main-bottom .uk-panel-title {
  font-size: 40px;
  line-height: 44px;
  text-align: center;
}

ul.eventsmall span.event-date {
  display: inline !important;
}

div.eb-event-list {
  max-width: 600px;
  margin: 0 auto;
}

.summary {
  color: #2D3953 !important;
}

.summary:hover {
  color: #967a50 !important;
}

span.event-date span.month {
  background: #967a50 !important;
  border: 1px solid #967a50 !important;
}

a#CDSLOCINNER {
  color:#000 !important;
}

#TA_cdsratingsonlynarrow727 {
  float: right;
}

.creativecontactform_wrapper {
  margin: 0 !important;
}


.creative_form_3 .creativecontactform_pre_text {
  display: none;
}

.socialBtn {
  width: 47px;
  border: 1px solid #967a50;
  padding: 10px;
  margin-right: 5px;
  -webkit-filter: brightness(500%);
  filter:brightness(500%);
  transition: 0.3s ease;
}

.socialBtn:hover {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
  transition: 0.3s ease;
}

.boatIcon {
  width: 150px;
  border: 2px solid #FFF;
  padding: 10px;
}

.tm-bottom-c h2 {
  padding-bottom: 20px;
  position: relative;
  color: #967a50;
}

.tm-bottom-c h2:after {
  border-bottom: 2px solid #967a50;
  width: 50px;
  content:"";
  position: absolute;
  left: 0;
  bottom: 0;
}

.tm-bottom-c a {
  color: #FFF !important;
  word-break: break-all;
}

.tm-bottom-c p {
  word-break: break-all;
}

.tm-bottom-c ul {
  list-style-type: none;
  padding-left: 0;
}

.tm-footer p, .tm-footer a{
  word-break: break-word;
}



#CDSWIDCOE {
  margin: 0 auto !Important;
}

.uk-navbar-nav > li > a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #FFF;
  height: 2px;
 -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}


.uk-navbar-nav > li > a:hover:before, .uk-navbar-nav > li > a:focus:before, .uk-navbar-nav > li > a:active:before {
  right: 0;
   -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.slideshowText h2 {
 font-size: 50px;
 color: #FFF;
 margin-bottom: 0;
 font-weight:400;
}

.slideshowText h4 {
  color: #FFF;
  font-size: 22px;
  margin-top: 0;
  padding-top: 0;
  font-weight: 100;
}

.tm-bottom-d {
  position: fixed;
  bottom: 0;
  right: 50px;
}

.tm-bottom-d .uk-width-1-1.uk-row-first {
  padding-left: 0 !important;
}

a.bookingButton {
  background: #967a50;
  padding: 5px 10px;
  color: #FFF;
  font-style: normal;
  transition:0.3s ease;
  padding-bottom:10px;
}

a.bookingButton:hover {
  background: #5B4422;
  padding-bottom: 30px;
  transition:0.3s ease;
}

.welcomeText h1 {
  font-size: 50px;
  line-height: 54px;
}

.welcomeText p {
  font-size: 18px;
}

.homeServicesBlock {
  width: 100%;
  float: left;
}

.serviceBox {
  position: relative;
  display: inline-block;
  width:  33.33333333333333%;
  margin:0;
  padding: 0;
}

.overlayImage {
  width: 100%;
  height: 100%;
}

.overlay {
  background:#2D3953;
  position: absolute;
  visibility: visible;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.overlay:hover {
  opacity: 1;
  transition: 0.3s ease;
}

.overlay h3 {
  color: #FFF;
  font-size: 30px;
}

.overlay p {
  color: #FFF;
  padding:0 20px;
  text-align: center;
}

.overlay a {
  color:  #967a50;
  border: 1.5px solid #967a50;
  padding: 5px 20px;
  font-style: normal;
}

.overlay a:hover {
  background: #967a50;
  color: #FFF;
}

.blueBlock {
  background: #2D3953;
  padding: 40px 0;
}

.testimonials {
  color: #967a50;
}

.testimonials em {
  color:#FFF;
  font-size: 18px;
}

@media (max-width:1258px) {
  .tm-navbar .uk-navbar {
    padding:0 20px;
  }
  
  .uk-navbar-nav > li {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

@media (max-width: 1170px)  {
  .tm-block-padding-large {
    padding: 50px;
  }
  
  .tm-bottom-c .uk-width-large-1-4:last-child {
    float: right;
    text-align: right;
  }
}

@media (max-width: 959px) {
 /* .serviceBox {
    width: 50%;
  }
  
  .serviceBox:last-child {
    width: 100%;
  }*/
  
  .overlay p {
    display: none;
  }
  
  .tm-bottom-c .uk-width-large-1-4:nth-child(1), .tm-bottom-c .uk-width-large-1-4:nth-child(4) {
    width: 100%;
    text-align: center;
  }
  
  .tm-bottom-c .uk-width-medium-1-4:nth-child(1), .tm-bottom-c .uk-width-medium-1-4:nth-child(4) {
    width: 100%;
    text-align: center;
  }
  
  .tm-bottom-c .uk-width-large-1-4:nth-child(2), .tm-bottom-c .uk-width-large-1-4:nth-child(3) {
    width: 50%;
    float: left;
    text-align: center;
  }
  
  .tm-bottom-c .uk-width-medium-1-4:nth-child(2), .tm-bottom-c .uk-width-medium-1-4:nth-child(3) {
    width: 50%;
    float: left;
    text-align: center;
  }
  
  .boatIcon {
    width: 200px;
  }
  
  .socialBtn {
    width: 65px;
  }
  
  .tm-bottom-c h2 {
    border-bottom: 2px solid currentColor;
    padding-bottom: 10px;
  }
  
  .tm-bottom-c h2:after {
    width:0;
  }
  
  #TA_cdsratingsonlynarrow727 {
    float: none;
  }
  
  .cdsROW.narrow.border {
    margin:0 auto;
    text-align: center;
  }
  

}

@media (max-width: 767px) {
  .serviceBox {
    width: 100%;
  }
  
  .serviceBox h3 {
    font-size: 50px;
  }
  
  .overlay p {
    display: block;
  }
}

@media (max-width: 600px) {
  .overlay h3 {
    font-size: 30px;
  }
  
  .tm-bottom-c .uk-width-large-1-4:nth-child(2), .tm-bottom-c .uk-width-large-1-4:nth-child(3) {
    width: 100%;
  }
  
  .tm-bottom-c .uk-width-medium-1-4:nth-child(2), .tm-bottom-c .uk-width-medium1-4:nth-child(3) {
    width: 100%;
  }
  
  .topImages {
    display: none;
  }
  
  .bottomImages {
    display: block;
  }
  
  .bottomgImages img {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .welcomeText h1 {
    font-size: 30px;
    line-height: 34px;
  }
  
  .uk-overlay-panel {
    left: 0;
  }
}
