@font-face {
	font-family: 'Silkscreen';
	src: url('../fonts/Silkscreen.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Silkscreen.woff') format('woff'),
		 url('../fonts/Silkscreen.ttf')  format('truetype'),
		 url('../fonts/Silkscreen.svg#Silkscreen') format('svg');
}

body.main {
	background: url(../img/bg.png) #000015 no-repeat center center fixed;
	/*position:fixed;
	top:0;left:0;right:0;bottom:0;*/
    height: 100%;
	color:#ddd;
	background-size:cover;
	font-family:"Cabin", sans-serif;
    overflow: auto;
    min-width: 1024px;
    min-height: 780px;
    _overflow-x: hidden;
    position:relative;

}
body.iframe {background:black;color:#fff;}
a {text-decoration:none;}
b {color:#FF9900;font-weight: normal;}
form {margin:0;height:auto;}
strong {color:#0a0;}
li {list-style:none;}

.content .btn-primary:not(.plus) {
    color: #fff;
    font-size:1.2em;


    border-radius: 8px;
    display: inline-block;
    background: #10c910; /* Old browsers */
    background: -moz-linear-gradient(top,  #10c910 1%, #008000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#10c910), color-stop(100%,#008000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #10c910 1%,#008000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #10c910 1%,#008000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #10c910 1%,#008000 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #10c910 1%,#008000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#10c910', endColorstr='#008000',GradientType=0 ); /* IE6-9 */


}
.content .btn-primary:not(.plus, .minus):hover {
    background: #008000; /* Old browsers */


}

.dl-horizontal dd {color:white;text-align:left;margin-left:185px;}
.dl-horizontal dt {width:180px;}
#tv {position:fixed; bottom:-150px; left:50%;width:1021px; height:842px; margin-left:-510px; background:url(../img/tv.png);}
#screen {position:absolute;width:800px;height:600px;left:200px;top:50px;z-index: 1000;display: none;}
#splash {width:640px;height:452px;position:absolute;left:0;top:10px;background:url(../img/splash.png) no-repeat center center;}
#slide1 {width:634px;height:452px;position:absolute;left:0;top:0;color:#eee;text-align: center;padding-top:150px;font-size: 3.7em;font-family: 'Cabin';font-weight: 800;line-height: 70px;_text-shadow: 1px 1px 2px #777;}
#slideshow {position:absolute;top:-30px;}
#facebook {position:absolute;top:20px;right:20px;}
#youtube {position:absolute;top:20px;left:20px;}

#home {margin:20px;display:none;position: relative;height: 480px;left:20px;}

.modal {background: #111;color:#eee;font-size: 1.1em;font-family: "Cabin", sans-serif !important;}
.modal .modal-footer {background: #111;border-color:#000 !important;}
.modal .modal-body {border-color:#000 !important;color:#eee;}


#home .flip {
    float:left;
    margin:0 10px 30px 0;
    width:280px;
    height:150px;
    display:none;
    text-align: center;
    line-height: 50px;
    cursor:pointer;
    position: relative;
}
/*
#home .flip {
    float:left;
    margin:0 10px 30px 0;
    width:280px;
    height:150px;
    display:none;
    text-align: center;
    line-height: 50px;
    cursor:pointer;
    position: relative;
}
#home .card {
    margin:10px;
    width:100%;
    height:100%;
    text-align: center;
    line-height: 50px;
    cursor:pointer;
    position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;

}*/
#home .qualif {font-size: 2em;font-weight: 800;margin-top:10px;}
#home .noun {font-size: 3em;font-weight: 800;text-transform: uppercase;}
#home .flip a {text-transform: uppercase;color:#414133;}
#home .flip:hover a {color:#eee;text-decoration: none;}
#home #card1 .noun {color:#F00;}
#home #card2 .noun {color:#FFC000;font-size: 3em;}
#home #card3 .noun {color:#009900;}
#home #card4 .noun {color:#0070C0;}
#home #booknow {position: absolute;bottom:25px;font-family:"Cabin Condensed";width:700px;margin-left: -15px;}
#home .booking-label {width:160px;height:68px;line-height: 30px;float:left;margin-top: -5px;}
#home .booking-label .row1 {font-size: 1.8em;text-transform: uppercase;letter-spacing: 3px;}
#home .booking-label .row2 {font-size: 1.5em;text-transform: uppercase;}
#home .arrival,#home .departure {width:120px;margin-left:10px;}
#home .arrival,#home .departure,#home .guests,#home .action {float:left;}
#home form input[type='text'] {width:100px;background: #fff !important;color:#333 !important;}
#home label {font-size: 1.2em;text-transform: uppercase;}
#home .guests input[type='text'] {width:35px;}
#home .guests {text-align: center;}
#home .action input {margin:10px;padding:15px;font-size: 1.2em;text-transform: uppercase;color:white;margin-top: 1px;
    background: #204d80; /* Old browsers */
    background: -moz-linear-gradient(top,  #204d80 0%, #258dc8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#204d80), color-stop(100%,#258dc8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #204d80 0%,#258dc8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #204d80 0%,#258dc8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #204d80 0%,#258dc8 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #204d80 0%,#258dc8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#204d80', endColorstr='#258dc8',GradientType=0 ); /* IE6-9 */
}
#home .action input:hover {background: #204d80;}

#home .back{
    line-height: 20px;
    padding-bottom: 20px;
    position: absolute;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: visible;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform: perspective(800px) rotateY(180deg);
    -webkit-transform: perspective(800px) rotateY(180deg);
    -ms-transform: perspective(800px) rotateY(180deg);
    transform: perspective(800px) rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
#home .back > div {position:absolute;}
#home .front{
    padding-top:20px;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: visible;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform: perspective(800px) rotateY(0deg);
    -webkit-transform: perspective(800px) rotateY(0deg);
    -ms-transform: perspective(800px) rotateY(0deg);
    transform: perspective(800px) rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}
#home .flip .front, #home .flip .back {


    -webkit-transition: .6s ease-out;
    -moz-transition: .6s ease-out;
    -ms-transition: .6s ease-out;
    -o-transition: .6s ease-out;
    transition: .6s ease-out;
    position:absolute;
    background:#141414;
    width:100%;
    height:100%;
    z-index:0;
    opacity:.99;
}

#home .flipped div.back {
    -moz-transform: perspective(800px) rotateY(0);
    -webkit-transform: perspective(800px) rotateY(0);
    -ms-transform: perspective(800px) rotateY(0deg);
    transform: perspective(800px) rotateY(0);

}
#home .flipped div.front {
    -webkit-transform: perspective(800px) rotateY(-179.9deg);
    -moz-transform: perspective(800px) rotateY(-179.9deg);
    -ms-transform: perspective(800px) rotateY(-179.99deg);
    transform: perspective(800px) rotateY(-179.9deg);
}
/*
#home .flipped {
    -webkit-transform: perspective(800px) rotateY(-179.9deg);
    -moz-transform: perspective(800px) rotateY( -179.9deg );
    -ms-transform: perspective(800px) rotateY( -179.9deg );
    -o-transform: perspective(800px) rotateY( -179.9deg );
    transform: perspective(800px) rotateY( -179.9deg );
}*/
#home .back p {
    position: absolute;
    top:15px;
    width:280px;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    color:#111;
    text-shadow: 0 0 2px #eee;
}
#home .back .layer2 p {
    width:110px;
    text-align: center;
    font-size: 0.9em;
    font-weight: normal;
}
#home .back .layer2.gsm p {
    width:110px;
   top:100px;
    right:3px;


}
#home .back .layer2.beamer p {
    width:110px;
    color: #111;
    left:5px;
    font-weight: bold;
    top:20px;
}
#home .back .layer3 p {
    width:110px;
    text-align: center;
    font-size: 1em;
    font-weight: normal;
    color:#111;
}
#home .back .layer3.games p {
    width:70px;
    text-align: center;
    font-size: 1em;
    right:20px;
    color:#eee;
}
#home .back .layer3.sports p {
    width:280px;
    text-align: center;
    font-size: 1.1em;
    top:145px;
    color:#eee;
}
#home .back .layer3.service p {
    top:30px;
    left:10px;
}
#home .back .layer4 p {
    width:280px;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    color:#111;
}
#home .back .layer4.beverages p {
    width:105px;
    text-align: center;
    right:15px;
}
#home .back .layer4.wifi p {
    width:105px;
    text-align: center;
    left:15px;
    text-shadow:none;

}
#home .back .layer4.prices p {
    position:relative;
    line-height: 28px;
    color:#eee;
    margin:1px;
}
#home .back .layer4.prices br {
    content: " ";

    line-height: 26px;
}

