/*
blue: #b3e1e5;
pink: #f9bad4;
grey: #7f7f7f;
*/

html {
	width: 100%;
  position: relative;
  min-height: 100%;
}



@font-face{
	font-family:'didot';
	src:url('fonts/didot.ttf'),url('fonts/didot.eot'),url('fonts/didot.woff');
	font-weight:400;
}

body {
	width: 100%;
	color: #7f7f7f;
	font-family:'didot';
	font-size: 16px;
	/*-webkit-font-smoothing: antialiased;*/
	/* sticky footer */
	margin-bottom: 160px;
	margin-top: 38px;
}




.termsfeed-com---reset {
	font-family:'didot' !important;
}
.termsfeed-com---palette-light .cc-nb-okagree {
	color: #111 !important;
	background-color: #f9bad4 !important;
}
.termsfeed-com---palette-light .cc-nb-reject {
	background-color: #eaeaea !important;
	color: #111 !important;
}



.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 160px;
}
.footer_text_left {
	padding-left: 30px;
}
.footer_text_right {
	padding-right: 30px;
	padding-top: 20px;
	text-align: right;
	font-size: 24px;
}
.footer_text_right a {
	color: #7f7f7f;
	text-decoration: underline;
}

.footer_text_right a.footer_mailinglist {
	display: inline-block;
	padding: 10px 40px;
	text-decoration: none;
	border: 1px solid #7f7f7f;
	margin-bottom: 10px;
}



.social_icons {
	display: block;
	margin-bottom: 10px;
  fill: #7f7f7f;
}
.social_icons:hover {
  fill: #b3e1e5;
}
.facebook {
  width: 29.29px;
  height: 29.18px;
}
#facebook .cls-2{fill:#fff;}

.instagram {
  width: 29.18px;
  height: 29.18px;
}
#instagram .cls-2{fill:#fff;}

.twitter {
  width: 29.29px;
  height: 29.18px;
}
#twitter .cls-2{fill:#fff;}





a {
	color: #b3e1e5;
}
a:hover {
	color: #f9bad4;
	text-decoration: none;
}
.h1, .h2, .h3, h1, h2, h3 {
	margin: 0px;
}

.relative {
	position: relative;
}
.abs_100 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.space_top_big {
	margin-top: 90px;
}
.space_top {
	margin-top: 30px;
}
.space_bot_big {
	margin-bottom: 90px;
}
.space_bot {
	margin-bottom: 30px;
}



.page_formatting a {
	color: #b3e1e5;
}
.page_formatting a:hover {
	color: #f9bad4;
	text-decoration: none;
}
.page_formatting a.pink {
	color: #f9bad4;
}
.page_formatting a.pink:hover {
	color: #b3e1e5;
}

.page_formatting img {
	max-width: 100%;
}

.blue {
	color: #b3e1e5;
}
.pink {
	color: #f9bad4;
}

.reveal {
	visibility: hidden;
}
.img_full {
	display: block;
	width: 100%;
	height: auto;
}

.orange_link, .orange {
	color: #ff7722;
}
.white_link, .white {
	color: #fff;
}
.grey {
	color: #bdbdbe;
}
.bg_grey {
	background-color: #5a5a5d;
}





.sprite {
	background: url(../images/sprite.svg) no-repeat;
	display: block;
	background-size: 502px 650px;
}
.sprite_burger {
	background-position: -51px -118px;
	width: 36px;
	height: 29px;
}





.full_page {
	height: 100vh;
	width: 100%;
	background: url(../images/homepage_splashproof.jpg) no-repeat;
	background-size: cover;
	text-align: center;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  
  position: relative;
  overflow: hidden;
}
.homepage_video {

  /* Make video to at least 100% wide and tall */
  min-width: 100%; 
  min-height: 100%; 
  
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);

}




