body {
    margin:0 auto;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    letter-spacing: 0.1rem;
}

main {
    width:100vw;
    min-height:calc(100vh - 20vh);
}

.content {
    width:100%;
    margin:0 auto;
}

.icon-arrow-left2.mainBackIcon {
    display:none !important;
}

@media screen and (max-width: 1199px) {
    .insideContent {
        width: 100%;
        max-width:1920px !important;
        margin:0 auto !important;
        padding:20px;
        margin-top:125px !important;
    }
    .insideContent.page-login-register {
        width: 100% !important;
    }
}

@media screen and (min-width: 1200px) {
    .content.insideContent {
        padding-top:20px !important;
    }
    .insideContent {
        width: 100%;
        max-width:1920px !important;
        margin:0 auto;
        padding:20px;
        margin-top:125px !important;
    }
    .insideContent.page-login-register {
        width: 100% !important;
    }
}

.globalText {
    padding-top:20px;
    padding-bottom:20px;
    text-align:left;
    font-family: Arial, sans-serif !important;
    font-size:1.3rem;
    line-height:1.5;
    color: grey;
    width:100%;
    max-width:1900px;
    margin:0 auto;
    letter-spacing: 0.1rem;
}

#scrollTop .icon-circle-up {
    color:#b2ddbc !important;
}

.jt-color-main-header {
    color:#b2ddbc !important;
}

.jt-color-main {
    color:#6DA3A8 !important;
}

.jt-color-grey {
    color:#CECED0 !important;
}

.jt-color-white {
    color:white !important;
}

.jt-color-black {
    color:black !important;
}

header {
    width:100%;
    margin:0 auto;
    background-color: #41413c;
    color:white;
}

.headerBar {
    width:100%;
    max-width:1900px;
    margin:0 auto;
}

@media screen and (min-width: 1200px) {
    .headerBar { height:40px; }
}

@media screen and (max-width: 1199px) {
    .headerBar { }
}

.headerBar img {

}

.headerBar a {
    color:white;
}

.headerBar a:hover {
    color:#b2ddbc;
    animation: ease-in;
    transition: 0.5s
}

.headerBar .flag {
    width:16px;
    height:11px;
}

@media screen and (min-width: 1200px) {

    .headerBarMenuStandard {
        display:block !important;
        height:40px;
    }

    .headerBarMenuStandard a label {
        cursor:pointer;
    }

    .headerBarMenuStandard .logo-site img, .headerBarMenuStandard .menuText label, .headerBarMenuStandard .login_register label {
        position:relative;
        top:25px;
        left:10px;
    }

    .headerBarMenuStandard .lang label {
        position:relative;
        top:30px;
    }

    .headerBarMenuMobile, #mobileMenu, #flagMenu {
        display:none !important;
    }

    .headerBar label {
        font-size:1rem;
    }

    .headerBar .login_register_lang {
        width:10%;
        padding-top:0px;
    }

    .headerBar .login_register_lang .flag {
        position:relative;
        top:30px;
    }

    .headerBar .login_register_lang .fa:before {
        position:relative;
        top:1px;
    }

    .headerBar .logo-site {
        width:150px;
    }

    .headerBar .logo-site img {
        position:relative;
        height:120px;
        top:10px;
        left:10px;
        z-index:100;
        background:#41413c;
        border-radius:10px;
        padding:5px;
    }

    .headerBar .menuText {
        width:calc(75%/4);
        padding:5px;
    }

    .headerBar .headerText  {
        padding-top:5px;
    }

    .iconBarHide {
        display:none;
    }

}

@media screen and (max-width: 1199px) {

    .headerBarMenuStandard {
        display:none !important;
    }

    .headerBarMenuMobile {
        display:block;
        height:40px;
    }

    .header-mobile-logo-site-home {
        margin-left:10px !important;
        position:relative !important;
        height:120px !important;
        width:120px !important;
        padding:5px !important;
        top:30px !important;
        left:10px !important;
        z-index:100 !important;
        background:#41413c !important;
        border-radius:10px !important;
    }

    .headerBarMenuMobile .header-mobile-logo-site {
        margin-left:0px;
        position:relative;
        height:25px;
        top:15px;
        left:10px;
        z-index:100;
        border-radius:10px;
    }

    .headerBarMenuMobile .icon-menu-position {
        margin-top:5px;
    }

    .headerBar label {
        font-size:1rem;
    }

    .headerBar .logo-site {
        width:40%;
    }

    .headerBar .logo-site img {
        position:relative;
        background:#41413c;
        border-radius:10px;
    }

    .headerBar .login_register_lang {
        width:60%;
    }

    .headerBar .login_register_lang .fa:before {
        position:relative;
        top:1px;
    }

    .headerBar .login_register_lang .mobile_header_flags {
        float:left;
        position:absolute;
        right:65px;
        top:15px;
    }

    .headerBar .login_register_lang .mobile_header_flags label {
        font-size:1.0rem !important;
    }

    .headerBar .login_register_lang .mobile_header_menu {
        float:left;
        position:absolute;
        right:15px;
        top:14px;
    }

    .headerBar .login_register_lang .mobile_header_clear {
        clear:both;
    }

    .iconBarHide {
        position:absolute;
        width: 100%;
        min-height:150vh;
        left:0;
        display: none;
        background-color: #efefef;
        color:#4b4b4b;
        border:1px solid #d0d1cd;
        z-index:1500;
        border-radius: 1px;
        -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
        box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);top: 0px;
    }

}

