@import url('../fonts/Gotham/gotham.css');
.pace.pace-inactive {
    display: none
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 2000;
    position: fixed;
    width: 100px;
    height: 60px;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}


/*.pace.pace-inactive{display:none}.pace{-webkit-pointer-events:none;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:2000;position:fixed;width:100px;height:60px;margin:auto;top:0;left:0;right:0;bottom:0}.pace .pace-progress{z-index:2000;position:absolute;width:100px;height:60px;-webkit-transform:translate3d(0,0,0) !important;-ms-transform:translate3d(0,0,0) !important;transform:translate3d(0,0,0) !important}.pace .pace-progress:before{content:attr(data-progress-text);text-align:center;border-radius:50%;,'Helvetica-Neue-Medium',Helvetica,Arial,Sans-Serif;font-size:14px;color:#fff;font-weight:bold;line-height:1;padding:0;width:50%;height:40%;margin:25px 0 0 35px;display:block;z-index:999;position:absolute}.pace .pace-activity{position:absolute;top:0;left:30px;z-index:2000;width:65px;height:65px;border:solid 4px transparent;border-top-color:#da6a1f;border-left-color:#da6a1f;border-radius:50%;-webkit-animation:pace-spinner 320ms linear infinite;-moz-animation:pace-spinner 320ms linear infinite;-ms-animation:pace-spinner 320ms linear infinite;-o-animation:pace-spinner 320ms linear infinite;animation:pace-spinner 320ms linear infinite}@-webkit-keyframes pace-spinner{0{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes pace-spinner{0{-moz-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}@-o-keyframes pace-spinner{0{-o-transform:rotate(0);transform:rotate(0)}100%{-o-transform:rotate(360deg);transform:rotate(360deg)}}@-ms-keyframes pace-spinner{0{-ms-transform:rotate(0);transform:rotate(0)}100%{-ms-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes pace-spinner{0{transform:rotate(0);transform:rotate(0)}100%{transform:rotate(360deg);transform:rotate(360deg)}}*/

@keyframes bounce {
    0,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0)
    }
    40% {
        transform: translateY(-30px)
    }
    60% {
        transform: translateY(-15px)
    }
}

@keyframes beat-normal {
    to {
        transform: scale(1)
    }
}

@keyframes beat-mini {
    to {
        transform: scale(1.03)
    }
}

@keyframes beat {
    to {
        transform: scale(1.1)
    }
}

@keyframes beat-md {
    to {
        transform: scale(1.5)
    }
}

@keyframes smooth-bounce {
    0,
    100% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(-5px)
    }
}

@keyframes francisco {
    0 {
        opacity: .5;
        transform: translate3d(0, -100%, 0)
    }
    50% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
    51% {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

html {
    width: 100%;
    height: 100%
}

body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background-color: #000
}

a,
a:link,
a:hover,
a:focus,
button,
button:focus {
    color: #fff!important;
    outline: none !important;
    text-decoration: none
}

h1 {
    font-size: 42px
}

.extra-light {}

.light {}

.regular {}

.semibold {}

.bold {}

.bigger {
    font-size: 1.3em
}

.biggest {
    font-size: 1.7em
}

.blue {
    color: #da6a1f !important
}

.orange {
    color: #ff8200
}

.orange2 {
    color: #ed9700
}

.login-modal-selector {
    text-align: center
}

p.medium {
    font-size: 16px
}

label.error {
    font-weight: 400!important;
    margin-top: 1px;
    padding-left: 10px;
    color: #e2333b !important;
    ;
    font-size: 13px;
    line-height: .8em;
    text-transform: none !important
}

.spinner {
    display: inline-block;
    margin-right: 15px;
    width: 14px;
    height: 14px;
    border: solid 2px transparent;
    border-top-color: #FFF;
    border-left-color: #FFF;
    border-radius: 10px;
    -webkit-animation: pace-spinner 320ms linear infinite;
    -moz-animation: pace-spinner 320ms linear infinite;
    -ms-animation: pace-spinner 320ms linear infinite;
    -o-animation: pace-spinner 320ms linear infinite;
    animation: pace-spinner 320ms linear infinite
}

.block-spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: solid 2px transparent;
    border-top-color: #FFF;
    border-left-color: #FFF;
    border-radius: 50%;
    -webkit-animation: pace-spinner 320ms linear infinite;
    -moz-animation: pace-spinner 320ms linear infinite;
    -ms-animation: pace-spinner 320ms linear infinite;
    -o-animation: pace-spinner 320ms linear infinite;
    animation: pace-spinner 320ms linear infinite
}

.pagination-spinner {
    position: relative;
    width: 20px;
    height: 20px;
    border: solid 2px transparent;
    border-top-color: #FFF;
    border-left-color: #FFF;
    border-radius: 50%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    -webkit-animation: pace-spinner 320ms linear infinite;
    -moz-animation: pace-spinner 320ms linear infinite;
    -ms-animation: pace-spinner 320ms linear infinite;
    -o-animation: pace-spinner 320ms linear infinite;
    animation: pace-spinner 320ms linear infinite
}

.parallax {
    background-attachment: fixed
}

div.hd-content {
    max-width: 1920px;
    position: relative;
    margin-left: auto;
    margin-right: auto
}

#app-container {
    display: none;
    max-width: 3840px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
    transition: all .4s ease;
    box-shadow: rgba(29, 33, 35, 0.2) 0 46px 29px 0;
    z-index: 200
}

select {
    color: #000!important;
    font-weight: 400;
}

textarea {
    color: #000 !important;
    font-weight: 300;
}

a#scroll-to-top-btn {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 0;
    height: 0;
    border-radius: 100%;
    background-color: rgba(255, 130, 0, 0.7);
    background-image: url('../images/icons/chevron_up_opt.png');
    background-size: 27px 15px;
    background-repeat: no-repeat;
    background-position: center 24px;
    z-index: 1900;
    transition: all .4s ease
}

a#scroll-to-top-btn.visible {
    width: 65px;
    height: 65px
}

a#scroll-to-top-btn:hover {
    border-color: transparent;
    background-color: rgba(255, 130, 0, 1)
}

div.full-height-content {
    overflow: hidden
}

div.full-height-content div.content-wrapper.vertical-align {
    height: auto !important;
    top: 50%;
    transform: translateY(-50%)
}

