@charset "utf-8";

*{
    -webkit-appearance: none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

.cbpicker td, .cbpicker tr{
	vertical-align: middle;
}

body {
	line-height: 1;
	background: url(../images/pattern.jpg) repeat;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img{
max-width:100%;
}

/*<--- BEGIN FONTS --->*/

@font-face {
    font-family: 'GothamBold';
    src: url('../fonts/gothambold-webfont.eot');
    src: url('../fonts/gothambold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gothambold-webfont.woff') format('woff'),
         url('../fonts/gothambold-webfont.ttf') format('truetype'),
         url('../fonts/gothambold-webfont.svg#gothamboldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Mission Script';
    src: url('../fonts/mission-script-webfont.eot');
    src: url('../fonts/mission-script-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/mission-script-webfont.woff') format('woff'),
         url('../fonts/mission-script-webfont.ttf') format('truetype'),
         url('../fonts/mission-script-webfont.svg#mission_scriptregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'The Only Exception';
    src: url('../fonts/theonlyexception-webfont.eot');
    src: url('../fonts/theonlyexception-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/theonlyexception-webfont.woff') format('woff'),
         url('../fonts/theonlyexception-webfont.ttf') format('truetype'),
         url('../fonts/theonlyexception-webfont.svg#the_only_exceptionregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*<--- END FONTS --->*/

/*<--- BEGIN CODE --->*/

html, body{
    width: 100%;
    height: 100%;
}

body{
    font-family: Arial, sans-serif !important;
    font-size: 14px !important;
    background: url(../images/light_pattern.jpg);
}

h1{
    font-size: 250%;
}

h2{
    font-size: 200%;
}

h3{
    font-size: 150%;
}

.block{
    width: 1140px;
    margin: 0 auto;
}

.fullWidth{
    width: 100% !important;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

#bookingModule .block{
    width: 840px;
	
}

.clearfix{
    clear: both;
}

.fb-like{
    margin-top: 15px;
}

.fullScreen{
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
}

.socialLinks{
    position: absolute;
    top: 70px;
    left: 50px;
    display: inline-block;
}

.socialLinks li{
    float: left;
    margin-left: 10px;
}

.socialLinks li:first-child{
    margin-left: 0;
}

.langNav{
    position: absolute;
    top: 0;
    right: 50px;
}

.langNav li{
    width: 35px;
    position: relative;
}

.langNav a{
    height: 35px;
    width: 35px;
    line-height: 35px;
    background: url(../images/dark_pattern.jpg) #666;
    display: inline-block;
    font-family: GothamBold, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #fff;
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}

.langNav a:hover{
    background: #333;
}

.allLang{
    position: absolute;
    z-index: 99;
    top: 35px;
    left: 0;
    display: none;
}

.allLang li{
    margin-top: 1px;
}

.quickLinks{
    position: absolute;
    top: 0;
    right: 120px;
}

.quickLinks li{
    float: left;
    border-left: 1px solid #555;
}

.quickLinks li:first-child{
    border-left: 0;
}
.quickLinks li:last-child{
    float:right;
}

.quickLinks a{
    height: 35px;
    padding: 0 6px;
    line-height: 35px;
    background: url(../images/dark_pattern.jpg) #666;
    display: inline-block;
    font-family: GothamBold, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #fff;
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}

.quickLinks a:hover{
    background: #333;
}

.reserveerNu{
    position: absolute;
    top: 0;
    left: 50px;
}

.reserveerNu a{
    height: 35px;
    padding: 0 12px;
    line-height: 35px;
    background: url(../images/dark_pattern.jpg) #666;
    display: inline-block;
    font-family: GothamBold, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #ff675b;
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}

.reserveerNu a:hover{
    background: #333;
    color: #fff;
}

.mainNav{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -27px;
    margin-left: -520px;
	margin-left: -565px;
    width: 1040px;
	width: 1140px;
    height: 54px;
    line-height: 54px;
    background: #fff;
    border-radius: 27px;
    -moz-border-radius: 27px;
    -webkit-border-radius: 27px;
}

.mainNav a, .mainNavEx a{
    font-family: GothamBold, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: #333;
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}

.mainNav a:hover, .mainNavEx a:hover{
    color: #ff675b;
}

.mainNav li{
    float: left;
}

.subNav{
    width: 100%;
    height: 50px;
    background: url(../images/dark_pattern.jpg);
}

.subNav .quickLinks, .subNav .langNav{
    position: static;
}

.subNav .quickLinks{
    float: left;
	width:95%;
}

.subNav .langNav{
    float: right;
}

.subNav .allLang{
    top: 50px;
}

.subNav .quickLinks a{
    height: 50px;
    line-height: 50px;
}

.subNav .langNav a{
    height: 50px;
    width: 50px;
    line-height: 50px;
}

#mobileNav{
    display: none;
}

.mainNavEx{
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
}

.mainNavEx .navLeft{
    float: left;
}

.mainNavEx .navRight{
    float: right;

}

.mainNavEx .navLeft li{
    margin-left: 20px;
    float: left;

}

.mainNavEx .navRight li{
    margin-left: 0px;
    margin-right: 20px;
    float: left;
}

.mainNavEx .navLeft li:first-child{
    margin-left: 0;
}

.mainNavEx .navRight li:first-child{
    margin-left: 0;
}

.logo{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -75px;
    margin-left: -90px;

}

.navLeft{
    float: left;
}

.navLeft li{
    margin-left: 50px;
}

.navRight{
    float: right;
}

.navRight li{
    margin-right: 50px;
}

#page .scrollDownSmall{
    top: 50px;
    left: 50%;
    margin-left: -100px;
}

#secondRow{
    position: absolute;
    top: 575px;
}

.scrollDownSmall{
    width: 201px;
    height: 96px;
    background: url(../images/scrolldown_small.png) no-repeat;
    position: absolute;
    bottom: 25px;
    left: 200px;
    line-height: 75px;
    text-align: center;
    -webkit-transform: rotate(347deg);
    -moz-transform: rotate(347deg);
    -o-transform: rotate(347deg);
    z-index: 99;
}

.scrollDown{
    width: 308px;
    height: 107px;
    background: url(../images/scrolldown.png) no-repeat;
    position: absolute;
    bottom: 25px;
    left: 200px;
    line-height: 75px;
    text-align: center;
    -webkit-transform: rotate(347deg);
    -moz-transform: rotate(347deg);
    -o-transform: rotate(347deg);
}

.scrollDown a{
    display: block;
    width: 308px;
    height: 107px;
    font-family: 'The Only Exception', serif;
    font-style: italic;
    font-size: 22px;
    text-decoration: none;
    color: #fff;
}

.scrollDownSmall a{
    display: block;
    width: 201px;
    height: 96px;
    font-family: 'The Only Exception', serif;
    font-style: italic;
    font-size: 22px;
    text-decoration: none;
    color: #fff;
}

/* PAGE */

.page{
    position: relative;
    padding: 75px 0;
}

/* BOOKINGMODULE */

.bookingModule{
    width: 100%;
    padding: 30px 0;
    background: url(../images/dark_pattern.jpg);
}

.bookingModule .block{
    width: 885px;
    margin: 0 auto;
}

.darkTop, .darkBottom{
    width: 100%;
    height: 6px;
}

.darkTop{
    background: url(../images/border_dark.png) top left repeat-x;
}

.darkBottom{
    background: url(../images/border_dark.png) bottom left repeat-x #fff;
    margin-bottom: -15px;
}

.datePicker{
    float: left;
    display: inline-block;
    background-color: #fff;
    margin-right: 20px;
}

.datePicker input{
    float: left;
    border: 0;
    width: 130px;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    cursor: pointer;
    font-family: Georgia, serif;
    font-style: italic;
    color: #666;
    cursor: pointer;
}

.datePicker img{
    float: left;
    padding: 14.5px;
    background-color: #ff675b;
    cursor: pointer;
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}

.datePicker:hover img{
    background-color: #000;
}

.bookNow{
    float: left;
    width: 230px;
    height: 45px;
    line-height: 45px;
    border: 0;
    padding: 0 10px;
    background-color: #ff675b;
    font-family: Georgia, serif;
    font-size: 16px;
    font-style: italic;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}

.bookNow:hover{
    background-color: #000;
}

.mobileBooker{
    display: none;
}

/* REVIEWS */

.reviewModule{
    width: 100%;
    padding: 75px 0;
    background-color: #fff;
}

.reviewModule img{
    float: left;
}

.reviewModule a{
    float: left;
    line-height: 115px;
    margin-left: 50px;
    font-family: Georgia, serif;
    font-size: 18px;
    font-style: italic;
    text-align: center;
    color: #666;
}

.reviewModule .block{
    width: 600px;
    z-index: 0;
    position: relative;
}

.messageContainer{
    margin-left: 100px;
}

.messageFeed{
    width: 500px;
    height: 150px;
    overflow: hidden;
    background: url(../images/light_pattern.jpg) repeat;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.messageBalloon{
    width: 59px;
    height: 22px;
    background: url(../images/balloon.png) no-repeat;
}

.review{
    padding: 25px 0;
    border-top: 1px solid #ccc;
}

.reviewrate{
    float: right;
}

.clientReview{
    width: 450px;
    height: 100px;
    padding: 25px;
}

.clientName, .reviewnaam{
    font-family: GothamBold, sans-serif;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px #fff;
    color: #ff675b;
}

.reviewdate{
    font-size: 12px;
}

.clientMessage, .reviewmessage{
    display: block;
    font-family: Georgia, serif;
    font-size: 14px;
    font-style: italic;
    line-height: 24px;
    text-shadow: 1px 1px #fff;
    color: #666;
    margin-top: 5px;
}

#errorContainer{
    display: none;
    margin-top: 15px;
}

/* EYECATCHERS */

.blogItem{
    margin-top: 25px;
}

.blogItem:first-child{
    margin-top: 0;
    margin-bottom:  25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #999;
}

.blogTitle{
    font-family: GothamBold, sans-serif;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px #fff;
    color: #ff675b;
}

.blogDesc{
    display: block;
    margin-top: 5px;
    font-family: Georgia, serif;
    font-size: 14px;
    font-style: italic;
    text-shadow: 1px 1px #fff;
    line-height: 22px;
    color: #666;
}

.blogDesc img{
    display: none;
}

.blogMore{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    background-color: #ff675b;
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    margin-top: 10px;
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}

.blogMore:hover{
    background-color: #000;
}

.eyeCatchers{
    width: 100%;
    padding: 75px 0;
    background: url(../images/light_pattern.jpg);
}

.eyeCatchers .left{
    width: 450px;
    float: left;
}

.eyeCatchers .right{
    float: right;
}

.advantages li{
    float: left;
    margin-left: 50px;
}

.advantages li:first-child{
    margin-left: 0;
}

.advantages span{
    display: block;
    margin-top: 20px;
    font-family: GothamBold, sans-serif;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px #fff;
    color: #ff675b;
}

.lightTop, .lightBottom{
    width: 100%;
    height: 6px;
}

.lightTop{
    background: url(../images/border_light.png) bottom left repeat-x;

}

.lightBottom{
    background: url(../images/border_light.png) top left repeat-x;
    margin-bottom: -15px;
}

/* ARTICLES */

.article{
    width: 100%;
}

.homeTitle, .homeIntro, .homeDesc{
    text-align: center;
}

.articleTitle{
    width: 100%;
    font-family: "Mission Script", serif;
    font-size: 48px !important;
    color: #333;
}

.articleIntro{
    font-family: Georgia, serif;
    font-size: 18px;
    font-style: italic;
    line-height: 26px;
    color: #666;
    margin-top: 10px;
    text-shadow: 1px 1px #fff;
}

.articleThumb{
    width: 150px;
    height: 150px;
    border: 5px solid #fff;
    margin: 25px 0 0 0;
}

.thumb_wrap{
    width: 160px;
    height: 160px;
    float: right;
    display: inline-block;
    position: relative;
}

.thumb_wrap .articleThumb{
    margin: 0;
}

.articleDesc{
    float: left;
    width: 665px;
    position: relative;
    float: left;
    font-family: Georgia, serif;
    font-size: 14px;
    font-style: italic;
    line-height: 22px;
    color: #666;
    text-shadow: 1px 1px #fff;
    margin-top: 25px;
}

.articleDesc table{
    width: 100%;
}

.articleDesc a, .newsDesc a{
    color: #000 !important;
}

.articleDesc ul li{
    list-style: square;
    margin-left: 18px;
}

.articleDesc ol li{
    list-style: decimal;
    margin-left: 18px;
}

.articleLink{
    margin-top: 25px;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    border: 0;
    padding: 0 10px;
    background-color: #ff675b;
    font-family: Georgia, serif;
    font-size: 16px;
    font-style: italic;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}

.thumb_wrap a.booking{
    position: absolute;
    top: 15px;
    right: -25px;
    padding: 10px;
    background-color: #ff675b;
    color: #fff !important;
    text-shadow: none;
    text-decoration: none;
    font-family: Georgia, serif;
    font-size: 16px;
    font-style: italic;
    text-decoration: none;
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}

.thumb_wrap a.booking:hover{
   background-color: #000;
}



.articleLink:hover{
    background-color: #000;
}

.articleGal{
    margin-top: 35px;
}

.articleGal img{
    width: 146px;
    height: 146px;
    border: 5px solid #fff;
}

.articleGal a{
    width: 156px;
    height: 156px;
    display: block;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.articleGal a.lastCol{
    margin-right: 0;
}

.articleGal a.lastRow{
    margin-bottom: 0;
}

.newsArticles, .contentArticles{
    width: 840px;
    float: right;
    text-align: left; 
}

.newsLink{
    font-family: Georgia, serif;
    font-style: italic;
    color: #000;
}

/* NEWSPAGE */

.categories, .submenu{
    float: left;
}

.categories li, .submenu li{
    width: 247px;
    line-height: normal;
    background: url(../images/dark_pattern.jpg) #666;
    margin-top: 1px;
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}

.categories li:hover, .submenu li:hover{
    background: #333;
}

.categories li:first-child, .submenu li:first-child{
    margin-top: 0;
}

.categories a,.submenu a{
    display: block;
    width: 217px;
    padding: 10px 15px;
    font-family: GothamBold, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
}

.newsItem{
    width: 100%;
    padding: 25px 0;
    border-top: 1px solid #999;
}

.newsTitle{
    width: 100%;
    font-family: "Mission Script", serif;
    font-size: 48px !important;
    color: #333;
}

.newsTitle a, .newsTitle a:hover, .newsTitle a:focus, .newsTitle a:active{
	text-decoration: none!important;
	color: #000;
}

.newsIntro{
    font-family: Georgia, serif;
    font-size: 18px;
    font-style: italic;
    line-height: 26px;
    text-shadow: 1px 1px #fff;
    color: #666;
    margin-top: 15px;
}

.newsThumb{
    width: 150px;
    height: 150px;
    display: block;
    margin: 25px 0;
}

.newsThumb img{
    width: 150px;
    height: 150px;
    border: 5px solid #fff;
}

.newsDesc{
    font-family: Georgia, serif;
    font-size: 14px;
    font-style: italic;
    text-shadow: 1px 1px #fff;
    line-height: 22px;
    color: #666;
    margin-top: 25px;
}

/* GUESTBOOK */

#guestBook{
    margin-top: 50px;
    box-sizing: border-box;
    padding: 0;
}

#guestBook td{
    width: 235px;
}

#guestBook .fix{
    width: 20px;
}

#guestBook input{
    height: 45px;
    line-height: 45px;
    border: 0;
    padding: 0 1em;
    box-sizing: border-box;
}

