@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i&amp;subset=cyrillic-ext'); /* Standard Font */
@import url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css);
body, input, select, textarea {font-family: 'Roboto', sans-serif !important;overflow-y: hidden !important;overflow-x: hidden !important;}
body.Popup {overflow-y: auto !important;}
/* Preloader */
body {
	/*overflow: hidden;*/
}
select {
    /*-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;*/
}
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color: rgba(255,255,255,0.7); /* change if the mask should have another color then white */
	z-index:9999; /* makes sure it stays on top */
}
.preloaderContent {
    margin-left: 42.777777%;
    background: #EFEFEF;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 57.33333%;
}
#logo {
	width: 100%;
    height: 100px;
    position: absolute;
    top: 30px;
	background-repeat:no-repeat;
	background-position:center;
    background-size: auto 60px;
}
#Features {
	width: 40%;
    position: absolute;
    top: 150px;
    text-align: left;
    left: 30%;
}
#Features span {
	display: block;
    font-size: 14px;
    line-height: 22px;
    color: #808a80;
    text-transform: capitalize;
    margin-bottom: 25px;
    position: relative;
}
#Features span b, #Features span strong {
    color: #618DB5;
    font-size: 16px;
}
#Features span .fa {
	color: #618DB5;
    position: absolute;
    top: 3px;
    margin-left: -20px;
}
#status {
	width: 100%;
	height:200px;
	position:absolute;
	bottom: 20px; /* centers the loading animation vertically one the screen */
	background-image:url(images/reload.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
}
#loading {
	width: 100%;
    position: absolute;
    bottom: 80px;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #808a80;
}
#eGDS {
	width: 100px;
	height:20px;
	position:absolute;
	bottom: 55px;
    left: 50%;
    margin-left: -50px;
	background-image:url(images/by-eGDS.svg);
	background-repeat:no-repeat;
	background-position:center;
    background-size: 70%;
}

/* RGPD Stuff */

.PopUpContent .Form input[type=text]:focus, .PopUpContent .Form textarea:focus, .PopUpContent .Form input[type=password]:focus
{
  box-shadow: 0 0 1px #BC850E;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #BC850E;
}

.PopUpContent .Form.register-internet-user-form ul li 
{
	    padding-bottom: 2px;
}
.PopUpContent .Form.register-internet-user-form .AcceptConditions2
{
	padding-top:0px;
}

.register-internet-user-form .GoPayment .Button
{
	text-decoration:none;
}

.PopUpContent .Form.register-internet-user-form .GoPayment .Button.Delete
{
    margin-right: 10px;
}
.PopUpContent .Form .register-internet-user-form .GoPayment .Button.Cancel
{
	margin-right:10px;
}
.PopUpContent .Form .GoPayment .Button.Success:hover
{
	background-color:white;
	color:#1A9900;
	border-color:#1A9900;
}



.register-internet-user-form .GoPayment .Button.Cancel:hover
{
	background-color:white;
		color:#A1A5AB;
	border-color:#A1A5AB;

}

.register-internet-user-form .GoPayment.Button
{
	text-decoration:none;
}


.RecoverPasswordForm .Button.ButtonPopup
{
text-decoration:none;
}

.RecoverPasswordForm .Button.ButtonPopup:hover{
background-color:white;
color:#1A9900;
border-color:#1A9900;
}
.PopUpContent .Button.Delete
{
    background-color: red !important;
    border-color:red !important;
}
.PopUpContent .Button.Delete:hover
{
    background-color: white !important;
    color:red !important;
}
.registerSuccess span
{
	color:#006400;
	font-size:16px;
}
.registerUserForm #message {
color: #000;
position: relative;
}

.registerUserForm #message p {
margin-top:5px;
}
.registerUserForm #message p:first-child {
	margin-top:15px;
}
.registerUserForm #message h4 {
	font-size: 14px;
	font-weight:600;
	margin-bottom:10px;
}

.registerUserForm #message p {
	padding: 2px 15px;
	font-size: 12px;
}

.registerUserForm .valid {
color: green;
}

.registerUserForm   .valid:before {
	position: relative;
	left: -15px;
	content: "✔";
}

.registerUserForm .invalid {
color: red;
}

.registerUserForm   .invalid:before {
	position: relative;
	left: -15px;
	content: "✖";
}

.CConditions.CConditionsGroup
{
	margin-top:5px;
}
/*End RGPD Stuff*/	