.homepage_title {
	position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.homepage_title h1 {
	line-height: 98px;
	font-size: 98px;
}
.homepage_title h2 {
	line-height: 36px;
	font-size: 36px;
}
.homepage_title h2 a {
	color: #7f7f7f;
}
.homepage_title h2 a:hover {
	color: #b3e1e5;
}
.homepage_title h1 a {
	color: red;
}
.homepage_title h1 a:hover {
	color: #b3e1e5;
}

.homepage_title_xmas {
	color:#eee;
}
.homepage_title_xmas h2 a {
	color: #eee;
}


.homepage_arrow {
	position: relative;
  top: 70%;
  -webkit-transform: translateY(-70%);
  -ms-transform: translateY(-70%);
  transform: translateY(-70%);
}
.down_arrow {
  width: 39.74px;
  height: 20.58px;
  fill:none;
  stroke:gray;
  stroke-miterlimit:10;
}

.latest_text {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 80%;
}
.latest_frame {
	padding: 10px;
	background-color: #fff;
	margin-bottom: 30px;
}
.latest_frame iframe {
	max-width: 100%;
}


input[type=submit].bespoke_submit {
   -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
  border:none;
  padding: 0;
  padding-top: 3px;
  background-color: #fff;
}
input[type=submit].bespoke_submit:hover {
  color: #ff7722;
}
input[type=submit].bespoke_submit_back {
	background-size: 40px 16px;
	background-image: url(../images/arrow_back.png);
	background-repeat: no-repeat;
  background-position: left center;
  padding-left: 60px;
  float: left;
}
input[type=submit].bespoke_submit_next {
	background-size: 40px 16px;
	background-image: url(../images/arrow_next.png);
	background-repeat: no-repeat;
  background-position: right center;
  padding-right: 60px;
  float: right;
}


/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

.form_formatting label {
	font-weight: normal;
	display: block;
}
.form_formatting label.error {
	background-color: #f9bad4;
	padding: 5px;
}
.form_formatting input[type=text], .form_formatting input[type=password], .form_formatting textarea, .form_formatting select {
	-webkit-appearance: none;
  border: 1px solid #bdbdbe;
  border-radius: 0;
	width: 100%;
	padding-left: 10px;
	margin-bottom: 10px;
	background-color: transparent;
}
.form_formatting input[type=text], .form_formatting input[type=password], .form_formatting select {
	height: 40px;
  font-size: inherit;
}
.form_formatting input[type=button], .form_formatting input[type=submit] {
	-webkit-appearance: none;
	background-color: transparent;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b3e1e5;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #b3e1e5;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: #b3e1e5;
}

.form_wedding_2024 ::placeholder {
	color: #f9bad4;
}


.ajax_message {
	background: #f9bad4;
	color: #fff;
	text-align: center;
	opacity: 0;
	transition: all 0.5s;
	overflow: hidden;
	height: 0;
}

.ajax_message_shown {
	opacity: 1;
	padding: 10px;
	margin-bottom: 30px;
	margin-top: 30px;
	height: auto;
}
.ajax_message a {
	color: #fff;
	text-decoration: underline;
}
.ajax_message a:hover {
	color: #fff;
	text-decoration: underline;
}

.print_pdf_link a {
	color: #fff;
	text-decoration: underline;
}



.button {
	display: inline-block;
	padding: 10px 40px;
  text-decoration: none;
  border: 1px solid #7f7f7f;
	text-align: center;
	font-size: 24px;
}
.button:hover {
	color: #f9bad4;
	text-decoration: none;
}

.button_grey {
	color: #5a5a5d;
	border: 1px solid #5a5a5d;
}
.button_grey:hover {
	color: #ff7722;
	border: 1px solid #ff7722;
}

.button_white {
	color: #fff;
	border: 1px solid #fff;
}
.button_white:hover {
	background: #ff7722;
	color: #fff;
	border: 1px solid #ff7722;
}

.button_orange {
	background: #fff;
	color: #ff7722;
	border: 1px solid #ff7722;
}
.button_orange:hover {
	background: #ff7722 !important;
	color: #fff;
	border: 1px solid #ff7722;
}

.button_bid {
	display: block;
  padding: 3px 20px;
  font-weight: normal;
  line-height: 1.42857143;
  color: #fff;
  background-color: #f9bad4;
  white-space: nowrap;
  margin-bottom: 4px;
  text-align: center;
}



.sessionMessage {
	background: #f15a47;
	color: #fff;
	text-align: center;
	padding: 10px;
	margin-bottom: 30px;
	margin-top: 30px;
}




.dropdown_style {
	-webkit-appearance:none;	
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
 	appearance: none;
    
	width: 100%;
 	background: transparent url('../images/select_down_arrow.png') no-repeat right center;

 	border: 1px solid #bdbdbe;
 	border-radius: 0;
 	
 	padding-left: 10px;
 	padding-top: 8px;
 	padding-bottom: 8px;
 	padding-right: 20px;
}


.modal-backdrop {
	background-color: #bdbdbe;
}
.vertical-alignment-helper {
	display:table;
	height: 100%;
	width: 100%;
	pointer-events:none;
}
.vertical-align-center {
	display: table-cell;
	vertical-align: middle;
	pointer-events:none;
}
.modal-content {
	width:inherit;
	height:inherit;
	margin: 0 auto;
	pointer-events: all;

	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px; 
  -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0);
  -moz-box-shadow: 0 5px 15px rgba(0,0,0,0);
  -o-box-shadow: 0 5px 15px rgba(0,0,0,0);
  box-shadow: 0 5px 15px rgba(0,0,0,0);
  padding: 30px;
}
.modal-header {
	padding: 0px;
	border-bottom: none;
}


.text_headline {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #7f7f7f;
	margin-top: 5px;
}
.description {
	margin-bottom: 40px;
}
.description_links {
	margin-bottom: 40px;
	line-height: 48px;
  font-size: 48px;
}
.description_links a {
	color: #7f7f7f;
	text-decoration: none;
}
.description_spec {
	width: 50%;
	float: left;
	padding-right: 30px;
}

.credit {
	text-align: center;
	font-size: 12px;
}





.navbar {
	height: 82px;
	min-height:0px;
}

