/* sorts out equal height on columns.
   http://www.bootply.com/127827
*/
.equal {
  display: flex;
  flex-wrap: wrap;
}
.equal > div[class*='col-'] {
  display: flex;
  flex-direction: column;
}
/* ERROR 404 PAGE
---------------------------------------------------------------*/
html.error-page body {
  background: url(/images/assets/night.jpg) repeat center center #1d1d1d;
    color: #eee;
    font-family: 'Lato',sans-serif,Arial;
    font-size: 13px;
    margin:0;
    max-height: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

/* k2 accommodation content
---------------------------------------------------------------*/
.acc_heading {
  padding: 30px 0 50px 0;
  text-align: center;
}
.extrafields_label {
    font-weight: 400;
    padding-right: 15px;
}
.acc_icons [class^="icon-"] {
    margin-right: .25em;
    /*margin-left: 5em;*/
}
ul.sigProResponsive li.sigProThumb a.sigProLink {
    color: #000;
    background-color: #000;
    border: 6px solid #000;
}
ul.sigProResponsive li.sigProThumb a.sigProLink:hover {
    color:#B56820;
    background-color: #B56820;
    border: 6px solid #B56820;
}
/* Hide
---------------------------------------------------------------*/
#sp-main-body {
    padding: 0px 0;
}
.sp-module ul >li >a:before, 
.mapprint,
.itemBackToTop {
    display: none;
}
/* Item extra fields */
div.itemExtraFields {
  margin: 16px 0 0 0;
  padding: 8px 0 0 0;
  border-top: 0px solid #ddd;
}
/* Spacer25/ 50
---------------------------------------------------------------*/
.spacer25 {
margin:25px 0 !important;
}
.spacer50 {
margin:50px 0 !important;
}
/* Typography
---------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  margin:0px;
  padding:0px;
}
a {
    color: #6F4014;
}
a:hover {
  color: #42260D;
}
.sppb-btn-warning {
    color: #ffffff;
    background-color: #6F4014;
    border-color: #6F4014;
    white-space: inherit!important;
}
.sppb-btn-warning:hover {
    color: #ffffff;
    background-color: #9A500A;
    border-color: #9A500A;
    white-space: inherit!important;
}
/* Top Menu / Logo
---------------------------------------------------------------*/
.logo h1 {
    margin: 0;
    width: 75%;
}
img.sp-default-logo {
    width: 125px;
    margin:15px 0;
}
div#sp-menu-top {
  text-align: right;
  padding: 10px 0;
  text-transform: uppercase;
  font-size: 13px;
}
#sp-top-menu .sp-module {
    margin-top: 0;
}
.sp-module {
    margin-top:0;
}
/* is-sticky switch
---------------------------------------------------------------*/
.sticky-wrapper.is-sticky #sp-header .logo {
    height: inherit;
}
.sticky-wrapper.is-sticky img.sp-default-logo {
    width: 75px;
}

