@charset "utf-8";
/** CSS Document **/

/**
 * General

Coloured background color
- rgba(0,168,255.7)
- #C0C0C0
 */

html, body {
	overflow-x:hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.fixed-footer a:link, .fixed-footer a:visited, nav a:link, nav a:visited {
	color: #123242;
	text-decoration: none;
}
a:hover {
  color: black !important;
  text-decoration: none !important;
 transition: all .2s ease-out;
 -moz-transition: all .2s ease-out;
 -webkit-transition: all .2s ease-out;
 -o-transition: all .2s ease-out;
}
.fixed-footer a:hover, p a:hover, .site-footer a:hover {
	border-bottom: 1px dotted;
}
.blockquote p {
	font-size: 14px;
}
h4 {
	padding-top:10px;
}
/**
 * Footer
 */
.site-footer {
	background-size: cover;
	background-color: #9EBCE3;
	font-weight: 400;
	position: relative;
	padding-bottom: 30px;
	padding-top: 20px;
}
.site-footer p, .site-footer address {
	letter-spacing: 0.08em;
	line-height: 2.5rem;
}
.site-footer h3 {
	padding-bottom: 6px;
	margin-top: 25px;
	margin-bottom: 25px;
	position: relative;
	font-size: 3rem;
	line-height: 46px;
}
/**
 * Topscreen video, logo, menu and booking button
 */

.landingvideocontainer {
	position: relative;
	padding-bottom: 50%;
}
.landingvideo {
	position: absolute;
	top: 0;
	left: 50%;
	min-width: 100%;
	width: 100%;
	height: auto;
	z-index: 1;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-size: cover;
}
.navbar-shrink {
	background-color: rgba(158, 188, 227, 1);
	top: 0 !important;
 -webkit-transition: all .4s;
 -moz-transition: all .4s;
 -o-transition: all .4s;
 transition: all .4s;
 position: fixed;
 box-shadow: 0 0 8px #111;
}

/**
 * Roomgrid
*/

.roomgrid {
    display:inline-block;
	text-align:left;
    margin: 0 8px 10px 4px;
	vertical-align: top;
	width: 300px;
}
.roomgrid>h3 {
	text-align: left;
}
.roomgrid>p {
	text-align: left;
}
.priceright {
	text-align:right;
	margin-top:-12px;
	margin-bottom:2px;
}
@media only screen and (min-width: 768px) {
.text-area-left {
 padding-left: 12%;
 padding-right: 5%;
 padding-top: 2%;
 padding-bottom: 0%;
}
.text-area-right {
 padding-top: 2%;
 padding-bottom: 0%;
 padding-left: 5%;
 padding-right: 12%;
}
.text-area {
 padding-top: 2%;
 padding-bottom: 2%;
 padding-left: 12%;
 padding-right: 12%;
}
.text-area-full-width {
 padding-top: 1%;
 padding-left: 6%;
 padding-right: 6%;
 padding-bottom: 0%;
}
.website-logo img {
 position: fixed;
 top: 0px;
 left: 0px;
 width: 300px;
 height: 100px;
 opacity: 1;
 z-index: 1032;
 -webkit-transition: all .4s;
 -moz-transition: all .4s;
 -o-transition: all .4s;
 transition: all .4s;
}
.logo-shrink img {
 top: 22px;
 left: 125px;
 width: 0px;
 height: 0px;
 opacity: 1;
 -webkit-transition: all .4s;
 -moz-transition: all .4s;
 -o-transition: all .4s;
 transition: all .4s;
 position: fixed;
}
/**
 * Booking form
 */
.bookarea {
 position:absolute;
 right: 0;
 width: 540px;
}
.bookareawrapper {
 position: absolute;
 background-color: rgba(158, 188, 227, 0.4);
 z-index: 10;
 height: 184px;
 top: -184px;
}
.bookform {
 text-align:justify;
 line-height: 46px;
 height:174px;
 margin: 4px 20px 4px 20px;
}
.bookingheadline {
 padding:0;
 margin:0;
 line-height:24px;
 text-align:center;
}
.bookingheadline h1, .bookingheadline h2 {
 padding:0;
 margin:0;
 line-height:0;
 display:inline-block;
 background: transparent;
 color:#FFF;
 font-size: 13px;
}
#roomselect {
 background: transparent;
 color:#FFF;
 width:174px;
}
#dates {
 cursor: pointer;
 background-color: transparent;
 color: #FFF;
 width:196px;
}
#pax {
 background: transparent;
 color:#FFF;
 width:60px;" 
}
#customername {
 cursor: pointer;
 background-color: transparent;
 color: #FFF;
 width:160px;
}
#customeremail {
 cursor: pointer;
 background-color: transparent;
 color: #FFF;
 width:210px;
}
#totalprice {
 background-color: transparent;
 text-align:center;
 color: #FFF;
 width:500px;
}
#dates::placeholder, #customername::placeholder, #customeremail::placeholder, #totalprice::placeholder {
 color: #FFF;
}
#roomselect select option {
 background: transparent;
 color: #FFF;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
 background-color: #111 !important;
}
#navbar {
 padding-right:20px;
}
.navbar-brand {
 padding-left:20px;
}
.navwrapper {
 background-color: rgba(158, 188, 227, 0.5) !important;
 border: 0px;
}
.roomgrid {
 margin: 26px 30px 0 30px;
 vertical-align: top;
}
.roomgridwrapper {
	margin: 0 auto 10px auto;
	text-align:center;"
}
#go-top {
	right: 30px;
	bottom: 50px;
}
}
@media only screen and (max-width: 767px) {
.text-area-full-width {
 margin-bottom: 2%;
}
.website-logo {
 position: relative;
 width: 300px;
 height: 100px;
 margin: 57px auto 0 auto;
 z-index: 1;
}
.navwrapper {
 background-color: rgba(158, 188, 227, 1	);
}
.navbar-collapse {
 max-height: 500px !important;
}
.bookingheadline h1 {
	display: none;
}
.bookingheadline h2 {
 text-align:center;
 font-size:18px;
 padding-bottom: 6px;
 margin: 6px auto 0 auto;
}
#accommodationtype {
 padding-top:10px !important;"
}
#totalprice {
 font-size: 12px;
}
.form-inline button {
 display:block;
 margin: 10px auto 0 auto;
}
.roomgridwrapper {
	margin: 0 auto 0 auto;
	text-align:center;"
}
#go-top {
	right: 10px;
	bottom: 10px;
}}
/**
 * Fixed footer
 */