div.full-height-content div.row {
    width: 85%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

div.title-border-bottom {
    border: 2px solid;
    width: 170px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px
}

div.title-border-bottom.blue {
    border-color: #da6a1f
}

div.title-border-bottom.orange {
    border-color: #ff8200
}

.fa {
    font: normal normal normal 14px/1 FontAwesome !important;
    color: inherit !important
}

.title-divider {
    height: 4px;
    margin: 10px auto !important;
    background-color: #ff8200;
    border-radius: 50px;
    width: 75%
}

.section-title-container {
    margin-bottom: 40px;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px
}

.section-title-container h1 {
    font-size: 40px;
    display: inline-block !important
}

input {
    font-weight: 300!important;
}

.form-group {
    padding-left: 0;
    padding-right: 0
}

.fb-share {
    border-radius: 4px;
    font-size: 13px;
    height: 28px;
    padding: 5px 10px 2px 10px;
    cursor: pointer;
    background-color: #3e65ae;
    color: white
}

.fb-share:hover {
    background-color: #365899;
    color: white
}

.tw-share {
    border-radius: 4px;
    font-size: 13px;
    height: 28px;
    padding: 5px 10px 2px 10px;
    cursor: pointer;
    background-color: #429cd6;
    color: white
}

.tw-share:hover {
    background-color: #0084b4;
    color: white
}

.btn-container {
    padding: 10px
}

.btn {
    Sans-Serif;
    line-height: 1.4em;
    -webkit-transition: all .8s ease
}

.btn-primary {
    color: #fff;
    background-color: #da6a1f;
    border: 1px solid #da6a1f;
    line-height: 1.8em
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    border: 1px solid #176477;
    background-color: #176477
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    border: 1px solid #176477;
    background-color: #176477
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdow-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus {
    border: 1px solid #176477;
    background-color: #176477
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:focus,
fieldset[disbaled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border: 1px solid #da6a1f;
    background-color: #da6a1f
}

.btn-border-white {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    line-height: 1.8em
}

.btn-border-white:hover,
.btn-border-white:focus,
.btn-border-white:active,
.btn-border-white.active,
.btn-border-white.disabled,
.btn-border-white[disabled] {
    color: #fff;
    border: 1px solid #fff
}

.btn-border-white:active,
.btn-border-white.active,
.open>.dropdown-toggle.btn-border-white {
    color: #fff;
    border: 1px solid #fff
}

.btn-border-white:active:hover,
.btn-border-white.active:hover,
.open>.dropdow-toggle.btn-border-white:hover,
.btn-border-white:active:focus,
.btn-border-white.active:focus,
.open>.dropdown-toggle.btn-border-white:focus,
.btn-border-white:active.focus,
.btn-border-white.active.focus,
.open>.dropdown-toggle.btn-border-white.focus {
    color: #fff;
    border: 1px solid #fff
}

.btn-border-white:active,
.btn-border-white.active,
.open>.dropdown-toggle.btn-border-white {
    background-image: none
}

.btn-border-white.disabled,
.btn-border-white[disabled],
fieldset[disabled] .btn-border-white,
.btn-border-white.disabled:hover,
.btn-border-white[disabled]:hover,
fieldset[disabled] .btn-border-white:hover,
.btn-border-white.disabled:focus,
.btn-border-white[disabled]:focus,
fieldset[disabled] .btn-border-white:focus,
.btn-border-white.disabled.focus,
.btn-border-white[disabled]:focus,
fieldset[disbaled] .btn-border-white.focus,
.btn-border-white.disabled:active,
.btn-border-white[disabled]:active,
fieldset[disabled] .btn-border-white:active,
.btn-border-white.disabled.active,
.btn-border-white[disabled].active,
fieldset[disabled] .btn-border-white.active {
    color: #fff;
    border: 1px solid #fff
}

.btn-text-white {
    color: #fff;
    background-color: transparent;
    border: 0
}

.btn-text-white:hover,
.btn-text-white:focus,
.btn-text-white:active,
.btn-text-white.active,
.btn-text-white.disabled,
.btn-text-white[disabled] {
    color: #fff
}

.btn-text-white:active,
.btn-text-white.active,
.open>.dropdown-toggle.btn-text-white {
    color: #fff
}

.btn-text-white:active:hover,
.btn-text-white.active:hover,
.open>.dropdow-toggle.btn-text-white:hover,
.btn-text-white:active:focus,
.btn-text-white.active:focus,
.open>.dropdown-toggle.btn-text-white:focus,
.btn-text-white:active.focus,
.btn-text-white.active.focus,
.open>.dropdown-toggle.btn-text-white.focus {
    color: #fff
}

.btn-text-white:active,
.btn-text-white.active,
.open>.dropdown-toggle.btn-text-white {
    background-image: none
}

.btn-text-white.disabled,
.btn-text-white[disabled],
fieldset[disabled] .btn-text-white,
.btn-text-white.disabled:hover,
.btn-text-white[disabled]:hover,
fieldset[disabled] .btn-text-white:hover,
.btn-text-white.disabled:focus,
.btn-text-white[disabled]:focus,
fieldset[disabled] .btn-text-white:focus,
.btn-text-white.disabled.focus,
.btn-text-white[disabled]:focus,
fieldset[disbaled] .btn-text-white.focus,
.btn-text-white.disabled:active,
.btn-text-white[disabled]:active,
fieldset[disabled] .btn-text-white:active,
.btn-text-white.disabled.active,
.btn-text-white[disabled].active,
fieldset[disabled] .btn-text-white.active {
    color: #fff
}

.btn-border-dark-gray {
    color: #333;
    background-color: transparent;
    border: 1px solid #666;
    line-height: 1.8em
}

.btn-border-dark-gray:hover,
.btn-border-dark-gray:focus,
.btn-border-dark-gray:active,
.btn-border-dark-gray.active,
.btn-border-dark-gray.disabled,
.btn-border-dark-gray[disabled] {
    color: #fff;
    background-color: #666;
    border: 1px solid #666
}

.btn-border-dark-gray:active,
.btn-border-dark-gray.active,
.open>.dropdown-toggle.btn-border-dark-gray {
    color: #fff;
    background-color: #666;
    border: 1px solid #666
}

.btn-border-dark-gray:active:hover,
.btn-border-dark-gray.active:hover,
.open>.dropdow-toggle.btn-border-dark-gray:hover,
.btn-border-dark-gray:active:focus,
.btn-border-dark-gray.active:focus,
.open>.dropdown-toggle.btn-border-dark-gray:focus,
.btn-border-dark-gray:active.focus,
.btn-border-dark-gray.active.focus,
.open>.dropdown-toggle.btn-border-dark-gray.focus {
    color: #fff;
    background-color: #666;
    border: 1px solid #666
}

.btn-border-dark-gray:active,
.btn-border-dark-gray.active,
.open>.dropdown-toggle.btn-border-dark-gray {
    background-image: none
}

.btn-border-dark-gray.disabled,
.btn-border-dark-gray[disabled],
fieldset[disabled] .btn-border-dark-gray,
.btn-border-dark-gray.disabled:hover,
.btn-border-dark-gray[disabled]:hover,
fieldset[disabled] .btn-border-dark-gray:hover,
.btn-border-dark-gray.disabled:focus,
.btn-border-dark-gray[disabled]:focus,
fieldset[disabled] .btn-border-dark-gray:focus,
.btn-border-dark-gray.disabled.focus,
.btn-border-dark-gray[disabled]:focus,
fieldset[disbaled] .btn-border-dark-gray.focus,
.btn-border-dark-gray.disabled:active,
.btn-border-dark-gray[disabled]:active,
fieldset[disabled] .btn-border-dark-gray:active,
.btn-border-dark-gray.disabled.active,
.btn-border-dark-gray[disabled].active,
fieldset[disabled] .btn-border-dark-gray.active {
    color: #fff;
    background-color: #666;
    border: 1px solid #666
}

.btn-border-dark-gray2 {
    color: #ccc;
    background-color: transparent;
    border: 1px solid #666;
    line-height: 1.8em
}

.btn-border-dark-gray2:hover,
.btn-border-dark-gray2:focus,
.btn-border-dark-gray2:active,
.btn-border-dark-gray2.active,
.btn-border-dark-gray2.disabled,
.btn-border-dark-gray2[disabled] {
    color: #fff;
    background-color: #666;
    border: 1px solid #666
}

.btn-border-dark-gray2:active,
.btn-border-dark-gray2.active,
.open>.dropdown-toggle.btn-border-dark-gray2 {
    color: #fff;
    background-color: #666;
    border: 1px solid #666
}

.btn-border-dark-gray2:active:hover,
.btn-border-dark-gray2.active:hover,
.open>.dropdow-toggle.btn-border-dark-gray2:hover,
.btn-border-dark-gray2:active:focus,
.btn-border-dark-gray2.active:focus,
.open>.dropdown-toggle.btn-border-dark-gray2:focus,
.btn-border-dark-gray2:active.focus,
.btn-border-dark-gray2.active.focus,
.open>.dropdown-toggle.btn-border-dark-gray2.focus {
    color: #fff;
    background-color: #666;
    border: 1px solid #666
}

.btn-border-dark-gray2:active,
.btn-border-dark-gray2.active,
.open>.dropdown-toggle.btn-border-dark-gray2 {
    background-image: none
}

.btn-border-dark-gray2.disabled,
.btn-border-dark-gray2[disabled],
fieldset[disabled] .btn-border-dark-gray2,
.btn-border-dark-gray2.disabled:hover,
.btn-border-dark-gray2[disabled]:hover,
fieldset[disabled] .btn-border-dark-gray2:hover,
.btn-border-dark-gray2.disabled:focus,
.btn-border-dark-gray2[disabled]:focus,
fieldset[disabled] .btn-border-dark-gray2:focus,
.btn-border-dark-gray2.disabled.focus,
.btn-border-dark-gray2[disabled]:focus,
fieldset[disbaled] .btn-border-dark-gray2.focus,
.btn-border-dark-gray2.disabled:active,
.btn-border-dark-gray2[disabled]:active,
fieldset[disabled] .btn-border-dark-gray2:active,
.btn-border-dark-gray2.disabled.active,
.btn-border-dark-gray2[disabled].active,
fieldset[disabled] .btn-border-dark-gray2.active {
    color: #fff;
    background-color: #666;
    border: 1px solid #666
}

.btn-dark-blue {
    color: #fff;
    background-color: #00586d;
    border: 1px solid #00586d;
    line-height: 1.8em
}

.btn-dark-blue:hover,
.btn-dark-blue:focus,
.btn-dark-blue:active,
.btn-dark-blue.active,
.btn-dark-blue.disabled,
.btn-dark-blue[disabled] {
    color: #fff;
    border: 1px solid #0d6e88;
    background-color: #0d6e88
}

.btn-dark-blue:active,
.btn-dark-blue.active,
.open>.dropdown-toggle.btn-dark-blue {
    color: #fff;
    border: 1px solid #0d6e88;
    background-color: #0d6e88
}

.btn-dark-blue:active:hover,
.btn-dark-blue.active:hover,
.open>.dropdow-toggle.btn-dark-blue:hover,
.btn-dark-blue:active:focus,
.btn-dark-blue.active:focus,
.open>.dropdown-toggle.btn-dark-blue:focus,
.btn-dark-blue:active.focus,
.btn-dark-blue.active.focus,
.open>.dropdown-toggle.btn-dark-blue.focus {
    color: #fff;
    border: 1px solid #0d6e88;
    background-color: #0d6e88
}

.btn-dark-orange:hover {
    color: #fff !important;
    border: 1px solid #da6a1f;
    background-color: #da6a1f;
}

.btn-dark-orange:active {
    color: #fff!important;
    border: 1px solid #da6a1f;
    background-color: #da6a1f;
}

.btn-dark-orange {
    color: #fff;
    border: 1px solid #da6a1f;
    background-color: #da6a1f;
}

.btn-dark-blue:active,
.btn-dark-blue.active,
.open>.dropdown-toggle.btn-dark-blue {
    background-image: none
}

.btn-dark-blue.disabled,
.btn-dark-blue[disabled],
fieldset[disabled] .btn-dark-blue,
.btn-dark-blue.disabled:hover,
.btn-dark-blue[disabled]:hover,
fieldset[disabled] .btn-dark-blue:hover,
.btn-dark-blue.disabled:focus,
.btn-dark-blue[disabled]:focus,
fieldset[disabled] .btn-dark-blue:focus,
.btn-dark-blue.disabled.focus,
.btn-dark-blue[disabled]:focus,
fieldset[disbaled] .btn-dark-blue.focus,
.btn-dark-blue.disabled:active,
.btn-dark-blue[disabled]:active,
fieldset[disabled] .btn-dark-blue:active,
.btn-dark-blue.disabled.active,
.btn-dark-blue[disabled].active,
fieldset[disabled] .btn-dark-blue.active {
    color: #fff;
    border: 1px solid #da6a1f;
    background-color: #da6a1f
}

.btn-blue-alt {
    color: #fff;
    background-color: #da6a1f;
    line-height: 1.8em
}

.btn-blue-alt:hover,
.btn-blue-alt:focus,
.btn-blue-alt:active,
.btn-blue-alt.active,
.btn-blue-alt.disabled,
.btn-blue-alt[disabled] {
    background-color: #da6a1f;
    color: #fff
}

.btn-blue-alt:active,
.btn-blue-alt.active,
.open>.dropdown-toggle.btn-blue-alt {
    border: 1px solid #da6a1f;
    background-color: #da6a1f;
    color: #fff
}

.btn-blue-alt:active:hover,
.btn-blue-alt.active:hover,
.open>.dropdow-toggle.btn-blue-alt:hover,
.btn-blue-alt:active:focus,
.btn-blue-alt.active:focus,
.open>.dropdown-toggle.btn-blue-alt:focus,
.btn-blue-alt:active.focus,
.btn-blue-alt.active.focus,
.open>.dropdown-toggle.btn-blue-alt.focus {
    border: 1px solid #da6a1f;
    background-color: #da6a1f;
    color: #fff
}

.btn-blue-alt:active,
.btn-blue-alt.active,
.open>.dropdown-toggle.btn-blue-alt {
    background-image: none;
    color: #fff
}

.btn-blue-alt.disabled,
.btn-blue-alt[disabled],
fieldset[disabled] .btn-blue-alt,
.btn-blue-alt.disabled:hover,
.btn-blue-alt[disabled]:hover,
fieldset[disabled] .btn-blue-alt:hover,
.btn-blue-alt.disabled:focus,
.btn-blue-alt[disabled]:focus,
fieldset[disabled] .btn-blue-alt:focus,
.btn-blue-alt.disabled.focus,
.btn-blue-alt[disabled]:focus,
fieldset[disbaled] .btn-blue-alt.focus,
.btn-blue-alt.disabled:active,
.btn-blue-alt[disabled]:active,
fieldset[disabled] .btn-blue-alt:active,
.btn-blue-alt.disabled.active,
.btn-blue-alt[disabled].active,
fieldset[disabled] .btn-blue-alt.active {
    border: 1px solid #da6a1f;
    background-color: #da6a1f;
    color: #fff
}

.goto-section-btn {
    width: 180px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block
}

.ui-pnotify {
    top: 10px;
    right: 10px;
    position: absolute;
    height: auto;
    z-index: 2
}

body>.ui-pnotify {
    position: fixed;
    z-index: 100040
}

.ui-pnotify-modal-overlay {
    background-color: rgba(0, 0, 0, .4);
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1
}

body>.ui-pnotify-modal-overlay {
    position: fixed;
    z-index: 100039
}

.ui-pnotify.ui-pnotify-in {
    display: block !important
}

.ui-pnotify.ui-pnotify-move {
    transition: left .5s ease, top .5s ease, right .5s ease, bottom .5s ease
}

.ui-pnotify.ui-pnotify-fade-slow {
    transition: opacity .6s linear;
    opacity: 0
}

.ui-pnotify.ui-pnotify-fade-slow.ui-pnotify.ui-pnotify-move {
    transition: opacity .6s linear, left .5s ease, top .5s ease, right .5s ease, bottom .5s ease
}

.ui-pnotify.ui-pnotify-fade-normal {
    transition: opacity .4s linear;
    opacity: 0
}

.ui-pnotify.ui-pnotify-fade-normal.ui-pnotify.ui-pnotify-move {
    transition: opacity .4s linear, left .5s ease, top .5s ease, right .5s ease, bottom .5s ease
}

.ui-pnotify.ui-pnotify-fade-fast {
    transition: opacity .2s linear;
    opacity: 0
}

.ui-pnotify.ui-pnotify-fade-fast.ui-pnotify.ui-pnotify-move {
    transition: opacity .2s linear, left .5s ease, top .5s ease, right .5s ease, bottom .5s ease
}

.ui-pnotify.ui-pnotify-fade-in {
    opacity: 1
}

.ui-pnotify .ui-pnotify-shadow {
    -webkit-box-shadow: 0 6px 28px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 6px 28px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 28px 0 rgba(0, 0, 0, 0.1)
}

.ui-pnotify-container {
    background-position: 0 0;
    padding: .8em;
    height: 100%;
    margin: 0
}

.ui-pnotify-container:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both
}

.ui-pnotify-container.ui-pnotify-sharp {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.ui-pnotify-title {
    display: block;
    margin-bottom: .4em;
    margin-top: 0
}

.ui-pnotify-text {
    display: block
}

.ui-pnotify-icon,
.ui-pnotify-icon span {
    display: block;
    float: left;
    font-size: 17px;
    margin-right: .5em
}

.ui-pnotify.stack-topleft,
.ui-pnotify.stack-bottomleft {
    left: 25px;
    right: auto
}

.ui-pnotify.stack-bottomright,
.ui-pnotify.stack-bottomleft {
    bottom: 15px;
    top: auto
}

.ui-pnotify.stack-modal {
    left: 50%;
    right: auto;
    margin-left: -150px
}

.ui-pnotify-closer,
.ui-pnotify-sticker {
    float: right;
    margin-left: .2em;
    outline: none !important
}

.ui-pnotify-history-container {
    position: absolute;
    top: 0;
    right: 18px;
    width: 70px;
    border-top: 0;
    padding: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
    border-top-right-radius: 0;
    z-index: 10000
}

.ui-pnotify-history-container.ui-pnotify-history-fixed {
    position: fixed
}

.ui-pnotify-history-container .ui-pnotify-history-header {
    padding: 2px;
    text-align: center
}

.ui-pnotify-history-container button {
    cursor: pointer;
    display: block;
    width: 100%
}

.ui-pnotify-history-container .ui-pnotify-history-pulldown {
    display: block;
    margin: 0 auto
}

.ui-pnotify-container {
    position: relative;
    left: 0
}

@media(max-width:480px) {
    .ui-pnotify-mobile-able.ui-pnotify {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        width: auto !important;
        font-size: 1.2em;
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        -ms-font-smoothing: antialiased;
        font-smoothing: antialiased
    }
    .ui-pnotify-mobile-able.ui-pnotify .ui-pnotify-shadow {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-bottom-width: 5px
    }
    .ui-pnotify-mobile-able .ui-pnotify-container {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }
    .ui-pnotify-mobile-able.ui-pnotify.stack-topleft,
    .ui-pnotify-mobile-able.ui-pnotify.stack-bottomleft {
        left: 0;
        right: 0
    }
    .ui-pnotify-mobile-able.ui-pnotify.stack-bottomright,
    .ui-pnotify-mobile-able.ui-pnotify.stack-bottomleft {
        left: 0;
        right: 0;
        bottom: 0;
        top: auto
    }
    .ui-pnotify-mobile-able.ui-pnotify.stack-bottomright .ui-pnotify-shadow,
    .ui-pnotify-mobile-able.ui-pnotify.stack-bottomleft .ui-pnotify-shadow {
        border-top-width: 5px;
        border-bottom-width: 1px
    }
}

.ui-pnotify.ui-pnotify-nonblock-fade {
    opacity: .2
}

.ui-pnotify.app .ui.pnotify-container {}

.ui-pnotify.app .ui-pnotify-title {
    ;
    font-size: 19px
}

.ui-pnotify.app .ui-pnotify-text {
    font-size: 14px;
    font-weight: lighter
}

.ui-pnotify.app .alert-info {
    border: 0;
    background-color: rgba(33, 153, 181, 0.8);
    color: #fff
}

.ui-pnotify.app .alert-info .ui-pnotify-icon span {
    color: #fff
}

.ui-pnotify.app .alert-success {
    text-align: center;
    border: 0;
    background-color: rgba(136, 186, 52, 0.9);
    color: #fff
}

.ui-pnotify.app .alert-success .ui-pnotify-icon span {
    color: #fff
}

.ui-pnotify.app .alert-error,
.ui-pnotify.app .alert-danger {
    border: 0;
    background-color: rgba(183, 51, 50, 0.9);
    color: #fff
}

.ui-pnotify.app .alert-error .ui-pnotify-icon span,
.ui-pnotify.app .alert-danger .ui-pnotify-icon span {
    color: #fff
}

.ui-pnotify.app .alert-notice,
.ui-pnotify.app .alert-warning {
    border: 0;
    background-color: rgba(0, 153, 228, 0.9);
    color: #fff
}

.ui-pnotify.app .alert-orange {
    border: 0;
    background-color: rgba(255, 130, 0, 0.9);
    color: #fff
}

.ui-pnotify.app .alert-notice .ui-pnotify-icon span,
.ui-pnotify.app .alert-warning .ui-pnotify-icon span {
    color: #fff
}

#header-anchor {
    display: block;
    position: absolute;
    margin-top: 40px;
    width: 100px;
    height: 0;
    background-color: red;
    z-index: 50000
}

.payments-btn-container {
    width: 100%;
    position: absolute;
    top: 100px;
    z-index: 11000
}

.payments-btn-container-inner {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    height: auto
}

.payments-btn {
    display: inline-block;
    background-color: rgba(255, 130, 0, 0.7);
    border-radius: 30px 30px 30px 30px;
    padding-top: 8px;
    padding-left: 20px;
    padding-right: 65px;
    padding-bottom: 8px;
    height: 40px;
    position: absolute;
    right: 80px;
    transition: all .4s ease
}

.payments-btn:hover {
    background-color: rgba(255, 130, 0, 0.9);
    padding-right: 75px;
    padding-bottom: 36px
}

.payments-btn:hover span {
    font-size: 20px
}

.payments-btn span {
    color: #fff;
    font-size: 17px;
    transition: all .4s ease
}

.payments-btn .icon {
    width: 30px;
    height: 29px;
    background-image: url('../images/icons/payments_icon2_opt.png');
    background-size: 30px 29px;
    position: absolute;
    right: 20px;
    top: 5px;
    transition: all .4s ease
}

.payments-btn:hover .icon {
    width: 35px;
    height: 34px;
    background-size: 35px 34px
}

header {
    width: 100%;
    height: 60px;
    display: block;
    position: absolute;
    top: 20px;
    left: 0px;
    /*background-color:#c3c1c0;*/
    background-color: rgba(243, 243, 243, 0.8);
    z-index: 30000;
    transition: all .4s ease;
    border-radius: 15px;
}

header.fixed {
    position: fixed;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    width: 90%;
}

header.zero-opacity {
    background-color: rgba(49, 54, 60, 1)
}


/*header.scroll-down{background-color:#c3c1c0d6;}*/

header div.header-content {
    width: 100%;
    max-width: 1920px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    transition: all .4s ease
}

header div.chevron-down {
    width: 26px;
    height: 14px;
    background-image: url('../images/icons/chevron_down_opt.png');
    background-size: 26px 14px;
    display: inline-block;
    margin-left: 10px
}

#mobile-menu.animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

header #mobile-menu-toggle-btn {
    display: none;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 20px;
    right: auto;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    transition: all .3s ease
}

header div.flat-hamburger-icon {
    background-image: url('../images/icons/flat_hamburger_icon_opt.png');
    background-size: 17px 8px
}

header #mobile-menu-toggle-btn:hover {
    opacity: .7
}

header div.flat-cross-icon {
    background-image: url('../images/icons/flat_cross_icon_opt.png');
    background-size: 15px 15px;
    transform: rotate(-270deg)
}

ul.main-navigation-menu {
    list-style-type: none;
    display: inline-block;
    margin-right: 240px;
    padding: 0;
    font-size: 18px;
    color: #fff;
    float: right;
    font-weight: 400;
}

ul.main-navigation-menu li {
    margin-top: 0;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 16px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 19px;
    display: inline-block
}

ul.main-navigation-menu a:link li {
    transition: all .4s ease;
    color: #000
}

ul.main-navigation-menu a:visited li {
    color: #000
}

.active {
    color: #da6a1f!important;
}

ul.main-navigation-menu a:hover li {
    color: #da6a1f;
    text-decoration: none
}

ul.main-navigation-menu a.active li {
    color: #da6a1f;
    font-size: 1.1em
}

header div.header-content div.header-tools-container {
    position: absolute;
    display: inline-block;
    top: 3px;
    right: 80px
}

header div.header-content div.header-tools-container .language-btn {
    margin-right: 0
}

header div.header-content div.header-tools-container .language-btn .language-label-container {
    display: inline-block;
    transition: transform .6s, opacity .2s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
}

header div.header-content div.header-tools-container .language-btn .language-label-container::before {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

header div.header-content div.header-tools-container .language-btn .language-label-container.clicked {
    animation: francisco .6s forwards
}

header div.header-content div.header-tools-container .translate-btn {
    display: none;
    margin-left: 20px;
    transition: transform .6s, opacity .2s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transform: translate3d(0, 0, 0);
    width: 70px !important
}

header div.header-content div.header-tools-container .translate-btn.slide-down {
    animation: francisco .6s forwards
}

header div.header-content div.header-tools-container .cancel-translate-btn {
    display: none
}

header div.header-content div.header-tools-container .login-btn {
    margin-left: 20px;
    width: 150px
}

#header-tools-user .user-profile-btn {
    padding-left: 42px;
    transition: all .4s ease
}

#header-tools-user .user-profile-btn:hover {
    font-size: 13px
}

#header-tools-user .user-profile-btn .avatar-container {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 0 solid #ccc;
    display: block;
    top: 0;
    left: 0;
    overflow: hidden;
    transition: all .4s ease
}

#header-tools-user .user-profile-btn:hover .avatar-container {
    width: 27px;
    height: 27px
}

#header-tools-user .user-profile-btn .avatar-container .avatar {
    width: 100%;
    height: 100%;
    background-image: url('../images/default_avatar_opt.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

#site-logo {
    width: 233px;
    height: 50px;
    display: block;
    border: none !important;
    position: absolute;
    top: 0;
    left: 80px;
    right: auto;
    bottom: 0;
    margin: auto;
    background-image: url('../images/logotipo/system-operadora-de-viajes-logotipo-retina-display.png');
    background-size: 233px 50px;
    background-repeat: no-repeat;
    transition: all .4s ease
}

@media (max-width: 1000px) {
    #site-logo {
        width: 180px;
        height: 40px;
        display: block;
        border: none !important;
        position: absolute;
        top: 0;
        left: 80px;
        right: auto;
        bottom: 0;
        margin: auto;
        background-image: url('../images/logotipo/movil/system-globalizador-sitioweb-logo-blanco-responsivo-02.png');
        background-size: 180px 40px;
        background-repeat: no-repeat;
        transition: all .4s ease
    }
    #site-logo.icon {
        width: 45px;
        height: 45px;
        left: 160px;
        background-image: url('../images/logotipo/movil/system-globalizador-sitioweb-isotipo.png');
        background-size: 45px 45px
    }
}


/*#site-logo.full{width:60px;height:60px;left:160px;background-image:url('../img/logotipo/system-operadora-de-viajes-isotipo-retina-display.png') !important;background-size:60px 60px}*/

#login-avatar-btn {
    display: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: auto;
    right: 20px;
    bottom: 0;
    margin: auto;
    background-image: url('../images/icons/system-sitioweb-sesion-agencia-perfil.png');
    background-size: 35px 35px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 35px;
    height: 35px
}

div.mobile-menu {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    top: 60px;
    z-index: 20000;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 80px;
    border-top: 1px solid #da6a1f;
}

ul.mobile-navigation-menu {
    list-style-type: none;
    display: block;
    margin-top: 10px;
    margin-left: 25px;
    margin-right: 25px;
    padding: 0;
    font-size: 17px;
    color: #fff
}

ul.mobile-navigation-menu li {
    padding-top: 10px;
    padding-left: 60px;
    padding-right: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #da6a1f;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: 15px
}

ul.mobile-navigation-menu li.home {
    background-image: url('../images/icons/mobile_menu/system-sitioweb-responsivo-inicio.png')
}

ul.mobile-navigation-menu li.service {
    background-image: url('../images/icons/mobile_menu/system-sitioweb-responsivo-servicios.png')
}

ul.mobile-navigation-menu li.who-we-are {
    background-image: url('../images/icons/mobile_menu/system-sitioweb-responsivo-nosotros.png')
}

ul.mobile-navigation-menu li.contact {
    background-image: url('../images/icons/mobile_menu/system-sitioweb-responsivo-contacto.png')
}

ul.mobile-navigation-menu a:link li {
    transition: all .4s ease;
    color: #fff
}

ul.mobile-navigation-menu a:visited li {
    color: #fff
}

ul.mobile-navigation-menu a:hover {
    text-decoration: none
}

ul.mobile-navigation-menu a:hover li {
    color: #999;
    text-decoration: none;
    padding-left: 80px;
    background-position: 35px
}

ul.mobile-navigation-menu a.active li {
    color: #da6a1f;
}