#guestBook textarea{
    height: 150px;
    border: 0;
    padding: 1em;
    box-sizing: border-box;
    box-sizing: border-box;
}

#guestBook input[type="submit"]{
    line-height: 45px;
    border: 0;
    padding: 0 10px;
    background-color: #ff675b;
    font-family: Georgia, serif;
    font-size: 16px;
    font-style: italic;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}

#guestBook input[type="submit"]:hover{
    background-color: #000;
}

#guestBook input[type="text"], label, textarea{
    margin-bottom: 10px;
    width: 100%;
    display: block;
}

#revRate{
    margin-bottom: 15px;
    float: left;
    margin-right: 2em;
}

.rating-caption{
    padding: 0.5em 1em;
    padding-left: 0.5em;
    background-color: #ff675c;
    display: inline-block;
    color: #fff;
    font-weight: 400;
    height: 2em;
    box-sizing: border-box;
    position: relative;
}

.rating-caption::before{
    content: '';
    display: block;
    position: absolute;
    left: -1em;
    top: 0;
    width: 0; 
	height: 0; 
	border-top: 1em solid transparent;
	border-bottom: 1em solid transparent; 
	border-right:1em solid #ff675c; 
}

.rating-caption.placeholder{
    font-style: italic;
    background-color: #616161;
    color: #393939;
}

