/* ***** KARNAK *****

NOS = ROW
ZEB = COLUMN

*/

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*, *:before, *:after{
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans';
}
body,
html {
    width: 100%;
    height: 100%;
}
main {
    min-height: 100%;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* full bg  */

.cd-fixed-bg {
    min-height: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
.cd-half-fixed-bg {
    min-height: 35%;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
.cd-prefooter-half-fixed-bg {
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
.cd-fixed-bg.cd-bg-1 {
    background-image: url("");
}
.cd-fixed-bg.cd-bg-2 {
    background-image: url("chichen-itza.jpg");
}
.cd-fixed-bg.cd-bg-3 {
    background-image: url("../img/cd-background-3.jpg");
}
.cd-fixed-bg.cd-bg-4 {
    background-color: #f3f5f8;
}
.nuol-bg-2 {
    background: url('bg4slide2.jpg');
    background-size: cover;
    background-position: center center;
}
.cd-scrolling-bg {
    min-height: 100%;
    height: 100vh;
    z-index: 6;
    position: relative;
}
.cd-scrolling-bg-services2 {
    /*min-height: 60%;*/
    z-index: 6;
    position: relative;
    /*padding-bottom: 50px;*/
}
.cd-main-content {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.cd-container {
    max-width: 750px;
    margin: 0 auto;
    padding: 10px;
    text-align: justify;
}
.cd-container p {
    font-size: 2em;
}
.cd-color-2 {
    z-index: 56;
    background-color: #f3f5f8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cd-color-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/**/

html {
    font-family: 'Open Sans';
}
body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}
[class*="zeb-"] {
    width: 100%;
    float: left;
    padding: 5px;
}
.nos::after {
    content: "";
    clear: both;
    display: block;
}
.main-nos {
    max-width: 1141px;
    margin: 0 auto;
}
@media only screen and (min-width: 600px) {
    .zeb-m-1 {
        width: 8.33%;
    }
    .zeb-m-2 {
        width: 16.66%;
    }
    .zeb-m-3 {
        width: 25%;
    }
    .zeb-m-4 {
        width: 33.33%;
    }
    .zeb-m-5 {
        width: 41.66%;
    }
    .zeb-m-6 {
        width: 50%;
    }
    .zeb-m-7 {
        width: 58.33%;
    }
    .zeb-m-8 {
        width: 66.66%;
    }
    .zeb-m-9 {
        width: 75%;
    }
    .zeb-m-10 {
        width: 83.33%;
    }
    .zeb-m-11 {
        width: 91.66%;
    }
    .zeb-m-12 {
        width: 100%;
    }
}
@media only screen and (min-width: 768px) {
    .zeb-1 {
        width: 8.33%;
    }
    .zeb-2 {
        width: 16.66%;
    }
    .zeb-3 {
        width: 25%;
    }
    .zeb-4 {
        width: 33.33%;
    }
    .zeb-5 {
        width: 41.66%;
    }
    .zeb-6 {
        width: 50%;
    }
    .zeb-7 {
        width: 58.33%;
    }
    .zeb-8 {
        width: 66.66%;
    }
    .zeb-9 {
        width: 75%;
    }
    .zeb-10 {
        width: 83.33%;
    }
    .zeb-11 {
        width: 91.66%;
    }
    .zeb-12 {
        width: 100%;
    }
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.thefooter {
    position: absolute;
    bottom: 0;
    background-color: coral;
}

/* NU OL INDEX  */

.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
    min-height: 100%;
}
.fullscreen-bg__video {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: -99;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/*.fullscreen-bg__video {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -99;
    width: 100vw;
    width: 100%;
    height: auto;
}*/
@media (max-width: 767px) {
    .fullscreen-bg {
        background: url('chichen-itza.jpg');
        background-position: center center;
        background-size: cover;
    }
    .fullscreen-bg__video {
        display: none;
    }
}
header {
    position: fixed;
    display: block;
    z-index: 5;
    bottom: 0;
}
.nuol-main-menu-container {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.nuol-main-menu-container nav {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}
.nuol-main-menu-container {
    display: block;
    position: relative;
    min-width: 100vw;
    min-height: 8%;
    width: auto;
    height: auto;
}
.nuol-main-menu-container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    overflow: hidden;
}
.nuol-main-menu-container a {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 2.3vmin;
    font-weight: 500;
    text-transform: uppercase;
    color: #f3f5f8;
    text-decoration: none;
    letter-spacing: 1px;
}
.nuol-main-menu-container li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    /*border: 1px dashed red;*/
    border-right: 1px solid #3c5877;
    border-top: 1px solid #3c5877;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.nuol-main-menu-container a:hover:not(.musbeactive) {
    background-color: #334c66;
}
.musbeactive {
    background-color: #4CAF50;
}
#header_nav {
    position: absolute;
    bottom: 0;
    height: 8%;
    z-index: 999;
    background-color: #243547;
}
.navbar-fixed {
    position: fixed!important;
    top: 0;
}
.nuol-cover {
    position: relative;
    display: block;
}
.nuol-login-container {
    position: fixed;
    left: 0;
    top: 30%;
    bottom: auto;
    right: auto;
    text-align: center;
    /*-webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);*/
    width: 65%;
    height: auto;
    background: rgba(256, 256, 256, 0.8);
    border-radius: 0 5px 5px 0;
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.3);
    box-shadow: 0 3px 10px rgba(0,0,0,0.3);
}
.nuol-login-container-corporate{
    position: fixed;
    left: 0;
    top: 40%;
    bottom: auto;
    right: auto;
    text-align: center;
    /*-webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);*/
    width: 50%;
    height: auto;
    background: rgba(256, 256, 256, 0.7);
    border-radius: 0 5px 5px 0;
    -webkit-box-shadow: 0 3px 10px #333;
    box-shadow: 0 3px 10px #333;
}

.nuol-login {
    /*border: 2px dashed red;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nuol-login-corporate{
    display: inline-block;
    position: relative;
    width: 80%;
}

.nuol-login-logo {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    margin: 15px 0;
}
.nuol-login-logo-corporate {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin: 15px 0;
}
.nuol-login-inputs {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    padding: 5px 0;

}
.nuol-login-inputs input[type=text], .nuol-login-inputs input[type=password] {
    width: 100%;
    height: 50px;
    background: none;
    border: none;
    border-bottom: 1px solid #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

}
.nuol-login-inputs fieldset {
    border: none;
    margin: 0;
    padding: 0;
}
.nuol-login-inputs legend {
    display: block;
    color: #f3f5f8;
    letter-spacing: 1px;
    font-size: 1em;
}
.nuol-login-inputs::-webkit-input-placeholder {
    font-family: 'Open Sans';
    font-size: 1.5em;
    color: #ffffff;
}
.nuol-login-inputs:-moz-placeholder {
    color: red;
}

.nuol-login-inputs:-ms-input-placeholder {
    color: red;
}
.nuol-login-submit-btn {
    width: 100%;
    height: 40px;
    background: #4f99db;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #f3f5f8;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 1.1em;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.nuol-login-submit-btn:hover{
    background: #2778be;
}

.nuol-login-submit-btn:active{
    background: #1a507f;
}

.nuol-login-forgotpassword {
    font-size: 0.8em;
    text-align: right;
}
.nuol-login-forgotpassword a {
    color: #f3f5f8;
    text-decoration: none;
}
.nuol-login-forgotpassword a:hover {
    text-decoration: underline;
}
.nuol-slide-text3 {
    color: #243547;
    font-weight: 600;
    font-size: 1em;
    letter-spacing: 0.7px;
    margin-top: 10px;
    margin-bottom: 50px;
}
.nuol-login-logo figure {
    margin: 0;
    padding: 0;
}
.nuol-login-logo img {
    margin: 0;
    padding: 0;
    width: 80%;
    height: 100%;
}
.nuol-login-logo-corporate figure {
    margin: 0;
    padding: 0;
}
.nuol-login-logo-corporate img {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
.nuol-input-user-block {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border: 1px solid white;
    background-color: #c6d0df;
}
.nuol-input-user-block i {
    color: white;
    font-size: 1.2em;
}
.nuol-goto-login {
    position: fixed;
    bottom: 10%;
    right: 1%;
    z-index: 999;
    margin: 0;
    padding: 0;
    display: none;
}
.nuol-goto-login i {
    background-color: #243547;
    padding: 16px;
    border-radius: 50%;
    color: #f3f5f8;
    margin: 0;
    font-size: 1.3em;
}

.nuol-login-signin{
    font-size: 0.9em;
    color: #4f99db;
    font-weight: bold;
    margin: 10px 0;
    text-align: left;
    letter-spacing: 0.5px;
}


/*======= SLIDER 1========= */

.txt-slider-height{
    height: 100vh;
    width: 100vw;
}

.slideshow-container {
    width: 90%;
    height: auto;
    text-align: left;
    /*border: 1px dashed coral;*/
    padding: 40px 0;
    margin: 0 auto;
    /*background-color: rgba(36, 53, 71, 0.5);*/
}
.nuol-slide-title {
    font-size: 6vmin;
    color: #243547;
    font-weight: bold;
    letter-spacing: 4px;
    /*text-shadow: 0 2px 3px #444;*/
}
.nuol-slide-title-2 {
    font-size: 6vmin;
    color: #243547;
    font-weight: 600;
    letter-spacing: 4px;
}
.nuol-slide-title-3 {
    font-size: 6vmin;
    color: #243547;
    font-weight: 600;
    letter-spacing: 4px;
    margin-top: 5%;
}
.nuol-slide-text {
    color: #99aac3;
    font-weight: 600;
    font-size: 4vmin;
    margin: 30px 0;
    padding: 0 10px;
    letter-spacing: 0.5px;
    text-align: justify;
}
.nuol-slider-dots-container {
    position: absolute;
    bottom: 10%;
    text-align: center;
    width: 100%;
}
.nuol-hr {
    content: '';
    width: 320px;
    height: 3px;
    background-color: #ff9525;
    margin-left: 0;
    margin-top: 30px;
}
.nuol-hr-2 {
    content: '';
    width: 120px;
    height: 3px;
    background-color: #ff9525;
    margin-left: 45%;
    margin-top: 10px;
}
.nuol-hr-5 {
    content: '';
    width: 120px;
    height: 3px;
    background-color: #ff9525;
    margin-left: 45%;
    margin-top: 10px;
}
.nuol-dot {
    cursor: pointer;
    height: 23px;
    width: 23px;
    margin: 0 20px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: background-color 0.6s ease;
    transition: background-color 0.6s ease;
}
.nuol-login-arrow-down-area {
    position: fixed;
    display: block;
    bottom: 15%;
    left: 48.2%;
    cursor: pointer;
}
.nuol-login-arrow-down {
    border: 3px solid #f3f5f8;
    padding: 15px 15px;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.nuol-login-arrow-down:hover {
    background-color: #f3f5f8;
    color: #243547;
}
.nuol-login-arrow-down-area i {
    color: #f3f5f8;
}
.active,
.nuol-dot:hover {
    background-color: #717171;
}
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-name: fade;
    animation-name: fade;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}
@-webkit-keyframes fade {
    from {
        opacity: .2;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(1);
    }
}
@keyframes fade {
    from {
        opacity: .2;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(1);
    }
}

/*======*/

.nuol-about-container {
    background-color: rgba(36, 53, 71, 0.5);
    padding: 15px;
}
.nuol-about-container p {
    font-size: 4vmin;
    color: #f3f5f8;
    font-weight: bolder;
    letter-spacing: 1px;
}

/*======= SERVICES GALLERY =========*/

.nuol-services-container {
    /*border: 1px dashed crimson;*/
    height: auto;
    width: 100%;
    text-align: center;
}
.nuol-services-container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 95vw;
    margin: 0 auto;
}
.nuol-services-container li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33%;
    flex: 1 1 33%;
    /*border: 1px dashed blue;*/
    margin: 10px 15px;
    min-height: 400px;
    /*height: 100%;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.services-margin {
    margin-top: 50px;
}
.services-margin-bottom {
    margin-bottom: 30px;
}
.nuol-services-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.nuol-services-img-1 {
    background-image: url('//dev.ownerslink.mx/assets/css/onepage/images/services/jb_weeks.jpg');
}
.nuol-services-img-2 {
    background-image: url('//dev.ownerslink.mx/assets/css/onepage/images/services/cruises.jpg');
}
.nuol-services-img-3 {
    background-image: url('//dev.ownerslink.mx/assets/css/onepage/images/services/travel_concierge.jpg');
}
.nuol-services-img-4 {
    background-image: url('//dev.ownerslink.mx/assets/css/onepage/images/services/asap.jpg');
}
.nuol-services-img-5 {
    background-image: url('//dev.ownerslink.mx/assets/css/onepage/images/services/golf.jpg');
}
.nuol-services-img-6 {
    background: #243547;
}
.nuol-hr4-card {
    content: '';
    width: 20%;
    height: 2px;
    background-color: #ff9525;
}
.nuol-services-card p {
    padding: 5px;
    color: #f3f5f8;
}
.nuol-services-card h6 {
    font-size: 2.5vmin;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 5px;
}
.nuol-services-card {
    position: absolute;
    text-align: center;
    bottom: -100%;
    height: 100%;
    width: 100%;
    background-color: rgba(1, 1, 1, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.nuol-services-card-title {
    position: relative;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #f3f5f8;
    text-shadow: 0 2px 3px #111
}
.nuol-services-card-title h6 {
    font-size: 5vmin;
    letter-spacing: 2px;
}
.ihide {
    opacity: 0;
}

/**/

.contact-height{
    height: 100vh;
}


.nuol-contact-inputs-container {
    margin: 15px 0;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.nuol-contact-inputs-container input[type=text] {
    width: 71%;
    height: 50px;
    margin: 8px;
    background-color: #ffffff;
    border: 3px solid rgba(198, 208, 223,0.6);
    vertical-align: baseline;
    padding: 10px;
    font-family: 'Open sans';
    font-size: 1.1em;
}
.nuol-contact-inputs-container ::-webkit-input-placeholder {
    font-size: 1.5em;
    color: #c6d0df;
    vertical-align: baseline;
    padding: 0 10px;
}
.nuol-contact-inputs-container textarea {
    width: 70%;
    height: 100px;
    margin: 5px;
    font-family: 'Open sans';
    border: 3px solid rgba(198, 208, 223,0.6);
    padding: 10px;
    font-size: 1.1em;
}
.nuol-contact-send {
    background-color: #4f99db;
    padding: 10px 35px;
    cursor: pointer;
    margin: 5px 5px 5px 0;
    margin-left: 15%;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.nuol-contact-send:hover {
    background-color: #2778be;
}
.nuol-contact-send:active,
.nuol-contact-send:focus {
    background-color: #16436a;
}
.nuol-contact-send p {
    font-size: 1.2em;
    font-weight: 500;
    letter-spacing: 1px;
    color: #ffffff;
}
.nuol-pre-footer {
    position: relative;
    display: block;
    width: 100%;
    min-height: 200px;
    height: auto;
    background-color: #dfe4ec;

}
.nuol-contact-info-container {
    position: relative;
    display: block;
    height: auto;
    margin: 0 auto;
    border-bottom: 1px solid rgba(94,121,161, 0.5);
}
.nuol-contact-info-container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.nuol-contact-info-container li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33%;
    flex: 1 1 33%;
    padding: 5px;
    margin: 10px 10px 15px 0;
    /*border: 1px dashed green;*/
}
.nuol-contact-info-container i {
    color: #ffffff;
    background-color: #9fafc6;
    padding: 8px 10px;
    border-radius: 50%;
}
.nuol-contact-info-container p {
    font-size: 0.8em;
    text-align: left;
    font-weight: 600;
    color: #5e79a1;
    letter-spacing: 1px;
}



.nuol-contact-info-container figure {
    margin: 0;
    padding: 0;
}
.nuol-contact-info-container table tr td span {
    text-align: right;
    color: #243547;
    font-weight: 600;
}
.nuol-contact-info-container li:nth-child(3) table tr td {
    text-align: right;
}
.nuol-contact-info-container li:nth-child(1) table tr td {
    text-align: left;
}
.nuol-contact-info-container li:nth-child(1) table tr td p {
    font-size: 0.8em;
}
.nuol-contact-info-container li:nth-child(2) table tr td {
    text-align: center;
}
.nuol-contact-info-container li:nth-child(2) {
    text-align: -webkit-center;
}
.nuol-contact-info-container li:nth-child(3) {
    text-align: -webkit-right;
}
.slide-title-5 {
    font-size: 6vmin;
    color: #243547;
    font-weight: 600;
    letter-spacing: 4px;
}
.nuol-contact-info-container p span {
    color: #243547;
}
.nuol-contact-footer {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    /*bottom: 0;*/
    background-color: #243547;
    text-align: center;
}
.nuol-contact-footer p {
    color: #ffffff;
    font-size: 0.7em;
    padding: 5px 0;
    letter-spacing: 1px;
}
.nuol-nufooter-links a {
    text-decoration: none;
}
.nuol-nufooter-links a:hover {
    text-decoration: underline;
}
.nuol-nufooter-logo p {
    font-size: 0.7em!important;
}
.nuol-contact-pre-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    background-color: #dfe4ec;
    border-top: 1px solid #cfd7e3;
}
.nuol-contact-pre-footer i {
    border-radius: 50%;
    padding: 10px;
    color: #243547;
}
.nuol-contact-pre-footer p {
    padding: 5px;
    font-size: 1em;
    font-weight: 600;
    text-align: l;
    color: #243547;
}

/**/

.nuol-login-li{
    position: relative;
    display: block;
}

.nuol-login-li label{
    position: absolute;
    top: 30%;
    left: 0;
    z-index: -1;
    color: #f3f5f8;
    font-weight: bold;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.nuol-login-li input[type=text]{
    font-size: 1.3em!important;
    color: #f3f5f8;
    padding-left: 5px;
    margin: 10px 0;

}

.nuol-login-li input[type=password]{
    font-size: 1.3em!important;
    color: #f3f5f8;
    padding-left: 5px;
}

.nuol-login-inputs input:valid + label,
.nuol-login-inputs input:focus + label {
    color: rgba(256,256,256,0.8);
    font-weight: 700;
    font-size: 12px;
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
}


/**/


.home-index-alert{
    display: block;
    padding: 5px;
    background-color: rgba(255,0,0,0.7);
    color: #f3f5f8;
    font-weight: 500;
    letter-spacing: 3px;
    border: 1px solid darkred;
    border-radius: 3px;
    font-size: 0.9em;
    box-shadow: inset 0px 0px 10px 0px red;
    -webkit-box-shadow: inset 0px 0px 10px 0px red;
    -moz-box-shadow: inset 0px 0px 10px 0px red;
    -o-box-shadow: inset 0px 0px 10px 0px red;
    width: 95%;
    margin: 10px;
}
.contact{
    width: 70%;
}
.contact .alert{
    -webkit-box-shadow: none;
    box-shadow: none;
    border:none;
    border-radius: 0;
    text-shadow:none;
    font-size: 12px;
    line-height: 19px;
    font-family:"OpenSansLight";
    margin-bottom:10px;
    padding:10px;
    background:#000;
    color: #fff;
    text-align: left;
}
.contact .alert > p{
    text-shadow:none;
    font-size: 15px;
    line-height: 19px;
    color: #fff;
    text-align: left;
}
.contact .success_s{
    background: #34b73e;
}
.hide{
    display: none;
}
/**/

.nuol-login-loading-anim{
    position: absolute;
    width: 150px;
    height: 150px;
    background-color: rgba(256,256,256,0.2);
    border: 5px solid #d4ddec;
    border-top: 5px solid #4f99db;
    border-radius: 50%;
    -webkit-animation: login-loading-anim 0.54s ease-in infinite;
    animation: login-loading-anim 0.54s ease-in infinite;
}

.nuol-login-loading-logo-container{
    position: fixed;
    top: 38%;
    left: 44%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nuol-login-loading-container p{
    position: fixed;
    top: 28%;
    left: 34%;
    font-size: 1.2em;
    font-weight: bold;
    color: #f3f5f8;
    text-shadow: 0 1px 3px #000;
}


@-webkit-keyframes login-loading-anim {
    0% {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}

}


@keyframes login-loading-anim {
    0% {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}

}


.nuol-logo-anim-logo{
    position: relative;
    background: url('https://s3.amazonaws.com/itadevelopers-assets/Logos/ol-logo-loading-anim1.svg') no-repeat;
    width: 100px;
    height: 100px;
    opacity: 0.8;
    -webkit-animation: loading-logo-anim 1s steps(12) infinite;
    animation: loading-logo-anim 1s steps(12) infinite;

}

@keyframes loading-logo-anim{
    0%{background-position: 0 0;}
    100%{background-position: 0 -1200px;}
}

@-webkit-keyframes loading-logo-anim{
    0%{background-position: 0 0;}
    100%{background-position: 0 -1200px;}

}



 .nuol-login-loading-container{
     position: relative;
 }



/* THA MF MODALSS */


.arda-login-modal-header{
    padding: 2px 16px;
    background-color: #243547;
    color: #f3f5f8;
    text-align: center;
    letter-spacing: 2px;
}

.arda-login-modal-body {
    width: 100%;
    padding: 10px;
    height: 300px;
    overflow-y: scroll;
    text-align: center;
    background-color: #f3f5f8;
}


.arda-login-modal-body span{
    text-align: center;
    margin: 15px 0;
    font-weight: bold;
    font-size: 1em;
}

.arda-login-modal-body p{
    text-align: justify;
    color: #5e79a1;
    font-weight: 400;
    font-size: 0.9em;
    line-height: 150%;
    margin: 8px 0;
}

.arda-login-modal-footer {
    padding: 2px 16px;
    background-color: #f3f5f8;
    color: #243547;
}

.ardaModalButton:hover{
    cursor: pointer;
    text-decoration: underline;
}

.arda-login-modal-content{
    position: relative;
    background-color: #fefefe;
    margin: 10% auto;
    padding: 0;
    border: 1px solid #888;
    width: 60%;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: arda-login-modal-animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: arda-login-modal-animatetop;
    animation-duration: 0.4s
}


@-webkit-keyframes arda-login-modal-animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}

@keyframes arda-login-modal-animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}

.arda-login-modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}


.arda-login-modal-close {
    color: #ffffff;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.arda-login-modal-close2 {
    color: #ffffff;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.arda-login-modal-close3 {
    color: #ffffff;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.arda-login-modal-close :hover,
.arda-login-modal-close :focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/**/

#arda-login-poster-img{
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 903;
    background: radial-gradient(rgba(36, 53, 71, 0.4) 2%, #243547 89%);
    background: -webkit-radial-gradient(rgba(36, 53, 71, 0.4) 2%, #243547 89%);
}

.arda-login-poster-clickhere-container{
    position: relative;
    cursor: pointer;
    top: 40%;
    text-align: center;
}

#arda-login-poster-img i{
    font-size: 8em;
    color: rgba(243,245,248,0.8);
}

#arda-login-poster-img h6{
    position: relative;
    cursor: pointer;
    font-size: 2em;
    color: rgba(243,245,248,0.8);
    top: 42%;
    text-align: center;
}


#arda-login-videotour-video{
    width: 115%;
    position: absolute;
    bottom: 0;
    left: -108px;
    height: 108%;
}

#play-pause-button{
    position: absolute;
    cursor: pointer;
    font-size: 2em;
    color: #f3f5f8;
    background-color: transparent;
    top: 20%;
    left: 1%;
    border: none;
    text-align: center;
    padding: 20px 10px;
    border-radius: 50%;
    outline: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#play-pause-button p:before{
    content: "\f04c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

#play-pause-button:active{
    color: #243547;
}