.mobile-menu .language-btn {
    width: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden
}

.mobile-menu .language-btn .language-label-container {
    display: inline-block;
    transition: transform .6s, opacity .2s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
}

.mobile-menu .language-btn .language-label-container::before {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.mobile-menu .language-btn .language-label-container.clicked {
    animation: francisco .6s forwards
}

.mobile-menu .translate-btns-container {
    display: none;
    margin-left: auto;
    margin-right: auto;
    width: 180px
}

.mobile-menu .translate-btn {
    margin-left: 20px;
    transition: transform .6s, opacity .2s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transform: translate3d(0, 0, 0);
    width: 100px !important
}

.mobile-menu .translate-btn.slide-down {
    animation: francisco .6s forwards
}

div.mobile-menu .login-btn {
    width: 200px;
    display: block;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto
}

.btn-mi-panel {
    width: 150px;
    padding: 12px;
}

div.mobile-menu ul.social-icons-menu {
    display: block;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 340px;
    list-style-type: none
}

div.mobile-menu ul.social-icons-menu li {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    transition: all .4s ease
}

div.mobile-menu ul.social-icons-menu li:hover {
    background-color: rgba(33, 153, 181, 1);
    border: 0
}

div.mobile-menu ul.social-icons-menu a:hover {
    text-decoration: none
}

div.mobile-menu ul.social-icons-menu li.facebook-icon {
    background-image: url('../images/icons/social/system-sitioweb-responsivo-redes-facebook.png');
    background-size: 50px 30px;
    background-repeat: no-repeat;
    background-position: center center
}

div.mobile-menu ul.social-icons-menu li.twitter-icon {
    background-image: url('../images/icons/social/system-sitioweb-responsivo-redes-twitter.png');
    background-size: 50px 30px;
    background-repeat: no-repeat;
    background-position: center center
}

div.mobile-menu ul.social-icons-menu li.instagram-icon {
    background-image: url('../images/icons/social/system-sitioweb-responsivo-redes-instagram.png');
    background-size: 50px 30px;
    background-repeat: no-repeat;
    background-position: center center
}

div.mobile-menu ul.social-icons-menu li.google-icon {
    background-image: url('../images/icons/social/system-sitioweb-responsivo-redes-google.png');
    background-size: 50px 30px;
    background-repeat: no-repeat;
    background-position: center center
}

div.mobile-menu ul.social-icons-menu li.youtube-icon {
    background-image: url('../images/icons/social/system-sitioweb-responsivo-redes-youtube.png');
    background-size: 50px 30px;
    background-repeat: no-repeat;
    background-position: center center
}

div.mobile-menu p.footer {
    font-size: 15px;
    text-align: center;
    color: #fff !important;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px
}

div.mobile-menu p.footer a:link {
    ;
    color: #fff !important;
    text-decoration: none !important
}

div.footer-container {
    width: 100%;
    background-color: #f2f2f2;
    padding-bottom: 20px;
    position: relative
}

div.footer-container.dark {
    background-image: url('../images/home/footer/system-operadora-de-viajes-fondo-footer-03.jpg');
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
}

div.footer-container.mipanel {
    background-color: #0d2e4f;
}

div.footer-container div.footer-menu-container {
    display: block;
    max-width: 1280px;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto
}

div.footer-container div.footer-menu-container h2 {
    ;
    font-size: 18px;
    color: #000;
    margin-top: 7px;
    line-height: 1em
}

div.footer-container.dark div.footer-menu-container h2 {
    color: #fff
}

div.footer-container.mipanel div.footer-menu-container h2 {
    color: #fff
}

div.footer-menu-container span.subtitle {
    font-size: 13px;
    color: #666;
    line-height: 1.2em
}

div.footer-container.dark span.subtitle {
    color: #ddd
}

div.footer-container.mipanel span.subtitle {
    color: #ddd
}

div.footer-container div.footer-menu-container h4 {
    ;
    font-size: 14px;
    color: #000;
    line-height: 1.3em
}

div.footer-container.dark div.footer-menu-container h4 {
    color: #fff
}

div.footer-container.mipanel div.footer-menu-container h4 {
    color: #fff
}

div.footer-menu-col-1 {
    padding-left: 80px
}

div.footer-menu-col-2 {
    padding-left: 60px
}

div.footer-menu-col-3 {
    padding-left: 60px
}

div.footer-menu-container ul.footer-list {
    list-style-type: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0;
    font-size: 14px;
    color: #fff;
}

strong {
    font-weight: 400;
}

div.footer-menu-container.dark ul.footer-list {
    color: #fff
}

ul.footer-list li {
    display: block;
    line-height: 1.5em
}

ul.footer-list li a:link {
    color: #fff
}

ul.footer-list li a:visited {
    color: #666
}

div.footer-container.dark ul.footer-list li a {
    transition: all .4s ease
}

div.footer-container.dark ul.footer-list li a:hover {
    color: #fff !important;
    padding-left: 5px !important
}

div.footer-container.dark ul.footer-list li a:visited {
    color: #fff
}

div.footer-container.mipanel ul.footer-list li a {
    transition: all .4s ease
}

div.footer-container.mipanel ul.footer-list li a:hover {
    color: #fff !important;
    padding-left: 5px !important
}

div.footer-container.mipanel ul.footer-list li a:visited {
    color: #fff
}

div.footer-divider {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 0;
    border-top: 1px solid #ddd;
    display: block
}

div.footer-container.dark div.footer-divider {
    border-top-color: #555
}

div.footer-container.mipanel div.footer-divider {
    border-top-color: #555
}

#logo-footer:hover {
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
    transform: scale(0.85);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    opacity: .85
}

div.copyright-container {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px
}

div.copyright-container a:link,
div.copyright-container a:visited {
    color: #1a7990
}

div.footer-container.dark div.copyright-container a:link,
div.footer-container.dark div.copyright-container a:visited {
    color: #fff
}

div.footer-container.dark div.copyright-container a:hover {
    ;
    color: #fff
}

div.footer-container.mipanel div.copyright-container a:link,
div.footer-container.mipanel div.copyright-container a:visited {
    color: #1b557d
}

div.footer-container.mipanel div.copyright-container a:hover {
    ;
    color: #da6a1f
}

div.copyright-label {
    font-size: 13px;
    line-height: 1.5em;
    color: #666
}

div.footer-container.dark div.copyright-label {
    color: #fff
}

div.footer-container.mipanel div.copyright-label {
    color: #fff
}

#newsletter-modal .form-group {
    padding-left: 5px;
    padding-right: 5px
}

#newsletter-modal .form-label {
    margin-bottom: 8px;
    font-size: 14px
}

#newsletter-modal .row {
    margin-top: 10px
}

#login-container {
    opacity: 0;
    background-image: url('../images/sesion agencias/system-operadora-de-viajes-iniciar-sesion.jpg');
    background-size: cover;
    background-position: center center;
    transition: all .5s ease;
    perspective-origin: 100% 50%;
    transform: translate3d(100%, 0, 0) rotateY(90deg);
    background-color: rgba(33, 153, 181, 1);
    position: fixed !important;
    top: 0;
    left: auto;
    right: 0;
    width: 300px;
    height: 100%;
    padding-left: 40px;
    padding-right: 40px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

#login-container .backdrop {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.35)
}

#login-container .login-content {
    z-index: 1;
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px
}

#login-container .login-content div.avatar-container {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden
}

#login-container .login-content div.avatar-container div.avatar {
    background-image: url('../images//sesion agencias/System-operadora-de-viajes-sesion-agencias-perfil.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 170px;
    height: 170px;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-size: cover
}

#login-container h3 {
    color: #fff;
    text-align: center
}

#login-container h4 {
    color: #fff;
    font-size: 12px;
    line-height: 3em;
    text-align: center
}

#login-container .user-profile-content {
    z-index: 1;
    position: relative;
    width: 100%;
    height: 100%
}

#login-container .user-profile-content div.avatar-container {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden
}

#login-container .user-profile-content div.avatar-container div.avatar {
    background-image: url('../images/default_avatar_opt.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover
}

#login-container .user-profile-content h2 {
    color: #fff;
    text-align: center;
    font-size: 20px;
}

#login-container .user-profile-content h4 {
    line-height: 1em
}

#login-container .user-profile-content .dashboard-btn {
    width: 120px;
    display: block;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto
}

#login-container .user-profile-content .sign-out-btn {
    width: 120px;
    display: block;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto
}

#login-container .user-profile-content .language-btn {
    width: 160px;
    display: block;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden
}

#login-container .user-profile-content .language-btn .language-label-container {
    display: inline-block;
    transition: transform .6s, opacity .2s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
}

#search-container {
    opacity: 0;
    background-size: cover;
    background-position: center center;
    transition: all .5s ease;
    perspective-origin: 100% 50%;
    transform: translate3d(100%, 0, 0) rotateY(90deg);
    background-color: #172f4e;
    position: fixed !important;
    top: 0;
    left: 0;
    right: auto;
    width: 300px;
    height: 100%;
    padding-left: 5px;
    padding-right: 5px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

#search-container .backdrop {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.35)
}

#search-container .search-content {
    z-index: 1;
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 5px;
    padding-bottom: 50px
}

#search-container .search-content div.avatar-container {
    width: 190px;
    height: 190px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden
}

#search-container .search-content div.avatar-container div.avatar {
    background-image: url('../images//sesion agencias/System-operadora-de-viajes-sesion-agencias-perfil.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 190px;
    height: 195px;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-size: cover
}

#search-container h3 {
    color: #fff;
    text-align: center
}

#search-container h4 {
    color: #fff;
    font-size: 14px;
    line-height: 3em;
    text-align: center
}

#search-container label {
    color: #da6a1f;
    text-align: left
}

#search-container .user-profile-content {
    z-index: 1;
    position: relative;
    width: 100%;
    height: 100%
}

#search-container .user-profile-content div.avatar-container {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden
}

#search-container .user-profile-content div.avatar-container div.avatar {
    background-image: url('../images/default_avatar_opt.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-size: cover
}

#search-container .user-profile-content h2 {
    color: #fff;
    text-align: center;
    font-size: 20px;
}

#search-container .user-profile-content h4 {
    line-height: 1em
}

#search-container .user-profile-content .dashboard-btn {
    width: 120px;
    display: block;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto
}

#search-container .user-profile-content .sign-out-btn {
    width: 120px;
    display: block;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto
}

#search-container .user-profile-content .language-btn {
    width: 160px;
    display: block;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden
}

#search-container .user-profile-content .language-btn .language-label-container {
    display: inline-block;
    transition: transform .6s, opacity .2s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
}

#search-container .sinpadding {
    padding-right: 0px;
    padding-left: 0px;
}

#filter-container {
    opacity: 0;
    background-size: cover;
    background-position: center center;
    transition: all .5s ease;
    perspective-origin: 100% 50%;
    transform: translate3d(-100%, 0, 0) rotateY(90deg);
    background-color: #e56a1f;
    position: fixed !important;
    top: 0;
    left: 0;
    right: auto;
    width: 300px;
    height: 100%;
    padding-left: 5px;
    padding-right: 5px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

#filter-container .backdrop {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

#filter-container .filter-content {
    z-index: 1;
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 5px;
    padding-bottom: 50px
}

#filter-container .filter-content div.avatar-container {
    width: 190px;
    height: 190px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden
}

#filter-container .filter-content div.avatar-container div.avatar {
    background-image: url('../images//sesion agencias/System-operadora-de-viajes-sesion-agencias-perfil.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 190px;
    height: 195px;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-size: cover
}

#filter-container h3 {
    color: #fff;
    text-align: center
}

#filter-container h4 {
    color: #fff;
    font-size: 14px;
    line-height: 3em;
    text-align: center
}

#filter-container label {
    color: #fff;
    text-align: left
}

#filter-container .user-profile-content {
    z-index: 1;
    position: relative;
    width: 100%;
    height: 100%
}

#filter-container .user-profile-content div.avatar-container {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden
}

#filter-container .user-profile-content div.avatar-container div.avatar {
    background-image: url('../images/default_avatar_opt.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-size: cover
}

#filter-container .user-profile-content h2 {
    color: #fff;
    text-align: center;
    font-size: 20px;
}

#filter-container .user-profile-content h4 {
    line-height: 1em
}

#filter-container .user-profile-content .dashboard-btn {
    width: 120px;
    display: block;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto
}

#filter-container .user-profile-content .sign-out-btn {
    width: 120px;
    display: block;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto
}

#filter-container .user-profile-content .language-btn {
    width: 160px;
    display: block;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden
}

#filter-container .user-profile-content .language-btn .language-label-container {
    display: inline-block;
    transition: transform .6s, opacity .2s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
}

#filter-container .sinpadding {
    padding-right: 0px;
    padding-left: 0px;
}

#menu-container {
    opacity: 0;
    background-size: cover;
    background-position: center center;
    transition: all .5s ease;
    perspective-origin: 100% 50%;
    transform: translate3d(-100%, 0, 0) rotateY(90deg);
    background-color: #e56a1f;
    position: fixed !important;
    top: 0;
    left: 0;
    right: auto;
    width: 300px;
    height: 100%;
    padding-left: 5px;
    padding-right: 5px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

#menu-container .backdrop {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

#menu-container .menu-content {
    z-index: 1;
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 5px;
    padding-bottom: 50px
}

#menu-container .menu-content div.avatar-container {
    width: 190px;
    height: 190px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden
}

#menu-container .menu-content div.avatar-container div.avatar {
    background-image: url('../images/sesion agencias/System-operadora-de-viajes-sesion-agencias-perfil.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 190px;
    height: 195px;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-size: cover
}

#menu-container h3 {
    color: #fff;
    text-align: center
}

#menu-container h4 {
    color: #fff;
    font-size: 14px;
    line-height: 3em;
    text-align: center
}

#menu-container label {
    color: #fff;
    text-align: left
}

#menu-container .user-profile-content {
    z-index: 1;
    position: relative;
    width: 100%;
    height: 100%
}

#menu-container .user-profile-content div.avatar-container {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden
}

#menu-container .user-profile-content div.avatar-container div.avatar {
    background-image: url('../images/default_avatar_opt.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-size: cover
}

#menu-container .user-profile-content h2 {
    color: #fff;
    text-align: center;
    font-size: 20px;
}

#menu-container .user-profile-content h4 {
    line-height: 1em
}

#menu-container .user-profile-content .dashboard-btn {
    width: 120px;
    display: block;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto
}

#menu-container .user-profile-content .sign-out-btn {
    width: 120px;
    display: block;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto
}

#menu-container .user-profile-content .language-btn {
    width: 160px;
    display: block;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden
}

#menu-container .user-profile-content .language-btn .language-label-container {
    display: inline-block;
    transition: transform .6s, opacity .2s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
}

#menu-container .sinpadding {
    padding-right: 0px;
    padding-left: 0px;
}

#reset-container {
    opacity: 0;
    background-image: url('../images/sesion agencias/system-operadora-de-viajes-iniciar-sesion.jpg');
    background-size: cover;
    background-position: center center;
    transition: all .5s ease;
    perspective-origin: 100% 50%;
    transform: translate3d(100%, 0, 0) rotateY(90deg);
    background-color: rgba(33, 153, 181, 1);
    position: fixed !important;
    top: 0;
    left: auto;
    right: 0;
    width: 300px;
    height: 100%;
    padding-left: 40px;
    padding-right: 40px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

#reset-container .backdrop {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.35)
}

#reset-container .reset-content {
    z-index: 1;
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px
}

#reset-container .reset-content div.avatar-container {
    width: 190px;
    height: 190px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden
}

#reset-container .reset-content div.avatar-container div.avatar {
    background-image: url('../images//sesion agencias/System-operadora-de-viajes-sesion-agencias-perfil.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 190px;
    height: 195px;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-size: cover
}

#reset-container h3 {
    color: #fff;
    text-align: center
}

#reset-container h4 {
    color: #fff;
    font-size: 14px;
    line-height: 3em;
    text-align: center
}

#reset-container .user-profile-content {
    z-index: 1;
    position: relative;
    width: 100%;
    height: 100%
}

#reset-container .user-profile-content div.avatar-container {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden
}

#reset-container .user-profile-content div.avatar-container div.avatar {
    background-image: url('../images/default_avatar_opt.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover
}

#reset-container .user-profile-content h2 {
    color: #fff;
    text-align: center;
    font-size: 20px;
}

#reset-container .user-profile-content h4 {
    line-height: 1em
}

#reset-container .user-profile-content .dashboard-btn {
    width: 120px;
    display: block;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto
}

#reset-container .user-profile-content .sign-out-btn {
    width: 120px;
    display: block;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto
}

#reset-container .user-profile-content .language-btn {
    width: 160px;
    display: block;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden
}

#reset-container .user-profile-content .language-btn .language-label-container {
    display: inline-block;
    transition: transform .6s, opacity .2s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
}

.user-profile-content .language-btn .language-label-container::before {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.user-profile-content .language-btn .language-label-container.clicked {
    animation: francisco .6s forwards
}

.user-profile-content .translate-btns-container {
    display: none;
    margin-left: auto;
    margin-right: auto;
    width: 180px
}

.user-profile-content .translate-btn {
    margin-left: 20px;
    transition: transform .6s, opacity .2s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transform: translate3d(0, 0, 0);
    width: 100px !important
}

.user-profile-content .translate-btn.slide-down {
    animation: francisco .6s forwards
}

.zls-large {
    left: 30px !important;
    right: auto !important
}

#zls_ctn_wrap {
    background-color: rgba(33, 153, 181, 0.85) !important;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    min-height: 35px
}

#zlsimgcont {
    display: none !important
}

#zlstxtcnt {
    font-size: 16px !important;
    padding-left: 30px;
    color: #fff !important;
    opacity: 1 !important;
    min-width: 220px !important;
    text-align: left !important
}

#zlsbub {
    display: none !important
}

.zls-sptwndw {
    left: auto !important;
    right: 70px !important
}