body.starLoading #preloader, body.starLoading #status {
    display: block !important;
}
a:hover {
    text-decoration: none;
}
textarea:focus, input:focus, select:focus{
    outline: none;
}
.MainLeft {
    padding: 10px 0 0;
}
.MainRight {
    padding: 15px;
}
h1 {
    font-size: 16px;
    margin: 4px 0;
    margin-bottom: 13px;
    float: left;
}
h1 .fa {
    font-size: 12px;
    margin: 0 1px 0 0;
}
h1 span {
    position: absolute;
    left: 15px;
    top: 18px;
    font-size: 10px;
    display: none;
}
.Popup h1 span {
    position: relative;
    left: auto;
    top: auto;
    font-size: 16px;
    display: block;
}
.MainLeft .text-right > div {
    display: inline-block;
}
.LangCurrency, .Login
{
    text-align: center;
    margin: 0 0 0 15px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
}
.LangCurrency i, .Login i
{
    font-size: 16px;
    margin-left: 5px;
}
.LangCurrency img
{
    margin: 0 5px 3px 0;
}
.LangCurrencyOptions
{
    padding: 0;
    height: 0;
    overflow: hidden;
    color: #FFF;
    font-size: 13px;
    line-height: 25px;
    position: absolute;
    width: 100%;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: visibility 1s, opacity 0.5s linear;
    -webkit-transition: visibility 1s, opacity 0.5s linear;
    -moz-transition: visibility 1s, opacity 0.5s linear;
    -o-transition: visibility 1s, opacity 0.5s linear;
    -ms-transition: visibility 1s, opacity 0.5s linear;
}
.OpenLangCurrency .LangCurrencyOptions
{
    visibility: visible;
    opacity: 1;
    height: auto;
}
.LangCurrencyOptions h2
{
    font-weight: 600;
    font-size: 13px;
    padding: 15px 0 5px;
}
.LangCurrencyOptions ul
{
    margin: 0;
    padding: 0;
}
.LangCurrencyOptions ul.Currency
{
    margin: 0 0 20px;
}
.LangCurrencyOptions ul li
{
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.LangCurrencyOptions ul.Languages li
{
    width: 150px;
}
.LangCurrencyOptions ul.Languages li img
{
    margin: -2px 9px 0 0;
}
.LangCurrencyOptions ul.Currency li
{
    width: 105px;
}
.LangCurrencyOptions ul li a {
    color: rgba(255,255,255,0.5) !important;
}
.LangCurrencyOptions ul li a:hover, .LangCurrencyOptions ul li a.selected {
    color: rgba(255,255,255,1) !important;
}
.LangCurrencyOptions .fa-times, .LoginOptions .fa-times
{
    position: absolute;
    font-size: 26px;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.LoginOptions
{
    padding: 0;
    color: #FFF;
    position: absolute;
    width: 100%;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: visibility 1s, opacity 0.5s linear;
    -webkit-transition: visibility 1s, opacity 0.5s linear;
    -moz-transition: visibility 1s, opacity 0.5s linear;
    -o-transition: visibility 1s, opacity 0.5s linear;
    -ms-transition: visibility 1s, opacity 0.5s linear;
}
.OpenLogin .LoginOptions
{
    visibility: visible;
    opacity: 1;
    height: auto;
}
.LoginForm
{
    font-size: 12px;
    line-height: 25px;
}
.LoginForm .LoginError
{
    color: white;
    position: absolute;
    left: 30px;
    top: 65px;
}
.LoginForm label
{
    margin: 10px 0 0;
    font-weight: 400;
}
.LoginForm input
{
    color: #FFF;
    padding: 0 5px;
    width: 100%;
    border: solid 1px rgba(255,255,255,0.5) !important;
}
.LoginForm .Button
{
    height: 29px;
    margin: 35px 0 0;
    padding: 1px 0;
    display: block;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    color: #FFF;
}
.LoginForm .RecoverPassword
{
    margin: 5px 0 0;
    text-transform: none;
    display: block;
}
.LoginForm .RecoverPassword a
{
    color: #FFF;
    text-decoration: underline;
}
.LoginForm .RecoverPassword a:hover
{
    text-decoration: none;
}
.LoginForm hr
{
    border: 0;
    width: 1px;
    height: 100px;
    margin: 0 auto;
    background: rgba(255,255,255,0.5) !important;
}
.LoginForm .LoginLinks
{
    font-size: 13px;
    text-transform: none;
    padding: 30px 0 0;
}
.LoginForm .LoginLinks a
{
    text-decoration: underline;
    color: #FFF;
}
.Logged
{
    font-size: 13px;
    line-height: 22px;
    padding: 10px 0;
}
.Logged a
{
    color: #FFF !important;
}
.Logged a:hover
{
    text-decoration: underline;
}
.Logged hr
{
    border: 0;
    width: 100%;
    height: 1px;
    background: #474D54;
    margin: 15px 0;
}
.Logged .LoggedLinks
{
    text-transform: uppercase;
    font-weight: 700;
}
.colBanner {
    position: relative;
}
.Banner {
    height: 100%;
    background-size: cover;
    background-position: center center;
}
.Booking {
    padding: 15px 15px 0;
}
.Booking .Calendar {
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    position: relative;
}
.Booking .Calendar .fa {
    position: absolute;
    top: 6px;
    right: 5px;
    font-size: 12px;
}
.Booking label{
    font-weight: 400;
    font-size: 11px;
    width: 100%;
    margin: 0;
}
.Booking input{
    border: 0;
    background: rgba(255,255,255,0.9);
    width: 100%;
    font-size: 12px;
    margin: 0;
    line-height: 11px;
    padding: 4px 8px;
}
.Booking .fa.fa-caret-right {
    position: absolute;
    left: -1px;
    top: 23px;
    font-size: 18px;
}
.Booking .Select {
    background: rgba(255,255,255,0.9);
}
.Booking .AdultsNumber, .Booking .ChildrenNumber {
    display: inline-block;
    margin: 0 5px;
}
.Booking .AdultsNumber {
    margin: 0 5px 0 0;
}
.Booking .ChildrenAge {
    display: inline-block;
    margin: 0 5px;
}
.Booking .col-PRomoCode {
    padding-left: 0;
}
.Booking .PromoCodeError{
    position: absolute;
    color: red;
    font-size: 12px;
    text-transform: uppercase;
    width: calc(100% - 15px);
    text-align: center;
    margin: 4px 0 0;
}
.rSearch {
    margin-top: 5px;
    margin-bottom: 5px;
}
.rSearch .btnAdd {
    margin: 20px 0 0;
}
.Select{
    width: 40px;
}
.Select select {
    width: 60px;
}
.Select i {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 15px;
}
.ChildrenAge .Select i {
    right: 3px;
}
.ui-datepicker {
    top: -5000px;
	position: absolute;
}
.ui-widget {
    font-family: 'Roboto', sans-serif !important;
    font-size: 0.9em !important;
    z-index: 99999 !important;
}
.Booking.HotelInfo {
    font-size: 13px;
}
.Booking.HotelInfo span {
    display: inline;
}
/* [Calendar] */
.dopbcp-initialized {
    margin-top: 15px;
}
.past_day .bind-content{
    color: #D5D7DB !important;
    border: solid 1px #D5D7DB !important;
    background: #FFF;
}
.available .bind-content{
    color: #3D4247 !important;
    border: solid 1px #D5D7DB !important;
    background: #FFF !important;
 }
.selected .bind-content{
    color: #3D4247 !important;
    border: solid 1px #3D4247 !important;
    background: rgba(0, 82, 136, 0.4) !important;
 }
.booked .bind-content{
    color: #FFF !important;
    border: solid 1px #FF0000 !important;
    background: #FDB7B7 !important;
 }
.bind-content .old-price{
    color: #1A9900 !important;
 }
.PriceAlert {
    position: absolute;
    bottom: -20px;
    font-weight: 400 !important;
    font-size: 12px !important;
    padding: 0 0 0 3px !important;
    border: 0 !important;
}
/* [Rooms] */
.AllRooms {
    overflow-y: scroll;
    overflow-x: hidden;
}
.rowRoom {
    margin: 0 0 5px;
    background: #FFF;
    position: relative;
}
.rowRoom div[class^=col-] {
    position: relative;
}
.rowRoom img{
    width: 100%;
	max-height: 123px;
    height: auto;
    padding: 3px;
	object-fit: cover;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {.rowRoom img{max-height: 123px;}}
.rowRoom .fa-eye{
    font-size: 18px;
}
.rowRoom h2 {
    font-size: 14px;
    margin: 10px 0 5px;
    font-weight: 700;
}
.rowRoom h2 span {
    float: right;
    font-size: 14px;
    color: #787878;
}
.rowRoom .RoomMaxOccupation {
    font-size: 14px;
    color: #787878;
    font-weight:700;
    margin-right: 15px;
}
.rowRoom .RoomMaxOccupation small {
    font-size: 65%;
    font-weight:400;
}
.rowRoom h2 span small {
    margin-right: 5px;
}
.rowRoom h2 span i.fa-child {
    font-size: 12px;
}
.rowRoom h2 span i.fa-child.fa-baby {
    font-size: 8px;
}
.rowRoom .PImgRoom
{
    margin: 0;
    position: relative;
}
.rowRoom hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #EFEFEF;
    width: 100%;
}
.rowRoom .btnOpen hr {
    position: absolute;
    width: 1px;
    height: 88%;
    border-left: solid 1px #EFEFEF;
    border-top: 0;
    left: 0;
}
.rowRoom .Description {
    font-size: 12px;
    line-height: 16px;
    height: 32px;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
    margin-bottom: 5px;
}
@-moz-document url-prefix() {
  .rowRoom .Description {
    font-size: 12px;
    line-height: 16px;
    height: 21px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
}
}
.rowRoom.OpenRoom .Description {
    height: auto;
    overflow: visible;
    text-overflow: unset;
    -webkit-line-clamp: unset;
}
@-moz-document url-prefix() {
  .rowRoom.OpenRoom .Description {
    white-space: unset;
    margin-top: 0;
    margin-bottom: 5px;
}
}
.price, .TotalPrice {
    font-size: 18px;
    font-weight: 700;
    margin: 19% 0 0 0 !important;
}
.price span{
    font-size: 12px;
    display: block;
    text-transform: lowercase;
    font-weight: 400;
    color: #787878;
}
.price span.small{
    font-size: 11px;
}
.rowRoom .RatePlans {
    opacity:0;
    height: 0;
    overflow: hidden;
    transition: all .3s ease .15s;
}
.rowRoom.OpenRoom .RatePlans {
    border-top: 1px solid #EFEFEF;
    opacity:1;
    height: auto;
}
.RatePlans .Detail {
    font-size: 13px;
}
.RatePlans .Detail .Occupancies, .RatePlans .Detail .Occupancies .Select, .RatePlans .Detail h3 {
    display: inline-block;
    position: relative;
}
.RatePlans .Detail .Occupancies .Select{
    margin-bottom: -9px;
}
.RatePlans .Detail .Occupancies h3 small{
    font-size: 90% !important;
}
.RatePlans .Detail .Occupancies {
    display: inline-block;
}
.RatePlans .Detail h3 {
    font-size: 11px;
    margin: 13px 0 0;
    display: inline-block;
}
.RatePlans .Price {
    font-size: 13px;
    margin: 9px 10px 0 0;
    display: inline-block;
}
.rowRoom .RatePlans a.popuprateplan{
    color: #1A9900;
}
.RatePlans .Price span {
    display: inline-block;
}
.RatePlans .Price span.Discount {
    color: #FF0000;
    text-decoration: line-through;
    font-size: 12px;
    margin-right: 10px;
}
.RatePlans .Price.Restrition b {
    margin-left: 5px;
}
.RatePlans .Price.Restrition br {
    display: none;
}
.popuproom {
    position: absolute;
    bottom: 2px;
    right: 5px;
    color: #FFF;
    font-size: 20px;
}
.btnOpen{
    text-align: center;
}
.btnAdd {
    display: block;
    font-size: 12px;
    cursor: pointer;
    margin: 5px 0;
    padding: 2px 0;
    text-align: center;
	border-radius: 3px;
}
.rowRoomNoAvail {
    margin-top: 26px;
    border: 0 !important;
}
.rowRoomNoAvail p {
    text-align: center;
    padding-top: 20px;
}
.rowRoomNoAvail .Description {
    font-size: 13px;
}
.rowRoomNoAvail:hover, .OpenRoom.rowRoomNoAvail {
    border: 0 !important;
}
.rowRoomNoAvail i {
    position: absolute;
    color: #FFF;
    left: -64px;
    top: -43px;
    font-size: 205px;
} 
/* [ShoppingCart] */
.Bar {
	padding-top: 5px;
}
.Bar .fa {
    font-size: 35px;
    color: #618DB5;
    float: left;
    margin-right: 10px;
    margin-top: -5px;
}
.Bar span {
    font-size: 15px;
    text-transform: capitalize;
    float: left;
    max-width: 50%;
    line-height: 18px;
    color: #618DB5;
}
.MessageAlertMain{
    position: absolute;
    margin-top: -25px;
    background: #FFF;
    width: 96%;
}
.ShoppingCart {
    padding: 10px;
    margin-top: 0;
    font-size: 12px;
}
.Certificate {
    margin-top: 10px;
}
.Certificate img {
    width: 60px !important;
}
/* [GDPR Logo] */
img.GDPR {
    margin-top: 10px;
    max-width: 100%;
    max-height: 35px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.ShoppingCart .col-md-8 {
    position: relative;
}
.ShoppingCart h2 {
    font-size: 14px;
    margin: 5px 0 20px;
    padding-bottom: 5px;
    font-weight: 700;
    border-bottom: 1px solid #EFEFEF;
}
.ShoppingCart h2 a, .DeleteItems {
    font-size: 11px;
    font-weight: 400;
    float: right;
    color: #3D4247;
    text-decoration: none;
}
.ShoppingCart h2 a:hover {
    text-decoration: underline;
}
.DeleteItems {
    position: absolute;
    right: 15px;
    bottom: 0;
}
.btnBook {
    display: block;
    font-size: 12px;
    cursor: pointer;
    margin-right: 15px;
    padding: 10px 0;
    text-align: center;
    margin-top:30px;
	border-radius: 3px;
}
.btnBook:hover {
    text-decoration: none;
}
.ShoppingCart div span {
    font-weight: bold;
}
.ShoppingCart .btnBook {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 350ms linear;
    -moz-transition: all 350ms linear;
    -o-transition: all 350ms linear;
    -ms-transition: all 350ms linear;
    transition: all 350ms linear;
}
.ShoppingCart .btnBook:not([href]) {
    opacity: 0.4;
    filter: alpha(opacity=40);
}
/* [Shopping Cart Info]*/
.InfoTitle {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    padding: 0;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    margin-top: 0;
}
.ScrollReserve {
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 10px;
}
.ScrollReserve hr {
    border-top: 1px solid rgba(0, 82, 136, 0.2);
    margin-top: 10px;
    margin-bottom: 10px;
}
.ScrollReserve div hr:last-child {
    display: none;
}
.ItemReserve {
    font-size: 12px;
    position: relative;
    background: #FFF;
    padding: 15px;
}
.ItemReserve ul{
    margin: 0;
    padding: 0;
}
.ItemReserve ul li{
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-block;
    width: 49%;
}
.ItemReserve ul li.Full{
    width: 100%;
    clear: both;
}
.ItemReserve ul li label, .ItemReserve ul li.Inline label.Label1{
    font-weight: 400;
    display: inline-block;
}
.ItemReserve ul li.Inline{
    width: auto;
}
.ItemReserve ul li.Inline span{
   margin-left: -3px;
}
.ItemReserve b {
    font-size: 13px;
    display: block;
    margin-bottom: 5px;
}
.ItemReserve .price {
    margin: 0 10px 0 0 !important;
    text-align: right;
    font-size: 14px;
}
.ItemReserve .priceAdd {
    position: relative;
}
.ItemReserve .price small {
    font-size: 13px;
    width: 80px;
    font-weight: 400;
    display: inline-block;
}
.ItemReserve .price label {
    font-weight: 400;
    font-size: 12px;
    margin: 0;
}
.ItemReserve .price.priceR {
    float: right;
    clear: both;
}
.ItemReserve .price a{
    position: absolute;
    top: 0px;
    right: 0px;
    background: #FFF;
    width: 22px;
    height: 22px;
    text-align: center;
    font-size: 16px;
    padding: 2px 0 0;
    color: darkred;
}
.ItemReserve .priceAdd a{
    top: -2px;
    right: -22px;
    background: none;
    font-size: 14px;
}
.ItemReserve .price.priceR a{
    top: auto;
    right: 1px;
    background: none;
    width: auto;
    height: auto;
    padding: 0;
    margin: -23px 0 0 0;
}
.ItemReserve .priceRoom label{
    font-size: 15px;
    font-weight: 700;
}
.ItemReserve .priceRoom small{
    font-size: 17px;
    font-weight: 700;
}
.ItemReserve h2 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding: 0;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    margin-top: 0;
}
.ItemReserve select{
    background: #EFEFEF;
    border: 0;
}
.ItemReservePref {
    margin: 20px 0 0;
    font-size: 12px;
}
.ItemReservePref h2 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    padding: 0;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    margin-top: 0;
}
.TotalPayment {
    text-align: right;
    padding: 10px;
    line-height: 18px;
    font-size: 13px;
    position: absolute;
    width: 94%;
    bottom: 75px;
}
.TotalPayment.TotalPaymentVoucher {
    text-align: left;
    position: relative;
    width: 100%;
    bottom: auto;
    margin-bottom: 15px;
}
.TotalPayment .ReserveDetails {
    position: absolute;
    left: 15px;
    bottom: 10px;
    font-size: 11px;
    color: #3D4247;
    text-decoration: none;
}
.Form.AllRooms .TotalPayment {
    position: relative;
    width: 100%;
    bottom: auto;
}
.TotalPayment .TotalPrice{
    margin: 0 !important;
}
.ItemReserve ul li.Preferences label{
    width: 170px;
}
.TotalPayment .PaymentCurrency {
    font-size: 12px;
}
.TotalPayment h2 {
    float: left;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
    
/* [Form] */
.Form {
    padding: 10px
}
.PopUp .Form {
    background: none;
}
.Form h2{
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    padding: 0;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    margin-top: 0;
}
.Form h3{
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    padding: 0;
    margin-top: 0;
}
.Form ul {
    margin: 0 0 0 15px;
    padding: 0;
}
.Form ul li{
    width: 100%;
    display: block;
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: relative;
}
.Form.FormGuests 
{
    overflow:hidden;
}
.FormRow {
	margin-top:10px;
}
.FormRow.FormGuests ul li{
    width: 32%;
    display: inline-block;
}
.Form ul.Full li{
    width: 100%;
}
.Form ul li.HalfSize {
    width: 49%;
    display: inline-block;
}
.Form ul li label {
    display: inline-block;
    width: 100px;
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 400;
}
.Form ul li label a{
    color: #333;
}
.PopUpContent .Form ul li label {
    width: 100px;
}
.Form.FormGuests ul li label {
    width: 60px;
}
.Form ul li input, .Form ul li select, .Form ul li textarea {
    display: inline-block;
    width: 190px;
    border: 0;
    background: rgba(255,255,255,0.9) !important;
    padding: 2px 5px;
    font-size: 12px;
}
.PopUpContent .Form ul li input, .PopUpContent .Form ul li select, .PopUpContent .Form ul li textarea {
    width: 250px;
}
.Form ul li .CB {
    width: 20px;
    float: left;
}
.Form ul li .CB input {
    width: auto;
}
.Form ul li .ErrorInput {
    position: absolute;
    right: 15px;
    z-index: 9;
    top: 3px;
}
.Form.FormGuests ul li input, .Form.FormGuests ul li select, .Form.FormGuests ul li textarea {
    width: 135px;
}
.Form ul li.HalfSize2 label {
    width: 50px;
    margin-left: 41px;
}
.Form ul li.HalfSize input {
    width: 40px;
}
.PopUpContent .Form ul li.HalfSize input {
    width: 55px;
}
.Form ul li input.PhoneIndicator {
    width: 15%;
}
.Form ul li input.Phone {
    width: 30%;
}
.Form ul li input.PostalCode1, .Form ul li input.PostalCode2 {
    width: 15%;
}
span.FormMoreData {
    display: block;
    text-align: right;
    font-size: 12px;
    color: #007ACC;
    margin: 5px 5px 0 0;
    cursor: pointer;
}
.Form .Warning {
    font-size: 12px;
    padding: 3px 0;
    color: #007ACC;
    margin-left: 3px;
}
.PaymentOptions {
    display: inline-block;
    margin: 0 5px 0 0;
}
.PaymentOptions input {
    float: left;
    margin: 3px 3px 0 0;
}
.PaymentOptions label {
    font-size: 12px;
}
#DigiCertClickID_X1_IPgS1 img {
    width: 55px !important;
}
#DigiCertClickID_X1_IPgS1 span {
    display: none !important;
}
.GoPayment.MarginBottom {
    width: 98%;
    position: absolute;
    bottom: 80px;
}
.GoPayment .Button {
    display: block;
    text-align: center;
    padding: 3px 20px;
    font-size: 14px;
    cursor: pointer;
    float: right;
    font-size: 13px;
	border-radius: 3px;
}
.PopUpContent .GoPayment br {
    display: none;
}
.GoPayment .Button.Cancel {
    float: left;
    margin: 0 10px 0 0;
}
.Popup .GoPayment .Button.Cancel {
    float: right;
}
.GoPayment .ButtonPopup {
    width: 190px;
    float: left;
    margin-left: 163px;
}
.CCertificate {
    text-align:center;
    margin-top: 15px;
}
.CConditions {
    margin-top: 40px;
    text-align: left;
}
.Form .CConditions .Warning {
    font-size: 11px;
}
 /* [GuestDetail] */