#replay-button{
    position: absolute;
    cursor: pointer;
    font-size: 2em;
    color: #f3f5f8;
    background-color: transparent;
    top: 30%;
    left: 1%;
    border: none;
    text-align: center;
    padding: 10px;
    outline: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#replay-button:active{
    color: #243547;
}

#volume-inc-button{
    position: absolute;
    cursor: pointer;
    font-size: 2em;
    color: #f3f5f8;
    background-color: transparent;
    top: 40%;
    left: 1%;
    border: none;
    text-align: center;
    padding: 10px;
    border-radius: 50%;
    outline: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#volume-inc-button:active{
    color: #243547;
}


#volume-inc-button p:before{
    content: "\f028";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

#volume-dec-button{
    position: absolute;
    cursor: pointer;
    font-size: 2em;
    color: #f3f5f8;
    background-color: transparent;
    top: 50%;
    left: 1%;
    border: none;
    text-align: center;
    padding: 10px;
    outline: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#volume-dec-button p:before{
    content: "\f027";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

#volume-dec-button:active{
    color: #243547;
}

#replay-button p:before{
    content: "\f0e2";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}


progress {
    color:#fff;
    font-size:12px;
    width:50%;
    height:6px;
    border:none;
    background:#c6d0df;
    position: absolute;
    top: 85%;
    left: 25%;
}
progress::-moz-progress-bar { background: rgba(256,256,256,0.5);}
progress::-webkit-progress-bar { background: rgba(256,256,256,0.5); }
progress::-webkit-progress-value { background: rgba(79, 153, 219, 0.8); }