#contact-container {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
    background-color: #c2c2c2;
    position: fixed;
    top: 0;
    left: auto;
    right: 0;
    width: 700px;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .7s ease
}

#contact-container::-webkit-scrollbar {
    display: none
}

#contact-container div.contact-data-container {
    height: 100%;
    box-shadow: rgba(29, 33, 35, 0.2) 0 46px 29px 0;
    z-index: 2;
    padding-left: 0;
    padding-right: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    padding-bottom: 30px
}

#contact-container div.contact-data-container::-webkit-scrollbar {
    display: none
}

#contact-container div.contact-data-container div.title-container {
    margin-top: 30px;
    padding-left: 40px;
    padding-right: 40px
}

#contact-container div.contact-data-container div.title-container div.icon {
    background-image: url('../images/icons/location_icon_opt.png');
    background-repeat: no-repeat;
    width: 30px;
    height: 41px;
    background-size: 30px 41px;
    margin-left: auto;
    margin-right: auto
}

#contact-container div.contact-data-container div.title-container h1 {
    text-align: center;
    font-size: 32px
}

#contact-container div.contact-data-container div.title-border-bottom {
    border-color: #da6a1f
}

#contact-container div.cover {
    width: 100%;
    height: 315px;
    background-image: url('../images/contact/sucursales/som_guadalajara.jpg');
    background-position: left center;
    background-size: cover;
    position: relative
}

#contact-container div.cover div.backdrop {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.25)
}

#contact-container div.cover div.map-status-info-container {
    width: 100%;
    height: auto;
    min-height: 60px;
    position: absolute;
    bottom: 0;
    background-color: rgba(255, 130, 0, 0.7);
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 10px;
    display: none
}

#contact-container div.cover div.map-status-info-container p {
    color: #fff;
    font-size: 16px
}


/*#contact-container div.title-bar-container{width:100%;background-color:#eee;position:relative;padding-top:45px;padding-bottom:20px;padding-left:40px;padding-right:40px}*/

#contact-container div.title-bar-container {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 250px;
    padding: 15px 40px 5px;
    text-align: center;
    color: #000;
}

#contact-container div.title-bar-container h2 {
    color: #333 !important;
    position: relative;
    display: block;
    text-align: left !important
}

#contact-container div.title-bar-container a.location-btn {
    position: absolute;
    top: -30px;
    right: 20px;
    width: 100px;
    transition: all .2s ease
}

#contact-container div.title-bar-container a.location-btn:hover {
    top: -33px;
    right: 20px
}

#contact-container div.title-bar-container a.location-btn div.location-icon-container {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .3);
    background-color: #e0e0e0;
    padding-top: 15px;
    padding-left: 0px;
    margin-left: auto;
    margin-right: auto;
    transition: all .2s ease
}

#contact-container div.title-bar-container a.location-btn:hover div.location-icon-container {
    width: 63px;
    height: 63px
}

#contact-container div.title-bar-container a.location-btn h4 {
    color: #333;
    text-align: center;
    line-height: 1.5em;
    font-size: 14px;
    transition: all .2s ease
}

#contact-container div.title-bar-container a.location-btn:hover h4 {
    color: #da6a1f;
}

#contact-container div.title-bar-container a.location-btn div.location-icon-container i.location-icon {
    color: #da6a1f;
    font-size: 30px !important;
    transition: all .2s ease
}

#contact-container div.title-bar-container a.location-btn:hover div.location-icon-container i.location-icon {
    font-size: 33px
}

#contact-container div.contact-data-container div.header-contact {
    border-bottom: 1px solid #da6a1f;
    z-index: 2;
    position: relative;
}

#contact-container div.contact-data-container div.header-contact h2 {
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: .5em;
    background: #1b557d;
    margin: 0;
    padding: 20px;
    font-weight: 100;
}

#contact-container div.row {
    padding-left: 20px;
    padding-right: 20px
}

#contact-container div.contact-data-container div.chat-icon {
    width: 50px;
    height: 50px;
    background-image: url('../images/icons/chat_icon_opt.png');
    background-repeat: no-repeat;
    background-size: 50px 50px;
    margin-left: auto;
    margin-right: auto;
    opacity: .5
}

#contact-container div.contact-data-container div.call-center-icon {
    width: 50px;
    height: 50px;
    background-image: url('../images/icons/call_center_icon_opt.png');
    background-repeat: no-repeat;
    background-size: 50px 50px;
    margin-left: auto;
    margin-right: auto;
    opacity: .5
}

#contact-container div.contact-data-container div.row h4 {
    font-size: 18px;
    text-align: center
}

#contact-container div.contact-data-container div.row a {
    text-align: center;
    display: block;
    color: #da6a1f
}

#contact-container div.contact-data-container div.row a:hover {
    text-decoration: underline
}

#contact-container div.contact-data-container div.contact-form-container {
    background-color: #1b557d;
    padding: 20px;
    width: 100%;
    margin-top: 0;
    height: 670px;
}

#contact-container div.contact-data-container div.contact-form-container h2 {
    font-size: 30px;
    color: #fff;
    text-align: center
}

#contact-container div.contact-data-container div.social-media-info-container {
    width: 100%;
    height: auto;
    background-color: #fff;
    /*padding:15px 0 50px 0;*/
}

#contact-container div.contact-data-container div.social-media-info-container h2 {
    text-align: center;
    line-height: 1.3em
}

#contact-container div.contact-data-container div.social-media-info-container div.icons-container {
    width: 80%;
    min-width: 320px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0px
}

#contact-container div.contact-data-container div.social-media-info-container div.icons-container a.social-icon {
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
    float: left;
    margin-right: 15%;
    opacity: .6;
    transition: all .4s ease
}

#contact-container div.contact-data-container div.social-media-info-container div.icons-container a:hover.social-icon {
    opacity: 1
}

#contact-container div.contact-data-container div.social-media-info-container div.icons-container a.facebook-icon {
    opacity: .5;
    background-image: url('../images/contacto/System-operadora-de-viajes-facebook.png')
}


/*#contact-container div.contact-data-container div.social-media-info-container div.icons-container a:hover.facebook-icon{background-image:url('../images/icons/social/facebook_icon_blue_opt.png')}*/

#contact-container div.contact-data-container div.social-media-info-container div.icons-container a.twitter-icon {
    background-image: url('../images/contacto/System-operadora-de-viajes-twitter.png')
}


/*#contact-container div.contact-data-container div.social-media-info-container div.icons-container a:hover.twitter-icon{background-image:url('../images/icons/social/twitter_icon_blue_opt.png')}*/

#contact-container div.contact-data-container div.social-media-info-container div.icons-container a.instagram-icon {
    background-image: url('../images/contacto/System-operadora-de-viajes-instagram.png')
}


/*#contact-container div.contact-data-container div.social-media-info-container div.icons-container a:hover.instagram-icon{background-image:url('../images/icons/social/instagram_icon_blue_opt.png')}*/

#contact-container div.contact-data-container div.social-media-info-container div.icons-container a.google-icon {
    background-image: url('../images/contacto/System-operadora-de-viajes-google.png')
}

#contact-container div.contact-data-container div.social-media-info-container div.icons-container a.youtube-icon {
    background-image: url('../images/contacto/System-operadora-de-viajes-youtube.png');
    margin-right: 0;
    opacity: .5
}


/*#contact-container div.contact-data-container div.social-media-info-container div.icons-container a:hover.youtube-icon{background-image:url('../images/icons/social/youtube_icon_blue_opt.png')}*/

.table-locations {
    background: #dfdfdf;
    margin-left: 0px;
    margin-right: 0px;
    height: 670px;
}

.table-locations h5 {
    color: #da6d24;
    text-align: center;
}

.table-locations h4 {
    color: #000;
    font-weight: 300;
}

.table-locations img {
    margin: 10px auto 0px auto;
    display: block;
}

.table-locations table tr td img {
    display: inline;
    width: 45px;
    padding: 0 0 25px;
    margin: 0 15px 0 0;
}

.table-locations table tr td p.city {
    color: #da6d24;
    font-size: 15px;
    margin: 0 0 0px;
    text-align: left;
}

.table-locations table tr td p.direction {
    padding: 0 0 25px;
    color: #000;
    font-size: 12px;
    line-height: 14px;
    text-align: left;
}


/*************************/

#mapa-container {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
    background-color: #c2c2c2;
    position: fixed;
    top: 0;
    right: auto;
    left: 0;
    width: 700px;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .7s ease
}

#mapa-container::-webkit-scrollbar {
    display: none
}

#mapa-container div.mapa-data-container {
    height: 100%;
    box-shadow: rgba(29, 33, 35, 0.2) 0 46px 29px 0;
    z-index: 2;
    padding-left: 0;
    padding-right: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    padding-bottom: 30px
}

#mapa-container div.mapa-data-container::-webkit-scrollbar {
    display: none
}

#mapa-container div.mapa-data-container div.title-container {
    margin-top: 30px;
    padding-left: 40px;
    padding-right: 40px
}

#mapa-container div.mapa-data-container div.title-container div.icon {
    background-image: url('../images/icons/location_icon_opt.png');
    background-repeat: no-repeat;
    width: 30px;
    height: 41px;
    background-size: 30px 41px;
    margin-left: auto;
    margin-right: auto
}

#mapa-container div.mapa-data-container div.title-container h1 {
    text-align: center;
    font-size: 32px
}

#mapa-container div.mapa-data-container div.title-border-bottom {
    border-color: #da6a1f
}

#mapa-container div.cover {
    width: 100%;
    height: 250px;
    background-image: url('../images/contact/cover_opt.jpg');
    background-position: right center;
    background-size: cover;
    position: relative
}

#mapa-container div.cover div.backdrop {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.25)
}

#mapa-container div.cover div.map-status-info-container {
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
    background-color: rgba(255, 130, 0, 0.7);
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 20px;
    display: none
}

#mapa-container div.cover div.map-status-info-container p {
    color: #fff;
    font-size: 16px
}

#mapa-container div.title-bar-container {
    width: 100%;
    background-color: #eee;
    position: relative;
    padding-top: 45px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px
}

#mapa-container div.title-bar-container h2 {
    color: #333 !important;
    position: relative;
    display: block;
    text-align: left !important
}

#mapa-container div.title-bar-container a.location-btn {
    position: absolute;
    top: -30px;
    right: 20px;
    width: 100px;
    transition: all .2s ease
}

#mapa-container div.title-bar-container a.location-btn:hover {
    top: -33px;
    right: 20px
}

#mapa-container div.title-bar-container a.location-btn div.location-icon-container {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .3);
    background-color: #e0e0e0;
    padding-top: 15px;
    padding-left: 16px;
    margin-left: auto;
    margin-right: auto;
    transition: all .2s ease
}

#mapa-container div.title-bar-container a.location-btn:hover div.location-icon-container {
    width: 63px;
    height: 63px
}

#mapa-container div.title-bar-container a.location-btn h4 {
    color: #333;
    text-align: center;
    line-height: 1.5em;
    font-size: 14px;
    transition: all .2s ease
}

#mapa-container div.title-bar-container a.location-btn:hover h4 {
    color: #da6a1f;
}

#mapa-container div.title-bar-container a.location-btn div.location-icon-container i.location-icon {
    color: #da6a1f;
    font-size: 30px !important;
    transition: all .2s ease
}

#mapa-container div.title-bar-container a.location-btn:hover div.location-icon-container i.location-icon {
    font-size: 33px
}

#mapa-container div.contact-data-container h2 {
    font-size: 24px;
    color: #666;
    text-align: center;
    line-height: .5em
}

#mapa-container div.row {
    padding-left: 20px;
    padding-right: 20px
}

#mapa-container div.contact-data-container div.chat-icon {
    width: 50px;
    height: 50px;
    background-image: url('../images/icons/chat_icon_opt.png');
    background-repeat: no-repeat;
    background-size: 50px 50px;
    margin-left: auto;
    margin-right: auto;
    opacity: .5
}

#mapa-container div.contact-data-container div.call-center-icon {
    width: 50px;
    height: 50px;
    background-image: url('../images/icons/call_center_icon_opt.png');
    background-repeat: no-repeat;
    background-size: 50px 50px;
    margin-left: auto;
    margin-right: auto;
    opacity: .5
}

#mapa-container div.contact-data-container div.row h4 {
    font-size: 18px;
    text-align: center
}

#mapa-container div.contact-data-container div.row a {
    text-align: center;
    display: block;
    color: #da6a1f
}

#mapa-container div.contact-data-container div.row a:hover {
    text-decoration: underline
}

#mapa-container div.contact-data-container div.contact-form-container {
    background-color: #1b557d;
    padding: 20px;
    width: 100%;
    margin-top: 0;
    height: 563px;
}

#mapa-container div.contact-data-container div.contact-form-container h2 {
    font-size: 30px;
    color: #fff;
    text-align: center
}

#mapa-container div.contact-data-container div.social-media-info-container {
    width: 100%;
    height: 80px;
    background-color: #fff;
    padding: 20px
}

#mapa-container div.contact-data-container div.social-media-info-container h2 {
    text-align: center;
    line-height: 1.3em
}

#mapa-container div.contact-data-container div.social-media-info-container div.icons-container {
    width: 310px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0px
}

#mapa-container div.contact-data-container div.social-media-info-container div.icons-container a.social-icon {
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
    float: left;
    margin-right: 15px;
    opacity: .6;
    transition: all .4s ease
}

#mapa-container div.contact-data-container div.social-media-info-container div.icons-container a:hover.social-icon {
    opacity: 1
}

#mapa-container div.contact-data-container div.social-media-info-container div.icons-container a.facebook-icon {
    opacity: .5;
    background-image: url('../images/contacto/System-operadora-de-viajes-facebook.png')
}


/*#mapa-container div.contact-data-container div.social-media-info-container div.icons-container a:hover.facebook-icon{background-image:url('../images/icons/social/facebook_icon_blue_opt.png')}*/

#mapa-container div.contact-data-container div.social-media-info-container div.icons-container a.twitter-icon {
    background-image: url('../images/contacto/System-operadora-de-viajes-twitter.png')
}


/*#mapa-container div.contact-data-container div.social-media-info-container div.icons-container a:hover.twitter-icon{background-image:url('../images/icons/social/twitter_icon_blue_opt.png')}*/

#mapa-container div.contact-data-container div.social-media-info-container div.icons-container a.instagram-icon {
    background-image: url('../images/contacto/System-operadora-de-viajes-instagram.png')
}


/*#mapa-container div.contact-data-container div.social-media-info-container div.icons-container a:hover.instagram-icon{background-image:url('../images/icons/social/instagram_icon_blue_opt.png')}*/

#mapa-container div.contact-data-container div.social-media-info-container div.icons-container a.google-icon {
    background-image: url('../images/contacto/System-operadora-de-viajes-google.png')
}

#mapa-container div.contact-data-container div.social-media-info-container div.icons-container a.youtube-icon {
    background-image: url('../images/contacto/System-operadora-de-viajes-youtube.png');
    margin-right: 0;
    opacity: .5
}


/*#mapa-container div.contact-data-container div.social-media-info-container div.icons-container a:hover.youtube-icon{background-image:url('../images/icons/social/youtube_icon_blue_opt.png')}*/


/*************************/

#registration-container {
    opacity: 0;
    background-image: url('../images/sesion agencias/system-operadora-de-viajes-iniciar-sesion.jpg');
    background-size: cover;
    background-position: center center;
    transition: all .7s ease;
    perspective-origin: 100% 50%;
    transform: translate3d(100%, 0, 0) rotateY(90deg);
    background-color: rgba(33, 153, 181, 1);
    position: fixed !important;
    top: 0;
    left: auto;
    right: 0;
    width: 700px;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

#registration-container::-webkit-scrollbar {
    display: none
}

#registration-container div.registration-data-container {
    height: 100%;
    box-shadow: rgba(29, 33, 35, 0.2) 0 46px 29px 0;
    z-index: 2;
    padding-left: 0;
    padding-right: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    padding-bottom: 30px
}

#registration-container div.registration-data-container::-webkit-scrollbar {
    display: none
}

#registration-container div.registration-data-container div.title-container {
    margin-top: 30px;
    padding-left: 40px;
    padding-right: 40px
}

#registration-container div.registration-data-container div.title-container div.icon {
    background-image: url('../images/icons/location_icon_opt.png');
    background-repeat: no-repeat;
    width: 30px;
    height: 41px;
    background-size: 30px 41px;
    margin-left: auto;
    margin-right: auto
}

#registration-container div.registration-data-container div.title-container h1 {
    text-align: center;
    font-size: 32px
}

#registration-container div.registration-data-container h3 {
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#registration-container div.registration-data-container div.title-border-bottom {
    border-color: #da6a1f
}

#registration-container div.cover {
    width: 100%;
    height: 250px;
    background-image: url('../images/contact/cover_opt.jpg');
    background-position: left center;
    background-size: cover;
    position: relative
}

#registration-container div.cover div.backdrop {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.25)
}

#registration-container div.cover div.map-status-info-container {
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
    background-color: rgba(255, 130, 0, 0.7);
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 20px;
    display: none
}

#registration-container div.cover div.map-status-info-container p {
    color: #fff;
    font-size: 16px
}

#registration-container div.title-bar-container {
    width: 100%;
    background-color: #eee;
    position: relative;
    padding-top: 45px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px
}

#registration-container div.title-bar-container h2 {
    color: #333 !important;
    position: relative;
    display: block;
    text-align: left !important
}

#registration-container div.title-bar-container a.location-btn {
    position: absolute;
    top: -30px;
    right: 20px;
    width: 100px;
    transition: all .2s ease
}

#registration-container div.title-bar-container a.location-btn:hover {
    top: -33px;
    right: 20px
}

#registration-container div.title-bar-container a.location-btn div.location-icon-container {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .3);
    background-color: #e0e0e0;
    padding-top: 15px;
    padding-left: 16px;
    margin-left: auto;
    margin-right: auto;
    transition: all .2s ease
}

