@charset "utf-8";

@font-face {
    font-family: 'gotham-book';
    src: url('font/gotham-book-webfont.eot');
    src: url('font/gotham-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/gotham-book-webfont.woff2') format('woff2'),
         url('font/gotham-book-webfont.woff') format('woff'),
         url('font/gotham-book-webfont.ttf') format('truetype'),
         url('font/gotham-book-webfont.svg#gotham-book') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Slider custom text */
#fbga-sliderdiv {
    position: absolute;
    z-index: 201;
    text-align: center;
    width: 100%;
    top: 50%;
    margin-top: -50px;
}

/* Custom text connected / not connected */
#fbga-customtext {
    position: fixed;
    z-index: 202;
    top: 50%;
    right: 0;
}

#fbga-customtext > div {
    padding: 20px 50px;
    background: rgba( 0, 0, 0, 0.8 );
    position: relative;
}
#fbga-customtext h2{
    margin: 0 0 20px 0;
    color: #fff;
}
#fbga-customtext p{
    margin: 0;
    color: #fff;
}
#fbga-customtext a {
    margin-top: 30px;
    padding: 20px;
    border: 1px #fff solid;
    color: #fff;
    position: relative;
    display: block;
}

/* POPIN */
#fbga-popin p {
    font-family: 'gotham-book' !important;
    font-size: 15px !important;
    line-height: 24px !important;
    color: #000 !important;
}
#fbga-login-overlay {
    z-index:99999;
    width:100%;
    height:100%;
    display:none;
    position:fixed;
    top:0;
    left:0;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background: rgba(0, 0, 0, 0.8);

}
#fbga-popin {
    width:60%;
    height:80%;
    margin: 0 auto;
    color: #000;
    position: relative;
    top: 12%;
    background-color: #fff;
}
#fbga-popin .fbga-right-column {

}
#fbga-popin .fbga-image-overlay {
    float: left;
    width: 50%;
    height: 100%;
    position: relative;
    background-size: cover !important;
    background-position: right top !important;
    overflow: hidden;
}
#fbga-logo{
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    width: auto;
    height: 80px;
    margin-top: -15px;
}
#fbga-popin .fbga-image-overlay .fbga-text-overlay {
    width: 100%;
    height: 50%;
    display: block;
    position: relative;
    top: 15%;
    padding: 7%;
}
#fbga-popin .fbga-image-overlay:before{
    position: absolute;
    content:" ";
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
}
.fbga-btn-form {    
    display: inline-block;
    line-height: 20px;
    color: #fff;
    border-radius: 5px;
    padding: 16px;
    text-transform: uppercase;
    background: #4d4d4d;
    margin: auto;
}
.fbga-btn-form:hover{   
    background: #000000;
}
#fbga-popin .fbga-form-signin-heading {
    text-align: center;
}
#fbga-connect {
    background-color: #fff;
    margin: 30px 0 30px;
    text-align: center;
    line-height: 40px;
    color: #3c5a98;
}
#fbga-right-column{
    height: 100%;
    float: right;
    width: 50%;
    overflow-y: auto;
}
#fbga-popin span.title {
    margin: auto;
    text-align: center;
    display: inline;
}
#fbga-popin h2, #fbga-popin h3 {
    font-family: 'gotham-book';
}
#fbga-popin h2 {
    margin-top: 0;
}
#fbga-popin h3 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 30px;
    text-transform: none;
}
#fbga-signin-social,
#fbga-change-password,
#fbga-signup {
    margin: auto;
    margin-top: 20px;
    width: 80%;
}
#fbga-signin-social .fbga-btn-social{    
    display: inline-block;
    line-height: 20px;
    color: #fff;
    border-radius: 0;
    padding: 15px 0px 15px 75px;
    width:100%;
    font-family: 'gotham-book';
    font-size: 12px;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 20px;
    background: #3c5a98;
}
#fbga-signin-social .fbga-btn-social:hover{  
    text-decoration: none;
}
#fbga-signin-social .fbga-btn-social.fbga-google {
    background-color: #e74b37;
    background-image: url(img/google.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 15px;
}
#fbga-signin-social .fbga-btn-social.fbga-google:hover {
    background-color: #CC3732;
}
#fbga-signin-social .fbga-btn-social.fbga-facebook {
    background-color: #3c5a98;
    background-image: url(img/facebook.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 15px
}
#fbga-signin-social .fbga-btn-social.fbga-facebook:hover {
    background-color: #1A4398;
}
#fbga-signin-social .fbga-btn-social.fbga-twitter {
    background-color: #00b4e0;
    background-image: url(img/twitter.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 15px
}
#fbga-signin-social .fbga-btn-social.fbga-twitter:hover {
    background-color: #00A2C9;
}
#fbga-signin-social .fbga-btn-social.fbga-yahoo {
    background-color: #A307D7;
    background-image: url(img/yahoo.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 15px
}
#fbga-signin-social .fbga-btn-social.fbga-yahoo:hover {
    background-color: #6B0094;
}