.iconBarClose {
    position:absolute;
    right:20px;
    top:12px;
    font-size:2.0rem;
    font-weight:400;
    padding-bottom:35px;
    cursor:pointer;
}

.mobileMenuContainer {
    display:none;
    background-color:white;
    color:black;
    width:100%;
    min-height:150vh;
}

.chooseFlagsContainer {
    display:none;
    background-color:white;
    color:black;
    width:100%;
    min-height:150vh;
}

.mobile-menu-style {
    background-color:#4b4b4b; position:relative; color:white; width:calc(100% - 40px); padding: 10px; margin:20px; cursor:pointer;
}

.mobile-menu-style-text {
    margin-left:10px;
    margin-top:2px;
    display:inline-block;
    font-size:1.2rem;
    color:white;
}

.flagMenuTitle {
    font-size:1.5rem;
    font-weight:400;
    padding:20px;
    text-align:center;
}

.flagMenuContent {
    padding:20px;
    text-align:center;
}

.chooseFlags { cursor:pointer; }
.icon-Menu { cursor:pointer; }

.travelBlog {
    color:#647496 !important;
    font-family: 'vimecity-mte', Arial, sans-serif !important;
    font-size:1.3rem !important;
    line-height:1.2 !important;
    color:grey !important;
}

.travel-part-one {
    max-width:2500px !important;
    margin:0 auto !important;
}

@media (max-width:900px) and (max-height:500px) {
    .travel-part-one {
        height: 130vh !important;
    }
    .travel-part-one .header_overlay_background {
        height:130vh !important;
    }
}

@media (max-width:900px) {
    .travel-part-one {
        background-image: url("../images/home/header_picture_mobile.jpg?v=3");
        background-color: white;
        background-repeat: no-repeat;
        width: 100vw;
        height: 100vh;
        background-position: center;
        background-size: cover;
        position: relative;
        color: black !important;
        z-index: 1;
    }
    .travel-part-one .header_overlay_background {
        position: absolute;
        background-color: #696969 !important;
        opacity:0.6;
        width:100vw;
        height:100vh;
        z-index:1;
    }
}

@media (min-width: 901px) and (max-width:1200px) {
    .jt-part-newsletter .header_overlay_text,
    .travel-part-one .header_overlay_text {
        bottom: 250px !important;
    }
    .travel-part-one .header_overlay_background {
        opacity:0.6 !important;
    }
}


@media (min-width: 901px) {
    .travel-part-one {
        background-image: url("../images/home/header_picture.jpg?v=3");
        background-color: white;
        background-repeat: no-repeat;
        width: 100vw;
        height: 100vh;
        max-width:2500px !important;
        background-position: center;
        background-size: cover;
        position: relative;
        color: black !important;
        z-index: 1;
    }
    .travel-part-one .header_overlay_background {
        position: absolute;
        background-color: #696969 !important;
        opacity:0.6;
        width:100vw;
        max-width:2500px !important;
        height:calc(100vh);
        z-index:1;
    }
}

@media (min-width: 801px) {
    .style-icon-compass {
        font-size:1.7rem !important;
    }
}
@media (max-width: 800px) {
    .style-icon-compass {
        font-size:1.2rem !important;
    }
}

@media (max-width: 450px) {
    .travel-part-one .header_overlay_text {
        top:150px !important;
        bottom:0px !important;
    }
}

@media (max-width:350px) {
    .jt-part-newsletter .header_overlay_text h1,
    .travel-part-one .header_overlay_text h1 {
        font-size: 1.8rem !important;
    }
    .jt-part-newsletter .header_overlay_text h2,
    .travel-part-one .header_overlay_text h2 {
        font-size: 1.3rem !important;
    }
}

@media (max-width:600px) and (max-height:350px) {

    .travel-part-one .header_overlay_text {
        top:70px !important;
    }

}

