/* basic elements */
* { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
html, body { padding: 0; margin: 0; }

a { text-decoration: none; color: #0069c4; }
a:hover { color: #c5003c; }
img { border: 0; }
form { margin: 0; }
table { border-collapse: collapse; }
.fl { float: left; }
.fr { float: right; }
.clear { clear: both; }
.center { text-align: center; }
.middle { vertical-align: middle !important; }
.centered { margin: 0 auto; }
.right { text-align: right; }
.vm { vertical-align: middle !important; }
.clickable { cursor: pointer; }
.hidden { display: none; }
.visible { display: block; }
.br { border: 1px solid red; }
.bb { border: 1px solid blue; }
.bold { font-weight: bold; }
.lower { text-transform: lowercase; }
.upper { text-transform: uppercase; }
.capitalize { text-transform: capitalize }
.full { width: 100%; }
hr { height: 1px; border-width: 0; margin: 20px 0; color: #ccc; background-color: #ccc; }

a:link {
    color: #07c;
}
a:hover {
    color: #febb02;
}
/* layout */
body { font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif; font-size: 13px; color: rgba(0, 0, 0, 0.80);}
.c1-2 { width: 80px; }
.c1-3 { width: 60px; }
.c2-3 { width: 120px; }
.c1 { width: 180px; }
.c11 { width: 195px; }
.c15 { width: 240px; }
.c2 { width: 380px; }
.c25 { width: 440px; }
.c3 { width: 580px; }
.c4 { width: 780px; }
.c5 { width: 980px; }
.ml { margin-left: 20px; }
.mr { margin-right: 20px !important; }
.mt { margin-top: 20px; }
.mt2 { margin-top: 40px; }
.mt3 { margin-top: 60px; }
.mb { margin-bottom: 20px; }
.mb2 { margin-bottom: 40px; }
.wrapper { width: 1090px; margin: 0 auto; }

@font-face {
    font-family:MontserattBlack;
    src:url(../font/Montserrat-Medium.otf);
}

.header-wrapper {
    position:fixed;
    width:100%;
    background:#003695;
    z-index: 111;
    top:0;
}

.header {
    position:relative;
    height:50px;
    width:1090px;
    margin:0 auto;
}
.header-wrapper.blued {
    background: #013893;
}
.logo {
    position:absolute;
    font-size:22px;
    color:white;
    top:4px;
    left:10px;
    font-weight:bold;
}
.logo span {
    padding:0;
    margin:0;
    display:inline-block;
    float:left;
}
.logo-sub {
    color:#fff;
}
.logo-hint {
    display:block;
    font-size:11px;
    clear:both;
}
.header-controls {
    position:relative;
    float:right;
    margin-top:10px;
    margin-right:10px;
}
.header-controls div:not(.hint-popup) {
    display: inline-block;
    font-weight: bold;
    position:relative;
    margin-left:3px;
    cursor:pointer;
    color:#e9f0f9;
    padding:7px 10px;
}

.header-controls div.links {
    padding: 7px 0 2px 1px;
    font-weight:normal;
}

.header-controls div:not(.links):not(.header-currency-inline) {
    background-color: #fff;
    border-radius: 3px;
    color: #383838;
}
.header-controls div:not(.links):not(.header-currency-inline):not(.language):not(.percentage):not(.hint-popup):hover {
    color:#07c;
}

.header-controls div.dark {
    border:solid 1px white;
    color:#fff;
    background:#003680;
}

.header-controls div.links:hover {
    color:#ffffff;
}

.header-controls div.dark:hover {
    color:#fff !important;
    background-color:rgba(255, 255, 255, 0.1) !important;
}
.header-controls div.favorites {
    background:url(../img/678087-heart-128.png) 0 8px no-repeat;
    padding-left:20px;
}

.header-percentage-1 {
    background:url(../img/percentage_1.png) transparent !important;
    width:600px;
    height:40px;
    border-radius:0 !important;
}
.header-percentage-2 {
    background:url(../img/percentage-2-1.png) transparent !important;
    width:545px;
    height:40px;
    border-radius:0 !important;
    margin-right: 119px;
}
.header-percentage-3 {
    background:url(../img/percentage-3.png);
    width:600px;
    height:40px;
    border-radius:0 !important;
}
.header-percentage-4 {
    background:url(../img/percentage-4.png) !important;
    width:600px;
    height:40px;
    border-radius:0 !important;
}
.header-percentage-4 .message {
    color: white;
    font-size: 10px;
    font-weight: normal;
    left: 245px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 13px;
    width: 120px;
}
.header-percentage-text {
    position:absolute;
    right:140px;
    color:#9b9b9b;
    top:14px;
    font-weight:normal;
    font-size: 10px;

}

.header-controls div.language {
    font-weight:normal;
    width: 22px;
    top: 5px;
    height: 22px;
    border-radius: 11px !important;
}
.header-controls div.chat-support {
    font-weight:normal;
    width:25px;
    top:3px;
    height:16px;
    background:url(../img/chat-top.png) no-repeat;
}

.proceed-row div.chat-support
{
    font-weight:normal;
    width:21px;
    height:20px;
    background:url(../img/btc-hint.png) no-repeat;
    background-size: contain;
    position: absolute;
    left:230px;
    top:28px;
}
.hint-popup {
    position:absolute;
    top:20px;
    left:20px;
    background:#ffd2a2 !important;
    border-radius:3px;
    border:solid 1px #e2aa11;
    padding: 7px 10px;
    font-size:12px;
    display:none;
    color:black;
    z-index:100;
    line-height:13px;
}
.hint-popup-btc {
    position: absolute;
    top: calc(-50% - 2px);
    left: calc(100% + 10px);
    background: #ffd2a2 !important;
    border-radius: 3px;
    border: solid 1px #e2aa11;
    padding: 7px 10px;
    font-size: 12px;
    display: none;
    color: black;
    z-index: 100;
    line-height: 13px;
    width: 200px;
}
.header-controls div.chat-support:hover .hint-popup {
    display:block;
}
.proceed-row div.chat-support:hover .hint-popup-btc {
    display:block;
}
.chat-support:hover .hint-entity-centered {
    display:block;
}
.header-controls div.language-en {
    background: url(../img/icons/langs/en.png) center no-repeat;
    background-size: contain;
    margin: 0;
}
.header-controls div.language-uk {
    background: url(../img/icons/langs/uk.png) center no-repeat;
    background-size: contain;
    margin: 0;
}
.header-controls div.language-fr {
    background: url(../img/icons/langs/fr.png) center no-repeat;
    background-size: contain;
    margin: 0;
}
.header-controls div.language-br {
    background: url(../img/icons/langs/br.png) center no-repeat;
    background-size: contain;
    margin: 0;
}
.header-controls div.language-se {
    background: url(../img/icons/langs/se.png) center no-repeat;
    background-size: contain;
    margin: 0;
}
.header-controls div.language-sp {
    background: url(../img/icons/langs/sp.png) center no-repeat;
    background-size: contain;
}
.header-controls div.language-ar {
    background: url(../img/icons/langs/ar.png) center no-repeat;
    background-size: contain;
    margin: 0;
}
.header-controls div.language-mx {
    background: url(../img/icons/langs/mx.png) center no-repeat;
    background-size: contain;
    margin: 0;
}
.header-controls div.language-tl {
    background: url(../img/icons/langs/fil.png) center no-repeat;
    background-size: contain;
    margin: 0;
}
.header-controls div.language-vi {
    background: url(../img/icons/langs/viet.png) center no-repeat;
    background-size: contain;
    margin: 0;
}
.header-controls div.language-sl {
    background: url(../img/icons/langs/sloven_1.png) center no-repeat;
    background-size: contain;
    margin: 0;
}
.header-controls div.language-sr {
    background: url(../img/icons/langs/serb.png) center no-repeat;
    background-size: contain;
    margin: 0;
}
.header-controls div.language-sk {
    background: url(../img/icons/langs/sloven_2.png) center no-repeat;
    background-size: contain;
    margin: 0;
}
.header-controls div.language-lt {
    background: url(../img/icons/langs/lith.png) center no-repeat;
    background-size: contain;
    margin: 0;
}
.header-controls div.language-hr {
    background: url(../img/icons/langs/hrvat.png) center no-repeat;
    background-size: contain;
    margin: 0;
}
.header-controls div.language-et {
    background: url(../img/icons/langs/eest.png) center no-repeat;
    background-size: contain;
    margin: 0;
}
.header-controls div.language-th {
    background: url(../img/icons/langs/thai.png) center no-repeat;
    background-size: contain;
    margin: 0;
}
.header-controls div.language-ms {
    background: url(../img/icons/langs/malay.png) center no-repeat;
    background-size: contain;
    margin: 0;
}
.header-controls div.language-id {
    background: url(../img/icons/langs/indon.png) center no-repeat;
    background-size: contain;
    margin: 0;
}
.header-controls div.language-hi {
    background: url(../img/icons/langs/hindi.png) center no-repeat;
    background-size: contain;
    margin: 0;
}
.header-controls div.language-ua {
    background: url(../img/icons/langs/ukr.png) center no-repeat;
    background-size: contain;
    margin: 0;
}
.header-controls div.language-lv {
    background: url(../img/icons/langs/latv.png) center no-repeat;
    background-size: contain;
    margin: 0;
}
.header-controls div.language-he {
    background: url(../img/icons/langs/isr.png) center no-repeat;
    background-size: contain;
    margin: 0;
}
.header-controls div.language-kr {
    background: url(../img/icons/langs/kor.png) center no-repeat;
    background-size: contain;
    margin: 0;
}
.header-controls div.language-arb {
    background: url(../img/icons/langs/arab.png) center no-repeat;
    background-size: contain;
    margin: 0;
}
.header-controls div.language-bg {
    background: url(../img/icons/langs/bulg.png) center no-repeat;
    background-size: contain;
    margin: 0;
}
.header-controls div.language-tr {
    background: url(../img/icons/langs/turk.png) center no-repeat;
    background-size: contain;
    margin: 0;
}
.header-controls div.language-el {
    background: url(../img/icons/langs/el.png) center no-repeat;
    background-size: contain;
    margin: 0;
}
.header-controls div.language-pl {
    background: url(../img/icons/langs/pl.png) center no-repeat;
    background-size: contain;
    margin: 0;
}
.header-controls div.language-zhtw {
    background: url(../img/icons/langs/zhtw.png) center no-repeat;
    background-size: contain;
    margin: 0;
}
.header-controls div.language-zhcn {
    background: url(../img/icons/langs/zhcn.png) center no-repeat;
    background-size: contain;
    margin: 0;
}
.header-controls div.language-ru {
    background: url(../img/icons/langs/rus.png) center no-repeat;
    background-size: contain;
    margin: 0;
}
.header-controls div.language-ja {
    background: url(../img/icons/langs/jpn.png) center no-repeat;
    background-size: contain;
    margin: 0;
}
.header-controls div.language-ro {
    background: url(../img/icons/langs/rmn.png) center no-repeat;
    background-size: contain;
    margin: 0;
}
.header-controls div.language-hu {
    background: url(../img/icons/langs/hungr.png) center no-repeat;
    background-size: contain;
    margin: 0;
}
.header-controls div.language-cs {
    background: url(../img/icons/langs/czech.png) center no-repeat;
    background-size: contain;
    margin: 0;
}
.header-controls div.language-da {
    background: url(../img/icons/langs/dansk.png) center no-repeat;
    background-size: contain;
    margin: 0;
}
.header-controls div.language-fi {
    background: url(../img/icons/langs/fin.png) center no-repeat;
    background-size: contain;
    margin: 0;
}
.header-controls div.language-no {
    background: url(../img/icons/langs/nor.png) center no-repeat;
    background-size: contain;
    margin: 0;
}
.header-controls div.language-pt {
    background: url(../img/icons/langs/pt.png) center no-repeat;
    background-size: contain;
    margin: 0;
}
.header-controls div.language-it {
    background: url(../img/icons/langs/it.png) center no-repeat;
    background-size: contain;
    margin: 0;
}
.header-controls div.language-ca {
    background: url(../img/icons/langs/ctl.png) center no-repeat;
    background-size: contain;
    margin: 0;
}
.header-controls div.language-nl {
    background: url(../img/icons/langs/ndl.png) center no-repeat;
    background-size: contain;
    margin: 0;
}
.header-controls div.language-de {
    background: url(../img/icons/langs/de.png) center no-repeat;
    background-size: contain;
    margin: 0;
}

.header_icon {
    width: 30px;
    float: right;
    margin-right: 10px;
    margin-top: 16px;
}
.language-currency {
    position: absolute;
    top: 5px;
    left: 100%;
    color: #c5e1d5;
    font-size: 14px;
    line-height: 12px;
}
.header-standard div.language {
    font-weight:normal;
    width: 22px;
    top: 5px;
    height: 22px;
}

.header-standard .language-en {
    background:url(../img/lang/en.png) no-repeat center;
    background-size:contain;
    margin: 0;
}
.header-standard .language-br {
    background:url(../img/lang/br.png) no-repeat center;
    background-size:contain;
    margin: 0;
}
.header-standard .language-sp {
    background:url(../img/lang/sp.png) no-repeat center;
    background-size:contain;
    margin: 0;
}
.header-standard .language-se {
    background:url(../img/lang/se.png) no-repeat center;
    background-size:contain;
    margin: 0;
}
.header-standard .language-fr {
    background:url(../img/lang/fr.png) no-repeat center;
    background-size:contain;
    margin: 0;
}
.header-standard .language-uk {
    background:url(../img/lang/uk.png) no-repeat center;
    background-size:contain;
    margin: 0;
}
.header-standard .language-mx {
    background:url(../img/lang/mx.png) no-repeat center;
    background-size:contain;
    margin: 0;
}
.header-standard .language-ar {
    background:url(../img/lang/ar.png) no-repeat center;
    background-size:contain;
    margin: 0;
}



.footer-wrapper {
    position:relative;
    width:100%;
    background:#fff;
}

.footer {
    position:relative;
    min-height:90px;
    width:1090px;
    margin:0 auto;
}
.footer-title {
    text-align:center;
    position:relative;
    border-top:solid 2px #fff;
    border-bottom:solid 2px #fff;
    padding:9px;
    color:#006ec4;
    font-size: 1.2em;
    cursor:pointer;
    padding-top: 20px;
}
.footer-title:hover {
    color:#febb02;
}
.footer-copyright {
    position:relative;
    font-size:11px;
    text-align:center;
    padding-top:15px;
    padding-bottom:10px;
}
.footer-copyright-first {
    position:relative;
    font-size:11px;
    text-align:center;
    padding-top:10px;
    padding-bottom:0;
}
.footer-partners {
    position:relative;
    width:100%;
    text-align:center;
}
.footer-partners div {
    display:inline-block;
    margin: 0 15px;
}
.footer-partners div.booking {
    background:url('../img/logo_blue.svg') no-repeat center center;
    width:91px;
    height:26px;
}
.footer-partners div.priceline {
    background:url('../img/pipeline.svg') no-repeat center;
    width:70px;
    height:26px;
}
.footer-partners div.kayak {
    background:url('../img/kayak.svg') no-repeat center;
    width:79px;
    height:26px;
}
.footer-partners div.agoda {
    background:url('../img/agoda.svg') no-repeat center;
    width:40px;
    height:26px;
}
.footer-partners div.opentable {
    background:url('../img/opentable.svg') no-repeat center;
    width:70px;
    height:26px;
}
.footer-separator {
    background:#0076cd;
    height:10px;
    width:100%;
}
.footer-companies {
    background:url(../img/companies.png) no-repeat top;
    width:1100px;
    height:78px;
    position:relative;
    margin:0 auto;
}
.footer-companies-title {
    color:#494949;
    font-size:11px;
    text-align:center;
    padding-top:20px;
    padding-bottom:20px;
}
.white {
    background:#fff !important;
}

.footer-top-menu {
    background-color: #003695;
    font-size: 13px;
    padding: 0;
    height:34px;
    color:white;
}

.footer-subtop-menu {
    background-color: #003695;
    font-size: 13px;
    padding: 0;
    height:58px;
    color:white;
    border-bottom: solid 1px white;
}
.footer-top-menu-holder {
    width:1090px;
    position:relative;
    margin:0 auto;
    height: 34px;
}
.footer-top-links-list {
    position:relative;
    width:100%;
    list-style:none;
    text-align:left;
    margin: 0;
    padding: 0;
}
.footer-top-links-list li {
    display:inline-block;
    padding:8px 0 3px 0;
    margin:0 8px 0 8px;
    font-weight:bold;
    cursor: pointer;
    height: 100%;
    text-decoration: underline;
}

.footer-top-link-join {
    border: solid 1px white;
    border-radius: 3px;
    text-decoration: none !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.footer-top-link-join:hover {
    background: rgba(255,255,255,0.2) !important;
}

.footer-top-links-list li:hover {
    background:#003580
}
.footer-navigation-links {
    position:relative;
    width:1090px;
    margin:0 auto;
    padding:16px 0;
}
.footer-navigation-links-column {
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0 10px 0 0;
    width: 20%;
}
.footer-navigation-links-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.footer-links-wrapper {
    background:#fff;
    position:relative;
}
.footer-company-location {
    width:1090px;
    margin:0 auto;
    padding-top:50px;
    padding-bottom:20px;
    position:relative;
}
.wrapper {
    position:relative;
    min-height:300px;
}
.special-wrapper {
    position:relative;
    margin-top: 50px;
}

.special-wrapper.blued {
    position:relative;
    background: rgb(13,64,143);
    background: linear-gradient(0deg, rgba(13,64,143,1) 0%, rgba(1,56,147,1) 100%);
}
.clearfix::before, .clearfix::after {
    clear: both;
    content: "";
    display: block;
}
.clearfix::before, .clearfix::after {
    clear: both;
    content: "";
    display: block;
}
.clearfix::before, .clearfix::after {
    clear: both;
    content: "";
    display: block;
}
.clearfix::before, .clearfix::after {
    content: "";
    display: table;
    line-height: 0;
}
.clearfix::before, .clearfix::after {
    clear: both;
    content: "";
    display: block;
}
.clearfix::before, .clearfix::after {
    clear: both;
    content: "";
    display: block;
}
.clearfix::before, .clearfix::after {
    clear: both;
    content: "";
    display: block;
}
.clearfix::after {
    clear: both;
}
.clearfix::before, .clearfix::after {
    content: "";
    display: table;
    line-height: 0;
}
.clearfix {
}
.get_app_footer {
    clear: both;
    position:relative;
    margin:0 auto;
    width:1090px;
    padding: 20px 0;
}

.gta_footer_forms {
    float: left;
    padding-right: 3%;
    margin-right:1%;
    width: 46%;
    border-right:solid 1px black;
}
.get_app_footer .gta_footer_header {
    margin-bottom: 5px;
}
.get_app_footer .gta_footer_heading {
    display: block;
    font-size: 24px;
    font-weight: normal;
    margin: 0;
    padding: 0 0 8px 0;
}
h2 {
    font-size: 120%;
    font-weight: bold;
    margin: 0 0 0.5em 0.5em;
    padding-top: 1.5em;
}
.get_app_footer .gta_footer_sub_heading {
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    margin: 0;
}
.gta-general-footer-widget {
    font-size: 13px;
    padding-top: 10px;
}
.gta-general-footer-widget .gta-email-widget, .gta-general-footer-widget .gta-sms-widget {
    float: left;
    position: relative;
    width: 47%;
}

.gta-widget-phone {
    padding-left:45px !important;
}
.gta-general-footer-widget {
    font-size: 13px;
}
.gta-general-footer-widget .gta-widget-or {
    float: left;
    padding-top: 7px;
    text-align: center;
    width: 6%;
}

.gta_footer_forms input {
    border: 1px solid #e9f0fa;
    border-radius: 2px;
    line-height: 15px;
    margin-bottom: 5px;
    padding: 7px 3%;
    width: 99.5%;
}
input, select {
    margin: 0;
    padding: 0;
}
input, button, select, textarea {
    color: #383838;
    font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
    font-size: 1em;
}
.b-button.b-button_flat {
    border: 0 none;
    box-shadow: none;
}
.b-button.b-button_primary, .b-button.b-button_primary .b-button__text {
    color: #fff !important;
    font-size: 13px !important;
}
.gta_footer_forms button {
    background: #07c none repeat scroll 0 0;
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    margin-bottom: 5px;
    padding: 7px 0;
    text-align: center;
    width: 100%;
}
.b-button {
    background-color: #07c;
    border: 2px solid #fff;
    border-radius: 3px;
    box-shadow: 0 0 3px #aaa;
    color: #07c;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    line-height: 1.5;
    margin: 0;
    padding: 5px 10px;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
}
input, button, select, textarea {
    color: #383838;
    font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
    font-size: 1em;
}
.b-button.b-button_primary, .b-button.b-button_primary .b-button__text {
    color: #fff !important;
    font-size: 13px !important;
}

.get_app_footer .gta_footer_extras {
    clear: both;
    font-size: 13px;
    line-height: 1.4;
    padding-top: 12px;
}
.get_app_footer .footer_gta_usps {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 23%;
}

.get_app_footer .footer_gta_usps li {
    margin: 0 0 12px;
    min-height: 25px;
    padding: 0 0 0 32px;
    position: relative;
}


.get_app_footer .gta-footer-usp-icon {
    color: #96d99d;
    display: inline-block;
    font-size: 16px;
    left: 2px;
    position: absolute;
    background:url(../img/nice-green-tick.png) no-repeat;
    background-size:contain;
    width:16px;
    height:16px;
}
[class^="bicon-"], [class*=" bicon-"], [class*="\a bicon-"] {
    -moz-osx-font-smoothing: grayscale;
    font-family: "booking-iconset";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
}
.get_app_footer .gta-qr-code {
    float: right;
    text-align: center;
    width: 27%;
}
.get_app_footer .gta-qr-code-title {
    margin: 15px auto 0;
    width: 200px;
}
.qr-code-footer {
    margin: 0 auto;
}

.search-content-hints {
    position:relative;
    margin:0 auto;
    background:url(../img/search_hints.png) no-repeat top;
    height:193px;
    width:668px;
    margin-top:50px;
}
.search-content-hints-no-register {
    position:absolute;
    bottom:3px;
    width:402px;
    height:35px;
    left:135px;
    text-align:center;
    color:#42924b;
    font-weight:bold;
    padding-top:3px;
    vertical-align:middle;
    line-height:14px;
}
.search-content-hints-reserve {
    position:absolute;
    top:100px;
    left:5px;
    font-size:11px;
    font-weight:bold;
    color:#0d40a7;
    text-align:center;
    height:35px;
    width:120px;
}
.search-content-hints-confirm {
    position:absolute;
    top:100px;
    right:5px;
    font-size:11px;
    font-weight:bold;
    color:#0d40a7;
    text-align:center;
    height:35px;
    width:120px;
}
.search-content-hints-complete {
    position:absolute;
    top:100px;
    left:273px;
    font-size:11px;
    font-weight:bold;
    color:#0d40a7;
    text-align:center;
    height:35px;
    width:120px;
}

.search-content-start {
    position:relative;
    margin:0 auto;
    background:url(../img/search_start.png) no-repeat 0 0;
    height:96px;
    width:560px;
    margin-top:30px;
    margin-bottom:20px;
}
.search-content-start-title {
    position:absolute;
    top:10px;
    left:100px;
    width:360px;
    color:#494949;
    font-size:11px;
}

.search-content-start-request {
    position:absolute;
    top:56px;
    right:93px;
    width:174px;
    color:white;
    font-weight:400;
    font-size:12px;
    text-align:center;
    cursor:pointer;
}
.search-content-start-request:hover .hint-popup {
    display:block;
    top:25px;
}
.check-code {
    position:absolute;
    border:solid 0 transparent !important;
    width:141px;
    left:120px;
    height:30px;
    bottom:18px;
    cursor:pointer;
}
.has-placeholder {
    background:url(../img/placeholder.png) left repeat-x;
}

.view-menu-container {
    border-top:solid 1px #5780be;
    position:relative;
    vertical-align:top;
    display:table-cell;
    background:#003695;
    width:300px;
    height:800px;
}

.view-menu {
    position:relative;
    width:300px;
    padding:40px 0;
    background:#003695;
}
.view-menu div {
    color:white;
    padding:0 10px;
    font-size:12px;
    height:40px;
}
.view-menu div {
    background:url(../img/active-tick.png) 3px 8px no-repeat;
    position:relative;
}
.view-menu div.done {
    background:url(../img/green-tick-big.png) 3px 8px no-repeat;
}
.view-menu div.active {
    background:#1fb671 url(../img/current-ticks.png) 5px 15px no-repeat;
}
.view-menu div.active:after {
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    border-left: 20px solid #1fb671;
    content: "";
    height: 0;
    right: 0;
    margin-right: -20px;
    margin-top:-20px;
    position: absolute;
    top: 20px;
    width: 0;
    z-index:100;
}
.view-menu div span:not(#color-changer) {
    margin-left:25px;
    height:100%;
    padding-top:11px;
    display:block;
    width:260px;
}
.view-menu div:not(.done):not(.active) span {
    border-bottom:solid 1px #5881bf;
}


.search-block {
    position:relative;
    width:290px;
    border-radius:5px;
    border:solid 0 transparent;
    min-height:268px;
    margin:0 auto;
    margin-top:10px;
    margin-bottom:25px;
    background: #ffbc01;
}
.search-block .title {
    background:#ffbc01;
    position:relative;
    border:solid 0 transparent;
    border-radius:5px 5px 0 0;
    text-align:left;
    height:50px;
    color:black;
    font-size:20px;
    padding-top:15px;
    padding-left: 20px;
    font-weight: 500;
}
.search-block .title-sub {
    position:relative;
    text-align:center;
    color:black;
    font-weight:bold;
    font-size:14px;
}
.search-input {
    position:relative;
    width:260px;
    border:solid 1px transparent;
    height:40px;
    border-radius:2px;
    margin-top:2px;
    padding:0 10px 0 10px;
    font-size: 14px;
}

.search-input:focus{
    border:solid 1px #0271C2 !important;
    outline: solid 1px #0271C2 !important;
}
.search-input.date {
    background:url(../img/start-date.svg) 4px center  no-repeat #fff;
    padding-left:33px;
    background-size: 22px 20px;
}
.search-input.date::placeholder {
    color:black;
    opacity: 1;
}
.search-input.search {
    background:url(../img/new-loop.svg) 5px center no-repeat #fff;
    padding-left:33px;
    background-size: 25px 25px;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.question {
    position:relative;
    width:90%;
    text-align:left;
    margin: 0 auto;
    margin-top:10px;
}
.question-radio {
    float:right;
    margin-left:2px;
    padding-left:2px;
    height:15px;
}
.question-radio span {
    background-color: #7bcd00 !important;
    border-radius: 9px;
    display: inline-block;
    height: 20px;
    padding: 1px;
    text-align: center;
}
.styled-radio {
    background-color: #7bcd00 !important;
    border-radius: 9px;
    height: 20px;
    padding: 1px !important;
    text-align: center;
    display:block !important;
    width:20px;
    z-index:111;
}
.question-radio input, .styled-radio input {
    border:solid 0 transparent !important;
    margin:2px 3px 4px 2px;
}

.question-select {
    position:relative;
    float:left;
    margin-top:10px;
    width:50px;
}
.question-select select {
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #fff;
    background-position-x: 80%;
    z-index:100;
    width:50px;
    border:solid 1px #979797;
    border-radius:5px;
    appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none;
}

.question-submit-stable {
    background:#0174d1;
    border:solid 0 transparent;
    cursor:pointer;
    position:relative;
    width:90%;
    min-height:30px;
    margin: 0 auto;
    text-align:center;
    padding-top:15px;
    color:white;
    font-weight:bold;
    margin-bottom: 10px;
    padding-bottom: 15px;
}
.question-submit-stable:hover {
    background:#00487a;
}
.question-submit {
    background:#0174d1;
    border:solid 0 transparent;
    cursor:pointer;
    position:absolute;
    width:150px;
    height:30px;
    text-align:center;
    border-radius:6px;
    padding-top:5px;
    color:white;
    font-weight:bold;
    bottom:-16px;
    left:75px;
}
.loading-comment {
    background: rgba(0, 0, 0, 0) url("../img/loading-comment.gif") no-repeat scroll center center / cover ;
    height: 180px;
    margin: 0 auto !important;
    position: relative;
    width: 180px !important;
}
.comment-processed {
    color: #2d36af;
    font-size: 11px;
    font-weight: bold;
    padding: 5px;
    position: relative;
    text-align: center;
}


.view-container {
    position:relative;
    display:table-cell;
    width:780px;
    height:100%;
    background:#f6f9fe;
    min-height:510px;
    margin-right:5px;
    vertical-align:top;
}

.view-container-content {
    position:relative;
    border:solid 1px #8d9dad;
    width:740px;
    float:right;
    min-height:490px;
    margin-top:10px;
    margin-bottom:10px;
    border-radius:10px;
    margin-right:10px;
    box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.56);
}
.view-container-content.small {
    width:540px !important;
    min-height:290px;
    float:none;
    margin: 0 auto;
    position: relative;
}


.images-block {width:450px;min-height:720px;padding:20px 5px 5px 5px;position:relative;float:left}
.images-block-left {width:282px;min-height:330px;padding:20px 5px 5px 5px;position:relative;float:right;}
.small-image {height:27px;width:41px;}
.small-image-wrapper {position:relative;float:left;padding:6px 1px 1px 1px;border:solid 1px #d2d2d2;margin-right:5px;cursor:pointer;}
.main-image {position:relative;width:450px;min-height:335px;z-index:50;float:left}
.images-main {width:450px;height:335px;}
.images-small {position:relative;z-index:1;padding-bottom:20px;display:inline-block;width:260px;margin-right:10px;
float:right;}
.small-image-hover {position:absolute;z-index:10;top:0;left:0;width:42px;height:39px;opacity:0.6;background:white;}
.image-hover-selected {opacity:1;background:url('../img/search_small.png') no-repeat center;}
.image-selected {border:solid 1px #666666;}
.small-image-arrow {position:absolute;display:none;bottom:-6px;left:16px;background:url('../img/down-arrow.png') no-repeat center;width:10px;height:5px;}
.small-image-video {position:relative;display:block;background:url('../img/video-icon.png') no-repeat 7px 3px;width:41px;height:33px;}
.right-arrow {position:absolute;z-index:220;top:155px;cursor:pointer;display:none;right:0;opacity:0.7;height:57px;width:26px;background:url('../img/right-arrow.png') no-repeat center white;}
.left-arrow {position:absolute;z-index:220;cursor:pointer;display:none;top:155px;left:0;opacity:0.7;height:57px;width:26px;background:url('../img/left-arrow.png') no-repeat center white;}


/* drag zoom */
.zoom-seeker {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #EEEEEE;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;

    border:solid 1px #666666;
    opacity: 0.3;
    position: absolute;
    top:0;
    left:0;
    width:275px;
    height:180px;
    display:none;
    z-index:200;
}
.zoom-holder {
    border:solid 3px #999999;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius:5px;
    border-radius: 5px;
    position:absolute;
    left:510px;
    top:10px;
    height:440px;
    width:665px;
    background-color:#999999;
    z-index:300;
    display:none;
    overflow:hidden;
}

.item-title {
    position:relative;
    font-weight:bold;
    font-size:19px;
}
.rating-holder {
    position:relative;
    float:right;
    width:60px;
    height:15px;
    margin-bottom: 8px;
    cursor: pointer;
}

.rating-holder:hover .rating-holder-hint {
    display: block;
}

.rating-holder-hint {
    position: absolute;
    display: none;
    top:100%;
    left:-130px;
    width: 320px;
    border: solid 1px #e7e7e7;
    padding: 14px;
    line-height: 18px;
    color:rgba(0, 0, 0, 0.8);
    z-index: 150;
    background: white;
    font-size: 12px;
    text-align: left;
    border-radius: 10px;
}

.rating-holder-hint:before {
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #e7e7e7;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -8px;
    margin-top:-8px;
    position: absolute;
    top: 0;
    width: 0;
    z-index:100;
}
.rating-holder-hint:after {
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 6px solid white;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -6px;
    margin-top:-6px;
    position: absolute;
    top: 0;
    width: 0;
    z-index:110;
}
.rating-link {
    color: #0071c2;
    padding-top: 15px;
    display: block;
}
.rating-link:hover {
    text-decoration: underline;
    color: #0071c2;
}
.rating {
    position:absolute;
    top:0;
    left:0;
    height:11px;
    background:url(../img/rstars.svg) repeat-x;
}
.item-location {
    font-size:11px;
    background:url(../img/location.png) top left no-repeat;
    padding-left:17px;
}
.location-map {
    color:#679fd0;
}
.item-hint {
    position:relative;
    z-index:1;
    width:195px;
    margin-right:10px;
    background:#fcf8dd;
    border:solid 1px #e7c27c;
    float:right;
    padding:4px 8px;
    font-size:11px;
}
.discount {
    position:absolute;
    background:url(../img/discount_1.png) no-repeat top left;
    background-size:contain;
    width:137px;
    height:55px;
    top:5px;
    font-weight:bold;
    color:white;
    text-align:center;
    padding-top:4px;
    left:-15px;
    font-size:14px;
}
.price {
    color:#D0021B;
    position:absolute;
    bottom:-5px;
    right:5px;
    min-height:22px;
    width:119px;
    font-size:13px;
    background: white;
    border: solid 1px #D0021B;
    border-radius: 0 0 5px 5px;
    text-align: center;
    border-top: none;
}
.discounted {
    color:#D0021B;
    float: right;
}
.price-red {
    color:#D0021B;
    text-decoration: line-through;
}
.price-black {
    color:black;
}
.item-popular {
    position:relative;
    z-index:1;
    padding-bottom:20px;
    display:inline-block;width:260px;margin-right:10px;
    float:right;
    margin-top:15px;
}
.item-popular-title {
    font-weight:bold;
    font-size:14px;
    position:relative;
    margin-bottom:5px;
    padding: 5px;
}

.view-primary-details {
    position:relative;
    padding-top:10px;
    padding-bottom:10px;
    clear: both;
    align-items: center;
    flex-wrap: wrap;
    display: flex;
}

.detail-scope-new {
    font-size:13px;
    position:relative;
    padding:15px 20px 15px 40px;
    border: solid 1px #e7e7e7;
    border-radius: 2px;
    margin: 3px;
    background-color: #fff !important;
    align-items: center;
    flex-direction: row;
    flex-grow: 1;
    flex: auto;
    justify-content: flex-start;
    min-width: 12%;
}

.view-primary-details-popular-wrapper {
    background: #fff;
}

.view-primary-details-popular {
    position:relative;
    padding-top:10px;
    padding-bottom:10px;
    clear: both;
    align-items: center;
    flex-wrap: wrap;
    display: flex;
}

.detail-scope-popular {
    font-size:15px;
    position:relative;
    padding:15px 20px 15px 40px;
    margin: 3px;
    background-color: #fff !important;
    min-width: 12%;
}

.green_full_hour_front_desk_1
{
    background:url(../img/details/green_24_hour_front_desk_1.png) 10px center no-repeat;
    background-size: 20px 20px;
}
.full_hour_front_desk_1
{
    background:url(../img/details/24_hour_front_desk_1.png) 10px center no-repeat;
    background-size: 20px 20px;
}

.green_full_hour_front_desk_2
{
    background:url(../img/details/green_24_hour_front_desk_2.png) 10px center no-repeat;
    background-size: 20px 20px;
}
.full_hour_front_desk_2
{
    background:url(../img/details/24_hour_front_desk_2.png) 10px center no-repeat;
    background-size: 20px 18px;
}

.green_air_conditioner
{
    background:url(../img/details/green_air_conditioner.png) 10px center no-repeat;
    background-size: 18px 20px;
}
.air_conditioner
{
    background:url(../img/details/air_conditioner.png) 10px center no-repeat;
    background-size: 18px 20px;
}

.green_bar
{
    background:url(../img/details/green_bar.png) 10px center no-repeat;
    background-size: 20px 20px;
}
.bar
{
    background:url(../img/details/bar.png) 10px center no-repeat;
    background-size: 20px 19px;
}

.green_breakfast
{
    background:url(../img/details/green_breakfast.png) 10px center no-repeat;
    background-size: 22px 18px;
}
.breakfast
{
    background:url(../img/details/breakfast.png) 10px center no-repeat;
    background-size: 22px 18px;
}

.green_city_view
{
    background:url(../img/details/green_city_view.png) 10px center no-repeat;
    background-size: 17px 25px;
}
.city_view
{
    background:url(../img/details/city_view.png) 10px center no-repeat;
    background-size: 20px 20px;
}

.green_disabled_guests
{
    background:url(../img/details/green_disabled_guests.png) 10px center no-repeat;
    background-size: 16px 20px;
}
.disabled_guests
{
    background:url(../img/details/disabled_guests.png) 10px center no-repeat;
    background-size: 16px 20px;
}
.green_fitness_center
{
    background:url(../img/details/green_fitness_center.png) 10px center no-repeat;
    background-size: 20px 20px;
}
.fitness_center
{
    background:url(../img/details/fitness_center.png) 10px center no-repeat;
    background-size: 20px 20px;
}
.green_free_parking
{
    background:url(../img/details/green_free_parking.png) 10px center no-repeat;
    background-size: 20px 20px;
}
.free_parking
{
    background:url(../img/details/free_parking.png) 10px center no-repeat;
    background-size: 20px 20px;
}
.green_key_card_access
{
    background:url(../img/details/green_key_card_access.png) 10px center no-repeat;
    background-size: 20px 18px;
}
.key_card_access
{
    background:url(../img/details/key_card_access.png) 10px center no-repeat;
    background-size: 20px 19px;
}
.green_non_smoking_rooms
{
    background:url(../img/details/green_non_smoking_rooms.png) 10px center no-repeat;
    background-size: 20px 20px;
}
.non_smoking_rooms
{
    background:url(../img/details/non_smoking_rooms.png) 10px center no-repeat;
    background-size: 20px 19px;
}
.green_outdoor_swimming_pool
{
    background:url(../img/details/green_outdoor_swimming_pool.png) 10px center no-repeat;
    background-size: 20px 14px;
}
.outdoor_swimming_pool
{
    background:url(../img/details/outdoor_swimming_pool.png) 10px center no-repeat;
    background-size: 20px 19px;
}
.green_pet_friendly
{
    background:url(../img/details/green_pet_friendly.png) 10px center no-repeat;
    background-size: 20px 19px;
}
.pet_friendly
{
    background:url(../img/details/pet_friendly.png) 10px center no-repeat;
    background-size: 20px 19px;
}
.green_private_bath
{
    background:url(../img/details/green_private_bath.png) 10px center no-repeat;
    background-size: 20px 17px;
}
.private_bath
{
    background:url(../img/details/private_bath.png) 10px center no-repeat;
    background-size: 20px 20px;
}
.green_tea_coffee_rooms
{
    background:url(../img/details/green_tea_coffee_rooms.png) 10px center no-repeat;
    background-size: 20px 20px;
}
.tea_coffee_rooms
{
    background:url(../img/details/tea_coffee_rooms.png) 10px center no-repeat;
    background-size: 20px 19px;
}
.green_wifi
{
    background:url(../img/details/green_wifi.png) 10px center no-repeat;
    background-size: 20px 17px;
}
.wifi
{
    background:url(../img/details/wifi.png) 10px center no-repeat;
    background-size: 20px 17px;
}


.green_disabled_facilities
{
    background:url(../img/details/green_disabled_facilities.png) 10px center no-repeat;
    background-size: 18px 20px;
}
.green_room_service
{
    background:url(../img/details/green_room_service.png) 10px center no-repeat;
    background-size: 20px 20px;
}
.terrace
{
    background:url(../img/details/terrace.png) 10px center no-repeat;
    background-size: 20px 20px;
}
.car_rental
{
    background:url(../img/details/car_rental.png) 10px center no-repeat;
    background-size: 20px 20px;
}
.elevator
{
    background:url(../img/details/elevator.png) 10px center no-repeat;
    background-size: 20px 22px;
}
.heating
{
    background:url(../img/details/heating.png) 10px center no-repeat;
    background-size: 20px 20px;
}
.honeymoon_suite
{
    background:url(../img/details/honeymoon_suite.png) 10px center no-repeat;
    background-size: 16px 20px;
}
.parking_on_site
{
    background:url(../img/details/parking_on_site.png) 10px center no-repeat;
    background-size: 20px 20px;
}
.room_service
{
    background:url(../img/details/room_service.png) 10px center no-repeat;
    background-size: 20px 19px;
}
.safe
{
    background:url(../img/details/safe.png) 10px center no-repeat;
    background-size: 20px 20px;
}

.banera
{
    background:url(../img/details/banera.png) 10px center no-repeat;
    background-size: 20px 20px;
}
.barbacoa
{
    background:url(../img/details/barbacoa.png) 10px center no-repeat;
    background-size: 14px 20px;
}
.casa_entera
{
    background:url(../img/details/casa_entera.png) 10px center no-repeat;
    background-size: 20px 20px;
}
.cocina
{
    background:url(../img/details/cocina.png) 10px center no-repeat;
    background-size: 21px 20px;
}
.habitaciones_familiares
{
    background:url(../img/details/habitaciones_familiares.png) 10px center no-repeat;
    background-size: 23px 20px;
}
.jardin
{
    background:url(../img/details/jardin.png) 10px center no-repeat;
    background-size: 18px 20px;
}
.restaurante
{
    background:url(../img/details/restaurante.png) 10px center no-repeat;
    background-size: 16px 20px;
}
.servicio_diario
{
    background:url(../img/details/servicio_diario.png) 10px center no-repeat;
    background-size: 20px 11px;
}
.traslado_aeropuerto
{
    background:url(../img/details/traslado_aeropuerto.png) 10px center no-repeat;
    background-size: 18px 20px;
}
.vistas
{
    background:url(../img/details/vistas.png) 10px center no-repeat;
    background-size: 22px 14px
}
.green_heating
{
    background:url(../img/details/green_heating.png) 10px center no-repeat;
    background-size: 20px 20px;
}
.green_skiing
{
    background:url(../img/details/green_skiing.png) 10px center no-repeat;
    background-size: 20px 20px;
}
.green_banera
{
    background:url(../img/details/green_banera.png) 10px center no-repeat;
    background-size: 20px 20px;
}
.green_barbacoa
{
    background:url(../img/details/green_barbacoa.png) 10px center no-repeat;
    background-size: 14px 20px;
}
.green_casa_entera
{
    background:url(../img/details/green_casa_entera.png) 10px center no-repeat;
    background-size: 20px 20px;
}
.green_cocina
{
    background:url(../img/details/green_cocina.png) 10px center no-repeat;
    background-size: 20px 23px;
}
.green_habitaciones_familiares
{
    background:url(../img/details/green_habitaciones_familiares.png) 10px center no-repeat;
    background-size: 23px 20px;
}
.green_jardin
{
    background:url(../img/details/green_jardin.png) 10px center no-repeat;
    background-size: 18px 20px;
}
.green_restaurante
{
    background:url(../img/details/green_restaurante.png) 10px center no-repeat;
    background-size: 15px 20px;
}
.green_traslado_aeropuerto
{
    background:url(../img/details/green_traslado_aeropuerto.png) 10px center no-repeat;
    background-size: 19px 20px;
}
.green_vistas
{
    background:url(../img/details/green_vistas.png) 10px center no-repeat;
    background-size: 20px 14px;
}
.alquiler_de_bicicletas
{
    background:url(../img/details/alquiler_de_bicicletas.png) 10px center no-repeat;
    background-size: 20px 19px;
}
.alquiler_de_coches
{
    background:url(../img/details/alquiler_de_coches.png) 10px center no-repeat;
    background-size: 20px 12px;
}
.caja_fuerte
{
    background:url(../img/details/caja_fuerte.png) 10px center no-repeat;
    background-size: 20px 20px;
}
.campo_de_golf
{
    background:url(../img/details/campo_de_golf.png) 10px center no-repeat;
    background-size: 20px 20px;
}
.canguro_servicios_para_ninos
{
    background:url(../img/details/canguro_servicios_para_ninos.png) 10px center no-repeat;
    background-size: 20px 27px;
}
.club_infantil
{
    background:url(../img/details/club_infantil.png) 10px center no-repeat;
    background-size: 20px 20px;
}
.entretenimiento_nocturno
{
    background:url(../img/details/entretenimiento_nocturno.png) 10px center no-repeat;
    background-size: 20px 32px;
}
.guardaequipaje
{
    background:url(../img/details/guardaequipaje.png) 10px center no-repeat;
    background-size: 23px 20px;
}
.habitacion
{
    background:url(../img/details/habitacion.png) 10px center no-repeat;
    background-size: 20px 23px;
}
.insonorizacion
{
    background:url(../img/details/insonorizacion.png) 10px center no-repeat;
    background-size: 20px 18px;
}
.m_tamano
{
    background:url(../img/details/m_tamano.png) 10px center no-repeat;
    background-size: 25px 25px;
}
.masajes
{
    background:url(../img/details/masajes.png) 10px center no-repeat;
    background-size: 20px 20px;
}
.pesca
{
    background:url(../img/details/pesca.png) 10px center no-repeat;
    background-size: 20px 20px;
}
.pista_de_tenis
{
    background:url(../img/details/pista_de_tenis.png) 10px center no-repeat;
    background-size: 20px 20px;
}
.servicio_de_conserjeria
{
    background:url(../img/details/servicio_de_conserjeria.png) 10px center no-repeat;
    background-size: 20px 25px;
}
.servicio_de_habitaciones
{
    background:url(../img/details/servicio_de_habitaciones.png) 10px center no-repeat;
    background-size: 20px 20px;
}
.taquillas
{
    background:url(../img/details/taquillas.png) 10px center no-repeat;
    background-size: 20px 20px;
}
.tv_de_pantalla_plana
{
    background:url(../img/details/tv_de_pantalla_plana.png) 10px center no-repeat;
    background-size: 22px 20px;
}
.vistas_al_laco
{
    background:url(../img/details/vistas_al_laco.png) 10px center no-repeat;
    background-size: 22px 20px;
}
.vistas_al_mar
{
    background:url(../img/details/vistas_al_mar.png) 10px center no-repeat;
    background-size: 20px 20px;
}
.washing_machine
{
    background:url(../img/details/washing_machine.png) 10px center no-repeat;
    background-size: 18px 20px;
}
.zona_privada_de_playa
{
    background:url(../img/details/zona_privada_de_playa.png) 10px center no-repeat;
    background-size: 20px 20px;
}


.green_alquiler_de_bicicletas
{
    background:url(../img/details/green_alquiler_de_bicicletas.png) 10px center no-repeat;
    background-size: 20px 19px;
}

.green_alquiler_de_coches
{
    background:url(../img/details/green_alquiler_de_coches.png) 10px center no-repeat;
    background-size: 20px 12px;
}
.green_caja_fuerte
{
    background:url(../img/details/green_caja_fuerte.png) 10px center no-repeat;
    background-size: 20px 20px;
}
.green_campo_de_golf
{
    background:url(../img/details/green_campo_de_golf.png) 10px center no-repeat;
    background-size: 20px 20px;
}
.green_canguro_servicios_para_ninos
{
    background:url(../img/details/green_canguro_servicios_para_ninos.png) 10px center no-repeat;
    background-size: 20px 27px;
}
.green_club_infantil
{
    background:url(../img/details/green_club_infantil.png) 10px center no-repeat;
    background-size: 20px 20px;
}
.green_entretenimiento_nocturno
{
    background:url(../img/details/green_entretenimiento_nocturno.png) 10px center no-repeat;
    background-size: 20px 32px;
}
.green_guardaequipaje
{
    background:url(../img/details/green_guardaequipaje.png) 10px center no-repeat;
    background-size: 23px 20px;
}
.green_habitacion
{
    background:url(../img/details/green_habitacion.png) 10px center no-repeat;
    background-size: 20px 23px;
}
.green_masajes
{
    background:url(../img/details/green_masajes.png) 10px center no-repeat;
    background-size: 20px 20px;
}
.green_pesca
{
    background:url(../img/details/green_pesca.png) 10px center no-repeat;
    background-size: 20px 20px;
}
.green_pista_de_tenis
{
    background:url(../img/details/green_pista_de_tenis.png) 10px center no-repeat;
    background-size: 20px 20px;
}
.green_seguridad_24_horas
{
    background:url(../img/details/green_seguridad_24_horas.png) 10px center no-repeat;
    background-size: 20px 20px;
}
.green_servicio_de_conserjeria
{
    background:url(../img/details/green_servicio_de_conserjeria.png) 10px center no-repeat;
    background-size: 20px 25px;
}
.green_servicio_de_habitaciones
{
    background:url(../img/details/green_servicio_de_habitaciones.png) 10px center no-repeat;
    background-size: 20px 20px;
}
.green_taquillas
{
    background:url(../img/details/green_taquillas.png) 10px center no-repeat;
    background-size: 20px 20px;
}
.green_terrace
{
    background:url(../img/details/green_terrace.png) 10px center no-repeat;
    background-size: 20px 20px;
}
.green_tumbonas_sillas_de_playa
{
    background:url(../img/details/green_tumbonas_sillas_de_playa.png) 10px center no-repeat;
    background-size: 20px 20px;
}
.green_tv_de_pantalla_plana
{
    background:url(../img/details/green_tv_de_pantalla_plana.png) 10px center no-repeat;
    background-size: 20px 18px;
}
.green_vistas_al_laco
{
    background:url(../img/details/green_vistas_al_laco.png) 10px center no-repeat;
    background-size: 20px 18px;
}
.green_washing_machine
{
    background:url(../img/details/green_washing_machine.png) 10px center no-repeat;
    background-size: 17px 20px;
}
.green_zona_privada_de_playa
{
    background:url(../img/details/green_zona_privada_de_playa.png) 10px center no-repeat;
    background-size: 20px 20px;
}
.vistas_la_montana
{
    background:url(../img/details/vistas_la_montana.png) 10px center no-repeat;
    background-size: 27px 20px;
}
.sauna
{
    background:url(../img/details/sauna.png) 10px center no-repeat;
    background-size: 20px 20px;
}
.ascensor
{
    background:url(../img/details/ascensor.png) 10px center no-repeat;
    background-size: 20px 20px;
}
.green_vistas_la_montana
{
    background:url(../img/details/green_vistas_la_montana.png) 10px center no-repeat;
    background-size: 20px 15px;
}
.green_sauna
{
    background:url(../img/details/green_sauna.png) 10px center no-repeat;
    background-size: 20px 21px;
}
.green_ascensor
{
    background:url(../img/details/green_ascensor.png) 10px center no-repeat;
    background-size: 20px 20px;
}
.cribs_upon_request
{
    background:url(../img/details/cribs_upon_request.png) 10px center no-repeat;
    background-size: 20px 20px;
}
.green_cribs_upon_request
{
    background:url(../img/details/green_cribs_upon_request.png) 10px center no-repeat;
    background-size: 20px 20px;
}
.green_spa
{
    background:url(../img/details/green_spa.png) 10px center no-repeat;
    background-size: 25px 20px;
}
.spa {
    background:url(../img/details/spa.png) 10px center no-repeat;
    background-size: 25px 20px;
}
.adults_only {
    background:url(../img/details/adults_only.png) 10px center no-repeat;
    background-size: 25px 20px;
}
.minibar {
    background:url(../img/details/minibar.png) 10px center no-repeat;
    background-size: 17px 20px;
}
.private_parking {
    background:url(../img/details/private_parking.png) 10px center no-repeat;
    background-size: 20px 20px;
}
.green_private_parking {
    background:url(../img/details/green_private_parking.png) 10px center no-repeat;
    background-size: 20px 20px;
}
.daily_housekeeping {
    background:url(../img/details/daily_housekeeping.png) 10px center no-repeat;
    background-size: 20px 20px;
}
.green_daily_housekeeping {
    background:url(../img/details/green_daily_housekeeping.png) 10px center no-repeat;
    background-size: 20px 20px;
}

.view-primary-submit {
    position:relative;
    padding:5px;
    border-top:solid 1px #8d9dad;
    width:95%;
    margin:0 auto;
    padding-bottom: 0;
}

.view-primary-submit-hint {
    position:relative;
    float:right;
    padding:10px 10px 10px 35px;
    border:solid 1px #9d2123;
    color:#9d2123;
    font-size:11px;
    background:url(../img/incredible_attention.png) 5px 5px no-repeat #ffe4f3;
    width:200px;
    margin-right:20px;
}
.view-primary-submit-hint div {
    position:absolute;right:0;top:0;
    height:100%;
}
.view-primary-submit-hint:after {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    border-left: 8px solid #ffe4f3;
    content: "";
    height: 0;
    right: 0;
    margin-right: -8px;
    position: absolute;
    top: 50%;
    margin-top:-8px;
    width: 0;
    z-index:100;
}
.view-primary-submit-hint div:after {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    border-left: 8px solid #9d2123;
    content: "";
    height: 0;
    right: 0;
    margin-right: -9px;
    position: absolute;
    top: 50%;
    margin-top:-8px;
    width: 0;
    z-index:100;
}
.view-primary-submit-continue {
    position:relative;
    background:#0174d1;
    border:solid 1px #a7c0d4;
    border-radius:8px;
    margin-top:30px;
    float:right;
    width:185px;
    padding:15px 3px;
    text-align:center;
    font-weight:bold;
    color:white;
    font-size:14px;
    cursor:pointer;
}
.view-primary-submit-continue.button-loading {
    background: url(../img/loading-small-white.png) no-repeat 10px center #0174d1;
    padding-left: 28px !important;
    padding-right: 12px !important;
}
.question-submit.button-loading {
    background: url(../img/loading-small-white.png) no-repeat 10px center #0174d1;
    padding-left: 28px !important;
    padding-right: 12px !important;
}
.question-submit.button-loading,
.question-submit-stable.button-loading {
    background: url(../img/loading-small-white.png) no-repeat 10px center #0174d1;
}
.view-primary-submit-white {
    position:relative;
    background:white;
    border:solid 2px #0174d1;
    border-radius:8px;
    margin-top:30px;
    float:right;
    width:180px;
    padding:10px;
    text-align:center;
    font-weight:bold;
    color:#0174d1;
    font-size:16px;
    cursor:pointer;
}
.view-primary-submit-green {
    position:relative;
    background:white;
    border:solid 2px #8ac648;
    border-radius:8px;
    margin-top:6px;
    float:left;
    min-width:60px;
    padding:8px;
    text-align:center;
    font-weight:normal;
    color:#8ac648;
    font-size:16px;
    cursor:pointer;
    margin-right: 8px;
}
.view-primary-submit-green:hover {
    background: #f8f8f8;

}
.view-primary-submit-gray {
    position:relative;
    background:#eaeaea;
    border:solid 1px #dadada;
    border-radius:8px;
    margin-top:6px;
    float:left;
    width:190px;
    padding:5px;
    text-align:center;
    font-weight:normal;
    color:#003695;
    font-size:13px;
    height:40px;
    padding-top: 10px;
    cursor: pointer;
}
.view-primary-submit-gray:hover {
    background: #e0e0e0;
}
.hints-block {
    position:relative;
    width:300px;
    background:url(../img/handful.png) top center no-repeat #003695;
    margin-bottom:25px;
    padding-top:110px;
    color:white;
}
.hints-block-success {
    position:relative;
    width:300px;
    height:520px;
    background:url(../img/green-success.png) top center no-repeat;
    background-size:contain;
    padding-top:110px;
    color:white;
}
.reserve-green {
    position:absolute;
    top:390px;
    width:300px;
    left:0;
    text-align:center;
    font-size:26px;
    text-transform:uppercase;
    color:#ffffff;
}
.confirmed-green {
    position:absolute;
    top:425px;
    width:300px;
    left:0;
    text-align:center;
    font-size:18px;
    text-transform:uppercase;
    color:#ffffff;

}
.hints-title {
    position:relative;
    text-align:center;
    font-size:14px;
    margin-bottom:20px;
}
.hints-title span {
    padding-bottom:3px;
    border-bottom:solid 1px white;
}
.hints-block div:not(.hints-title) {
    position:relative;
    padding-bottom:8px;
    width:85%;
    margin:0 auto;
    padding-left:25px;
    background:url(../img/small-green-tick.png) 3px 3px no-repeat;
}
.hints-attention {
    background:url(../img/attention-blue.png) 1px 3px no-repeat !important;
    width:90% !important;
    padding-left:33px !important;

}

.proceed-title {
    position:relative;
    font-weight:bold;
    font-size:16px;
    padding:20px;
}
.proceed-hint {
    position:absolute;
    font-size:11px;
    top:15px;
    right:20px;
    color:#8da863;
    width: 200px;
}
.proceed-question {
    position:relative;
    padding-left:20px;
}
.proceed-titule {
    position:relative;
    float:left;
    margin-right:10px;
    height:30px;
    padding:5px;
    border:solid 1px #979797;
    border-radius:5px;
    width:100px;
    appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none;
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right white;

    background-position-x: 90%;
    z-index:100;

}
.proceed-row {
    position:relative;
    padding-left:20px;
    padding-top:20px;
}
.proceed-row-heading {
    position:relative;
    padding-left:20px;
    padding-top:20px;
    font-weight:bold;
}
.proceed-row-line {
    border-bottom:solid 1px #979797;
    position:relative;
    width:480px;
    padding-top:20px;
    padding-bottom:20px;
    margin-left:10px;
    margin-right:10px;
}
.proceed-row input[type=text] {
    float:left;
    margin-right:10px;
    position:relative;
    width:140px;
    height:30px;
    border:solid 1px #979797;
    border-radius:5px;
    padding-left:5px;
    padding-right:5px;
}
.proceed-row input[type=text][disabled] {
    background-color:white !important;
}
.proceed-row span {
    display:inline-block;
    position:relative;
    color:#b21325;
    float:left;
    padding-top:8px;
}
.proceed-password {
    position:relative;
    margin-right:10px;
    margin-left:10px;
    padding-top:20px;
    padding-left:10px;
    color:#92bcee;
    padding-bottom:20px;
}



.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}
.alert h4{margin-top:0;color:inherit}
.alert .alert-link{font-weight:700}
.alert>p,.alert>ul{margin-bottom:0}
.alert>p+p{margin-top:5px}
.alert-dismissable,
.alert-dismissible{padding-right:35px}
.alert-dismissable .close,
.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}
.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}
.alert-success hr{border-top-color:#c9e2b3}
.alert-success .alert-link{color:#2b542c}
.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}
.alert-info hr{border-top-color:#a6e1ec}
.alert-info .alert-link{color:#245269}
.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}
.alert-warning hr{border-top-color:#f7e1b5}
.alert-warning .alert-link{color:#66512c}
.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}
.alert-danger hr{border-top-color:#e4b9c0}
.alert-danger .alert-link{color:#843534}


.view-container-content-globe {
    position:relative;
    background:url(../img/globe.png) no-repeat;
    background-size:contain;
    width:200px;
    height:640px;
    float:right;
    margin-right:10px;
}
.view-container-content-globe-hint {
    text-align:center;
    width:195px;
    font-size:11px;

    position:relative;
    float:right;
    border:solid 1px #e0c485;
    background:#fff6db;
    padding:10px;
    margin-bottom: 15px;
    margin-right: 16px;
    margin-top:100px;
}
.proceed-banks {
    position:relative;
    margin-left:20px;
    border:1px solid #979797;
    border-radius: 5px;
    padding:5px;
    margin-top:-10px;
}
.proceed-banks.no-borders {
    padding:0;
    border-radius:5px;
    margin-top:-8px;
    border:solid 0 transparent;
}
.proceed-description {
    position:relative;
    float:left;
    font-size:11px;
    width: 250px;
    padding-top:15px;
}

.container-hint {
    position:relative;
    float:left;
    width:500px;
    border:solid 1px #e0c485;
    background:#fff6db;
    padding:10px;
    font-size:12px;
    margin-bottom: 15px;
    margin-left: 40px;
    margin-top:5px;
}
.banks-wire-title {
    position:absolute;
    bottom:325px;
    right:20px;
    width:116px;
    font-size:13px;
    font-weight:bold;
    color:#494949;
    text-align:center;
}
.banks-wire {
    position:absolute;
    top:360px;
    right:20px;
    background:url(../img/bank_wire.png);
    width:116px;
    height:39px;
}
.dates {
    background: url(../img/cal.png) center right #febf00 no-repeat;
    border:solid 0 transparent !important;
    color:white;
    font-size:12px;
    background-position-x: 92%;
}


.view-container-content-support {
    position:relative;
    width:205px;
    min-height:282px;
    float:right;
    margin-right:0;
    margin-top:57px;
    margin-bottom:40px;
}
.view-container-genius {
    position: relative;
    margin: 0 auto;
    margin-bottom: 20px;
    background: url(../img/genius.png) no-repeat center;
    background-size: contain;
    width: 130px;
    height: 160px;
}
.view-container-pisy {
    position: relative;
    margin: 0 auto;
    margin-bottom: 20px;
    background: url(../img/pisy.png) no-repeat center;
    background-size: contain;
    width: 205px;
    height: 135px;
}
.view-container-content-support-title {
    position:relative;
    text-align:center;
    font-size:15px;
    color:#E6A220;
    padding:10px 5px;
}
.view-container-content-support-hint {
    position:relative;
    text-align:center;
    width:170px;
    font-size:11px;
}

.proceed-title-success-holder {
    position:relative;
    padding:20px;
    width:55%;
    float:left;
}

.proceed-row-success {
    position:relative;
    padding-left:20px;
    padding-top:20px;
    float:right;
    width:44.5%;
}
.complete-image {
    position:relative;
    width:90%;
    max-height:100px;
}
.proceed-title-success {
    position:relative;
    font-weight:bold;
    font-size:16px;
    color:#1EB771;
    padding-bottom:20px;
}
.proceed-title-success-row {
    position:relative;
    background:url(../img/nice-green-tick.png) center left no-repeat;
    padding:8px 0 8px 25px;
}
.row-content {
    position:relative;
    padding:20px;
}
.row-content .item-title {
    font-size:12px;
    padding-bottom:0;
}
.item-data {
    position:relative;
    width:480px;
    margin-left: 10px;
    margin-right: 10px;
}

.item-data td {
    padding-bottom:15px;
}
.item-data td:first-child {
    width:190px;
    font-weight:bold;
    padding-left:10px;
}
.prices {
    border-top:solid 1px #969696;
    font-weight:bold;
    color:#23bb72;
    font-size:14px;
}
.prices-tax {
    border-bottom:solid 1px #969696;
}
.prices-tax td {
    padding-bottom: 5px !important;
}
.prices td {
    padding-top:0;
    padding-bottom: 5px !important;
}
.row-shield {
    position:relative;
    background:url(../img/shield.png) no-repeat center left;
    padding:10px 10px 10px 35px;
    margin:0 auto;
    width:460px;
    margin-top:5px;
    font-size:11px;
    margin-bottom:10px;
}
.online-support-smaller {
    position:absolute;
    top:11px;
    right:15px;
    background:url(../img/support-short.png) no-repeat;
    background-size:contain;
    width:30px;
    cursor:pointer;
    height:30px;
}
.online-support-small {
    position:absolute;
    bottom:50px;
    right:50px;
    background:url(../img/support-short.png) no-repeat;
    background-size:contain;
    width:60px;
    cursor:pointer;
    height:60px;
}
input.token_input_hide {display:none; position: absolute; }

.button-loading {
    background: url(../img/loading-small-white.png) no-repeat 10px center;
    padding-left: 28px !important;
    padding-right: 12px !important;
}
.button-loading-supreme {
    background: url(../img/loading-small-white.png) no-repeat 10px center !important;
    padding-left: 28px !important;
    padding-right: 12px !important;
}

.dialing-holder { position: absolute;top:1px;left:1px;z-index:100; background-color: white; margin: 0; height: 28px; width: 45px; padding-top:7px;}
.dialing-wrapper { cursor: pointer; padding: 5px 0 6px 8px;z-index:101; }
.dialing-arrow { background: url(../img/arrow_down.png) no-repeat center; padding: 5px 5px 5px 15px; width: 15px; }
.dialing-select { overflow-y: scroll; position: absolute; top: 28px; left: 0; height: 160px; background-color: white; border-right: 1px solid #d1d1d1; border-left: 1px solid #d1d1d1; border-bottom: 1px solid #d1d1d1; }
.dialing-select-row { color: #3b322d; width: 210px; position: relative; display: block; padding: 5px; cursor: pointer; font-size: 11px; }
.dialing-selected { background-color: #dedede; }
.dialing-select-row-code { float: right; color: #838383; }
.dialing-select-row-title { display: inline-block; width: 140px; }
.dialing-select-row-flag { float: left; position: relative; padding-right: 4px; border: solid 1px transparent; }


.timer-wrapper {position:relative;font-size:21px;color:#999999;width:280px;}
.timer-heading {font-size:18px;padding-bottom:5px;font-style:italic;color:black;}
.timer-hint {border:solid 2px #003366;position:absolute;width:300px;top:47px;left:-72px;display:none;
    -moz-border-radius: 5px; /* закругление для старых Mozilla Firefox */
    -webkit-border-radius: 5px; /* закругление для старых Chrome и Safari */
    -khtml-border-radius:5px; /* закругл. для браузера Konquerer системы Linux */
    border-radius: 5px;font-size:12px;color:black;padding:5px;background-color:white;z-index:500;}
.timer-hint-bottom {border:solid 2px #003366;position:absolute;width:300px;bottom:0;left:0;display:none;
    -moz-border-radius: 5px; /* закругление для старых Mozilla Firefox */
    -webkit-border-radius: 5px; /* закругление для старых Chrome и Safari */
    -khtml-border-radius:5px; /* закругл. для браузера Konquerer системы Linux */
    border-radius: 5px;font-size:12px;color:black;padding:5px;background-color:white;z-index:500;}

.timer-number {position:relative;float:left;color:white;padding-top:0px;width:16px;height:24px;background:url('../img/timer-background.png') no-repeat center;font-size:18px;text-align:center;}
.timer-dots {position:relative;float:left;margin-top:-2px;width:6px;display:block;height:24px;color:black;text-align:center;padding-top:0;font-size:18px;}
.timer-days {position:absolute;top:31px;font-size:10px;left:4px;width:32px;text-align:center;overflow:hidden}
.timer-hours {position:absolute;top:31px;font-size:10px;left:42px;width:32px;text-align:center;overflow:hidden}
.timer-minutes {position:absolute;top:31px;font-size:10px;left:80px;width:32px;text-align:center;overflow:hidden}
.timer-seconds {position:absolute;top:31px;font-size:10px;left:118px;width:32px;text-align:center;overflow:hidden}
.timer-holder {
    cursor:help;
    position:relative;
    height:45px;overflow:visible;z-index:200;width:155px;left:72px;
}
.for-timer {
    position:relative;
    width:155px;
    border:solid 0 transparent;
    background:#f6f9fe;
    border-radius:5px;
    height:45px;
    margin:0 auto;
    padding:8px 4px 4px 4px;
}
.title-back {
    position:absolute;top:5px;
    left:5px;
    background:url(../img/back.png);
    width:25px;
    height:25px;
    background-size:contain;
    cursor:pointer;
}

.home-message {
    /*background:url(../img/green-small-home.png) top left no-repeat;*/
    padding-left:55px;
    position:relative;
    min-height:50px;
    clear: both;
}
.home-message-title {
    position:relative;
    word-break:keep-all;
    white-space:nowrap;
    overflow:hidden;
    font-weight:bold;
    font-size:14px;
}

.home-dates {
    background: url(../img/cal2.png) 10px 2px no-repeat;
    position:relative;
    text-align:left;
    padding-left:32px;
    color:black;
    min-height:22px;
    padding-top:3px;
    padding-bottom: 5px;
    font-size: 11px;
}
.apt-type {
    position:relative;
    background:url(../img/hotel.png) no-repeat;
    width:130px;
    height:73px;
    background-size:contain;
    margin:0 auto;
    margin-bottom:10px;
}
.apt-type.villa {
    background:url(../img/apt/villa.png) no-repeat center;
    background-size:contain;
    width: 200px;
    height: 100px;
    margin-bottom:0;
}
.apt-type.house {
    background:url(../img/apt/house.png) no-repeat center;
    background-size:contain;
    width: 200px;
    height: 100px;
    margin-bottom:0;
}
.apt-type.apartment {
    background:url(../img/apt/apartment.png) no-repeat center;
    background-size:contain;
    width: 200px;
    height: 100px;
    margin-bottom:0;
}
.hotel-hint {
    position:relative;
    text-align:center;
    border-top:#979797 solid 1px;
    border-bottom:#979797 solid 1px;
    margin-bottom:10px;
    padding:2px;
}
.slash {
    padding-left:5px;
    padding-right:5px;
}

.check-hints {
    position:relative;
    border-bottom:solid 1px #7E6666;
    width:70%;
    margin:0 auto;
}
.check-hints-one {
    width:63%;
    position:relative;
    float:left;
    border-right:solid 1px #1A925B;
    color:white;
    padding:3px 2px;
    margin-bottom:10px;
    font-size:11px;
    height:30px;
    text-align:left;
}
.check-hints-two {
    background:url(../img/green-small-home.png) no-repeat center center;
    background-size:contain;
    float:right;
    width:36.5%;
    position:relative;
    height:30px;
    margin-bottom:10px;
}
.poco-man {
    position:relative;
    background:url(../img/person-poco.png) no-repeat center center;
    background-size:contain;
    margin:0 auto;
    height:80px;
    width:80px;
    margin-top:10px;
    margin-bottom:5px;
}
.poco-ticks {
    background:url(../img/ticks-group-1.png) no-repeat center center;
    background-size:contain;
    position:relative;
    width:129px;
    margin:0 auto;
    height:21px;
}
.poco-ticks-2 {
    background:url(../img/ticks-group.png) no-repeat center center !important;
    background-size:contain !important;
}
.poco-ticks-3 {
    background:url(../img/ticks-group-3.png) no-repeat center center !important;
    background-size:contain !important;
}

.poco-title {
    color:white;
    font-size:12px;
    padding-top:10px;
    height:41px;
    border-bottom:white solid 1px;
    position:relative;
    width:80%;
    margin:0 auto;
    line-height:12px;
}


.support {
    position:relative;
    width:100%;
    height:100%;
    background:white;
    padding:5px;
}
.support-logo {
    position:relative;
    height:35px;
    width:232px;
    margin:0 auto;
    margin-bottom:5px;
}


.support-title {
    font-weight:bold;
    font-size:14px;
    font-style:italic;
    padding-bottom:10px;
    position:relative;
}
.support-title-explain {
    position:relative;
    width:370px;
    padding-bottom:15px;
}

.assist-icon {
    position:absolute;
    right:15px;
    bottom:15px;
    background:url(../img/asistencia_vivo.png);
    background-size:contain;
    width:150px;
    height:137px;
}
.assist-icon-text {
    position:absolute;
    bottom:7px;
    text-align:center;
    font-weight:bold;
    color:white;
    left:20px;
    width:130px;
}
.chat-en-vivo-icon {
    position:absolute;
    left:15px;
    bottom:15px;
    background:url(../img/chat_en_vivo.png) no-repeat;
    background-size:contain;
    width:150px;
    height:194px;
}
.chat-en-vivo-icon-text {
    position:absolute;
    bottom:7px;
    text-align:center;
    font-weight:bold;
    color:#1c3e8b;
    left:13px;
    width:130px;
}

.blue-heading {
    font-weight:bold;
    font-size:14px;
    font-style:italic;
    padding-bottom:5px;
    position:relative;
}
.person-holder {
    position:absolute;
    background:url(../img/person-help.png) no-repeat;
    background-size:contain;
    width:110px;
    height:90px;
    color:white;
    font-weight:bold;
    right:-140px;
    bottom:140px;
}
.phone-holder-1 {
    position:absolute;
    background:url(../img/contact-phone.png);
    width:150px;
    height:47px;
    color:white;
    font-weight:bold;
    right:-150px;
    bottom:80px;
}

.phone-holder-2 {
    position:absolute;
    background:url(../img/contact-phone.png);
    width:150px;
    height:47px;
    color:white;
    font-weight:bold;
    right:-150px;
    bottom:20px;
}
.phone {
    position:absolute;
    width:150px;
    left:5px;
    top:16px;
}
.logo-support {
    position:absolute;
    right:-185px;
    top:0px;
    width:150px;
    height:56px;
}
.logo-support-en,
.logo-support-mx {
    background:url(../img/vehicle/logo-support-default.png);
}
.logo-support-br {
    background:url(../img/vehicle/logo-support-br.png);
}
.blue-content {
    background: #34388c none repeat scroll 0 0;
    border: 1px solid #34388c;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom:20px;
    margin-left:10px;
    position: relative;
    width: 385px;
    min-height:100px;
}
.blue-white-content {
    background: white none repeat scroll 0 0;
    border: 1px solid #34388c;
    border-radius: 10px;
    margin: 10px;
    padding: 10px;
    position: relative;
    width: 363px;
    min-height:100px;
}
.yellow-content {
    background: #fee600 none repeat scroll 0 0;
    border: 1px solid #fee600;
    border-radius: 10px;
    margin: 0 auto;
    position: relative;
    width: 525px;
    margin-top:10px;
    margin-bottom:20px;
}
.yellow-white-content {
    background: white;
    border: 1px solid #fee600;
    border-radius: 10px;
    margin: 5px;
    position: relative;
    width: 513px;
    padding:10px;
}


/* online help  */
.chat-wrapper {
    position:relative;
    font-size:12px;
    font-weight:normal;
    width:calc(100% - 20px);
}
.chat-wrapper label {
    padding-bottom: 4px;
    display: block;
}

.chat-placer {position:relative;width:100%;}
.chat-placer input[type="text"], .chat-placer textarea, .chat-placer select {font-size:11px;}
.chat-placer dl { margin:0; padding:0; padding-bottom: 0}
.chat-placer dt { display:block;margin:0 0 5px; }
.chat-placer dt:first-child {margin-top:0;}
.chat-placer dd { display:block;margin:0 0 5px; }
.chat-description {font-size:14px;font-weight:500;color:#7f7f7f;padding-bottom:10px;}
.chat-condition {font-size:9px;line-height:10px;font-weight:normal;}
.chat-button-ventas {position:absolute;top:26px;left:50px;text-align:right;width:120px;}
.chat-button-title {position:absolute;top:6px;left:55px;font-size:15px;}
.chat-button-soporte {position:absolute;top:42px;left:50px;text-align:right;width:120px;}

.chat-important {color:#ed1c24;font-weight:800;}

.message-sender {
    position:relative;
    background-color: #CC0001;
    background-image: url(../img/arrow-store-DG.png);
    background-position: 191px 4px !important;
    background-repeat: no-repeat;
    border: 3px solid #FFFFFF;
    border-radius: 10px;
    color: #FFFFFF;
    display: block;
    font: bold 22px Arial,Helvetica,sans-serif !important;
    height: 60px !important;
    margin: -3px !important;
    padding: 10px 23px !important;
    text-align: left;
    transition: background-color 400ms linear 0s;
    width: 246px !important;
}
.message-sender:hover {
    background-color: #000000 !important;
    box-shadow: 0 0 2px #000099;
}
.chat-silver {color:silver;}

/* Messages */
#chat-messages {
    position: relative;
    border:#FFB700 2px solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius:5px;
    border-radius: 5px;
    padding: 5px;
    background: #F7F7F7;
    margin-bottom: 10px;
    min-height:150px;max-height:180px;height:180px;
    overflow-y:scroll;
}
.message-container {
    position:relative;
    border: solid 0 transparent;
    padding:5px;
    margin:10px 0 10px 0;
}

.message-header {width: 40%;text-align: right}
.message-body {
    width: 59%;
}
.message-body div {
    border: solid 1px #868686;
    border-radius: 4px;
    background: #FFFFFF;
    padding: 5px 10px;
}
.message-incoming {color:#0271C2;}
.message-outgoing {color:#FF9700;}

.message-line {
    position: relative;
    width: 70%;
    height: 1px;
    margin: 0 auto;
    border-bottom: solid 1px #BEBEBE;
    margin-bottom: 10px;
    margin-top: 10px;
}

.message-inactive {
    text-align:center;
    padding-top:15px;
}

.contact-display {
    position:absolute;
    bottom:15px;
    right:15px;
    background:url(../img/contact-display.png) no-repeat;
    background-size:contain;
    width:120px;
    height:120px;
}
.orange-block {
    position:relative;
    display:inline-block;
    height:32px;
    padding-left:35px;
    padding-right:15px;
    min-width:100px;
    background-color:#ffba02;
    color:#fff;
    padding-top:7px;
}
.orange-block-left {
    position:absolute;
    top:0;
    left:0;
    background:url(../img/orange_star.png);
    height:32px;
    width:32px;
}

.orange-block-right {
    position:absolute;
    top:0;
    right:0;
    background:url(../img/orange_right.png);
    height:32px;
    width:12px;
}

.green-block {
    position:relative;
    display:inline-block;
    height:32px;
    padding-left:35px;
    padding-right:15px;
    min-width:100px;
    background-color:#0ab21c;
    color:#fff;
    padding-top:7px;
}
.green-block-left {
    position:absolute;
    top:0;
    left:0;
    background:url(../img/green_star.png);
    height:32px;
    width:32px;
}

.green-block-right {
    position:absolute;
    top:0;
    right:0;
    background:url(../img/green_right.png);
    height:32px;
    width:12px;
}
.main-description {
    border-bottom:#979797 solid 1px;
    position:relative;
    width:95%;
    margin:0 auto;
}
.main-description-title {
    position:relative;
    font-weight:bold;
    font-size:15px;
    text-align:center;
    padding-top:15px;
    padding-bottom:15px;
}
.columns-table {
    position:relative;
    display:table;
    width:100%;
    margin-bottom:20px;
}

.three-columns {
    position:relative;
    display:table-cell;
    width:33.3%;
    padding:5px;
    text-align:left;
    border-right:#979797 solid 1px;
    vertical-align:top;
}
.blue_rating {
    position:relative;
    float:left;
    background:#003580;
    width:34px;
    height:30px;
    margin:0 5px 5px 5px;
    border-radius: 5px 5px 5px 0;
    color: white;
    text-align: center;
    padding-top: 7px;
}
.no-reviews-icon {
    position:relative;
    float:right;
    background:url(../img/round-hint.svg) no-repeat center;
    background-size: contain;
    width:16px;
    height:16px;
    margin-left: 5px;
}
.three-columns-content {
    position:relative;
    float:left;
    width:72%;
    padding-top: 7px;
    font-size: 11px;
}

.four-columns {
    position:relative;
    display:table-cell;
    width:24.9%;
    padding:2px;
    text-align:left;
    border-right:#979797 solid 1px;
    vertical-align:top;
}

.four-columns-content {
    position:relative;
    float:left;
    vertical-align:top;
    width:75%;
    font-size: 11px;
}
.four-columns-content-progress {
    position: relative;
    clear: both;
    height: 10px;
    border-radius: 4px;
    background: #f1f1f1;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}
.four-columns-content-progress-bar {
    position: relative;
    height: 10px;
    background: #008000;
    width: 70%;
    border-radius: 4px;
}

.floater {
    float: left;
}
.green-top-line-floating {
    position: relative;
    float: left;
    background: url(../img/green-top-arrow.svg) no-repeat center;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: block;
    margin-top: -5px;
}
.green_tick {
    position:relative;
    float:left;
    background:url(../img/green_tick_small.png);
    width:12px;
    height:12px;
    margin:3px 5px 5px 5px;
}

#language-switcher {
    position: absolute;
    top:20px;
    display: none;
    border-radius: 10px;
    background: #ffd2a2 !important;
    padding: 5px;
    border: solid 1px #e2aa11;
    z-index: 20;
    left:-7px;
}
#language-switcher div:hover {
    width: 18px;
    height: 18px;
}


.support-heading-icon {
    position: relative;
    margin: 0 auto;
    background: url(../img/chat-offline-planned.svg) no-repeat;
    width: 92px;
    height: 74px;
}

.support-heading {
    position: relative;
    text-align: center;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 16px;
}
.support-heading-support {
    text-align: center;
    padding-bottom: 10px;
}
.support-heading-support-explain {
    text-align: center;
    padding-bottom: 10px;
}
.support-button {
    position: relative;
    background: #0271C2;
    border-radius: 4px;
    border: solid 0 transparent;
    text-align: center;
    color: white;
    padding: 10px;
    width: 100%;
    margin-top: 10px;
    cursor: pointer;
}
.support-button:hover {
    background: #00487a;
}
.support-online-init {
    position: relative;
    margin: 0 auto;
    background: url(../img/chat-support-online-init.svg) no-repeat;
    background-size: contain;
    width: 100px;
    height: 80px;
}
.support-online-initiated {
    position: relative;
    margin: 0 auto;
    background: url(../img/chat-support-online-initiated.svg) no-repeat;
    background-size: contain;
    width: 90px;
    height: 60px;
}
.support-online-important {
    color: #FFB700;
    font-weight: bold;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}
.chat-input {
    height: 30px;
    background: white;
    width: 100%;
    position: relative;
    border: solid 1px #868686;
    padding-left: 5px;
    padding-right: 5px;
}

.small-options-selector {
    position: relative;
    background: white;
    height: 40px;
    border-radius: 4px;
    padding: 9px 8px;
    color:black;
    border: solid 2px transparent;
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
    cursor: pointer;
    text-align: left;
    font-size: 14px;
}
.small-options-selector .content {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    width: 225px;
    text-transform: lowercase;
}
.selector-down-arrow {
    position: absolute;
    right:5px;
    top:9px;
    color: black;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    white-space: nowrap;
    height: 20px;
    width: 20px;
}
.content-observer {
    display: none;
    position: absolute;
    top:calc(100% + 2px);
    left:1px;
    z-index: 400;
    background: white;
    width: 140%;
    padding: 30px;
    box-shadow: 0 0 3px 3px rgba(0,0,0,0.05);
    border-radius: 3px;
}
.content-observer table {
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0;
}
.content-observer table td {
    text-align: left;
}
.content-observer table tr {
    border-bottom: solid 10px transparent;
}
.clicked-selector {
    border: solid 2px #0271c2;
}
.content-observer-list {
    position: relative;
    text-align: center;
    border: solid 1px #0271c2;
    padding-top: 9px;
    padding-bottom: 9px;
    color:#0271c2;
    font-weight: 500;
    width: calc(100% - 1px);
}
.content-observer-list:hover {
    background: #f0f7fa;
}
.input-tuner {
    position: relative;
    border: solid 1px #949494;
    border-radius: 3px;
    clear: both;
    height: 42px;
    float: right;
    width: 85%;
    margin-right: 2px;
}
.input-tuner div {
    display: block;
    position: relative;
    width: 33%;
    float: left;
    height: 100%;
    cursor: pointer;
    font-size: 15px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}
.changer {
    color:#0271c2;
    font-size: 25px !important;
    font-weight: lighter;
    border-radius: 3px;
}

.changer:hover {
    background: #f0f7fa;
}
.changer.blocked {
    color:#949494;
}

.search-title {
    position: relative;
    text-align: left;
    width: 90%;
    margin: 0 auto;
    padding-top: 4px;
}
.question-sign {
    position: absolute;
    right:1px;
    top:0;
    width: 14px;
    height: 14px;
    color:black;
    cursor: pointer;
}
.question-sign:hover .hint-viewer,
.online-support-smaller:hover .hint-viewer {
    display: block;
}
.hint-viewer {
    position: absolute;
    width: 250px;
    left:-118px;
    top:25px;
    background: black;
    color:white;
    height: auto;
    display: none;
    z-index: 100;
    padding: 5px;
}

.hint-viewer:after {
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 6px solid black;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -6px;
    margin-top:-6px;
    position: absolute;
    top: 0;
    width: 0;
    z-index:100;
}

.hint-viewer.lefter:after {
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 6px solid black;
    content: "";
    height: 0;
    left: 33% !important;
    margin-left: -6px;
    margin-top:-6px;
    position: absolute;
    top: 0;
    width: 0;
    z-index:100;
}


.review-container-content {
    position:relative;
    width:740px;
    float:right;
    min-height:490px;
    margin-top:10px;
    margin-bottom:0;
    border-radius:10px;
    margin-right:10px;
}
.review-title {
    position: relative;
    font-size: 19px;
    font-weight: bold;
    width: 100%;
    padding-bottom: 10px;
}
.review-subtitle {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    padding-bottom: 10px;
    color: #949494
}
.review-title-row {
    position: relative;
    padding-bottom: 10px;
}
.item-location-holder {
    font-size: 14px;
    position: relative;
    width: 565px;
    line-height: 20px;
}
.item-location-sign {
    position: relative;
    top: 5px;
    background: url(../img/282fe351577daee951a83d531ff1a065e74a5d04.png) top center no-repeat;
    width: 15px;
    height: 23px;
    background-size: cover;
    display: inline-block;
    margin-top: 5px;
}
.item-location-sign:hover {
    background:url(../img/282fe351577daee951a83d531ff1a065e74a5d04.png) bottom center no-repeat;
    background-size: cover;
}

.redesigned-images {
    position: relative;
    width: 100%;
    height: 470px;
}
.redesigned-big-image {
    position: relative;
    float: right;
    width: 444px;
    height: 360px;
}
.redesigned-big-image img {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.redesigned-smaller-images {
    position: relative;
    float: left;
    width: 286px;
    height: 360px;
}
.redesigned-smaller-images img {
    position: relative;
    display: block;
    width: 100%;
    height: 175px;
    margin-bottom: 10px;
    cursor: pointer;
}
.redesigned-smaller-images img:last-child {
    margin-bottom: 0px;
}
.redesigned-rest-images {
    position: relative;
    width: 100%;
    clear: both;
    height: 100px;
    padding: 0;
    margin: 0;
    top: 10px;
}
.redesigned-rest-images td {
    width: 20%;
    position: relative;
    padding: 0 10px 0 0;
    vertical-align: top;
    height: 100%;
}
.redesigned-rest-images td img {
    width: 100%;
    height: 100%;
    cursor: pointer;
    max-height: 114px;
}
.redesigned-left-images {
    position: absolute;
    top:calc(50% - 10px);
    color:white;
    left:0;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 17px;
}
.redesigned-left-images-border {
    position: absolute;
    bottom: -1px;
    left:0;
    width: 100%;
    height: 1px;
    background: white;
    opacity: 0.5;
}
.price-match {
    position: absolute;
    right:0;
    top:-10px;
    color:#0071c2;
    font-size: 14px;
    font-weight: 500;
    padding: 8px;
    cursor: pointer;
}
.price-match:hover {
    background: #eaf2f8;
}
.price-match-sign {
    position: relative;
    width: 16px;
    height: 16px;
    display: inline-block;
    top:4px;
    color:#0071c2;
}

.hand-plus-tip {
    position: relative;
    float: left;
    width: 32px;
    height: 20px;
    margin-top: 2px;
}
.hand-plus-tip:hover .hint-viewer,
.orange-hand-tip:hover .hint-viewer {
    display: block;
}

.orange-hand-tip {
    position: relative;
    float: left;
    width: 25px;
    height: 25px;
}
.orange-hand-tip:hover .hint-viewer {
    display: block;
}
.aeropuerto-hinter {
    position: relative;
    float: left;
    padding: 3px 5px 4px 5px;
    background: #e4f3ff;
    color: black;
    top: 3px;
    line-height: 12px;
    font-size: 11px;
    margin-right: 3px;
}
.aeropuerto-hinter.shuttle {
    background: #f3f3f3;
}

.travel-sustainable {
    position: relative;
    float: left;
    padding: 3px 5px 4px 5px;
    background-color: #e7fde9 !important;
    color: #008009;
    top: 3px;
    line-height: 12px;
    font-size: 11px;
    margin-left: 3px;
}
.travel-sustainable.travel-1 {
    background: url(../img/travel/level_1.png) no-repeat 3px center;
    background-size: 30px 10px;
    padding-left: 35px;
}
.travel-sustainable.travel-2 {
    background: url(../img/travel/level_2.png) no-repeat 3px center;
    background-size: 30px 10px;
    padding-left: 35px;
}
.travel-sustainable.travel-3 {
    background: url(../img/travel/level_3.png) no-repeat 3px center;
    background-size: 30px 10px;
    padding-left: 35px;
}
.travel-sustainable.travel-4 {
    background: url(../img/travel/level_3+.png) no-repeat 3px center;
    background-size: 40px 10px;
    padding-left: 46px;
}

.hint-viewer-white {
    position: absolute;
    width: 250px;
    left: calc(-50% - 35px);
    top: 27px;
    background: black;
    color: white;
    height: auto;
    display: none;
    z-index: 100;
    padding: 5px;
    font-size: 12px;
    line-height: 15px;
}

.hint-viewer-white.shuttle {
    background: white;
    box-shadow: 0 0 3px 3px rgba(0,0,0,0.05);
    color:black;
    left: -83px;
}

.hint-viewer-white:after {
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 6px solid black;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -6px;
    margin-top:-5px;
    position: absolute;
    top: 0;
    width: 0;
    z-index:100;
    border-radius: 4px;
}
.hint-viewer-white.shuttle::after {
    border-bottom: 6px solid white;
}

.aeropuerto-hinter:hover .hint-viewer-white {
    display: block;
}

.price-match-sign-green {
    position: relative;
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    top:4px;
    color:#00800A;
}
.price-match-hint-title {
    position: relative;
    padding-bottom: 10px;
    padding-top: 5px;
    font-weight: bold;
    color:#00800A;
}
.hint-viewer-price {
    position: absolute;
    width: 330px;
    right: 0;
    top: 40px;
    background: white;
    color: black;
    height: auto;
    display: none;
    z-index: 100;
    font-size: 14px;
    box-shadow: 0 0 3px 3px rgba(0,0,0,0.05);
    line-height: 19px;
    padding: 15px;
}


.hint-viewer-price:after {
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 6px solid white;
    content: "";
    height: 0;
    right: 20px;
    margin-left: -6px;
    margin-top:-6px;
    position: absolute;
    top: 0;
    width: 0;
    z-index:100;
    border-radius: 4px;
}

.price-match:hover .hint-viewer-price{
    display: block;
}

.price-match-policy {
    position: relative;
    padding-left: 20px;
    padding-bottom: 10px;
    padding-right: 20px;
}
.price-match-policy-title {
    position: relative;
    font-size: 18px;
    padding-bottom: 10px;
    font-weight: bold;
}
.price-match-policy-subtitle {
    position: relative;
    font-size: 15px;
    padding-bottom: 15px;
    font-weight: bold;
}
.price-match-policy-description {
    position: relative;
    font-size: 14px;
    padding-bottom: 20px;
}

.price-match-grayed {
    position: relative;
    padding: 20px;
    border: solid 1px #949494;
    border-radius: 3px;
    background: #f2f2f2;
    clear: both;
}
.price-match-grayed-title {
    position: relative;
    font-weight: bold;
    font-size:14px;
}
.price-match-grayed-options {
    position: relative;
    display: block;
    padding-left: 20px;
}
.price-match-grayed-options li {
    line-height: 25px;
}


.price-match-button {
    position: relative;
    background: #0271C2;
    border-radius: 4px;
    border: solid 0 transparent;
    text-align: center;
    color: white;
    padding: 10px;
    width: 100px;
    margin-top: 20px;
    cursor: pointer;
}
.price-match-button:hover {
    background: #00487a;
}
.price-match-conditions {
    position: relative;
    width: 49%;
    margin-bottom: 20px;
}
.price-match-conditions-title {
    position: relative;
    font-weight: bold;
    font-size:14px;
    padding-bottom: 10px;
}
.price-match-conditions-pros {
    position: relative;
    background: url(../img/pros.svg) no-repeat top left;
    background-size: 15px 15px;
    padding-left: 26px;
    padding-bottom: 10px;
    font-size: 14px;
}
.price-match-conditions-cons {
    position: relative;
    background: url(../img/cons.svg) no-repeat top left;
    background-size: 15px 15px;
    padding-left: 26px;
    padding-bottom: 10px;
    font-size: 14px;
}

.images-popup-header-wrapper {
    border-bottom: solid 1px #e7e7e7;
    position: relative;
    padding-bottom: 5px;
}
.images-popup-header {
    position: relative;
    text-align: center;
    width: 1080px;
    margin: 0 auto;
}

.images-popup-header-title {
    position: relative;
    font-weight: bold;
    font-size: 15px;
}
.images-popup-header-reserver {
    position: relative;
    display: inline-block;
    padding: 10px;
    color:white;
    font-size: 13px;
    text-align: center;
    background: #0271c2;
    cursor: pointer;
    border-radius: 4px;
    border: solid 2px #c2dcf0;
}
.images-popup-header-reserver:hover {
    background: #00487a;
}

.images-popup-pictures-block {
    position: relative;
    float: left;
    height: 443px;
    overflow-y: scroll;
    width: 70%;
    padding: 10px 10px 5px 10px;
}
.images-popup-commenters-block {
    position: relative;
    float: right;
    height: 443px;
    width:29%;
    border-left: solid 1px #e7e7e7;
}
.images-popup-commenter-title {
    position: relative;
    width: 80%;
    font-size: 15px;
}
.images-popup-commenter {
    position: relative;
    width: 100%;
    height: 70px;
    border-bottom: solid 1px #e7e7e7;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,0.07);
    padding: 20px 10px;
}

.images-popup-commenters-list {
    position: relative;
    height: 374px;
    overflow-y: scroll;
    width: 100%;
    padding: 15px;
}
.images-popup-commenters-list-heading {
    position: relative;
    font-weight: bold;
    font-size: 13px;
}

.commenter {
    position: relative;
    border-bottom: solid 1px #e7e7e7;
    padding-bottom: 20px;
    padding-top: 15px;
}
.commenter-male {
    background: #39b5e8;
    position: relative;
    padding: 8px 10px;
    color:white;
    border-radius: 17px;
    border:solid 0 transparent;
    margin-right: 5px;
    width: 32px;
    display: inline-block;
    text-align: center;
}
.commenter-female {
    background: #f09960;
    position: relative;
    padding: 8px 10px;
    color:white;
    border-radius: 17px;
    border:solid 0 transparent;
    margin-right: 5px;
    width: 32px;
    display: inline-block;
    text-align: center;
}
.commenter-custom {
    position: relative;
    padding: 8px 10px;
    color:white;
    width: 31px;
    display: inline-block;
    border-radius: 17px;
    border:solid 0 transparent;
    margin-right: 5px;
}
.commenters-details {
    position: relative;
    width: 100%;
    font-size: 14px;
}
.commenters-details-line {
    position: relative;
    width: 100%;
    height: 8px;
    border-radius: 4px;
    background: #ebf3ff;
}
.commenters-details-line-progress {
    position: relative;
    width: 0;
    height: 100%;
    border-radius: 4px;
    background: #003480;
}
.commenter-rate {
    padding: 5px;
    text-align: center;
}

.images-popup-pictures-block img {
    max-width: 100%;
    height: auto;
}
.images-popup-pictures-block div {
    margin-bottom: 5px;
}

.brief-commenters {
    position: absolute;
    top:8px;
    right:8px;
    text-align: right;
    z-index: 1;
    width: 250px;
}

.brief-commenter-title {
    position: relative;
    width: 100%;
    height: 54px;
    padding: 12px 10px;
    background: white;
}
.images-popup-commenter-title {
    position: relative;
    width: 80%;
    font-size: 14px;
}
.white_rating {
    position:relative;
    float:left;
    background:#fff;
    width:34px;
    height:30px;
    margin:0 5px 5px 5px;
    border-radius: 5px 5px 5px 0;
    color: black;
    text-align: center;
    padding-top: 7px;
    border: solid 1px black;
}

.brief-commenter-gallery {
    position: relative;
    width: 100%;
    height: 150px;
    background: #ebf3ff;
    overflow: hidden;
}
.brief-arrow-left {
    position: absolute;
    width: 16px;
    height: 40px;
    top:35px;
    left:0;
    background: white;
    border-radius: 0 12px 12px 0;
    cursor: pointer;
    z-index: 1;
}

.brief-arrow-left:after {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #2384cb;
    content: "";
    height: 0;
    top: 50%;
    margin-top: -6px;
    position: absolute;
    right: 8px;
    width: 0;
    z-index: 100;
    border-radius: 4px;
}

.brief-arrow-right {
    position: absolute;
    width: 16px;
    height: 40px;
    top:35px;
    right:0;
    background: white;
    border-radius: 12px 0 0 12px;
    cursor: pointer;
    z-index: 1;
}

.brief-arrow-right:after {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #2384cb;
    content: "";
    height: 0;
    top: 50%;
    margin-top: -6px;
    position: absolute;
    left: 8px;
    width: 0;
    z-index: 100;
    border-radius: 4px;
}

.brief-arrow-right:hover {
    background: #2384cb;
}

.brief-arrow-right:hover:after {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid white;
}

.brief-arrow-left:hover {
    background: #2384cb;
}
.brief-arrow-left:hover:after {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid white;
}


.commenter-brief {
    position: relative;
    border-bottom: solid 1px #e7e7e7;
    height: 150px;
    padding:5px 20px 5px 20px;
    text-align:left;
    width: 250px;
}

.commenter-brief-message {
    padding-bottom: 10px;
    height:94px;
    font-size:12px;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}


.commenter-male-1 {
    background: #39b5e8;
    position: relative;
    padding: 5px 10px;
    color:white;
    border-radius: 15px;
    border:solid 0 transparent;
    margin-right: 5px;
    width: 26px;
    display: inline-block;
}
.commenter-female-1 {
    background: #f09960;
    position: relative;
    padding: 5px 7px;
    color:white;
    border-radius: 15px;
    border:solid 0 transparent;
    margin-right: 5px;
    width: 26px;
    font-size: 12px;
    text-align: center;
    display: inline-block;
}
.commenter-custom-1 {
    position: relative;
    padding: 5px 7px;
    color:white;
    width: 26px;
    display: inline-block;
    border-radius: 15px;
    border:solid 0 transparent;
    margin-right: 5px;
    font-size: 12px;
    text-align: center;
}
.commenter-white {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: white;
    padding-left: 20px;
    height: 35px;
    padding-top: 5px;
}
#color-changer {
    display: none;
    color:#0ab21c;
}
div.done #color-changer {
    display: inline;
}




.image-viewer {
    border: solid 1px #e7e7e7;
    transition: all .2s ease;
    cursor: pointer;
    display: block;
}
.image-viewer:hover {
    transform: scale(1.1);
    z-index: 100;
}
.image-selected {
    border: solid 2px #76a9da;
}
.image-wrapper {
    position: relative;
    overflow: hidden;
}

.gallery-closer {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    width: 120px;
    text-align: left;
    top:5px;
    display: none;
}
.gallery-closer svg {

}
.gallery-closer-title {
    position: absolute;
    left:34px;
    top:6px;
}
.gallery-closer:hover svg {
    fill:#0271c2;
}
.gallery-closer:hover {
    color:#0271c2;
}

#gallery-small-images {
    position: relative;
    height: 75px;
    clear: both;
    width: 540px;
    margin: 0 auto;
    overflow: hidden;
}
#gallery-small-images img {
    height: 75px;
    width: 100px;
    margin-right: 8px;
    float: left;
    opacity: 0.5;
    cursor: pointer;
    border: solid 0 transparent;
    border-radius: 3px;
}
#gallery-small-images img:hover {
    opacity: 1;
}

#gallery-small-images img.active {
    opacity: 1;
    border: solid 2px #76a9da;
}

#gallery-small-images img:last-child {
    margin-right: 0;
}

#gallery-small-images-content {
    position: absolute;
    top:0;
    left:0;
    height: 100%;
    width: 100000px;
}

#gallery-main-content {
    position: relative;
    height: 350px;
    width: 100%;
}
#gallery {
    position: relative;
    margin: 0;
}
.gallery-arrows {
    cursor: pointer;
}
.gallery-arrows:hover svg {
    fill: #0271C2;
}
.gallery-center {
    position: relative;
    text-align: center;
    vertical-align: middle;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;

}
.gallery-main-image {
    height: auto !important;
    width: auto !important;
    position: relative;
    max-height: 320px;
}
.gallery-totals {
    position: relative;
    height: 25px;
    width: 100%;
    text-align: center;
    font-size: 13px;
    margin: 0 !important;
    padding-top: 3px;
}

#children-prepender {
    position: relative;
    align-items: center;
    clear: both;
    align-items: center;
    flex-wrap: wrap;
    display: flex;
    width: 100%;
}

.child-selector {
    font-size:13px;
    position:relative;
    padding:8px 25px 8px 8px;
    border: solid 1px #949494;
    border-radius: 2px;
    background-color: #fff !important;
    align-items: center;
    flex-direction: row;
    flex-grow: 1;
    flex: auto;
    justify-content: flex-start;
    width: 144px;
    max-width: 144px;
    margin: 0;
    margin-bottom: 8px;
}
.child-selector:nth-child(odd) {
    margin-right: 4px;
}
.child-selector:nth-child(even) {

    margin-left: 4px;
}
.child-selector.red {
    border: solid 1px #cb0000;
}

.google-map-viewer {
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    position: relative;
    margin-top: 7px;
    width: 400px;
}

.discount-tabs {
    position: absolute;
    top: -28px;
    width: 96%;
    left: 2%;
    height: 27px;
    text-align: center;
    font-size: 11px;
}
.discount-tabs td {
    vertical-align: bottom;
}
.discount-tabs div {
    margin-right: 1px;
    margin-left: 1px;
    border: solid 0 transparent;
    border-radius: 5px 5px 0 0;
    padding: 3px 0;
    height: 27px;
    line-height: 10px;
}
.discount-tab-red {
    background: #D0021B;
    color:white;
    font-weight: bold;
}
.discount-tab-gray {
    background: #d5d4d4;
    color:#D0021B;
}
.discount-tab-gray span {
    text-decoration: line-through;
}
.discount-tab-yellow {
    background: #ffdd35;
    color:black;
    font-weight: bold;
}
.is-genius-wrapper {
    position: relative;
    display: block;
    float: left;
    margin-right: 3px;
    top:2px;
    cursor: pointer;
}
.is-genius {
    position: relative;
    display: block;
    background: #004cb8;
    border-radius: 2px;
    width: 50px;
    height: 20px;
}
.is-certification-wrapper {
    position: relative;
    display: block;
    float: left;
    margin-left: 3px;
    margin-right: 3px;
    top: 3px;
    cursor: pointer;
    border: solid 1px #959595;
    border-radius: 3px;
    font-size: 11px;
    padding: 1px;
    height: 19px;
    padding-right: 3px;
}
.is-certification {
    position: relative;
    display: inline-block;
    width: 11px;
    top: 2px;
    margin-left: 4px;
}
.is-genius {
    position: relative;
    display: block;
    background: #004cb8;
    border-radius: 2px;
    width: 50px;
    height: 20px;
}
.is-genius-wrapper:hover .is-genius-hint {
    display: block;
}

.is-genius-hint {
    position: absolute;
    width: 330px;
    left:-139px;
    top:30px;
    background: white;
    color:black;
    height: auto;
    display: none;
    z-index: 100;
    border-radius: 5px;
    box-shadow: 0 0 3px 3px rgba(0,0,0,0.05);
    padding:15px;
    line-height: 20px;
    text-align: left;
}
.is-genius-hint-title {
    position: relative;
    line-height: 22px;
    font-weight: 600;
    padding-bottom: 15px;
}
.is-genius-hint-content {
    padding-left: 30px;
    background: url(../img/yellow-round-tick.svg) no-repeat left center;
    background-size: 15px 15px;
    position: relative;
    min-height: 30px;
}
.is-genius-hint.lefter:after {
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 6px solid white;
    content: "";
    height: 0;
    left: 32% !important;
    margin-left: -6px;
    margin-top:-6px;
    position: absolute;
    top: 0;
    width: 0;
    z-index:100;
}
.is-genius-hint:after {
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 6px solid white;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -6px;
    margin-top:-6px;
    position: absolute;
    top: 0;
    width: 0;
    z-index:100;
}
.date-hint {
    position: absolute;
    top: 19px;
    left: 21px;
    z-index: 1;
    font-size: 10px;
    width: 20px;
    text-align: center;
}

.reserve-ahora {
    position: absolute;
    top:0;
    right:0;
    padding: 10px;
    color:white;
    font-size: 13px;
    text-align: center;
    background: #0271c2;
    cursor: pointer;
    border-radius: 4px;
    border: solid 2px #c2dcf0;
}
.reserve-ahora:hover {
    background: #00487a;
}
#map-container {
    position: relative;
    width: 290px;
    margin: 0 auto;
    height: 185px;
    margin-top: -15px;
    cursor: pointer;
    border-radius: 2px;
}
#map {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 2px;
    cursor: pointer;
}
#map-container:hover {
    outline: 1px solid #fdbb01;
    opacity: 0.9;
}
#map-viewer {
    position: absolute;
    bottom:50px;
    left:calc(50% - 70px);
    padding: 10px 5px;
    color:white;
    font-size: 13px;
    text-align: center;
    background: #0271c2;
    cursor: pointer;
    border-radius: 4px;
    border: solid 2px #c2dcf0;
    width: 140px;
    z-index: 1;
}
#map-viewer:hover {
    background: #00487a;
}


.is-beach-wrapper {
    position: relative;
    display: block;
    float: left;
    margin-right: 3px;
    top:2px;
    cursor: pointer;
    background: #e4f4ff;
    color:#003580;
    height: 20px;
    border-radius: 2px;
}

.is-beach {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 13px;
    top: 3px;
    fill: #003580;
}
.is-beach-title {
    position: relative;
    display: inline-block;
    top: 2px;
    padding-right: 4px;
}


.is-beach-wrapper:hover .is-beach-hint {
    display: block;
}

.is-beach-hint {
    position: absolute;
    white-space: nowrap;
    display: none;
    padding: 5px;
    z-index: 1000;
    color: white;
    background: black;
    cursor: pointer;
    border-radius: 2px;
}
#apartment-short-viewer:hover .apartment-short-selection-popup {
    display: block;
}
.apartment-short-selection-popup {
    position: absolute;
    top:40px;
    left:15px;
    display: none;
    width: 550px;
    text-align: left;
    background: white;
    z-index: 50;
}
.apartment-short-selection-header {
    font-weight: 700;
    position: relative;
    font-size: 14px;
    color:white;
    background: #4c76b2;
    padding: 10px 15px;
}
.apartment-short-selection-content th {
    font-weight: normal;
    background-color: #e2e9f3;
    padding: 8px 15px;
    line-height: 12px;
}
.apartment-short-selection-content td:not(.excluded) {
    background-color: #e2fbde;
    vertical-align: middle;
    min-height: 40px;
}
.apartment-short-selection-content th:first-child,
.apartment-short-selection-content td:not(.excluded):first-child {
    border-right: solid 1px #4c76b2;
}
.apartment-short-selection-content td:not(.excluded) {
    border-bottom: solid 1px #4c76b2;
}
.apartment-short-selection-content {
    position: relative;
    width: 100%;
}
.apartment-short-title {
    color:#0071c2;
    text-decoration: underline;
    font-size: 12px;
    padding-bottom: 2px;
    font-weight: 500;
}
.apartment-sub-title {
    font-size: 12px;
}