#fbga-signin-social .fbga-btn-social.fbga-linkedin {
    background-color: #0083BE;
    background-image: url(img/linkedin.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 15px
}
#fbga-signin-social .fbga-btn-social.fbga-linkedin:hover {
    background-color: #00628f;
}

#fbga-signin-social .fbga-btn-social.fbga-weibo {
    background-color: #e0162c;
    background-image: url(img/weibo.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 15px
}
#fbga-signin-social .fbga-btn-social.fbga-weibo:hover {
    background-color: #a31020;
}
#fbga-signin-social .fbga-btn-social.fbga-baidu {
    background-color: #2529d8;
    background-image: url(img/baidu.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 15px
}
#fbga-signin-social .fbga-btn-social.fbga-baidu:hover {
    background-color: #13156d;
}

.fbga-form{
    width: 100%;
    display: block;
}
.fbga-form .single-col{
    width: 50%;
    float: left;
    display: inline;
    margin: auto;
    padding: 20px 90px 30px;
}
.fbga-form input {
    margin-bottom: -1px;
    width: 100%;
}
.fbga-form .gdpr-wrapper {
    margin-top: 20px;
}
#ga_popin .fbga-form .gdpr-wrapper label {
    display: inline;
}

#ga_popin .fbga-form .country-select {
    width: 100%;
    box-shadow: none !important;
}

#fbga-popin .fbga-btn-form {    
    display: block;
    line-height: 20px;
    color: #fff;
    border-radius: 0;
    padding: 16px;
    text-transform: uppercase;
    margin: auto;
    width: 100%;
    font-family: 'gotham-book';
    font-size: 14px;
    border: none;
    background-color: #826484;
    margin-top:25px;
    margin-bottom:15px;
}
#fbga-popin .fbga-form .fbga-btn-form:hover{   
    background: #6e5170;
}
#close-ga{
    position: absolute;
    top: 13px;
    right: 10px;
    background-image: url(img/icon_cross.png);
    background-size: auto;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}