/**/

.arda-login-footer-icons{
    position: relative;
    display: block;
}

.arda-login-footer-icons ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 0;
}

.nuol-services-gallery-container {
    height: auto;
    width: 99vw;
    text-align: center;
    margin-top: 5%;
}
.nuol-services-gallery-container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.nuol-services-gallery-container li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33%;
    flex: 1 1 33%;
    /*border: 1px dashed blue;*/
    margin: 10px 15px;
    min-height: 270px;
    /*height: 100%;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 1500px){
    .nuol-services-gallery-container li{
        min-height: 410px;
    }
}

.nuol-gallery-img-1 {
    background-image: url('//olinkdevaws.com/media/rateshop/asap/fotos/01.jpg');
}
.nuol-gallery-img-2 {
    background-image: url('//olinkdevaws.com/media/rateshop/asap/fotos/02.jpg');
}
.nuol-gallery-img-3 {
    background-image: url('//olinkdevaws.com/media/rateshop/asap/fotos/03.jpg');
}
.nuol-gallery-img-4 {
    background-image: url('//olinkdevaws.com/media/rateshop/asap/fotos/04.jpg');
}
.nuol-gallery-img-5 {
    background-image: url('//olinkdevaws.com/media/rateshop/asap/fotos/05.jpg');
}
.nuol-gallery-img-6 {
    background-image: url('//olinkdevaws.com/media/rateshop/asap/fotos/06.jpg');
}

#two{
    position: relative;
    background-color: #f3f5f8;
}

.nuol-location-cols-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 95vw;
    min-height: 70vh;
    height: auto;
    margin: 30px auto 0 auto;
}

.nuol-location-col-l{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 65%;
    flex: 1 1 65%;
    overflow: hidden;
    padding: 10px;
    margin-right: 20px;
}

.nuol-location-col-r{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 35%;
    flex: 1 1 35%;
}

.nuol-location-col-r iframe{
    width: 100%;
}

.nuol-location-img-bg{
    background-image: url(https://s3.amazonaws.com/itadevelopers-assets/IMG_gral/foto-fachada2.jpg);
    background-position: 30% center;
    background-size: cover;
}

.nuol-location-address{
    background-color: #ffffff;
    margin: 10px 0;
}

.nuol-location-address p{
    font-size: 1.2em;
    font-weight: bold;
    color: #243547;
    text-align: left;
    padding: 3px 5px;
}

/* login flip card */

