@font-face {
    font-family: 'Notebook';
    src: local('Notebook'),
        url('../fonts/Notebook.woff2') format('woff2'),
        url('../fonts/Notebook.woff') format('woff'),
        url('../fonts/Notebook.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Futura Round';
    src: local('Futura Round Bold'), local('FuturaRound-Bold'),
        url('../fonts/FuturaRound-Bold.woff2') format('woff2'),
        url('../fonts/FuturaRound-Bold.woff') format('woff'),
        url('../fonts/FuturaRound-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Futura Round bold';
    src: local('Futura Round Bold'), local('FuturaRound-Bold'),
        url('../fonts/FuturaRound-Bold.woff2') format('woff2'),
        url('../fonts/FuturaRound-Bold.woff') format('woff'),
        url('../fonts/FuturaRound-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Futura Round Demi';
    src: local('Futura Round Demi'), local('FuturaRound-Demi'),
        url('../fonts/FuturaRound-Demi.woff2') format('woff2'),
        url('../fonts/FuturaRound-Demi.woff') format('woff'),
        url('../fonts/FuturaRound-Demi.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Futura Round Light';
    src: local('Futura Round Light'), local('FuturaRound-Light'),
        url('../fonts/FuturaRound-Light.woff2') format('woff2'),
        url('../fonts/FuturaRound-Light.woff') format('woff'),
        url('../fonts/FuturaRound-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Futura Round';
    src: local('Futura Round Medium'), local('FuturaRound-Medium'),
        url('../fonts/FuturaRound-Medium.woff2') format('woff2'),
        url('../fonts/FuturaRound-Medium.woff') format('woff'),
        url('../fonts/FuturaRound-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Futura Round';
    src: local('Futura Round'), local('FuturaRound-Book'),
        url('../fonts/FuturaRound-Book.woff2') format('woff2'),
        url('../fonts/FuturaRound-Book.woff') format('woff'),
        url('../fonts/FuturaRound-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Google September 2015';
    src: local('Google September 2015 Regular'), local('GoogleSeptember2015'),
        url('../fonts/GoogleSeptember2015.woff2') format('woff2'),
        url('../fonts/GoogleSeptember2015.woff') format('woff'),
        url('../fonts/GoogleSeptember2015.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



body {
    font-family: 'Futura Round Demi';
    color: #4a5970;
    overflow-x: hidden;
}
a:hover {
    text-decoration: none;
    font-style: normal;

}
/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  
  /* Transparent Overlay */
  .loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
  }
  
  /* :not(:required) hides these rules from IE9 and below */
  .loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }
  
  .loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  }
  
  /* Animation */
  
  @-webkit-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-moz-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-o-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
.header-banner {
    position: relative;
    z-index: 1;
   
}
.header-banner img {
    width: 100%;
}
.container {
    width: 90%;
}
.top-logo {
    font-size: 0px;
}
.overlay-header {
    position: absolute;
    z-index: 10;
}
.overlay-header .top-logo img {
    width: 650px;
}
.navbar {
    position: absolute;
    width: 100%;
    transition: all 0s;
    z-index: 11;
}
.logo-nav {
    height:100px;
    width:auto;
    padding-top:10px;
}
.navbar .navbar-brand {
    display: none;
}
.navbar.fixed-top .navbar-brand {
    display: block;
}
.fixed-top.navbar{ 
    padding:0px;

    -webkit-box-shadow: 2px 4px 17px 3px rgba(0,0,0,0.18);
    -moz-box-shadow: 2px 4px 17px 3px rgba(0,0,0,0.18);
    box-shadow: 2px 4px 17px 3px rgba(0,0,0,0.18);
}
.fadeInUp-trigger, .fadeInLeft-trigger, .fadeInRight-trigger, .fadeIn-trigger {
    opacity: 0;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    transition: all 0.3s;
    -webkit-animation: fadein 0.4s ease-in alternate;
    -moz-animation: fadein 0.4s ease-in alternate;
    animation: fadein 0.4s ease-in alternate;

   /* background: #fff; */
   background: #ffffff2b;
    height: 105px;
    border-radius: 0;
}
@keyframes fadein {
    from { opacity: 0; }
    to { opacity: 1; }
}
.navbar-brand {
    padding: 10px;
}
.navbar-brand img {
    height: 80px;
    display:block;
}
.container.full-width {
    width: 90%;
    padding: 0 25px;
}
.icon-top {
    width: 100px;
    height: auto;
    display: block;
}
.icon-top img {
    width: 100%;
    margin-top: 10px;
}
.top-fe {
    padding-top: 10px;
    padding-right: 10px;
}
.top-ticket {
    padding-top: 12px;
    /*padding-right: 10px;*/
    margin-left:15px;
    
}
.top-tripadvisor, .top-facebook, .top-instagram {
    width: 65px;
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
}
.top-tripadvisor {
    padding-top: 42px;
}
.navbar.fixed-top .top-fe {
    padding-top: 5px;
}
.navbar.fixed-top .top-ticket {
    padding-top: 2px;
}
.navbar.fixed-top .icon-top {
    width: 90px;
}
.navbar.fixed-top .top-tripadvisor, .navbar.fixed-top .top-facebook, .navbar.fixed-top .top-instagram {
    width: 60px;
    padding-top: 30px;
}
.navbar.fixed-top .top-tripadvisor {
    padding-top: 35px;
}

#carousel-slider-headline .right.carousel-control {
    background: transparent url(../../images/next-slide-header.png) no-repeat center right !important;
    width: 131px;
    opacity: 1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    transition: all .2s ease;
}
#carousel-slider-headline .right.carousel-control:hover {
    filter: brightness(115%);
    transition: all .2s ease;
}
#carousel-slider-headline .glyphicon {
    display: none;
}
.icon-top .hover {
    display: none;
}
.fixed-top .icon-top .hover {
    display: block;
}
.fixed-top .icon-top .origin {
    display: none;
}
.chat-container {
    display: block;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

    padding: 15px 15px 10px 25px;
    width: 320px;
    height: 200px;
    position: absolute;
    margin-left: -240px;
    margin-top: -200px;

    display: none;
}
.chat-container h2 {
    font-size: 16px;
    margin-top: 0px;
    font-weight: bold;

    font-family: 'Futura Round';
}
.chat-container h2 img {
    width: 30px;
}
.chat-container a.green {
    color: #82d600;
    text-decoration: underline;
}
.chat-container .bbp_email {
    line-height: 15px;
    margin-bottom: 5px;
}
.whatsapp-block {
    background: #f4f4f4;
    margin-left: -25px;
    margin-right: -15px;
    padding: 10px 15px 15px 25px;
    margin-bottom: 10px;
    display: block;
}
.whatsapp-block .bbp_pic {
    float: left;
}
.whatsapp-block .bbp_pic img {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;

    width: 35px;
    margin-right: 10px;
}
.whatsapp-block .bbp_name {
    font-weight: normal;
    font-family: 'Futura Round Medium';
}
.whatsapp-block span {
    display: block;
    line-height: 10px;
    font-weight: bold;
}
.whatsapp-block .bbp_wa img {
    width: 25px;
    float: right;
    margin-top: -25px;
}
.bbp_call {
    font-size: 13px;
    font-family: 'Futura Round Medium';
    line-height: 12px;
}
.bbp_call span {
    font-size: 16px;
}
.chat-close {
    display: block;
    width: 15px;
    float: right;
    margin-top: -20px;
}
.chat-close img {
    width: 100%;
}

.eagle-eye {
    position: fixed;
    z-index: 100000;
    right: 30px;
    bottom: 30px;
    display: block;
    width: 80px;
    height: 80px;

}
.eagle-eye a.chat__trigger {
    display: block;
    transition: all .2s ease; 
}
.eagle-eye a.chat__trigger img {
    transform: scale(1);
    transition: all .2s ease; 
}
.eagle-eye a.chat__trigger img:hover  { 
    transform: scale(1.1) rotate(-5deg);
    filter: brightness(110%);
} 
.eagle-eye img {
    width: 100%;
    height: auto;
    transition: all .2s ease; 
}
.eagle-eye p {
    font-weight: normal;
    font-family: 'Futura Round Medium'; 
}

a.icon-top {
    transform: scale(1);
    transition: all .2s ease; 
}
a.icon-top:hover img {
    transform: scale(1.1) rotate(5deg);
    filter: brightness(110%);
}
a.icon-top img {
    transition: all .2s ease; 
}

.section__two_three {
    display: block;
    width: 100%;
    background: transparent url(../../images/background-after-homepage-banner.png) no-repeat top center;
    padding: 40px 0;
    margin-top: -27px;
    z-index: 10;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.section__two {
    padding: 50px 0;
}
.quote-by {
    font-size: 20px;
    font-family: 'Futura Round Demi';
}
.width-60 {
    width: 67%;
}
.handwriting {
    font-family: 'Notebook';
    line-height: 1em;
}
.fontsize-big {
    font-size: 3.5em !important;
    color: #4a5970;
}
.section__two.fontsize-big {
    font-size: 56px !important;
}
.fontsize-medium {
    font-size: 3em !important;
    color: #4a5970;
}
.section__three_slide {
    width: 85%;
    margin: auto;
    padding-bottom: 50px;
    height: 380px;
}
.section__three_slide .main-image-right {
    /*width: 695px;*/
    width: 800px;
    float: right;
    margin-top: 120px;
}
.section__three_slide .main-image-left {
    /*width: 695px;*/
    width: 800px;
    float: left;
    margin-top: 140px;
}
.section__three_slide .carousel-caption {
    bottom: auto !important;
    left: 0;
    width: 70%;
    text-shadow: none;
}
.section__three_slide .caption-right {
    right: 0;
    left: auto;
    float: right;
}
.section__three_slide .carousel-caption span {
    font-family: 'Futura Round Demi';
    color: #4a5970;
    text-align: left;
    display: block;
    font-size: 18px;
    font-weight: bold;
}
.section__three_slide .caption-right span {
    text-align: right;
}
.carousel-control.left, .carousel-control.right {
    background-image: none !important;
}
.bubble-start {
    width: 190px;
    margin-top: 50px;
    margin-left: 100px;
}
.section__three_slide .caption-right .bubble-start{
    margin-left: auto;
    margin-right: 100px;
}
.section__three_slide .carousel-control .glyphicon-chevron-left, .section__three_slide .carousel-control .icon-prev {
    background: url(../../images/arrow-left-carrousel.png) no-repeat;
    background-size: cover;
    width: 50px;
    height: 53px;
    left: -75px;
    margin-top: 0px;
}
.section__three_slide .carousel-control .glyphicon-chevron-left:before {
    font-size: 0px;
}
.section__three_slide .carousel-control .glyphicon-chevron-left:hover {
    background-position: 0px -53px;
}
.section__three_slide .carousel-control .glyphicon-chevron-right, .section__three_slide .carousel-control .icon-next {
    background: url(../../images/arrow-right-carrousel.png) no-repeat;
    background-size: cover;
    width: 50px;
    height: 53px;
    right: -75px;
    margin-top: 0px;
}
.section__three_slide .carousel-control .glyphicon-chevron-right:before {
    font-size: 0px;
}
.section__three_slide .carousel-control .glyphicon-chevron-right:hover {
    background-position: 0px -53px;
}
.section__three_slide .carousel-control {
    opacity: 1;
    z-index: -1;
}
.traffics-left-line {
    border-left: 3px solid #4a5970;
}
#carousel-slider-4 h3 {
    position: absolute;
    bottom: 10px;
    margin-left: 30px;
    font-size: 35px;
    color: #fff;
}
.title__fe_section {
    margin-top: 15px;
}
.title__fe_section h1 {
    font-family: 'Futura Round';
    font-weight: bold;
    color: #fff;
    font-size: 5em;
    line-height: 70px;
    text-shadow: -2px 8px 0px rgba(95, 82, 77, 1);
    margin-bottom: 30px;
    width: 90%;
}
.title__fe_section p {
    color: #fff;
    font-size: 20px;
}
.container.section__four {
    padding: 100px 20px;
}
.fe-behero-start {
    width: 200px;
    margin-left: 10%;
    margin-top: 30px;
}
.fe-label {
    position: absolute;
    z-index: 1;
    width: 300px;
    margin-left: -50px;
    margin-top: -90px;
}
.fe-label img {
    width: 100%;
}
.fe-slide-images {
    margin-top: 80px;
}

.section__five {
    display: block;
    width: 100%;
    background: transparent url(../../images/background-section-4.png) no-repeat top center;
    padding: 80px 20px 90px;
    /*margin-top: -27px;*/
    margin-top: -150px;
    z-index: 10;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.section__five h1 {
    font-family: 'Futura Round';
    font-size: 64px;
    font-weight: bold;
    text-align: center;
    color: #4a5970;
    line-height: 55px;

    margin-bottom: 35px;
}
.section__five h1 span {
    display: block;
    color: #7ab423;
}
.section__five p {
    text-align: center;
    color: #4a5970;
    font-size: 28px;
    width: 75%;
    margin: auto;
}
.section__five strong {
    color: #e4242b;
}
.form-subscribe input {
    width: 100%;
    padding: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

    border: 2px solid #4a5970;
    font-size: 30px;
}
.form-subscribe {
    width: 90%;
    margin: auto;
    margin-top: 50px;
}
textarea:focus, input:focus {
    outline: none;
}
.btn-success.active, .btn-success:active, .open>.dropdown-toggle.btn-success, .btn-success:focus {
    outline: none;
}
.margin-top-50 {
    margin-top: 50px;
}
.btn-success {
    font-family: 'Futura Round Demi';
    background: #afe55e;
    padding: 15px 30px;
    font-size: 24px;
    color: #4a5970;
    border: none;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    min-width: 150px;

    margin: 0 10px;
}
.btn-default {
    font-family: 'Futura Round Demi';
    background: #dbdbdb;
    padding: 15px 30px;
    font-size: 24px;
    color: #4a5970;
    border: none;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    min-width: 150px;

    margin: 0 10px;
}

.section__six {
    display: block;
    width: 100%;
    background: transparent url(../../images/background-section-5.png) no-repeat top center;
    padding: 65px 20px 60px;
    margin-top: -27px;
    z-index: 10;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.section__six h1 {
    font-size: 36px;
    text-align: center;
    color: #4a5970;
}
.club-image {
    position: absolute;
    display: block;
    left: 0;
    padding: 0;
    margin-top: -65px;
}
.club-image img {
    padding: 0;
}
.club-text {
    margin-top: 230px;
}
.section__four .carousel-control .glyphicon-chevron-left, .section__four .carousel-control .icon-prev {
    background: url(../../images/arrow-left-carrousel-2.png) no-repeat;
    background-size: cover;
    width: 50px;
    height: 53px;
    left: -20px;
    margin-top: 185px;
}
.section__four .carousel-control .glyphicon-chevron-left:before {
    font-size: 0px;
}
.section__four .carousel-control .glyphicon-chevron-left:hover {
    background-position: 0px -53px;
}
.section__four .carousel-control .glyphicon-chevron-right, .section__four .carousel-control .icon-next {
    background: url(../../images/arrow-right-carrousel-2.png) no-repeat;
    background-size: cover;
    width: 50px;
    height: 53px;
    left: 35px;
    margin-top: 185px;
}
.section__four .carousel-control .glyphicon-chevron-right:before {
    font-size: 0px;
}
.section__four .carousel-control .glyphicon-chevron-right:hover {
    background-position: 0px -53px;
}
.section__four .carousel-control {
    opacity: 1;
}

#testimonial {
    margin-top: 90px;
    padding-bottom: 0px;
}
#testimonial .carousel-caption {
    width: 85%;
    margin: auto;
}
#testimonial  .carousel-caption span {
    text-align: center;
}
.testimonial-slide {
    height: 360px;
}
.section__six .carousel-caption {
    padding-top: 5%;
}
.section__six .carousel-control .glyphicon-chevron-left, .section__six .carousel-control .icon-prev {
    margin-top: -50px;
}
.section__six .carousel-control .glyphicon-chevron-right, .section__six .carousel-control .icon-next {
    margin-top: -50px;
}
.section__six .carousel-caption {
    position: relative;
    left: auto;
    right: auto;

}

.carousel-showmanymoveone .carousel-control {
    width: 4%;
    background-image: none;
 }
 
 .carousel-showmanymoveone .carousel-control.left {
    margin-left: 0;
 }
 
 .carousel-showmanymoveone .carousel-control.right {
    margin-right: 0;
 }
 
 .carousel-showmanymoveone .cloneditem-1,
 .carousel-showmanymoveone .cloneditem-2,
 .carousel-showmanymoveone .cloneditem-3 {
    display: none;
 }
 
 .carousel .item .col-xs-12 {
    padding: 0;
 }
 
 
 /* Medium Devices, Desktops */
 
 @media only screen and (max-width: 992px) {
    .carousel .item .col-xs-12:nth-last-child(-n+2) {
       display: none;
    }
 }
 
 @media all and (min-width: 768px) {
    .carousel-showmanymoveone .carousel-inner > .active.left,
    .carousel-showmanymoveone .carousel-inner > .prev {
       left: -50%;
    }
    .carousel-showmanymoveone .carousel-inner > .active.right,
    .carousel-showmanymoveone .carousel-inner > .next {
       left: 50%;
    }
    .carousel-showmanymoveone .carousel-inner > .left,
    .carousel-showmanymoveone .carousel-inner > .prev.right,
    .carousel-showmanymoveone .carousel-inner > .active {
       left: 0;
    }
    .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
       display: block;
    }
    .atas{
        top:0px;
        position:absolute;
        background-color:#fff0;
    }
 }
 
 @media all and (min-width: 768px) and (transform-3d),
 all and (min-width: 768px) and (-webkit-transform-3d) {
    .carousel-showmanymoveone .carousel-inner > .item.active.right,
    .carousel-showmanymoveone .carousel-inner > .item.next {
       -webkit-transform: translate3d(50%, 0, 0);
       transform: translate3d(50%, 0, 0);
       left: 0;
    }
    .carousel-showmanymoveone .carousel-inner > .item.active.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev {
       -webkit-transform: translate3d(-50%, 0, 0);
       transform: translate3d(-50%, 0, 0);
       left: 0;
    }
    .carousel-showmanymoveone .carousel-inner > .item.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev.right,
    .carousel-showmanymoveone .carousel-inner > .item.active {
       -webkit-transform: translate3d(0, 0, 0);
       transform: translate3d(0, 0, 0);
       left: 0;
    }
    .logo-web{
        max-height:50px;
        width:auto;
        display:block;
    }
 }
 
 @media all and (min-width: 992px) {
    .carousel-showmanymoveone .carousel-inner > .active.left,
    .carousel-showmanymoveone .carousel-inner > .prev {
       left: -16.6%;
    }
    .carousel-showmanymoveone .carousel-inner > .active.right,
    .carousel-showmanymoveone .carousel-inner > .next {
       left: 16.6%;
    }
    .carousel-showmanymoveone .carousel-inner > .left,
    .carousel-showmanymoveone .carousel-inner > .prev.right,
    .carousel-showmanymoveone .carousel-inner > .active {
       left: 0;
    }
    .carousel-showmanymoveone .carousel-inner .cloneditem-2,
    .carousel-showmanymoveone .carousel-inner .cloneditem-3 {
       display: block;
    }
 }
 
 @media all and (min-width: 992px) and (transform-3d),
 all and (min-width: 992px) and (-webkit-transform-3d) {
    .carousel-showmanymoveone .carousel-inner > .item.active.right,
    .carousel-showmanymoveone .carousel-inner > .item.next {
       -webkit-transform: translate3d(16.6%, 0, 0);
       transform: translate3d(16.6%, 0, 0);
       left: 0;
    }
    .carousel-showmanymoveone .carousel-inner > .item.active.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev {
       -webkit-transform: translate3d(-16.6%, 0, 0);
       transform: translate3d(-16.6%, 0, 0);
       left: 0;
    }
    .carousel-showmanymoveone .carousel-inner > .item.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev.right,
    .carousel-showmanymoveone .carousel-inner > .item.active {
       -webkit-transform: translate3d(0, 0, 0);
       transform: translate3d(0, 0, 0);
       left: 0;
    }
 }

.section__seven {
    margin-bottom: 100px;
}
.section__seven .col-md-4 img {
    width: 100%;
}
.section__seven a {
    transition: 0.3s !important;
    display: block;
  }
  
.section__seven a:hover {
    transform: scale(1.2) rotate(5deg) !important;
    transition: 0.5s !important;
}
.section__seven .col-md-4.col-xs-12:hover a {
    transform: scale(1.2) rotate(5deg) !important;
    transition: 0.5s !important;
}
.section__seven .col-md-4 {
    padding: 0px;
    /*margin: 0px;*/
    margin-bottom: 150px;
    z-index: 99;
}
.section__seven > .row {
    padding: 0px;
    margin: 0px;
}
.section__seven h2 {
    font-family: 'Futura Round';
    font-weight: bold;
    font-size: 7rem;
    color: #fff;

    position: absolute;
    text-align: left;

    margin-left: 15px;
    margin-top: 15px;
}
.section__seven .btn-ticket {
    position: absolute;
    width: 225px !important;
    left: 50%;
    bottom: 0px;
    margin-left: -25%;
    margin-bottom: -100px;
}

.section_eight {
    background: #fff;
    padding: 70px 0;
}
.section_eight h1 {
    font-size: 3.5em;
}

.share_your_momment {
    padding-left: 30px;
    padding-right: 30px;
}
.share_your_momment .col-md-12 {
    padding: 0;
    margin-top: 30px;
}
.share_your_momment .col-md-3 {
    padding: 0px;
}
.contentshare {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
}
.contentshare .content-overlay {
    background: rgba(0,0,0,0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.contentshare:hover .content-overlay{
    opacity: 1;
}
.content-image{
    width: 100%;
}
.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.contentshare:hover .content-details{
    top: 50%;
    left: 50%;
    opacity: 1;
}
.content-details h3{
    color: #fff;
    font-weight: 500;
    /*letter-spacing: 0.15em;*/
    margin-bottom: 0.5em;
    /*text-transform: uppercase;*/
}
.content-details p{
    color: #fff;
    font-size: 1em;
    font-family: 'Futura Round';
}
.contentshare .btn.btn-default {
    padding: 5px 15px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    min-width: 160px;
}
.fadeIn-bottom{
    top: 80%;
}
.fadeIn-top{
    top: 20%;
}

.section_nine {
    padding-bottom: 60px;
}
.section_nine .video-container {
    margin-bottom: 70px;
}
.section_nine .video-container img {
    width: 100%;
}
.video-button {
    background: rgba(255, 255, 255, 0) url(../../images/video-play-btn.png) no-repeat center center;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    margin-left: -15px;
}
.video-button:hover {
    background: rgba(255, 255, 255, 0.2) url(../../images/video-play-btn.png) no-repeat center center;
}
.section_nine h1 {
    font-family: 'Futura Round';
    font-size: 64px;
    font-weight: bold;
    text-align: center;
    color: #4a5970;
    line-height: 55px;
}
.section_nine h1 span {
    color: #7ab423;
}
.section_nine h3 {
    font-size: 20px;
}
.section_nine h3 strong {
    color: #7ab423;
}

footer {
    background: url(../../images/footer-background.jpg) no-repeat top center;
    background-size: cover;

    font-family: 'Google September 2015';
    color: #fff;

    padding-top: 60px;
    padding-bottom: 50px;
    z-index: 100;
    position: relative;
}
footer .row {
    margin: 0;
}
footer .logo-footer {
    margin-left: -28px;
    margin-bottom: 15px;
    width: 85%;
}
.copyright-text {
    margin-top: 50px;
}
.copyright-text strong {
    color: #7ab423;
    font-weight: normal;
}
.footer-menu, .subscribe-email {
    margin-top: 45px;
}
footer ul li {
    list-style: none;
    font-size: 22px;
    margin-bottom: 30px;
}
footer ul {
    padding-left: 0;
}
footer a {
    color: #fff;
}
footer a:hover {
    color: beige;
}
.subscribe-email h3 {
    padding-top: 0;
    margin-top: 0;
}
.section_ten img:hover {
    filter: brightness(120%);
    transition: all .2s ease;
}
.section_ten img {
    width: 100%;
    transition: all .2s ease;
    display: none;
}
.section_ten .row {
    margin: 0;
}
.footer-email {
    border: none;
    font-size: 24px;
    padding: 15px 0px;

    background: none;
    width: 100%;

    border-bottom: 3px solid #7ab423;
}
.subscribe-email .btn {
    background: none;
    color: #fff;
    font-size: 24px;

    padding: 0px 15px;
    border-radius: 0;

    font-family: 'Google September 2015';
    position: absolute;
    margin-left: -150px;
    margin-top: 30px;
    text-align: right;
}

/* #### GLOBE PAGE #### */
.section__two_globe {
    display: block;
    width: 100%;
    background: transparent url(../../images/section-1-bg.jpg) no-repeat top center;
    padding: 80px 0;
    margin-top: -27px;
    z-index: 10;
    position: relative;
    /*
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.globe-img-title {
    font-family: 'Futura Round';
    color: #4a5a71;
    font-size: 80px;
    font-weight: bold;
    line-height: 70px;
}
.globe-img-title-big {
    font-family: 'Futura Round';
    color: #b1bf72;
    font-size: 100px;
    font-weight: bold;
    line-height: 90px;
    width: 80%;
    margin: auto;
    text-align: center;
}
.globe-text-section01 {
    margin-top: 250px;
    margin-left: -225px;
    width: 300px;
    float: left;
    position: absolute;
}
.globe-text-section02 {
    margin-top: 80px;
    right: -280px;
    text-align: right;
    width: 580px;
    float: right;
    position: absolute;
}
.globe-text-section03 {
    margin-top: 400px;
    margin-left: -160px;
    width: 398px;
    float: left;
    position: absolute;
}
.globe-text-section04 {
    margin-top: 15px;
    text-align: center;
    width: 90%;
}
.globe-text-section05 {
    margin-top: -100px;
    right: 165px;
    width: 425px;
    float: left;
    position: absolute;
    text-align: right;
}
.globe-text-section06 {
    margin-top: 240px;
    left: -400px;
    width: 380px;
    position: absolute;
    text-align: right;
}
.globe-text-section07 {
    margin-top: 370px;
    text-align: right;
    width: 300px;
    position: absolute;
    right: -245px;
}
.globe-text-section08 {
    margin-top: 50%;
    text-align: center;
    width: 100%;
    position: absolute;
    margin-left: 495px;
}
.globe-text-section09 {
    margin-top: 285px;
    left: -460px;
    width: 535px;
    float: left;
    position: absolute;
    text-align: right;
}
.globe-text-section10 {
    margin-top: -65px;
    text-align: center;
    width: 100%;
}
.globe-text-section11 {
    margin-top: 120px;
    left: -100px;
    width: 467px;
    float: left;
    position: absolute;
    text-align: left;
}
.globe-text-section12 {
    margin-top: 260px;
    left: -280px;
    width: 415px;
    float: left;
    position: absolute;
    text-align: left;
}
.globe-text-section13 {
    margin-top: 260px;
    left: -280px;
    width: 400px;
    float: left;
    position: absolute;
    text-align: left;
}
.globe-text-section14 {
    margin-top: 60%;
    right: -470px;
    width: 460px;
    float: left;
    position: absolute;
    text-align: left;
}
.globe-text-section15 {
    margin-top: 280px;
    left: -190px;
    width: 285px;
    float: left;
    position: absolute;
    text-align: left;
    line-height: 79px;
}
.globe-text-section16 {
    margin-top: 27%;
    right: -533px;
    width: 535px;
    float: left;
    position: absolute;
    text-align: left;
}
.globe-text-section17 {
    margin-top: 65%;
    left: -220px;
    width: 530px;
    float: left;
    position: absolute;
    text-align: left;
    line-height: 79px;
}
.globe-text-section18 {
    margin-top: 45%;
    right: -115px;
    width: 325px;
    float: left;
    position: absolute;
    text-align: right;
}
.globe-text-section19 {
    margin-top: 40%;
    left: -270px;
    width: 500px;
    float: left;
    position: absolute;
    text-align: left;
    line-height: 79px;
}
.globe-text-section20 {
    margin-top: 26%;
    right: -190px;
    width: 300px;
    float: left;
    position: absolute;
    text-align: left;
}
.globe-text-section21 {
    margin-top: 14%;
    left: -308px;
    width: 325px;
    float: left;
    position: absolute;
    text-align: right;
    line-height: 79px;
}
.globe-text-section22 {
    margin-top: 35%;
    right: -190px;
    width: 330px;
    float: left;
    position: absolute;
    text-align: left;
}
.reposition-section02, .reposition-section02 .col-md-9 {
    margin-top: -60px !important;
}
.reposition-section03 {
    margin-top: -60px !important;
}
.reposition-section04, .reposition-section04 .col-md-6 {
    margin-top: -30px !important;
}
.reposition-section05, .reposition-section05 .col-md-9 {
    margin-top: -330px !important;
}
.reposition-section06, .reposition-section06 .col-md-7 {
    margin-top: -30px !important;
}
.reposition-section07, .reposition-section07 .col-md-9 {
    margin-top: -240px !important;
}
.reposition-section08, .reposition-section08 .col-md-6 {
    margin-top: -30px !important;
}
.reposition-section09, .reposition-section09 .col-md-8 {
    margin-top: -200px !important;
}
.reposition-section11, .reposition-section11 .col-md-10 {
    margin-top: -40px !important;
}
.reposition-section12, .reposition-section12 .col-md-8 {
    margin-top: -20px !important;
}
.reposition-section13, .reposition-section13 .col-md-6 {
    margin-top: -20px !important;
}
.reposition-section14, .reposition-section14 .col-md-8 {
    margin-top: -90px !important;
}
.reposition-section15, .reposition-section15 .col-md-9 {
    margin-top: -15px !important;
}
.reposition-section16, .reposition-section16 .col-md-7 {
    margin-top: -15px !important;
}
.reposition-section17, .reposition-section17 .col-md-5 {
    margin-top: -160px !important;
}
.reposition-section18, .reposition-section18 .col-md-9 {
    margin-top: -160px !important;
}
.reposition-section19, .reposition-section19 .col-md-8 {
    margin-top: -60px !important;
}
.reposition-section20, .reposition-section20 .col-md-9 {
    margin-top: -60px !important;
}
.reposition-section21, .reposition-section21 .col-md-9 {
    margin-top: -30px !important;
}
.reposition-section22, .reposition-section22 .col-md-8 {
    margin-top: 0px !important;
}
.img-fullwidth {
    width: 100%;
    border: none;
}
.globe-img-section {
    margin-top: 30px;
    margin-bottom: 30px;
}

.section__three_globe {
    display: block;
    width: 100%;
    background: transparent url(../../images/section-2-bg.jpg) no-repeat top center;
    padding: 80px 0 0px ;
    margin-top: -27px;
    z-index: 10;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.container.section__three {
    height: 590px;
}

.margin-auto {
    margin: auto;
}

.statistic-sparator {
    background-color: #f3f8b6;
    padding: 20px 50px;
    color: #4a5970;
}
.statistic-sparator h3 {
    font-size: 75px;
    font-weight: bold;
    font-family: 'Futura Round';
    padding: 0px;
    margin: 0px;
}
.statistic-sparator .statistic-subtitle {
    font-size: 20px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
}
.yellow-text {
    color: #fda736;
}
.clear { clear: both;}
.green-text {
    color: #abe455;
}

.section__five_globe {
    display: block;
    width: 100%;
    background: transparent url(../../images/section-3-bg.jpg) no-repeat top center;
    padding: 80px 0 0px ;
    margin-top: 0px;
    z-index: 10;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.section__six_globe {
    margin-top: -20px;
}
.globe-header-nav {
    position: absolute;
    z-index: 5;
    padding-left: 45px;
    margin-top: 15px;
}
.globe-header-nav a.globe-nav {
    font-size: 26px;
    color: #000;
    font-family: 'Futura Round Light';
    font-weight: bold;
    padding-right: 20px;
}
.globe-header-nav a.globe-nav:hover {
    color: #4a5970;
}
.globe-header-nav h2 {
    margin-bottom: 20px;
}
.globe-map {
    position: relative;
    width: 1550px;
    height: 1153.5px;
    left: 50%;
    margin-left: -775px;
}
.globe-map img.base-map {
    width: 100%;
    /*margin-top: -160px;*/
    margin-bottom: -350px;
    z-index: 0;
    position: relative;
}
.marker-container {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
}
.marker-class {
    background: url(../../images/marker.png) no-repeat center;
    width: 20px;
    height: 30px;
    display: block;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    position: absolute;
}

.marker-kalimantan {
    left: 43%;
    margin-top: 22%;
}

/*### POPUP */
/* Outer */
.popup {
	width:100%;
	height:100%;
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	background:rgba(255, 255, 255, 0.75);
    z-index: 100000;
}

/* Inner */
.popup-inner {
	max-width:950px;
	width:90%;
	padding:40px 30px;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	/*box-shadow:0px 2px 6px rgb(255, 254, 254);
	border-radius:3px;*/
	background:#17202f;
    color: #fff;
    z-index: 3;
}

/* Close Button */
.popup-close {
	width:30px;
	height:30px;
	padding-top:4px;
	display:inline-block;
	position:absolute;
	top:0px;
	right:0px;
	transition:ease 0.25s all;
	-webkit-transform:translate(50%, -50%);
	transform:translate(50%, -50%);
	border-radius:1000px;
	background:rgba(0,0,0,0.8);
	font-family:Arial, Sans-Serif;
	font-size:20px;
	text-align:center;
	line-height:100%;
	color:#fff;
}

.popup-close:hover {
	-webkit-transform:translate(50%, -50%) rotate(180deg);
	transform:translate(50%, -50%) rotate(180deg);
	background:rgba(0,0,0,1);
	text-decoration:none;
    color: #fff;
}
.popup h2 {
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-top: 0PX;
    font-size: 58px;
    line-height: 60px;
    margin-bottom: 15px;
}
.popup h3 {
    margin-bottom: 20px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-top: 0PX;
    font-style: italic;
    font-size: 18px;
    font-family: 'Futura Round Light';
    font-weight: bold;
}
.popup p {
    font-family: 'Futura Round Light';
    font-size: 18px;
}
.popup .img-preview img {
    max-height: 500px;
    float: right;
    width: auto;
}
.icon-showAll {
    position: absolute;
    z-index: 100;
    bottom: 0px;
    padding: 0px 0px 30px;
}
.icon-showAll img {
    width: 55px !important;
}
.navbar-toggle {
    z-index: 10000;
}
.mobile-logo {
    height: 50px;
    margin-left: 15px;
}
#main_nav .nav.navbar-nav {
    display: none;
}
.mobile-logo {
    display: none;
}
.navbar-collapse.collapse {
    z-index: -1;
    position: absolute;
}
html {
    width: 100%;
    overflow-x: hidden;
}
#main_nav a.icon-top {
    display: none;
}
.c-map-world__clouds {
    display: block;
    -webkit-mask-image: url(../../images/peta-masking.png);
    mask-image: url(../../images/peta-masking.png);
    -webkit-mask-size: cover;
    mask-size: cover;
}
.c-map-world__clouds {
    position: absolute;
    /*top: -160px;*/
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 3;
}
.c-map-world__clouds img {
    -webkit-animation: clouds 175s linear infinite;
    animation: clouds 175s linear infinite;
}
.c-map-world__clouds img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 200%;
    opacity: .5;
}
.img-baby-g-about {
    width: 180%;
    height: 100%;
    animation: animateCloud 280s linear infinite;
    background-image: url(../../images/globe-clouds.png);
    background-repeat: repeat-x;
    background position: 0 0;
    background-size: cover;

    position: absolute ;
    z-index: 1000;
    opacity: 0.3;
  }
