@import url("icon-eGDS.css");
input[type=text], input[type=button], input[type=password], input[type=submit], select, textarea
{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border-radius: 0;
}
.Hotel, .Room, .BookingForm, .Promotions, .ShoppingCart .Container, .tab a, .tab.active:after, .groupMessage {
    background: none !important;
}
/* Loader */

.preloaderContent {margin-left: 0;width: 100%; padding: 0;}
	
#preloader {
    position: relative;
	background-color: rgba(255,255,255,1); 
    margin: -1px;
	z-index:1; 
}
.preloaderContent {
    height: 100%;
    width: 100%;
}
#Features {
    text-align: center;
    padding-top: 5%;
}
#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;
    top: 3px;
    margin-left: -20px;
}
#status {
    width: 100%;
    height:50px;
    bottom: 20px; 
    background-image:url(images/reload.gif); 
    background-repeat:no-repeat;
    background-position:center;
}
#loading {
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #808a80;
    padding-bottom:15px;
}
#eGDS {
    height:20px;
    background-image:url(images/by-eGDS.svg);
    background-repeat:no-repeat;
    background-position:center;
    margin-bottom:15px;
}

/* End Loader */

/* Pagination */
#appendPages
{
	padding-bottom:10px;
}
#appendPages .active
{
	color: #083160 !important;
    background: #FFF;
}
/* End Pagination */

/* RGPD Stuff */
.PopUpContent input.Button
{
    padding: 5px 0 5px !important;
}
.PopUpContent .Button.Delete
{
    background-color: red !important;
    border-color:red !important;
    bottom: 32px;
    position: absolute;
    width: 190px;
}
.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 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: "✖";
}
/*   */	
.LangCurrencyOptions
{
    padding: 0 0 10px;
    color: #FFF;
    font-size: 13px;
    line-height: 25px;
    display: none;
}
.LangCurrencyOptions h2
{
    font-weight: 600;
    font-size: 13px;
    padding: 15px 0 5px;
}
.LangCurrencyOptions ul
{}
.LangCurrencyOptions ul li
{
    float: left;
}
.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:hover, .LangCurrencyOptions ul li a.selected
{
    color: #FFF;
}
.LangCurrencyOptions .icon-cancel, .LoginOptions .icon-cancel, .LoginOptionsInatel .icon-cancel
{
    position: absolute;
    font-size: 26px;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.LoginOptions, .LoginOptionsInatel
{
    padding: 0;
    color: #FFF;
    display: none;
}
.LoginOptionsInatel
{
    padding-bottom: 15px;
}
body.ClientLogin .LoginOptions
{
    display: block;
}
.LoginForm
{
    font-size: 12px;
    line-height: 25px;
}
.LoginForm label
{
    margin: 10px 0 0;
}
.LoginForm input
{
    color: #FFF;
    padding: 3%;
    width: 100%;
}
.LoginForm .Button
{
    height: 29px;
    margin: 35px 0 0;
    padding: 1px 0;
}
.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;
}
.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: 24px;
}
.Logged a
{
    color: #FFF;
}
.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;
}
header
{
    width: 100%;
    position: fixed;
    z-index: 5;
    top: 0;
}
body.Homepage.Fixed header, body.Voucher.Fixed header
{
    position: fixed;
    width: 100%;
    margin: -2px 0 0;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
    -webkit-transition: box-shadow 250ms linear;
    -moz-transition: box-shadow 250ms linear;
    -o-transition: box-shadow 250ms linear;
    -ms-transition: box-shadow 250ms linear;
    transition: box-shadow 250ms linear;
}
header .Header
{
    padding: 3px 0;
    font-size: 12px;
}