#home .back .layer4.prices p.prices {
    margin-top:5px;
    font-weight: bold;
    font-size: 1.2em;
    text-shadow: none;
}
#home .back .layer4.prices p {

    text-shadow: none;
}
#home .back .layer4.prices p span:nth-child(1) {
    color: #0070C0;
}
#home.prices .back .layer1 {}
#home.prices .back .layer1 p {font-size: 1.8em; text-shadow: none;color:#eee;line-height: 35px;width: 250px;margin-left: 15px;}
#home.prices .back .layer1 strong {color:#0070C0;}
#home.prices .back .layer2.gsm p {top:5px;font-size: 1.2em;width:200px;left:25px;line-height: 25px;}
#home.prices .back .layer2 p {font-size: 1.8em; text-shadow: none;color:#eee;line-height: 35px;width: 250px;margin-left: 15px;font-weight:bold;}
#home.prices .back .layer2 strong {color:#0070C0;}
#home.prices .back .layer2.beamer p {margin-top: 15px;}
#home.prices .back .layer3 p {font-size: 1.8em; text-shadow: none;color:#eee;line-height: 35px;width: 250px;margin-left: 15px;}
#home.prices .back .layer3.games p {margin-top:15px;position: static;}
#home.prices .back .layer3.sports p,#home.prices .back .layer3.service p {position: static; font-size: 1.4em;font-weight: bold;line-height: 25px;height:100%;}
#home.prices .back .layer3.sports p:first-child {margin-top:25px;}
#home.prices .back .layer3.service p:first-child {margin-top:15px;}
#home.prices .back .layer3.service p.note {font-size: .8em;font-style: italic;margin-top:-3px;}
#home.prices .back .layer3 strong {color:#0070C0;}