.room-furniture {
    position: relative;
    font-size: 11px;
}
.room-sofa {
    position: relative;
    background: url(../img/furniture/sofa.svg) no-repeat center;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: inline-block;
    top: 3px;
    margin-left: 5px;
}
.room-double_beds {
    position: relative;
    background: url(../img/furniture/double.svg) no-repeat center;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: inline-block;
    top: 3px;
    margin-left: 5px;
}
.room-bathroom {
    position: relative;
    background: url(../img/furniture/banos.png) no-repeat center;
    background-size: contain;
    width: 15px;
    height: 15px;
    display: inline-block;
    top: 3px;
    margin-left: 5px;
}
.room-sofa_beds {
    position: relative;
    background: url(../img/furniture/twin_beds.png) no-repeat center;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: inline-block;
    top: 3px;
    margin-left: 5px;
}
.room-sofa_beds {
    position: relative;
    background: url(../img/furniture/twin_beds.png) no-repeat center;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: inline-block;
    top: 3px;
    margin-left: 5px;
}
.room-single_beds {
    position: relative;
    background: url(../img/furniture/single_bed.png) no-repeat center;
    background-size: contain;
    width: 20px;
    height: 15px;
    display: inline-block;
    top: 3px;
    margin-left: 5px;
}
.room-double_beds {
    position: relative;
    background: url(../img/furniture/single_beds.png) no-repeat center;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: inline-block;
    top: 3px;
    margin-left: 5px;
}
.room-queen_beds {
    position: relative;
    background: url(../img/furniture/queen_bed.png) no-repeat center;
    background-size: contain;
    width: 20px;
    height: 15px;
    display: inline-block;
    top: 3px;
    margin-left: 5px;
}
.room-king_beds {
    position: relative;
    background: url(../img/furniture/king_bed.png) no-repeat center;
    background-size: contain;
    width: 20px;
    height: 15px;
    display: inline-block;
    top: 3px;
    margin-left: 5px;
}
.room-futon_beds {
    position: relative;
    background: url(../img/furniture/full_bed.png) no-repeat center;
    background-size: contain;
    width: 20px;
    height: 15px;
    display: inline-block;
    top: 3px;
    margin-left: 5px;
}
.room-bunk_beds {
    position: relative;
    background: url(../img/furniture/bunk_bed.png) no-repeat center;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: inline-block;
    top: 3px;
    margin-left: 5px;
}

