html,
body{
	height: 100%;
}
body{
	font-family: "brandon-grotesque",sans-serif;
	padding-top: 50px;
}
body.dutch-body .dropdown-menu {
background: #749093 !important;
border: none;
left: -255px;
margin: 0;
padding: 10px;
overflow: hidden;
width: 820px;
}
h1, h2{
	text-transform: uppercase;
}

h1{
	color: #2c3445;
	font-size: 44px;
}
h2{
	color: #a5273c;
	font-size: 14px;
}

/*font-family: "brandon-grotesque",sans-serif;
font-weight: 700;
font-weight: 900;

*/

a{
	-webkit-transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-ms-transition: all .25s ease-in-out;
-o-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
}
p a{
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	width: auto !important;
	display: inline !important;
	line-height: 28px !important;
}

#maximage{
	height: 100% !important;
}
#maximage img{
	max-width: auto !important;
}

.inner-padding{
	padding: 0 3%;
}
.finduspage .inner-padding{
	padding: 85px 0 0;
}
.finduspage .inner-padding > .col-md-6{
	padding: 0 3%;
}
.navbar-toggle{
	border: 1px solid #749093;
	border-radius: 3px;
	margin-right: 10px;
}
.navbar-toggle .icon-bar{
	background: #749093;
}

/*header***************************************/
#header{
	height: 54px;
	z-index: 99999;
}
#header .navbar{
	background: url(../images/bk-transp.png) repeat;
	border: none;
	min-height: auto;
	margin-bottom: 0;
}
#header .nav a{
	color: #2c3445;
	font-size: 12px;
	text-transform: uppercase;
}
#header .nav a.nav_active,
#header .nav a:hover,
#header .nav a:focus,
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus{
	background: #749093;
	color: #fff;
}
.caret{
	margin-top: -4px;
}

#logo{
	background: url(../images/bk-logo.png) 0 38px no-repeat;
	left: 0;
	overflow: hidden;
	padding: 10px;
	position: absolute;
	top: 12px;
	width: 220px;
	z-index: 9;
}
/*body.innerpage1 #logo,
body.innerpage2 #logo,
body.roomspage #logo{
	left: 17%;
}*/
#logo p{
	color: #2c3445;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	text-transform: uppercase;
}
#logo a{
	background: none;
	color: #2c3445;
	text-decoration: none;
}
#logo a p{
	margin-top: 17px;
}
#logo p strong{
	font-size: 16px;
}
#logo p strong span{
	color: #000;
}
#logo p a{
	background: none;
	color: #749093;
	text-decoration: underline;
}
#logo p a:hover{
	background: none;
	color: #749093;
	text-decoration: none;
}

.navbar-nav{
	float: right;
}
.nav>li{
	text-align: right;
}
.nav li.icons{
	padding: 10px 15px;
}
#header .nav li.icons a{
	background: url(../images/icons.png) no-repeat;
	display: block;
	float: left;
	height: 28px;
	margin: 0 3px 0 0;
	width: 28px;
}
#header .nav li.icons:last-child a{
	margin: 0;
}
#header .nav li.icons .tw{
	background-position: 0 -28px;
}
#header .nav li.icons .fb{
	background-position: -31px -28px;
}
#header .nav li.icons .goo{
	background-position: -62px -28px;
}
#header .nav li.icons .pin{
	background-position: -93px -28px;
}
#header .nav li.icons .tw:hover{
	background-position: 0 1px;
}
#header .nav li.icons .fb:hover{
	background-position: -31px 1px;
}
#header .nav li.icons .goo:hover{
	background-position: -62px 1px;
}
#header .nav li.icons .pin:hover{
	background-position: -93px 1px;
}

#header .nav li.flags{
	padding: 0;
} 
#header .nav li.flags a{
	padding: 10px 5px;
}
#header .nav li.flags .flag-list{
	background: #749093 !important;
	border: none;
	left: 0;
	margin: 0;
	min-width: 108px;
	padding: 10px;
	overflow: hidden;
	width: 68px;
}
#header .nav li.flags .flag-list li {
  border: 5px solid #749093;
  float: left;
  margin: 5px;
}
#header .nav li.flags .flag-list li a {
  padding: 0 !important;
  position: relative;
  height: 19px;
  text-indent: -9999px;
  width: 24px;
}
/*#header .nav li.flags .flag-list li a.flag-en{
	background: url(../images/bk_translate-flag.png) no-repeat;
}
#header .nav li.flags .flag-list li a.flag-nl{
	background: url(../images/bk_translate-flag-nl.png) no-repeat;
}
#header .nav li.flags .flag-list li a.flag-ge{
	background: url(../images/bk_translate-flag-ge.png) no-repeat;
}
#header .nav li.flags .flag-list li a.flag-fr{
	background: url(../images/bk_translate-flag-fr.png) no-repeat;
}
#header .nav li.flags .flag-list li a.flag-be{
	background: url(../images/bk_translate-flag-be.png) no-repeat;
}*/