#error_message_login h3, #error_message_register h3 {
    background: #ffb3b3;
    color: #cc0000;
    padding: 10px;
    border: 1px solid #cc0000;
}
#fbga-popin .fbga-popin-title {
    color: #fff;
    font-size: 36px;
    width: 80%;
    line-height: 45px;
    margin-bottom:30px;
}
#fbga-popin .fbga-offer-title {
    color: #fff;
    text-align: left;
    padding: 60px 0 30px 0 !important;
}
.fbga-text-overlay ul li {
    color: #fff;
    list-style-type: initial;
    line-height: 25px;
}
.fbga-text-overlay ul {
    padding-left:20px;
    font-family:'gotham-book';
}
#fbga-popin .line {
    float: left;
    margin: 10px 0;
    width: 100%;
    background: #ddcdde;
}
#fbga-popin .fbga-hotel-title {
    font-size: 16px;
    margin-top: 7px !important;
    padding-left: 0px;
    text-transform: uppercase;
}
.bg-line {
    display: table;
    white-space: nowrap;
    margin-bottom:15px;
}
.bg-line:before, .bg-line:after {
    border-top: 1px solid #C0C0C0;
    content: '';
    display: table-cell;
    position: relative;
    top: 0.8em;
    width: 50%;
}
.bg-line > span {
    padding: 0 20px;
}
#fbga-forgot-password > a {
    color: #6e5170;
    font-family: 'gotham-book';
    font-size: 15px;
}
#fbga-forgot-password > a:hover {
    text-decoration:none;
}
#fbga-forgot-password > p > a {
    color: #6e5170;
    padding-left: 10px;
}
#fbga-forgot-password > p > a:hover {
    text-decoration:none;
}
#fbga-popin .form-control {
    display: block;
    height:50px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff !important;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0 !important;
    -moz-box-shadow: 0 0 0px 1000px white inset !important;
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    box-shadow: 0 0 0px 1000px white inset !important; 
}
input#fbga-given-name {
    width: 50%;
    margin-bottom:5px;
    float:left;
    border-right: transparent !important;
}
input#fbga-family-name {
    width: 50%;
    float: right;
    margin-bottom:5px;
}
#fbga-change-password {
    text-align:center;
}
#fbga-change-password > p > a {
    color: #6e5170;
    padding-left: 10px;
}
#fbga-change-password > p > a:hover {
    text-decoration:none;
}
#fbga-change-password > a,
div#fbga-signup > a {
    color: #6e5170;
    font-family: 'gotham-book';
    font-size: 15px;
    margin-bottom:10px;
}
#fbga-change-password > a:hover,
div#fbga-signup > a {
    text-decoration:none;
}
#fbga-signup {
    text-align:center;
}
div#fbga-signin-direct {
    width: 80%;
    margin: 20px auto;
}
#fbga-username-register,
#fbga-password-register {
    margin-bottom:-1px;
}
/* ga-connect */

#ga-login-load h3{
    text-align: center;
}

/* PAGE */
#ga-profile{
    padding-bottom: 20px;
}
#guest-account-page, #profil-page {
    padding: 20px 0;
}
#ga-profile h2, #ga-profile h3 {
    padding-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
}
#guest-account-page .fbga-btn-form {
    line-height: 20px;
    color: #fff;
    border-radius: 5px;
    padding: 16px;
    text-transform: uppercase;
    background: #4d4d4d;
    display: block;
    margin: auto;
    width: 120px;
    text-align: center;
}
#profil-page .center{
    margin: auto;
    display: inline-block;
    text-align: center;
    width: 100%;
}
#fbga-btn-logout {
    background: #890000;
}
#fbga-btn-logout:hover {
    background: #360000;
}

#ga-profile .fbga-form-signin input, #ga-profile .form-edit input, #ga-profile .form input{
    margin-bottom: 20px;
    width: 50%;
}
#ga-profile .logged-in .fbga-btn-block {
    display: inline;
    width: auto;
}
#ga-profile .fbga-form-signin, #ga-profilee .form-edit, #ga-profile form {
    margin-bottom: 20px;
}
#error_message_change_password h3 {
    background: #ffb3b3;
    color: #cc0000;
    padding: 10px;
    border: 1px solid #cc0000;
}
#fbga-btn-change-password{
    display: block;
}
/** Button Log **/

#guestaccount{
    display: block;
    float: right;
    width: 10%;
    height: 100px;
    background: #fff;
    position: absolute;
    left: 100%;
    padding: 20px;
}

/* Loading page */

#ga-login-load { 
    position: fixed;
    background: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999999999;
    /*
    background-image:url( './img/loader.svg' );
    background-repeat: no-repeat;
    background-position: center;
    */ 
}

#ga-login-load .ga-load {
    position: absolute;
    width: 100%;
    height: auto;
    top: 40%;
}



/* Form validation */

#fbga-popin input[type=text],
#fbga-popin input[type=email],
#fbga-popin input[type=number],
#fbga-popin textarea,
#fbga-popin fieldset {

  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


#fbga-popin input:invalid{

}

#fbga-popin input:focus:invalid {
  outline: none;
 /* border-color: #900; */
}