#fs-prices {display:none;height:100%;width: 100%;}
#fs-prices {position:absolute;left:0;top:0;width: 100%;height:100%;min-height:100%;text-align: center;max-width:99.99%;height:100%;}
#fs-prices .backdrop{position:absolute;width: 100%;height:100%;opacity:.93;background:black;z-index:0;min-height: 100%;margin:auto; text-align: center;}
#fs-prices img {width:960px;height:720px;position: absolute;top:50%;left:50%; margin: -360px 0 0 -480px;border:0;padding:0;display:block;}
#fs-prices .close {width:72px;height:72px;background: url(../img/close.png);position: absolute;top:15px; right:15px;z-index: 1;}


.content .nivo-prevNav {
	left:50%;
	top:440px;
	margin-left:-30px;
}
.content .nivo-nextNav {
	left:50%;
	top:440px;
}

#main-menu {margin:80px 0 0 40px;width:200px;}
#main-menu .logo {margin-left:50px;margin-top:10px;}
/*#main-nav a {display:block;background: url(../img/btn-white.png);width:143px;height:36px;margin:20px 30px;padding-top:15px;text-align:center;font-size:18px;font-weight:bold;text-decoration:none;}
#main-nav a.pics {color:#f00;}
#main-nav a.prices {color:#f60;}
#main-nav a.maps {color:#539341;}
#main-nav a.contact {color:#2b59a8;}
#main-nav a.booknow {color:#fff;background: url(../img/btn-green.png);width:142px;height:39px;margin-left:45px;}
*/
#main-nav {margin-top:30px;line-height: 20px;}
#main-nav a {left:44px;margin:8px 0 0 0;display:block;width:165px;height:34px;font-size:16px;text-decoration:none;text-transform: uppercase;color:#fff;text-shadow: 0 0 2px #fff;text-align: center;padding-top: 8px;position: relative;-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;}
#main-nav a.home {background:url(../img/btn-home.png) no-repeat;}
#main-nav a.pics {background:url(../img/btn-pictures.png) no-repeat;left:45px;}
#main-nav a.prices {background:url(../img/btn-prices.png) no-repeat;left:45px;}
#main-nav a.maps {background:url(../img/btn-maps.png) no-repeat;left:45px;}
#main-nav a.contact {background:url(../img/btn-contact.png) no-repeat;left:45px;}
#main-nav a.booknow {background:url(../img/btn-booknow.png) no-repeat;left:45px;}
#main-nav a.pay {background:url(../img/btn-pay.png) no-repeat;left:45px;}
#main-nav a.edit {background:url(../img/btn-edit.png) no-repeat;left:49px;}

#lang-menu {position:fixed;right:250px;top:575px;}
#lang-menu a {background:url(../img/btn-lang.png);width:23px;height:24px;font-size:8px;display:block;float:left;font-weight:bold;padding-top:6px;padding-left:8px;text-decoration:none;}
#lang-menu a.fr {margin-top:4px;color:#176700;}
#lang-menu a.nl {margin-top:2px;color:#2b59a8;}
#lang-menu a.nl {color:#6f3996;}

.main #content {position:absolute;width:640px;height:480px;left:270px;top:60px;padding:0;font-family:"Cabin Bold", sans-serif;color:#fff;font-size: 1.2em;}