#ol-login-card-container {
    position: absolute;
    left: 34%;
    top: 30%;
    width: 30%;
    height: auto;
    border-radius: 3px;
    z-index: 10;
}

@media only screen and (max-width: 1024px){
    #ol-login-card-container{
        width: 40%;
    }
}

@media only screen and (max-width: 425px){
    #ol-login-card-container{
        width: 70%;
        left: 16%;
        top: 10%;
    }

    }


.card {
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;

}

.card__front,
.card__back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.card__front,
.card__back {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
}

.card__front {
    background-color: rgba(47,48,52,0.8);
    border-radius: 3px;
    border: 4px double rgba(125, 125, 125, 0.3);
}

.card__back {
    background-color: rgba(47,48,52,0.8);
    border-radius: 3px;
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
}

.card.effect__click.flipped .card__front {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.card.effect__click.flipped .card__back {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}

.nuol-login17-inputs {
    position: relative;
    text-align: center;
}

.nuol-login17-inputs input {
    width: 100%;
    height: 40px;
    margin: 15px 0;
}

.nuol-login17-inputs button {
    width: 100%;
    height: 40px;
    margin: 15px 0;
}

.card__back fieldset {
    border: 0;
}

.nuol-enter-submit-btn{
    background-color: transparent;
    border: 2px solid #f3f5f8;
    color: #f3f5f8;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 1.1em;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin: 10px auto;
    padding: 5px 0;
    width: 50%;
}

@media only screen and (max-width: 768px){
    .nuol-enter-submit-btn{
      width: 60%;
    }
}

.nuol-login-submit-btn {
    width: 100%;
    height: 50px;
    background: #4f99db;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}

.nuol-enter-submit-btn:hover{
    background: #2778be;
}

.nuol-enter-submit-btn:active{
    background: #1a507f;
}

.txt-center{
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
}

.nuol-login-return{
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #f3f5f8;
    color: #243547;
    border-radius: 50%;
    padding: 6px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.nuol-login-return:hover{
    background-color: #243547;
    color: #f3f5f8;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
    -webkit-transition-delay: 9999s;
}

.nuol-login-loading{
    display: none;
    padding: 50px 0;
    font-size: 1.1em;
    color: #fff;
    text-align: -webkit-center;
}

.ollogin-loader {
    text-align: center;
    border-width: 10px;
    border-style: solid;
    border-top-style: solid;
    border-top-width: 10px;
    border-color: #4f99db;
    border-top-color: transparent;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 30px 0;
    -webkit-animation-name: loader-spinner;
    animation-name: loader-spinner;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.82,0.45,0.5,0.89);
    animation-timing-function: cubic-bezier(0.82,0.45,0.5,0.89);
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
}

@-webkit-keyframes loader-spinner {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@keyframes loader-spinner {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

/* MAIN LOGIN */

.ol-login-main{
  position: relative;
  display: block;
}

.vvc-login-container{
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
    background-color: #243547;
}


/* VIDEO: LOGIN; */

.k-video-cover-container{
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 3;
}

 
.k-video-container{
    overflow: hidden;
    height: 100%;
    background: #243547;
    position: relative;
    z-index: -1;
}

.k-video-container video{
  position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
        }

.vvc-video-poster{
    background-image: url('https://s3.amazonaws.com/itadevelopers-assets/login/las-vegas-680953_1920-min.jpg');
    background-position: center center;
    background-size: cover;
}

#vvc-cover-vid {
-webkit-backface-visibility:hidden;
backface-visibility:hidden;
background:url("https://s3.amazonaws.com/itadevelopers-assets/login/las-vegas-680953_1920-min.jpg") no-repeat scroll 0 0 #243547;
background-size:cover;
bottom:0;
position: fixed;
-webkit-perspective:1000;
perspective:1000;
position:fixed;
z-index:0;
  }

 @media screen and (max-width:625px){
   #vvc-cover-vid{
    display: none!important;
    }
}


@media screen and (min-device-width:800px) and (max-device-width:1280px){
    .cd-bg-1{
    background:url("https://s3.amazonaws.com/itadevelopers-assets/login/las-vegas-680953_1920-min.jpg") no-repeat scroll 0 0 #243547;
background-size:cover;
background-position: center center;
    width: 100vw!important;
    height: 100vh!important;
        }
}

a.btn_lng_chg {
    float: left;
    margin: 0 10px 0 0;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

span.lng_separator {
    margin: 0 10px 0 0;
    float: left;
    color: #fff;
    font-size: 11px;
}

.lngeng:nth-child(3), .lngesp:first-child {
    font-weight: bold;
    text-rendering: optimizeLegibility;
    text-decoration: underline;
}

.card__front ul.txt-center li:nth-child(2) {
    margin: 5px 10px;
    display: inline-block;
    float: left;
}

#currency_id {
    width: 100%;
    margin-top: .7em;
    font-size: 1.3em;
    padding: .5em;
    background-color: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width:768px){
    #bgvid{
        display: none;
    }
    .bgvid-2-container{
        background:url("https://s3.amazonaws.com/itadevelopers-assets/login/las-vegas-680953_1920-min.jpg") no-repeat scroll 0 0 #243547;
background-size:cover;
background-position: center center;
    }
}