#commenter.erroneous {
    margin: 0 auto;
    width: 96% !important;
    border: solid 2px red;
    margin-bottom: 5px;
    border-radius: 5px;
}
#commenter.erroneous input[type=text] {
    outline: solid 2px red;
}
#commenter.erroneous .small-options-selector {
    border: solid 2px red;
}
#page-moving {
    position: relative;
    width: 780px;
    padding-top: 200px;
    background: #f6f9fe;
    text-align: center;
}
.page-loader {
    width: 48px;
    height: 48px;
    border: 5px solid #003695;
    border-bottom-color: rgb(255, 255, 255);
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}
.white-page-loader {
    width: 48px;
    height: 48px;
    border: 5px solid white;
    border-bottom-color: rgb(255, 255, 255);
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.page-loader-title {
    position: relative;
    margin-top: 20px;
    color:#003695;
    font-size: 15px;
    margin-bottom: 5px;
}
.page-loader-subtitle {
    position: relative;
    color:black;
    font-size: 14px;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.invoice-init-detailer {
    position: relative;
    width: 540px;
    margin: 0 auto;
    margin-top: 20px;
}

.invoice-init-sub-wrapper {
    position: relative;
    background: white;
    border-radius: 5px;
    border: solid 0 transparent;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.15);
}
.invoice-init-heading {
    position: relative;
    text-align: center;
    font-weight: bold;
    color:#003696;
    font-size: 16px;
    padding: 10px;
}
.invoice-init-row {
    position: relative;
    clear: both;
    width: calc(100% - 20px);
    margin: 0 auto;
    border-bottom: solid 1px #E0E0E0;
    padding-bottom: 8px;
    padding-top: 8px;
}

.invoice-init-row.totalled {
    width: 100%;
    background: #EBF3FE;
    font-weight: bold;
    padding-right: 10px;
    padding-left: 10px;
    border-bottom: none;
    border-radius: 0 0 5px 5px;
}

.invoice-init-horizontal {
    position: relative;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    height: 1px;
    background: #D5D5D5;
}

.blue_rating_full {
    position:relative;
    float:right;
    clear: both;
    background:#003580;
    min-width:34px;
    height:30px;
    margin:0;
    margin-bottom: 10px;
    border-radius: 5px;
    color: white;
    text-align: center;
    padding-top: 7px;
    padding-left: 5px;
    padding-right: 5px;
}
.invoice-init-location-hint {
    color:#448F2E;
}
.invoice-image {
    max-width:161px;
    max-height:118px
}

.halled-th {
    background-color: #4c76b2 !important;
    color: white;
    font-size: 14px;
    line-height: 15px !important;
    font-weight: 700 !important;
}

#rightPopper {
    background: rgba(0,0,0,0.2);
    position: fixed;
    z-index: 1000;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
}