@media (max-width:900px) {

    .travel-part-one .header_overlay_text_headline {
        position: absolute;
        color: #b2ddbc !important;
        bottom:310px;
        width:100vw;
        margin:0 auto;
        text-align:center;
        z-index:5;
    }

    .jt-part-newsletter .header_overlay_text h1,
    .travel-part-one .header_overlay_text h1 {
        color: #b2ddbc !important;
        width:100vw;
        margin:0 auto;
        font-size: 3rem;
        text-shadow: 1px 1px 1px #32333B;
        text-align:center;
        margin-bottom:20px !important;
        font-weight:300 !important;
    }

    .jt-part-newsletter .header_overlay_text {
        position: relative;
        color: #b2ddbc !important;
        bottom:200px;
        width:100vw;
        margin:0 auto;
        text-align:center;
        z-index:5;
    }

    .travel-part-one .header_overlay_text {
        position: absolute;
        color: #b2ddbc !important;
        top:100px;
        width:100vw;
        margin:0 auto;
        text-align:center;
        z-index:5;
    }

    .jt-part-newsletter .header_overlay_text h1,
    .travel-part-one .header_overlay_text h1 {
        color: #b2ddbc !important;
        width:100vw;
        margin:0 auto;
        font-size: 3rem;
        text-shadow: 1px 1px 1px #32333B;
        text-align:center;
        font-weight:300 !important;
    }

    .jt-part-newsletter .header_overlay_text h2,
    .travel-part-one .header_overlay_text h2 {
        color:white !important;
        width:80vw;
        padding:20px;
        margin:0 auto;
        font-size: 1.6rem;
        text-shadow: 1px 1px 1px #32333B;
        text-align:center;
        font-weight:400 !important;
    }

    .jt-part-newsletter .header_overlay_text h3,
    .travel-part-one .header_overlay_text h3 {
        color:white !important;
        width:100vw;
        padding:20px;
        margin:0 auto;
        font-size: 1.2rem;
        text-shadow: 1px 1px 1px #32333B;
        text-align:center;
        font-weight:400 !important;
    }

    .jt-part-newsletter .header_overlay_text .input,
    .travel-part-one .header_overlay_text .input {
        background-color: white;
        opacity:0.85;
        width: calc(100% - 40px);
        max-width:300px;
        height: 40px;
        text-align:center;
        font-size: 1.2rem;
        color: black !important;
    }

    .jt-part-newsletter .header_overlay_text .input:focus,
    .travel-part-one .header_overlay_text .input:focus {
        outline: none;
    }

    .jt-part-newsletter .header_overlay_text .submit,
    .travel-part-one .header_overlay_text .submit {
        opacity:0.85;
        background-color: #b2ddbc !important;
        width: calc(100% - 40px);
        max-width:300px;
        height: 40px;
        font-size: 1.2rem;
        color: #32333B !important;
        letter-spacing: 0.07rem;
        cursor: pointer;
        margin-top: 15px;
        -webkit-border-radius:0;
        -webkit-appearance: none;
        border: 0px solid #b2ddbc !important;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
    }
}

@media (min-width: 1400px) {
    .jt-part-newsletter .header_overlay_text,
    .travel-part-one .header_overlay_text {
        top:220px !important;
    }
}

@media (min-width: 901px) {

    .jt-part-newsletter .header_overlay_text_headline,
    .travel-part-one .header_overlay_text_headline {
        position: absolute;
        color: #b2ddbc !important;
        bottom:440px;
        width:calc(100vw - 40px);
        max-width:2500px;
        margin:0 auto;
        text-align:center;
        z-index:5;
        padding-right:20px;
        padding-left:20px;
    }

    .jt-part-newsletter .header_overlay_text_headline h1,
    .travel-part-one .header_overlay_text_headline h1 {
        color: #b2ddbc !important;
        width:95vw;
        max-width:2500px;
        margin:0 auto;
        font-size: 2rem;
        text-shadow: 1px 1px 1px #32333B;
        text-align:center;
    }

    .jt-part-newsletter .header_overlay_text,
    .travel-part-one .header_overlay_text {
        position: absolute;
        color: #b2ddbc !important;
        top:150px;
        width:calc(100vw - 40px);
        max-width:2500px;
        margin:0 auto;
        text-align:center;
        z-index:5;
    }

    .jt-part-newsletter .header_overlay_text h1,
    .travel-part-one .header_overlay_text h1 {
        color: #b2ddbc !important;
        width:100vw;
        max-width:2500px;
        padding:20px;
        margin:0 auto;
        font-size: 4.5rem;
        text-shadow: 1px 1px 1px #32333B;
        text-align:center;
        font-weight:300 !important;
    }

    .jt-part-newsletter .header_overlay_text h2,
    .travel-part-one .header_overlay_text h2 {
        color:white !important;
        width:80vw;
        max-width:2500px;
        padding:20px;
        margin:0 auto;
        font-size: 2.5rem;
        text-shadow: 1px 1px 1px #32333B;
        text-align:center;
        font-weight:300 !important;
    }

    .jt-part-newsletter .header_overlay_text h3,
    .travel-part-one .header_overlay_text h3 {
        color:white !important;
        width:100vw;
        max-width:2500px;
        padding:20px;
        margin:0 auto;
        font-size: 1.4rem;
        margin-top: 50px;
        margin-bottom: 12px;
        text-shadow: 1px 1px 1px #32333B;
        text-align:center;
        font-weight:400 !important;
    }

    .jt-part-newsletter .header_overlay_text .input,
    .travel-part-one .header_overlay_text .input {
        opacity:0.8;
        background-color: white;
        border: 5px solid #b2ddbc !important;
        width: 300px;
        height: 57px;

        text-align:center;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        padding-left: 12px;
        font-size: 1.2rem;
        color: black !important;
    }

    .jt-part-newsletter .header_overlay_text .input:focus,
    .travel-part-one .header_overlay_text .input:focus {
        outline: none;
    }

    .jt-part-newsletter .header_overlay_text .submit,
    .travel-part-one .header_overlay_text .submit {
        opacity:0.8;
        background-color: #b2ddbc !important;
        border: 6px solid #b2ddbc !important;
        width: 200px;
        height: 55px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        font-size: 1.2rem;
        color: #32333B !important;
        margin-left: 4px;
        letter-spacing: 0.07rem;
        cursor: pointer;
        padding-top: 0px;
        text-align:center;
        margin-top:5px;
    }
}