body.Fixed header .Header {
    padding: 8px 0;
}
body.Homepage.Fixed header .Header
{
    padding: 10px 0 5px;
}
header hr
{
    border: 0;
    height: 1px;
    margin: 0;
    display: none;
}
body.Homepage.Fixed header hr, body.Voucher.Fixed header hr
{
    display: none;
}
body.Homepage.Fixed header .LoginOptions hr, body.Voucher.Fixed header .LoginOptions hr, body.Homepage.Fixed header .LoginOptionsInatel hr, body.Voucher.Fixed header .LoginOptionsInatel hr
{
    display: block;
}
header .Logo a
{
    background-size: contain;
    text-indent: -99999px;
    height: 62px;
    display: block;
    -webkit-transition: height 250ms linear, text-indent 250ms ease-out;
    -moz-transition: height 250ms linear, text-indent 250ms ease-out;
    -o-transition: height 250ms linear, text-indent 250ms ease-out;
    -ms-transition: height 250ms linear, text-indent 250ms ease-out;
    transition: height 250ms linear, text-indent 250ms ease-out;
}
body.Fixed header .Logo a
{
    height: 18px;
    background: none;
    text-indent: 0;
    font-size: 18px;
    font-weight: 700;
    padding: 0;
    text-transform: uppercase;
    -webkit-transition: height 250ms linear, text-indent 250ms ease-out;
    -moz-transition: height 250ms linear, text-indent 250ms ease-out;
    -o-transition: height 250ms linear, text-indent 250ms ease-out;
    -ms-transition: height 250ms linear, text-indent 250ms ease-out;
    transition: height 250ms linear, text-indent 250ms ease-out;
}
.LangCurrency, .Login, .Website, .PartnersInatel
{
    text-align: center;
    /* text-transform: uppercase; */
    margin: 23px auto;
    cursor: pointer;
    -webkit-transition: margin 250ms linear;
    -moz-transition: margin 250ms linear;
    -o-transition: margin 250ms linear;
    -ms-transition: margin 250ms linear;
    transition: margin 250ms linear;
}
body.Fixed div.LangCurrency, body.Fixed div.Login, body.Fixed div.Website, body.Fixed div.PartnersInatel
{
    margin: 0 auto;
    -webkit-transition: margin 250ms linear;
    -moz-transition: margin 250ms linear;
    -o-transition: margin 250ms linear;
    -ms-transition: margin 250ms linear;
    transition: margin 250ms linear;
}
.LangCurrency img
{
    margin: 0 5px -2px 0;
}
.Banner
{
    margin: 0 0 10px;
}
section#Content
{
    position: relative;
    margin: 69px 0 0;
}
body.Voucher.VoucherInfo #Content .row > .fourteen.columns
{
    width: 74.70833%;
}
body.Voucher.VoucherInfo #Content .row > .ten.columns
{
    width: 24.125%;
}
.SearchFixed
{
    background: #FFF;
    z-index: 5;
    top: 38px;
}
.SearchPromotion
{
    margin: 30px 0;
}
body.Fixed .SearchFixed
{
    position: fixed;
    width: 100%;
    margin: -3px 0 0;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
    -webkit-transition: box-shadow 250ms linear;
    -moz-transition: box-shadow 250ms linear;
    -o-transition: box-shadow 250ms linear;
    -ms-transition: box-shadow 250ms linear;
    transition: box-shadow 250ms linear;
}
body.Fixed.OpenLogin .SearchFixed, body.Fixed.OpenLangCurrency .SearchFixed
{
    display: none;
}
.Search
{
    padding: 5px 0;
    z-index: 2;
    position: relative;
}
body .Search.SearchOn
{
    padding: 5px 0 15px;
}
.Search .Button
{
    margin-top: 14px;
}
body.Fixed .Search
{
    padding: 5px 0;
}
body.Fixed .SearchPromotion .Search
{
    padding: 18px 0;
}
.Homepage .Search
{
    margin-bottom: 20px;
    border: 0;
}
.SearchOn
{
    -webkit-transition: outline 0.3s ease-in-out 0s;
    -moz-transition: outline 0.3s ease-in-out 0s;
    -o-transition: outline 0.3s ease-in-out 0s;
    -ms-transition: outline 0.3s ease-in-out 0s;
    transition: outline 0.3s ease-in-out 0s;
}
.SearchPromotion .SearchOn
{
    outline: 0;
}
body.Fixed .SearchOn
{
    padding: 12px 0;
    margin: 0 0 15px;
}
.SearchPromotion .row .eighteen.columns
{
    width: 68.70833%;
}
.SearchPromotion .SearchInfo .row .four.columns
{
    width: 21.69444%;
}
.SearchPromotion .SearchInfo .row .four.columns .Button, .RatePlanPromotion .Button
{
    margin-top: 10px;
}
.NoAvailMessage, .NoResultsTxt
{
    color: Red;
}
.NoResultsTxt
{
    color: #1A9900;
}
.NoResultsTxt a
{
    color: #1A9900 !important;
}
.NoAvailMessage
{
    display: none;
}
.NoResultsTxt
{
	margin-bottom: 15px;
    display: block;
    font-size: 13px;
}
.Search ul
{}
.Search ul li
{
    padding: 7px 14px;
    font-size: 12px;
    line-height: 18px;
    float: left;
	max-width: 260px;
}
.Search ul li:first-child
{
    padding: 7px 14px 7px 0;
}
.Search ul li:last-child
{
    padding: 7px 0 7px 14px;
    border-right: none;
}
.SearchPromotion .Search ul li:last-child
{
    padding: 7px 30px;
}
.SearchPromotion .Search input {
    padding: 7px;
}
.Search ul li small
{
    font-size: 12px;
    font-weight: 700;
    display: block;
}
.SearchInnerContent
{
    display: none;
}
.SearchInnerContent hr
{
    border: 0;
    height: 0;
    margin: 10px 0;
}
.Homepage .Search hr
{
    display: none;
}
.ui-datepicker
{
    z-index: 6 !important;
    margin-top: -70px;
}
/*body.Fixed .ui-datepicker, */.Popup .ui-datepicker
{
    margin-top: 0;
}
body.Homepage.Fixed .ui-datepicker
{
    margin-top: -70px;
}
ul.Steps
{
    margin: 9px auto 8px;
    height: 46px;
    font-size: 11px;
    float: right;
    margin-right: -20px;
}
ul.Steps.ThreeSteps
{
    max-width: 450px;
}
.Homepage ul.Steps
{
    margin: 0 auto;
}
ul.Steps li
{
    text-align: center;
    float: left;
    width: 120px;
    position: relative;
}
body.Voucher ul.Steps li
{
    width: 115px;
}
body.Voucher.VoucherInfo ul.Steps li
{
    width: 120px;
}
ul.Steps li hr
{
    border: 0;
    height: 1px;
    width: 48px;
    position: absolute;
    left: 0;
    top: 12px;
    z-index: 1;
}
ul.Steps li hr.Next
{
    right: 0;
    left: inherit;
}
ul.Steps li span
{
    font-size: 12px;
    width: 24px;
    height: 24px;
    padding: 6px 0 0;
    display: block;
    text-align: center;
    margin: 6px auto 0;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    position: relative;
    z-index: 2;
    background: none !important;
}
ul.Steps li.Active span
{
    /*color: #FFF;*/
}
ul.Steps li.Done span
{
    display: none;
}
ul.Steps li i
{
    display: none;
}
ul.Steps li.Done i
{
    font-size: 16px;
    width: 24px;
    height: 24px;
    padding: 4px 0 0;
    color: #95B917;
    display: block;
    text-align: center;
    margin: 6px auto 0;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    z-index: 2;
    position: relative;
    background: none !important;
}
ul.Steps li.Done hr, ul.Steps li.Active hr.Previous
{
    background: #95B917 !important;
}
ul.Steps li.Done a
{
    color: #95B917 !important;
}
.FiltersLink
{
    margin-bottom: 15px;
    margin-top: -38px;
}
.FiltersLink .Button
{
    padding: 4px 0;
    text-transform: none;
}
.Filters
{
    padding: 15px 0;
}
.FiltersTitle
{
    line-height: 20px;
}
.FiltersTitle input
{
    display: inline-block;
    margin-right: 5px;
}
.FiltersTitle label
{
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}
ul.FiltersContent
{
    padding-left: 15px;
	margin-bottom: 20px;
}
ul.FiltersContent li
{
    line-height: 20px;
}
ul.FiltersContent li input
{
    display: inline-block;
    margin-right: 5px;
}
ul.FiltersContent li label
{
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
}
.Hotel, .Room, .BookingForm
{
    margin-bottom: 25px;
    padding: 15px 0;
    position: relative;
    border-top-style: solid;
    border-top-width: 1px;
}
.HotelPromotion
{
    border-top: 0;
    padding: 0 0 15px;
}
.PopUpInnerContent .BookingForm
{
    border: 0 !important;
}
.Room
{
    padding: 15px 0;
}
.Hotel::after, .Room::after, .BookingForm::after {
    content: "";
    position: absolute;
    bottom: 0; top: 0px; left: 0; right: 0;
    z-index: -1;
}
.PopUpInnerContent .BookingForm::after {
    border-right: 0;
    border-left: 0;
}
.HotelMore, .RoomMore
{
    font-size: 12px;
    line-height: 26px;
}
.HotelMore br
{
    display: none;
}
.HotelMore a
{
    margin: 0 10px 0 0;
}
.HotelMore > a {
    color: #007AC8 !important;
}
.HotelMore > a:first-child
{
    color: #95B917 !important;
}
.HotelMore > a:last-child {
    color: #3E4245 !important;
}
.HotelMore i, .RoomMore i
{
    font-size: 14px;
}
.RoomMore
{
    float: right;
}
.RoomMore a
{
    margin-left: 30px;
}
.HotelImage, .RoomImage
{
    width: 100%;
    /*height: 125px;*/
    overflow: hidden;
    position: relative;
    background: url(/WebFrontEndCorporate/images/EasyBooking/shadow-bottom.png) no-repeat bottom center;
    background-size: 100%;
    padding-bottom: 20px;
    margin-bottom: -20px;
}
.PromotionItem .HotelImage
{
    margin-bottom: -10px;
}
.HotelImage img, .RoomImage img
{
    width: 100%;
    /*max-height: 125px;*/
}
.RoomImage i
{
    position: absolute;
    top: 65%;
    right: 10px;
    color: #FFF;
    font-size: 20px;
}
.Homepage .HotelDescription br {
    display: none;
}
.HotelDescription, .RoomDescription
{
    line-height: 18px;
    font-size: 13px;
}
.HotelDescription .btnNext
{
    padding: 0 !important;
    margin: 0;
}
.HotelDescription h2, .RoomDescription h2, .BookingForm h2
{
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    padding: 0;
}
 .HotelDescription h2
{
    font-size: 16px;
}
.RoomDescription h2
{
    padding: 0 0 23px;
    font-size: 16px;
    margin: 0;
    text-align: left;
}
.HotelDescription span
{
    font-weight: bold;
}
.HotelDescription span.Stars
{
    background: url(/webfrontendcorporate/images/EasyBooking/Star-On.svg);
    display: block;
    margin: 5px 0;
    background-size: contain;
}
.HotelDescription span.Star-1
{
    width: 13px;
    height: 13px;
}
.HotelDescription span.Star-2
{
    width: 26px;
    height: 13px;
}
.HotelDescription span.Star-3
{
    width: 39px;
    height: 13px;
}
.HotelDescription span.Star-4
{
    width: 52px;
    height: 13px;
}
.HotelDescription span.Star-5
{
    width: 65px;
    height: 13px;
}
.HotelLink
{
    text-align: center;
 /*   text-transform: uppercase; */
    font-size: 12px;
    line-height: 18px;
}
.HotelLink span
{
    font-size: 30px;
    line-height: 45px;
    font-weight: 400;
}
.Promotions .HotelLink span
{
    line-height: 35px;
    display: block;
    margin: 0 0 10px;
}
.HotelLink span.OldPrice
{
    font-size: 15px;
    line-height: 24px;
    color: #ED3939;
    text-decoration: line-through;
    margin: 0;
    display: block;
}
.HotelLink a
{
    font-weight: 400;
    font-size: 14px;
}
.RatePlan
{}
.RatePlan.RatePlanSpecial {
    position: relative;
}
.RatePlanPromotion
{
    margin: 25px 0 0;
}
.highlightSpecialOffer {display: none;}
.RatePlanSpecial .highlightSpecialOffer {display: inline-block;position: relative; background: #7faa33;color: #FFF;font-size: 10px;font-weight: normal;height: 25px;padding: 0 1px 0 5px;text-align: left;line-height: 25px;text-transform: none;margin:0 15px 0 0}
.RatePlanSpecial .highlightSpecialOffer:after {
    content: "";
    width: 0; 
    height: 0; 
    border-top: 12.5px solid transparent;
    border-bottom: 12.5px solid transparent;
    border-left: 15px solid #7faa33;
    right: -14px;
    position: absolute;
    top: 0px;
}
.RatePlanSpecial .highlightSpecialOffer {
  -webkit-animation: highlightIcon .9s infinite;
  -moz-animation:    highlightIcon .9s infinite;
  -o-animation:      highlightIcon .9s infinite;
  animation:         highlightIcon .9s infinite;
}
@-webkit-keyframes highlightIcon {
  0%   { margin-left: -10px; }
  50% { margin-left: -13px; }
  100% { margin-left: -10px; }
}
@-moz-keyframes highlightIcon {
  0%   { margin-left: -10px; }
  50% { margin-left: -13px; }
  100% { margin-left: -10px; }
}
@-o-keyframes highlightIcon {
  0%   { margin-left: -10px; }
  50% { margin-left: -13px; }
  100% { margin-left: -10px; }
}
@keyframes highlightIcon {
  0%   { margin-left: -10px; }
  50% { margin-left: -13px; }
  100% { margin-left: -10px; }
}
.RatePlan h3
{
    margin: 15px 0 10px;
    padding: 10px 0 0;
    font-size: 14px;
    /* text-transform: uppercase; */
    font-weight: 700;
    border-top-width: 1px;
    border-top-style: dashed;
    position: relative;
}
.RatePlan h3 i
{
    margin-top: -6px;
}
.RatePlan p
{
    font-size: 12px;
    line-height: 18px;
    margin: 2px 0 10px;
}
.RatePlan hr
{
    border: 0;
    height: 1px;
    margin: 0 auto 15px;
}
.RatePlan label
{
    font-size: 12px;
    min-height: 18px;
}
.RatePlan label i
{
    font-size: 13px;
    margin-top: -3px;
}
.RatePlan .select, .Extras .select, .RatePlan input
{
    padding: 6px 0 5px 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    font-size: 11px;
    min-height: 27px;
}
.RatePlan .select input
{
    padding: 0;
	min-height: auto;
}
.PopUpInnerContent .RatePlan .select, .PopUpInnerContent .Extras .select, .PopUpInnerContent .RatePlan input
{
    padding: 0;
    min-height: 20px;
}
.Extras .select
{
    min-height: 20px;
}
.RatePlan .Button
{
    margin-top: 16px;
    font-size: 14px;
    padding: 7px 0;
}
.PromoDiscount
{
    float: right;
}
.PromoDiscount .HotelLink
{
    padding: 20px 20px 5px;
    max-width: 185px;
}
.MainRatePlan .RatePlan:first-child .PromoDiscount .HotelLink
{
    padding: 20px 20px 5px;
}
.HotelLink small
{
    padding: 0;
    font-size: 11px;
    line-height: normal;
    margin-bottom: 10px;
    display: block;
}
.PromoDiscount .HotelLink span
{
    line-height: 35px;
    display: block;
    font-weight: 700;
}
.PromoDiscount .HotelLink span.OldPrice
{
    line-height: 20px;
}
.Extras .select
{
    width: 60%;
    display: inline-block;
}
.RatePlan .select select, .Extras .select select, .RatePlan .select input, .Extras .select input
{
    font-size: 12px;
    width: 100%;
    border: 0;
    background: none;
    z-index: 2;
    position: relative;
    padding-left: 5px;
}
.PopUpInnerContent .RatePlan .select select
{
    padding-top: 3px;
}

.Extras .select select
{
    padding-top: 3px;
}
.RatePlan .select input, .Extras .select input
{
    width: 100% !important;
    background: #FFF;
}
.RatePlan .select span, .Extras .select span
{
    padding-left: 5px;
    text-align: left;
    padding-top: 2px;
    margin: 1px 0;
    display: block;
    background: #FFF;
    position: relative;
    z-index: 2;
}
.RatePlan .select i, .Extras .select i
{
    font-size: 12px;
    position: absolute;
    top: 8px;
    right: 2px;
    z-index: 1;
}
.Extras .select i
{
    top: 1px;
}
.ProductPopup .RatePlan .select i
{
    top: 2px;
}
.Promotions
{
    padding: 10px 0 0;
}
.div_Promotions > div:last-of-type hr
{
    display: none;
}
.PromotionRow
{
    padding: 10px 0 0;
}
.Promotions hr
{
    border: 0;
    height: 1px;
}
.btnNext {
    float: none;
    display: inline-block !important;
    padding: 5px 10px !important;
	margin: 0 5px;
}
.divMobile
{
    display: none;
}
.ShoppingCart
{
    margin: 0 0 25px;
}
.ShoppingCart.ShoppingCartVoucher {
    display: none;
}
body.Voucher.VoucherInfo .ShoppingCart.ShoppingCartVoucher {
    display: block;
}
.ShoppingCart h2, .PromotionTitle
{
    font-size: 20px;
    color: #FFF;
    text-align: center;
    margin: 21px 0 0;
    padding: 11px 0;
}
body.Homepage .ShoppingCart h2
{
    margin: 5px 0 0;
}
.ShoppingCart > div > h2 a i
{
    display: none;
}
.PromotionTitle
{
	text-align: left;
	margin: 0 0 30px;
	padding-left: 25px;
}
.ShoppingCart h2 a
{
    color: #FFF;
}
.ShoppingCart h2 a span
{
    margin-left: 15px;
    display: none;
}
.ShoppingCart h2.TotalPrice
{
    display: none;
}
.ShoppingCart .Container.Values
{
    font-size: 14px;
    line-height: 22px;
    padding: 20px 0 0;
}
.HotelShoppingCart
{
    padding: 0 25px;
}
.Container.Values .HotelShoppingCart:first-child
{
    border-top: 0;
}
.HotelShoppingCart .arrow-down
{
	width: 0; 
	height: 0; 
	margin: 0 auto 15px;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
}
.Container.Values .HotelShoppingCart:first-child .arrow-down
{
    display: none;
}
.HotelShoppingCart .icon-info-circled
{
    font-size: 18px;
    float: right;
    margin-top: 10px;
}
.HotelShoppingCart h3 a i.icon-info-circled
{
    font-size: 16px;
    float: none;
}
.HotelShoppingCart h3
{
    font-size: 16px;
    font-weight: 700;
}
.HotelShoppingCart h3 small
{
    font-size: 10px;
    line-height: 12px;
    font-weight: 400;
    display: block;
}
.HotelShoppingCart hr
{
    border: 0;
    height: 1px;
    margin: 10px 0 5px;
}
.HotelShoppingCart a.HotelPolicy
{
    text-decoration: underline;
    font-size: 12px;
    display: block;
    margin: 0 0 10px;
}
.HotelShoppingCart hr.HotelSeparator
{
    height: 3px;
    margin: 5px auto 15px;
}
.HotelShoppingCart .RoomsShoppingCart
{}
.HotelShoppingCart .RoomReserve
{
    margin: 0 0 10px;
    padding: 0;
}
.HotelShoppingCart .RoomsShoppingCart .RoomReserve:last-child
{
    /*margin: 0;
    padding: 0 0 20px;
    border-bottom: 0;*/
}
.HotelShoppingCart .Price
{
    font-weight: 700;
    text-align: right;
    display: block;
    margin: 0 0 5px;
}
.HotelShoppingCart h4
{
    font-weight: 700;
    margin-top: 5px;
    font-size: 12px;
}
.HotelShoppingCart p
{
    font-size: 13px;
}
.HotelShoppingCart .RoomsShoppingCart .Form p
{
    display: inline-block;
    width: 45%;
    font-size: 12px;
}
.HotelShoppingCart .RoomsShoppingCart .Form .select
{
    display: inline-flex;
    width: 50%;
}
.HotelShoppingCart h5
{
    font-weight: 600;
    font-size: 13px;
}
.HotelShoppingCart .Quantity, .HotelShoppingCart .Date, .HotelShoppingCart .Persons
{
    font-size: 12px;
    line-height: 18px;
}
.HotelShoppingCart .Quantity, .HotelShoppingCart .Persons
{
    display: inline-block;
}
.HotelShoppingCart .Remove
{
    font-size: 10px;
    text-align: right;
    display: block;
    margin: 0 0 5px 0;
    float: right;
    text-transform: uppercase;
}
.HotelShoppingCart .Remove a
{
    text-decoration: underline;
}
.HotelShoppingCart .Remove a:hover
{
    text-decoration: none;
}
.HotelShoppingCart .Remove a i
{
    margin: 0 0 0 2px;
}
.LifeHappens
{}
.LifeHappens .CheckBox
{
    float: left;
    padding: 10px 2px 0 0;
}
.LifeHappens img
{
    float: left;
}
.LifeHappens .icon-info-circled
{
    margin-top: 3px;
    margin-left: 5px;
    margin-top: 5px;
    font-size: 14px;
    color: #17BCF3 !important;
}
.RoomerLifeHappensPromoInfoDiv .Quantity a, .RoomerLifeHappensInfoDiv .Quantity a
{
    color: #17BCF3 !important;
}
.LifeHappens.LifeHappensNotActive .Price
{
    opacity: 0.45;
    filter: alpha(opacity=45);
}
.HotelCurrency
{
    margin: 10px 0;
    padding-bottom: 20px;
    font-size: 12px;
    line-height: 17px;
    text-align: right;
}
.HotelCurrency .Price
{
    display: inline-block;
    font-size: 20px;
}
.HotelCurrency strong
{
    font-weight: 700;
    font-size: 14px;
}
.TopShoppingCartInfo
{
    margin: -20px -1px 0;
}
.TopShoppingCartInfo .ShoppingCartInner .arrow-down
{
    display: none;
}
.TopShoppingCartInfo .ShoppingCartInner .Total
{
    padding-top: 15px;
}
.ShoppingCartInner
{
    color: #FFF;
    padding: 0 0 20px;
    position: relative;
}
.ShoppingCartInner .arrow-down
{
	width: 0; 
	height: 0; 
	margin: 0 auto 20px;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
}
.ShoppingCartInner .Total
{
    padding: 0 50px;
    font-size: 15px;
    text-align: center;
}
.ShoppingCartInner .Total .Price
{
    font-size: 26px;
    font-weight: 700;
    display: inline-block;
    margin-top: -13px;
}
.ShoppingCartInner hr
{
    border: 0;
    height: 1px;
    background: #FFF;
    margin: 5px 50px;
}
.ShoppingCartInner .TotalInfo 
{
    padding: 0 50px;
    font-size: 12px;
  /*  text-transform: uppercase; */
}
.ShoppingCartInner .TotalInfo a
{
    float: right;
    color: #FFF;
    text-decoration: underline;
}
.Form_nl .ShoppingCartInner .TotalInfo a, .Form_fr .ShoppingCartInner .TotalInfo a
{
	font-size: 10px;
}
.ShoppingCartInner .TotalInfo a:hover
{
    text-decoration: none;
}
.ShoppingCartInner .TotalInfo a i
{
    margin: -3px 0 0;
}
.ShoppingCartInner .Button
{
    margin: 15px 35px;
    font-size: 20px;
}
body.Voucher .ShoppingCartInner .Button
{
    display: none;
}
.ShoppingCartInner .Button:hover
{
    border: solid 1px #FFF;
}
.ShoppingCartInner .Button i
{
    margin-top: -4px;
}
.ShoppingCartInner .ShoppingCartDetails
{
    color: #FFF;
    text-decoration: underline;
    text-align: center;
    display: block;
}
.ShoppingCartInner .ShoppingCartDetails:hover
{
    text-decoration: none;
}
.ShoppingCartInner .ShoppingCartDetails i
{
    margin: -2px 2px 0;
}
.PromotionCode
{
    padding: 0 35px 20px;
    text-align: center;
}
.PromotionCode h3
{
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.PromotionCode .Button
{
    color: #FFF;
    margin: 10px 0 0;
    font-size: 14px;
}
.PromotionCode .Button:hover
{
    background: #EEF0F3;
}
.ShoppingCart .pnNoValues
{
    background: url(/WebFrontEndCorporate/images/EasyBooking/shadow-bottom.png) no-repeat bottom center;
    background-size: 100%;
    padding-bottom: 30px;
    margin-bottom: -10px;
}
.ShoppingCart .Container.NoValues
{
    font-size: 14px;
    line-height: 22px;
    padding: 20px 30px 30px;
    text-align: center;
    color: #007ACC;
}
.ShoppingCart .Container.NoValues i
{
    font-size: 40px;
    line-height: 40px;
    color: #007ACC !important;
}
.ShoppingCart .Container.NoValues i.icon-down-circled
{
    font-size:65px;
    line-height: 65px;
}
.ShoppingCart .Container.NoValues i.icon-basket
{
    font-size: 30px;
    line-height: 30px;
}
.ShoppingCart .Container.NoValues hr
{
    border: 0;
    height: 1px;
    margin: 15px auto;
    width: 80%;
}
.BookingForm
{
    display: -webkit-box;
    display: -moz-box;
    display: box;

    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
}
.BookingForm h2, .BookingForm .PaymentMethods
{
    border-bottom-style: dashed;
    border-bottom-width: 1px;
}
.BookingForm h1, .BookingForm h1 span
{
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 700;
    text-align: right;
    text-transform: uppercase;
}
.BookingForm h2
{
    margin-bottom: 15px;
    padding-bottom: 5px;
}
.BookingForm h2.CartTitle
{
    margin-top: 15px;
}
.BookingForm h2 span.AdditionalInfo
{
    font-size: 12px;
    font-weight: 400;
}
.BookingForm h2 small
{
    font-size: 14px;
    font-weight: 400;
    float: right;
    text-transform: none;
}
.BookingForm h2 small a, .FormMoreData
{
    text-decoration: none;
}
.BookingForm h2 small a:hover, .FormMoreData:hover
{
    text-decoration: none;
    cursor: pointer;
}
.Button.FormMoreData
{
    text-decoration: none;
}
.BookingForm .RequiredMessage
{
    font-size: 12px;
    padding: 3px 0;
    display: block;
}
.BookingForm .PaymentMethods
{
    margin: 0 0 20px;
    padding: 0 0 20px;
    text-align: center;
}
.BookingForm .PaymentMethods img
{
    width: 70px;
}
.BookingForm .PaymentMethods img.CieloPayment
{
    width: auto;
}
.BookingForm .PaymentMethods > div
{
    display: inline-block;
    margin: 0 30px;
}
.BookingForm h3
{
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 10px 0;
    display: none;
}
.BookingForm h3.HotelName
{
    display: block;
    margin: 0;
    text-align: left;
    font-weight: 700;
}
.BookingForm h3 a
{
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    text-decoration: underline;
}
.BookingForm h3 a:hover
{
    text-decoration: none;
}
.BookingForm .BFCreditCard
{
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    box-ordinal-group: 4;
}
.BookingForm .RoomerLifeHappens
{
    display: none;
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    box-ordinal-group: 3;
}
.BookingForm .RoomerLifeHappens h2, .BookingForm .RoomerLifeHappens .HotelShoppingCartHotels, .BookingForm .RoomerLifeHappens .ShoppingCartInner, .BookingForm .RoomerLifeHappens .fancy, .BookingForm .RoomerLifeHappens hr
{
    display: none;
}
.BookingForm .RoomerLifeHappens h2.CartTitle, .BookingForm .RoomerLifeHappens .PromotionCode h3
{
    display: block;
}
.BookingForm .RoomerLifeHappens .HotelShoppingCart
{
    padding: 0;
}
.BookingForm .RoomerLifeHappens .RoomerLifeHappensPromoInfoDiv br
{
    clear: both;
}
.BookingVoucher
{
    font-size: 12px;
}
.BookingVoucher .Form
{
    line-height: 24px;
}
.BookingVoucher .Form a
{
    text-decoration: underline;
}
.BookingVoucher .Form a:hover
{
    text-decoration: none;
}
.BookingVoucher h2
{
    margin-bottom: 10px;
}
.BookingVoucher h3
{
    display: inline-block;
    text-align: left;
    font-weight: 700;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
    font-size: 13px;
    width: 80px;
}
.BookingVoucher h3.WAuto
{
    width: auto;
}
.BookingVoucher span, .BookingVoucher a
{
    font-size: 12px;
}
.BookingEnquiry h3
{
    padding: 0;
}
.BookingVoucher img.HotelLogo
{
    margin: 0;
}
.BookingVoucher .TotalPrice, .PopUpContentShopping .TotalPrice
{
    color: #FFF;
    font-size: 12px;
    padding: 15px 50px 30px;
}
.BookingVoucher .TotalPrice {
	float: left;
    width: 100%;
}
.VRoomerLifeHappens
{
    text-align: left;
}
.VRoomerLifeHappens .Title
{
    display: inline-block !important;
}
.VRoomerLifeHappensCt .Title
{
    display: none !important;
}
.TotalPrice .Taxes
{
    text-transform: uppercase;
}
.TotalPrice .FinalPrice
{
    float: right;
    font-size: 15px;
    text-align: right;
}
.TotalPrice .FinalPrice label, .TotalPrice .FinalPrice label span
{
    display: inline-block;
    font-size: 28px;
    font-weight: 700;
	vertical-align: top;
}
.TotalPrice .FinalPrice label span.BlockPrice {
	font-size:14px;
}
.TotalPrice .Payment
{
    font-size: 11px;
    text-align: center;
    float: left;
}
.BookingEmpty a
{
    text-decoration: underline;
}
.BookingEmpty a:hover
{
    text-decoration: none;
}
Footer .twenty-four.columns
{
    font-size: 13px;
    background: none !important;
    color: #3D4247 !important;
    border-top: solid 1px #D5D7DB !important;
}
Footer .Container
{
    padding: 15px 0;
}
Footer .Container h2
{
    font-size: 13px;
    color: #3D4247;
    text-transform: uppercase;
    margin: 0 0 5px;
}
Footer .Container a
{
    text-decoration: underline;
    font-weight: 700;
}
Footer .Certificate
{
    float: right;
    margin-top: -7px;
}
Footer .Certificate img
{
    height: 30px;
}
Footer .Certificate img.GDPR {
    content:url("/webfrontendcorporate/Images/GDPR-Logo-Positivo.svg");
}
Footer .Certificate #DigiCertClickID_TVY52QBZ span
{
    display: none !important;
}
Footer .Certificate > div
{
    overflow: hidden;
    display: inline-block;
    margin-left: 30px;
    margin-top: 5px;
}
.stButton .stLarge {
    height: 24px !important;
    width: 24px !important;
    background-size: 24px !important;
}
.stButton .stLarge:hover {
    background-position: -24px center !important;
}
/* Button */
.Button
{
    display: block;
    text-align: center;
    padding: 5px 0;
    font-size: 12px;
    cursor: pointer;
}
.Button.Cancel:hover
{
    background: #FFF;
}	
.Button.Remove
{
    border: solid 1px #ED3939;
    background: #ED3939;
    padding: 4px 0;
}
.Button.Remove:hover
{
    background: #FFF;
    color: #ED3939;
}
.Button.Cancel.Fright
{
    float: right;
    padding: 16px 25px;
}
.Button.Cancel.Fright25
{
    margin-right: 25px;
}
/* Forms */
.Form
{}
.Form ul
{}
.Form ul li
{
    margin-bottom: 10px;
    position: relative;
    clear: both;
}
.Form ul li.HalfSize
{
    width: 48%;
    float: left;
    clear: none;
}
.Form ul li.HalfSize2
{
    margin-left: 4%;
}
.Form input, .Form textarea, .Form select, .PromotionCode input
{
    font-size: 12px;
    padding: 3px 12px;
    width: 68%;
}
.agencyLogin .Form input {
    width:100%;
}
.agencyLogin .Form input[type=radio] {
    display: inline-block;
    width: auto;
    margin: 0 5px 0 0;
    width: auto;
}
.agencyLogin .Form ul li label {
    display: inline-block;
}
.BookingForm.agencyLogin .Form span.RequiredFailed
{
 top: 5px;
}
.BFGuestDetails .Form input
{
    width: 67%;
}
.PromotionCode input
{
    background: #EEF0F3;
    padding: 6px 12px;
    display: block;
    width: 50%;
    float: left;
}
.PromotionCode .Button {
    display: inline-block;
    width: 48%;
    padding: 2px 0;
    margin: 0;
}
.Form input[type=checkbox]
{
    width: auto;
    float: left;
    margin: 0 5px 0 0;
}
.Form .PhoneIndicatorSignal
{
    width: 3%;
    display: inline-block;
    text-align: center;
}
.Form input.PhoneIndicator
{
    width: 20%;
}
.Form .PhoneSignal
{
    width: 4%;
    display: inline-block;
    text-align: center;
}
.Form input.Phone
{
    /*width: 100%;*/
}
.Form input.PostalCode1
{
    width: 32%;
}
.Form input.PostalCode2
{
    width: 30%;
}
.Form .select
{
    padding: 3px 12px;
    width: 100%;
    overflow: hidden;
    position: relative;
    font-size: 11px;
    background: #FFF;
}
.BFGuestDetails .Form .select
{
    display: inline-table;
    width: 68%;
}

.BFGuestDetails .guestRoomTitle{margin-bottom:10px;}
.BFGuestDetails .guestCustomerTitle{margin-bottom:10px;}
.BFGuestDetails .guestCustomerRow{margin-bottom:15px;}

.B2BCheckout {
    background: #EEF0F3;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: -16px;
    border: 1px dashed #BCBCBC;
}

.Form .select.has-error
{
    border: 1px solid red;
	background: #ffebef;
	color: #480000;
	overflow: visible;
}
.Form .select.has-error .help-block.form-error
{
	position: absolute;
	margin-top: 12px;
}
.Form.AcceptConditions
{
    padding: 5px !important;
    margin: 10px 0 0;
    position: relative;
}
.Form.AcceptConditions2
{
    margin: 1px 0 0;
}
.Form.AcceptConditions.has-error
{
    border: solid 1px red;
    background: #ffebef;
}
.Form.AcceptConditions.has-error i.icon-attention
{
    display: block;
    top: 4px;
    font-size: 17px;
}
.RoomReserve .Form .select
{
    padding: 3px;
    margin: 5px 0 0;
    background: #FFF;
}
.Form .select i {
  font-size: 14px;
  position: absolute;
  top: 4px;
  right: 10px;
  z-index: 1;
}
.RoomReserve .Form .select i {
  top: 0;
}
.Form select
{
    border: 0;
    width: 125%;
    padding: 0;
    z-index: 2;
    position: relative;
    background: none;
}
.Form label
{
    margin-bottom: 6px;
    font-size: 12px;
}
.BFGuestDetailsLogged .Form label
{
    font-weight: bold;
}
.Form label small
{
    font-size: 12px;
    float: right;
    text-transform: none;
    margin-top: -3px;
}
.Form .txaComments
{
    height: 50px;
}
.Form .txaComments2
{
    height: 50px;
}
.Form label span.Required
{
    font-size: 12px;
    display: inline-block;
    margin: 0 0 0 5px;
}
.Form span.RequiredFailed
{
    font-size: 12px;
    color: #ED3939;
    position: absolute;
    top: 38px;
    right: 10px;
}
.Form .Conditions
{
    font-size: 12px;
    display: block;
    /*float: left;*/
    margin-top: 1px;
}
.PopUpContent .Form .Conditions
{
    margin-top: -2px;
}
.BFGuestDetails label {
    display: inline-block;
    width: 30%;
}
.BFGuestDetails .HalfSize label {
    display: inline-block;
    width: 62%;
}
.BFGuestDetails .HalfSize input {
    display: inline-block;
    width: 35%;
}
.Search label
{
    font-size: 12px;
    line-height: 24px;
    max-height: 24px;
    overflow: hidden;
    padding-left: 10px;
}
.Search .rowChildren label
{
    padding-top: 10px;
}
.Search label.Plus
{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 26px 0 0;
    text-align: center;
    padding-left: 0;
}
.Search input
{
    font-size: 12px;
    padding: 7px 12px;
    width: 100%;
    position: relative;
    z-index: 2;
    background: none;
}
.Search .select
{
    padding: 4px 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    font-size: 12px;
}
.Search .select i {
  font-size: 14px;
  position: absolute;
  top: 8px;
  right: 10px;
  z-index: 1;
}
.Search select
{
    border: 0;
    width: 100%;
    padding: 3px 11px;
    z-index: 2;
    position: relative;
    background: none;
    font-size: 12px;
}
.Search .Calendar
{
    position: relative;
}
.Search .Calendar i
{
  font-size: 16px;
  position: absolute;
  top: 6px;
  right: 10px;
  z-index: 1;
}
.Search .NightsNumber
{
    height: 30px;
}
.Search .NightsNumber input[type=text]
{
    border: 0;
    width: 40%;
    float: left;
    text-align: center;
	padding: 7px 0;
}
.Search .NightsNumber input[type=button]
{
    border: 0;
    width: 30%;
    float: left;
	height: 28px;
    font-size: 15px;
    padding: 0 10px;
}
.Search .NightsNumber input[type=button]:hover
{
    cursor: pointer;
}
.Search .ButtonSearch .Button
{
    margin: 24px 0 0;
    padding: 7px 0;
}
span.FormMoreData {
    display: block;
    text-align: right;
    font-size: 13px;
}
.PaymentLists
{
    margin: 0 0 20px;
}
.PaymentLists > div
{
    display: block;
    margin-right: 30px;
}
.PaymentLists input
{
    display: inline-block;
    width: auto;
}
.PaymentLists label
{
    display: inline-block;
    text-transform: none;
}
.Form .inlineForm
{
    display: inline-block;
    margin-right: 30px;
    vertical-align: top;
}
.Form .inlineForm2
{
    float: left;
    margin-right: 30px;
    min-width: 195px;
}
.Form .inlineForm2Last
{
    margin-right: 0;
    min-width: 100px;
}
.BlockPrice
{
    display: block;
}
.ItemReserve
{
    padding: 0 25px 25px;
}
.ItemReserve .left.tleft
{
    float: left;
}
.ItemReserve .right.tright
{
    float: right;
}
.ItemReserve br
{
    clear: both;
}
#ContentPlaceHolder1_HotelRoomsList1_pnPromoDiscount hr
{
    display: none;
}
.AddToCartBtnProduct
{
	margin-top: -35px !important;
}
.LoadingText {
    font-size: 16px;
}
/* Price Check */
.PriceCheck, .PriceCheck-Inactive {
    position: fixed;
    width: 235px;
    top: 200px;
    left: -250px;
    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: 99;
    -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 {
    left: 0;
}
body.PCInactive .PriceCheck-Inactive {
    left: 0;
    width: 70px;
}
.Header-PC, .Header-PC-Inactive {
    background: #236cb5;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    padding: 10px 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;
    line-height: 18px;
}
.Header-PC i, .Header-PC-Inactive i {
    position: absolute;
    right: 11px;
    top: 10px;
}
.Header-PC-Inactive i {
    right: 5px;
    top: 13px;
}
.Header-PC i.fa-angle-down, .Header-PC-Inactive i.fa-angle-up {
    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;
}
.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;
}
.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 {left: -175px;width: 160px;}
    .Header-PC, .Header-PC-Inactive {font-size: 14px;}
    .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: 9px;}
    .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: 767px) {
    .PriceCheck {left: 0;width: 100%;top: auto;}
    .PriceCheck-Inactive {bottom: -60px;left: 0;width: 100%;top: auto;}
    body.PCInactive .PriceCheck-Inactive {bottom: 34px;left: 0;width: 100%;top: auto;}
    body.PCInactive .Header-PC-Inactive {font-size: 16px;}
    body.PCActive .PriceCheck {left: 0;bottom: 34px;}
    body.PCInactive .PriceCheck {bottom: -250px;}
    .Header-PC-Inactive i {right: 11px;top: 10px;}
    .Header-PC i.fa-angle-down, .Header-PC-Inactive i.fa-angle-up {display: block;}
    .Header-PC i.fa-angle-left, .Header-PC-Inactive i.fa-angle-right {display: none;}
    .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;}
}
/* Tables */
table.stacktable.small-only
{display: none;}
.stacktable { width: 100%; }
.st-head-row {}
.st-head-row.st-head-row-main {}
.st-key { width: 39%; padding-right: 1% !important; padding-top: 1%; padding-bottom: 1%; text-align: left !important;}
.st-val { width: 59%; padding-left: 1% !important; text-align: left !important;}
table
{
    width: 100%;
    padding: 0;
    margin: 0;
    border-spacing: 0;
    border-collapse: separate;
    empty-cells: hide;
}
.PopUpContentShopping table
{
    margin: 20px 0;
}
.PopUpContentShopping table table
{
    margin: 0;
    width: 80%;
    float: right;
}
table tr
{}
table tr td, table tr th, div.Extras.ExtrasRow
{
    padding: 0 5px;
    font-size: 12px;
    text-align: left;
}
div.Extras.ExtrasRow.rowchecked
{
    border-bottom: solid 1px #2BC372;
}
.icon-check
{
    color: #2BC372;
    margin-top: 7px;
}
.icon-check.visibleFalse
{
    display: none;
}
.checked
{
    display: inline-block !important;
    padding-top: 0 !important;
    position: absolute;
    right: 215px;
}
.NotChecked
{
    position: absolute;
}
.checked .icon-check.visibleFalse
{
    display: block;
}
table.Extras tr td:last-child div
{
    display: inline;
}
.PopUpContentShopping table tr td, .PopUpContentShopping table tr th
{
    padding: 5px;
    text-align: center;
}
.PopUpContentShopping table tr td.tableInside
{
    padding: 20px 0 0;
    width: 100%;
    text-align: right !important;
}
.PopUpContentShopping table tr td.tableInside div
{
    display: inline-block;
    width: 100px;
    text-align: center;
}
.PopUpContentShopping table tr td.tableInside div.gridHeaderFirst, .PopUpContentShopping table tr td.tableInside div.gridFirst
{
    width: 250px;
    text-align: left;
}
.PopUpContentShopping table tr td.tableInside div.gridHeaderLast, .PopUpContentShopping table tr td.tableInside div.gridLast
{
    width: 90px;
}
.PopUpContentShopping table tr td.tableInside div label, .ExtrasRow label
{
    display: none;
}
.PopUpContentShopping table tr td:first-child, .PopUpContentShopping table tr th:first-child
{
    text-align: left;
}
.PopUpContentShopping table tr td:last-child, .PopUpContentShopping table tr th:last-child
{
    width: 100px;
}
.mandatorySupplements
{
	padding-bottom: 16px;
}
.RoomReserveError
{
    border-bottom: 0 !important;
    outline: solid 1px red;
    padding: 10px !important;
}
table.Extras tr td, table.Extras tr th, div.Extras, div.Extras.ExtrasRow div
{
    font-size: 12px;
    padding: 5px;
    text-align: center;
}
div.Extras.ExtrasRow div
{
    padding: 5px 0 0;
}
div.Extras.ExtrasRow div div
{
    padding: 0;
}
div.Extras.ExtrasRow div.ExtraPadding
{
    padding: 5px 0;
}
table.Extras tr td:first-child, table.Extras tr th:first-child, div.Extras.ExtrasRow div.ten.columns
{
    text-align: left;
}
div.Extras.FirstRow .ten.columns
{
    font-size: 12px;
    font-weight: 700;
    text-align: left;
}
table tr th, table tr td.gridHeader, table.lstReserves tr th a, div.gridHeader, div.Extras.FirstRow
{
    font-weight: 700;
}
table.lstReserves tr th, table.lstReserves tr td
{
    padding: 5px;
    height: 32px;
}
table.lstReserves tbody tr td a
{
    text-decoration: underline;
}
table.lstReserves tbody tr td a.Button.Remove
{
    color: #FFF;
    text-decoration: none;
}
table.lstReserves tbody tr td a.Button.Remove:hover
{
    color: #ED3939;
}
table.lstReserves tbody tr td a:hover
{
    text-decoration: none;
}
table.Extras tr td a.tooltipAbsolute, div.Extras.ExtrasRow a.tooltipAbsolute
{
    position: absolute;
    margin: 0 0 0 4px;
}
table.Extras tr td a.Button, div.Extras.ExtrasRow a.Button
{
    width: 75%;
    float: right;
    padding: 0;
}
table tr td.text_right
{
    padding-right: 33px;
}
table tr td.hasTable
{
    padding: 0;
    border-bottom: 0;
}
.VoucherRooms
{
    border-collapse: separate;
    empty-cells: hide;
}
.VoucherRooms tr td > span.Title
{
    display: none;
}
/* Tabs */
.tab-container { margin: 0;}
.Homepage .tab-container { margin: 0 0 25px;}
.etabs { margin: 0 0 -1px; 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;}
.etabs .tab {border-color: #D5D7DB !important;}
.tab:hover, .tab.active { position: relative;border-bottom: solid 1px #FFF !important;}
.tab.active:after { content:" "; position: absolute; width: 100%; height: 7px; }
.tab-container .panel-container {border: 1px solid #D5D7DB !important;}
.tab-container .panel-container {border-top-width: 1px !important;border-top-style: solid !important;border-top-color: #D5D7DB !important;}
.Popup .tab-container .panel-container { border: 0; padding: 15px 10px 10px;}

/* LiveChat */
.zopim {z-index: 4 !important;}

/* PopUp */
body.Popup
{
    height: auto;
}
.Popup
{}
.Popup h1
{
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 0 10px 45px;
    color: #FFF;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.Popup.PopupRatePlan h1
{
    z-index: 0;
    top: auto;
}
.PopupLoading
{
    font-size: 18px;
}
.PopupLoading h1
{
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 0 10px 45px;
    color: #FFF;
    width: 100%;
    z-index: 99999;
}
.PopUpContent
{
    padding: 20px 25px 5px;
    line-height: 18px;
    margin: 36px 0 0;
    font-size: 12px;
}
.PopupLoading .PopUpContent
{
    padding: 10px 25px 10px;
}
.PopUpContentShopping
{
    padding: 20px 25px 10px;
}
.PopUpContent.PopUpContentShopping
{
    padding: 10px 25px 0;
}
.BookingInfo.PopUpContent.PopUpContentShopping
{
    padding: 10px 25px 0;
    margin: 50px 0 -10px;
    border: 0 !important;
}
.BookingInfo.PopUpContent.PopUpContentShopping > span
{
    display: none;
}
.PopUpContent.PopUpContentShopping.PopUpContentShoppingNoMargin
{
    margin: 0;
}
.PopUpContent.PopUpContentShopping a.Button
{
    float: right;
    padding: 5px 15px;
}
.PopUpContent.PopUpContentShopping a.Button.Cancel
{
    float: right;
    margin-right: 25px;
}
.Popup h2
{
    font-size: 14px;
    line-height: 28px;
    font-weight: 700;
    padding: 10px 0 0;
    border-bottom-style: solid;
    border-bottom-width: 2px;
}
.BookingEnquiry .Popup h2
{
    text-transform: none;
}
.PopUpContentShopping h3
{
    font-size: 14px;
    line-height: 30px;
    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 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: 11px 0 10px;
}
/* [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;
}
.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;
}
.PopUpInnerContent div .ProductPopup:last-child
{
    border-bottom: 0 !important;
}
.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: 2px 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;
}
/* ToolTips */
.tooltip {
    position: relative;
    display: inline-block;
}
.tooltip2 {
    margin: 0;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 155px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 3px 0;
    border-radius: 6px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
    opacity: 0.8;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}
.tooltip-right {
    top: 0;
    left: 125%;
}
.tooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 100%; /* To the left of the tooltip */
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}

.tooltip-content h2
{
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px !important;
    font-size: 13px !important;
}
.tooltip-content h3
{
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 10px !important;
    margin-bottom: 5px !important;
    padding: 0 !important;
    font-size: 12px !important;
    border: 0 !important;
}
.tooltip-content table tr td.gridHeader
{
    font-size: 12px !important;
}
/* Gallery */
.bx-wrapper img {
    height: auto !important;
}
#bx-pager
{
    width: 108%;
    margin: 0 -0.9%;
}
#bx-pager a
{
    width: 21.5%;
    margin: 0 1% 2%;
    float: left;
}
#bx-pager a img
{
    width: 142px;
}
#bx-pager a.active
{
    /*display: none;*/
}
.panel-container iframe
{
	margin: 0 auto;
	display: block;
}

form.validating-server-side .server-validation {
    background: url(../img/ajax-loader.gif?v=2) no-repeat center right #FFF;
    opacity: 0.5;
}

/*VALIDAR CARTÕES DE CRÉDITO*/
.visa {
	background: url("../../images/Visa.png") no-repeat scroll left -2px;
	background-size: 29px 23px;
	text-indent: 27px;
}
.diners_club_carte_blanche, .diners_club_international {
	background: url("../../images/Diners.png") no-repeat scroll left -2px;
	background-size: 29px 23px;
	text-indent: 27px;
}
.amex {
	background: url("../../images/AmericanExpress.png") no-repeat scroll left -2px;
	background-size: 29px 23px;
	text-indent: 27px;
}
.jcb {
	background: url("../../images/JCB.png") no-repeat scroll left -2px;
	background-size: 29px 23px;
	text-indent: 27px;
}
.maestro {
	background: url("../../images/Maestro.png") no-repeat scroll left -2px;
	background-size: 29px 23px;
	text-indent: 27px;
}
.discover {
	background: url("../../images/Discover.png") no-repeat scroll left -2px;
	background-size: 29px 23px;
	text-indent: 27px;
}
.mastercard {
	background: url("../../images/MasterCard.png") no-repeat scroll left -2px;
	background-size: 29px 23px;
	text-indent: 27px;
}

/*PÁGINA DE LOADING*/
#circularG{
position:relative;
width:80px;
height:80px;margin: 30px auto 0}

.circularG{
position:absolute;
background-color:#474D54;
width:18px;
height:18px;
-moz-border-radius:12px;
-moz-animation-name:bounce_circularG;
-moz-animation-duration:0.88s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:normal;
-webkit-border-radius:12px;
-webkit-animation-name:bounce_circularG;
-webkit-animation-duration:0.88s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:normal;
-ms-border-radius:12px;
-ms-animation-name:bounce_circularG;
-ms-animation-duration:0.88s;
-ms-animation-iteration-count:infinite;
-ms-animation-direction:normal;
-o-border-radius:12px;
-o-animation-name:bounce_circularG;
-o-animation-duration:0.88s;
-o-animation-iteration-count:infinite;
-o-animation-direction:normal;
border-radius:12px;
animation-name:bounce_circularG;
animation-duration:0.88s;
animation-iteration-count:infinite;
animation-direction:normal;
}

#circularG_1{
left:0;
top:32px;
-moz-animation-delay:0.33s;
-webkit-animation-delay:0.33s;
-ms-animation-delay:0.33s;
-o-animation-delay:0.33s;
animation-delay:0.33s;
}

#circularG_2{
left:8px;
top:8px;
-moz-animation-delay:0.44s;
-webkit-animation-delay:0.44s;
-ms-animation-delay:0.44s;
-o-animation-delay:0.44s;
animation-delay:0.44s;
}

#circularG_3{
top:0;
left:32px;
-moz-animation-delay:0.55s;
-webkit-animation-delay:0.55s;
-ms-animation-delay:0.55s;
-o-animation-delay:0.55s;
animation-delay:0.55s;
}

