/** banner */
.banner {
    /* 920 / 222 */
    /*height: 222px;*/
    height: 0px;
    padding-bottom: 24.13%;
    position: relative;
    z-index: 0;
}
.banner .slides {
    overflow: hidden;
}
.banner .layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0.6;
    background-color: #58b2db;
}
.banner ul {
    width: 100%;
    z-index: 1;
}
.banner li, .banner img {
    width: 100%;
}
.banner.nocontrol .flex-direction-nav {
    display: none;
}
.banner .flex-direction-nav {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}
.banner .flex-direction-nav a {
    width: 48px;
    height: 48px;
    background: transparent url('../images/banner/left.png') no-repeat 0 0;
    opacity: 1;
    text-align: left;
    text-indent: -2000px;
    overflow: hidden;
}
.flex-direction-nav a:before, .flex-direction-nav a.flex-next:before {
    content: "";
}
.banner .flex-direction-nav .flex-prev {
    left: 10px;
}
.banner .flex-direction-nav .flex-next {
    right: 10px;
    background-image: url('../images/banner/right.png');
}
.banner .title-position {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
.banner h1 {
    width: 75%;
    height: auto;
    text-align: center;
    vertical-align: middle;
    color: white;
    font-size: 35px;
    border: none;
    margin: 0 auto;
    display: table-cell;
}
.banner h1 span {
    display: block;
    line-height: 26px;
    font-size: 20px;
    font-weight: normal;
}
.banner .section-layer {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 25%;
    z-index: 2;
    opacity: 0.8;
    background-color: #0b80b7;
}
.banner .section-position {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 25%;
    z-index: 3;
}
.banner .section {
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
    height: auto;
    list-style-type: none;
    margin: 0;
    padding: 0 18px 8px 0;
    text-align: right;
}
.banner .section .title {
    color: white;
    font-size: 30px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}
.safari .banner .title-position {
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
/*
.banner .section li {
    padding: 5px 5px 0 0;
}
.banner .section li a {
    color: white;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
}
.banner .section li a.selected {
    text-decoration: underline;
}
*/

/** background worldmap */
.bg-worldmap {
    /*height: 420px;*/
    margin: 0 auto;
    background-image: url('../images/banner/banner-worldmap.jpg');
    background-repeat: no-repeat;
    background-position: 50% 0;
}
/* menu */
.bg-worldmap.bg-worldmap-menu {
    /*height: 35px;*/
}
/* banner */
.bg-worldmap.bg-worldmap-banner {
    /*height: 385px;*/
    background-position: 50% -35px;
}


/** banner */
.banner.banner-worldmap {
  padding-bottom: 41.7%;
}
.banner.banner-worldmap img {
    margin-top: -36px;
}


/** links */
.banner ul.links {
    position: absolute;
    bottom: 0;
    margin-bottom: 15px;
    padding: 0;
    list-style-type: none;
    z-index: 4;
}
.banner ul.links li {
    text-align: center;
}
.banner ul.links li .btn-default {
    background-color: transparent;
    color: white;
    border-color: white;
    padding: 9px 23px;
    font-size: 12px;
    font-weight: bold;
    line-height: 10px;
}

.banner.banner-worldmap .flex-direction-nav .flex-prev {
    background-image: url('../images/banner/left2.png');
    left: -30px;
}

.banner.banner-worldmap .flex-direction-nav .flex-next {
    background-image: url('../images/banner/right2.png');
    right: -60px;
}