.header_overlay_text button {
    opacity:0.9 !important;
}

.travelDescriptionIcon {
    cursor:pointer;
    height:30px !important;
}

.travel-part-two {
    position:relative;
    width:100%;
    margin:0 auto;
    background-color:white;
}

.whiteBG {
    width:100%;
    background-color:white;
}

.greyBG {
    width:100%;
    background-color: #eaebec;
}

.blackBG {
    width:100%;
    background-color: #32333B;
}

@media screen and (min-width:1600px) {
    .limit80 {
        width:100% !important;
        max-width:1600px !important;
    }
}

.limit80 {
    width:100%;
    margin:0 auto;
    text-align:center;
    padding:20px;
}

@media (max-width:900px) {
    .travel-part-two .p33 {
        width:100%;
        display:block;
        vertical-align:middle;
        padding-bottom:30px;
    }
    .travel-part-two .p33 img {
        height:150px;
    }
}

@media (min-width: 901px) {
    .travel-part-two .p33 {
        width:33%;
        display:block;
        vertical-align:middle;
        padding:0px;
    }
    .travel-part-two .p33 img {
        height:150px;
    }
}

@media (max-width:900px) {
    .travel-part-two h2 {
        font-size: 2.5rem;
        text-align: center;
        font-weight:400;
        margin-block-start: 0;
        margin-block-end: 0;
        margin-inline-start: 0;
        margin-inline-end: 0;
    }
}

@media (min-width: 901px) {
    .travel-part-two h2 {
        font-size: 2.5rem;
        text-align: center;
        padding: 15px;
        font-weight:400;
        margin-block-start: 0;
        margin-block-end: 0;
        margin-inline-start: 0;
        margin-inline-end: 0;
    }
}

@media (max-width: 901px) {
    .travel-part-two h3 {
        font-size: 1.5rem;
        text-align: center;
        font-weight:400;
        padding: 10px;
        margin-block-start: 0;
        margin-block-end: 0;
        margin-inline-start: 0;
        margin-inline-end: 0;
    }
}

@media (min-width: 901px) and (max-width: 1000px) {
    .travel-part-two h3 {
        font-size: 1.5rem;
        text-align: center;
        font-weight:400;
        padding: 30px;
        margin-block-start: 0;
        margin-block-end: 0;
        margin-inline-start: 0;
        margin-inline-end: 0;
        min-height:100px;
    }
}

@media (min-width: 1001px) {
    .travel-part-two h3 {
        font-size: 1.5rem;
        text-align: center;
        font-weight:400;
        padding: 30px;
        margin-block-start: 0;
        margin-block-end: 0;
        margin-inline-start: 0;
        margin-inline-end: 0;
        min-height:60px;
    }
}

.travel-part-two section {
    padding-top:25px;
    padding-bottom:25px;
}



@media (max-width:900px) {
    .specialHashtags {
        font-size: 1.0rem;
    }
}

@media (min-width: 901px) {
    .specialHashtags {
        font-size: 1.2rem;
    }
}

.travel-part-three {
    width:100%;
    margin:0 auto;
    text-align:center;
}

.searchYou {
    text-align:center;
    font-size:1.2rem;
}

.searchYou .searchYou_interest {
    font-size:1.2rem;
}

.searchYou .searchYou_interest_text {
    font-size:1.0rem;
}

.text_color_green {
    color:#6DA3A8 !important;
}

.text_color_grey {
    color:grey !important;
}

.text_color_blue {
    color:#647496 !important;
}

.text_color_red {
    color:#ED6765 !important;
}

.text_color_yellow {
    color:#b2ddbc !important;
}