#circularG_4{
right:8px;
top:8px;
-moz-animation-delay:0.66s;
-webkit-animation-delay:0.66s;
-ms-animation-delay:0.66s;
-o-animation-delay:0.66s;
animation-delay:0.66s;
}

#circularG_5{
right:0;
top:32px;
-moz-animation-delay:0.77s;
-webkit-animation-delay:0.77s;
-ms-animation-delay:0.77s;
-o-animation-delay:0.77s;
animation-delay:0.77s;
}

#circularG_6{
right:8px;
bottom:8px;
-moz-animation-delay:0.88s;
-webkit-animation-delay:0.88s;
-ms-animation-delay:0.88s;
-o-animation-delay:0.88s;
animation-delay:0.88s;
}

#circularG_7{
left:32px;
bottom:0;
-moz-animation-delay:0.99s;
-webkit-animation-delay:0.99s;
-ms-animation-delay:0.99s;
-o-animation-delay:0.99s;
animation-delay:0.99s;
}

#circularG_8{
left:8px;
bottom:8px;
-moz-animation-delay:1.1s;
-webkit-animation-delay:1.1s;
-ms-animation-delay:1.1s;
-o-animation-delay:1.1s;
animation-delay:1.1s;
}

@-moz-keyframes bounce_circularG{
0%{
-moz-transform:scale(1)}

100%{
-moz-transform:scale(.3)}

}