.navbar-default {
	background-color: #fff;
	border-color: #fff;
}
.navbar-default .navbar-brand {
  color: #7f7f7f;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #b3e1e5;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #b3e1e5;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #fff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	color: #f9bad4;
	background-color: transparent;
}
.navbar-right {
	margin-right: 0px;
}


.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 260px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 16px;
  text-align: left;
  list-style: none;
  background-color: transparent;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: none;
  border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #fff;
  background-color: #f9bad4;
  white-space: nowrap;
  margin-bottom: 4px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.carousel-indicators {
	position: absolute;
	bottom: inherit;
	top: 20px;
	left: inherit;
	z-index: 15;
	width: 100%;
	padding-right: 20px;
	margin-left: 0;
	text-align: right;
	list-style: none;
}
.carousel-indicators li {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0;
	margin-left: 4px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000\9;
	background-color: rgba(255,255,255,0.5);
	border: 0;
	border-radius: 10px;
}
.carousel-indicators .active {
	width: 8px;
	height: 8px;
	margin: 0;
	margin-left: 4px;
	background-color: #fff;
}
.carousel-title {
	position: absolute;
  top: 35%;
  left: 10%;
	color: #fff;
	z-index: 15;
		line-height: 98px;
    font-size: 98px;
}
.carousel-title_pink {
	color: #f9bad4;
}





@media (max-width: 767px) {
	
	body {
		font-size: 16px;
	}
	h1 {
		font-size: 36px;
	}
	h2 {
		line-height: 24px;
    font-size: 24px;
	}
	.description_links {
		line-height: 24px;
    font-size: 24px;
	}

	.page_formatting {
	  margin-top: 40px;
	}

	.homepage_arrow {
	  top: 80%;
	}
	.homepage_title h1 {
		line-height: 50px;
		font-size: 50px;
	}
	.homepage_title h2 {
		line-height: 20px;
		font-size: 20px;
	}
	
	.carousel-title {
    position: absolute;
    top: 35%;
    left: 10%;
    line-height: 24px;
    font-size: 24px;
	}
	
	
}



@media (min-width: 768px) and (max-width: 991px) {
  .navbar-nav>li>a {
      padding-left: 0; 
  }
}

@media (max-width: 991px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
  
  .navbar .container-fluid {
  	background-color: #fff;
  }
  
	.carousel-title {
		display:none;
	}
	.navbar {
    height: 50px;
	}
	.navbar-collapse {
		background-color: #fff;
	}
	.navbar-default .navbar-brand {
		font-size: 24px;
	}
		
}


@media (min-width: 768px) {

	.container-fluid {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.full-width-row {
	  overflow-x: hidden;
	}
	
	.full-width-row > div {
	  margin-left: -15px;
	  margin-right: -15px;
	  margin-top: 40px;
	}


	body {
		font-size: 18px;
	}
	h1 {
		font-size: 42px;
	}
	h2 {    
		line-height: 48px;
    font-size: 48px;
	}

}
@media (min-width: 992px) {

	.navbar-left>li>a {
    padding-top: 25px;
    padding-bottom: 25px;
		font-size: 20px;
  }
	h1 {
		font-size: 42px;
	}
}
@media (min-width: 1200px) {

	.navbar-left>li>a {
    padding-top: 25px;
    padding-bottom: 25px;
		font-size: 24px;
  }

	body {
		font-size: 18px;
	}
	h1 {
		font-size: 48px;
	}
	h2 {
	}
	.full_page {
		background: none;
	}
}


.terms_table {
	font-family: Helvetica, Arial, sans-serif;
	width: 100%;
	border: 1px solid #7f7f7f;
}
.terms_table td {
	padding: 5px;
}
.hire_table td {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}
.rooms_table_holder {
	width: 100%;
}
.rooms_table {
	width: 100%;
}
.rooms_table td {
	border: 1px solid #7f7f7f;
}



@media (max-width: 767px) {
	.rooms_table_holder td {
		display: block;
	}
	.rooms_table td {
		display: table-cell;
	}
	.td_rooms_tick {
		width: 50px;
	}
}

tr td.td_bg_white {
	background-color: #fff;
}
.tr_bg_blue td {
	background-color: #b3e1e5;
}
.tr_bg_pink td {
	background-color: #f9bad4;
}
.tr_bg_pink a:hover {
	color: #222;
}
.td_top_border {
	border-top: 1px solid #7f7f7f;
}
.td_bottom_border {
	border-bottom: 1px solid #7f7f7f;
}



.signature_styling {
	cursor: crosshair;
	border: 1px solid #7f7f7f;
	background-color: #fff;
	vertical-align: top;
	margin-bottom: 15px;
}

@media (max-width: 767px) {
	.signature_styling {
		width: 100%;
		height: 200px;
	}
	.signature_button {
		font-size: 18px;
		padding: 10px 20px;
	}
	.homepage_christmas {
		display: none;
	}
}
@media (min-width: 768px) { 
	.signature_styling {
		width: 340px;
		height: 200px;
	}
	.homepage_christmas_mobile {
		display: none;
	}
}

.wedding_comp_title {
	margin-top: 40px;
	margin-bottom: 10px;
	font-style: italic;
}