#registration-container div.title-bar-container a.location-btn:hover div.location-icon-container {
    width: 63px;
    height: 63px
}

#registration-container div.title-bar-container a.location-btn h4 {
    color: #333;
    text-align: center;
    line-height: 1.5em;
    font-size: 14px;
    transition: all .2s ease
}

#registration-container div.title-bar-container a.location-btn:hover h4 {
    color: #da6a1f;
}

#registration-container div.title-bar-container a.location-btn div.location-icon-container i.location-icon {
    color: #da6a1f;
    font-size: 30px !important;
    transition: all .2s ease
}

#registration-container div.title-bar-container a.location-btn:hover div.location-icon-container i.location-icon {
    font-size: 33px
}

#registration-container div.registration-data-container h2 {
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: .5em
}

#registration-container div.row {
    padding-left: 20px;
    padding-right: 20px
}

#registration-container div.registration-data-container div.chat-icon {
    width: 50px;
    height: 50px;
    background-image: url('../images/icons/chat_icon_opt.png');
    background-repeat: no-repeat;
    background-size: 50px 50px;
    margin-left: auto;
    margin-right: auto;
    opacity: .5
}

#registration-container div.registration-data-container div.call-center-icon {
    width: 50px;
    height: 50px;
    background-image: url('../images/icons/call_center_icon_opt.png');
    background-repeat: no-repeat;
    background-size: 50px 50px;
    margin-left: auto;
    margin-right: auto;
    opacity: .5
}

#registration-container div.registration-data-container div.row h4 {
    font-size: 18px;
    text-align: center
}

#registration-container div.registration-data-container div.row a {
    text-align: center;
    display: block;
    color: #da6a1f
}

#registration-container div.registration-data-container div.row a:hover {
    text-decoration: underline
}

#registration-container div.registration-data-container div.contact-form-container {
    background-color: #1b557d;
    padding: 20px;
    width: 100%;
    margin-top: 0
}

#registration-container div.registration-data-container div.contact-form-container h2 {
    font-size: 30px;
    color: #fff;
    text-align: center
}

#registration-container div.registration-data-container div.social-media-info-container {
    width: 100%;
    height: 80px;
    background-color: #fff;
    padding: 20px
}

#registration-container div.registration-data-container div.social-media-info-container h2 {
    text-align: center;
    line-height: 1.3em
}

#registration-container div.registration-data-container div.social-media-info-container div.icons-container {
    width: 310px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0px
}

#registration-container div.registration-data-container div.social-media-info-container div.icons-container a.social-icon {
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
    float: left;
    margin-right: 15px;
    opacity: .6;
    transition: all .4s ease
}

#registration-container div.registration-data-container div.social-media-info-container div.icons-container a:hover.social-icon {
    opacity: 1
}

#registration-container div.registration-data-container div.social-media-info-container div.icons-container a.facebook-icon {
    opacity: .5;
    background-image: url('../images/contacto/System-operadora-de-viajes-facebook.png')
}


/*#contact-container div.registration-data-container div.social-media-info-container div.icons-container a:hover.facebook-icon{background-image:url('../images/icons/social/facebook_icon_blue_opt.png')}*/

#registration-container div.registration-data-container div.social-media-info-container div.icons-container a.twitter-icon {
    background-image: url('../images/contacto/System-operadora-de-viajes-twitter.png')
}


/*#contact-container div.registration-data-container div.social-media-info-container div.icons-container a:hover.twitter-icon{background-image:url('../images/icons/social/twitter_icon_blue_opt.png')}*/

#registration-container div.registration-data-container div.social-media-info-container div.icons-container a.instagram-icon {
    background-image: url('../images/contacto/System-operadora-de-viajes-instagram.png')
}


/*#contact-container div.registration-data-container div.social-media-info-container div.icons-container a:hover.instagram-icon{background-image:url('../images/icons/social/instagram_icon_blue_opt.png')}*/

#registration-container div.registration-data-container div.social-media-info-container div.icons-container a.google-icon {
    background-image: url('../images/contacto/System-operadora-de-viajes-google.png')
}

#registration-container div.registration-data-container div.social-media-info-container div.icons-container a.youtube-icon {
    background-image: url('../images/contacto/System-operadora-de-viajes-youtube.png');
    margin-right: 0;
    opacity: .5
}


/*#contact-container div.registration-data-container div.social-media-info-container div.icons-container a:hover.youtube-icon{background-image:url('../images/icons/social/youtube_icon_blue_opt.png')}*/

.map {
    height: 315px;
    background-color: #FFF;
    z-index: 1
}

div.map-infowindow-container {
    max-width: 260px
}

div.map-infowindow-container h3 {
    ;
    font-size: 17px;
    color: #333
}

div.map-infowindow-container p {
    font-size: 13px;
    color: #999
}

@media only screen and (max-width:991px) {
    #contact-container div.contact-data-container {
        height: auto;
        overflow-y: hidden
    }
    #registration-container div.registration-data-container {
        height: auto;
        overflow-y: hidden
    }
    .map,
    #contact-container div.cover {
        height: 400px
    }
    #contact-container div.title-bar-container {
        top: 325px;
    }
    #contact-container div.contact-data-container div.social-media-info-container div.icons-container {
        width: 320px;
    }
    #contact-container div.contact-data-container div.social-media-info-container div.icons-container a.social-icon {
        margin-right: 3%;
    }
}

@media only screen and (max-width:550px) {
    #contact-container div.cover {
        /*height:160px*/
    }
    #registration-container div.cover {
        height: 160px
    }
    #contact-container div.contact-data-container div.contact-form-container h2 {
        font-size: 24px
    }
    #registration-container div.registration-data-container div.contact-form-container h2 {
        font-size: 24px
    }
}

div.search-icons-floating-menu-container {
    position: fixed;
    top: 60px;
    right: auto;
    left: 0;
    bottom: 0;
    width: 45px;
    margin: auto;
    z-index: 15000
}

ul.search-icons-floating-menu {
    padding: 0;
    margin-top: 40px;
    list-style-type: none
}

ul.search-icons-floating-menu li {
    height: 47px;
    padding: 30px;
    margin-left: 10px;
    cursor: pointer;
    background-color: transparent;
    transition: all .3s ease;
}


/*ul.search-icons-floating-menu li:hover{height:70px; width: 70px;}*/

ul.search-icons-floating-menu li.facebook-icon {
    background-image: url('../images/icons/social/facebook_icon_white_opt.png');
    background-size: 14px 25px;
    background-repeat: no-repeat;
    background-position: center center
}

ul.search-icons-floating-menu.colorful li.facebook-icon {
    background-color: rgba(55, 85, 155, 0.7)
}

ul.search-icons-floating-menu li.facebook-icon:hover {
    background-color: rgba(55, 85, 155, 0.95)
}

ul.search-icons-floating-menu li.twitter-icon {
    background-image: url('../images/icons/social/twitter_icon_white_opt.png');
    background-size: 25px 20px;
    background-repeat: no-repeat;
    background-position: center center
}

ul.search-icons-floating-menu.colorful li.twitter-icon {
    background-color: rgba(5, 159, 245, 0.7)
}

ul.search-icons-floating-menu li.twitter-icon:hover {
    background-color: rgba(5, 159, 245, 0.95)
}

ul.search-icons-floating-menu li.instagram-icon {
    background-image: url('../images/icons/social/instagram_icon_white_opt.png');
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: center center
}

ul.search-icons-floating-menu.colorful li.instagram-icon {
    background-color: rgba(240, 21, 84, 0.7)
}

ul.search-icons-floating-menu li.instagram-icon:hover {
    background-color: rgba(240, 21, 84, 0.95)
}

ul.search-icons-floating-menu li.youtube-icon {
    background-image: url('../images/icons/social/youtube_icon_white_opt.png');
    background-size: 34px 25px;
    background-repeat: no-repeat;
    background-position: center center
}

ul.search-icons-floating-menu.colorful li.youtube-icon {
    background-color: rgba(214, 17, 29, 0.7)
}

ul.search-icons-floating-menu li.youtube-icon:hover {
    background-color: rgba(214, 17, 29, 0.95)
}

ul.search-icons-floating-menu li.search-icon {
    background-image: url('../../../panel/assets/images/Buscador/iconos/System-operadora-de-viajes-busqueda-hoteles-icono-flecha.png');
    background-size: 60px 60px;
    background-repeat: no-repeat;
    background-position: center center
}

ul.search-icons-floating-menu li.search-icon.active {
    background-image: url('../../../panel/assets/images/Buscador/iconos/System-operadora-de-viajes-busqueda-hoteles-cambiar.png');
    background-size: 260px 60px;
    padding-left: 221px;
    background-repeat: no-repeat;
    background-position: center center
}

ul.search-icons-floating-menu li.filter-icon {
    background-image: url('../../../panel/assets/images/Buscador/iconos/System-operadora-de-viajes-busqueda-hoteles-icono-lupa.png');
    background-size: 60px 60px;
    background-repeat: no-repeat;
    background-position: center center
}

ul.search-icons-floating-menu li.filter-icon.active {
    background-image: url('../../../panel/assets/images/Buscador/iconos/System-operadora-de-viajes-busqueda-hoteles-filtrar.png');
    background-size: 260px 60px;
    padding-left: 221px;
    background-repeat: no-repeat;
    background-position: center center
}

ul.search-icons-floating-menu li.mapa-icon {
    background-image: url('../../../panel/assets/images/Buscador/iconos/System-operadora-de-viajes-busqueda-hoteles-icono-mapa.png');
    background-size: 60px 60px;
    background-repeat: no-repeat;
    background-position: center center
}

ul.search-icons-floating-menu li.mapa-icon.active {
    background-image: url('../../../panel/assets/images/Buscador/iconos/System-operadora-de-viajes-busqueda-hoteles-mapa.png');
    background-size: 260px 60px;
    padding-left: 221px;
    background-repeat: no-repeat;
    background-position: center center
}

ul.search-icons-floating-menu.colorful li.contact-icon {
    background-color: rgba(28, 128, 153, 0.7)
}


/*ul.search-icons-floating-menu li.contact-icon:hover{background-color:rgba(16,131,191,0.9)}*/

div.main-slider {
    width: 100%;
    height: 100%;
    opacity: 0.9
}

.hd-content {
    opacity: 1!important;
}

div.swiper-container {
    width: 100%;
    height: 100%
}

div.swiper-slide {
    position: relative;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 1080px !important
}

div.swiper-slide div.slide-backdrop {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
}

div.swiper-slide div.text-container {
    position: relative;
    top: 280px;
    z-index: 1;
    color: #fff;
}

div.swiper-slide div.text-container h2 {
    font-size: 45px;
    letter-spacing: 0;
    text-align: left;
    color: #fff
}

div.swiper-slide div.text-container h2.shadow {
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.5)
}

div.swiper-slide div.text-container h2 span.regular {}

div.swiper-slide div.text-container h2 span.semibold {}

div.swiper-slide div.text-container h3 {
    font-size: 20px;
    line-height: 1.3em;
    text-align: left;
    letter-spacing: .05em;
    color: #fff
}

div.swiper-slide video {
    position: absolute;
    top: 0;
    left: 0
}

div.swiper-slide div.text-container h3 span.semibold {}

div.swiper-slide div.text-container h3 span.bold {}

div.swiper-slide div.text-container h3.shadow {
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.5)
}

div.swiper-slide div.text-container .btn {
    margin-top: 30px;
    width: 200px;
    position: relative;
    display: block
}

#main-slider .swiper-pagination {
    display: none;
    transition: all .4s ease
}

#main-slider .swiper-pagination-bullet {
    transition: all .4s ease;
    padding-top: 20px;
    padding-bottom: 20px
}

#main-slider .swiper-pagination-bullet:hover {
    width: 60px;
    border-bottom-width: 8px;
    border-bottom-color: #00a0e2
}

div.scroll-down-arrow {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 60px;
    width: 50px;
    height: 28px;
    opacity: 1;
    background-image: url('../images/icons/chevron_down_shadow_opt.png');
    background-size: 50px 28px;
    background-repeat: no-repeat;
    z-index: 5000;
    margin: auto;
    animation: bounce 2s infinite ease-in-out;
    transition: all .4s ease;
    cursor: pointer
}

div.scroll-down-arrow.dark {
    background-image: url('../images/icons/chevron_down_dark_gray_opt.png')
}

div.scroll-down-arrow.blue {
    background-image: url('../images/icons/chevron_down_blue_opt.png')
}

div.scroll-down-arrow.light-gray {
    background-image: url('../images/icons/chevron_down_light_gray_opt.png')
}

#knotion-for-you-menu.menu-container {
    background-color: #f6f6f6;
    width: 100%;
    margin-top: 0;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 15px;
    position: relative
}

#knotion-for-you-menu div.menu-icons-container {
    width: auto;
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

#knotion-for-you-menu div.menu-icons-container::-webkit-scrollbar {
    display: none
}

#knotion-for-you-menu ul.menu-icons-inner-container {
    width: 530px;
    list-style-type: none;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    padding: 0
}

#knotion-for-you-menu ul.menu-icons-inner-container li.menu-icon-container {
    display: inline-block;
    margin-right: 40px
}

#knotion-for-you-menu ul.menu-icons-inner-container li.menu-icon-container h4 {
    font-size: 14px;
    text-align: center;
    line-height: 1.5em;
    color: #000
}

#knotion-for-you-menu ul.menu-icons-inner-container li.menu-icon-container h4 span.bold {
    transition: all .4s ease
}

#knotion-for-you-menu ul.menu-icons-inner-container a:hover li.menu-icon-container h4 span.bold {
    color: #da6a1f
}

#knotion-for-you-menu ul.menu-icons-inner-container a.active li.menu-icon-container h4 span.bold {
    color: #da6a1f !important
}

#knotion-for-you-menu ul.menu-icons-inner-container li.menu-icon-container div.menu-icon {
    width: 100px;
    height: 88px;
    background-size: 100px 88px;
    background-repeat: no-repeat;
    background-position: center center
}

#knotion-for-you-menu ul.menu-icons-inner-container li.menu-icon-container div.menu-icon.for-schools {
    background-image: url('../images/icons/knotion_for_you/menu/schools_opt.png')
}

#knotion-for-you-menu ul.menu-icons-inner-container li.menu-icon-container div.menu-icon.for-coaches {
    background-image: url('../images/icons/knotion_for_you/menu/coaches_opt.png')
}

#knotion-for-you-menu ul.menu-icons-inner-container li.menu-icon-container div.menu-icon.for-parents {
    background-image: url('../images/icons/knotion_for_you/menu/parents_opt.png')
}

#knotion-for-you-menu ul.menu-icons-inner-container li.menu-icon-container div.menu-icon.for-learners {
    background-image: url('../images/icons/knotion_for_you/menu/learners_opt.png')
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform, height
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 27px;
    height: 100%;
    margin: auto;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center center;
    background-repeat: no-repeat
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background: linear-gradient(transparent, rgba(0, 0, 0, 1.0));
    padding-top: 40px;
    padding-bottom: 30px;
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 40px;
    border-bottom: 2px solid #fff;
    display: inline-block;
    opacity: .8
}

button.swiper-pagination-bullet {
    border: 0;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white.swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    border-bottom-color: #da6a1f
}

.swiper-pagination-white.swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate(0, -50%);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, 0.25);
    position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.highcharts-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-align: left;
    line-height: normal;
    z-index: 0;
    -webkit-tap-highlight-color: transparent;
    font-size: 12px
}

.highcharts-root text {
    stroke-width: 0
}

.highcharts-background {
    fill: #fff
}

.highcharts-plot-border,
.highcharts-plot-background {
    fill: none
}

.highcharts-label-box {
    fill: none
}

.highcharts-button-box {
    fill: inherit
}

.highcharts-title {
    fill: #333;
    font-size: 1.5em
}

.highcharts-subtitle {
    fill: #666
}

.highcharts-axis-line {
    fill: none;
    stroke: #ccd6eb
}

.highcharts-yaxis .highcharts-axis-line {
    stroke-width: 0
}

.highcharts-axis-title {
    fill: #666
}

.highcharts-axis-labels {
    fill: #666;
    cursor: default;
    font-size: .9em
}

.highcharts-grid-line {
    fill: none;
    stroke: #e6e6e6
}

.highcharts-xaxis-grid .highcharts-grid-line {
    stroke-width: 0
}

.highcharts-tick {
    stroke: #ccd6eb
}

.highcharts-yaxis .highcharts-tick {
    stroke-width: 0
}

.highcharts-minor-grid-line {
    stroke: #f2f2f2
}

.highcharts-crosshair-thin {
    stroke-width: 1px;
    stroke: #ccc
}

.highcharts-crosshair-category {
    stroke: #ccd6eb;
    stroke-opacity: .25
}

.highcharts-credits {
    cursor: pointer;
    fill: #999;
    font-size: .7em;
    transition: fill 250ms, font-size 250ms
}

.highcharts-credits:hover {
    fill: black;
    font-size: 1em
}

.highcharts-tooltip {
    cursor: default;
    pointer-events: none;
    white-space: nowrap;
    transition: stroke 150ms
}

.highcharts-tooltip text {
    fill: #333
}

.highcharts-tooltip .highcharts-header {
    font-size: .85em
}

.highcharts-tooltip-box {
    stroke-width: 1px;
    fill: #f7f7f7;
    fill-opacity: .85
}

.highcharts-selection-marker {
    fill: #335cad;
    fill-opacity: .25
}

.highcharts-graph {
    fill: none;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round
}

.highcharts-state-hover .highcharts-graph {
    stroke-width: 3
}

.highcharts-state-hover path {
    transition: stroke-width 50
}

.highcharts-state-normal path {
    transition: stroke-width 250ms
}

g.highcharts-series,
.highcharts-point {
    transition: opacity 250ms
}

.highcharts-legend-series-active g.highcharts-series:not(.highcharts-series-hover),
.highcharts-legend-point-active .highcharts-point:not(.highcharts-point-hover) {
    opacity: .2
}