@keyframes animateCloud  {100% {background position: 0 0;}0% {background-position: 3280px 0;}}


.owl-theme .owl-nav {
    margin-top: 10px;
    width: 50%;
    text-align: right;
    float: right;
    font-size: 50px;
    line-height: 0px;
    margin-top: 20px;
}
.owl-theme .owl-nav {
    position: absolute;
    right: 310px;
    margin-top: -50px;
}
.all-birds-popup {
    display: none;
}
.dafault-hide {
    display: none;
}
.momment-popup-style .modal-dialog {
    width: 1150px !important;
}
.hr-momment-popup {
    border: none;
    border-bottom: 1px solid rgb(236 236 236);
    margin-left: -30px;
    margin-right: 0px;
}
.modal-open {
    padding-right: 0px !important;
}
.momment-popup-style button.close {
    padding: 5px 10px;
    cursor: pointer;
    background: #fff;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    opacity: 1;
    right: 15px;
    position: absolute;
    z-index: 100;
}
.green-bg {
    background-color: #7ab423;
    color: #fff;
}
.momment-popup-style p {
    font-size: 16px @!important;
}
.momment-popup-style .modal-body {
    padding: 0px !important;
}
.modal .content-title, .modal .content-title small {
    color: #333 !important;
}
.icons-container img {
    width: 115px !important;
    margin-right: 40px;
    float: left;
}
.map-container {
    width: 1550px;
    height: 1153.5px;
}
body {overflow-y: hidden;}
.home-video {
    height: 570px;
}