#page-loader-animation {
    position: relative;
    top:50%;
    margin-top: -24px;
    left:50%;
    margin-left: -24px;
    width: 48px;
    height: 48px;
}

#rightPopperContent {
    position: absolute;
    right:0;
    top:0;
    width: 70%;
    height: 100%;
    background: white;
    display: none;
    box-shadow: -2px 0px 5px 2px rgba(0,0,0,0.2);
}
#rightPopperCloser {
    position: absolute;
    top:40px;
    width: 50px;
    left: -50px;
    height: 47px;
    background: #0071c2;
    cursor: pointer;
    border-radius: 5px 0 0 5px;
    box-shadow:-2px 0px 5px 2px rgba(0,0,0,0.2);
}
#rightPopperCloser:hover {
    background: #04367b;
}

#popup-bg-closer {
    position: absolute;
    top:0;
    left:0;
    height:100%;
    width: 30%;
    cursor: pointer;
}

.btn-closer {
    font-size: 16px;
    text-align: center;
    color:white;
    width: 35px;
    height: 47px;
}
.btn-closer::before {
    content: "\00d7";
    font-size: 32px;
}

.right-popper-content {
    position: relative;
    padding: 15px 25px 0 25px;
}
.reviews-header {
    position: relative;
    border-bottom: solid 1px #e7e7e7;
    font-size: 16px;
    padding: 15px 0;
}
.rating-grayed-hint {
    color: #6b6b6b;
    padding-left: 2px;
}
.rating-grayed-hint::before {
    content: ' • ';
}
.rating-bolded {
    font-weight: 500;
}