.rating-caption.placeholder::before{
    border-right:1em solid #616161;
}

#addRev{
    width: 440px;
    padding: 40px 25px;
    float: left;
    background: url(../images/dark_pattern.jpg);
    font-family: GothamBold, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
}

#addRev h3{
   margin-bottom: 1.5em;
}

#addRev p{
    margin-bottom: 1em;
}

#allRev{
    width: 600px;
	float:left;
}

#allRev .pager{
    float: right;
}

#allRev .pager span{
    display: none;
}

#allRev .pager a{
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.avgscore, .average, .total{
    float: left;
}

.avgscore{
    padding-top: 0.3em;
}

.total{
    margin-left: 1em;
    font-family: 
    font-family: GothamBold, sans-serif;
    text-transform: uppercase;
    color: #393939;
    font-weight: 600;
    margin-top: 0.5em;
}

.pager{
    
}

.pager a{
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    text-decoration: none;
    line-height: 20px;
    color: #fff;
    margin-left: 1px;
    background: url(../images/dark_pattern.jpg);
    cursor: pointer;
    float: left;
    margin-bottom: 15px;
}

.pager a.jp-current{
    background: #ff675b;
}

.pager a:first-child{
    margin-left: 0;
}

/* LIGGING */

#mapTrace{
    background-color: #333;
    padding: 10px;
    padding-top: 5px;
}