@media (max-width:900px) {
    .button-intro {
        font-family: 'vimecity-bloomsbury', Arial, sans-serif !important;
        font-weight:300 !important;
        background-color: #6DA3A8;
        width: 100%;
        max-width:250px;
        height:45px;
        font-size: 1rem;
        color: white;
        letter-spacing: 0.07rem;
        cursor: pointer;
        margin-top:25px;
        margin-bottom: 20px;
        -webkit-appearance: none;
        border: 1px solid #6DA3A8;
        -moz-border-radius: 6px;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
    }
    .button-intro-detail {
        font-family: 'vimecity-bloomsbury', Arial, sans-serif !important;
        background-color: #647496;
        width: 100%;
        max-width:250px;
        height:45px;
        font-size: 1rem;
        color: white;
        letter-spacing: 0.07rem;
        cursor: pointer;
        margin-top:25px;
        margin-bottom: 20px;
        -webkit-appearance: none;
        border: 0px solid #647496;
        -moz-border-radius: 6px;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
    }
}

@media (min-width: 901px) {
    .button-intro {
        font-family: 'vimecity-bloomsbury', Arial, sans-serif !important;
        font-weight:300 !important;
        background-color: #6DA3A8;
        width: 50%;
        max-width:250px;
        height:45px;
        font-size: 1rem;
        color: white;
        letter-spacing: 0.07rem;
        cursor: pointer;
        margin-top:25px;
        margin-bottom: 30px;
        border: 1px solid #6DA3A8;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
    }
    .button-intro-detail {
        font-family: 'vimecity-bloomsbury', Arial, sans-serif !important;
        background-color: #647496;
        width: 50%;
        max-width:250px;
        height:45px;
        font-size: 1rem;
        color: white;
        letter-spacing: 0.07rem;
        cursor: pointer;
        margin-top:25px;
        margin-bottom: 30px;
        border: 0px solid #647496;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
    }
}

.travelContainer {
    background-color:#ededed;
    padding:15px;
}

/* dynamic map */

#dynamicMap .wrapper {
    text-align: left;
    width: 100%;
    margin:20px;
}

#dynamicMap  .map-image {
    position: relative;
    width: 700px;
    height: 360px;
    background-repeat: no-repeat;
    display: inline-block;
    background-size: contain;
}

#dynamicMap  #my-svg {
    width: 700px;
    height: 360px;
}

#dynamicMap  .mapsmall-circle1 {
    width: 10px;
    height: 10px;
    background-color: #ED6765;
    border-radius: 50%;
    position: absolute;
    top: 146px;
    left: 139px;
}

#dynamicMap  .animate{
    animation: pulse 1s infinite;
}

#dynamicMap  .anim{
    animation: pulse 1s infinite;
}

#dynamicMap  .mapsmall-circle2{
    width: 5px;
    height: 5px;
    background-color: #00abe6;
    border-radius: 50%;
    position: absolute;
    top: 181px;
    left: 131px;
}

#dynamicMap .mapsmall-circle3{
    width: 5px;
    height: 5px;
    background-color: #00abe6;
    border-radius: 50%;
    position: absolute;
    top: 120px;
    left: 184px;
}
#dynamicMap .mapsmall-circle4{
    width: 5px;
    height: 5px;
    background-color: #00abe6;
    border-radius: 50%;
    position: absolute;
    top: 87px;
    left: 133px;
}

#dynamicMap .mapsmall-circle5{
    width: 5px;
    height: 5px;
    background-color: #00abe6;
    border-radius: 50%;
    position: absolute;
    top: 71px;
    left: 234px;
}

#dynamicMap .mapsmall-circle6{
    width: 5px;
    height: 5px;
    background-color: #00abe6;
    border-radius: 50%;
    position: absolute;
    top: 100px;
    left: 197px;
}

#dynamicMap .mapsmall-circle7{
    width: 5px;
    height: 5px;
    background-color: #00abe6;
    border-radius: 50%;
    position: absolute;
    top: 309px;
    left: 191px;
}

#dynamicMap .mapsmall-circle8{
    width: 5px;
    height: 5px;
    background-color: #00abe6;
    border-radius: 50%;
    position: absolute;
    top: 257px;
    left: 241px;
}

#dynamicMap .mapsmall-circle9{
    width: 5px;
    height: 5px;
    background-color: #00abe6;
    border-radius: 50%;
    position: absolute;
    top: 164px;
    left: 322px;
}

#dynamicMap .mapsmall-circle10{
    width: 5px;
    height: 5px;
    background-color: #00abe6;
    border-radius: 50%;
    position: absolute;
    top: 119px;
    left: 332px;
}

#dynamicMap .mapsmall-circle11{
    width: 5px;
    height: 5px;
    background-color: #00abe6;
    border-radius: 50%;
    position: absolute;
    top: 83px;
    left: 344px;
}

#dynamicMap .mapsmall-circle12{
    width: 5px;
    height: 5px;
    background-color: #00abe6;
    border-radius: 50%;
    position: absolute;
    top: 100px;
    left: 150px;
}

#dynamicMap .mapsmall-circle13{
    width: 5px;
    height: 5px;
    background-color: #00abe6;
    border-radius: 50%;
    position: absolute;
    top: 89px;
    left: 586px;
}

#dynamicMap .mapsmall-circle14{
    width: 5px;
    height: 5px;
    background-color: #00abe6;
    border-radius: 50%;
    position: absolute;
    top: 124px;
    left: 456px;
}