.overlay-alt {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 251, 251, 0.75);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 10000;
}
.overlay-alt:target {
    visibility: visible;
    opacity: 1;
}
.popup-info-green {
    margin: 15% auto;
    padding: 20px;
    background: #82d500;
    color: #fff;
    border-radius: 15px;
    width: 35%;
    position: relative;
    transition: all 5s ease-in-out;
}
.popup-info-green h2 {
    margin-top: 0;
    color: rgb(255, 255, 255);
    font-weight: bold;
}
.popup-info-green .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: rgb(255, 255, 255);
    opacity: 1;
}
.popup-info-green .close:hover {
    color: #06D85F;
}
.popup-info-green .content {
    max-height: 40%;
    overflow: auto;
    font-size: 20px;
}
.popup-info-green strong {
    font-size: 22px;
    display: block;
    margin-bottom: 5px;
}
.subtitle-28 {
    font-size: 28px;
    color: #fff;
}
.explore_popup_trigger {
    width: 100%;
    display: block;
    /* position: absolute; */
    text-align: center;
    margin-top: -15px;
}
.explore_popup_trigger img {
    width: 40px;
}
.carousel-showmanymoveone {
    height: 253px !important;
    overflow: hidden;
}
.social_container {
    margin-top: 30px;
    margin-left: -2px;
}
.social_container a img {
    width: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.social_container a {
    display: block;
    float: left;
    width: 60px;
    margin-right: 15px;

    transition: all .2s ease-in-out;
}
.social_container a:hover {
    transform: scale(1.1);
}

.blog-item img {
    width: 100%;
}
.blog-container {
    margin-top: 50px;
    margin-bottom: 60px;
}
.search-container form {
    display: block;
    margin-bottom: 50px;
    padding: 15px 0;

    border-bottom: 3px solid #c8cdd4;
}
.search-container svg {
    height: 25px;
    width: 25px;

    color: #dddcdf;
}
.search-container form input {
    font-size: 26px;
    font-weight: normal;
    font-style: normal;
    outline: none;
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.search-container form input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #dcdbde;
    opacity:  1;
}
.search-container form input::placeholder { /* Most modern browsers support this now. */
    color:    #dcdbde;
}
.search-container .input-group-addon {
    background: none;
    border: none;
}
.blog-item a {
    color: #4a5970;
}
.blog-item h3 {
    margin: 0px;
    margin-bottom: 15px;
    font-size: 2em;
}
.blog-item {
    height: 650px;
}
.blog-item p {
    color: #979daf;
    font-size: 1.6em;

    font-family: 'Futura Round';
}
.blog-item .blog-categories {
    font-size: 22px;
    color: #4a5970;
    padding: 15px 0;

    font-family: 'Futura Round';
}
.blog-container h1 {
    font-size: 4em;
    /*font-family: 'Futura Round';*/
    margin-bottom: 50px;
}
.img-100 {
    width: 100%;
}
.m-l-25 {
    margin-left: 25px;
}
.m-t-100 {
    margin-top: 100px;
}
.sidebar-big-font {
    font-size: 2.6em;
    font-family: 'Futura Round';
}
.sidebar-big-font p {
    margin-bottom: 1em;
}
.icon-maps {
    width: 150px;
    margin-left: 20px;
    margin-top: 15px;
}
.container-1250 {
    width: 1150px;
}
.schedule-style table {
    font-size: 2.6em;
    font-family: 'Futura Round';
}
.schedule-style table tr {
    border-bottom: 2px dashed #4a5970;
}
.schedule-style table tr td {
    padding-top: 15px;
    padding-bottom: 15px;
    
}
.fun-bg-ornament {
    background: url("../../images/fun-all-day-bg.jpg") no-repeat top left;
    background-size: cover;
    background-position: 0 -10px;
    margin-top: -55px;
    margin-bottom: -50px;
    padding-top: 50px;
    padding-bottom: 70px;
}
.schedule-style table tr td:first-child { padding-left: 30px; }
.faq-style ul li {
    margin-bottom: 35px;
    font-size: 1.6em;
    font-family: 'Futura Round';
    list-style-image: url('../../images/list-arrow.png');
    padding-left: 15px;
}
.faq-style ul li strong {
    font-size: 1.6em;
    font-family: 'Futura Round Demi';
}
.faq-style p {
    font-size: 1.6em;
}
.faq-style a {
    text-decoration: underline;
}
.faq-style h5 {
    font-size: 3em;
}
.about-style h1 {
    font-size: 3em;
    font-family: 'Futura Round Demi';
}
.about-style h2 {
    font-size: 3.5em;
    font-family: 'Futura Round';
}
.about-style h3 {
    font-size: 3em;
}
.about-style table {
    width: 100%;
    margin-top: 30px;
}
.pp-style p, .pp-style li {
    font-size: 2.2em;
    font-family: 'Futura Round';
}
.pp-style li {
    margin-bottom: 15px;
}
.about-style p, .about-style td {
    font-size: 2.4em;
    font-family: 'Futura Round';
    margin-bottom: 25px;
}
.about-style hr {
    border: 0px;
    border-bottom: 2px dashed #4a5a71;
}
.career-style h3 {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 15px;
}
.career-style p {
    font-size: 26px !important;
    font-family: 'Futura Round';
    margin-bottom: 15px;
}
.career-style li {
    margin-bottom: 20px !important;
}
#contact-us .form-group {
    margin-bottom: 15px;
}
#contact-us .form-group, #contact-us .form-group .input-group {
    width: 100%;
}
#contact-us .form-group svg {
    width: 20px;
    height: 20px;
}
#contact-us input, #contact-us textarea {
    font-size: 1.8em;
    padding: 6px 20px;
    height: auto;
    width: 95%;
    background-color: #f2f2f2;
}
.submit-button {
    background-color: #4a5970;
    color: #fff;
    font-size: 26px;

    width: 200px;
}
.input-group-addon {
    background-color: #4a5970;
    color: #fff;
    width: 50px !important;
    height: 50px;
}
.accmenu {
    cursor: pointer;
}
.accmenu:hover {
    color: #000;
}
.accmenu_target_container {
    display: none;
    width: 100%;
    margin-bottom: 60px;
}