#transport, #mapSearch{
    float: left;
}

#mapTrace select, #mapTrace input{
    font-family: Georgia, serif;
    font-style: italic;
    color: #666;
    float: left;
    height: 45px;
    line-height: 45px;
    border: 0;
    padding: 0 10px;
    background-color: #fff;
    width: 180px;
}

#mapTrace input{
    margin-left: 15px;
}

#mapTrace input[type="submit"]{
    width: 230px;
    background-color: #ff675b;
    font-family: Georgia, serif;
    font-size: 16px;
    font-style: italic;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}

#mapTrace input[type="submit"]:hover{
    background-color: #000;
}

/* ROOMS */

.roomtypes{
    margin-top: 25px;
}

.roomtypes img{
    border: 5px solid #383838;
}

.roomtypes ul{
    list-style: none;
}

.roomtypes li{
    float: left;
    display: block;
    width: 247px;
    margin-right: 50px;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
}

.roomtypes li.lastCol{
    margin-right: 0;
}

.roomtypes li.lastRow{
    margin-bottom: 0;
}

.roomtypes .prijsVanaf{
    position: absolute;
    top: -25px; 
    right: -25px;
    display: block;
    width: 70px;
    padding-top: 8px;
    height: 62px;
    background: #383838;
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: normal;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    z-index: 99;
}