.no-reviews-icon.hoverable div {
    position: absolute;
    display: none;
    background: white;
    border-radius: 3px;
    width: 350px;
    left:-167px;
    padding: 15px 12px;
    font-size: 14px;
    line-height: 20px;
    z-index: 1;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.15);
    top:25px
}

.no-reviews-icon.hoverable div:after {
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 6px solid white;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -6px;
    margin-top:-6px;
    position: absolute;
    top: 0;
    width: 0;
    z-index:100;
}
.no-reviews-icon.hoverable:hover div {
    display: block;
}

.reviews-item {
    position: relative;
    border: solid 1px #e7e7e7;
    padding: 15px;
    margin-top: 20px;
}

.reviews-item-heading {
    position: relative;
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 15px;
}
.reviews-item-content {
    position: relative;
    line-height: 20px;
    font-size: 14px;
}

.reviews-header-green-part {
    float: left;
    font-size: 13px;
    color:#008009;
    padding-top: 5px;
    cursor: pointer;
}
.reviews-header-green-part:hover {
    text-decoration: underline
}
.top-line-rating-text {
    font-weight: 500;
    padding-bottom: 10px;
}
.top-line-rating {
    position: absolute;
    top:5px;
    right:20px;
}

.reserve-completed-title {
    position: relative;
    text-align: center;
    color:#33B771;
    font-weight: bold;
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 5%;
    padding-left: 5%;
    height: 20px;
}
.reserve-completed-description {
    position: relative;
    width: 700px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.reserve-completed-description td {

}
.reserve-completed-description-realizar {
    position: relative;
    border-top: solid #D2D2D2 1px;
    border-bottom: solid #D2D2D2 1px;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: 5px;
    background: url(../img/icons/green-holder.png) no-repeat center left;
    background-size: 122px 30px;
    height: 50px;
    padding-left: 128px;
    font-size: 10px;
}
.reserve-completed-description-realizar:hover {
    opacity: 0.8;
}
.reserve-completed-description-realizar .realizar {
    color: white;
    position: absolute;
    left:33px;
    top:17px;
    white-space: nowrap;
    cursor: pointer;
}
.realizar-shorts {
    position: absolute;
    top:11px;
    right:0;
    height: calc(100% - 20px);
    width: 65px;
    line-height: 9px;
    border-left: solid 1px #9CCB5B;
    padding-left: 5px;
    padding-top: 1px;
}
.realizar-shorts-amount {
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    color:#0000008c;
    overflow: hidden;
    padding-bottom: 5px;
    padding-top: 5px;
}
.reserve-completed-description-item {
    background: url(../img/completed-green-tick.png) no-repeat 0 3px;
    background-size: 15px 12px;
    position: relative;
    padding-bottom: 7px;
    padding-left: 30px;
    color:white;
    font-weight: 100;
}
.reserve-completed-description-item.bell {
    background: url(../img/yellow-bell.png) no-repeat 3px 4px;
    background-size: 18px 18px;
    margin-top: 5px;
    color: #FFB700;
}

.reserve-completed-details {
    position: relative;
    width: 700px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.reserve-completed-details-left {
    position: relative;
    border-radius: 5px;
    background: white;
}

.reserve-completed-details-title {
    text-align: center;
    position: relative;
    color:#33B771;
    font-weight: bold;
    margin-bottom: 15px;
    padding-top: 10px;
    font-size: 14px;
}


.invoice-complete-image {
    position:relative;
    width:100%;
    border-radius: 5px;
    max-height: 125px;
}
.reserve-completed-details-item-title {
    position: relative;
    width: calc(100% - 100px);
    margin-left: 20px;
    font-weight: 300;
    font-size: 12px;
    padding-bottom: 20px;
}
.rating-holder.reserved-title {
    position: absolute;
    top:0;
    right:-60px;
    float:none;
}

.reserve-completed-details-item-rows {
    position: relative;
    width: 90%;
    margin: 0 auto;
    font-weight: 300;
    font-size: 12px;
    border-bottom: solid 1px #979797;
}
.reserve-completed-details-item-rows td {
    padding-bottom: 10px;
}
.reserve-completed-details-item-rows td:nth-child(odd) {
    font-weight: 500;
}
.reserve-completed-details-item-rows td:nth-child(even) {
    border-left: solid 1px #979797;
    padding-left: 30px;
}
.reserve-completed-summary {
    position: relative;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 20px;
}
.reserve-completed-details-right {
    position: relative;
    border: solid 1px white;
    border-radius: 5px;
    padding: 10px 20px;
    font-weight: 200;
    font-size: 12px;
    color:white;
}
.reserve-shield {
    position: relative;
    width: 50px;
    height: 50px;
    background: url(../img/orange-shield.svg) no-repeat center;
    background-size: contain;
    margin: 0 auto;
    margin-bottom: 10px;
}
.reserve-payments-selection-hint {
    position: relative;
    border-top: solid 2px #FF870A;
    border-bottom: solid 2px #FF870A;
    font-weight: 400;
    text-align: center;
    color:#FF870A;
    padding: 10px 0;
}
.reserve-payments-holder {
    position: relative;
    clear: both;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.reserve-payments-holder div {
    display: inline-block;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
    border: solid 2px #FF870A;
    border-radius: 5px;
    cursor: pointer;
    padding: 10px;
    color:#FF870A;
    font-weight: 400;
    text-align: right;
    background: url(../img/pdf-down.svg) no-repeat 5px center;
    background-size: 15px 16px;
    padding-left: 30px;
    margin-bottom: 10px;
}
.reserve-payments-holder div:hover {
    color: #ffa951;
    border: solid 2px #ffa951;
}
.reserve-completed-details-right-summary {
    position: relative;
    padding-top: 15px;
    height: 50px;
    color:#FFB700;
    background: url(../img/summary-refresh.svg) no-repeat left center;
    background-size: 30px 30px;
    text-align: center;
}
.reserve-completed-details-right-summary.orange {

    background: url(../img/summary-refresh-orange.svg) no-repeat left center;
    background-size: 30px 30px;
}
.reserve-completed-details-right-white {
    position: relative;
    height: 110px;
    background: white;
    border-radius: 0 0 5px 5px;
    width: calc(100% + 40px);
    margin-left: -20px;
}
.reserve-file-sender {
    position: relative;
    color:white;
    text-align: center;
    padding:10px;
    background: #FF870A;
    cursor: pointer;
    width: calc(100% - 40px);
    margin: 0 auto;
    border-radius: 5px;
    font-weight: 400;
}
.reserve-file-sender.button-loading {
    background: url(../img/loading-small-white.png) no-repeat 10px center #FF870A;
    cursor: no-drop;
}
.reserve-file-sender:hover,
.reserve-completed-details-uploader-control:hover {
    background: #ffa24b;
}
.reserve-completed-details-uploader-text {
    position: absolute;
    top:10px;
    left:20px;
    width: 36%;
    font-weight: 300;
    color:black;
    line-height: 12px;
}
.reserve-completed-details-uploader-control {
    position: absolute;
    top:10px;
    right:20px;
    color:white;
    text-align: center;
    padding:10px;
    background: #FF870A;
    cursor: pointer;
    border-radius: 5px;
    font-weight: 400;
    max-width: 48%;
}
#bolder b {
    font-weight: 600;
}
.reserver-notice {
    position: relative;
    margin-top:90px;
    width: 100%;
    border-radius: 5px;
    border: solid 1px #da333e;
    line-height: 16px;
    font-weight: 300;
    padding: 10px;
    background: #fff5f5;
    color: black;
    text-align: left;
}
.reserver-notice-red {
    position: absolute;
    top:-65px;
    width: 34px;
    height: 34px;
    left: 50%;
    margin-left: -17px;
    background: url(../img/red_clock.png) #fff5f5 no-repeat 7px 7px;
    background-size: 20px 20px;
    border-radius: 17px;
}
.reserver-notice b {
    font-weight: 600;
    display: block;
    padding-bottom: 10px;
    line-height: 20px;
}
.qq-uploader {
    position: relative;
}
.qq-uploader input[type="file"] {
    font-size: 12px !important;
    width: 100%;
    height: 35px;
    top: -10px !important;
}
.qq-upload-list {
    position: relative;
    width: 250px;
    top:5px;
    font-weight: bold;
    padding-left: 22px;
    height: 25px;
    padding-top: 6px;
    color:#999999;
    background: url(../img/uploaded-icon.png) no-repeat left center;
    background-size: 18px 18px;
}
#erroneous-messages {
    height: 95px;
    position: relative;
    color:#D21212;
    background: url(../img/red-warning.png) no-repeat center left;
    background-size: 27px 25px;
    padding-left: 40px;
    line-height: 14px;
    font-size: 12px;
    width: 90%;
    padding-top: 10px;
    margin: 0 auto;
}
.action-volver {
    position: relative;
    text-align: right;
    padding-top: 15px;
    cursor: pointer;
    font-weight: 350;
}
.action-volver:hover {
    text-decoration: underline;
}


.error-loading {
    width: 50px;
    height: 53px;
    position: relative;
    animation: rotate 2s linear infinite;
    top:25px;
    background: url(../img/icons/loader-red.png) no-repeat center center;
    background-size: contain;
    margin: 0 auto;
}
@keyframes rotate {
    100%   {transform: rotate(360deg)}
}

.genius-globus-centered {
    position: relative;
    margin: 0 auto;
    background: url(../img/icons/genius-planet.png) no-repeat center;
    background-size: contain;
    width: 63px;
    height: 50px;
}

#small-loader {
    position: absolute;
    width: 240px;
    height: 150px;
    bottom:50px;
    right: 10px;
    display: none;
    text-align: center;
}