.highcharts-color-0 {
    fill: #7cb5ec;
    stroke: #7cb5ec
}

.highcharts-color-1 {
    fill: #434348;
    stroke: #434348
}

.highcharts-color-2 {
    fill: #90ed7d;
    stroke: #90ed7d
}

.highcharts-color-3 {
    fill: #f7a35c;
    stroke: #f7a35c
}

.highcharts-color-4 {
    fill: #8085e9;
    stroke: #8085e9
}

.highcharts-color-5 {
    fill: #f15c80;
    stroke: #f15c80
}

.highcharts-color-6 {
    fill: #e4d354;
    stroke: #e4d354
}

.highcharts-color-7 {
    fill: #2b908f;
    stroke: #2b908f
}

.highcharts-color-8 {
    fill: #f45b5b;
    stroke: #f45b5b
}

.highcharts-color-9 {
    fill: #91e8e1;
    stroke: #91e8e1
}

.highcharts-area {
    fill-opacity: .75;
    stroke-width: 0
}

.highcharts-markers {
    stroke-width: 1px;
    stroke: #fff
}

.highcharts-point {
    stroke-width: 1px
}

.highcharts-dense-data .highcharts-point {
    stroke-width: 0
}

.highcharts-data-label {
    font-size: .9em;
    font-weight: bold
}

.highcharts-data-label-box {
    fill: none;
    stroke-width: 0
}

.highcharts-data-label text {
    fill: #333
}

.highcharts-data-label-connector {
    fill: none
}

.highcharts-halo {
    fill-opacity: .25;
    stroke-width: 0
}

.highcharts-point-select {
    fill: #ccc;
    stroke: #000
}

.highcharts-column-series .highcharts-point {
    stroke: #fff;
    transition: fill-opacity 250ms
}

.highcharts-column-series .highcharts-point-hover {
    fill-opacity: .75;
    transition: fill-opacity 50ms
}

.highcharts-pie-series .highcharts-point {
    stroke-linejoin: round;
    stroke: #fff
}

.highcharts-pie-series .highcharts-point-hover {
    fill-opacity: .75;
    transition: fill-opacity 50ms
}

.highcharts-pie-series .highcharts-point-select {
    fill: inherit;
    stroke: inherit
}

.highcharts-funnel-series .highcharts-point {
    stroke-linejoin: round;
    stroke: #fff
}

.highcharts-funnel-series .highcharts-point-hover {
    fill-opacity: .75;
    transition: fill-opacity 50ms
}

.highcharts-funnel-series .highcharts-point-select {
    fill: inherit;
    stroke: inherit
}

.highcharts-pyramid-series .highcharts-point {
    stroke-linejoin: round;
    stroke: #fff
}

.highcharts-pyramid-series .highcharts-point-hover {
    fill-opacity: .75;
    transition: fill-opacity 50ms
}

.highcharts-pyramid-series .highcharts-point-select {
    fill: inherit;
    stroke: inherit
}

.highcharts-solidgauge-series .highcharts-point {
    stroke-width: 0
}

.highcharts-treemap-series .highcharts-point {
    stroke-width: 1px;
    stroke: #e6e6e6;
    transition: stroke 250ms, fill 250ms, fill-opacity 250ms
}

.highcharts-treemap-series .highcharts-point-hover {
    stroke: #999;
    transition: stroke 25ms, fill 25ms, fill-opacity 25ms
}

.highcharts-treemap-series .highcharts-above-level {
    display: none
}

.highcharts-treemap-series .highcharts-internal-node {
    fill: none
}

.highcharts-treemap-series .highcharts-internal-node-interactive {
    fill-opacity: .15;
    cursor: pointer
}

.highcharts-treemap-series .highcharts-internal-node-interactive:hover {
    fill-opacity: .75
}

.highcharts-legend-box {
    fill: none;
    stroke-width: 0
}

.highcharts-legend-item text {
    fill: #333;
    font-weight: bold;
    cursor: pointer;
    stroke-width: 0
}

.highcharts-legend-item:hover text {
    fill: #000
}

.highcharts-legend-item-hidden * {
    fill: #ccc !important;
    stroke: #ccc !important;
    transition: fill 250ms
}

.highcharts-legend-nav-active {
    fill: #039;
    cursor: pointer
}

.highcharts-legend-nav-inactive {
    fill: #ccc
}

.highcharts-legend-title-box {
    fill: none;
    stroke-width: 0
}

.highcharts-loading {
    position: absolute;
    background-color: #fff;
    opacity: .5;
    text-align: center;
    z-index: 10;
    transition: opacity 250ms
}

.highcharts-loading-hidden {
    height: 0 !important;
    opacity: 0;
    overflow: hidden;
    transition: opacity 250ms, height 250ms step-end
}

.highcharts-loading-inner {
    font-weight: bold;
    position: relative;
    top: 45%
}

.highcharts-plot-band {
    fill: #000;
    fill-opacity: .05
}

.highcharts-plot-line {
    fill: none;
    stroke: #999;
    stroke-width: 1px
}

.highcharts-boxplot-box {
    fill: #fff
}

.highcharts-boxplot-median {
    stroke-width: 2px
}

.highcharts-bubble-series .highcharts-point {
    fill-opacity: .5
}

.highcharts-errorbar-series .highcharts-point {
    stroke: #000
}

.highcharts-gauge-series .highcharts-data-label-box {
    stroke: #ccc;
    stroke-width: 1px
}

.highcharts-gauge-series .highcharts-dial {
    fill: #000;
    stroke-width: 0
}

.highcharts-polygon-series .highcharts-graph {
    fill: inherit;
    stroke-width: 0
}

.highcharts-waterfall-series .highcharts-graph {
    stroke: #333;
    stroke-dasharray: 1, 3
}

.highcharts-navigator-mask {
    fill: #6685c2;
    fill-opacity: .25
}

.highcharts-navigator-mask-inside {
    fill: #6685c2;
    fill-opacity: .25;
    cursor: ew-resize
}

.highcharts-navigator-outline {
    stroke: #ccc;
    fill: none
}

.highcharts-navigator-handle {
    stroke: #ccc;
    fill: #f2f2f2;
    cursor: ew-resize
}

.highcharts-navigator-series {
    fill: #335cad;
    stroke: #335cad
}

.highcharts-navigator-series .highcharts-graph {
    stroke-width: 1px
}

.highcharts-navigator-series .highcharts-area {
    fill-opacity: .05
}

.highcharts-navigator-xaxis .highcharts-axis-line {
    stroke-width: 0
}

.highcharts-navigator-xaxis .highcharts-grid-line {
    stroke-width: 1px;
    stroke: #e6e6e6
}

.highcharts-navigator-xaxis.highcharts-axis-labels {
    fill: #999
}

.highcharts-navigator-yaxis .highcharts-grid-line {
    stroke-width: 0
}

.highcharts-scrollbar-thumb {
    fill: #ccc;
    stroke: #ccc;
    stroke-width: 1px
}

.highcharts-scrollbar-button {
    fill: #e6e6e6;
    stroke: #ccc;
    stroke-width: 1px
}

.highcharts-scrollbar-arrow {
    fill: #666
}

.highcharts-scrollbar-rifles {
    stroke: #666;
    stroke-width: 1px
}

.highcharts-scrollbar-track {
    fill: #f2f2f2;
    stroke: #f2f2f2;
    stroke-width: 1px
}

.highcharts-button {
    fill: #f7f7f7;
    stroke: #ccc;
    cursor: default;
    stroke-width: 1px;
    transition: fill 250ms
}

.highcharts-button text {
    fill: #333
}

.highcharts-button-hover {
    transition: fill 0;
    fill: #e6e6e6;
    stroke: #333
}

.highcharts-button-pressed {
    font-weight: bold;
    fill: #e6ebf5;
    stroke: #335cad
}

.highcharts-button-disabled text {
    fill: #ccc
}

.highcharts-range-selector-buttons .highcharts-button {
    stroke-width: 0
}

.highcharts-range-label rect {
    fill: none
}

.highcharts-range-label text {
    fill: #666
}

.highcharts-range-input rect {
    fill: none
}

.highcharts-range-input text {
    fill: #333
}

input.highcharts-range-selector {
    position: absolute;
    border: 0;
    width: 1px;
    height: 1px;
    padding: 0;
    text-align: center;
    left: -9em
}

.highcharts-crosshair-label text {
    fill: #fff;
    font-size: 1.1em
}

.highcharts-crosshair-label .highcharts-label-box {
    fill: inherit
}

.highcharts-candlestick-series .highcharts-point {
    stroke: #000;
    stroke-width: 1px
}

.highcharts-candlestick-series .highcharts-point-up {
    fill: #fff
}

.highcharts-ohlc-series .highcharts-point-hover {
    stroke-width: 3px
}

.highcharts-flags-series .highcharts-point {
    stroke: #999;
    fill: #fff
}

.highcharts-flags-series .highcharts-point-hover {
    stroke: #000;
    fill: #ccd6eb
}

.highcharts-flags-series .highcharts-point text {
    fill: #000;
    font-size: .9em;
    font-weight: bold
}

.highcharts-map-series .highcharts-point {
    transition: fill 500ms, fill-opacity 500ms, stroke-width 250ms;
    stroke: #ccc
}

.highcharts-map-series .highcharts-point-hover {
    transition: fill 0, fill-opacity 0;
    fill-opacity: .5;
    stroke-width: 2px
}

.highcharts-mapline-series .highcharts-point {
    fill: none
}

.highcharts-heatmap-series .highcharts-point {
    stroke-width: 0
}

.highcharts-map-navigation {
    font-size: 1.3em;
    font-weight: bold;
    text-align: center
}

.highcharts-coloraxis {
    stroke-width: 0
}

.highcharts-coloraxis-marker {
    fill: #999
}

.highcharts-null-point {
    fill: #f7f7f7
}

.highcharts-3d-frame {
    fill: transparent
}

.highcharts-column-series .highcharts-point {
    stroke: inherit
}

.highcharts-contextbutton {
    fill: #fff;
    stroke: none;
    stroke-linecap: round
}

.highcharts-contextbutton:hover {
    fill: #e6e6e6;
    stroke: #e6e6e6
}

.highcharts-button-symbol {
    stroke: #666;
    stroke-width: 3px
}

.highcharts-menu {
    border: 1px solid #999;
    background: #fff;
    padding: 5px 0;
    box-shadow: 3px 3px 10px #888
}

.highcharts-menu-item {
    padding: .5em 1em;
    background: 0;
    color: #333;
    cursor: pointer;
    transition: background 250ms, color 250ms
}

.highcharts-menu-item:hover {
    background: #335cad;
    color: #fff
}

.highcharts-drilldown-point {
    cursor: pointer
}

.highcharts-drilldown-data-label text,
.highcharts-drilldown-axis-label {
    cursor: pointer;
    fill: #039;
    font-weight: bold;
    text-decoration: underline
}

.highcharts-no-data text {
    font-weight: bold;
    font-size: 12px;
    fill: #666
}

@media only screen and (min-width :1224px) {
    #login-avatar-btn {
        display: none !important
    }
}

@media only screen and (min-width:1001px) {
    #login-avatar-btn {
        display: none !important
    }
}

@media only screen and (max-width:1000px) {
    header.fixed {
        width: 100% !important;
    }
    header {
        background-color: #000 !important;
        border-radius: 0px !important;
        top: 0 !important;
    }
    header div.header-content {
        border-bottom: 1px solid #da6a1f !important;
    }
}

@media only screen and (max-width:1360px) {
    ul.main-navigation-menu {
        font-size: 16px;
        margin-left: 260px
    }
    ul.main-navigation-menu li {
        margin-top: 0;
        margin-left: 5px;
        margin-right: 5px;
        padding-top: 20px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 20px;
        display: inline-block
    }
}

@media only screen and (max-width:1224px) {
    #site-logo {
        left: 45px
    }
    div.swiper-slide div.text-container {
        margin-left: 40px;
        max-width: 350px !important
    }
    header div.header-content div.header-tools-container {
        right: 45px
    }
    header div.header-content div.header-tools-container .language-btn {
        font-size: 13px;
        margin-top: -2px
    }
    .payments-btn {
        right: 45px
    }
}

@media only screen and (max-width:1080px) {
    ul.main-navigation-menu {
        font-size: 13px;
        margin-left: 240px
    }
    ul.main-navigation-menu li {
        margin-top: 0;
        margin-left: 5px;
        margin-right: 5px;
        padding-top: 20px;
        /*padding-left: 10px;
        padding-right: 10px;*/
        padding-bottom: 22px;
        display: inline-block
    }
}

@media only screen and (max-width:1024px) {
    #site-logo {
        left: 30px
    }
    div.swiper-slide div.text-container {
        margin-left: 30px;
        max-width: 350px !important
    }
    div.swiper-slide div.text-container h2 {
        font-size: 35px
    }
    div.swiper-slide div.text-container h3 {
        font-size: 16px
    }
    #main-slider .swiper-pagination-bullet {
        padding-top: 5px;
        padding-bottom: 5px
    }
    header div.header-content div.header-tools-container {
        right: 30px
    }
    header div.header-content div.header-tools-container .language-btn {
        font-size: 12px;
        margin-top: -6px
    }
    .payments-btn {
        right: 30px
    }
    div.footer-menu-container ul.footer-list {
        font-size: 12px
    }
}

@media only screen and (max-width :991px) {
    div.newsletter-submit-btn-container {
        margin-top: 10px !important
    }
    div.footer-menu-col-1 {
        margin-top: 20px;
        padding-left: 20px
    }
    div.footer-menu-col-2 {
        margin-top: 20px;
        padding-left: 20px
    }
    div.footer-menu-col-3 {
        margin-top: 20px;
        margin-bottom: 10px;
        padding-left: 20px
    }
    div.footer-menu-container {
        margin-bottom: 35px
    }
}

@media only screen and (max-width:1000px) {
    #site-logo {
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        margin: auto !important
    }
    ul.main-navigation-menu {
        display: none
    }
    header div.header-content div.header-tools-container {
        display: none !important
    }
    #login-avatar-btn {
        display: block
    }
    header #mobile-menu-toggle-btn {
        display: block
    }
    .payments-btn {
        width: 55px;
        height: 55px;
        border-radius: 50% !important;
        padding: 0
    }
    .payments-btn:hover {
        padding: 0
    }
    .payments-btn span {
        display: none
    }
    .payments-btn .icon {
        width: 40px;
        height: 39px;
        background-size: 40px 39px;
        top: 8px;
        right: 8px
    }
    .payments-btn:hover .icon {
        width: 35px;
        height: 34px;
        background-size: 35px 34px
    }
}

@media only screen and (max-width:768px) {
    div.full-height-content div.row {
        width: 90%
    }
    div.scroll-down-arrow {
        width: 40px;
        height: 22px;
        background-size: 40px 22px
    }
    div.swiper-slide div.slide-backdrop {
        display: block;
        background-color: rgba(0, 0, 0, 0.35)
    }
    div.swiper-slide.video-slide div.slide-backdrop {
        background-color: rgba(0, 0, 0, 0.65)
    }
    div.swiper-slide div.text-container {
        margin-left: 40px;
        max-width: 460px !important
    }
    div.swiper-slide div.text-container {
        top: 110px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        max-width: 300px !important
    }
    div.swiper-slide div.text-container h2 {
        font-size: 38px;
        text-align: center
    }
    div.swiper-slide div.text-container h3 {
        font-size: 18px;
        text-align: center
    }
    div.swiper-slide div.text-container .btn {
        margin-left: auto;
        margin-right: auto
    }
    div.swiper-slide div.video-container {
        display: none
    }
}


/*@media only screen and (max-width:768px){div.search-icons-floating-menu-container{display:none}}*/

@media only screen and (max-width :550px) {
    h1 {
        font-size: 25px
    }
    p.medium {
        font-size: 14px
    }
    .payments-btn {
        top: -15px;
        left: 10px;
        right: auto
    }
    div.full-height-content {
        padding-top: 50px;
        padding-bottom: 50px
    }
    div.full-height-content div.row {
        width: 100%
    }
    #main-slider div.scroll-down-arrow {
        display: none
    }
    div.scroll-down-arrow {
        width: 35px;
        height: 19px;
        background-size: 35px 19px;
        bottom: 30px
    }
    div.copyright-label {
        text-align: left !important
    }
    div.swiper-slide.video-slide {
        background-position: 50% 50%
    }
    div.swiper-slide div.slide-backdrop {
        display: block
    }
    div.swiper-slide.video-slide div.slide-backdrop {
        background-color: rgba(0, 0, 0, 0.65)
    }
    div.swiper-slide div.text-container {
        top: 115px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        max-width: 300px !important
    }
    div.swiper-slide div.text-container h2 {
        font-size: 28px;
        text-align: center
    }
    div.swiper-slide div.text-container h3 {
        font-size: 14px;
        text-align: center
    }
    div.swiper-slide div.text-container .btn {
        margin-left: auto;
        margin-right: auto
    }
}

.counters2 {
    background: #1b557d;
    ;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    padding: 10px 0 10px;
    text-align: center;
}

.partners-block {
    padding-bottom: 40px;
    text-align: center;
    width: 100%;
    display: inline-block;
    background: #fff;
}

.partners-block h3 {
    font-weight: 300;
    margin: 0 0 10px;
}

.counter-box {
    margin-bottom: 35px;
}

.counter-box h1 {
    font-size: 50px;
    font-weight: 700;
    margin: 0 0 20px;
}

.counter-box-2 {}

.counter-box2 h1 {
    font-size: 40px;
    font-weight: 100;
    margin: 0 0 20px;
    color: #da6a1f;
}

.counter-box h5 {
    font-size: 15px;
    color: #efefef;
}

.counters {
    background: url(../images/home/System-operadora-de-viajes-fondo-iconos.jpg);
    background-position: center center;
    background-repeat: repeat;
    width: 100%;
    padding: 65px 0 40px;
    text-align: center;
}