.dropdown-menu{
	background: #749093 !important;
	border: none;
	left: -255px;
	margin: 0;
	padding: 10px;
	overflow: hidden;
	width: 620px;
}
.dropdown-menu li{
	border: 5px solid #749093;
	float: left;
	margin:5px;
}
.dropdown-menu li:hover{
	border: 5px solid #fff;
}
.dropdown-menu li a{
	padding: 0 !important;
	position: relative;
	height: 130px;
	width: 180px;
}
.dropdown-menu li a p{
	background: #2c3445;
	color: #fff;
	font-size: 12px;
	left: 0;
	padding: 5px;
	position: absolute;
	top: 0;
}
.dropdown-menu li a img{

}

.dropdown-form li,
.dropdown-form li:hover{
	border: none;
}

#signup ul{
	list-style: none;
	padding: 0;
}
#signup ul li{
	float: left;
}
/*main***************************************/
#main{
	height: 100%;
}
body.innerpage #main,
body.roomspage #main{
	height: auto;
}
#main .container-fluid{
	height: 50%;
	position: relative;
}
#main .container-fluid .fixed-height{
	height: 100%;
	position: relative;
}
#main .container-fluid .fixed-height .col-md-6{
	height: 50%;
}
@media (min-width: 940px) {
	#main .container-fluid .fixed-height .col-md-6{
		height: 100%;
	}
	#main .container-fluid .fixed-height .caption{
		position: absolute;
		top: 25%;
		width: 100%;
		z-index: 2;
	}
}

#main .container-fluid img,
#main .container-fluid .simul{
	position: relative;
	z-index: 1;
}
#main .container-fluid .caption{
	position: absolute;
	top: 20%;
	width: 100%;
	z-index: 2;
}
#main .container-fluid h2,
#main .container-fluid a{
	display: block;
	text-align: center;
}
#main .container-fluid h2{
	color: #fff;
	font-size: 44px;
	text-shadow: 0 1px 2px #666666;
}
#main .container-fluid a{
	height: 56px;
	line-height: 42px;
	margin: 0 auto;
	width: 25%;
}
#main .container-fluid .caption a{
	background: #738e90;
	border: 1px solid #fff;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
}
#main .container-fluid .caption a:hover{
	background: none;
}
.welcome{
	background: #fff;
	/*margin: 240px 0 0;*/
	padding: 25px 15px;
	position: relative;
	text-align: center;
	top: 240px;
}
.welcome h1{
	border-bottom: 1px solid #2c3445;
	margin: 0;
	padding: 0 0 5px 0;
}
.welcome h2{
	letter-spacing: 1px;
}
.welcome a{
	color: #2c3445;
	cursor: pointer;
	font-size: 12px;
	letter-spacing: 1px;
	text-decoration: underline;
	text-transform: uppercase;
}
.welcome a:hover{
	text-decoration: none;
}
#expand{
	padding-top: 20px;
}
#aDown {
	display: block;
	height: 20px;
}
#aDown2 {
	margin: 0 auto;
}
#aUp {
	display: none;
	height: 20px;
}
#expand p{
	font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", "Goudy Old Style", Garamond, "Times New Roman", serif;
}
#carousel-example-generic{
	min-height: 880px;
}
body.paradise_mews #carousel-example-generic {
    min-height: 880px;
    position: fixed !important;
    height: 880px !important;
    width: 100% !important;
}
.carousel img{
	display: block;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; min-height: 1300px; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/*bookbar***************************************/
#bookbar{
	background: #2d3446;
	/*position: relative;*/
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 999;
}

@media (min-width: 940px) {
	#bookbar{
		background: #2d3446;
		bottom: 0;
		border-width: 1px 0 0;
		left: 0;
		margin-bottom: 0;
		position: fixed;
		right: 0;
		z-index: 1030;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@media (max-width: 940px) {

	.innerpage1 #bookbar{
		position: relative !important;
	}
}

#bookbar input,
#bookbar select{
	background: #2d3446;
	border: none;
	color: #6c7aa0;
	height: 54px;
	text-transform: uppercase;
}
#bookbar select,
#arrive{
	color: #6c7aa0 !important;
}