.sectionInfo{
    overflow: auto;
}

.roomTitle{
    font-family: GothamBold, sans-serif;
    font-size: 20px !important;
    font-weight: normal;
    text-transform: uppercase;
    text-shadow: 1px 1px #fff;
    color: #ff675b;
    margin-top: 20px;
}

.roomIntro{
    min-height: 70px;
    display: block;
    margin-top: 5px;
    font-family: Georgia, serif;
    font-size: 14px;
    font-style: italic;
    text-shadow: 1px 1px #fff;
    line-height: 22px;
    color: #666;
}

.readMore{
    display: block;
    width: 140px;
    height: 45px;
    line-height: 45px;
    border: 0;
    padding: 0 10px;
    background-color: #ff675b;
    font-family: Georgia, serif;
    font-size: 16px;
    font-style: italic;
    text-decoration: none;
    text-align: center;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
    margin: 0 auto;
    margin-top: 15px;
}

.readMore:hover{
    background-color: #000;
}

/* LIGGING */

#map{
    margin-top: 25px;
    width: 1130px;
    height: 390px;
    border: 5px solid #333;
}

/* CONTACT */

#contactForm{
    margin-top: 25px;
}

#contactForm table{
    width: 100%;
}

#contactForm table td:first-child{
    width: 100%;
}