#fbga-popin .error {
  width: auto;
  padding: 0;
  position: absolute;  
  font-size: 80%;
  padding: 5px 25px;
  color: #fff;
  background-color: #CC3732;
  height: 20px;
  line-height: 11px;
  border-radius: 5px 5px 0px 0px;
  display: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#fbga-popin .error.mail-send{
    background-color: #22B918;
}

#fbga-popin .error.active {
  display: block;
}

/* End form validation */

/* Drop down latest search */
#ga-latestsearch{
    position: absolute;
    left: -200px;
    top: 100px;
}
#ga-dropdown li {
    display: none !important;
    position: relative;
    background-color: #000;
    min-width: 160px;
    padding: 10px 20px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    width: 100%;
    height: 180px;
}
#ga-dropdown a {
    width: 100%
}
#ga-latestsearch:hover #ga-dropdown li {
    display: block !important;
}
#ga-dropdown img {
    width: 10%;
    position: relative;
    float: left;
    margin-right: 10%;
}
#dropdown-button {
    background-color: #77406f;
    position: relative;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

#ga-dropdown div.ga-bookingdiv {
    position: relative;
    float: left;
    width: 80%
}

/* Media Queries */

@media (max-width:1366px){
    #fbga-popin {
        width: 80%;
        top: 1%;
        height: 640px;
    }
}

@media (min-width:1367px){
    #fbga-popin {
        height: 750px;
    }
}

@media (max-width:1024px){
    #fbga-popin {
        width: 90%;
        top:1%;
    }
}

@media (max-width:915px){
    #fbga-signin-social .fbga-btn-social {
    padding: 15px 0 15px 75px;
    font-size: 11px;
    }
}

@media (max-width:768px){
    #fbga-popin .fbga-image-overlay {
        display:none;
    }
    #fbga-right-column {
        width: 100%;
        overflow-y: scroll;
    }
    #fbga-popin {
        width: 80%;
        height: 99%;
    }
}   

@media (max-width:425px){
    #fbga-popin {
        width: 100%;
        height:100%;
        top:0;
    }
    input#fbga-given-name {
        width: 100%;
        margin-bottom:0px;
        float:inherit;
        border-right: 1px solid #ccc !important;
        border-bottom: none !important;
    }
    input#fbga-family-name {
        width: 100%;
        float: inherit;
        margin-bottom:0px;
        border-bottom: none !important;
    }
}

@media (max-width:375px){
    #fbga-signin-social .fbga-btn-social {
        padding: 15px 0px 15px 63px;
    }
}

@media (max-width:320px){
    #fbga-logo {
        margin: 0 auto;
    }
    #fbga-signin-social .fbga-btn-social {
        padding: 15px 0px 15px 48px;
        font-size: 11px;
        line-height:23px;
    }
}

/* LOADER */

#ga-loader-circle {
  width: 200px;
  height: 200px;
  margin: auto;
}
#ga-loader-circle > div {
  width: 200px;
  height: 200px;
  position: relative;
  -ms-animation: uil-rolling-anim 1s linear infinite;
  -moz-animation: uil-rolling-anim 1s linear infinite;
  -webkit-animation: uil-rolling-anim 1s linear infinite;
  -o-animation: uil-rolling-anim 1s linear infinite;
  animation: uil-rolling-anim 1s linear infinite;
}
#ga-loader-circle .ga-loader-color {
  position: absolute;
  width: 200px;
  height: 100px;
  border-radius: 1000px 1000px 0 0;
  border-color: #826484;
  border-style: solid;
  border-width: 40px;
  border-bottom-width: 0;
}
#ga-loader-circle > div div:nth-of-type(2) {
  -ms-transform: translate(0, 50px) rotate(54deg) translate(0, -50px);
  -moz-transform: translate(0, 50px) rotate(54deg) translate(0, -50px);
  -webkit-transform: translate(0, 50px) rotate(54deg) translate(0, -50px);
  -o-transform: translate(0, 50px) rotate(54deg) translate(0, -50px);
  transform: translate(0, 50px) rotate(54deg) translate(0, -50px);
}

@-moz-keyframes uil-rolling-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes uil-rolling-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes uil-rolling-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes uil-rolling-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes uil-rolling-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}