.page-loader-small {
    width: 30px;
    height: 30px;
    border: 2px solid #003695;
    border-bottom-color: rgb(255, 255, 255);
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.header-languages {
    position: absolute;
    top:3px;
    right:0;
    height: 48px;
    z-index: 1;
}

.header-currency {
    position: relative;
    float: right;
    height: 48px;
    padding: 8px 5px;
    margin-left: 5px;
    border-radius: 5px;
    border: solid 0 transparent;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    padding-top: 14px;
    width: 56px;
    text-align: center;
}
.header-currency:hover,
.header-language-wrapper:hover {
    background: #174fa0;
}
.header-language-wrapper {
    position: relative;
    float: right;
    border-radius: 5px;
    text-align: center;
    margin-left: 5px;
    height: 48px;
    width: 48px;
    padding: 5px;
    cursor: pointer;
}
.header-language {
    position: relative;
    display: inline-block;
    border-radius: 12px;
    width: 24px;
    height: 24px;
    margin-top: 6px;
}
.header-language-en {
    background: url(../img/icons/langs/en.png) center no-repeat;
    background-size: contain;
}
.header-language-uk {
    background: url(../img/icons/langs/uk.png) center no-repeat;
    background-size: contain;
}
.header-language-fr {
    background: url(../img/icons/langs/fr.png) center no-repeat;
    background-size: contain;
}
.header-language-br {
    background: url(../img/icons/langs/br.png) center no-repeat;
    background-size: contain;
}
.header-language-se {
    background: url(../img/icons/langs/se.png) center no-repeat;
    background-size: contain;
}
.header-language-sp {
    background: url(../img/icons/langs/sp.png) center no-repeat;
    background-size: contain;
}
.header-language-ar {
    background: url(../img/icons/langs/ar.png) center no-repeat;
    background-size: contain;
}
.header-language-mx {
    background: url(../img/icons/langs/mx.png) center no-repeat;
    background-size: contain;
}


.header-language-tl {
    background: url(../img/icons/langs/fil.png) center no-repeat;
    background-size: contain;
}
.header-language-vi {
    background: url(../img/icons/langs/viet.png) center no-repeat;
    background-size: contain;
}
.header-language-sl {
    background: url(../img/icons/langs/sloven_1.png) center no-repeat;
    background-size: contain;
}
.header-language-sr {
    background: url(../img/icons/langs/serb.png) center no-repeat;
    background-size: contain;
}
.header-language-sk {
    background: url(../img/icons/langs/sloven_2.png) center no-repeat;
    background-size: contain;
}
.header-language-lt {
    background: url(../img/icons/langs/lith.png) center no-repeat;
    background-size: contain;
}
.header-language-hr {
    background: url(../img/icons/langs/hrvat.png) center no-repeat;
    background-size: contain;
}
.header-language-et {
    background: url(../img/icons/langs/eest.png) center no-repeat;
    background-size: contain;
}
.header-language-th {
    background: url(../img/icons/langs/thai.png) center no-repeat;
    background-size: contain;
}
.header-language-ms {
    background: url(../img/icons/langs/malay.png) center no-repeat;
    background-size: contain;
}
.header-language-id {
    background: url(../img/icons/langs/indon.png) center no-repeat;
    background-size: contain;
}
.header-language-hi {
    background: url(../img/icons/langs/hindi.png) center no-repeat;
    background-size: contain;
}
.header-language-ua {
    background: url(../img/icons/langs/ukr.png) center no-repeat;
    background-size: contain;
}
.header-language-lv {
    background: url(../img/icons/langs/latv.png) center no-repeat;
    background-size: contain;
}
.header-language-he {
    background: url(../img/icons/langs/isr.png) center no-repeat;
    background-size: contain;
}
.header-language-kr {
    background: url(../img/icons/langs/kor.png) center no-repeat;
    background-size: contain;
}
.header-language-arb {
    background: url(../img/icons/langs/arab.png) center no-repeat;
    background-size: contain;
}
.header-language-bg {
    background: url(../img/icons/langs/bulg.png) center no-repeat;
    background-size: contain;
}
.header-language-tr {
    background: url(../img/icons/langs/turk.png) center no-repeat;
    background-size: contain;
}
.header-language-el {
    background: url(../img/icons/langs/el.png) center no-repeat;
    background-size: contain;
}
.header-language-pl {
    background: url(../img/icons/langs/pl.png) center no-repeat;
    background-size: contain;
}
.header-language-zhtw {
    background: url(../img/icons/langs/zhtw.png) center no-repeat;
    background-size: contain;
}
.header-language-zhcn {
    background: url(../img/icons/langs/zhcn.png) center no-repeat;
    background-size: contain;
}
.header-language-ru {
    background: url(../img/icons/langs/rus.png) center no-repeat;
    background-size: contain;
}
.header-language-ja {
    background: url(../img/icons/langs/jpn.png) center no-repeat;
    background-size: contain;
}
.header-language-ro {
    background: url(../img/icons/langs/rmn.png) center no-repeat;
    background-size: contain;
}
.header-language-hu {
    background: url(../img/icons/langs/hungr.png) center no-repeat;
    background-size: contain;
}
.header-language-cs {
    background: url(../img/icons/langs/czech.png) center no-repeat;
    background-size: contain;
}
.header-language-da {
    background: url(../img/icons/langs/dansk.png) center no-repeat;
    background-size: contain;
}
.header-language-fi {
    background: url(../img/icons/langs/fin.png) center no-repeat;
    background-size: contain;
}
.header-language-no {
    background: url(../img/icons/langs/nor.png) center no-repeat;
    background-size: contain;
}
.header-language-pt {
    background: url(../img/icons/langs/pt.png) center no-repeat;
    background-size: contain;
}
.header-language-it {
    background: url(../img/icons/langs/it.png) center no-repeat;
    background-size: contain;
}
.header-language-ca {
    background: url(../img/icons/langs/ctl.png) center no-repeat;
    background-size: contain;
}
.header-language-nl {
    background: url(../img/icons/langs/ndl.png) center no-repeat;
    background-size: contain;
}
.header-language-de {
    background: url(../img/icons/langs/de.png) center no-repeat;
    background-size: contain;
}


#logo-svg {
    position: relative;
    height: 24px;
}