#bookbar form .col-md-2{
	border-right: 1px solid #514e5e;
}
#bookbar form .custom-drop{
	background: url(../images/ico-drop.png) no-repeat right center !important;
	overflow: hidden;
	width: 100%;
}
#bookbar select{
	background: none;
	border: none;
	border-radius: 0;
	width: 110%;
	-webkit-appearance:none;
}

#bookbar .submit, #bookbar-mobile .button-container {
	background: #a5273c;
	color: #fff;
	width: 100%;
	display: inline-block;
}

#bookbar-mobile .button-container {
	text-align: center;
}

#bookbar-mobile a {
	margin: 0 auto;
	height: 54px;
	color: #fff;
	padding: 18px 0;
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
}


#bookbar .submit:hover{
	background: #7c1d2d;
}
#bookbar form .col-sm-2,
#bookbar form .col-sm-4{
	border-right: 1px solid #514e5d;
}
#bookbar form p{
	color: #f8f2e7;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	margin: 5px 0;
}
#bookbar form p small{
	font-size: 13px;
}
#bookbar form div:last-child{
	background: url(../images/bk-ring.png) no-repeat 10px center;
	height: 54px;
	text-align: center;
}
#bookbar form div:last-child a{
	border-bottom: 1px solid rgba(248, 242, 231, 1);
	color: #f8f2e7;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 25px;
	margin: 0 0 0 20px;
	text-transform: uppercase;
}
#bookbar form div:last-child a:hover{
	border-bottom: 1px solid rgba(248, 242, 231, 0);
	text-decoration: none;
}
#bookbar form div:last-child a:last-child{
	/*margin: 0;*/
}
/*inner pages****************************************/

.simul .inner-padding{
	padding-top: 85px;
	text-align: center;
}
.simul .inner-padding h1,
.simul .inner-padding p{
	color: #2c3445;
}
.simul .inner-padding h1{
	font-size: 25px;
	padding: 0 0 20px 0;
	text-transform: uppercase;
}
.simul .inner-padding p{
	font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", "Goudy Old Style", Garamond, "Times New Roman", serif;
	font-size: 15px;
	line-height: 28px;
}
.simul .inner-padding p a{

}

.simul .inner-padding ul{
	list-style: none;
}
.simul .inner-padding ul li{
	font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", "Goudy Old Style", Garamond, "Times New Roman", serif;
	font-size: 15px;
	line-height: 28px;
}
.btn-back{
	top: -30px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	width: auto;
}
#main .top-links{
	list-style: none;
	text-align: center;
}
#main .top-links li{
	display: inline-block;
	float: none;
	width: auto;
}
#main .top-links li a{
	background-color: #fff;
	border: 2px solid #2c3445;
	color: #2c3445;
	height: 40px;
	font-family: "brandon-grotesque",sans-serif;
	font-size: 12px;
	line-height: normal;
	text-transform: uppercase;
	width: auto;
}
#main .top-links li a.active, #main .top-links li a:hover, #main .top-links li a:focus,
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus{
	background-color: #2c3445;
	color: #fff;
}

.morelinks{
	list-style: none;
	padding: 0;
	width: 100%;
}
#main .morelinks a{
	background: #2c3445;
	border-bottom: 1px solid #2c3445;
	color: #fff;
	display: block !important;
	height: 46px !important;
	font-family: "brandon-grotesque",sans-serif;
	font-size: 12px;
	line-height: 46px !important;
	margin: 1px auto 0 auto!important;
	text-transform: uppercase;
	width: 100%;
}
#main .morelinks a:hover{
	background: white;
	color: #a5273c;
	text-decoration: none;
}


body.innerpage2 #holder {
	height:880px;
	overflow: hidden;
	width:880px;
}

body.innerpage2 #maximage {
	position:relative !important;
}

#btn-back{
	background: #f6f6f6;
	height: auto;
	line-height: normal;
	padding: 5px;
	text-transform: uppercase;
}


/*rooms page******************************************/
body.roomspage {
	position: relative;
	min-height: 100%;
	top: 0px;
}
body.roomspage #main {
	height: 100%;
}
body.roomspage #main .container-fluid{
	height: auto;
}
body.roomspage #main .container-fluid .fixed-height{
	height: auto;
}
body.roomspage #main .container-fluid .fixed-height .caption{
	background: rgba(44, 52, 69, 0.5);
	height: 100%;
	padding: 5% 0;
	top: 0;
	-webkit-transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-ms-transition: all .25s ease-in-out;