#contactForm input{
    height: 45px;
    width: 300px;
    line-height: 45px;
    padding: 0 10px;
    background-color: #fff;
    border: 0;
    margin-bottom: 10px;
}

#contactForm textarea{
    height: 132px;
    border: 0;
    padding: 0;
    margin-bottom: 25px;
    width: 50%;
}

#contactForm input[type="submit"]{
    width: 230px;
    background-color: #ff675b;
    font-family: Georgia, serif;
    font-size: 16px;
    font-style: italic;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}

#contactForm input[type="submit"]:hover{
    background-color: #000;
}

#contactForm label{
    font-family: Georgia, serif;
    font-size: 14px;
    font-style: italic;
    text-shadow: 1px 1px #fff;
    line-height: 22px;
    color: #666;
}

/* GALLERY */

#photoGallery{
    margin-top: 25px;
}

#photoGallery img{
    width: 146px;
    height: 146px;
    border: 5px solid #fff;
}

#photoGallery a{
    display: block;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

#photoGallery a.lastCol{
    margin-right: 0px;
}

#photoGallery a.lastRow{
    margin-bottom: 0px;
}

/* FOOTERS */

#mainFooter{
    padding: 70px 0;
    background-color: #fff;
}

#mainFooter h3{
    font-family: GothamBold, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #ff675b;
    margin-bottom: 15px;
}

.gMaps{
    position: relative;
    overflow: hidden;
    width: 247px;
    height: 137px;
    float: right;
}

.gMaps img{
    position: absolute;
    margin-top: -72px;
}

.gMaps a{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    background-color: #ff675b;
    z-index: 99;
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}

.gMaps a:hover{
    background-color: #000;
}

.fotoAlbum{
    position: relative;
    float: left;
    display: block;
    width: 247px;
    height: 137px;
    background: url(../images/dark_pattern.jpg) #666;
    font-family: GothamBold, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    line-height: 137px;
    color: #fff;
    margin-right: 50px;
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}

.fotoAlbum:hover{
    background: #333;
}

.socialMedia{
    width: 247px;
    float: left;
    margin-right: 50px;
}

.socialMedia li{
    float: left;
    margin-left: 10px;
}

.socialMedia li:first-child{
    margin-left: 0;
}

.newsLetter{
    width: 247px;
    float: left;
    margin-right: 50px;
}

.newsLetter input[type="text"]{
    display: block;
    width: 210px;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    display: block;
    border: 0;
    background-color: #eee;
    margin-bottom: 15px;
}

#formResult{
    font-family: Georgia, serif;
    font-size: 14px;
    font-style: italic;
    text-shadow: 1px 1px #fff;
    line-height: 22px;
    color: #666;
    display: none;
}

#subFooter{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #000;
    font-family: GothamBold, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
}

#subFooter a{
    color: #fff;
    text-decoration: none;
}

#miniInfo{
    width: 40px;
    height: 40px;
    font-size: 25px;
    line-height: 40px;
    background: #000;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 99;
}

#miniSlider{
    width: 247px;
    height: 137px;
    overflow: hidden;
}

#miniSlider img{
    width: 100%;
    height: auto;
}

#contactInfo{
    float: left;
}

#stardekk{
    float: right;
}

#stardekk span{
    color: #ff675b;
}

#toTop{
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: right;
    background: url(../images/dark_pattern.jpg) repeat;
}

#toTop a{
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 6px;
    background-color: #000;
    font-family: GothamBold, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}

#toTop a:hover{
    background: #333;
}

/* SELECT BOX */

.customSelect{
    font-family: Georgia, serif;
    font-style: italic;
    color: #666;
    height: 45px;
    width: 160px;
    line-height: 45px;
    background: url(../images/arrow_down.png) center right no-repeat #fff;
    padding: 0 10px;
    cursor: pointer;
}

/* ROUTE DESCRIPTION */