#dynamicMap .mapsmall-circle15{
    width: 5px;
    height: 5px;
    background-color: #00abe6;
    border-radius: 50%;
    position: absolute;
    top: 182px;
    left: 416px;
}

#dynamicMap .mapsmall-circle16{
    width: 5px;
    height: 5px;
    background-color: #00abe6;
    border-radius: 50%;
    position: absolute;
    top: 150px;
    left: 486px;
}

#dynamicMap .mapsmall-circle17{
    width: 5px;
    height: 5px;
    background-color: #00abe6;
    border-radius: 50%;
    position: absolute;
    top: 274px;
    left: 568px;
}

#dynamicMap .first-arc{
    position: absolute;
    top:0px;
    left: 0px;
}

#dynamicMap .map-image > div {
    z-index: 99999999;
}

#dynamicMap .small-circle2 > div{
    padding: 20px;
    background-color: #34b8d8;
    border:1px solid #34b8d8;
    border-radius: 8px;
    color: white;
    width: 250px;
    text-align: center;
}

#dynamicMap .inner-circle-para{
    font-size: 12px !important;
    color: white;
    text-align: left;
}

#dynamicMap .small-circle7 > div{
    padding: 20px;
    background-color: #34b8d8;
    border:1px solid #34b8d8;
    border-radius: 8px;
    color: white;
    width: 250px;
    text-align: center;
}

#dynamicMap .small-circle9 > div{
    padding: 20px;
    background-color: #34b8d8;
    border:1px solid #34b8d8;
    border-radius: 8px;
    color: white;
    width: 250px;
    text-align: center;
}

#dynamicMap .circle-within{
    width: 30px;
    height: 30px;
    background-color: white;
    border-radius: 50%;
    text-align: left !important;
    position: relative;
    left: -40px;
}

#dynamicMap .circle-within2{
    width: 25px;
    height: 25px;
    background-color: white;
    border-radius: 50%;
    position: relative;
    left:90px;
}

#dynamicMap .circle-inner-h{
    position: relative;
    top: -10px;
    left: -40px;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 #00abe6;
    }
    70% {
        -webkit-box-shadow: 0px 0px  10px 3px #00abe6;
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 #00abe6;
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 #00abe6;
        box-shadow: 0 0 0 0 #00abe6;
    }
    70% {
        -moz-box-shadow: 0px 0px  10px 3px #00abe6;
        box-shadow: 0px 0px  10px 3px #00abe6;
    }
    100% {
        -moz-box-shadow: 0 0 0 0 #00abe6;
        box-shadow: 0 0 0 0 #00abe6;
    }
}

#dynamicMap #main {
    position: absolute;
    background: #31333A;
    width: 26%;
    top: 149px;
    left: -45px;
    box-shadow: 0px 0px 5px 1px #31333A;
    padding: 15px 8px;
    z-index: 999999999999;
    border-radius: 5px;
    opacity: 0;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

#dynamicMap .dynamicMap-overflow {
    overflow-x:hidden;
    width:100%;
    margin-top:15px;
}

#dynamicMap #main p {
    color: #fff;
    font-size: 13px;
    padding: 5px 0px;
    text-align: left;
}

#dynamicMap #main img {
    max-width: 33%;
    top: -34px;
    position: absolute;
    left: 0px;
}

#dynamicMap .mapsmall-circle1:hover ~#main {
    opacity: 1;
}

#dynamicMap .bg {
    stroke: #8d8d8d;
    stroke-dasharray: 4 12;
}

#dynamicMap  .move {
    stroke: #eb2121;
    animation: link-anim 5s linear infinite;
    stroke-dasharray: 4 12 4 12 4 12 4 12 4 300;
}

@keyframes link-anim {
    0% {
        stroke-dashoffset: 368;
    }
    100% {
        stroke-dashoffset: 32;
    }
}

#dynamicMap #my-svg > path {
    stroke-width: 2px;
    fill: transparent;
}



.app-modal-view-container {
    width:100%;
    margin:0 auto;
}

.app-modal-view {
    position:relative;
    margin:0 auto;
    width:558px;
    max-width:100%;
    border: 2px solid #647496;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border-top:none;
}

.app-modal-view-gender {
    width:calc(100% - 50px) !important;
    max-width:calc(300px - 50px) !important;
    font-family: 'vimecity-mte', Arial, sans-serif !important;
    color: darkgrey;
    font-size:1.2rem;
    background-color: white;
    width:100%;
    max-width:300px;
    padding:8px;
    border-top:1px solid #647496;
    border-left:1px solid #647496;
    border-right:1px solid #647496;
    border-bottom:1px solid #647496;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight:500;
}

.app-modal-view-myage {
    width:calc(100% - 50px) !important;
    max-width:calc(300px - 50px) !important;
    font-family: 'vimecity-mte', Arial, sans-serif !important;
    color: darkgrey;
    font-size:1.2rem;
    background-color: white;
    width:100%;
    max-width:300px;
    padding:8px;
    border-top:1px solid #647496;
    border-left:1px solid #647496;
    border-right:1px solid #647496;
    border-bottom:1px solid #647496;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight:500;
}