@media (max-width: 575.98px) {
    .navbar-toggle .icon-bar {
        background: #fff;
    }
    .navbar .navbar-brand {
        display: none;
    }
    .section__two.fontsize-big {
        font-size: 31px !important;
    }
    .accmenu_target_container {
        margin-bottom: 15px;
    }
    .career-style li {
        margin-bottom: 15px;
    }
    .icon-maps {
        width: 150px;
        margin: auto;
    }
    .about-style p {
        font-size: 1em;
        margin-bottom: auto;
    }
    .container-1250 { width: auto;}
    .m-l-25 { margin-left: auto;}
    .m-t-100 { margin-top: auto;}
    .blog-item {
        height: auto;
    }
    .social_container {
        margin-bottom: 170px;
    }
    .social_container a {
        display: block;
        float: left;
        width: 15%;
        margin-right: 5px;
        transition: all .2s ease-in-out;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
    }
    
    .popup-info-green {
        margin: 60% auto;
        width: 100%;
        padding: 10% 5%;
    }
    .home-video {
        height: 280px;
    }
    .mobile-logo {
        display: initial;
    }
    #main_nav .nav.navbar-nav {
        display:block;
    }
    .navbar-collapse.collapse {
        z-index: 1;
        position:relative;
    }
    .logo-nav{
        /*background-image:none;*/
        /*visibility:hidden;*/
        display:none;
    }
    .container>.navbar-collapse {
        background: #17202f;
        border-top: 3px solid #85d502;
        z-index: 1000;
        position: relative;
    }
    .navbar-nav>li>a {
        padding: 10px 30px;
        padding: 13px 30px;
        color: #fff;
        font-size: 16px;
    }
    .top-logo {
        display: none;
    }
    a.icon-top {
        display: none;
    }
    #main_nav a.icon-top {
        margin-top: 20px;
        padding-top: 0px;
        margin-bottom: 20px;
        float: left !important;
        display: initial;
    }
    .eagle-eye {
        right: 15px;
    }
    .container.full-width {
        width: 100%;
        padding: 0;
    }
    .section__two_three {
        margin-top: -15px;
    }
    .overlay-header .top-logo img {
        width: 65%;
    }
    .title__fe_section h1, .section__five h1, .section_nine h1 {
        font-size: 3em;
        line-height: 43px;
    }
    .container.section__three {
        padding-left: 0px;
        padding-right: 0px;
    }
    .section__three_slide .carousel-control .glyphicon-chevron-right, .section__three_slide .carousel-control .icon-next {
        display: none;
    }
    .section__seven .btn-ticket {
        position: absolute;
        width: 120px !important;
        left: 100px;
        bottom: 0px;
        margin-left: 15%;
        margin-bottom: 5px;
    }
    .fontsize-big {
        font-size: 2.3em !important;
        color: #4a5970;
        padding-top: 10px;
        padding-bottom: 20px;
    }
    .section__four .carousel-control .glyphicon-chevron-right, .section__four .carousel-control .icon-next {
        width: 40px;
        height: 42px;
        left: 10px;
        margin-top: 120px;
    }
    .section__four .carousel-control .glyphicon-chevron-left, .section__four .carousel-control .icon-prev {
        width: 40px;
        height: 42px;
        left: -25px;
        margin-top: 120px;
    }
    .fontsize-medium {
        font-size: 2.3em !important;
        text-align: center;
    }
    .section__three .fontsize-medium {
        margin-top: 30px;
    }
    .section__three_slide .carousel-caption {
        width: 100%;
    }
    .quote-by {
        font-size: 20px;
        padding-top: 20px;
        float: left;
        width: 100%;
    }
    .bubble-start {
        width: 140px;
        margin-top: auto;
        margin-left: auto;
    }
    .section__three_slide .main-image-left, .section__three_slide .main-image-right {
        width: 100%;
        margin-top: 225px;
    }
    .section__three_slide .caption-right span, .section__three_slide .carousel-caption span {
        text-align: center;
    }
    .section__three #myCarousel .item {
        height: 610px;
    }
    .section__three #myCarousel {

    }
    .section__three_slide .caption-right .bubble-start {
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 80%;
    }
    .section__three_slide .caption-left .bubble-start {
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 80%;
    }
    .btn-success {
        margin-bottom: 10px;
    }
    .testimonial-slide {
        height: 400px;
    }
    .section__three_slide {
        width: 100%;
        margin: auto;
        padding-bottom: 0px;
        height: 529px;
    }
    .container.section__four {
        padding: 55px 0px;
    }
    .fe-behero-start {
        width: 150px;
        margin-left: -75px;
        margin-top: 0;
        margin-right: auto;
        left: 50%;
        position: relative;
        margin-bottom: 30px;
    }
    .title__fe_section h1 {
        width: 100%;
        text-align: center;
    }
    .title__fe_section p {
        text-align: center;
    }
    .fe-label {
        position: absolute;
        z-index: 1;
        width: 51%;
        margin-left: -8px;
        margin-top: -60px;
    }
    .fe-slide-images {
        margin-top: 45px;
    }
    .section__five {
        padding: 40px 0 80px;
    }
    .form-subscribe {
        width: 100%;
    }
    .form-subscribe input {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .margin-top-50 {
        margin-top: 0px;
    }
    .form-subscribe .btn-success {
        padding: 15px 10px;
        font-size: 21px;
        color: #4a5970;
        border: none;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        min-width: 40%;
        margin: 0;
        float: left;
        margin-right: 5%;
    }
    .form-subscribe .btn-default {
        padding: 15px 10px;
        font-size: 21px;
        color: #4a5970;
        border: none;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        min-width: 35%;
        margin: 0;
        float: left;
    }
    .club-image {
        margin-top: -55px;
        width: 100%;
    }
    .club-image img {
        padding: 0;
        width: 100%;
    }
    .club-text {
        margin-top: 320px;
        margin-bottom: 15px;
    }
    .section__six h1 {
        padding-top: 15px;
        font-size: 22px;
    }
    .section__seven {
        margin-bottom: 0px;
    }
    .section_nine .video-container {
        margin-left: -35px;
        margin-right: -35px
    }

    /*-GLOBE PAGE-*/
    .section__two_globe {
        padding: 20px 0;
    }
    .globe-text-section01 {
        margin: 0;
        width: 100%;
        float: none;
        position: relative;
        text-align: center;
        font-size: 30px;
        line-height: 30px;
    }
    .reposition-section02, .reposition-section02 .col-md-9 {
        margin-top: 0px !important;
    }
    .globe-text-section02 {
        margin: 0px;
        right: auto;
        text-align: center;
        width: 100%;
        float: initial;
        position: relative;
        font-size: 30px;
        line-height: 30px;
        margin-bottom: -25px;
    }
    .globe-text-section03 {
        margin: 0px;
        margin-left: 0px;
        text-align: center;
        width: 100%;
        float: none;
        position: relative;
        font-size: 30px;
        line-height: 30px;
        margin-bottom: -25px;
        margin-top: 40px;
    }
    .globe-text-section04 {
        margin: 0px;
        margin-top: -114px;
        text-align: center;
        width: 50%;
        float: none;
        position: absolute;
        font-size: 30px;
        line-height: 30px;
        margin-left: 135px;
    }
    .reposition-section04, .reposition-section04 .col-md-6 {
        margin-top: 0px !important;
    }
    .reposition-section04 .img-fullwidth {
        width: 50%;
    }
    .reposition-section05, .reposition-section05 .col-md-9 {
        margin-top: -45px !important;
    }
    .globe-text-section05 {
        margin-top: 80px;
        right: auto;
        width: 30%;
        float: left;
        position: absolute;
        text-align: left;
        left: 16%;
        font-size: 30px;
        line-height: 30px;
    }
    .globe-text-section06 {
        margin-top: 0;
        left: 0;
        width: 100%;
        position: relative;
        text-align: center;
        font-size: 30px;
        margin-top: 35px;
        margin-bottom: -20px;
    }
    .reposition-section07, .reposition-section07 .col-md-9 {
        margin-top: 0px !important;
    }
    .globe-text-section07 {
        margin-top: -25px;
        text-align: center;
        width: 100%;
        position: relative;
        right: auto;
        font-size: 30px;
        margin-bottom: -50px;
    }
    .globe-img-title-big {
        font-family: 'Futura Round';
        color: #b1bf72;
        font-size: 54px;
        font-weight: bold;
        line-height: 55px;
        width: auto;
        margin: auto;
        text-align: center;
        margin: 0 15px;
    }
    .globe-text-section08 {
        margin: 0px;
        text-align: center;
        width: 100%;
        position: relative;
        margin-left: auto;
        font-size: 30px;
        line-height: 30px;
        margin-top: 10px;
        margin-bottom: -35px;
    }
    .globe-text-section09 {
        margin-top: 10px;
        left: auto;
        width: 100%;
        float: left;
        position: relative;
        text-align: center;
        font-size: 30px;
        line-height: 30px;
        margin-bottom: -20px;
    }
    .reposition-section09, .reposition-section09 .col-md-8 {
        margin-top: 0px !important;
    }
    .globe-text-section10 {
        margin-top: 0;
        text-align: center;
        width: 100%;
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 30px;
    }
    .reposition-section10 {
        margin-bottom: 0px;
    }
    .globe-text-section11 {
        margin-top: 15px;
        left: auto;
        width: 100%;
        float: left;
        position: relative;
        text-align: center;
        font-size: 30px;
        margin-bottom: -30px;
    }
    .globe-text-section12 {
        margin-top: 15px;
        left: auto;
        width: 100%;
        float: none;
        position: relative;
        text-align: center;
        font-size: 30px;
        margin-bottom: -15px;
    }
    .globe-text-section13 {
        margin-top: 13%;
        left: auto;
        width: 50%;
        float: right;
        position: absolute;
        text-align: right;
        font-size: 30px;
        margin-bottom: -30px;
        line-height: 30px;
        right: 15%;
    }
    .reposition-section13, .reposition-section13 .col-md-6 {
        margin-top: 0px !important;
    }
    .globe-text-section14 {
        margin-top: 60%;
        right: auto;
        width: 40%;
        float: left;
        position: absolute;
        text-align: left;
        font-size: 30px;
        line-height: 30px;
        margin-left: 5%;
    }
    .reposition-section14, .reposition-section14 .col-md-8 {
        margin-top: 0px !important;
    }
    .globe-text-section15 {
        margin-top: 0;
        left: auto;
        width: 100%;
        float: left;
        position: relative;
        text-align: center;
        line-height: 30px;
        font-size: 30px;
        margin-bottom: -20px;
    }
    .reposition-section15, .reposition-section15 .col-md-9 {
        margin-top: 0px !important;
    }
    .globe-text-section16 {
        margin: auto;
        right: 15px;
        width: 80%;
        float: right;
        position: relative;
        text-align: right;
        font-size: 30px;
        line-height: 30px;
        z-index: 1;
    }
    .reposition-section16, .reposition-section16 .col-md-7 {
        margin-top: 0px !important;
    }
    .globe-text-section17 {
        margin-top: 0;
        left: auto;
        width: 100%;
        float: none;
        position: relative;
        text-align: center;
        line-height: 30px;
        font-size: 30px;
        margin-bottom: -5px;
    }
    .reposition-section17, .reposition-section17 .col-md-5 {
        margin-top: 0px !important;
    }
    .globe-text-section18 {
        margin-top: 0;
        right: auto;
        width: 100%;
        float: none;
        position: relative;
        text-align: center;
        font-size: 30px;
        line-height: 30px;
        margin-bottom: -5px;
    }
    .reposition-section18, .reposition-section18 .col-md-9 {
        margin-top: 0px !important;
    }
    .globe-text-section19 {
        margin-top: 0;
        left: auto;
        width: 100%;
        float: none;
        position: relative;
        text-align: center;
        line-height: 30px;
        font-size: 30px;
        margin-bottom: -20px;
        z-index: 1;
    }
    .reposition-section19, .reposition-section19 .col-md-8 {
        margin-top: 0px !important;
    }
    .globe-text-section20 {
        margin-top: 0;
        right: auto;
        width: 100%;
        float: none;
        position: relative;
        text-align: center;
        font-size: 30px;
        line-height: 30px;
        margin-bottom: -20px;
    }
    .reposition-section20, .reposition-section20 .col-md-9 {
        margin-top: 0px !important;
    }
    .globe-text-section21 {
        margin-top: 0;
        left: auto;
        width: 100%;
        float: none;
        position: relative;
        text-align: center;
        line-height: 30px;
        font-size: 30px;
        margin-bottom: -18px;
    }
    .reposition-section21, .reposition-section21 .col-md-9 {
        margin-top: 0px !important;
    }
    .globe-text-section22 {
        margin-top: 0;
        right: auto;
        width: 100%;
        float: none;
        position: relative;
        text-align: center;
        font-size: 30px;
        margin-bottom: -25px;
    }
    .section__six_globe {
        margin-top: 0;
    }
    .globe-img-title {
        font-family: 'Futura Round';
        color: #4a5a71;
        font-size: 35px;
        font-weight: bold;
        line-height: 36px;
        margin-bottom: 0px;
    }
    .globe-header-nav a.globe-nav {
        font-size: 22px;
    }
    .globe-map img.base-map {
        width: 100%;
        margin-top: 15px;
        margin-bottom: 0px;
        z-index: 0;
        position: relative;
    }
    .popup {
        z-index: 10000;
        overflow:auto;
    }
    .popup .popup-inner {
        height: 100%;
        overflow:auto;
    }

    .section_nine {
        padding-bottom: 0;
    }

    #carousel-slider-headline .right.carousel-control {
        background: transparent url(../../images/next-slide-header-mobile.png) no-repeat center right !important;
        width: 50px;
    }
    .share_your_momment {
        padding-left: 0;
        padding-right: 0;
        margin-left: -20px;
        margin-right: -20px;
    }

    /*FOOTER */
    footer {
        z-index: 10;
    }
    footer ul li {
        list-style: none;
        font-size: 16px;
        margin-bottom: 10px;
    }
    .copyright-text {
        margin-top: 20px;
    }
    .popup-inner {
        width: 100%;
        margin: 0px !important;
        border: 1px solid #17202f;
    }
    .popup-close {
        background: rgba(0,0,0,1);
        right: 20px;
        top: 20px;
    }
    .momment-popup-style .modal-dialog {
        width: 100% !important;
        margin: 0 !important;
        padding: 15px !important;
    }
    .momment-popup-style .modal-body {
        padding: 15px !important;
    }
    .icons-container img {
        width: 30% !important;
        margin-right: 3%;
        float: left;
        margin-bottom: 30px;
    }
    .popup .img-preview img {
        max-height: none;
        float: right;
        width: 100%;
    }
    .icon-showAll {
        position: relative;
    }
    .owl-theme .owl-nav {
        position: relative;
        right: 0;
        margin-top: 20px;
    }
    .icon-showAll {
        padding-bottom: 85px;
    }
    .explore_popup_trigger {
        margin-top: 0;
    }    

}


/* Evo CSS */
h1.title-page-reguler-explore{
    font-size: 70px;
}

/* Evo CSS */
img.btn-ticket.animate__animated.tada-trigger.ticket-1.animate__tada{
    display: none;
}

/* Evo CSS */
img.btn-ticket.animate__animated.tada-trigger.ticket-3.animate__tada{
    display: none;
}

/* Evo Mobile CSS*/
@media only screen and (max-width: 768px) {
  img.btn-ticket.animate__animated.tada-trigger.ticket-1.animate__tada {
    display: block;
  }
}

/* Evo Mobile CSS*/
@media only screen and (max-width: 768px) {
  img.btn-ticket.animate__animated.tada-trigger.ticket-3.animate__tada {
    display: block;
  }
}