@-webkit-keyframes bounce_circularG{
0%{
-webkit-transform:scale(1)}

100%{
-webkit-transform:scale(.3)}

}

@-ms-keyframes bounce_circularG{
0%{
-ms-transform:scale(1)}

100%{
-ms-transform:scale(.3)}

}

@-o-keyframes bounce_circularG{
0%{
-o-transform:scale(1)}

100%{
-o-transform:scale(.3)}

}

@keyframes bounce_circularG{
0%{
transform:scale(1)}

100%{
transform:scale(.3)}

}
/*Group Messages*/
.groupMessage {
	width: 100%;
	text-align: center;
	padding: 10px;
	line-height: 18px;
    border: 0 !important;
	/*POSSÍVEL MODIFICAR APENAS EM CÓDIGO
	color: #26E319;
	border: 1px solid #26E319;
	*/
}
.pull_six.eighteen.columns .groupMessage {
	margin-bottom: 10px;
}
.groupMessage a{
	text-decoration: underline;
}
.groupMessageDetail 
{
    font-size: 13px;
}
/* [Error] */
.error404 {
 	background-size: auto 100%;
  	padding: 5% 0 0;
  	margin: 0;
	background-color:#000;
}
.background {
 	background: #FFF;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
}
.error404 #page404 {}
.error404 #page404 .container {
  padding: 40px 0 80px;
  height: 100%;
}
#colophon {
  background-color: #000000;
  text-align: center;
  padding: 0 50px 20px;
}
.error404 #colophon {
	background: none;
	border:none;
	font-size: 20px;
	line-height: 30px;
}
.site-info {
	font-size: 12px;
	padding-top: 40px;
  	padding-bottom: 20px;
  	position: relative;
	line-height: 18px;
}
.error404 #colophon a {
	text-decoration: underline;
}
.error404 #colophon a:hover {
	text-decoration: none;
}
.error404 header
{
	background: none;
	position: relative !important;
	text-align: center;
	-webkit-box-shadow: 0 0 0 0px rgba(0,0,0,0) !important;
	-moz-box-shadow: 0 0 0 0 rgba(0,0,0,0) !important;
	box-shadow: 0 0 0 0 rgba(0,0,0,0) !important;
}
.icon-star {
	font-size: 14px;
    vertical-align: top;
    margin: 0 !important;
}
.HotelLink span .icon-star {
    margin-left: -7px !important;
}
/* HiPay */
.hiPay-img{
	height:100px;
}