.GuestDetail {
    margin: 0;
    padding: 0;
    font-size: 12px;
}
.GuestDetail li {
    list-style-type: none;
    display: inline-block;
    width: 49%;
    margin: 0;
    padding: 0;
	vertical-align: top;
}

/* [Voucher] */
.Form.AllRooms {
    font-size: 12px;
    background: none;
    padding: 0 10px 0 0;
}
.Form.AllRooms h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

/* [Cancelation Voucher] */
.CancelReservation .CancelReservationContent.BookingForm h3 {
	margin: 0 0 10px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    font-size: 13px;
}

table.Rooms {
    border-spacing: 0;
    border-collapse: separate;
    empty-cells: hide;
    width: 100%;
}
table.Rooms table{
    width: 100%;
}
table.Rooms th {
    padding: 4px 10px;
    font-size: 12px;
    text-align: center;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
}
table.Rooms th:first-child {
    text-align: left;
}
table.Rooms th:last-child {
    text-align: right;
}
table.Rooms td {
    padding: 4px 10px;
    font-size: 11px;
    text-align: center;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
}
table.Rooms td.ExtrasPadding {
    padding:0 0 0 20%;
}
td.ExtrasPadding0 {
    padding:0 !important;
}
td.Color2 {
    padding-right:32px !important;
}
table.Rooms td:first-child {
    text-align: left;
}
table.Rooms td:last-child {
    text-align: right;
}
table.Rooms table tr:last-child td {
    border-bottom-width: 0;
}
.Print {
    margin: 0 5px 15px 0;
}
.MobileOnly {
    display: none;
}
/* [RadGrid] */
.RadGrid_Default, .DetailTable_Default {
    border-width: 0 !important;
}
.GridHeader_Default {
    background: none !important;
}
/* [Footer] */
footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 999;
    height: 30px;
    font-size: 12px;
    padding: 9px 0 0;
}
footer a{
    text-decoration: underline;
}
.Social {
    margin-top: -2px;
}
.Social label {
    position: absolute;
    right: 175px;
}
.stButton .stLarge {
    height: 16px !important;
    width: 16px !important;
    background-size: 16px !important;
}
.stButton .stLarge:hover {
    background-position: -16px center !important;
}
/* [LightCheckout] */
.LightCheckout .MainLeft .RightDiv {
    max-height: calc(100vh - 130px);
    overflow-y: auto !important;
    overflow-x: hidden;
}
.LightCheckout .MainLeft .RightDiv .Form ul {
    margin:0px;
}
/* [Bootstrap Helpers] */
.NoPadding {
   padding: 0 !important;
   margin: 0 !important;
}
.NoPaddingRight {
   padding-right: 0 !important;
   margin-right: 0 !important;
}
.NoPaddingLeft {
   padding-left: 0 !important;
   margin-left: 0 !important;
}
.Equal {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex; 
}
.Equal > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
/* [Forms] */
.FormContainer {
    font-size: 12px;
    margin-top: 15px;
}
.Select {
    padding: 4px 0 4px 6px;
    overflow: hidden;
    position: relative;
    font-size: 13px;
}
.Select select {
    border: 0;
    padding: 0;
    z-index: 2;
    position: relative;
    background: none;
    font-size: 12px;
}
/* PopUp */
.Popup
{
    height: auto;
    background: #FFF;
}
.Popup
{ 
    padding-top: 20px;
}
.Popup h1
{
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 0 10px 30px;
    margin: 0;
    color: #FFF !important;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.Popup.PopupRatePlan h1
{
    z-index: 1;
    top: 0;
}
.PopupLoading
{
    font-size: 18px;
}
.PopupLoading h1
{
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 0 10px 45px;
    color: #FFF;
    width: 100%;
    z-index: 99999;
}
.Popup ul
{
    margin-left: 0;
    padding-left: 0;
}
.PopUpContent
{
    padding: 20px 25px 5px;
    line-height: 18px;
    margin: 0;
    font-size: 12px;
}
.PopUpContent table {
    width: 100%;
    padding: 0;
    margin: 0;
    border-spacing: 0;
    border-collapse: collapse;
    empty-cells: hide;
    border: 0;
}
.PopUpContent table tr th, .PopUpContent table tr td.gridHeader {
    font-weight: 700;
}
.PopUpContent table tr td, .PopUpContent table tr th {
    border: 0;
    border-bottom: solid 1px #A1A5AB;
}
.PopUpContent table tr td, .PopUpContent table tr th {
    padding: 0 5px;
    font-size: 12px;
    text-align: left;
}
.PopUpContent table tr td.Last, .PopUpContent table tr th.Last {
    text-align: center;
    width: 30px;
}
.PopUpContent table tr td.LastPrice, .PopUpContent table tr th.LastPrice {
    text-align: right;
    width: 80px;
}
.PopUpContent table.MasterTable_Default tr td, .PopUpContent table.MasterTable_Default tr th {
    padding: 3px 5px;
}
.PopupLoading .PopUpContent
{
    padding: 10px 25px 10px;
}
.PopUpContentShopping
{
    padding: 30px 25px 10px;
}
.Popup h2
{
    font-size: 14px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 0 0;
    margin: 0;
    border-bottom-style: solid;
    border-bottom-width: 2px;
}
.Popup h3
{
    font-size: 13px;
    margin: 0;
    padding: 0;
}
.BookingEnquiry .Popup h2
{
    text-transform: none;
}
.PopUpContentShopping h3
{
    font-size: 15px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 700;
}
.PopUpContentShopping h4
{
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 16px 0 0;
}
.Popup h2.Address
{
    padding: 0;
    margin: 0 0 20px;
}
.Popup h2 a
{
    font-size: 13px;
    float: right;
    text-transform: uppercase;
}
.Popup .Description hr
{
    border: 0;
    width: 100%;
    height: 1px;
    margin: 20px 0 10px;
}
.Popup .panel-container ul
{
    padding: 5px 0;
}
.Popup .panel-container ul li
{
    display: inline-block;
    width: 33%;
}
.Popup .Items2 ul li
{
    display: inline-block;
    width: 49.6%;
}
.Popup .panel-container ul li a
{
    text-decoration: underline;
}
.Popup .panel-container ul li a:hover
{
    text-decoration: none;
}
.Popup .panel-container ul li span
{
    font-weight:700;
    text-transform: capitalize;
}
.Popup .map_canvas
{
    width: 100%;
    height: 375px;
}
.Directions
{
    padding: 20px 0 0;
    margin: 20px 0 0;
}
.Directions h3
{
    font-size: 16px;
    margin-bottom: 20px;
}
.Directions .Directions1, .Directions .Directions2
{
    width: 50%;
    float: left;
}
.Directions .Directions1 p, .Directions .Directions2 p
{
    padding: 5px 0;
}
.DirectionsSearch
{
    margin: 20px 0 0;
}
.DirectionsSearch p
{
    width: 60%;
    float: left;
}
.DirectionsSearch a
{
    width: 40%;
    float: right;
    text-align: center;
    color: #FFF;
}
.DirectionsSearch a:hover
{
    cursor: pointer;
    color: #FFF;
}
.DirectionsSearch span
{
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
.DirectionsSearch input
{
    font-size: 14px;
    padding: 12px;
    width: 100%;
}
.DirectionsSearch .Button
{
    margin: 18px 0 0;
    padding: 13px 0 13px;
}
/* [Bing Maps] */
.MicrosoftMap.dirSDK {
    margin-top:15px;
}
.MicrosoftMap.dirSDK .directionsPanel {
    width:100% !important;
}
.MicrosoftMap .directionsPanel li {
    width: 100% !important;
    display: block !important;
}
.MicrosoftMap .drTitle a {
    text-decoration: none !important;
}
.MicrosoftMap .circleIcon .dirIcon {
    box-sizing:content-box;
}
.MicrosoftMap .drTitleText span {
    font-weight: 400 !important;
}
.MicrosoftMap .drTitle a, .MicrosoftMap .drTitle a:visited, .MicrosoftMap .drTitle a table, .MicrosoftMap .drTitle a:visited table {
    color: #404040 !important;
}
.BookingInfo
{
    margin: 0 0 10px;
    padding: 0 0 10px;
}
.BookingInfo2
{
    margin: 0 0 25px;
    padding: 25px 0 0;
    border-bottom: 0;
}
.BookingInfo span
{
    display: block;
    float: left;
    margin-right: 5px;
    padding: 3px 0 0;
}
.BookingInfo .BI1, .BookingInfo .BI3
{
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
.BookingInfo .BI2
{
    font-size: 22px;
    padding: 2px 0 0;
}
.BookingInfo .BI4
{
    font-size: 14px;
}
.BookingInfo .Button.Cancel {
    margin-right: 20px;
}
.BookingInfo .Button
{
    float: right;
    padding: 5px 15px;
    margin: -6px 0 0;
}
.BookingInfo .Button:hover
{
    background: #FFF;
}
.PopUpInnerContent
{
    padding: 10px 0;
}
.ProductPopup
{
    padding: 0 0 10px;
    margin: 0 0 10px;
    font-size: 12px;
}
.ProductPopup.checked
{
    border-bottom: solid 1px #2BC372;
}
.ProductPopup h3
{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
}
.ProductPopup h4
{
    text-transform: uppercase;
    font-weight: 700;
}
.ProductPopup h4 a
{
    color: #474D54;
}
.ProductPopup h3 a
{
    text-transform: none;
    font-weight: 400;
    font-size: 12px;
    float: right;
    margin-right: 100px;
}
.ProductPopup .Button, .ButtonExtras
{
    margin: 0 5px 0 10px;
    padding: 6px 0;
    min-width: 155px;
    float: right;
    display: inline-block;
}
.PopUpInnerContent .MoreHotels
{
    font-size: 12px;
    text-transform: uppercase;
}
.PopUpInnerContent .MoreHotels a
{
    text-decoration: underline;
}
.PopUpInnerContent .MoreHotels a:hover
{
    text-decoration: none;
}
.PopUpInnerContent ul
{}
.PopUpInnerContent .Form ul
{
    width: 48%;
    margin-right: 2%;
    float: left;
}
.PopUpInnerContent .Form.FormSeparator ul:first-child
{
    width: 46%;
    margin-right: 2%;
    padding-right: 2%;
}

.PopUpInnerContent ul li
{
    width: 33%;
    float: left;
}
.PopUpInnerContent ul.Extras.RatePlan li
{
    margin-bottom: 10px;
}
.PopUpInnerContent .Form ul li
{
    width: auto;
    float: none;
}
.PopUpInnerContent ul li input, .PopUpInnerContent ul li label
{
    display: inline-block;
}
.PopUpInnerContent ul.Extras.RatePlan li label
{
    display: block;
    margin-bottom: 0 !important;
}
div.Extras.FirstRow {
    border-bottom: solid 1px #64696C;
    color: #64696C;
    font-weight: 700;
    font-size: 13px;
    margin: 0;
    padding: 5px 0;
    text-align: center;
}
div.Extras.FirstRow .col-sm-5 {
    text-align: left;
}
div.Extras.ExtrasRow {
    padding: 3px 0;
    font-size: 12px;
    margin: 0;
    text-align: center;
    color: #64696C;
    border-bottom: solid 1px #64696C;
}
div.Extras.ExtrasRow .col-sm-5  {
    text-align: left;
}
div.Extras.ExtrasRow div {
    margin: 4px 0 0;
}
div.Extras.ExtrasRow .btnAdd {
    margin: 3px 0;
}
.PopUpInnerContent ul
{}
.PopUpInnerContent ul
{
    width: 98%;
    margin-right: 2%;
    float: left;
}
.PopUpInnerContent ul li
{
    width: 33%;
    float: left;
    list-style-type: none;
}
.PopUpInnerContent ul li input, .PopUpInnerContent ul li label
{
    display: inline-block;
    font-weight: 400;
}
.PopUpInnerContent ul.Extras.RatePlan li label
{
    display: block;
    margin-bottom: 0 !important;
}
.Airport {
    font-size: 12px;
}
.Airport input {
    margin-bottom: 5px;
}
#fancybox-wrap {
    max-height: 768px !important;
    max-width:1024px !important;
}
#fancybox-content {
    overflow-y: auto !important;
    overflow-x: hidden !important;
    max-height: 768px !important;
    max-width:1024px !important;
}
#fancybox-close {
    top: 5px !important;
    right: -15px !important;
}
/* Gallery */
#bx-pager
{
    width: 102%;
    margin: 0 -0.9%;
}
.bx-viewport
{}
#bx-pager a
{
    width: 23%;
    margin: 0 1% 2%;
    float: left;
    overflow: hidden;
}
#bx-pager a img
{
    width: 100%;
}
.bx-wrapper {
}
.bx-wrapper .bx-viewport ul li {
}
.bx-wrapper img {
    height: auto !important;
    max-width: none !important;
}
/* Tabs */
.tab-container { margin: 20px 0 0;}
.Homepage .tab-container { margin: 0 0 25px;}
.etabs { margin: 0; padding: 0; }
.tab { display: inline-block; zoom:1; *display:inline; border-bottom: 0; margin-right: 10px; border-top-width: 2px !important;border-top-style: solid;}
.tab a { font-size: 14px; display: block; padding: 0 15px; outline: none; /*text-transform: uppercase;*/ line-height: 32px; font-weight: 700;}
.tab:hover, .tab.active { position: relative; }
.tab.active:after { content:" "; position: absolute; width: 100%; height: 7px; }
.tab-container .panel-container {border-top-width: 2px !important;border-top-style: solid !important;}
.Popup .tab-container .panel-container { border: 0; padding: 15px 0 10px;}
.HotelImage img {width: 100%;}
/*bPopUp*/
#popup .button {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
}
#popup .button.small {
    border-radius: 15px;
    float: right;
    margin: 22px 5px 0;
    padding: 6px 15px;
}
#popup .button>span {
    font-size: 84%;
}
#popup .button.b-close,
#popup .button.bClose {
    box-shadow: none;
    font: bold 131% sans-serif;
    padding: 0 6px 2px;
    position: absolute;
    right: -7px;
    top: -7px;
    z-index: 2;
    background: #618DB5;
}
#popup,
#popup2,
.bMulti {
    background-color: #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    color: #111;
    display: none;
    width: 595px;
    padding: 5px;
}
#popup,
.bMulti {
    height: 395px;
    font-size: 16px;
    line-height: 36px;
}
#popup img {position: absolute; width: 585px; height: 385px;z-index: 1;}
#popup .bpopupContent {font-size: 16px; line-height: 24px; color: #FFF;background: rgba(0, 0, 0, 0.8);position: absolute;bottom: 15px;width: 565px;padding: 10px;margin: 0 10px;z-index: 1;}
#popup h2 {font-size: 30px; line-height: 46px}
/* Price Check */
.PriceCheck, .PriceCheck-Inactive {
    position: fixed;
    width: 235px;
    bottom: -350px;
    left: 41.66666667%;
    margin-left: 30px;
    box-shadow: 0 0 4px rgba(0,0,0,0.3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #FFF;
    z-index: 998;
    -webkit-transition: all 350ms linear;
    -moz-transition: all 350ms linear;
    -o-transition: all 350ms linear;
    -ms-transition: all 350ms linear;
    transition: all 350ms linear;
}
body.PCActive .PriceCheck {
    bottom: 45px;
}
body.PCInactive.PCActive .PriceCheck-Inactive {
    bottom: -350px;
}
body.PCInactive .PriceCheck-Inactive {
    bottom: 30px;
    width: 140px;
}
.Header-PC, .Header-PC-Inactive {
    background: #236cb5;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    padding: 5px;
    cursor: pointer;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
body.PCInactive .Header-PC-Inactive {
    font-size: 12px;
    padding: 5px 0 0;
}
.Header-PC i, .Header-PC-Inactive i {
    position: absolute;
    right: 11px;
    top: 8px;
}
.Header-PC-Inactive i {
    right: 7px;
    top: 7px;
}
.Header-PC i.fa-angle-left, .Header-PC-Inactive i.fa-angle-right {
    display: none;
}
.Direct-PC {
    background: rgba(35, 108, 181, 0.7);
    color: #FFF;
    font-size: 12px;
    padding: 15px 20px;
}
.Direct-PC .Source-PC {
    font-size: 16px;
    line-height: 24px;
    float: left;
}
.Direct-PC .Price-PC {
    font-size: 24px;
    float: right;
}
.Direct-PC .Capacity-PC {
    font-size: 12px;
    margin: 5px 0 0;
    display: block;
}
.Direct-PC ul {
    margin: 15px 0 0;
    padding: 0;
}
.Direct-PC ul li{
    list-style-type: disc;
    margin-left: 15px;
    line-height: 16px;
}
.Extranets-PC {
    padding: 5px 0;
}
.Extranet-PC {
    color: #64696C;
    padding: 5px 20px;
    clear: both;
    height: 24px;
    margin: 0;
}
.Extranet-PC .Source-PC{
    float: left;
}
.Extranet-PC .Price-PC{
    float: right;
}
.Footer-PC {
    background: #FBFBFB;
    text-align: center;
    font-size: 11px;
    color: #64696C;
    padding: 8px 0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.Footer-PC a{
    color: #64696C;
    text-decoration: underline;
}
@media only screen and (max-width: 1400px) {
    .PriceCheck {width: 190px;}
    body.PCActive .PriceCheck {}
    body.PCInactive .PriceCheck-Inactive {}
    .Direct-PC {font-size: 11px;padding: 10px;}
    .Direct-PC .Source-PC {font-size: 13px;line-height: 18px;}
    .Direct-PC .Price-PC {font-size: 18px;}
    .Direct-PC .Capacity-PC {font-size: 10px;}
    .Direct-PC ul {margin: 10px 0 0;}
    .Extranets-PC {padding: 5px 0;}
    .Extranet-PC {padding: 5px 10px;font-size: 11px;height: 21px;}
}
@media only screen and (max-width: 991px) {
    .PriceCheck {left: 0;width: 100%;top: auto;margin-left: 0;z-index: 1000}
    .PriceCheck-Inactive {bottom: -60px;left: 0;width: 100%;top: auto; margin-left: 0;;z-index: 1000}
    body.PCInactive .PriceCheck-Inactive {bottom: 0;left: 0;width: 100%;top: auto;}
    body.PCInactive .Header-PC-Inactive {font-size: 16px;}
    body.PCActive .PriceCheck {left: 0; bottom: 0;}
    body.PCInactive .PriceCheck {bottom: -250px;}
    .Container-PC {height: 0;-webkit-transition: all 350ms linear;-moz-transition: all 350ms linear;-o-transition: all 350ms linear;-ms-transition: all 350ms linear;transition: all 350ms linear;}
    body.PCActive .Container-PC {height: auto;}
    .Direct-PC .Capacity-PC {font-size: 12px;}
}
@media only screen and (max-width: 767px) {
    body.PCActive .ShoppingCart, body.PCInactive .ShoppingCart {padding-bottom: 40px;}
    body.PCActive footer, body.PCInactive footer {margin-bottom: 142px;}
}

/* [Responsive] */
@media (max-width: 767px) {
    body {overflow-y: scroll !important;}
    .Equal {display: block;}
    h1 {font-size: 13px;font-weight: 700;}
    .MainLeft {height: auto !important;}
    .LangCurrency, .Login {margin: 0 15px 0 0;}
    .Booking {padding: 15px}
    .col-PRomoCode {clear: both; margin-top: 5px;position: absolute;left: 50%;top: 35%;z-index:999;padding-left: 15px !important;}
    .rSearch .btnAdd {margin: 10px 0 0;}
    #backend, .Bar, div.Extras.FirstRow, .bx-wrapper, .colBanner {display: none !important;}
	#backend {display: none !important;}
    .RightDiv {padding-left: 0 !important;margin-left: 0 !important;padding-right: 0 !important;}
    .AllRooms, .ScrollReserve, .MainRight {overflow-y: hidden;height: auto !important;}
    .price, .TotalPrice {margin: 15px 0 0 0 !important;}
    .RatePlans.row {text-align: center;}
    .RatePlans.row .text-right {text-align: left;}
    footer {position: relative; height: auto;text-align:center;z-index: 0; margin-bottom: 112px;}
    .LightCheckout footer {margin-bottom: 0;}
    .LightCheckout .MainLeft .RightDiv {max-height:none;overflow-y:none;}
    footer .text-right{text-align:center;}
    .Social {margin-top: 15px;}
    .Social label {position: relative;right: auto;}
    .LoginForm hr {display: none;}
    .LoginForm .LoginLinks {font-size: 12px;padding: 0 15px;}

    #fancybox-wrap {left: 1% !important; width: 98% !important;}
    #fancybox-content {width: 100% !important;}
    div.Extras.ExtrasRow .col-sm-5 {text-align: center;}
    #bx-pager a.active {display: block;}
    #bx-pager a {width: 48%;margin: 0 1% 2%;}
    #bx-pager a img {width: 100% !important;}
    .PopUpInnerContent ul {width: 100%;margin-right: 0;float: none;}
    .PopUpInnerContent ul li {width: 100%;float: none;}

    .Form {padding: 10px 15px;}
    .Form ul li {width: 100%;}
    .Form ul.CreditCard li {width: 49%;display: inline-block;}
    .CCertificate {float: none;margin-top: -10px;}
    .CConditions {margin-top: 15px;}

    .Certificate {margin-bottom:15px;}

    .GoPayment .ButtonPopup {float: none;margin: 15px 0 0;}
    .PopUpContent .Form ul li label {width: 100%;display: block;}
    .Form ul li input, .Form ul li select, .Form ul li textarea, .PopUpContent .Form ul li input.Phone, .Form ul li.HalfSize input {width: 70%;margin-bottom: 10px;}
    .PopUpContent .Form ul li.HalfSize input, .Form ul li.HalfSize2 label {margin-left: 0}
    .Form ul li input.PostalCode1, .Form ul li input.PostalCode2 {display: inline-block;width: 40%;}
    .Form ul li .PhoneSignal{display: inline-block;}
    .PopUpContent .Form .GoPayment.GoPayment .Button {margin: 15px 0;}
    .Form ul li label {width: 25%;margin-bottom: 3px;}
    .Form ul.CreditCard  li label {width: 100%;}
    
    .Form ul li input.PhoneIndicator {width: 30%;display: inline-block;}
    .Form ul li input.Phone {width: 50%;display: inline-block;}
    .Form.FormGuests ul li {width: 100%;display: block;}
    .Form.FormGuests ul li label {width: 100%;}
    .Form ul.CreditCard li input, .Form ul.CreditCard li select {width: 90% !important;}
    .Form ul.CreditCard li.Valid select {width: 45% !important;display: inline-block;}
    .Form ul.Full li.CVC, .Form ul.Full li.Valid {width: 48%;display: inline-block; vertical-align: top;}
    .GoPayment.MarginBottom {margin-bottom: 35px;padding: 0 15px;margin-top: 15px;width: auto;bottom: auto;position: relative;}
    .Full.Preferences select {width: 100%; margin-bottom: 15px}
    .NoPaddingMobile {padding: 0 !important; margin: 0 !important;}
    table.Rooms thead {display: none;}
    table.Rooms tbody td, table.RatePlanInfo tbody td {display: block; text-align: left !important; width: 100% !important;}
    table.RatePlanInfo tbody td {border: 0 !important;}
    table.RatePlanInfo tbody tr td:first-child {font-weight: bold; margin-top: 10px;}
    .MobileOnly {display: block; font-weight: bold;}
    table.Rooms td.ExtrasPadding {padding: 0;}
    table.Rooms tbody td.tdRemove {border: 0 !important;text-align: right !important;}
    table.Rooms tbody td.tdRemove input {width: 15px; margin-top: 5px;}
    .PopUpContent.PopUpContentShopping .GoPayment .Button {font-size: 11px;}

    .rowRoomNoAvail {height: auto !important;}
    .rowRoomNoAvail p {padding-top: 10px;}
    .rowRoomNoAvail i {display: none;}

    .TotalPayment {position: relative;width: 100%;bottom: 0;}
    .ScrollReserve .price {display: none;}
    .TotalPayment h2 {float: none;text-align: left; margin-bottom: 15px;}
    .TotalPayment .ReserveDetails {position: absolute;left: auto; bottom: auto; right: 15px;top: 10px;font-size: 13px;}
    .rowRoom .popuproom {bottom: 7px;left: 15px; right: auto;}
    .price {position: absolute;bottom: 4px;right: 3px;padding: 10px 30px;}
    .rowRoom h2 {font-weight: 400;text-transform: uppercase;}
    .RatePlans .Detail h3 {font-weight: 700;}
    .RatePlans .Detail {text-align: left;}
    .col-PRomoCode .MobileOnly {display: inline-block;}
    .MobileInput {display: none;}

    .Comments label {position: absolute;}
    .Comments textarea {margin-left: 26%}

    .preloaderContent {margin-left: 0;width: 100%; padding: 0;}
	.rowRoom img{max-height: none;}

    #logo {top: 0;}
    #Features {width: 70%;left: 15%;top: 100px;}
    #loading {bottom: 60px; width: 80%; margin-left: 10%;}
    #eGDS {bottom: 25px;}

    .ShoppingCart{position: fixed;bottom: 0px;width: 100%;background: #EDEDED !important;left: 0;z-index: 9;-webkit-box-shadow: 0px -4px 4px 0px rgba(0,0,0,0.3);-moz-box-shadow: 0px -4px 4px 0px rgba(0,0,0,0.3);box-shadow: 0px -4px 4px 0px rgba(0,0,0,0.3);}
	.Booking .ChildrenAge {display: table-cell;padding: 0 5px;}
    .GoPayment .Button {padding: 3px 10px;font-size: 12px;}

    .Booking .PromoCodeError {width: 100%;text-align: left;margin: 2px 0 0;}
    .ShoppingCart h2 {margin: 5px 0 5px;}
}
@media (min-width: 768px) and (max-width: 991px) {
    body {overflow-y: scroll !important;}
    .Equal {display: block;}
    h1 {font-size: 13px;font-weight: 700;}
    .MainLeft {height: auto !important;}
    .LangCurrency, .Login {margin: 0 15px 0 0;}
    .Booking {padding: 15px}
    .col-PRomoCode {clear: both; margin-top: 5px;padding-left: 15px !important;}
    .rSearch .btnAdd {margin: 10px 0 0;}
    #backend, .Bar, div.Extras.FirstRow, .colBanner {display: none !important;}
	#backend {display: none !important;}
    .RightDiv {padding-left: 0 !important;margin-left: 0 !important;padding-right: 0 !important;}
    .AllRooms, .ScrollReserve, .MainRight {overflow-y: hidden;height: auto !important;}
    .price, .TotalPrice {margin: 15px 0 0 0 !important;}
    .RatePlans.row, .RatePlans.row .text-right {text-align: center;}
    footer {position: relative; height: auto;text-align:center;}
    footer .text-right{text-align:center;}
    .LightCheckout .MainLeft .RightDiv {max-height:none;overflow-y:none;}
    .Social {margin-top: 15px;}
    .Social label {position: relative;right: auto;}
    .LoginForm hr {display: none;}
    .LoginForm .LoginLinks {font-size: 12px;padding: 0 15px;}

    #fancybox-wrap {left: 1% !important; width: 98% !important;}
    #fancybox-content {width: 100% !important;}
    div.Extras.ExtrasRow .col-sm-5 {text-align: center;}
    .PopUpInnerContent ul {width: 100%;margin-right: 0;float: none;}
    .PopUpInnerContent ul li {width: 100%;float: none;}

    .Form {padding: 10px 15px;}
    .Form ul li {width: 100%;}
    .CCertificate {float: none;}

    .Certificate {margin-bottom:15px;}

    .GoPayment .ButtonPopup {float: none;margin: 15px 0 0;}
    .PopUpContent .Form ul li label {width: 100%;display: block;}
    .Form ul li input, .Form ul li select, .Form ul li textarea, .PopUpContent .Form ul li input.Phone, .Form ul li.HalfSize input {display: block;width: 95% !important;margin-bottom: 10px; border: solid 1px #CCC;}
    .PopUpContent .Form ul li.HalfSize input, .Form ul li.HalfSize2 label {margin-left: 0}
    .Form ul li input.PostalCode1, .Form ul li input.PostalCode2 {display: inline-block;width: 40% !important;}
    .Form ul li .PhoneSignal{display: inline-block;}
    .PopUpContent .Form .GoPayment.GoPayment .Button {margin: 15px 0;}
    .Form ul li label {width: 100%;display: block;margin-bottom: 3px;}
    .Form ul li input.PhoneIndicator {width: 30%;display: inline-block;}
    .Form ul li input.Phone {width: 50%;display: inline-block;}
    .Form.FormGuests ul li {width: 100%;display: block;}
    .Form.FormGuests ul li label {width: 100%;}
    .Form ul.CreditCard li input, .Form ul.CreditCard li select {width: 95% !important;}
    .Form ul.CreditCard li.Valid select {width: 45% !important;display: inline-block;}
    .Form ul.Full li.CVC, .Form ul.Full li.Valid {width: 48%;display: inline-block; vertical-align: top;}
    .GoPayment.MarginBottom {margin-bottom: 35px;padding: 0 15px;margin-top: 15px;width: auto;bottom: auto;position: relative;}
    .Full.Preferences select {width: 100%; margin-bottom: 15px}
    .NoPaddingMobile {padding: 0 !important; margin: 0 !important;}

    .rowRoomNoAvail {height: auto !important;}
    .rowRoomNoAvail p {padding-top: 10px;}
    .rowRoomNoAvail i {display: none;}

    .TotalPayment {position: relative;width: 100%;bottom: 0;}
    .ScrollReserve {display: none;}

    .MobileInput, .old-price {display: none;}
    .TabletOnly {display: block;}
    .col-PRomoCode .MobileOnly {display: inline-block;}
    .price, .TotalPrice {margin: 0 !important;}

    .preloaderContent {margin-left: 0;width: 100%; padding: 0;}
	.rowRoom img{max-height: none;}

    #logo {top: 0;}
    #Features {width: 70%;left: 15%;top: 100px;}
    #loading {bottom: 60px; width: 80%; margin-left: 10%;}
    #eGDS {bottom: 25px;}
    .Booking .PromoCodeError {position: relative;display: block;text-align: left;}
}
@media (min-width: 992px) and (max-width: 1199px) {
    #backend {display: block !important;}
	.col-PRomoCode {clear: both; margin-top: 5px;padding-left: 15px !important;}
    .rowRoom div[class^=col-] .fa-cart-plus {display: none;}
    .Bar span {font-size: 11px;max-width: 59%;line-height: 13px;}
    .ShoppingCart h2 a, .DeleteItems {text-indent: -99999px;position: relative;}
    .ShoppingCart h2 a i, .DeleteItems i {position: absolute;top: 0;right: 0;text-indent: 0;font-size: 16px;}
    .MobileInput, .old-price {display: none;}
    .TabletOnly {display: block;}
    .col-PRomoCode .MobileOnly {display: inline-block;}
    .price, .TotalPrice {margin: 0 !important;}
	.rowRoom img{max-height: 90px;}
    .rowRoom .RoomMaxOccupation {margin-right:0px;}
    .rowRoom .RatePlans a.popuprateplan {margin-right:10px;}

    .Form ul li label {display: block;width: auto;margin-bottom: 0;}
    .Form ul li input, .Form ul li select, .Form ul li textarea {margin-bottom: 5px;}
    .Form ul li.HalfSize2 label {margin-left: 0;}

    .Booking .PromoCodeError {position: relative;font-size: 9px;}
}
@media (min-width: 1200px) and (max-width: 1365px) {
    #backend {display: block !important;}
	.dopbcp-initialized .price {margin: 5% 0 0 0 !important;}
    .Bar span {font-size: 13px;max-width: 60%;line-height: 13px;}
	.rowRoom img{max-height: 90px;}

    .Form ul li label {display: block;width: auto;margin-bottom: 0;}
    .Form ul li input, .Form ul li select, .Form ul li textarea {margin-bottom: 5px;}
    .Form ul li.HalfSize2 label {margin-left: 0;}

    .Form ul.Full li.CVC {width: 59px;display: inline-block;}
    .Form ul.Full li.Valid {width: 140px;display: inline-block;}
    .Form ul.Full li.Valid select {width: 57px !important;padding: 2px 3px;}
    .Booking .PromoCodeError {font-size: 8px;}
}
@media (min-width: 1366px) and (max-width: 1441px) {
	#backend {display: block !important;}
    .dopbcp-initialized .price {margin: 5% 0 0 0 !important;}
    .Bar span {font-size: 13px;max-width: 60%;line-height: 16px;}
	.rowRoom img{max-height: 90px;}
    .Booking .PromoCodeError {font-size: 9px;}
    .rowRoom .Description {font-size: 11px;}
    .rowRoom h2 { margin: 5px 0 5px;}
    .rowRoom .Description {margin-bottom: 0;}
    .price, .TotalPrice {margin: 10% 0 0 0 !important;}
}
@media print {
	body, input, select, textarea {
		overflow-y: scroll !important;
		overflow-x: scroll !important;
    }
}