.currency-description {
    color:rgba(0, 0, 0, 0.60);
    padding-bottom: 15px;
    padding-left: 11px;
    padding-right: 11px;
}
.currency-subheading {
    position: relative;
    font-weight: bold;
    padding-bottom: 5px;
    padding-left: 11px;
    padding-right: 11px;
}

.selectable-items {
    position: relative;
    margin-left: 0;
    padding: 0;
}
.selectable-items li {
    margin: 0;
    padding: 15px 8px;
    list-style: none;
    position: relative;
    display: inline-block;
    width: 23.2%;
    margin-left: 3px;
    margin-right: 3px;
    cursor: pointer;
    margin-bottom: 6px;
}
.selectable-items li:hover {
    background: rgba(0, 108, 228, 0.06);
    border-radius: 5px;
}
.selectable-items li.selected {
    background: rgba(0, 108, 228, 0.06);
    color:#006ce4;
    border-radius: 5px;
}
.selectable-items li.selected {
    background: rgba(0, 108, 228, 0.06);
}
.selectable-items li.selected .blue-tick-item {
    display: block;

}
.blue-tick-item {
    background: url(../img/icons/blue-tick.png) center center;
    background-size: 20px auto;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 25%;
    right:8px;
    display: none;
}

.selectable-items.languages li {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 40px;
}