.adp{
    font-family: Georgia, serif !important;
    font-style: italic;
    color: #666;
    text-shadow: 1px 1px #fff !important;
    line-height: 22px !important;
}

.adp-legal{
    display: none !important;
}

.warnbox-content{
    background-color: #333;
    font-family: Georgia, serif;
    font-style: italic;
    color: #fff;
}

.warnbox-c1, .warnbox-c2{
    display: none;
}

.adp-placemark{
    background-color: rgba(255, 255, 255, 0.5) !important;
    border: 0 !important;
}

.adp-placemark img{
    padding: 5px;
    vertical-align: middle;
}

.adp-text{
    padding: 0 0 0 15px;
    font-family: Georgia, serif !important;
    font-style: italic !important;
    font-size: 16px;
    text-shadow: 1px 1px #fff !important;
    color: #666;
}

.adp-directions{
    font-family: Georgia, serif !important;
    font-style: italic !important;
    color: #666 !important;
    text-shadow: 1px 1px #fff !important;
    width: 100%;
    line-height: 22px !important;
}

.adp-directions td{
    padding: 15px 0 !important;
}

/* CAPTCHA */

#recaptcha_area #recaptcha_logo{
    display: none !important;
}

#recaptcha_area .recaptchatable #recaptcha_image{
    border: 0 !important;
}

#recaptcha_privacy{
    display: none;
}

.recaptcha_input_area input{
    border: 0 !important;
}

#recaptcha_table td{
    padding: 0 !important;
}


#recaptcha_reload_btn {
    display:inline-block !important;
    *display: inline;
    zoom: 1;
}
#recaptcha_switch_audio_btn{
    display:inline-block !important;
    *display: inline;
    zoom: 1;
}
#recaptcha_whatsthis_btn{
    display:inline-block !important;
    *display: inline;
    zoom: 1;
}
#recaptcha_switch_img {
    display:inline-block !important;
    *display: inline;
    zoom: 1;
}
#recaptcha_image{
    margin-bottom: 15px;
}

.dropdown_gift{
    margin-bottom: 15px;
}

#recaptcha_image img 
{ 
        width: 320px;
} 

#recaptcha_area.recaptchatable {
    border: none !important;
}
#recaptcha_table{
    border: none !important;
}

#recaptcha_widget_div { width: 220px; overflow:hidden; } 
 
 .captcha_link {
     margin-bottom: 15px;
 }
 .captcha_link a {
    font-family: Georgia, serif;
    font-style: italic;
    text-align: center;
    color: #666;
    margin-bottom: 15px;
 }
 
 #recaptcha_response_field{
    width: 100%;
    padding: 8px 5px;
    margin-bottom: 10px;
    border: 1px solid #96e2ed;
    resize: none;
 }
 
 .title_fieldset h2{
     font-family: Georgia, serif;
     font-size: 18px !important;
     font-style: italic;
     border-bottom:  1px solid #999;
     margin-bottom: 15px;
     padding: 10px 0;
 }
 
 .payment{
     display: block;
     font-family: GothamBold, sans-serif !important;
     font-size: 16px !important;
     font-style: normal !important;
     text-transform: uppercase;
     text-shadow: none !important;
     color: #fff !important;
     padding: 10px;
     background: #ff675b;
     -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
 }
 
 /*
  * FORM ERRORS 
  */
 .form-errors {
     font-size: 14px;
 }
 
 .form-success {
     margin-top: 15px;
 }
 
 .form-errors h3 {
     font-family: "Mission Script", serif;
     font-size: 22px !important;
 }
 .form-errors span {
     color: #ff675b;
 }
/*<--- END CODE --->*/

 /**
  *  FORM GIFT
  */
 .gift_opmerkingen ul{
     list-style: disc;
     margin-left: 2.5em; 
     padding-left: 0;
     color: #666;
     font-family: Georgia, serif;
     font-size: 14px;
     font-style: italic;
 }
  .gift_opmerkingen ul li{
    margin-bottom: 5px;
 }
 
 
  
.frmdiscount{
    height: 45px;
    width: 185px;
    line-height: 45px;
    padding: 0 10px;
    background-color: #fff;
    border: 0;
	margin-right: 20px;
	float:left;
}