.recomendado {
    background: #e9e9e9;
}

.excursion-recomendado {
    color: #0d2e4f;
    cursor: pointer;
    /*text-decoration: underline;
    text-decoration-color: #da6a1f;*/
    /*-webkit-border-top-right-radius: 10px; */
    /*-moz-border-radius-topright: 10px; */
    /*border-top-right-radius: 10px; */
    /*border-top-left-radius: 0px; */
    /*border-bottom-left-radius: 0px; */
    font-weight: 300;
    width: 100%;
    background: #e9e9e9;
}

.hotel-recomendado {
    cursor: pointer;
    background: #da6a1f;
    color: #fff;
    /*-webkit-border-bottom-left-radius: 10px; */
    /*-moz-border-radius-bottomleft: 10px; */
    /*border-bottom-left-radius: 10px; */
    font-weight: 300;
    width: 100%;
}

.filter-button:hover {
    /*border-radius: 5px;*/
    text-align: center;
    color: #0d2e4f;
}

.btn-default:active .filter-button:active {
    background-color: #42B32F;
    color: white;
}

.port-image {
    width: 100%;
}

.gallery_product {
    margin-bottom: 5px;
}

.sub-banner {
    /*background-image: url(../images/nosotros/system-operadora-de-viajes-conoce-el-mundo-sin-complicaciones.jpg);*/
    height: 405px;
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* estilos para cambios de imagenes */

.imgRes {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}

.tituloImg {
    margin: -360px auto 0px auto;
    z-index: 10;
    position: relative;
}

@media(max-width: 767px) {
    .cam-color {
        color: #fff !important;
    }
}

.sub-banner .breadcrumb-area {
    letter-spacing: 1px;
    text-align: center;
    width: 100%;
    position: absolute;
    /*top: 33%;*/
    right: 0;
    left: 0;
    z-index: 20;
}

.breadcrumb-area h1 {
    margin: 0 0 15px;
    font-weight: 300;
    /*text-transform: uppercase;*/
    color: #fff;
}

.sub-banner .breadcrumbs li {
    display: inline-block;
    list-style: none;
    font-size: 18px;
}

.sub-banner .breadcrumbs li a {
    color: #fff;
}

.sub-banner .breadcrumbs .active {
    margin-left: 15px;
    color: #fff;
}

.sub-banner .breadcrumbs .active:before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 14px;
    margin-right: 15px;
    font-weight: 500;
}

.sub-banner2 {
    background: url(../images/home/system-operadora-de-viajes-parallax-02.jpg);
    /*height: 600px;*/
    background-attachment: fixed;
    position: relative;
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
}

.sub-banner2 .breadcrumb-area {
    letter-spacing: 1px;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 40%;
    right: 0;
    left: 0;
    z-index: 20;
}

.breadcrumb-area2 h1 {
    margin: 150px 0 150px;
    font-weight: 300;
    top: 50%;
    color: #fff;
    text-align: center;
}

.sub-banner2 .breadcrumbs2 li {
    display: inline-block;
    list-style: none;
    font-size: 18px;
}

.sub-banner2 .breadcrumbs2 li a {
    color: #fff;
}

.sub-banner2 .breadcrumbs2 .active {
    margin-left: 15px;
    color: #fff;
}

.sub-banner2 .breadcrumbs2 .active:before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 14px;
    margin-right: 15px;
    font-weight: 500;
}


/** imgs parallaxs **/

.img-parallax-nosotros {
    background: url(../images/nosotros/system-operadora-de-viajes-nosotros-portada-02.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}


/*css nosotros */

.img-parallax-nosotros div.backdrop {
    background: rgba(0, 0, 0, 0.35);
    width: 100%;
    height: 100%;
}

.img-parallax-nosotros div.content-parallax {
    margin-top: -600px;
    color: #ffffff;
    text-align: center;
}

.img-parallax-nosotros h3 {
    line-height: 1;
    font-weight: 300;
}

.underline-orange {
    text-decoration: underline;
    text-decoration-color: #da6a1f;
}

.breadcrumb-area2 .border-bottom-orange h1 {
    margin: 170px auto 0;
}

.border-bottom-orange {
    margin: 0 auto;
    border-bottom: 2px solid #da6a1f;
    width: intrinsic;
    /* Safari/WebKit uses a non-standard name */
    width: -moz-max-content;
    /* Firefox/Gecko */
    width: -webkit-max-content;
    /* Chrome */
    max-width: 450px;
}

.background-page-fff {
    background: #ffffff;
}

.font-color-orange {
    color: #da6a1f;
}

.img-tree-master,
.img-tree-branch {
    position: absolute;
    margin-top: 150px;
    /*margin-left: 30.33%;*/
}

.img-tree-master {
    z-index: 2;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.img-tree-master,
.img-tree-branch {
    background: #fff;
    border-radius: 50%;
}

.img-tree-branch {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.arbol-content-som {
    margin-left: -35px;
}

.arbol-content-som h1 {
    font-size: 110px;
    letter-spacing: 5px;
    font-weight: bold;
}

.arbol-content-som p {
    font-size: 16px;
    line-height: 1;
}

.line {
    width: 0px;
    border-bottom: 1px solid #000;
    /*-webkit-transform: rotate(170deg);*/
    position: absolute;
    top: 158px;
    right: -150px;
    opacity: 0;
}

.nuestro-porque {
    color: #000000;
}

.sub-banner .breadcrumbs li {
    color: #FFF !important;
    font-size: 34px;
    font-weight: 300;
}

.breadcrumb-area .border-bottom-orange h1 {
    margin-top: 100px;
}


/*Responsivo nosotros*/

@media (min-width: 1441px) {
    .arbol-esferas {
        max-width: 1366px;
        margin: 0 auto;
    }
}

@media (max-width: 1440px) {
    .arbol-esferas {
        min-height: 650px;
        margin: 0 auto;
    }
}

@media (max-width: 1330px) {
    .arbol-esferas {
        min-height: 650px;
    }
}

@media (max-width: 1200px) {
    .img-tree-master,
    .img-tree-branch {
        margin-left: -35px;
    }
    .arbol-images {
        margin-left: 37%;
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9);
        transform: scale(.9);
    }
}

@media (max-width: 1024px) {
    .img-tree-master,
    .img-tree-branch {
        margin-left: -100px;
        margin-top: 150px;
    }
    .arbol-images {
        margin-left: 37%;
        -webkit-transform: scale(.7);
        -moz-transform: scale(.7);
        -ms-transform: scale(.7);
        -o-transform: scale(.7);
        transform: scale(.7);
        margin-top: 55px;
    }
    .arbol-content-som {
        width: 40%;
    }
    .arbol-content-som h1 {
        font-size: 88px;
    }
}

@media (max-width: 991px) {
    .img-parallax-nosotros h2 {
        display: none;
    }
    .arbol-content-som {
        margin-left: 50%;
    }
    .arbol-esferas {
        height: 400px;
    }
    .arbol-images {
        margin-left: 25%;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    .img-tree-master {
        margin-top: 0;
    }
    .img-tree-branch {
        display: none;
    }
    div.line {
        display: none;
    }
}

@media only screen and (max-width:768px) {
    .sub-banner {
        height: 250px;
        display: none;
    }
    .tituloImg {
        margin: 0px auto 0px auto;
        display: none;
    }
    .breadcrumb-area .border-bottom-orange h1 {
        margin-top: 75px;
    }
    .arbol-images {
        width: 50%;
        padding: 0;
        text-align: center;
    }
    .img-tree-master {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .arbol-images {
        /*margin-left: 15%;*/
    }
}

@media (max-width: 480px) {
    .arbol-content-som {
        display: none;
    }
    .arbol-images {
        margin-left: 33.3333%;
        /*margin-left: 33.3333%;*/
        width: 100%;
    }
    .sub-banner .breadcrumbs li {
        font-size: 22px;
        margin-left: -45px;
    }
}

@media (max-width: 320px) {
    .breadcrumb-area2 h1 {
        font-size: 40px !important;
    }
    .img-nosotros {
        margin-top: 60px;
    }
    .arbol-images {
        margin-left: 30%;
    }
    .breadcrumb-area h1 {
        font-size: 26px;
    }
    .sub-banner .breadcrumbs li {
        font-size: 14px;
    }
}


/* slider simple */

.slider-box-simple {
    width: 100%;
    margin: auto;
    overflow: hidden;
}

.slider-box-simple ul {
    display: flex;
    padding: 0;
    width: 200%;
    animation: cambio 6s infinite alternate linear;
}

.slider-box-simple li {
    width: 100%;
    list-style: none;
}

@keyframes cambio {
    0% {
        margin-left: 0;
    }
    50% {
        margin-left: 0;
    }
    55% {
        margin-left: -100%;
    }
    100% {
        margin-left: -100%;
    }
}


/* end slider comments */


/*end Responsivo nosotros*/


/** filosofia **/

.filosofia {
    padding: 100px 0 330px;
    background-image: url(../images/nosotros/system-operadora-de-viajes-mision-vision-02.jpg);
    z-index: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.8;
}

.filosofia h1 {
    color: #f5f5f5;
    font-weight: 700;
    margin: 0 0 60px;
    text-align: center;
}

.filosofia .testimonials-info {
    padding: 0 20px;
}

.filosofia .content .text {
    color: #f5f5f5;
    font-size: 17px;
    line-height: 30px;
    font-weight: 300;
    margin: 0 0 10px;
}

.filosofia .content .author-name {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
    color: #f5f5f5;
}

.filosofia .content ul {
    margin: 0;
    padding: 0;
}

.filosofia .content ul li {
    list-style: none;
    display: inline-block;
    color: orange;
}

.filosofia .content .avatar {
    max-width: 160px;
    margin: 0 auto;
}

.filosofia .content .avatar img {
    border-radius: 5%;
}

.filosofia .content {
    margin-bottom: 30px;
}

@media only screen and (max-width:768px) {
    .filosofia {
        padding: 50px 0;
    }
}

.partners-block {
    padding-bottom: 40px;
    text-align: center;
    width: 100%;
    display: inline-block;
}

.partners-block h3 {
    font-weight: 300;
    margin: 0 0 10px;
}

.carousel-control {
    width: 0;
}

.carousel-control.left {
    background: none;
}

.carousel-control.right {
    background: none;
}

.recently-properties .our-partners .carousel-control .fa {
    font-size: 32px;
    text-shadow: none;
    color: #fff;
    top: 45%;
    font-weight: 300;
    background: #a09d9d;
    width: 35px;
    height: 35px;
    line-height: 30px;
}

.chevron-icon .our-partners .carousel-control {
    width: 0%;
    background-image: none;
}

.chevron-icon .our-partners img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
}

.chevron-icon .our-partners img:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
}


/** staff-section AREA START **/

.staff-section .our-partners .carousel-control .fa {
    font-size: 32px;
    text-shadow: none;
    color: #fff;
    top: 45%;
    font-weight: 300;
    background: #a09d9d;
    width: 35px;
    height: 35px;
    line-height: 30px;
}


/** COURSE SECTION AREA START **/

.course-section .our-partners img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
}

.course-section .our-partners img:hover {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
}

.chevron-icon .our-partners .carousel-control .icon-prev {
    font-size: 21px;
    text-shadow: none;
    color: #fff;
    top: 45%;
    left: -68px;
    font-weight: 300;
    background: #a09d9d;
    width: 30px;
    height: 30px;
    line-height: 26px;
}

.chevron-icon .our-partners .carousel-control .icon-next {
    font-size: 21px;
    text-shadow: none;
    color: #fff;
    top: 45%;
    right: 24px;
    font-weight: 300;
    background: #a09d9d;
    width: 30px;
    height: 30px;
    line-height: 26px;
}

.our-partners .carousel-control {
    width: 0%;
    background-image: none;
}

.our-partners .carousel-control.left {
    margin-left: 0;
}

.our-partners .carousel-control.right {
    margin-right: 0;
}

.our-partners .carousel-control .fa {
    font-size: 80px!important;
    text-shadow: none;
    color: #1b557d!important;
    top: 0%;
    font-weight: 300!important;
    margin-right: 0px!important;
}

.our-partners .carousel-control {
    width: 0%;
    background-image: none;
}

.our-partners .carousel-control.left {
    margin-left: 0;
}

.our-partners .carousel-control.right {
    margin-right: 0;
}

.our-partners .cloneditem-1,
.our-partners .cloneditem-2,
.our-partners .cloneditem-3 {
    display: none;
}

.our-partners img:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
}

@media all and (min-width: 768px) {
    .our-partners .carousel-inner>.active.left,
    .our-partners .carousel-inner>.prev {
        left: -50%;
    }
    .our-partners .carousel-inner>.active.right,
    .our-partners .carousel-inner>.next {
        left: 50%;
    }
    .our-partners .carousel-inner>.left,
    .our-partners .carousel-inner>.prev.right,
    .our-partners .carousel-inner>.active {
        left: 0;
    }
    .our-partners .carousel-inner .cloneditem-1 {
        display: block;
    }
}

@media all and (min-width: 768px) and (transform-3d),
all and (min-width: 768px) and (-webkit-transform-3d) {
    .our-partners .carousel-inner>.item.active.right,
    .our-partners .carousel-inner>.item.next {
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
        left: 0;
    }
    .our-partners .carousel-inner>.item.active.left,
    .our-partners .carousel-inner>.item.prev {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        left: 0;
    }
    .our-partners .carousel-inner>.item.left,
    .our-partners .carousel-inner>.item.prev.right,
    .our-partners .carousel-inner>.item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

@media all and (min-width: 992px) {
    .our-partners .carousel-inner>.active.left,
    .our-partners .carousel-inner>.prev {
        left: -25%;
    }
    .our-partners .carousel-inner>.active.right,
    .our-partners .carousel-inner>.next {
        left: 25%;
    }
    .our-partners .carousel-inner>.left,
    .our-partners .carousel-inner>.prev.right,
    .our-partners .carousel-inner>.active {
        left: 0;
    }
    .our-partners .carousel-inner .cloneditem-2,
    .our-partners .carousel-inner .cloneditem-3,
    .our-partners .carousel-inner .cloneditem-4 {
        display: block;
    }
}

@media all and (min-width: 992px) and (transform-3d),
all and (min-width: 992px) and (-webkit-transform-3d) {
    .our-partners .carousel-inner>.item.next {
        -webkit-transform: translate3d(25%, 0, 0);
        transform: translate3d(25%, 0, 0);
        left: 0;
    }
    .our-partners .carousel-inner>.item.active.left,
    .our-partners .carousel-inner>.item.prev {
        -webkit-transform: translate3d(-25%, 0, 0);
        transform: translate3d(-25%, 0, 0);
        left: 0;
    }
    .our-partners .carousel-inner>.item.left,
    .our-partners .carousel-inner>.item.prev.right,
    .our-partners .carousel-inner>.item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

.footer-item {
    margin-bottom: 30px;
    width: 100%;
    float: left;
}

.item-inner {
    max-width: 800px;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .banner .item img {
        animation: bgburnsEast 25s linear infinite alternate;
        -webkit-animation: bgburnsEast 25s linear infinite alternate;
    }
}

@media (max-width: 768px) {
    .partners-block {
        text-align: center;
    }
    .partners-block h3 {
        font-size: 19px;
    }
    .banner .item img {
        min-height: 250px;
    }
    .banner .item img {
        height: 500px;
    }
    .banner .item {
        height: auto;
    }
    .content-area {
        padding: 0px 0 10px;
    }
    .hotel-box-list .hiddenmt-15 {
        margin-top: 20px;
    }
    .hotel-box-list .detail {
        padding: 20px;
    }
    .hotel-box-list .btn {
        margin-top: 2px;
        margin-bottom: 10px;
    }
    .hotel-box-list .detail h3 a {
        font-size: 21px;
    }
    .hotel-box-list .price {
        font-size: 17px;
    }
}

@keyframes bgburnsEast {
    from {
        transform: scale(1) translateX(0);
        -webkit-transform: scale(1) translateX(0)
    }
    to {
        transform: scale(1.2) translateX(100px);
        -webkit-transform: scale(1.2) translateX(100px)
    }
}

@-webkit-keyframes bgburnsEast {
    from {
        transform: scale(1) translateX(0);
        -webkit-transform: scale(1) translateX(0)
    }
    to {
        transform: scale(1.2) translateX(100px);
        -webkit-transform: scale(1.2) translateX(100px)
    }
}

.swiper-slide-active {
    animation: bgburnsEast 25s linear infinite alternate;
    -webkit-animation: bgburnsEast 25s linear infinite alternate
}

#main-slider h1 {
    color: #fff;
    margin: 0 0 20px;
    font-weight: 300;
    z-index: 2;
    position: absolute;
    width: 100%;
    top: 50%;
}

.delay-05s {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s
}

@media (min-width: 992px) {
    #main-slider h1 {
        font-size: 48px;
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.content-area {
    padding: 0px 0 10px;
}

@media (max-width: 992px) {
    .content-area {
        padding: 0px 0 10px;
    }
    .hotel-box-list .detail p {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .hotel-box-list .detail {
        padding: 25px 25px;
    }
}


/** HOTEL BOX LIST AREA START **/

.hotel-box-list {
    background: #f3f3f3;
    float: left;
    -moz-border-radius-topright: 20px;
    -webkit-border-top-right-radius: 20px;
    border-top-right-radius: 20px;
}

.detalles {
    margin-bottom: 25px;
    padding: 1px 20px;
    background: #0d2e4f;
    color: #fff;
}

.hotel-box-list:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.10), 0 3px 3px 0 rgba(0, 0, 0, 0.10);
}

.hotel-box-list .col-pad {
    padding: 0;
}

.hotel-box-list .col-pad .img-responsive {
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px;
}

.checked {
    color: orange;
}

.hotel-box-list .detail {
    padding: 25px 25px 0;
    position: relative;
    display: inline-block;
}

.hotel-box-list .heading {
    margin-bottom: 10px;
    width: 100%;
    display: inline-block;
}

.hotel-box-list .detail h3 {
    margin: 0;
}

.hotel-box-list .detail h3 a {
    text-decoration: none;
    font-size: 25px;
    font-weight: 600;
}

.hotel-box-list .detail h3 a:hover {
    color: #5a5959;
}

.hotel-box-list .detail p {
    margin-bottom: 15px;
}

.hotel-box-list .price {
    font-size: 30px;
    color: #da6a1f;
    font-weight: 900;
}

.btn-orange-white {
    color: #da6a1f;
    border: solid 2px #da6a1f;
    padding: 5px 30px;
    margin-right: 5px;
    font-weight: bold;
}

.btn-orange-white:hover {
    color: #da6a1f;
    border: solid 2px #da6a1f;
    padding: 5px 30px;
    margin-right: 5px;
    font-weight: bold;
}

.btn-blue-white {
    color: #0d2e4f;
    border: solid 2px #0d2e4f;
    padding: 5px 30px;
    margin-left: 5px;
    font-weight: bold;
}

.btn-blue-white:hover {
    color: #0d2e4f;
    border: solid 2px #0d2e4f;
    padding: 5px 30px;
    margin-left: 5px;
    font-weight: bold;
}

@media (max-width: 1200px) {
    .hotel-box-list .detail {
        padding: 20px 25px 0;
    }
    .hotel-box-list .detail p {
        font-size: 13px;
        margin-bottom: 10px;
    }
}

.tab {
    /*border: 1px solid #ccc;*/
    background-color: #f1f1f1;
    height: 380px;
}

@media (max-width: 1199px) {
    .tab {
        height: 315.719px;
    }
}

@media (max-width: 991px) {
    .tab {
        height: 221.953px;
    }
}

@media (max-width: 767px) {
    .tab {
        height: auto;
    }
    .tab button {
        display: inline!important;
        padding: 10px 0px;
        width: 19.7%!important;
    }
    .tab button.active {
        font-size: 10px!important;
    }
}

@media (max-width: 747px) {
    .tab button {
        display: inline!important;
        padding: 10px 0px;
        width: 19.65%!important;
    }
}

@media (max-width: 639px) {
    .tab button {
        display: inline!important;
        padding: 10px 0px;
        width: 19.59%!important;
    }
}

@media (max-width: 544px) {
    .tab button {
        display: inline!important;
        padding: 10px 0px;
        width: 19.49%!important;
    }
}

@media (max-width: 438px) {
    .tab button {
        display: inline!important;
        padding: 10px 0px;
        width: 19.39%!important;
    }
}

@media (max-width: 365px) {
    .tab button {
        display: inline!important;
        padding: 10px 0px;
        width: 19.29%!important;
    }
}

@media (max-width: 314px) {
    .tab button {
        display: inline!important;
        padding: 10px 0px;
        width: 19.19%!important;
    }
}

.altura {
    height: 100%;
}

.tablinks {
    height: 20%;
}


/* Style the buttons inside the tab */

.tab button {
    display: block;
    background-color: #d96a1f;
    color: #fff;
    /*padding: 30px 0px;*/
    width: 100%;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    font-size: 10px;
    text-align: center;
}


/* Change background color of buttons on hover */

.tab button:hover {
    background-color: #0d2e4f;
}


/* Create an active/current "tab button" class */

.tab button.active {
    background-color: #0d2e4f;
    color: #fff !important;
    font-size: 15px;
}

html,
body {
    font-family: 'GothamPro';
    font-weight: 100;
}

.emotish,
.emotish-sm {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .5);
    top: 105px;
    position: absolute;
    z-index: 2;
    display: none;
}