/* SP Mega Menu
---------------------------------------------------------------*/
/* border */
#sp-header, #offcanvas-toggler, .sp-megamenu-parent >li >a {
  height: auto;
  line-height:100%;
}
.menutop .sp-megamenu-wrapper {
    padding: 0;
    margin: 25px 0 0 0;
}
#sp-header {
  box-shadow: none;
    border-bottom: solid 5px #000000;
    border-top: solid 5px #000000;
}
.sp-megamenu-parent >li >a {
    display: inline-block;
    padding: 0 15px;
    font-size: 18px;
    text-transform: inherit;
    letter-spacing: 1px;
    color: inherit;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
}
/* sub-menu */
.sp-megamenu-parent {
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 9;
  display: block;
  float: none;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #fff;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
  padding: 20px;
  margin-top: 20px;
  font-size: 12px;
  margin-left: 16px;
}
/*.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right, .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
left: 10px!important;
}*/
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  padding: 0!important;
}
.sp-dropdown.sp-dropdown-main {
  text-align: left;
}
.sp-megamenu-parent >li.active>a,
.sp-megamenu-parent >li:hover>a {
  /*color: #CC6600 !important;*/
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a {
color: #000 !important;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:hover {
color: #fff !important;
background: #CC6600;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a {
color: #fff !important;
background-color: #CC6600;
}
/* Horizontal menu/section
---------------------------------------------------------------*/
/* Horizontal menus */
ul.nav.menu.horizontal li {
border: 0;
display: inline-block;
list-style-type: none;
padding-right: 15px;
}
ul.nav.menu.horizontal >li >a {
line-height: 100%;
}
ul.nav.menu.horizontal > li > a:before {
display: none;
}
li.active a {
font-weight: 400;
}
/* k2 Image
---------------------------------------------------------------*/
.itemImage img,
.moduleItemImage img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
/* SIGPRO GALLERY FIX
---------------------------------------------------------------*/
ul.sigProSleek li.sigProThumb a.sigProLink {
  color: #fff;
  border: 6px solid #222;
  overflow: hidden;
}
ul.sigProSleek span.sigProPseudoCaption {
  display: none;
}
/* HOME
---------------------------------------------------------------*/
h1.sp-module-title {
    text-align: center;
    margin: 0 0 35px 0;
    font-size: 48px;
}
.acc_home .thumbnail {
    /*min-height: 340px;*/
}
.text-shadow{
   text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
}
/* RIGHT COLUMN
---------------------------------------------------------------*/
#sp-right .sp-module .sp-module-title {
    font-size:24px;
    margin:15px 0 15px 0;
    padding:0;
    line-height: 1;
    text-transform: inherit;
}
#sp-grid .sp-module .sp-module-title {
    margin: 0 0 20px;
    font-size: 24px;
    text-transform: inherit;
    line-height: 1;
    color: #fff;
    text-align: center;
}
/* MOD - K2 content - office & activities
---------------------------------------------------------------*/
/* Activities */
tr.activities_subject th {
  font-size: 12px;
  text-align:center;
  vertical-align: middle !important;
}
tr.activities_fields td {
  font-size: 12px;
  font-weight: 400;
  text-align:center;
  vertical-align: middle !important;
}
.activities_fields .icon-black {
  color: #000;
  font-size: 18px;
}
.activities_fields .icon-grey {
  font-size: 18px;
  color: #E6E6E6;
}
/* Office */
.office_rows {
  font-size: 12px;
  font-weight: 400;
}
/* table two
----------------*/
.table_two th.activity_heading {
	font-weight: 500;
}
.table_two td.activity_title {
	text-align: left !important;
}
.table_two .activities_fields .icon-black,
.table_two .activities_fields .icon-grey {
	font-size: 14px;
}



/* Fabrik Form
---------------------------------------------------------------*/
/* Feedback Section */
section#sp-feedback-row h4 {
    margin-top: 10px;
}
.btn-feedback {
  border: 2px solid #fff;
  background-color: transparent;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;  
}
.btn-feedback:hover {
  background-color: #fff;
  border-color: #fff;
}
/* fabrik forms button */
.btn-primary.send_feedback {
    color: #ffffff;
    background-color: #6F4014;
    border-color: #6F4014;
}
.btn-primary.send_feedback:hover {
    color: #ffffff;
    background-color: #9A500A;
    border-color: #9A500A;
}
.form-actions {
padding: 0px 0px 20px;
margin-top: 10px;
margin-bottom: 20px;
background-color: transparent;
border-top: 0px solid #e5e5e5;
float: right;
}
/* Bottom Section
---------------------------------------------------------------*/
#sp-bottom .container {
    background-color: rgba(58, 30, 3, 0.7);
}
h4.bottom-title{
  text-transform:uppercase;
  border-bottom:0;
  color:#fff;
  font-weight:700;
  font-size:14px;
  margin-bottom:26px;
  letter-spacing:1px;
  font-family:"Lato",sans-serif;
}
.bottom-section, .bottom-section a {
  font-size:12px;
  line-height: 18px !important;
}
.sp-module ul >li {
  display: block;
  border-bottom: 0px solid #e8e8e8;
}

/* Footer Section
---------------------------------------------------------------*/
.footer-section {
  font-size:12px;
}



/*========== Non-Mobile First Method ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
  /* footer */
  div.k2CustomCodeBlock {
    text-align: center;
  }
  #sp-footer2 .copyrights-col-right {
    text-align: center;
    margin-top: 5px;
  }  
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
}