.app-modal-view-liveIn {
    width:calc(100% - 50px) !important;
    max-width:calc(300px - 50px) !important;
    font-family: 'vimecity-mte', Arial, sans-serif !important;
    color: darkgrey;
    font-size:1.2rem;
    background-color: white;
    width:100%;
    max-width:300px;
    padding:8px;
    border-top:1px solid #647496;
    border-left:1px solid #647496;
    border-right:1px solid #647496;
    border-bottom:1px solid #647496;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight:500;
}

.app-modal-view-smoker {
    width:calc(100% - 50px) !important;
    max-width:calc(300px - 50px) !important;
    font-family: 'vimecity-mte', Arial, sans-serif !important;
    color: darkgrey;
    font-size:1.2rem;
    background-color: white;
    width:100%;
    max-width:300px;
    padding:8px;
    border-top:1px solid #647496;
    border-left:1px solid #647496;
    border-right:1px solid #647496;
    border-bottom:1px solid #647496;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight:500;
}

.app-modal-view-travelExperience {
    width:calc(100% - 50px) !important;
    max-width:calc(300px - 50px) !important;
    font-family: 'vimecity-mte', Arial, sans-serif !important;
    color: darkgrey;
    font-size:1.2rem;
    background-color: white;
    width:100%;
    max-width:300px;
    padding:8px;
    border-top:1px solid #647496;
    border-left:1px solid #647496;
    border-right:1px solid #647496;
    border-bottom:1px solid #647496;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight:500;
}

.app-button {
    display:block;
    margin:0 auto;
    cursor: pointer;
    padding:10px;
    width:100%;
    min-width:100px;
    max-width:250px;
    margin-top:20px;
    margin-bottom:20px;
    font-size: 1.0rem;
    color: white;
    text-align:center;
    background-color: #647496;
    border: 1px solid #647496;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.app-modal-view-image {
    position:relative;
    max-width:calc(100% + 6px);
    z-index:10;
    border: 2px solid transparent;
    -webkit-border-top-left-radius: 6px;
    -moz-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    margin-left:-3px;
    margin-top:-2px;
    border-bottom:2px solid #647496;
}

.app-modal-view-headline-text.text-distance {
    padding:20px;
}

.app-modal-view-headline-container {
    margin-left:15px !important;
}

.app-modal-view-headline-text {
    font-size:1rem !important;
    color:grey;
    padding:0px;
    padding-bottom:10px !important;
    text-align:left !important;
}

.app-modal-view-choose-area {
    position:relative;
    width:100%;
    padding-left:5%;
    font-size:0.85rem;
}

.app-modal-view-choose-area label {
    color:grey !important;
}

.app-modal-view-page-jt-picture {
    position:absolute;
    z-index:20;
    right:45px;
}

@media (min-width:530px) {
    .app-modal-view-page-jt-picture { height:50px; top:15px; display:none; }
    .app-modal-view-choose-area label { padding-left:20px; }
}

@media (min-width: 351px) and (max-width: 530px) {
    .app-modal-view-page-jt-picture { height:40px; top:10px; display:none; }
    .app-modal-view-choose-area label { padding-left:5px; font-size:0.8rem; }
}

@media (max-width: 350px) {
    .app-modal-view-page-jt-picture { height:32px; top:10px; display:none; }
    .app-modal-view-choose-area label { padding-left:5px; font-size:0.7rem; }
}

.app-modal-view-page-number-area {
    position:absolute;
    right:15px;
    bottom:10px;
    z-index:20;
    font-size:0.8rem;
    color:grey;
}

.app-modal-view-sub-terms {
    width:100%;
    padding:20px;
    text-align:center;
}

.app-modal-view-form {
    width:100%;
    margin:0 auto;
    text-align:center;
}

.app-modal-view-form input {
    width:calc(100% - 50px) !important;
    max-width:calc(300px - 50px) !important;
}

.app-modal-step-1-error {
    display:none;
    width:100%;
    margin:0 auto;
    padding:20px;
    color:#ED6765;
}

.app-modal-view-error {
    width:100%;
    margin:0 auto;
    margin-top:20px;
    margin-bottom:20px;
    padding:5px;
}

.app-step-1 {
    display:block;
}

.app-step-2 {
    display:none;
}

.app-step-3 {
    text-align:center;
}

.app-modal-login {
    display:none;
}

.app-step-1 .app-modal-view #checkbox-app-register-account-candidate {
    display:none;
}

.app-step-1 .app-modal-view #checkbox-app-register-account-company {
    display:none;
}

/* activityPicture */

.activityLayerPicture, .activityPicture {
    overflow:hidden !important;
}

.activityPictureRotate {
    position:relative;
    top:20px;
    left:-20px;
    width:140% !important;
    transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    -o-transform:rotate(90deg);
}