-o-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
}
body.roomspage #main .container-fluid .fixed-height .caption:hover{
	background: rgba(44, 52, 69, 0);
}
#main .container-fluid .caption a.btn-findmore{
	background: url(../images/arrow-findmore.png) no-repeat center right;
	border: none;
	color: #fff;
	font-size: 15px;
	height: auto;
	line-height: normal;
	text-transform: uppercase;
	text-shadow: 0 1px 2px #666666;
	width: 25%;
}
#main .container-fluid .caption a.btn-findmore:hover{
	text-decoration: underline;
}

/***************************************************
gallery page
****************************************************/
.footer-gallery{
	background: url(../images/bk-transp.png) repeat;
	bottom:0;
	padding: 10px 0;
	width: 100%;
}

body.gallerypage h4{
	border-bottom: 1px solid #6B6B6B;
	text-align: center;
	margin: 20px auto !important;
	padding: 0 0 20px 0;
}
body.gallerypage ul.gallery{
	list-style: none;
	margin: 0;
	text-align: center;
}
body.gallerypage ul.gallery:last-child{
	margin: 0;
}
body.gallerypage ul.gallery li{
	display: inline-block;
}
body.gallerypage ul.gallery li a{
	border: 8px solid #fff;
	-webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
	display: block;
	margin: 5px;
}
body.gallerypage ul.gallery li a:hover{
	border: 8px solid #2c3445;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.gallery-thumb-list{
	list-style: none;
	padding: 0 0 0 20px;
}
.gallery-thumb-list li{
	float: left;
}
.gallery-thumb {
	border: 2px solid #fff;
	margin-right: 12px;
}
.gallery-thumb:hover{
	border: 2px solid #2c3445;
}
.gallery-nav ul {
	float: right;
	margin: 0;
	padding: 0 20px 0 0;
}

.gallery-nav li {
	padding: 0 8px 0 0;
	font-size: 11px;
	z-index: 100;
}

.gallery-nav a {
	color: #2c3445;
	font-size: 12px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	text-decoration: none;
	text-transform: uppercase;
}
.gallery-nav a:hover,
.gallery-nav a:focus,
.gallery-nav a.nav_active{
	border-bottom: 5px solid #2c3445;
	text-decoration: none;
}

/***************************************************
popup page
****************************************************/
#main.popuppage{
	height: auto;
}
#main.popuppage h1{
	border-bottom: 1px solid #2c3445;
}
/*small devices****************************************/

@media (max-width: 767px) {
	#bookbar {
		display: none;
	}

	.navbar-nav {
		width: 100%;
	}
	.dropdown-menu li a{
		padding: 0 !important;
		position: relative;
		height: 260px;
		width: 360px;
	}
	#logo{
		background: url(../images/bk-transp.png) repeat;
		left: 0;
		overflow: hidden;
		padding: 10px;
		position: absolute;
		top: 0;
		z-index: 9;
		width: 65px;
	}
		body.innerpage #logo{
		left: 0;
	}
	.welcome{
		background: #fff;
		margin: 20px 0 0;
		padding: 25px 15px;
		text-align: center;
	}
	.simul .inner-padding{
		padding-top: 0;
	}
	#main .container-fluid .fixed-height a{
		height: 47px;
		line-height: 34px;
		width: 30%;
	}
	/*#bookbar{
		position: relative !important;
	}*/
	body.gallerypage #bookbar{
		position: fixed !important;
	}
}

/*medium devices****************************************/
@media (max-width: 992px) {
	/*.welcome{
		background: #fff;
		padding: 30px;
		text-align: center;
		margin: 40px 0 0;
	}*/
	.nav>li>a{
		padding-left: 5px;
		padding-right: 5px;
	}
	body.roomspage #main .container-fluid .fixed-height .caption{
		padding: 0;
	}
	#main .container-fluid .fixed-height h2,
	body.roomspage #main .container-fluid .fixed-height .caption h2{
		font-size: 34px;
	}
	body.roomspage #main .container-fluid .fixed-height .caption h2{
		margin: 10px 0;
	}
	#main .container-fluid .caption a.btn-findmore{
		width: 40%;
	}
}

#google_translate_element{
	display: inherit;
	height: 50px;
	width: 144px;
}
/*.flag{
	display: none;
	height: 19px;
	width: 24px;
	left: 0;
	overflow: hidden;
	padding: 0px;
	position: absolute;
	top: 0;
}*/
.goog-te-gadget-simple{
	background: url(../images/bk_translate.png) no-repeat !important;
	border: none !important;
	height: 50px;
	padding: 0 !important;
	width: 144px;
}
.goog-te-gadget-icon{
	display: none;
}
.goog-te-menu-value span{
	display: none;
}

.translated-ltr #header {
	margin-top: 40px;
}