.fixed-footer {
	position: fixed;
	left: 0px;
	bottom: 0px;
	height: 34px;
	width: 100%;
	z-index: 100;
	background: rgba(158, 188, 227, 1);
	line-height: 14px;
	padding-top: 10px;
	padding-bottom: 2px;
	margin-bottom: -2px;
	border: 0px;
	box-shadow: 0 0 8px #111;
}
.social-bar {
	display: flex;
	list-style-type: none;
	padding-left:0;
}
.social-bar li {
	padding: 9px 15px 0 0;
}
.site-footer {
	height: 0px;
}
/**
 * Go to Top
 */
 
#go-top {
	display: none;
	position: fixed;
	line-height: 0;
	text-align: center;
	width: 50px;
	height: 50px;
	background-color: rgba(158, 188, 227, 1);
	color: #ffffff;
	z-index: 300;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
 -webkit-transition: all .1s linear;
 -moz-transition: all .1s linear;
 -o-transition: all .1s linear;
 -ms-transition: all .1s linear;
 transition: all .1s linear;
}
#go-top:hover {
	background-color: #C0C0C0;
	text-decoration: none;
}
#go-top i {
	font-size: 20px;
	color: #ffffff;
	line-height: 46px;
}
/*!
 * Sharing buttons
 */
.sharebuttons {
	position:absolute;
	background-color: white;
	width: 300px;
	height: 50px;
	padding-top: 6px;
	text-align: center;
	border: 1px solid black;
	border-radius: 23px;
	box-shadow: 0 1px 8px #888888;
	padding-right: 10px;
	z-index:101;
}
.sharebuttons>a {
	display: inline-block;
	padding-left:10px;
}
.sharebuttons>a>i {
	display: inline-block;
	background-color: white;
	border-radius: 20px;
	box-shadow: 0 0 2px #000;
	padding: 4px;
}
.sharebuttons>a>i:hover {
	transform: scale(2, 2) translate(0, -6px);
	transition: transform 200ms ease;
}
.share-facebook {
	color:#3B5998;
}
.share-facebook:hover {
	color:#2d4373;
}
.share-twitter {
	color:#1DA1F2;
}
.share-twitter:hover {
	color:#0c85d0;
}
.share-reddit {
	color:#CEE3F8;
}
.share-reddit:hover {
	color:#A3D1FF;
}
.share-google-plus {
	color:#EA4335;
}
.share-google-plus:hover {
	color:#d62516;
}
.share-email {
	color:#757574;
}
.share-email:hover {
	color: black;
}