.activityLayerCountries .icon-target {
    position:relative;
    top:3px;
}

.activityLayerCountries img {
    position:relative;
    top:-1px;
}

.activityLayerProfile img {
    position:relative;
    top:-1px;
}

.activityLayerTrip img {
    position:relative;
    top:-1px;
}

#changeLanguage img {
    position:relative;
    top:-7px;
}

.travelDetails {
    color:#647496;
    font-size:0.9rem;
}

.travelDetailSplit .activityPicture {
    max-width:none !important;
}

.travelDetailSite .activityPicture {
    width:100% !important;
    max-width:222px !important;
    height:295px !important;
    text-align:center !important;
    background-color:black !important;
    /*margin:0 auto !important;*/
}

.activityPicture {
    width:100% !important;
    max-width:222px !important;
    height: 295px !important;
    text-align:center !important;
    background-color:black !important;
    /*margin:0 auto !important;*/
}

.travelContainer .activityPicture {
    width:100% !important;
    max-width:222px !important;
    height:295px !important;
    text-align:center !important;
    background-color:black !important;
    /*margin:0 auto !important;*/
}

.travelDetailSite .activityPicture {
    margin-left:0 !important;
}

@media screen and (min-width:351px) and (max-width:455px) {
    .travelViewSpecial .activityPicture {
        padding-top:0;
    }
}

@media screen and (max-width:350px) {
    .travelViewSpecial .activityPicture {
        padding-top:0;
    }
}

/* account */

.account-profile .acrossButtonIcon {
    margin-top:4px;
}

.account-profile .acrossButtonText {
    padding-left:10px;
}

/* image cutter */

#cutterForm {
    display:none;
}

#imageCutter {
    position: relative;
    display: block;
    border: 0px solid #6DA3A8;
    background: #6DA3A8;
    width: 200px;
}

#imageCutter div {
    width: 200px;
    height: 250px;
    overflow: hidden;
}

#imageCutter div img {
    /*-moz-user-select:none;
    -khtml-user-drag: element;*/
    cursor: move;
}

#imageCutter p {
    margin: 0;
    box-sizing: border-box;
    width: 200px;
    border-bottom: 1px solid #647496;
    text-align: center;
    background: #6DA3A8;
    color: #eee;
    display:none !important;
}

#imageCutter p#resetImg {
    cursor: pointer;
    background: #ED6765;
    border-bottom: 0;
    border-top: 1px dotted #ED6765;
}

#imageCutter p#resetImg:hover {
    background: #ED6765;
}

/* uploader */

.containerUpload {
    width: 100%;
}

.upload-area {
    width:250px;
    height:250px;
    border: 0px solid lightgray;
    border-radius: 3px;
    margin-top: 20px;
    text-align: left;
    overflow: auto;
    padding:20px;
}

.upload-area:hover {
    cursor: pointer;
}

.upload-area h1 {
    text-align: center;
    font-weight: normal;
    font-family: sans-serif;
    line-height: 50px;
    color: darkslategray;
}

.iconUploadSize {
    font-size:5.0rem;
    position:relative;
    left:60px;
    top:50px;
}

#file {
    display: none;
}

.thumbnail {
    width:100%;
    max-width:200px;
    height:250px;
    padding: 2px;
    border: 2px solid lightgray;
    border-radius: 3px;
}

.thumbnail img {
   width:100%;
   max-width:200px;
   height:250px;
}

/* dashboard */


.dashboard {
    display:none !important;
    width:100%;
    max-width:900px;
    margin:0 auto;
    text-align:center;
    background-color: #f0f0f0;
    padding-top:5px;
    padding-bottom:5px;
}

@media only screen and (max-width: 350px) {
    .dashTextSize {
        font-size: 0.5rem;
    }
    .travelView h3 {
        font-size:0.8rem !important;
    }
}

@media only screen and (min-width: 351px) and (max-width:800px) {
    .dashTextSize {
        font-size: 0.6rem;
    }
}

@media only screen and (min-width: 801px) {
    .dashTextSize {
        font-size: 0.8rem;
    }
}

.subMenu {
    width:25%;
    float:left;
    text-align:center;
    cursor: pointer;
}

.subMenu a {
    cursor: pointer;
}

.subMenu label {
    cursor:pointer;
}

.iconsizeMenu {
    font-size:1.5rem;
}

.iconsizeDashboard {
    font-size:1.5rem;
    position:relative;
    top:3px;
}

.iconsizeDashboardCandidate {
    color:#647496 !important;
}

.iconsizeDashboardCompany {
    color:#647496 !important;
}

.iconSize {
    margin-left:30px;
    font-size:2.2rem;
}

.borderMenu {
    border-left:1px solid darkgrey;
    border-right:1px solid darkgrey;
}

.travelMatchDetail {
    background-color:#ededed;
    padding-top:25px;
    padding-bottom:25px;
    margin-top:25px;
    margin-bottom:25px;
}