.content header {width:100%;text-align:center;height:72px;padding-top:10px}
.content h1 {color:#FF9900}
.content h3 {color: #0a0;}
.content .spacer {height:88px;visibility:hidden;margin:0;padding:0;}
.content .col50 {float:left;width:425px;height:100%;margin:0;padding:0;text-align: center;}
.content .item {
	height:92px;
	width:100%;
	text-align:center;
	clear:both;
	float:left;
	display:block;
	padding: 10px 30px;
	position:relative;
	border:1px solid transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
	box-sizing: border-box;
}
.content input[type='text'],.content input[type='password'],.content input:-webkit-autofill, body .content input:-webkit-autofill:focus, .content textarea, .content select{color:#aaa !important;background:#666 !important;}

 body input:-webkit-autofill {
    background-color: #FAFFBD;
    color: #181818;
}
.content .full-width {width:90%;}
.content .item .btn {padding:25px;font-size:2em;margin-bottom:5px;height:50px;-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;text-shadow: 0 0 1px #eee;}
.content .item .btn-square {padding:25px;font-size:2em;float:left;}

.content .item .btn-50 {padding:25px;font-size:1.5em;float:left;width:45%;}
.content .item .btn-33 {padding:5px;font-size:1em;float:left;width:89px;margin:1px 0 0 1px;}
.content .item .btn-66 {padding:10px;font-size:1.2em;float:left;width:179px;margin:1px 0 0 1px;height:58px;}
.content .item2 .btn-50 {padding:15px;font-size:1.2em;float:left;width:45%;margin-bottom:5px;margin-right:5px;}



.content .item .btn-full {width:310px;padding-top:25px;font-size:2em;display:block;}
.content .item input.btn-full {width:100%;}
.content .item .month, .content .item .stay {width:215px;font-size:1.5em;float:left;padding-top:30px}
.content .item .btn.plus, .content .item .btn.minus {width:30px; height:30px;padding:6px 0;}
.content .item .btn.minus {padding:5px 0;}
.content .item .minus {background: rgb(255,48,25); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMzAxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZjA0MDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255,48,25,1) 0%, rgba(207,4,4,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,48,25,1)), color-stop(100%,rgba(207,4,4,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-8 */
}
.content .item .minus:not(.disabled):hover {
    background: rgb(207,4,4);
}


.content .item .d {text-transform:capitalize;}
.content .item .m {text-transform:capitalize;}
.content .item .s {text-transform:capitalize;}
.content .item3 {
	height:277px;
	width:100%;
	text-align:center;
	clear:both;
	padding: 10px 30px;
	position:relative;
	display:block;
	float:left;
	border:1px solid transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.content .item2 {
	height:200px;
	width:100%;
	text-align:center;
	clear:both;
	padding: 10px 30px;
	position:relative;
	display:block;
	float:left;
	border:1px solid transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.content .item4 {
	height:300px;
	width:100%;
	text-align:center;
	clear:both;
	padding: 10px 30px;
	position:relative;
	display:block;
	float:left;
	border:1px solid transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.content .item2 textarea{
	height:103px;
}

.content .item .btn-next {
    color: #fff;
    font-size:1.2em;
    padding: 5px;
    width: 135px;
    border-radius: 8px;
    display: inline-block;
    background: #10c910; /* Old browsers */
    background: -moz-linear-gradient(top,  #10c910 1%, #008000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#10c910), color-stop(100%,#008000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #10c910 1%,#008000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #10c910 1%,#008000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #10c910 1%,#008000 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #10c910 1%,#008000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#10c910', endColorstr='#008000',GradientType=0 ); /* IE6-9 */


}
.content .item .btn-next:hover {
    background: #008000; /* Old browsers */


}

.date-info {background: #fff; border-radius: 8px; height:57px;width:290px; text-align: center;padding:0;color:#000; font-size: 1.2em;margin: 15px 0 0 15px;}
.date-info strong {font-weight: normal;}
.date-info img {float:left; margin:5px 10px;}
.date-info .date {float:left;margin: 18px 0 0 5px;}

.availability .arrival, .availability .dep {font-size: 1em;color:#fff;}
.availability .info {color:#0a0;}
.availability div.duration {width: 290px;margin:30px 0 0 35px;padding:0;height:auto;}

.rooms div.roomtype {}
.rooms .type, .rooms .info {float:left;}
.rooms .type {width:80px;margin-top: 15px;}
.rooms .info {width:120px;font-size: 0.8em;color:#888;}
.rooms .input {float:left;width: 30px; height: 30px;padding-top: 5px;}

.rooms #total {color:#0a0;border: 0;padding: 8px;}
.rooms .s {margin-top:30px;}

.rooms .arrival div,.rooms .departure div {font-weight: normal;}
.rooms .totals {padding-top:20px;}

.details #total {color:#0a0;border: 0;padding: 8px;}
.details .totals {padding-top:20px;}
.details .col1 {float:left;width: 180px;text-align: left;}
.details .col1 input {width: 150px;}
.details .col2 {float:left;width: 112px;text-align: left;}
.details .col2 input {width: 80px;margin-left: 4px;}

.details .grandtotal {font-weight:bold;border: 2px solid #f90;border-radius: 5px;padding: 8px;}
.details .item.totals {padding-top:25px;}

.waiting .grandtotal {font-weight:bold;border: 2px solid #f90;border-radius: 5px;padding: 8px;}
.waiting .item.totals {padding-top:25px;}
.waiting #total {color:#0a0;border: 0;padding: 8px;}
.waiting .totals {padding-top:20px;}
.waiting p {width:230px;margin: 40px;line-height: 22px;}
.waiting span.timer {display:block;}

.pay li,.modify li  {list-style:none;}
.pay .btns {margin-left:10px;}
.pay select[name="exp_month"] {width:130px;float:left;}
.pay select[name="exp_year"] {width:80px;float:left;margin-left:10px;}
.pay .formitems {width:220px;margin:auto;}
.pay .ccnumber {width:140px;float:left;margin-right:5px;margin-left:37px;}
.pay .cccode {width:80px;float:left;}
.pay .ccnumber input {width:130px;}
.pay .cccode input {width:70px;}
.pay h4 {margin-top:10px;}
.pay .grandtotal {color:#0a0;font-weight:bold;}
.pay .grand-total {width:120px;height:30px; border:4px solid #f60; border-radius:5px; position:relative;left:50%;margin-left:-60px;padding-top:15px;font-size:1.5em;font-weight:bold;}
.pay .item3 {height:250px;}
.pay .stay-info, .pay .room-type, .pay .booking-info, .pay .selectbtn {float:left;}
.pay .stay-info, .pay .booking-info {width:200px;}
.pay .booking-info {background:#555;border-radius:5px;-moz-border-radius:5px;color:white;}
.pay .stay-info {text-align:left;}
.pay .selectbtn {width:75px; padding:3px 1px;}
.pay .control-group {margin-top:10px;clear:both;}
.pay .room-type {width:80px;text-align:center;font-weight:bold;}
.pay .deselected {color:#444;}
.content .pay .arrows .btn {height:25px; width:40px;padding:5px;}
.pay .item3 {overflow:hidden;}
.pay .select {background:url(../img/checkbox.png) no-repeat center center;width:32px;height:32px;border:0;padding:0;}
.pay .deselect {background:url(../img/checkbox-checked.png) no-repeat;width:32px;height:32px;border:0}

.pay .row {background:#333;border-radius: 5px;margin:5px;padding-bottom:8px;}


.modify .select {background:url(../img/checkbox.png) no-repeat center center;width:32px;height:32px;border:0;}
.modify .deselect {background:url(../img/checkbox-checked.png) no-repeat;width:32px;height:32px;border:0}
/*
.prices .room-type {width:50%; float:left;background:#F00; border-radius:20px;padding:10px;font-size:1.5em;margin:5px;color:#fff;}
.prices .room-type span {display:block;}
.prices .price {width:35%; float:left;font-size:1.5em;margin-top:25px;font-weight:bold;}
.prices p {font-size:1.3em;}
.prices b {color:white;}

.prices div, .prices header, .prices footer  {font-family: "Cabin Condensed", sans-serif;}
.prices header {color:#fff;font-size: 20px;text-transform: uppercase;margin-bottom: 15px;}
.prices .room-type {width:660px;height:68px;border-radius:8px;margin-bottom: 5px;color:#fff;font-size: 26px;position:relative;}
.prices .room-type span {display:block;text-transform: uppercase;}
.prices .room-type .info {font-size: 18px;}
.prices .room-info {width:245px;text-align: center;float:left;line-height: 25px;margin-top:10px;}
.prices .price {float:left;background: url(../img/price-tag.png);width:95px;height:56px;text-align: right;margin-top:8px;}
.prices .price span {margin:18px 12px 0 0;}
.prices .thumb {float:left;width:298px;margin:3px 0 0 18px;}
.prices .more {background: url(../img/more-info.png);font-size:10px;color:#fff;width:59px;height:21px;position:absolute;right:-7px;bottom:-3px;box-sizing: border-box;padding:2px 0 0 8px;}
.prices .small {background:#008bff;}
.prices .medium {background:#0070cc;}
.prices .large {background:#005499;}
.prices .extralarge {background:#003867;}
.prices .medium .more {background: url(../img/more-info-medium.png);right:-7px;bottom:-5px;padding:0 0 0 8px;}
.prices .large .more {background: url(../img/more-info-large.png);right:-6px;}
.prices .extralarge .more {background: url(../img/more-info-extralarge.png);right:-7px;}
.prices footer {color:#fff; font-size: 18px;text-align: center;margin-top: 20px;}
*/
.details .icon-white {margin-top:8px;}

.changedates li {list-style:none;}

.changetype .item .btn:nth-child(1){border-radius:3px 0 0 0;}
.changetype .item .btn:nth-child(2){border-radius: 0 3px 0 0;}
.changetype .item .btn:nth-child(4){border-radius: 0 0 3px 0;}
.changetype .item .btn:nth-child(3){border-radius: 0 0 0 3px;}

.cancelroom .paid {text-align:left;}
.cancelroom .refund {text-align:left;}

.confirmchanges .date,.confirmchanges .nights,.confirmchanges .quantities,.confirmchanges .amount {color:white;}
.confirmchanges .changed .new {color:red;}
.confirmchanges .amount.total {font-size:1.4em;border: 2px solid orange;padding:5px;border-radius:4px;}
.confirmchanges .info {background:#333;border-radius:5px;-moz-border-radius:5px;margin-top:5px;}
.content.confirmchanges .arrows .btn {height:25px; width:40px;padding:5px;}
.confirmchanges li {list-style:none;}
.confirmchanges .topay {margin-top:-8px;margin-bottom:8px;}
.confirmchanges .item3 {overflow:hidden;}

.maps #gMaps {color:#333;}

.contact .cards {margin-top:5px;}
.contact .card {width:300px;height:200px;float:left;margin:10px;text-align: center;line-height: 35px;font-size:1.3em; font-weight: bold;-moz-box-sizing: border-box;box-sizing: border-box;  }
.contact .card:first-child {background:#141414;padding-top: 20px;}
.contact .card .tel {margin-top: 20px;color:white;}
.contact .card a:nth-child(1) {color:white;}
.contact .card a:nth-child(2) {color:white;}
.contact .card a:nth-child(3) {color:white;}
.contact .card .cap {font-size: 0.8em;}

.pictures {position: absolute;left:-65px;top:-58px;width:800px;height:600px;filter:inherit;}
.pictures #slider .slide {opacity: 0;transition:all 1s ease-out;position:absolute;left:125px;top:70px;width: 540px;filter:inherit;overflow:hidden;}
.pictures #slider .slide img {filter:inherit;}
.pictures #slider .slide.in {opacity: 1;filter:inherit;}
.pictures #slider .arrow-left {position:absolute;top:250px;left:40px;width: 50px;}
.pictures #slider .arrow-right {position:absolute;top:250px;right:50px;width: 50px;}
.pictures .thumbs-container {position:absolute;left:60px;bottom:51px;width: 478px;overflow: hidden;height:75px;padding:0 15px 0 15px;}
.pictures .thumbs-container .arrow{position:absolute;top:25px;}
.pictures .thumbs-container .arrow.left{left:0px;}
.pictures .thumbs-container .arrow.right{right:0px;}
.pictures .thumbs {width:480px;overflow: hidden;height:75px;position:absolute;}
.pictures .thumbs img {margin-bottom:30px;margin-top:5px;cursor: pointer;transition: all .8s ease-in-out;-moz-box-sizing: border-box;box-sizing: border-box;width:72px;height:54px;}
.pictures .thumbs .roll {position:absolute;width:auto;transition:all 1s ease-in-out;left:0;}
.pictures .fullscreen {position:absolute; bottom:70px; right:135px; color:#fff;font-size: 1.2em;padding-top:5px;width:85px;height:45px;text-align: center;background: url(../img/fullscreen.png);}
.pictures .fullscreen:hover {text-decoration: none;}
.pictures .thumbs img.selected {border:3px solid #6600FF;}
.pictures .caption {position:absolute;right:20px;bottom:20px;opacity:.6;background:black;color:#eee;border-radius:4px;padding:8px;text-transform: capitalize;font-size: .8em;}



#fs-container {position:absolute;left:0;top:0;width: 100%;height:100%;min-height:100%;text-align: center;max-width:99.99%;height:100%;}
#fs-container .backdrop{position:absolute;width: 100%;height:100%;opacity:.93;background:black;z-index:0;min-height: 100%;margin:auto; text-align: center;}
#fs-container .slide {z-index:1;position:absolute;opacity:0;height:100%;width:100%;margin:auto;min-width:1280px; text-align: center; transition:all 1s ease-out;}
#fs-container .slide.in {opacity:1}
#fs-container .slide img {height:100%;}
#fs-container .arrow.left {position:absolute;left:-5px;top:50%;margin-top:-63px;width:66px;height:126px;background: url(../img/arrow-left.png);z-index:100;}
#fs-container .arrow.right {position:absolute;right:-5px;top:50%;margin-top:-63px;width:66px;height:126px;background: url(../img/arrow-right.png);z-index:100;}
#fs-container _img.portrait {margin-top:-640px;margin-left:-480px;width:960px;height:1280px;}
#fs-container _img.landscape {margin-top:-480px;margin-left:-640px;width:1280px;height:960px;}
#fs-container .close {width:72px;height:72px;background: url(../img/close.png);position: absolute;top:15px; right:15px;z-index: 1;}
#fs-container .caption {position:absolute;right:20px;bottom:50px;opacity:.6;background:black;color:#eee;border-radius:4px;padding:8px;text-transform: capitalize;font-size: .8em;}

@media screen and (min-height: 800px) {
    #tv {bottom:0px;}

}
@media screen and (max-height: 800px) {
	#tv {bottom:-150px;}

}
@media screen and (max-height: 700px) {
	#tv {bottom:-200px;}

}
@media screen and (max-height: 620px) {
	#tv {bottom:-280px;}

}
@media screen and (max-height: 400px) {
    #tv {bottom:-420px;}

}

.share {position:absolute;bottom:10px;right:10px;}
.popover-inner {

	background: #08c;
	color:#333;
}
.popover.top .arrow {
	border-top: 5px solid #08c;
	margin-left:0px;
}
.popover.right .arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-top: 5px solid transparent;
	border-right: 5px solid #08c;
	border-bottom: 5px solid transparent;
}


.quicksearch > header {height:8%;}
.form-inline h4 {float:left; margin:3px 10px 0 0;}

.clearer {clear:both;}
.form.form-inline {margin:10px;}
.floor-tabs {margin-top:50px;margin-left:-30px}
.calendar {
	width:610px;
	height:378px;
	margin-left:-20px;
	margin-top:-10px;
	border: 1px solid whiteSmoke;
	border-radius:4px;
	color: #222;
	overflow:hidden;
	position:relative;
}

.calendar  .viewport {position:relative;overflow:hidden; border:1px solid transparent;margin:-1px;}
.calendar .days {width:1300px;}
.calendar .dummy {float:left;width:25px;height:25px;margin:2px;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:2px;}
.calendar .day {float:left;width:25px;height:25px;background:#bbb;margin:2px;border-radius:2px;-moz-box-sizing:border-box;box-sizing:border-box;text-align:center;}
.calendar .day span {display:block; line-height:12px;}
.calendar .day .d {font-size:0.8em;}
.calendar .day.weekend {background:#888;}
.calendar .floor {clear:both;width:1300px;}
.calendar .rooms {clear:both;width:1300px;position:relative;-webkit-transition:top .5s ease-in-out;}
.calendar .room {clear:both;width:1300px;}
.calendar .room .number {float:left;width:200px;height:25px;background:#bbb;margin:2px;border-radius:2px;z-index:100;position:relative;-moz-box-sizing:border-box;box-sizing:border-box;padding:2px;font-size:8px;}
.calendar .room.small .number {background:#090;}
.calendar .room.medium .number {background:#06F;}
.calendar .room.large .number {background:#939;}
.calendar .room.extralarge .number {background:#F30;}
.calendar .night {float:left;width:25px;height:25px;margin:2px;border-radius:2px;-moz-box-sizing:border-box;box-sizing:border-box;padding-top:3px;text-align:center;border: 1px solid #222;}
.calendar .night.weekend {background:#050525;}
.calendar .night.selectable {border-color:#555;}
.calendar .stay {background:#06F;float:left;height:25px;margin:2px;border-radius:2px;-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;z-index:1;overflow:hidden;padding:3px;color:whiteSmoke;}
.calendar .stay.status1 {background:#0C3;} /* booked and confirmed */
.calendar .stay.status2 {background:#F60;} /* booked not yet confirmed */
.calendar .stay.status3 {background:#0CF;} /* checked in */
.calendar .stay.status4 {background:#F00;} /* checked out */
.calendar .stay.selected {border:4px solid white;padding:0 2px;}

#move-form {visibility:hidden;}

#info-box {position:absolute;top:0;left:0;color:#222;-moz-box-sizing:border-box;box-sizing:border-box;}
#info-box .lbl,#info-box .value {float:left;}
#info-box .duration,#info-box .price,#info-box .status {clear:both;}
#info-box .popover-footer{float:right;}

.datepicker {color:#222;}
table.datepicker2 {
	position: relative;
	background:black;
	width:auto;
	height:100%;
    margin-left: 18px;
	border:0;
    border-spacing:11px;
    border-radius: 5px;
    border-collapse: separate;
    margin: 0;
    font-family: Arial;
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */

    /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none;
}
table.datepicker2 tbody {position: relative; top:-20px}
.datepicker2 tr {
    border:0;


}
.datepicker2 td, .datepicker2 th {
    text-align:center;
    width:30px;
    height:30px;
    border:0;
    border-radius: 5px !important;

    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0.9em;
}
.datepicker2 td {
	text-align:center;
	cursor: pointer;


}
.datepicker2 tbody td:not(.out){
    background: #4F81BD;
}
.datepicker2 thead td,.datepicker2 thead th {background: #262626;font-weight: normal;position: relative;top:10px;text-transform: capitalize;}
.datepicker2 tbody th {
    border:0;
    background: #7F7F7F;
    text-transform: uppercase;
    font-weight: normal;
}
.datepicker2 th:nth-child(6),.datepicker2 th:nth-child(7){
    background: #404040;
}
.datepicker2 .out{
	background:transparent;
	color:#fff;
    cursor: auto;
}

.datepicker2 tbody td.selected {
	background: #7030A0;
	color:#fff;

}
.datepicker2 .departure {color:#7030A0;}
.booking-password {width:59%;}
#btn-show-pass,.content .item .btn-show-pass {width:30%;padding:5px;font-size:1em;margin-top:5px;height:30px;}

.modal {color:#333;}


@media screen and (max-width: 30000px) {

	.content .col50 {width:50%;}
	.content .item {height:80px;clear:both;padding: 5px 10px;}
	.content .item .btn-square {padding:15px;font-size:1.4em;float:left;}
	.content .item .btn-50 {padding:15px 0;font-size:1.1em;float:left;width:142px;margin-right:5px;}
	.content a.timer.btn-50 {padding:6px;width:128px;}

	.content .item .btn-full {width:290px;padding:15px;font-size:1.4em;float:left;}
    .content .item input.btn-full,.content .item input.btn-50 {padding-top:10px;}

	.content .item .month, .content .item .stay {width:190px;font-size:1.1em;padding-top:15px}
	.content .item3 {
		height:240px;
		padding: 5px 10px 20px 10px;

	}
	.content .item2 {
		padding: 5px 10px;
		height:160px;
	}
	.content .item2 textarea{
		height:72px;
	}
	.content header h1 {text-align:center;}
	.content header {height:40px;}
	.floor-tabs {margin-top:50px;font-size:0.9em;}
	.calendar {width:505px;height:313px;}
	.calendar .day, .calendar .dummy {width:20px;height:20px;}
	.calendar .day .d {font-size:0.7em;line-height:9px;}
	.calendar .day .nb {font-size:0.8em;}
	.calendar .room .number {width:125px;height:20px;}
	.calendar .room .night {width:20px;height:20px;}
	.calendar .stay {height:20px;}

}




	/*.menu {position:absolute; width:800px;height:400px;left:50%;margin-left:-320px;top:100px;}

	.item {
		width:340px;
		height:150px;
		float:left;
		cursor:pointer;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
		box-sizing:border-box;
		-webkit-border-radius:30px;
		-moz-border-radius:30px;
		-ms-border-radius:30px;
		-o-border-radius:30px;
		border-radius:30px;
		margin:10px;
		-webkit-transition:all 0.3s linear;
		-moz-transition:all 0.3s linear;
		-ms-transition:all 0.3s linear;
		-o-transition:all 0.3s linear;
		transition:all 0.3s linear;
		position:relative;
	}
	.item:hover {border-color:white;border-width:3px;}
	.item a {
		font-size:25px;
		-webkit-transition:all 0.3s linear;
		-moz-transition:all 0.3s linear;
		-ms-transition:all 0.3s linear;
		-o-transition:all 0.3s linear;
		transition:all 0.3s linear;
		text-shadow:2px 2px 0px #333;
		position:absolute;
		top:60px;
		left:120px;
		display:block;
	}
	.item i {position:absolute; top:25px;left:10px;}
	.item:hover a{color:#eee;text-decoration:none;}

	.about {border:2px solid #F60;}
	.about a {color:#F60;}
	.about i {margin-top:5px;}
	.pictures {border:2px solid #06C;}
	.pictures a {color:#06C;}
	.pictures i {margin-top:-15px;margin-left:-10px;}
	.bookings {border:2px solid #C00;}
	.bookings a {color:#C00;}
	.bookings i{margin-left:-10px;margin-top:-5px;}
	.prices {border:2px solid #060;}
	.prices a{color:#060;}
	.prices i{ margin-top:5px;}
	.maps {border:2px solid #906;}
	.maps a{color:#906;}
	.maps i{ margin-top:5px;}
	.contact {border:2px solid #60F;}
	.contact a {color:#60F;}*/