/*RentACar*/

.RentACarMainStyle .alert {
    margin-bottom: 20px;
	background-color: #c26565;
    border-width: 0;
    padding: 10px;
    border-radius: 0;
    -webkit-border-radius: 0;
	font-size: 11px;
    margin-top: 10px;
}
.RentACarMainStyle .alert-danger {
    color: #fff;
    background-color: #c26565;
    text-shadow: none;
	border: 0px solid transparent;
	border-left-width: 4px;
	border-color: #953b39;
}
.RentACarMainStyle .fade.in {
    opacity: 1;
}	
.RentACarMainStyle .fade {
    -webkit-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.RentACarMainStyle .alert .close {
    top: 0;
    right: -5px;
    line-height: 20px;
}
.RentACarMainStyle .btn, a:link, button {
    -webkit-tap-highlight-color: rgba(169,3,41,.5);
}
.RentACarMainStyle button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}
.RentACarMainStyle .close {
    float: right;
    font-size: 19.5px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
}


.BookingForm.Search {
    padding: 15px 0;
}
.BookingForm.Search .Form label {
    margin-bottom: 0;
}
.BookingForm.Search .Form .checkbox label {
    line-height: 14px;
}
.BookingForm.Search p, .BookingForm.Search div.p {
    margin-bottom: 8px;
}
.BookingForm.Search p.Days {
    font-size: 16px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.BookingForm.Search p.Price {
    font-size: 20px;
    text-transform: uppercase;
}
.columnFixed {
    position: fixed;
    right: 15px;
}
.btnReservaDisabled{
opacity:0.3;
cursor:not-allowed !important;
}
.opacityFull {
opacity:1;
cursor:pointer;
}
.Popup .ui-datepicker {
    font-size: 0.9em;
    width: 300px !important;
}
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 40%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
.ui-timepicker-div .ui_tpicker_unit_hide{ display: none; }

.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input { background: none; color: inherit; border: none; outline: none; border-bottom: solid 1px #555; width: 100%;text-align: center;}
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus { border-bottom-color: #aaa; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 40% 10px 10px; }

/ Shortened version style /
.ui-timepicker-div.ui-timepicker-oneLine { padding-right: 2px; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time, 
.ui-timepicker-div.ui-timepicker-oneLine dt { display: none; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label { display: block; padding-top: 2px; }
.ui-timepicker-div.ui-timepicker-oneLine dl { text-align: right; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd, 
.ui-timepicker-div.ui-timepicker-oneLine dl dd > div { display:inline-block; margin:0; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before { content:':'; display:inline-block; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before { content:'.'; display:inline-block; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before{ display: none; }

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
	background: #A1A5AB;
	position: relative;
	border-radius: 5px;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -3px;
    margin-left: -8px;
    background: #3D4247;
    width: 16px;
    height: 16px;
    position: absolute;
    border-radius: 8px;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
	
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

.Form ul li {
	clear:none;
}

.sectionFade {
	opacity:0.4;
}

.sectionShow {
	opacity:1;
}

.RentACarMainStyle {
	font-family: Roboto;
}

.RentACarBanner {
	vertical-align:middle;
	background-color:#F3F6F7;
	position: relative;
}

.rentBannerTitle {
	font-weight:bold;
	font-size:14px;
	color:#454a4f;
	
}

.rentBannerText {

	font-size:12px;
	color:#a1a5ab;
}

.rentBannerImageTitle {
	font-size:30px;
	font-weight:bold;
	font-style: italic;
	color: #FFF;
	position:absolute;
	top:100px;
	left: 30px;
	
}


.sameHeight {
	 display: -ms-flex; 
	 display: -webkit-flex; 
	 display: flex; 
}
.sameHeight2 {
	display: -ms-flex; 
	display: -webkit-flex; 
	display: flex; 
    align-items: center;
	justify-content: center;
}


.sameHeight > div { 
	flex:1; 
}

.sameHeight2 > div {
	flex:1
}


.RentACarForm.BookingForm.Search {
	border:0px;
	margin-bottom:0px;
}

.RentACarForm.Hotel::after, .RentACarForm.Room::after, .RentACarForm.BookingForm::after {
	border:0px;
}

.Popup .RentACarMainStyle h2 {
	border-width:1px;
}

.listBoxStyle{
	font-size:12px;
	color:#3d4247;
}


.carDescriptionText {
	font-size:12px;
	color:#a1a5ab;
}

.lblDaysStyle {
	font-size:12px;
	font-weight:light;
	color:#3d4247;
}

.hrCarStyle {
	margin-top: 25px;
    margin-bottom: 15px;
	border: 0.3px dashed #a1a5ab; 
}

.hrDriverDetailsStyle {
	border: 0.3px dashed #3d4247; 
	margin-bottom:15px;
}	

.lblPriceStyle {
	font-size:16px;
	color:#3d4247;
}

.lblPriceTotalStyle{
	font-size:16px;
	color:#3d4247;
	font-weight:bold;
}

.rentSectionTitle {
	font-size:14px;
	font-weight:bold;
	color:#3d4247;
}

.rentDriverDetailsTitle {
	font-weight:bold;
	font-size:12px;
	color: #a1a5ab;
}
.select.rentDriverDetailsDDL select{
	font-size:10px;
	color:#d5d7db;
}


.rentDriverDetailsExistingUser {
	font-size:12px;
	color:#007acc;
	font-weight:bold;
	text-decoration: underline;
}

.rentDriverDetailsMandatoryFields {
	font-size:12px;
	color:#93ba0f
}

.RentACarMainStyle input {
	background-color: white;
}

.RentACarMainStyle .Form input[type=checkbox] {
	margin:0px;
}

.ShoppingCartInner .RentACarBtn {
	margin:0px;
	padding:10px;
}

.ShoppingCartInner .btnRentReserva {
	font-size:14px;
	color:#ef8329;

}

.ShoppingCartInner .Button.Cancel {
	font-size:14px;
	background-color:#a1a5ab;
	border: 1px solid #a1a5ab;
}

.ShoppingCartInner .Button.Cancel:hover {
	background-color:white ;
	color:#a1a5ab !important;
}

.ShoppingCartInner .rentPrice {
	font-size:30px;
	font-weight:bold;
	color:#FFF;
}

.ShoppingCartInner .rentTotalLabel {
	font-size:15px;
	color:#FFF;
}

.ReservationSuccess {
	background: #d5d8dc; /* Old browsers */
	background: -moz-linear-gradient(top, #d5d8dc 1%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #d5d8dc 1%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #d5d8dc 1%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d8dc', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	height: 78vh;
	margin-top:80px;
	border:1px solid #E3E7E8;
	position:relative;
	text-align:center;
	padding-left: 0px;
	padding-right: 0px;
	margin-left:20px;
	margin-right:20px;
	padding-bottom:100px;
}
.ReservationSuccessCircle {
	position:relative;
	border-radius: 50%;
	width: 150px;
	height: 150px; 
	background-color:#0B8043;
	margin:0 auto;
	margin-top:-70px;
}

.ReservationSuccessCircle > .ReservationCarIcon{
    font-size: 80px;
    color: #FFF;
	position: absolute;
    left: 30px;
    top: 25px;
	
}
.Reservationgz{
	font-size:48px;
	color:#0B8043;
    margin-top: 5%;

}
.ReservationText{
	font-size:30px;
	color:#A1A5AB;
    margin-top: 5%;
}
.ReservationText p {
    margin-bottom: 15px;
}
.ReservationText2 {
	font-size:24px;
	font-style:italic;
	font-weight:bold;
	color:#0B8043;
    margin-top: 5%;
}

.ReservationSmileIcon{
	font-size:30px;
	color:#0B8043;
	margin-bottom:25px;
	
}

.ReservationButtons{
    margin-top: 5%;
	
}

.ReservationButtons .btnRentNumber {
	padding:10px;
	font-size:14px;
	background-color:#0B8043;
	font-weight:bold;
	border: 1px solid #0B8043;
	padding-right: 25px;
}

.ReservationButtons .btnRentCalendar {
	padding:10px;
	font-size:14px;
	background-color:#90A6AD;
	font-weight:bold;
	border: 1px solid #90A6AD;
	padding-right: 25px;
}

.ReservationButtons .btnRentNumber label, .ReservationButtons .btnRentCalendar label {
	cursor:pointer;
}

.ReservationButtons .btnRentNumber:hover {
	color:#0B8043 !important;
}
.ReservationButtons .btnRentCalendar:hover {
	color:#90A6AD !important;
	background-color:#d5d8dc;
}


.RentACarOption .RentACarBanner {
	background-color:#FBFBFB;
}
.RentACarOption.BookingForm {
	padding: 0;
	border-left:0px;
	border-right:0px;
	border-bottom:0px;
}

.RentACarOption .btnRentACarOption {
	padding: 8px;
	font-size:14px;
	background-color:#FFF;
	color:#44cb83 !important;
	font-weight:bold;
	border: 1px solid #44cb83;
	text-decoration:none !important;
}

.RentACarOption .btnRentACarOption:hover {
	background-color:#44cb83;
	color:#FFF !important;
}

.RentACarOption .hrCarStyle {
	margin-top: 6px;
    margin-bottom: 15px;
	margin-right: 6px;
}
.checkOutRentACar .RentACarOption .hrCarStyle {
	margin-top: 6px;
    margin-bottom: 9px;
	margin-right: 6px;
}
.checkOutRentACar .BookingForm {
    border-bottom: solid 1px #D5D7DB /* Standard Color 4 */;
    border-left: solid 1px #D5D7DB /* Standard Color 4 */;
    border-right: solid 1px #D5D7DB /* Standard Color 4 */;
}



.checkOutRentACar .RentACarOption .rentBannerImageTitle {
	font-size:30px;
	top: 65px;
    left: 20px;
}

.RentACarOption .rentBannerImageTitle {
	font-size:30px;
}

.rentStepsFixed {
    position:relative;
	top:1px;
}

.rent-wrapper {
	position:relative;
}

.carImageDiv {
	text-align:center;
}

.rentStepsFixed.Fixed {
    padding-left: 50px;
    margin-left: -50px;
	position: fixed;
	top: 30px;
	z-index: 999;
	background: #FFF;
	width: 200%;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
    -webkit-transition: box-shadow 250ms linear;
    -moz-transition: box-shadow 250ms linear;
    -o-transition: box-shadow 250ms linear;
    -ms-transition: box-shadow 250ms linear;
    transition: box-shadow 250ms linear;
}

.RentDeliveryRow.Fixed-Margin {
	margin-top:90px;
}

.RentACarMainStyle .rentBtnForgotPassword {
	margin-top: 0px;
}

.hrDriverDetailsStyle.hrMargin {
    margin-left: 1.5%;
    margin-right: 1.5%;
}


.RentACarMainStyle .Search .Calendar i {
	z-index:2;
}

.RentACarMainStyle .baselineStyle {
	display:flex;
	align-items:baseline;
}
	
 .rentACarMessageDisplay {
	box-shadow: 0px 3px 0px 2px rgba(0,0,1,0.15);
    background-color: beige;
    position: absolute;
    top: 1755px;
    left: 640px;
    padding: 10px 30px 10px 30px;
	z-index:999;
}
	
.rentBannerPadding {
	padding-left:10px;
    padding-right: 18px;
}
	
.RentACarOption .RentACarBanner.Form{
	line-height:none;
}

.RentACarMainStyle .listBoxStyle {
    color: #3D4247;
}

.listBoxStyle {
  -webkit-appearance: menulist-textfield;
  height: 45px;
}

.lvCarContainer {
	height:240px; 
	overflow:scroll; 
	overflow-x: hidden;
	padding-bottom:10px;
}
.lvUlWrapper{}

.RentACarMainStyle .select.lvSelect {
	padding: 0px;
	border: solid 0.5px #A1A5AB;
}
.RentACarMainStyle .lvUlWrapper .lvCarItem {
	width: 100%;
	border: 0px;
    padding: 10px 10px 0 10px !important;
    margin: 0px;
}
.RentACarMainStyle .lvUlWrapper .lvCarItem .lvCarButton {
	font-family: Roboto;
    font-size: 12px;
    color: #a1a5ab;
    font-weight: bold;
    letter-spacing: 0.5px;
	padding: 10px;
	border-color:#E3E3E3;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
	cursor:pointer;
	white-space: normal;

}
.RentACarMainStyle .lvUlWrapper .lvSelectedCarItem {
	width: 100%;
	border: 0px;
    padding: 10px 10px 0 10px !important;
    margin: 0px;
}


.lvSelectedCarItem .lvSelectedCarButton{
	
    width: 100%;
	font-family: Roboto;
    font-size: 12px;
    color: white;
    font-weight: normal;
	padding: 10px;
	background-color:#44CB83 ;
	border:0px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}

.RentACarMainStyle .lvUlWrapper .lvSelectedCarItem .selectedIcon {
	position: absolute;
    top: 20px;
    left: 25px;
    text-align: left;
    color: white;
}


/* HiPay */
.BookingForm .PaymentMethods .select.ddlHiPay{
	margin: 5px 0px 10px 0px;
}


/* Once update panel updates, calendar triggers this. Override it */	
.addthisevent {visibility:visible;!important}
.addthisevent-drop .data {display:block!important;}
.addthisevent-drop {background-image:url(https://www.addevent.com/gfx/icon-calendar-t5.png), url(https://www.addevent.com/gfx/icon-calendar-t1.svg), url(https://www.addevent.com/gfx/dropdown-apple-t1.png), url(https://www.addevent.com/gfx/dropdown-facebook-t1.png), url(https://www.addevent.com/gfx/dropdown-google-t1.png), url(https://www.addevent.com/gfx/dropdown-outlook-t1.png), url(https://www.addevent.com/gfx/dropdown-yahoo-t1.png);background-position:-9999px -9999px;background-repeat:no-repeat;}	
	
	.RentACarMainStyle .ReservationButtons .btnRentCalendar.addthisevent-selected {
    color: #90A6AD;
    background-color: #d5d8dc ;
	}
	
	
/*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;
}
#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}

/* Inquiry CSS*/
.star-cb-group {
  /* remove inline-block whitespace */
  font-size: 0;
  /* flip the order so we can use the + and ~ combinators */
  unicode-bidi: bidi-override;
  direction: rtl;
  /* the hidden clearer */
}
.star-cb-group * {
  font-size: 1rem;
}
.star-cb-group > input {
  display: none;
}
.star-cb-group > input + label {
  /* only enough room for the star */
  display: inline-block;
  overflow: hidden;
  text-indent: 9999px;
  width: .9em;
  white-space: nowrap;
  cursor: pointer;
  font-size: 24px;
}
.star-cb-group > input + label:before {
  display: inline-block;
  text-indent: -9999px;
  content: "☆";
}
.star-cb-group > input:checked ~ label:before, .star-cb-group > input + label:hover ~ label:before, .star-cb-group > input + label:hover:before {
  content: "★";
}
.star-cb-group > .star-cb-clear + label {
  text-indent: -9999px;
  width: .5em;
  margin-left: -.5em;
}
.star-cb-group > .star-cb-clear + label:before {
  width: .5em;
}
.star-cb-group:hover > input + label:before {
  content: "☆";
}
.star-cb-group:hover > input + label:hover ~ label:before, .star-cb-group:hover > input + label:hover:before {
  content: "★";
}

#log {
  margin: 1em auto;
  width: 5em;
  text-align: center;
  background: transparent;
}

/**/

@media (max-width: 979px) {
  #colophon {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 480px) {
	.error404 #page404 {
	  min-height: 300px;
	}
	.error404 #page404 .container {
	  padding: 40px 0 40px;
	  height: 100%;
	}
	.error404 #colophon {
	  font-size: 18px;
	  line-height: 24px;
	}
}

/* ExpressCheckOut */
.ExpressCheckOut {
}
.ExpressCheckOut .columns {
    position: relative;
}
.ExpressCheckOut h2.CartTitle {
    text-transform: capitalize;
}
.ExpressCheckOut .HotelShoppingCart {
    padding: 0 !important;
    border: 0 !important;
}
.ExpressCheckOut .HotelShoppingCart > hr, .ExpressCheckOut .HotelShoppingCart .RoomReserve > p {
    display: none;
}
.ExpressCheckOut .HotelShoppingCart .RoomReserve {
    margin: 0;
}
.ExpressCheckOut .HotelShoppingCart .RoomReserve h4{
    text-transform: uppercase;
}
.ExpressCheckOut .HotelShoppingCart h2 {
    font-size: 12px;
    margin-top: 20px;
}
.ExpressCheckOut .HotelShoppingCart .icon-info-circled {
    font-size: 12px;
    float: none;
    margin-top: 0;
}
.ExpressCheckOut .HotelShoppingCart .Extras .ten.columns {
    width: 50% !important;
}
.ExpressCheckOut .HotelShoppingCart .Extras .five.columns {
    width: 25% !important;
}
.ExpressCheckOut .HotelShoppingCart .Extras .four.columns {
    width: 22% !important;
}
.ExpressCheckOut .HotelShoppingCart .Extras a.tooltipAbsolute {
    margin: 0;
    top: 10px;
    right: -20px;
}
.ExpressCheckOut .HotelShoppingCart .Extras a.Button {
    padding: 2px;
}
.ExpressCheckOut .HotelShoppingCart .ButtonExtras, .ExpressCheckOut .HotelShoppingCart .ProductPopup .Button {
    min-width: 105px;
}
.ExpressCheckOut .HotelShoppingCart .PopUpInnerContent ul li {
    width: 44%;
    margin-right: 3%;
    clear: none;
}
.ExpressCheckOut .HotelShoppingCart .FormSeparator ul li {
    width: 100%;
    margin-right: 0;
}
.ExpressCheckOut .HotelShoppingCart .FormSeparator ul li textarea{
    height: auto;
}
.ExpressCheckOut .HotelShoppingCart .FormSeparator ul li label {
    display: block;
}
.ExpressCheckOut .HotelShoppingCart .AirportMessage {
    font-size: 11px;
}
.ExpressCheckOut .HotelShoppingCart .RatePlan .four.columns {
    width: 25% !important;
}
.ExpressCheckOut .HotelShoppingCart .checked {
    right: auto;
    left: 10px;
    top: 9px;
}
.ExpressCheckOut .HotelShoppingCart .PopUpInnerContentSpecialRequests .checked {
    left: -35px;
    top: 2px;
}
.ExpressCheckOut .HotelShoppingCart .PopUpInnerContentHotelPreferences .checked {
    left: -8px;
    top: 2px;
}
.ExpressCheckOut .HotelShoppingCart .NotPossible {
    color: Red;
    position: absolute;
    background: yellow;
    z-index: 99;
    /*padding: 2px 5px;*/
    right: 10px;
    margin-top: 1px;
}
/* RoomIcons */
.RoomIcons {
    margin-top: 15px;
}
.RoomIcons li {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    position: relative;
    margin: 0 5px 5px 0;
    padding: 0;
}
.RoomIcons li i{
    font-size: 22px;
}
/* [FormPopUp] */
.Popup .BookingForm input[type='text'], .Popup .BookingForm .select, .Popup .BookingForm textarea {
    width: 100% !important;
}
.Popup .Form input.PostalCode1 {
    width: 50% !important;
}
.Popup .Form input.PostalCode2 {
    width: 42% !important;
}
/* [Responsive] */



@media only screen and (max-width: 1279px)
{
    /*.Header .row .push_seven {margin-left: 18.02778%}
    .Header .row .three.columns {width: 15.69444%;}*/
    .RatePlan label {font-size: 11px;}
    .SearchInfo .Button {font-size: 12px;}
    .ShoppingCartInner .Total .Price {display: block;margin-top: 10px;}
    .ShoppingCartInner .TotalInfo {text-align: center;}
    .ShoppingCartInner .TotalInfo a {float: none;display: block;}
    .Form input.Phone {width: 67%;}
    .Form input.PostalCode2 {width: 29%;}
    .qtyminus, .qtyplus, .qtyminusAdult, .qtyplusAdult, .qtyminusChildren, .qtyplusChildren {padding: 0!important;}
    .Search label {font-size: 11px;}
    .Search input {padding: 7px 10px;}
	
	.RentACarOption .rentBannerImageTitle {
		top:85px;
	}
	.RentACarOption .btnRentACarOption{
		padding:5px;
		margin-top: 10px;
	}
	.RentACarOption .responsive-hide {
		display:none;
	}
	
	.checkOutRentACar .RentACarOption .rentBannerImageTitle {
		 top: 55px;
	}
	
	.RentACarMainStyle .listBoxStyle {
		/*height: 20px !important;*/
	}
	
	.RentACarMainStyle .show-responsive {
		display:block !important;
	}
	.ShoppingCart .pnNoValues {padding-bottom: 24px;}
    .HotelImage, .RoomImage {padding-bottom: 16px;}
    .Homepage ul.Steps {margin: 0 auto 20px;}
	
}
@media only screen and (max-width: 1023px)
{
    body header
    {
        position: fixed;
        width: 100%;
        margin: -2px 0 0;
        -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
        -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
        box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
    }
    body.OpenLangCurrency header, body.OpenLogin header {position: relative !important;}
    body div.LangCurrency, body div.Login, body div.Website {margin: 0 auto;}
    body header hr, body header hr {display: none;}
    body.Fixed header .Header, body.Homepage.Fixed header .Header {padding: 3px 0;}
    .Header .push_one.eight.columns, .Header .push_seven.three.columns, .Header .three.columns {width: 32.6% !important; display: inline-block !important;}
    .Header [class*="column"] + [class*="column"]:last-child { display: none !important; }
    body header .Logo a {height: 18px;background: none;text-indent: 0;font-size: 18px;font-weight: 700; text-transform: uppercase;}
    .Header .push_one.eight.columns {width: 100% !important;display: block !important;}
    .Header .push_seven.three.columns, .Header .three.columns {width: 48% !important;display: inline-block !important; margin-top: 15px;}
    .Header .two.columns {width: 24% !important;display: inline-block !important; margin-top: 15px;}
    .Header.Header3 .three.columns {width: 29% !important;}
    .Header.Header3 .two.columns {width: 20% !important;}
    body header .Logo {text-align: center;}
    section#Content {margin: 70px 0 0;padding-top: 70px;}
    .Homepage section#Content {padding-top: 0;}
    .Search, body.Fixed .SearchOn {margin-bottom: 30px;}
    body .Search.SearchOn, body.Fixed .Search.SearchOn, body .Search {padding: 5px 15px 15px;}
    .Search label {margin-top: 10px;}
    .Homepage .SearchOn {border: 0;}
    .Plus {display: none;}
    .Homepage ul.Steps {display: none;}
    ul.Steps {position: absolute;top: -15px;width: 96%;font-size: 9px;}
    ul.Steps li {width: 20%;}
    ul.Steps li span {width: 20px;height: 20px;padding: 4px 0 0;}
    ul.Steps li a {overflow: hidden;display:block;}
    ul.Steps li hr {width: 40%;}
    .tab a {font-size: 14px;padding: 0 15px;line-height: 36px;}
    .tab-container .panel-container {padding: 0 24px;}
    Footer .Container {padding: 25px 15px;}
    Footer .Certificate {/*float: none;margin-top: -7px;margin-bottom: 15px;*/}
    Footer .Container {line-height: 18px;}
    .ShoppingCart {position: fixed; bottom: 0; height: 38px; width: 100%; margin-left: -20px; margin-bottom: 0; z-index: 999;-webkit-box-shadow: 0px -5px 5px 0px rgba(0,0,0,0.15);-moz-box-shadow: 0px -5px 5px 0px rgba(0,0,0,0.15);box-shadow: 0px -5px 5px 0px rgba(0,0,0,0.15);}
    body.Voucher.VoucherInfo .ShoppingCart {position: relative; bottom: auto; height: auto; width: auto; margin-left: 0; margin-bottom: 30px;}
    .ShoppingCart h2 {margin: 0; text-transform: none;}
    .ShoppingCart h2 a span {display: inline-block;}
    .HotelShoppingCart .Remove {font-size: 16px;margin: 0 0 15px 6px;}
    .PromotionCode .Button {padding: 6px 0;}
    body.Voucher.VoucherInfo ul.Steps li {width: 140px;}
    .PromotionTitle {padding: 7px 0;}
    .ShoppingCart h2, body.Homepage .ShoppingCart h2 {margin: 0;padding: 9px 0;}
    .FiltersLink {margin-top: 0;}
    .BFGuestDetails .Form input, .BFGuestDetails .Form textarea, .BFGuestDetails .Form .select {width: 69%;}
    .BookingForm .RoomerLifeHappens {display: block;}
    .VRoomerLifeHappensHd{display: none !important;}
    .VRoomerLifeHappensCt .Title{display: inline-block !important;}
    
    .SearchInfo .Button {margin: 20px 0 0;}
    .Search ul li {padding: 4px 0 !important; float: none;  border-right: 0 !important;max-width: none;}
    .Search ul li small {display: inline-block;}
    .Search ul li small:after {content: ":"}
    .Search .SearchInfo .eighteen.columns .clearfix {display: none;}
    body.Fixed .SearchFixed {position: relative;margin: 0;z-index: 3;-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);-moz-box-shadow: 0 0 0 0 rgba(0,0,0,0);box-shadow: 0 0 0 0 rgba(0,0,0,0); top: auto;}
    body.Fixed .Search {padding: 24px;}
    body.Fixed .SearchPromotion .Search {padding: 18px 15px;}
    .Hotel, .Room, .BookingForm {padding: 18px 24px;}
    .PopUpInnerContent .BookingForm {padding: 18px 0 40px;}
    /* Verificar Responsive
        .HotelMore, .RoomMore {font-size: 14px;}
    .HotelMore .push_eighteen.three.columns {float: left;}
    .HotelMore .three.columns {float: right; margin-left: 15px !important;}*/
    .HotelDescription h2, .RoomDescription h2, .BookingForm h2 {padding: 15px 0 5px;}
    /*.HotelLink {margin-top: 15px;}*/
    .HotelLink span {line-height: 40px;display: block;}
    
    .RoomDescription {margin-top: 15px;}
    .RatePlan .select, .Extras .select {margin-bottom: 15px;}
    
    .PopUpContent {padding: 30px 0 10px;overflow-x: hidden;}
    .PopUpContent.PopUpContentShopping {padding: 45px 25px 0;}
    .PopUpContent.PopUpContentShopping a.Button {float: none; margin-bottom: 5px;}
    .PopUpContent.PopUpContentShopping a.Button.Cancel {float: none;margin-right: 0;}
    .BookingInfo .Button {margin: 15px 0 0;}
    .ProductPopup .Button, .ButtonExtras {margin: 0;}
    .PopUpInnerContent ul li {width: 100%;}
    .PopUpInnerContent .Form ul {width: 100% !important;margin-right: 0 !important;padding-right: 0 !important;float: none;border-right: 0 !important;}
    table.Extras tr td a.Button {width: 100%;}
    .Popup .panel-container ul li {display: block;  width: 100%;}
    .Directions .Directions1, .Directions .Directions2 {width: 100%;float: none;}
    .Directions .Directions2 {margin-top: 20px;}
    .PopUpContentShopping .pull_nineteen.five.columns .Button.Cancel {margin-top: 20px}
    
    .Voucher .ShoppingCart h2 {display: none;}
    body.Voucher.VoucherInfo  .ShoppingCart h2 {display: block;}
    .Voucher .ShoppingCart h2.TotalPrice {display: block;}
    .Voucher .BookingForm .Button.Cancel {margin: 20px 0 0}
    .BookingForm h2 small {float: none;display: block;margin-top: 6px;}
    .Form .inlineForm {margin-right: 10px;margin-top: 15px;}
    .Form .Conditions {line-height: 18px;}
    
    .LangCurrencyOptions h2 {padding: 10px 0 10px;}
    .LangCurrencyOptions ul.Languages li {width: 33%;}
    .LangCurrencyOptions ul.Currency li {width: 25%;}
    .LoginForm input {padding: 2%;}
    .LoginForm .Button {margin: 25px 0 0;}
    .LoginForm .LoginLinks {padding: 20px 0 0;}
    
    .HotelImage, .RoomImage {height: auto;}
    .HotelImage img, .RoomImage img {max-height: none;}
    .RoomImage i {display: none;}
    
    table.stacktable.small-only {display: table;}
    table.stacktable.large-only {display: none;}
    table.Extras tr th.st-head-row {font-size: 12px !important;}
    table.Extras tr th.st-head-row.st-head-row-main {font-size: 16px !important;}
    table tr td, table tr th {padding: 5px;}
    
    .PopUpContentShopping table tr div.gridHeader, .Extras.FirstRow {display: none;}
    .PopUpContentShopping div.gridItem {font-weight: 400; text-transform: none;}
    .PopUpContentShopping div.gridItem label, .ExtrasRow label {display: inline-block; width: 39%;}
    div.Extras.ExtrasRow div, div.Extras.ExtrasRow div.ExtraPadding {padding: 5px !important;}
    .ExtrasRow label {float: left;}
    .ExtrasRow div {text-align: left !important;}
    .ExtrasRow .five.columns div {float: left;width: 160px;margin-top: -5px;}
    div.Extras.ExtrasRow a.Button {width: 100%;margin-bottom: 15px; text-align: center;}
    div.Extras.ExtrasRow .checked {margin: 30px 0 0}
    
    body header .LoginOptions hr {display: block !important;}
    body header .LoginForm hr {display: none !important;}
    
    .PopUpContent .Description {clear: both; margin-top: 20px;}
    .PopupLoading {width: 100% !important;}
    .ProductPopup h3 a {margin-right: 0;}
    body.Popup {overflow-x: hidden; width: 100%;}
    .ProductPopup img {width: 100%;}
    
    .divMobile {display: block; margin-bottom: -60px;}
    
    .checked {display: block !important;padding-top: 0;position: relative;right: auto;}
    
    .Button.Cancel.Fright25 {margin-top: 40px;}
    .BookingInfo .Button.Confirm {clear: both;}
    .BookingInfo .Button.Cancel {margin-right: 0;}
    
    /* Voucher Tables */
    .VoucherRooms thead {display: none;}
    .VoucherRooms tr td {display: block; width: 100%;}
    .VoucherRooms tr td > span.Title {display: inline-block; font-weight: 700; width: 200px; text-transform: uppercase;}
    
    .NoAvailMessage, .NoResultsTxt
    {
        color: #1A9900;
    }
    .NoResultsTxt
    {
        color: #1A9900;
    }
    .NoResultsTxt a
    {
        color: #1A9900 !important;
    }
    /*.NoAvailMessage
    {
        display: block;
        padding-bottom: 15px;
    }
    .NoResultsTxt
    {
        display: none;
    }*/
    .AddToCartBtnProduct
    {
	    margin-top: 0 !important;
    }

    .ExpressCheckOut .HotelShoppingCart .Extras .ten.columns {width: auto !important;}
    .ExpressCheckOut .HotelShoppingCart .Extras .five.columns {width: auto !important;}
    .ExpressCheckOut .HotelShoppingCart .Extras .four.columns {width: auto !important;}
    .ExpressCheckOut .HotelShoppingCart .Extras a.tooltipAbsolute {right: auto;}
    .ExpressCheckOut .HotelShoppingCart .PopUpInnerContent ul li {width: 100%;margin-right: 0;clear: both;}
    .ExpressCheckOut .HotelShoppingCart .RatePlan .four.columns {width: 100% !important;}
    
	/*RentACar */
	.RentACarMainStyle ul.Steps {
		top:0px;
	}
	.rentStepsFixed {
	height: 50px;
	margin: 0px 0px 10px 0px;
	}
	
	.RentACarMainStyle .rentStepsFixed.Fixed{
	height: 75px;
	width: 100%;
	padding-left: 0;
    margin-left: -18px;
	}
	.RentACarMainStyle ul.Steps li span { 
	    padding: 2px 0 0;
	}
	.RentACarMainStyle .Search .row > div {
		width:100% !important;
	}
	.RentACarMainStyle.twenty-four.columns {
		
	}
	
	.RentACarMainStyle .sameHeight {
		display:block;
		
	}
	.RentACarMainStyle .Search .row .row > div {
		width:100% !Important;
	}
	
	.RentACarMainStyle .Search .row > div {
		margin-left:0 !important;
	}
	
	.RentACarMainStyle .Search .row > div {
		max-height: none !important;
	}
	
	.RentACarMainStyle .columns {
		width:100% !important;
		margin-right:5px;
		float:left !important;
		max-height: none !important;
	}
	
	.RentACarMainStyle .divRentPrice {
		text-align:center;
		margin-bottom:20px;
	}
	
	.RentACarMainStyle .Cancel {
		margin-bottom:20px;
	}
	
	.checkOutRentACar .RentACarOption .rentBannerImageTitle  {
		top: 100px;
		left: 20px;
	}

	.checkOutRentACar .RentACarOption .btnRentACarOption, .RentACarOption .btnRentACarOption {
		margin-left:100px;
		margin-right:100px;
		margin-bottom:5px;
	}
	
	.RentACarMainStyle .rentBannerImageTitle {
		top: 85px;
		left: 25px;
	}
	
	.RentACarMainStyle .txtSelectedCar{
		padding-top:20px;
	}
	
	.ReservationSuccess .Reservationgz{
	font-size:38px;
	
	}
    .ReservationSuccess .ReservationText{
	font-size:20px;
	color:#A1A5AB;
    margin-top: 5%;
	}

	.ReservationSuccess .ReservationText2 {
	font-size:18px;
	}

	.ReservationSuccess .btnRentNumber {
	margin-bottom:5px;
	}


	.RentACarOption .responsive-hide {
		display:none !important;
	}
	
	.RentACarOption .sameHeight2 {
		display:block;
	}
	.RentACarOption .rentBannerTitle, .RentACarOption .rentBannerText {
		padding:5px;
	}
	
	
	.RentACarMainStyle .responsive-hide {
		display:none !important;
	}
    .PopUpContent .Button.Delete {
    position: relative;
    width: auto;    bottom: auto;
}
}
@media only screen and (max-width: 1023px) and (min-width: 768px){
	.Search .row > div {float: left !important; width:48% !important; margin: 0 1%  10px !important; max-height: 54px;}
    .Search .row .row > div {width:23% !important;}
	.Search .row > div.ButtonSearch {width:98% !important; margin: 0 1% !important;}
	#AvailabilitySearch1_cboRoomTypes_update, .Search .row > div.one.columns {display: none;}

	/* RentACar */
	.RentACarOption .rentBannerImageTitle {
		top:80px;
		left: 25px;
	}
	
	.checkOutRentACar .RentACarOption .rentBannerImageTitle {
		top: 100px;
		left: 25px;
	}

}
@media only screen and (max-width: 767px)
{
    section#Content {margin: 0; padding: 130px 0 0 !important;}
    body.Homepage section#Content {margin: 0; padding: 90px 0 0 !important;}
    ul.Steps {top: 70px;margin: 5px auto 5px;height: 27px;overflow: hidden;}
    .tab a {font-size: 12px;padding: 0 5px;line-height: 26px;}
    .Extras .select {width: 90%;}
    ul.Steps {width: 90%;}
    
    .inlineFormCardNumber {width: 100%;}
    .inlineForm .SecuritCode {width: 45px !important; padding: 6px 6px;}
    .inlineForm.CCMonth .select {width: 70px !important; padding: 6px 6px;}
    .inlineForm.CCYear .select {width: 72px !important; padding: 6px 6px;}
	
	.HotelDescription h2, .RoomDescription h2, .BookingForm h2 {font-size: 16px;}
	
	.PromoDiscount {float: none;}
	
	#popup {width: 300px;padding: 0;height: 199px;}
    #popup img {width: 300px; height: 199px;}
    #popup .bpopupContent {font-size: 11px; line-height: 13px; bottom: 0;width: 300px;padding: 0 5px 5px;margin: 0;z-index: 1;}
    #popup h2 {font-size: 14px; line-height: 24px}

    .ShoppingCart {height: 34px;}
    body.Homepage .ShoppingCart h2 {margin: 0;}
    body.Voucher ul.Steps li, body.Voucher.VoucherInfo ul.Steps li {width: 20%;}
    .BFGuestDetails label {display: block;width: 100%;}
    .BFGuestDetails .Form input, .BFGuestDetails .Form textarea, .BFGuestDetails .Form .select, .Form input.Phone {width: 100% !important;}
    .HotelShoppingCart .RoomsShoppingCart .Form p, .HotelShoppingCart .RoomsShoppingCart .Form .select {display: block;width: 100%;}
    .PromotionCode input {display: block;width: 100%;float: none;}
    .PromotionCode .Button {display: block;width: 100%;margin: 10px 0 0;}
    .RoomReserve .Form .select {margin: 5px 0 10px;}
    .VoucherRooms tr td > span.Title {width: 100%;}
	.PartnersInatel .icon-down-open-big {display: none}

    body > form, body .pagewrap > form {margin: 0 0 60px;}
	
	.BookingForm.Search {padding: 15px;}
    .columnFixed {position: relative; right: auto;}
	
	/*RentACar*/
	.rentStepsFixed {
	height: 50px;
	margin: 10px 0px 0px 0px;
	}
	

	
	.RentACarMainStyle .rentStepsFixed.Fixed{
		top: 22px;
		height: 50px;
	}
	.RentACarMainStyle .RentACarBanner img {
		height: 70px;
	}
	
	.RentACarMainStyle .rentBannerText {
		font-size: 10px;
	}
	.RentACarMainStyle .rentBannerTitle {
		font-size: 12px;
	}
	
	.RentACarMainStyle .rentBannerImageTitle {
    top: 45px;
    left: 10px;
	font-size: 20px;
	}
	
	.RentACarMainStyle .txtSelectedCar{
		padding-top:20px;
	}
	
	.RentACarMainStyle .RentACarBtn {
		margin-left:20px;
		margin-right:20px;
	}
	
	.ReservationSuccess {
		margin-top: 40px;
	}
	.ReservationSuccess .Reservationgz{
	margin-top:10%;
	
	}
    .ReservationSuccess .ReservationText{
margin-top:10%;
	}

	.ReservationSuccess .ReservationText2 {
margin-top:10%;
	}

	.ReservationSuccess .btnRentNumber {
margin-top:10%;
	}
	
	.checkOutRentACar .RentACarOption .rentBannerImageTitle  {
		top: 80px;
		left: 20px;
	}
	 .RentACarOption .rentBannerImageTitle  {
		top: 85px;
		left: 20px;
	}
	
	.RentACarOption .rentACarImage {
		min-height: 110px;
	}
	.checkOutRentACar .rentACarImage {
		height: 80px;
	}
	
	.checkOutRentACar .RentACarOption .btnRentACarOption, .RentACarOption .btnRentACarOption  {
		margin-top: 5px;
		margin-bottom: 5px;
		margin-left: 40px;
		margin-right: 40px;
		padding: 6px;
		
		
	}
	.RentACarMainStyle .baselineStyle {
		display:block;
		
	}
	
	.RentACarOption .responsive-hide {
		display:none;
	}
			.ReservationSuccess {
	height:90vh;
	}
	
    .PromoDiscount .HotelLink{display: none;}
}
@media only screen and (max-width: 441px)
{
    .Form input.PhoneIndicator {width: 20%;margin-bottom: 4%;}
    .Form input.Phone {width: 67%;}
    .Form ul li.HalfSize {width: 100%;float: none;}
    .Form ul li.HalfSize2 {margin-left: 0;}
    .Header .push_seven.three.columns, .Header .three.columns {width: 49% !important;}
    .Header.Header3 .three.columns {width: 28% !important;}
    .Header.Header3 .two.columns {width: 18% !important;}
    .Popup h2 {font-size: 15px;}
    .getCreditCardNumber {width: 200px !important;}
    .LangCurrencyOptions ul.Languages li {width: 50%;}
    header > .row {padding: 0;}
    .ExtrasRow .five.columns div {width: 130px;margin-top: 0;}
    .ExtrasRow .five.columns div {width: 130px;margin-top: 0;}
    .Extras.ExtrasRow .select i {top: 5px;}
	
	 .RentACarOption .rentBannerImageTitle  {
		 top: 80px;
		 left:10px;
		 font-size:25px;
	 }
	.RentACarOption .rentBannerText {
		display:none;
	}
	
	.RentACarOption .hrCarStyle {
		display:none;
	}
	
	.checkOutRentACar .RentACarOption .rentBannerText {
		display:none;
	}




}
@media only screen and (max-width: 355px)
{
    .Header.Header3 i.icon-down-open-big {display: none !important;}
    body header .Logo a, body.Fixed header .Logo a {font-size: 14px;height: 14px;}
    .LoadingText {font-size: 14px; line-height: 18px;}
    #circularG{margin: 15px auto 0}
	
	/*RentACar*/
	.RentACarMainStyle .rentBannerText {
		display:none;
	}
	
	.RentACarMainStyle .rentBannerImageTitle {
		top: 50px;
		left: 8px;
		font-size: 16px;
	}
	.RentACarMainStyle .rentStepsFixed.Fixed {
		height: 40px;
		padding-left: 8px;
	}
	
	.RentACarMainStyle .listBoxStyle {
		/*height:20px !important;*/
	}
	
	.RentACarMainStyle .carImage {
		height:200px !important;
	}

	.RentACarMainStyle .hrDriverDetailsStyle {
	display:none;
	}

	.RentACarMainStyle .responsive-hide {
	display:none;
	}


	.ReservationSuccess .Reservationgz{
	font-size:24px;
	
	}
    .ReservationSuccess .ReservationText{
	font-size:20px;
	}

	.ReservationSuccess .ReservationText2 {
	font-size:20px;
	}

	.ReservationSuccess .btnRentNumber {
	margin-top:30%;
	}

	.ReservationSuccess .Button {
	font-size:11px;
	}
	.RentACarOption .rentBannerText {
		display:none;
	}
	
	 .RentACarOption .rentBannerImageTitle  {
		top: 85px;
		left: 6px;
		font-size: 18px;
	 }
	 .checkOutRentACar .RentACarOption .rentBannerImageTitle {
		top: 85px;
		left: 6px;
		font-size: 18px;
	 }
	.RentACarOption .btnRentACarOption {
		padding: 6px;
		font-size: 12px;
		margin-top: 5px;
		margin-left: 20px;
		margin-right: 20px;
		padding: 6px;
	}
	
	.RentACarMainStyle .show-responsive {
		display:block !important;
	}
	
	.ReservationButtons .btnRentCalendar {
		font-size:12px;
	}

}
@media print {
    header, .Voucher.VoucherInfo #Content .ten.columns, .Steps, #Footer {display: none;}
    body.Voucher.VoucherInfo #Content .row > .fourteen.columns {width: 100%;}
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('fonts/fontawesome-webfont.eot?v=4.7.0');src:url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}