.language-item {
    position: absolute;
    left:10px;
    top:25%;
    width: 20px;
    height: 20px;
    border-radius: 10px;
}
.item-en {
    background: url(../img/icons/langs/en.png) center no-repeat;
    background-size: contain;
}
.item-uk {
    background: url(../img/icons/langs/uk.png) center no-repeat;
    background-size: contain;
}
.item-fr {
    background: url(../img/icons/langs/fr.png) center no-repeat;
    background-size: contain;
}
.item-br {
    background: url(../img/icons/langs/br.png) center no-repeat;
    background-size: contain;
}
.item-se {
    background: url(../img/icons/langs/se.png) center no-repeat;
    background-size: contain;
}
.item-sp {
    background: url(../img/icons/langs/sp.png) center no-repeat;
    background-size: contain;
}
.item-ar {
    background: url(../img/icons/langs/ar.png) center no-repeat;
    background-size: contain;
}
.item-mx {
    background: url(../img/icons/langs/mx.png) center no-repeat;
    background-size: contain;
}
.item-tl {
    background: url(../img/icons/langs/fil.png) center no-repeat;
    background-size: contain;
}
.item-vi {
    background: url(../img/icons/langs/viet.png) center no-repeat;
    background-size: contain;
}
.item-sl {
    background: url(../img/icons/langs/sloven_1.png) center no-repeat;
    background-size: contain;
}
.item-sr {
    background: url(../img/icons/langs/serb.png) center no-repeat;
    background-size: contain;
}
.item-sk {
    background: url(../img/icons/langs/sloven_2.png) center no-repeat;
    background-size: contain;
}
.item-lt {
    background: url(../img/icons/langs/lith.png) center no-repeat;
    background-size: contain;
}
.item-hr {
    background: url(../img/icons/langs/hrvat.png) center no-repeat;
    background-size: contain;
}
.item-et {
    background: url(../img/icons/langs/eest.png) center no-repeat;
    background-size: contain;
}
.item-th {
    background: url(../img/icons/langs/thai.png) center no-repeat;
    background-size: contain;
}
.item-ms {
    background: url(../img/icons/langs/malay.png) center no-repeat;
    background-size: contain;
}
.item-id {
    background: url(../img/icons/langs/indon.png) center no-repeat;
    background-size: contain;
}
.item-hi {
    background: url(../img/icons/langs/hindi.png) center no-repeat;
    background-size: contain;
}
.item-ua {
    background: url(../img/icons/langs/ukr.png) center no-repeat;
    background-size: contain;
}
.item-lv {
    background: url(../img/icons/langs/latv.png) center no-repeat;
    background-size: contain;
}
.item-he {
    background: url(../img/icons/langs/isr.png) center no-repeat;
    background-size: contain;
}
.item-kr {
    background: url(../img/icons/langs/kor.png) center no-repeat;
    background-size: contain;
}
.item-arb {
    background: url(../img/icons/langs/arab.png) center no-repeat;
    background-size: contain;
}
.item-bg {
    background: url(../img/icons/langs/bulg.png) center no-repeat;
    background-size: contain;
}
.item-tr {
    background: url(../img/icons/langs/turk.png) center no-repeat;
    background-size: contain;
}
.item-el {
    background: url(../img/icons/langs/el.png) center no-repeat;
    background-size: contain;
}
.item-pl {
    background: url(../img/icons/langs/pl.png) center no-repeat;
    background-size: contain;
}
.item-zhtw {
    background: url(../img/icons/langs/zhtw.png) center no-repeat;
    background-size: contain;
}
.item-zhcn {
    background: url(../img/icons/langs/zhcn.png) center no-repeat;
    background-size: contain;
}

.item-ru {
    background: url(../img/icons/langs/rus.png) center no-repeat;
    background-size: contain;
}
.item-ja {
    background: url(../img/icons/langs/jpn.png) center no-repeat;
    background-size: contain;
}
.item-ro {
    background: url(../img/icons/langs/rmn.png) center no-repeat;
    background-size: contain;
}
.item-hu {
    background: url(../img/icons/langs/hungr.png) center no-repeat;
    background-size: contain;
}
.item-cs {
    background: url(../img/icons/langs/czech.png) center no-repeat;
    background-size: contain;
}
.item-da {
    background: url(../img/icons/langs/dansk.png) center no-repeat;
    background-size: contain;
}
.item-fi {
    background: url(../img/icons/langs/fin.png) center no-repeat;
    background-size: contain;
}
.item-no {
    background: url(../img/icons/langs/nor.png) center no-repeat;
    background-size: contain;
}
.item-pt {
    background: url(../img/icons/langs/pt.png) center no-repeat;
    background-size: contain;
}
.item-it {
    background: url(../img/icons/langs/it.png) center no-repeat;
    background-size: contain;
}
.item-ca {
    background: url(../img/icons/langs/ctl.png) center no-repeat;
    background-size: contain;
}
.item-nl {
    background: url(../img/icons/langs/ndl.png) center no-repeat;
    background-size: contain;
}
.item-de {
    background: url(../img/icons/langs/de.png) center no-repeat;
    background-size: contain;
}


.header-currency:hover .hint-entity,
.header-language-wrapper:hover .hint-entity,
.selectable-items li:hover .hint-entity,
.reserver-notice-red:hover .hint-entity {
    display: block;
}
.hint-entity {
    position: absolute;
    width: auto;
    left: -50%;
    top: 48px;
    background: black;
    color: white;
    height: auto;
    display: none;
    z-index: 100;
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;
    white-space: nowrap;
}
.currency-title {

}

.currency-subtitle {
    color: #595959;
}
.selectable-items li.selected .currency-subtitle {
    color:#006ce4;
}


.rounded-item {
    position: relative;
    float: right;
    width: 50px;
    height: 60px;
    padding-top: 35px;
    color: white;
    font-size: 7px;
    margin-top: 5px;
    text-align: center;
    cursor: pointer;
}
.rounded-item.flexibilidad {
    background: url(../img/icons/rounds/flexibilidad.png) no-repeat center top;
    background-size: 30px 30px;
}
.rounded-item.confirmacion {
    background: url(../img/icons/rounds/confirmacion.png) no-repeat center top;
    background-size: 30px 30px;
}
.rounded-item.secure {
    background: url(../img/icons/rounds/secure.png) no-repeat center top;
    background-size: 30px 30px;
}
.rounded-item-border {
    position: relative;
    float: right;
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 15px;
    height: 30px;
    width: 1px;
    background: #6284bb;
}
.header-currency-inline {
    position: relative;
    display: inline-block;
    height: 20px;
    margin-left: 5px;
    border-radius: 5px;
    border: solid 0 transparent;
    color: #fff !important;
    font-size: 16px;
    cursor: pointer;
    width: 46px;
    text-align: center;
    font-weight: 400 !important;
    top:-14px;
    line-height: 20px;
    padding: 0 !important;
}




.works-title {
    position: relative;
    margin: 0 auto;
    width: 100%;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 4px;
}
.faqs-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    border-radius: 8px;
    border: solid 1px #e7e7e7;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
}

.faq-item {
    position: relative;
    margin-left: 16px;
    margin-right: 16px;
    border-bottom: solid 1px #e7e7e7;
}

.faq-item-wrapper {
    position: relative;
}
.faq-item-wrapper:not(.expanded):hover {
    background: #f2f2f2;
}
.faq-question {
    position: relative;
    padding: 18px 0;
    font-size: 16px;
    font-weight: 700;
}

.faq-answer {
    position: relative;
    display: none;
    padding: 0 0 15px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color:rgb(26,26,26);
}

.faq-rotator {
    width: 24px;
    height: 24px;
    position: absolute;
    top:16px;
    right:16px;
    transition: transform 0.1s;
    fill: #595959;
}
.rotate {
    transform: rotate(180deg);
}

.reserve-completed-description-item-dot {
    position: absolute;
    top:7px;
    left:5px;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: black;
}
.text-black {
    color:black;
    font-weight: 400;
}


.reserver-notice-red:hover .hint-entity-centered {
    display: block;
}
.header-currency:hover .hint-entity-centered,
.header-language-wrapper:hover .hint-entity-centered {
    display: block;
}
.hint-entity-centered {
    position: absolute;
    width: 300px;
    left: -133px;
    top: 40px;
    color: white;
    height: auto;
    display: none;
    z-index: 100;
    font-size: 12px;
    text-align: center;
    white-space: normal;
}
.hint-entity-centered span {
    background: black;
    display: inline-block;
    padding: 5px;
    border-radius: 5px;
}


.header-wrapper-common {
    position:relative;
    width:100%;
    background:#003695;
}

.promotion-square-rating {
    width: 10.5px;
    height: 12px;
    fill:#ffb700;
}
.promotion-square-rating-holder {
    position: relative;
}

.invoice-header-titles {
    position: relative;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    padding-top: 30px;
    padding-bottom: 20px;
}

.invoice-header-blue-titles {
    position: relative;
    width: 100%;
    background: #06265A url(../img/lines.png) center center no-repeat;
    background-size: 1213px 146px;
    height: 147px;
    margin-bottom: 40px;
}

.invoice-header-blue-titles-content {
    position: relative;
    width: 800px;
    margin: 0 auto;
    height: 100%;
}

.suitcase-blue {
    position: absolute;
    top: -32px;
    left: 0;
    background: url(../img/suitcase-blue.png) center no-repeat;
    background-size: auto;
    background-size: contain;
    width: 140px;
    height: 210px;
}
.mapa {
    position: absolute;
    top: -20px;
    right: -129px;
    background: url(../img/mapa.png) center no-repeat;
    background-size: auto;
    background-size: contain;
    width: 278px;
    height: 200px;
}

.passportu {
    position: absolute;
    bottom: -4px;
    right: 280px;
    background: url(../img/passportu.png) center no-repeat;
    background-size: auto;
    background-size: contain;
    width: 67px;
    height: 85px;
}
.glasses {
    position: absolute;
    top: 6px;
    right: 183px;
    background: url(../img/glasses.png) center no-repeat;
    background-size: auto;
    background-size: contain;
    width: 91px;
    height: 57px;
}
.invoice-header-blue-titles-content-steps {
    position: absolute;
    top:40px;
    width: 300px;
    left:160px;
    font-size: 12px;
}



.container-blocker-holder {
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000b3;
    display: none;
    z-index: 1000;
    text-align: center;
}
.container-blocker {
    text-align: center;
    padding: 30px 50px;
    border: 1px solid gray;
    border-radius: 12px;
    display: inline-block;
    width: 570px;
    margin: 0 auto;
    position: relative;
    background: white;
    font-size: 14px !important;
    box-sizing: border-box;
}

.icon-img {
    width: 80px;
    height: auto;
    margin-bottom: 10px;
}

.start-over-btn {
    display: inline-block;
    margin-top: 30px;
    padding: 16px 90px;
    font-size: 16px;
    color: #fff;
    background-color: white;
    border: 1px solid #254C6C;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: color 0.3s ease;
    color: #254C6C;
    border-radius: 8px;
}

.start-over-btn::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #254C6C;
    transition: top 0.5s ease;
    z-index: 0;
}

.start-over-btn:hover::before {
    top: 0;
}

.start-over-btn:hover {
    color: #fff;
}

.proof-btn {
    position: relative;
    background: #FF870A url(../img/proof.png) no-repeat 10px center;
    background-size: 14px 19px;
    border-radius: 8px;
    border: solid 0 transparent;
    cursor: pointer;
    padding-left: 40px;
    text-align: right;
    padding-right: 20px;
    display: inline-block;
    padding-top: 8px;
    padding-bottom: 8px;
    color:white;
    margin-right: 20px;
}
.proof-btn:hover
{
    background-color: #ffa757;
}

.deposite-btn {
    position: relative;
    background: #8FCD3B url(../img/lock-icon.png) no-repeat 10px center;
    background-size: 21px 21px;
    border-radius: 8px;
    border: solid 0 transparent;
    cursor: pointer;
    padding-left: 40px;
    text-align: right;
    padding-right: 20px;
    display: inline-block;
    padding-top: 8px;
    padding-bottom: 8px;
    color:white;
    margin-left: 20px;
}
.deposite-btn:hover
{
    background-color: #abe75c;
}

.start-over-btn span {
    position: relative;
    z-index: 1;
}


.stars-realizada {
    position: relative;
    height: 50px;
    font-size: 15px;
    width: 100%;
}
.stars-realizada-1 {
    position: relative;
    width: 25%;
    color:#FFB700;
    text-align: center;
    font-size: 14px;
}
.stars-realizada-2 {
    position: relative;
    color:#555555;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
}
.poppy-star {
    background: url(../img/poppy-star.png) no-repeat center center;
    background-size: 15px 15px;
    position: relative;
    width: 30px;
    height: 30px;
}
.accounting-details {
    background: #F9F9F9;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: -20px;
    margin-right: -20px;
    width: 700px;
}
.accounting-details-row {
    position: relative;
    color: #0A3E90;
    font-weight: 500;
    font-size: 14px;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: solid 1px #DDDDDD;
}
.accounting-details-row span {
    position: absolute;
    top:10px;
    right:0;
    color: black;
    font-weight: 300;
    font-size: 15px;
}
.accounting-details-row img {
    float: right;
    max-height: 17px;
    max-width: 120px
}
.accounting-details-row-sub {
    position: absolute;
    top:8px;
    right:5px;
    height: calc(100% - 16px);
    border-left: solid 1px #DDDDDD;
    text-align: right;
    color: #F89F34;
    width: 75px;
    padding-left: 10px;
}
#account-confirmar b {
    font-weight: 600;
}

.account-image-wrapper {
    position: relative;
    width: 220px;
    margin: 0 auto;
    background: #33B771;
    height: 220px;
    border-radius: 110px;
}

.account-image-wrapper div {
    height: 210px;
    width: 210px;
    background-size: cover;
    position: relative;
    margin: 0 auto;
    border-radius: 105px;
    top:3px
}
.green-ticky {
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
}

.accounting-details-protegemos {
    color: #33B771;
    text-align: center;
    width: 130px;
    position: relative;
    margin:0 auto;
    margin-top: 20px;
    font-weight: 500;
}

.bank-uploader,
.crypto-uploader {
    position: relative;
    text-align: center;
    border-bottom: solid 1px #DDDDDD;
    border-top: solid 1px #DDDDDD;
    padding-bottom: 15px;
    padding-top: 15px;
}
.bank-uploader-title {
    position: relative;
    padding-bottom: 15px;
    font-size: 14px;
}
#uploader-form-popup,
#uploader-form-crypto {
    position: relative;
    height: 115px;
    overflow: hidden;
}
#account-uploader,
#account-uploader-2 {
    position: absolute;
    width: 49%;
    top:0;
    left:0;
    border: solid 1px #A0A0A0;
    border-radius: 10px;
    padding: 15px;
    color: #A0A0A0;
    font-size: 15px;
    cursor: pointer;
    height: 50px;
    z-index: 1;
}
#account-submitter,
#account-submitter-2 {
    position: absolute;
    width: 49%;
    top:0;
    right: 0;
    border-radius: 10px;
    padding: 15px;
    background: #FF870A;
    color: black;
    font-size: 15px;
    cursor: pointer;
    height: 50px;
    z-index: 1;
}
#account-submitter:hover,
#account-submitter-2:hover {
    background: #ffa34b;
}
#account-uploader:hover,
#account-uploader-2:hover {
    background: #f8f8f8;
}

.main-guest {
    position: relative;
    background: url(../img/guest-icon.svg) no-repeat 5px 10%;
    background-size: auto;
    background-size: 15px 15px;
    color: #0071c2;
    padding-left: 25px;
    font-size: 12px;
    cursor: pointer;
    padding-right: 5px;
    margin-top: 10px;
    display: inline-block;
}
.main-guest-editor {
    position: relative;
    padding-left: 5px;
    font-size: 12px;
    cursor: pointer;
    padding-right: 25px;
    margin-top: 5px;
    color: #0071c2;
    text-decoration: underline;
    background: url(../img/blue_pen.svg) no-repeat 100% 10%;
    background-size: auto;
    background-size: 15px 15px;
    display: inline-block;
}
.main-guest.requested {
    color: #000;
    width: 80%;
    margin: 0 auto;
}

.form-label {
    font-size: 13px;
    font-weight: 500;
    position: relative;
    display: block;
    padding-bottom: 7px;
}
.form-guest-text {
    position: relative;
    width: 100%;
    height: 30px;
    border: solid 1px #979797;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
}