.emotish img,
.emotish-sm img {
    width: 60px;
}

.popover {
    opacity: 0.6;
    background: #000;
    color: #FFF;
}

.popover.right>.arrow::after {
    border-right-color: #000;
}

.popover.fade.in {
    opacity: 0.7;
}

.contentInfoWindow {
    width: 320px;
    height: 120px;
    overflow: hidden;
    text-align: center;
}

.contentInfoWindow h5 {
    margin-top: 0;
}

#contact-container div.cover div.map-status-info-container a {
    color: #fff;
    text-decoration: underline;
}

.contentInfoWindow img {
    /*width: 100px;*/
    height: 100px;
    margin: 0 -15px;
}

.contentInfoWindow .texto {
    font-weight: 400;
    font-size: 12px;
}

.zoom-ubication {
    width: 100%;
    background: #1b557d;
    color: #fff;
    border: none;
    padding: 5px;
    border-radius: 5px;
    font-weight: 100;
}

.zoom-ubication:hover {
    border: 1px solid #1b557d;
    background: #ffffff;
    color: #1b557d !important;
}

.btn-hide-popover {
    background: none;
    border: none;
    color: #ffffff;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.text-header-contact {
    display: block;
}

.img-header-contact {
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
    display: none;
    min-height: 59px;
}

.fachada-top {
    top: 0;
}

.inicial {
    display: block;
}

.noinicial {
    display: none;
}

@media (max-width: 768px) {
    .inicial {
        display: none;
    }
    .noinicial {
        display: block;
    }
    .text-header-contact {
        display: none;
    }
    .img-header-contact {
        display: block;
    }
    .fachada-top {
        top: -60px;
    }
}

.input-sm {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.video-responsive {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 700px) {
    .video-responsive {
        display: none;
    }
}

@media (min-width: 701px) {
    .img-nosotros {
        display: none;
    }
}

@media (min-width: 320px) {
    .counter-box h5 {
        font-size: 11px!important;
        color: #efefef;
    }
    .img-cuatro {
        width: 160px!important;
    }
    .title-cuatro {
        font-size: 18px!important;
    }
}

.contenido-recomendado {
    margin-bottom: 30px;
    margin-top: 5px;
    height: 535px;
    display: inline-block;
}

.contenido-btns-recomendado {
    display: inline-block;
    width: 100%;
}

.background-bar-recomendaciones {
    position: absolute;
    width: 50%;
    margin: auto 25%;
    border-width: 17px;
    border-style: solid;
    border-top-color: #da6a1f;
    border-bottom-color: transparent;
}

.r-inactive {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #da6a1f;
    color: #FFF;
}

.r-active {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #0d2e4f !important;
    text-decoration: underline;
    text-decoration-color: #da6a1f;
}

.r-active-exc {
    background: #e9e9e9;
}

.r-active-hot {
    background: #ffffff;
}

.r-active-left,
.r-inactive-left {
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
}

.r-active-right,
.r-inactive-right {
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
}

.r-inactive-left {
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.r-inactive-right {
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.r-backdrop-img {
    height: 100%;
    width: 100%;
    position: absolute;
    padding-right: 30px;
}

.r-backdrop-img-todo {
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
}

.r-product-title {
    position: relative;
    text-align: center;
    top: 45%;
    color: #fff;
    font-size: 15px;
    font-weight: 200;
    /*    text-decoration: underline;
	text-decoration-color: currentcolor;
	text-decoration-color: #da6a1f;*/
}

.main-title-home {
    text-decoration-color: #da6a1f !important;
    text-decoration: underline;
}

.r-btns-more-info {
    position: absolute;
}

.r-btn-more-info {
    width: 25px;
    height: 32px;
    margin: 3px auto;
    padding: 2px;
    color: #ffffff !important;
    cursor: pointer;
    background: rgba(218, 106, 31, 1);
    border: none;
    text-align: center;
    overflow: hidden;
}

.r-more-info-text {
    display: inline-block;
    width: 25px;
    margin-left: 0px;
    background: rgb(218, 106, 31);
}

.r-btns-pos-left-bottom {
    bottom: 20%;
    left: 0;
}

.r-btns-pos-left-top {
    top: 10%;
    left: 0;
}

.r-btns-pos-left-bottom .r-btn-more-info,
.r-btns-pos-left-top .r-btn-more-info {
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

.r-btns-pos-right-bottom {
    bottom: 10%;
    right: 30px;
}

.r-btns-pos-right-top {
    top: 10%;
    right: 30px;
}

.r-btns-pos-right-bottom .r-btn-more-info,
.r-btns-pos-right-top .r-btn-more-info {
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

.message-error,
.message-info {
    display: none;
}

.loading-login {
    width: 100%;
    position: absolute;
    text-align: center;
    display: none;
}

.loading-form {
    width: 100%;
    text-align: center;
    display: none;
    position: absolute;
    left: 0%;
    bottom: 7%;
    z-index: 1;
}

.message-success {
    display: none;
}

@media (max-width: 1199px) {
    .filter.excursion {
        padding-right: 0;
    }
    .filter.excursion .r-backdrop-img {
        padding-right: 15px;
    }
    .filter.excursion .r-btns-pos-right-bottom {
        right: 15px;
    }
    .filter.excursion .r-btns-pos-right-top {
        right: 15px;
    }
}

@media (max-width: 992px) {
    .contenido-recomendado {
        height: auto;
    }
}

@media (max-width: 767px) {
    .filter.excursion {
        padding-right: 15px;
    }
    .filter.excursion .r-backdrop-img {
        padding-right: 30px;
    }
    .filter.excursion .r-btns-pos-right-bottom {
        right: 30px;
    }
    .filter.excursion .r-btns-pos-right-top {
        right: 30px;
    }
}

@media (max-width: 480px) {
    .col-xxs-12 {
        width: 100%;
    }
    .hotel-recomendado,
    .excursion-recomendado {
        font-size: 11px;
    }
    .background-bar-recomendaciones {
        border-width: 12px;
    }
}

.icon {
    display: inline;
    width: 50px;
}

.title-sede {
    color: #3983ba;
    font-size: 12px;
    margin: 0 0 0px;
    font-weight: 400;
}

.location-sede {
    color: #000;
    font-size: 8px;
    line-height: 12px;
    font-weight: 400;
}

.padding-sede {
    padding: 20px 0px
}

input {
    color: #000 !important;
}


/*Estilos jssor para galleria de imagenes footer*/


/*jssor slider loading skin spin css*/

.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


/*jssor slider bullet skin 052 css*/

.jssorb052 .i {
    position: absolute;
    cursor: pointer;
}

.jssorb052 .i .b {
    fill: #000;
    fill-opacity: 0.3;
}

.jssorb052 .i:hover .b {
    fill-opacity: .7;
}

.jssorb052 .iav .b {
    fill-opacity: 1;
}

.jssorb052 .i.idn {
    opacity: .3;
}


/*jssor slider arrow skin 053 css*/

.jssora053 {
    display: block;
    position: absolute;
    cursor: pointer;
}

.jssora053 .a {
    fill: none;
    stroke: #fff;
    stroke-width: 640;
    stroke-miterlimit: 10;
}

.jssora053:hover {
    opacity: .8;
}

.jssora053.jssora053dn {
    opacity: .5;
}

.jssora053.jssora053ds {
    opacity: .3;
    pointer-events: none;
}

@media(max-width: 767px) {
    .counter-box {
        position: absolute;
        bottom: -15px;
        width: 100%;
    }
    .counter-box h5 {
        font-size: 30px !important;
    }
    .counter-box h3 {
        font-size: 40px !important;
    }
}


/*End Estilos jssor para galleria de imagenes footer*/

.scroll {
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}

.scroll::-webkit-scrollbar {
    width: 8px;
    /* Tamaño del scroll en vertical */
    height: 8px;
    /* Tamaño del scroll en horizontal */
    display: none;
    /* Ocultar scroll */
}

.scroll::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}


/* Cambiamos el fondo y agregamos una sombra cuando esté en hover */

.scroll::-webkit-scrollbar-thumb:hover {
    background: #b3b3b3;
}


/* Cambiamos el fondo cuando esté en active */

.scroll::-webkit-scrollbar-thumb:active {
    background-color: #999999;
}

#contact-container div.title-bar-container a.location-btn div.location-icon-container i.location-icon {
    color: #337ab7 !important;
}

.check {
    color: #fff !important;
    text-align: center;
}

.check a {
    display: inline-block !important;
}

.check .mil {
    color: #000 !important;
}

.check .mil:hover {
    color: #000 !important;
}

.grecaptcha-badge {
    display: none !important;
}

#registration-container .loading-login h4 {
    width: 50%;
    margin: 0 auto;
    color: #ccc;
}

#registration-container .loading-login {
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2;
    padding-top: 10%;
}

#change-password-form-div,
#change-password-form-div-from-step-1,
#success-change-password,
#return-request-token {
    display: none;
}

.modal-lg-form-contactanos .modal-content,
.modal-lg-form-traslados .modal-content {
    background: #152e4f;
    color: #fff;
}

.close-form-contact {
    position: absolute;
    right: 0;
    border-radius: 50%;
    border: none;
    width: 25px;
    height: 25px;
    background: #0f213a;
    color: #fff;
    cursor: pointer;
    z-index: 3;
}

.underline-color-orange-box {
    width: intrinsic;
    width: -moz-max-content;
    width: -webkit-max-content;
    max-width: 150px;
    border-bottom: 1px solid #da6a1f;
    text-align: center;
}

.modal-lg-form-contactanos .underline-color-orange-box {
    position: relative;
    margin: 0 auto 8px;
    padding-bottom: 3px;
    font-size: 23px;
    font-weight: 300;
}

.modal-lg-form-traslados .underline-color-orange-box {
    position: relative;
    margin: 0 auto 8px;
    padding-bottom: 3px;
    font-size: 17px;
    font-weight: 300;
}

.modal-lg-form-traslados label {
    font-weight: 300;
}

.form-contactanos-service {
    padding: 5px 30px;
    text-align: center;
}

.form-contactanos-service form {
    margin-top: 15px;
}

input.input-form-contact-service,
textarea.textarea-form-contact-service,
button.btn-enviar-form {
    width: 100%;
    background: #152e4f;
    color: #fff !important;
    border: none;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    height: 30px;
    margin-top: 8px;
    padding: 2px 8px;
}

textarea.textarea-form-contact-service {
    border: 1px solid #fff;
    height: 200px;
    margin-top: 15px;
    resize: none;
    overflow-y: auto;
}

.form-contactanos-service button.btn-enviar-form {
    width: 125px;
    font-size: 18px;
    border: 1px solid #fff;
    border-radius: 3px;
    font-weight: 300;
}

.arrow-down-select-gray {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/icons/chevron_down_icon_gray.png) 95%/14px no-repeat transparent !important;
    cursor: pointer;
    padding-right: 35px;
}


/*custom input radio*/


/* The container-radio-btn */

.container-radio-btn {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    font-weight: 200;
    padding-left: 5px;
    padding-bottom: 2px;
    padding-top: 2px;
    margin-bottom: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default radio button */

.container-radio-btn input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom radio button */

.checkmark {
    position: absolute;
    top: 6px;
    left: -15px;
    height: 12px;
    width: 12px;
    background-color: #152e4f;
    border: 1px solid #ffffff;
    border-radius: 2px;
    color: #ffffff;
    font-size: 10px;
}

.select-form-contact-service {
    font-weight: 300;
    color: #757575 !important;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #fff;
    width: 100%;
    background: #152e4f;
    font-size: 16px;
    height: 30px;
    margin-top: 8px;
    padding: 2px 8px;
}

.check {
    color: #fff !important;
    text-align: center !important;
}

.check .text-danger {
    float: none;
}

.text-danger {
    color: #a94442;
    display: block!important;
    float: left;
}

.pointer {
    cursor: pointer;
}

.btn-ultimas-ofertas {
    position: absolute;
    z-index: 10;
    left: 38%;
    top: 130px;
    display: block;
}

.btn-ultimas-ofertas div.btn-responsive {
    width: 70px;
    height: 70px;
    position: absolute;
    right: -53px;
    top: -14px;
    border-radius: 50%;
    background: transparent;
}

.btn-ultimas-ofertas div.btn-desktop {
    width: 195px;
    background: rgba(243, 243, 243, 0.8);
    display: block;
    border-radius: 8px;
    color: #000 !important;
    font-size: 20px;
    padding: 5px 20px;
    font-weight: 400;
    height: 40px;
    overflow: hidden;
}

.btn-ultimas-ofertas a:hover {
    color: #da6a1f !important;
}

.btn-ultimas-ofertas img {
    position: absolute;
    width: 90%;
    top: 10px;
    left: 3px;
}

@media(max-width: 767px) {
    .btn-ultimas-ofertas div.btn-desktop {
        display: none;
    }
    .btn-ultimas-ofertas div.btn-responsive {
        background: rgba(243, 243, 243, 0.8);
    }
    .btn-ultimas-ofertas {
        right: 80px;
        top: 100px;
    }
}

.btn-blue-whitee,
a.btn-blue-whitee {
    color: #0d2e4f !important;
    background: #ffffff;
    border: solid 1px #0d2e4f;
    padding: 5px 20px;
    font-weight: 400;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
}

.btn-blue-whitee:hover,
a.btn-blue-whitee:hover {
    color: #ffffff !important;
    background: #0d2e4f;
}

.btn-red-whitee,
a.btn-red-whitee {
    color: #d9534f !important;
    border: solid 1px #d9534f;
    padding: 5px 20px;
    font-weight: 400;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    background: #ffffff;
}

.btn-red-whitee:hover,
a.btn-red-whitee:hover {
    color: #ffffff !important;
    background: #e56a1f;
}

.btn-orange-whitee,
a.btn-orange-whitee {
    color: #e56a1f !important;
    border: solid 1px #e56a1f;
    padding: 5px 20px;
    font-weight: 400;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    background: #ffffff;
}

.btn-orange-whitee:hover,
a.btn-orange-whitee:hover {
    color: #ffffff !important;
    background: #e56a1f;
}

.formulario_registro {
    background: #ffffff;
    margin: 30px auto;
}

.formulario_registro * {
    color: #555555 !important;
    font-weight: 400;
}

.formulario_registro .btn-dark-orange {
    color: #ffffff !important;
}


/* clase para el chat */

#zsiq_float {
    bottom: 80px !important;
    position: fixed;
}