/* ----------------------------------------- */
/*                                           */
/*                                           */
/*      Font-Face                            */
/*                                           */
/*                                           */
/* ----------------------------------------- */

@font-face {
    font-family: 'displayLight';
    src: url('../fonts/sf-ui-display-light/sf-ui-display-light-webfont.eot');
    src: url('../fonts/sf-ui-display-light/sf-ui-display-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/sf-ui-display-light/sf-ui-display-light-webfont.woff2') format('woff2'),
    url('../fonts/sf-ui-display-light/sf-ui-display-light-webfont.woff') format('woff'),
    url('../fonts/sf-ui-display-light/sf-ui-display-light-webfont.ttf') format('truetype'),
    url('../fonts/sf-ui-display-light/sf-ui-display-light-webfont.svg#sf_ui_displaylight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'textRegular';
    src: url('../fonts/sf-ui-text-regular/sf-ui-text-regular-webfont.eot');
    src: url('../fonts/sf-ui-text-regular/sf-ui-text-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/sf-ui-text-regular/sf-ui-text-regular-webfont.woff2') format('woff2'),
    url('../fonts/sf-ui-text-regular/sf-ui-text-regular-webfont.woff') format('woff'),
    url('../fonts/sf-ui-text-regular/sf-ui-text-regular-webfont.ttf') format('truetype'),
    url('../fonts/sf-ui-text-regular/sf-ui-text-regular-webfont.svg#sf_ui_textregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'textHeavy';
    src: url('../fonts/sf-ui-text-heavy/sf-ui-text-heavy-webfont.eot');
    src: url('../fonts/sf-ui-text-heavy/sf-ui-text-heavy-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/sf-ui-text-heavy/sf-ui-text-heavy-webfont.woff2') format('woff2'),
    url('../fonts/sf-ui-text-heavy/sf-ui-text-heavy-webfont.woff') format('woff'),
    url('../fonts/sf-ui-text-heavy/sf-ui-text-heavy-webfont.ttf') format('truetype'),
    url('../fonts/sf-ui-text-heavy/sf-ui-text-heavy-webfont.svg#sf_ui_textheavy') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'displayUltralight';
    src: url('../fonts/sf-ui-display-ultralight/sf-ui-display-ultralight-webfont.eot');
    src: url('../fonts/sf-ui-display-ultralight/sf-ui-display-ultralight-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/sf-ui-display-ultralight/sf-ui-display-ultralight-webfont.woff2') format('woff2'),
    url('../fonts/sf-ui-display-ultralight/sf-ui-display-ultralight-webfont.woff') format('woff'),
    url('../fonts/sf-ui-display-ultralight/sf-ui-display-ultralight-webfont.ttf') format('truetype'),
    url('../fonts/sf-ui-display-ultralight/sf-ui-display-ultralight-webfont.svg#sf-ui-display-ultralight') format('svg');
    font-weight: bold;
    font-style: normal;
}

/* ----------------------------------------- */
/*                                           */
/*                                           */
/*      Common                               */
/*                                           */
/*                                           */
/* ----------------------------------------- */

body, html, * {
    font-family: "textRegular", sans-serif;
    font-size: 16px;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
    margin: 0px;
}

html {
    overflow-x: hidden;
    overflow-y: scroll;
}

body {
    background-color: white;
    color: #464646;
    width: 100%;
    overflow-x: hidden;
    padding-top: 0px;
}

ol, ul {
    list-style: none outside none;
}

a {
    color: #555;
    text-decoration: none;
}

b {
    font-family: 'textHeavy';
}

h1 {
    font-size: 24px !important;
    line-height: 32px;
    font-weight: normal;
}

.fullscreenIMG {
    /*-webkit-transition: width 500ms ease-out 0s;
    -moz-transition: width 500ms ease-out 0s;
    -o-transition: width 500ms ease-out 0s;
    transition: width 500ms ease-out 0s;
    -webkit-transition: height 500ms ease-out 0s;
    -moz-transition: height 500ms ease-out 0s;
    -o-transition: height 500ms ease-out 0s;
    transition: height 500ms ease-out 0s;*/
    overflow: hidden;
}

.max1400 {
    max-width: 1400px;
    margin: 0 auto;
}

.center {
    margin: 0 auto;
}

.textCenter {
    text-align: center;
}

.width100 {
    width: 100%;
}

#fix-plans.sectionPadding {
    padding-top: 80px;
    padding-bottom: 80px;
}

.sectionPadding {
    padding-top: 80px;
    padding-bottom: 80px;
}

.sectionPaddingSSS {
    padding-top: 50px;
    padding-bottom: 20px;
}

.padding50-0 {
    padding: 50px 0px;
}

.padding100-0 {
    padding: 100px 0px;
}

.margin40-0 {
    margin: 40px 0px;
}

.margin100-0 {
    margin: 100px 0px;
}

.paddingTop10 {
    padding-top: 10px;
}

.paddingTop20 {
    padding-top: 20px;
}

.paddingTop40 {
    padding-top: 40px;
}

.paddingTop60 {
    padding-top: 60px;
}


.paddingTop100 {
    padding-top: 100px;
}

.betweenImage {
    width: 100%;
    height: 600px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

@media (max-width: 900px) {
    div.betweenImage {
        background-attachment: scroll;
        background-size: cover;
    }
}

.betweenImageSmall {
    width: 100%;
    height: 300px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

@media (max-width: 900px) {
    div.betweenImageSmall {
        background-attachment: scroll;
        background-size: cover;
    }
}

.sectionHeader {
    font-family: 'textRegular', sans-serif;
    color: #464646;
    font-size: 36px;
    text-align: center;
    padding: 100px 0px;
}

.sectionHeader2 {
    font-family: 'textRegular', sans-serif;
    color: #464646;
    font-size: 60px;
    text-align: center;
    max-width: 80%;
    margin: auto;
    line-height: 60px;
}

@media (max-width: 700px) {
    .sectionHeader2 {
        font-family: 'displayLight', sans-serif;
        color: #464646;
        font-size: 40px;
        text-align: center;
        max-width: 80%;
        margin: auto;
        line-height: 40px;
    }
}

.sectionSubHeader {
    font-size: 24px;
}

.sectionDesc {
    font-size: 18px;
    padding-top: 40px;
    margin: auto;
    max-width: 70%;
}
@media(max-width: 950px){
    .sectionDesc {
        font-size: 15px;
    }
    .home_header{

        font-size: 15px;
        margin-top: -35px;
    }

}

.sectionLocationDesc {
    padding: 0;
}

.sectionLocationDesc li{
    width: 31%;
    padding:0 2%;
    display: inline-block;
    vertical-align: top;
}

@media (max-width: 400px) {
    .sectionLocationDesc li{
        width: 100%;
        padding:0;
        margin-bottom: 25px;
        display: inline-block;
        vertical-align: top;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 32px !important;
        line-height: 32px !important;
    }

    .betweenImage {
        /*-webkit-background-size: 100% auto !important;
      -moz-background-size: 100% auto !important;
      -o-background-size: 100% auto !important;
      background-size: 100% auto !important;
      background-attachment: initial !important;*/
        height: 300px;
    }
}

@media (max-width: 700px) {
    .betweenImage {
        background-attachment: scroll;
    }
}

/*Buton BaÅŸlangÄ±cÄ±*/
.actionButton5 {
    border: 0px #222 solid !important;
    padding: 20px 40px !important;
    font-family: "textHeavy", sans-serif !important;
    display: inline-block !important;
    margin: 0 auto !important;
    -webkit-transition: all 300ms ease-out 0s !important;
    -moz-transition: all 300ms ease-out 0s !important;
    -o-transition: all 300ms ease-out 0s !important;
    transition: all 300ms ease-out 0s !important;
    cursor: pointer !important;
    text-decoration: none !important;

    background-color: #FFFFFF !important;
    color: #464646 !important;
    background-image: none !important;
    float: none !important;
    font-size: 24px !important;
    line-height: 24px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;

}

.actionButton5:hover {
    background-color: #222 !important;
    color: white !important;
    padding: 20px 40px !important;
    text-decoration: none !important;

    background-image: none !important;
    float: none !important;
    font-size: 24px !important;
    line-height: 24px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

/*Buton BitiÅŸi*/

.actionButton1 {
    border: 2px #222 solid !important;
    padding: 10px !important;
    font-family: "textHeavy", sans-serif !important;
    display: inline-block !important;
    margin: 0 auto !important;
    -webkit-transition: all 300ms ease-out 0s !important;
    -moz-transition: all 300ms ease-out 0s !important;
    -o-transition: all 300ms ease-out 0s !important;
    transition: all 300ms ease-out 0s !important;
    cursor: pointer !important;
    text-decoration: none !important;

    background-color: #FFFFFF !important;
    color: #464646 !important;
    background-image: none !important;
    float: none !important;
    font-size: 16px !important;
    line-height: 24px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;

}

.actionButton1:hover {
    background-color: #222 !important;
    color: white !important;
    padding: 10px 20px !important;
    text-decoration: none !important;

    background-image: none !important;
    float: none !important;
    font-size: 16px !important;
    line-height: 24px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.actionButton2 {
    border: 2px #222 solid !important;
    padding: 10px !important;
    font-family: "textHeavy", sans-serif !important;
    display: inline-block !important;
    margin: 0 auto !important;
    -webkit-transition: all 300ms ease-out 0s !important;
    -moz-transition: all 300ms ease-out 0s !important;
    -o-transition: all 300ms ease-out 0s !important;
    transition: all 300ms ease-out 0s !important;
    cursor: pointer !important;
    text-decoration: none !important;
    width: 200px !important;
    color: #464646 !important;
    text-align: center !important;
    padding: 10px 0px !important;
    margin-top: 10px !important;

    background-color: #FFFFFF !important;
    color: #464646 !important;
    background-image: none !important;
    float: none !important;
    font-size: 16px !important;
    line-height: 24px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;

}

.actionButton2:hover {
    background-color: #222 !important;
    color: white !important;
    padding: 10px 20px !important;
    text-decoration: none !important;
    border: 2px solid white !important;

    background-image: none !important;
    float: none !important;
    font-size: 16px !important;
    line-height: 24px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.actionButton3 {
    border: 2px #FFFFFF solid !important;
    padding: 10px !important;
    font-family: "textHeavy", sans-serif !important;
    display: inline-block !important;
    margin: 0 auto !important;
    -webkit-transition: all 300ms ease-out 0s !important;
    -moz-transition: all 300ms ease-out 0s !important;
    -o-transition: all 300ms ease-out 0s !important;
    transition: all 300ms ease-out 0s !important;
    cursor: pointer !important;
    text-decoration: none !important;
    width: 120px !important;
    color: #FFFFFF !important;
    text-align: center !important;

    background-color: #222222 !important;
    background-image: none !important;
    float: none !important;
    font-size: 16px !important;
    line-height: 16px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;

}

.actionButton3:hover {
    background-color: #FFFFFF !important;
    color: #464646 !important;
    /*padding: 10px 20px !important;*/
    text-decoration: none !important;
    border: 2px solid #222222 !important;

    background-image: none !important;
    float: none !important;
    font-size: 16px !important;
    line-height: 16px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.actionButton4 {
    border: none !important;
    padding: 0px !important;
    vertical-align: initial !important;
    font-family: "textHeavy", sans-serif !important;
    display: inline-block !important;
    margin: 0 auto !important;
    -webkit-transition: all 300ms ease-out 0s !important;
    -moz-transition: all 300ms ease-out 0s !important;
    -o-transition: all 300ms ease-out 0s !important;
    transition: all 300ms ease-out 0s !important;
    cursor: pointer !important;
    text-decoration: none !important;
    /*width: 150px !important;*/
    color: #FFFFFF !important;
    text-align: center !important;

    background-color: transparent !important;
    background-image: none !important;
    float: none !important;
    font-family: "textRegular", sans-serif !important;
    font-size: 16px !important;
    line-height: 24px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;

}

.actionButton4:hover {
    background-color: transparent !important;
    padding: 0px !important;
    vertical-align: initial !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
    border: none !important;

    background-image: none !important;
    float: none !important;
    font-size: 16px !important;
    line-height: 16px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}



.actionButton5 {
    border: 1px #222 solid !important;
    padding: 10px !important;
    font-family: "textHeavy", sans-serif !important;
    display: inline-block !important;
    margin: 0 auto !important;

    cursor: pointer !important;
    text-decoration: none !important;
    width: 100px !important;
    color: #464646 !important;
    text-align: center !important;
    margin-top: 5px !important;

    background-color: #FFFFFF !important;

    background-image: none !important;
    float: none !important;
    font-size: 16px !important;
    line-height: 24px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;

}

.actionButton5:hover {
    border: 1px #222 solid !important;
    padding: 10px !important;
    font-family: "textHeavy", sans-serif !important;
    display: inline-block !important;
    margin: 0 auto !important;

    cursor: pointer !important;
    text-decoration: none !important;
    width: 100px !important;
    color: #000000 !important;
    text-align: center !important;
    margin-top: 5px !important;

    background-color: #FFFFFF !important;

    background-image: none !important;
    float: none !important;
    font-size: 16px !important;
    line-height: 24px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}



.sprite {
    width: 40px;
    height: 40px;
    text-align: center;
    margin: 0 auto;
    margin-bottom:6px;
    display: inline-block;
    text-align: center;
}

.sprite svg {
    margin: 5px 0;
    height: 30px;
    width: auto;
    fill: #464646;
}

.sprite img {
    margin: 6px 0;
    height: 28px;
    width: auto;
}

.sprite2 {
    width: 50px;
    height: 50px;
    text-align: center;
    margin: 0 auto;
    margin-bottom:6px;
    display: inline-block;
    text-align: center;
}

.sprite2 svg {
    margin: 5px 0;
    height: 50px;
    width: auto;
    fill: #464646;
}

.sprite2 img {
    margin: 5px 0;
    height: 50px;
    width: auto;
    vertical-align: inherit;
}

.spriteicon-724, .spriteicon-catering, .spriteicon-cleaning, .spriteicon-closet, .spriteicon-conferencehall,
.spriteicon-curatedevents, .spriteicon-drink, .spriteicon-idea, .spriteicon-it, .spriteicon-kitchen,
.spriteicon-location, .spriteicon-loungeareas, .spriteicon-meetingrooms, .spriteicon-pasteries, .spriteicon-photography,
.spriteicon-projector, .spriteicon-secretary, .spriteicon-speaker, .spriteicon-storage, .spriteicon-transport,
.spriteicon-valet, .spriteicon-wifi, .spriteicon-calendar, .spriteicon-map, .spriteicon-tag,
.spriteicon-ticket {
    display: inline-block;
    background: url('../img/icons/icon-sprite.png') no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
}

.spriteicon-724 {
    background-position: -5px -0px;
    width: 40px;
    height: 40px;
}

.spriteicon-catering {
    background-position: -5px -45px;
    width: 40px;
    height: 40px;
}

.spriteicon-cleaning {
    background-position: -5px -90px;
    width: 40px;
    height: 40px;
}

.spriteicon-closet {
    background-position: -5px -135px;
    width: 40px;
    height: 40px;
}

.spriteicon-conferencehall {
    background-position: -5px -180px;
    width: 40px;
    height: 40px;
}

.spriteicon-curatedevents {
    background-position: -5px -225px;
    width: 40px;
    height: 40px;
}

.spriteicon-drink {
    background-position: -5px -270px;
    width: 40px;
    height: 40px;
}

.spriteicon-idea {
    background-position: -5px -315px;
    width: 40px;
    height: 40px;
}

.spriteicon-it {
    background-position: -5px -360px;
    width: 40px;
    height: 40px;
}

.spriteicon-kitchen {
    background-position: -5px -405px;
    width: 40px;
    height: 40px;
}

.spriteicon-location {
    background-position: -5px -450px;
    width: 40px;
    height: 40px;
}

.spriteicon-loungeareas {
    background-position: -5px -495px;
    width: 40px;
    height: 40px;
}

.spriteicon-meetingrooms {
    background-position: -5px -540px;
    width: 40px;
    height: 40px;
}

.spriteicon-pasteries {
    background-position: -5px -585px;
    width: 40px;
    height: 40px;
}

.spriteicon-photography {
    background-position: -5px -630px;
    width: 40px;
    height: 40px;
}

.spriteicon-projector {
    background-position: -5px -675px;
    width: 40px;
    height: 40px;
}

.spriteicon-secretary {
    background-position: -5px -720px;
    width: 40px;
    height: 40px;
}

.spriteicon-speaker {
    background-position: -5px -765px;
    width: 40px;
    height: 40px;
}

.spriteicon-storage {
    background-position: -5px -810px;
    width: 40px;
    height: 40px;
}

.spriteicon-transport {
    background-position: -5px -855px;
    width: 40px;
    height: 40px;
}

.spriteicon-valet {
    background-position: -5px -900px;
    width: 40px;
    height: 40px;
}

.spriteicon-wifi {
    background-position: -5px -945px;
    width: 40px;
    height: 40px;
}

.spriteicon-calendar {
    background-position: -5px -990px;
    width: 16px;
    height: 16px;
}

.spriteicon-map {
    background-position: -5px -1011px;
    width: 16px;
    height: 16px;
}

.spriteicon-tag {
    background-position: -5px -1032px;
    width: 16px;
    height: 16px;
}

.spriteicon-ticket {
    background-position: -5px -1053px;
    width: 16px;
    height: 16px;
}

.icon-financialadvisor{
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url('../img/icons/icon_accounting.png') no-repeat;
    text-align: left;
}

.social-icon-facebook, .social-icon-insta, .social-icon-linkedin, .social-icon-twitter, .social-icon-youtube {
    display: inline-block;
    background: url('../img/icons/social-icons.png') no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
}

.social-icon-facebook {
    background-position: -0px -0px;
    width: 22px;
    height: 22px;
}

.social-icon-insta {
    background-position: -22px -0px;
    width: 22px;
    height: 22px;
}

.social-icon-linkedin {
    background-position: -0px -22px;
    width: 22px;
    height: 22px;
}

.social-icon-twitter {
    background-position: -22px -22px;
    width: 22px;
    height: 22px;
}

.social-icon-youtube {
    background-position: -0px -44px;
    width: 22px;
    height: 22px;
}

.iconList {
    width: 90%;
    text-align: center;
    margin: auto;
}

.icon {
    padding: 0px 20px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    /*margin-bottom: 25px; */
}

.iconSymbol {
    height: 40px;
    text-align: center;
}

.iconSymbol img {
    height: 40px;
    width: 40px;
}

.iconLabel {
    font-size: 13px;
    text-align: center;
    line-height: 18px;
    /*width: 60px;*/
    margin-top: 10px;
    cursor: default;
}

.iconLabel br {
    display: block;
    margin: 0px 0px;
    line-height: 10px;
}

.iconLabel a {
    color: #464646;
    font-weight: bold;
}

.iconLabel a:hover {
    color: #464646;
}

.membershipType {
    display: inline-block;
    margin: 10px;
    background-color: #222;
    vertical-align: top;
    border-left: 2px solid #222;
    border-right: 2px solid #222;
}

.membershipAnimate {
    cursor: pointer;
}

.membershipType a {
    text-decoration: none;
}

.membershipType a:hover {
    text-decoration: none;
}

.membershipTypeImage {
    width: 289px;
    height: 172px;
    overflow: hidden;
    background-color: transparent;
    /*border-left: 2px solid #222;
    border-right: 2px solid #222; */
    border-bottom: 2px solid #222;
}

.membershipTypeNomadImage {
    height: 180px;
    overflow: hidden;
    border-bottom: 2px solid #222;
    background-size: contain;
}

.membershipTypeLabel {
    background-color: #222;
    color: white;
    width: 289px;
    padding: 0px 0px;
}

.membershipTypeButton {
    padding: 12px 10px;
    color: white;
}

.membershipTypeLabelText {
    font-size: 20px;
    display: inline-block;
    color: white;
    padding: 20px 0px;
}

.membershipTypeLabelIcon {
    position: relative;
    margin-top: -25px;
    text-align: right;
    padding-right: 20px;
}

.membershipTypeLabelDesc {
    padding: 20px 10px;
    text-decoration: none;
    background-color: white;
    color: #464646;
    /*border-top: 6px solid #222;*/
    /*border-left: 2px solid #222;
    border-right: 2px solid #222; */
    height: 220px;
    vertical-align: middle;
}

.membershipTypeLabelDesc:hover {
    text-decoration: none;
}

.hr {
    height: 0px;
    border-bottom: 1px solid #cccccc;
}

.pageHeader {
    width: 100%;
}

.pageHeaderInnerTextWithOutForm {
    font-family: 'textRegular';
    color: white;
    font-size: 52px;
    line-height: 52px;
    position: absolute;
    top: 0px;
    text-align: center;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    height: 500px;
    padding-top: 225px;
}
@media(max-width: 950px){
    .pageHeaderInnerTextWithOutForm{
        font-size: 52px;
        padding-top: 225px;
        height:500px;
    }
}

.pageHeaderInnerText {
    font-family: 'textRegular';
    color: white;
    font-size: 52px;
    line-height: 52px;
    position: absolute;
    top: 0px;
    text-align: center;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    height: 580px;
    padding-top: 200px;
}
@media(max-width: 950px){
    .pageHeaderInnerText{
        font-size: 24px;
        padding-top: 100px;
        height:800px;

    }
}
.pageHeaderInnerTextWithForm {
    font-family: 'textRegular';
    color: white;
    font-size: 52px;
    line-height: 52px;
    position: absolute;
    top: 0px;
    text-align: center;
    width: 100%;
    /*background-color: rgba(0, 0, 0, 0.4);*/
    height: 550px;
    padding-top: 75px;
}

@media (max-width: 950px) {
    .pageHeaderInnerTextWithForm {
        font-family: 'textRegular';
        color: white;
        font-size: 40px;
        line-height: 40px;
        position: absolute;
        top: 0px;
        text-align: center;
        width: 100%;
        /*background-color: rgba(0, 0, 0, 0.4);*/
        height: 800px;
        padding-top: 65px;
    }
}


.sectionHeaderDescription {
    max-width: 1200px;
    padding: 0 20px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 80px;
    font-size: 18px;
    line-height: 28px;
}

.membershipTypeCard {
    border: 2px solid #222;
    display: inline-block;
    margin: 20px;
}

.membershipTypeCardHeader {
    border: none;
    font-size: 20px;
    line-height: 22px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #222;
    color: #fff;
}

.membershipTypeCardHeaderPlan {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.membershipTypeCardLine {
    font-family: 'textRegular' !important;
    border: none;
    color: #000 !important;
    /*font-size: 18px;
    line-height: 18px;*/
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 15px;
}

.membershipTypeCardLinePrice {
    font-size: 25px;
    line-height: 50px;
}

.membershipTypeCardLinePrice b {
    font-size: 25px;
    line-height: 50px;
}

.membershipTypeCardLineBig {
    border: none;
    font-family: 'textHeavy';
    font-size: 22px;
    line-height: 22px;
    padding-bottom: 10px;
}

.membershipTypeCardLineBigCustom {
    border: none;
    font-family: 'textHeavy';
    font-size: 22px;
    line-height: 10px;
    padding-top: 15px;

}

.membershipTypeCardAction {
    padding: 8px;
    color: #ffffff;
    background-color: #222;
}

/* ----------------------------------------- */
/*                                           */
/*                                           */
/*      Fixed                                */
/*                                           */
/*                                           */
/* ----------------------------------------- */

#header {
    -webkit-transition: padding 500ms ease-out 0s;
    -moz-transition: padding 500ms ease-out 0s;
    -o-transition: padding 500ms ease-out 0s;
    transition: padding 500ms ease-out 0s;
}

@media (max-width: 960px) {
    nav.navbar {
        background-color: #222 !important;
        padding-top: 0px;
        height: 63px;
    }
}

.menuItemBecomeamember {
    margin-right: 10px;
}

@media (max-width: 1118px) {
    #menuItemLocations {
        display: none;
    }
}

@media (max-width: 1010px) {
    .headerMainmenuItem {
        font-size: 14px;
    }
}

@media (max-width: 1010px) {
    .headerMainmenuItem {
        font-size: 14px;
    }
}

@media (max-width: 1150px) {
    .headerSocialmediaButton {
        display: none !important;
    }
}

@media (max-width: 890px) {
    .headerSocialmediaButton
    {
        display: none !important;
    }

    .headerMainmenuItem {
        padding: 10px 7px 11px 7px !important;
    }
}

@media (max-width: 1000px) {
    #menuItemKoMagSpaces{
        display: none !important;
    }

    #menuItemKoMemberSpaces{
        display: none !important;
    }
}
@media (max-width: 768px) {
    #menuItemKoMagSpaces {
        display: inline-block !important;
    }

    #menuItemKoMemberSpaces {
        display: inline-block !important;
    }
}


@media (max-width: 890px) {
    #menuItemLogin, #menuItemLang {
        display: none !important;
    }
}

@media (max-width: 765px) {
    #menuItemLogin, #menuItemLang {
        display: block !important;
    }
}

@media (max-width: 765px) {
    .headerMainmenuItem {
        font-size: 18px;
    }

    .headerSocialmediaButton svg {
        height: 15px !important;
        margin: 0 10px;
    }
}

#logo {
    display: inline-block;
}

#logoSVG {
    width: 212px;
    height: 13px;
}

@media (min-width: 1300px) {
    .headerMainmenuItem a {
        /*font-size: 16px !important;*/
    }

    #header {
        padding-top: 20px;
    }
}

@media (max-width: 1060px) {
    #logoSVG {
        width: 212px;
        height: 13px;
    }
}

@media (max-width: 965px) {
    #headerMainmenuItemBecomamember {
        display: none;
    }
}

@media (max-width: 838px) {
    .headerSocialmediaButton {
        display: none !important;
    }

    .headerMainmenuItem {
        padding-top: 5px;
    }
}

@media (max-width: 768px) {
    .headerSocialmediaButton {
        display: inline-block !important;
    }

    .headerMainmenuItem {
        display: block !important;
        margin: 0px 0px 0px 0px;
    }

    .headerMainmenuItem a {
        /*font-size: 16px !important;*/
    }

    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: 1000px;
        text-align: center;
        padding-bottom: 100px;
    }

    .navbar-form {
        background-color: #222;
        border-color: #222 !important;
    }
}

.headerNoPadding {
    padding-top: 0px !important;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #222;
}

.headerMainmenuItem {
    cursor: pointer;
    display: inline-block;
    text-decoration: double;
    color: white;
    padding: 10px 10px 11px 10px;
    /*transform: perspective(500px) translateZ(-120px);*/
}

.headerMainmenuItemSocial {
    position: relative;
}

.headerMainmenuItemSocial > div {
    position: relative;
    top: 4px;
}

div.headerMainmenuItemSelected {
    cursor: default;
    text-decoration: underline;
    font-size: 16px;
}

.headerMainmenuItem > a {
    color: white;
    text-decoration: none;
    -webkit-transition: padding 200ms ease-out 0s;
    -moz-transition: padding 200ms ease-out 0s;
    -o-transition: padding 200ms ease-out 0s;
    transition: padding 200ms ease-out 0s;
}

.headerMainmenuItem.headerMainmenuItemSocial {
    transform: none !important;
}

.headerMainmenuItem.headerMainmenuItemSocial .headerSocialmediaButton {
    border: 1px solid white !important;
    padding: 2px;
}

.navbar-brand {
    padding: 20px 15px;
}

.navbar-form {
    padding-top: 8px;
    padding-right: 15px;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    margin-top: 0px;
    margin-right: 0px;
}

.navbar-toggle {
    margin: 0px;
    border: none;
    padding: 14px;
    margin-top: 5px;
    margin-right: 5px;
    border-radius: 0px;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse {
    background-color: #222;
}

.navbar-inverse {
    -webkit-transition: background-color 500ms ease-out 0s;
    -moz-transition: background-color 500ms ease-out 0s;
    -o-transition: background-color 500ms ease-out 0s;
    transition: background-color 500ms ease-out 0s;
}

.navbar-black {
    background-color: #222 !important;
    padding-top: 0px;
    height: 63px;
}

.navbar-collapse {
    padding-right: 0px;
}

#menuSVG {
    width: 13px;
    height: 13px;
}

.navbar-inverse {
    background-color: transparent;
    background-image: none;
    border: none;
}

div.headerSocialmediaButton {
    display: inline-block;
    padding: 2px 2px;
}

div.headerSocialmediaButton:hover {
    border: 1px solid white;
    padding: 1px 1px;
}

div#headerSocialmediaButtonFacebook {
    /*width: 8px;*/
}

div#headerSocialmediaButtonInstagram {
    /*width:11px;*/
}

div#headerSocialmediaButtonTwitter {
    /*width: 8px;*/
}

.headerSocialmediaButton svg {
    height: 15px;
    width: 20px;
}

@media (max-width: 1300px) {
    .headerSocialmediaButton svg {
        height: 12px;
    }

    div.headerSocialmediaButton {
        padding: 6px 1px;
    }

    div.headerSocialmediaButton:hover {
        border: 1px solid white;
        padding: 5px 0px;
    }
}

#underMenu {
    position: absolute;
    bottom: 20px;
    z-index: 999;
    width: 100%;
    text-align: center;
    -webkit-transition: margin 500ms ease-out 0s;
    -moz-transition: margin 500ms ease-out 0s;
    -o-transition: margin 500ms ease-out 0s;
    transition: margin 500ms ease-out 0s;
    margin-bottom: 20px;
}

.underMenuItem {
    display: inline-block;
}

.underMenuItem a {
    color: white;
    padding: 0px;
    margin: 10px 5px 11px 5px;
}

@media (max-width: 768px) {
    #underMenu {
        display: none;
    }

}

@media (max-width: 1300px) {
    #underMenu {
        margin-bottom: 0px;
    }
}

/* ----------------------------------------- */
/*                                           */
/*                                           */
/*      Home                                 */
/*                                           */
/*                                           */
/* ----------------------------------------- */

.sectionHome {
    position: relative;
    overflow: hidden;
}

.sectionHomeIMG {
    text-align: center;
    color: white;
    height: 650px;
}

@media (max-width: 321px) {
    .sectionHomeIMG {
        text-align: center;
        color: white;
        height: 850px;
    }
}

@media (max-width: 510px){
    .sectionHomeIMG {
        height: 990px !important;
    }
   #home-background{
       height: 991px !important;
   }
    .form-inline{
        margin-top:22px !important;
    }
    p.phone a {
        font-size: 22px !important;
    }

}
@media (max-width: 900px) {
    .sectionHomeIMG {
        text-align: center;
        color: white;
        height: 850px;
    }
    #home-background{
        height: 1000px !important;
    }
    .sectionHomeIMG {
        height: 880px;
    }
}
@media (max-width: 1122px) {
    #home-background{
        height: 1100px !important;
    }

}
@media (min-width: 900px) and (max-width: 1000px) {
    .sectionHomeIMG {
        height: 720px;
    }

}
.sectionHomeIMGInner {
    position: absolute;
    top: 0px;
}

#sectionHomeContent {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center;

    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 0, 0, 0.6);
    /* For IE 5.5 - 7*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}


#sectionHomeContentInner {
    margin-top: 200px;
    text-align: center;
    color: white;
    position: relative;
    /*padding: 0px 40px; */
    font-size: 27px;
}
.expand_logo img{
    margin-top:25px !important;
}

#sectionHomeContentInner > p {
    text-align: center;
    color: white;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    padding-top: 20px;
    font-size: 26px;
    line-height: 30px;
}

#sectionHomeContentInner > p > span {
    text-align: center;
    color: white;
    position: relative;
    margin: 0 auto;
    padding-top: 30px;
    font-size: 26px;
    line-height: 40px;
}

@media (max-width: 900px) {
    #sectionHomeContentInner > p > span {
        display: none !important;
    }
}

#sectionHomeContentInner > p > b {
    font-size: 23px !important;
}

@media (max-width: 700px) {
    #sectionHomeContentInner {
        text-align: center;
        color: white;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
        padding: 0px 10px;
        font-size: 18px;
    }

    #sectionHomeContentInner > p {
        text-align: center;
        color: white;
        position: relative;
        margin: 0 auto;
        padding-top: 15px;
        font-size: 20px;
        line-height: 20px;
    }

    #sectionHomeContentInner > p > b {
        font-size: 18px !important;
    }

    #sectionHomeContentInner input {
        font-size: 16px;
    }
}

#sectionHomeContentInner h1 {
    font-family: 'textRegular';
    margin-bottom: 0px;
    line-height: 50px;
}

@media (min-width: 830px) {
    #sectionHomeContentInner h1 {
        font-family: 'textRegular';
        font-size: 38px !important;
        line-height: 28px;
    }
}

.sectionHomeInput {
    background: rgba(0, 0, 0, 0.5);
    border: none;
    outline: none;
    padding: 15px;
    width: 450px;
    font-size: 17px;
}

@media (max-width: 700px) {
    .sectionHomeInput {
        width: 90%;
        text-align: center;
    }

    .sectionHomeSubmit {
        margin-top: 5px;
        width: 90%;
        text-align: center;
        margin-left: 0px !important;
    }
}

.sectionHomeSubmit {
    background: white;
    border: 2px solid white;
    outline: none;
    padding: 13px;
    font-family: 'textHeavy';
    color: #555;
    margin-left: -5px;
    -webkit-transition: all 300ms ease-out 0s;
    -moz-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;

}

button.sectionHomeSubmit:hover {
    background: rgba(0, 0, 0, 0);
    color: white;
}

#sectionHomeArrow {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0px;
    cursor: pointer;
}

#sectionHomeArrow svg {
    width: 30px;
}

/* ----------------------------------------- */
/*                                           */
/*                                           */
/*                                           */
/*      How                                  */
/*                                           */
/*                                           */
/* ----------------------------------------- */

#sectionHow {

}

div.sectionHowImage {
    background: url('../img/photos/pageLocations-1.jpg') no-repeat center center fixed;
    background-size: cover;
}

@media (max-width: 900px) {
    div.sectionHowImage {
        background: url('../img/photos/pageLocations-1.jpg') no-repeat center center;
        background-size: cover;
    }
}

/* ----------------------------------------- */
/*                                           */
/*                                           */
/*      Amenities                            */
/*                                           */
/*                                           */
/* ----------------------------------------- */

#sectionAmenities {

}

div.sectionAmenitiesImage {
    background: url('../img/photos/home/home-2.jpg') no-repeat center center fixed;
    background-size: cover;
}

@media (max-width: 900px) {
    div.sectionAmenitiesImage {
        background: url('../img/photos/home/home-2.jpg') no-repeat center center;
        background-size: cover;
    }
}

/* ----------------------------------------- */
/*      Locations                            */
/* ----------------------------------------- */

div.sectionLocationsImage {
    background: url('../img/photos/home/locations.jpg') no-repeat center center fixed;
    background-size: cover;
}

@media (max-width: 900px) {
    div.sectionLocationsImage {
        background: url('../img/photos/home/locations.jpg') no-repeat center center;
        background-size: cover;
    }
}

#sectionLocations {
    background-color: white;
}

div.sectionLocationsDesc {
    margin: 0 auto;
    width: 300px;
    text-align: center;
    padding-top: 40px;
    max-width: 70%;
}

div.sectionLocationsDescArrowContainer {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 3px;
}

@media (max-width: 700px) {
    div.sectionLocationsDescArrowContainer {
        display: none;
    }
}

.sectionLocationsDescArrow {
    margin: 0 auto;
    text-align: center;
    width: 30px;
    display: inline;
    padding: 0 50px;
}

.sectionLocationsDescArrow svg {
    width: 30px !important;
}

div.sectionLocationsBuildingContainer {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

div.sectionLocationsBuilding {
    text-align: center;
    display: inline-block;
    margin: 0 50px 30px 50px;
    vertical-align: top;
}

.sectionLocationsBuilding:last-child {
    margin-bottom:0;
    margin-left: 0;
    margin-right: 0;
}

@media (max-width: 710px) {
    div.sectionLocationsBuilding {
        margin-bottom: 40px;
    }
}

div.sectionLocationsBuilding a {
    text-decoration: none;
}

div.sectionLocationsBuilding a:hover {
    color: #464646;
}

@media (max-width: 700px) {
    .sectionLocationsBuilding {
        margin-top: 30px;
    }
}

.sectionLocationsBuildingLayer1 {
    width: 240px;
    display: inline-block;
    -webkit-border-top-left-radius: 220px;
    -webkit-border-top-right-radius: 220px;
    -moz-border-radius-topleft: 220px;
    -moz-border-radius-topright: 220px;
    border-top-left-radius: 220px;
    border-top-right-radius: 220px;
    background-color: #8ae0dd;
    height: 282px;
    vertical-align: bottom;
}

.sectionLocationsBuildingLayer2 {
    margin-top: -126px;
    width: 240px;
    display: inline-block;
    margin-left: -240px;
}

.sectionLocationsBuildingLayer2 img {
    width: 240px;
    margin-left: -8px;
}

@media (max-width: 350px) {
    div.sectionLocationsBuilding {
        text-align: center;
        display: inline-block;
        margin: 0 5px 30px 5px;
        vertical-align: top;
    }
}



.sectionLocationsBuildingLayer3 {
    font-size: 19px;
    background-color: #222;
    color: #FFF;
    width: 240px;
    padding: 10px 0px;
    position: relative;
}

.sectionLocationsBuildingLayer4 {
    color: #464646;
    width: 240px;
    position: relative;
    margin-top: 10px
}

.sectionLocationsBuildingLayer5 {
    margin-top: 10px;
}

.sectionLocationsBuildingLayer5 img {
    -webkit-transition: all 300ms ease-out 0s;
    -moz-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
    border: 1px white solid;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    width: 57px;
    height: 57px;
    cursor: pointer;
}

.sectionLocationsBuildingLayer5 img:hover {
    border: 1px #106b6b solid;
}

.sectionLocationsBuildingLayer6 {
    margin-top: 10px;
}

.sectionLocationsBuildingLayer6 a {
    color: #106b6b;
    text-decoration: none;
    border-bottom: 2px white solid;
    -webkit-transition: border 300ms ease-out 0s;
    -moz-transition: border 300ms ease-out 0s;
    -o-transition: border 300ms ease-out 0s;
    transition: border 300ms ease-out 0s;
}

.sectionLocationsBuildingLayer6 a:hover {
    border-bottom: 2px #106b6b solid;
}

/* ----------------------------------------- */
/*      Workspaces                           */
/* ----------------------------------------- */

div#sectionWorkspacesContent {
    background-color: white;
}

div#sectionWorkspacesContent .iconList {
    margin-bottom: 30px;
}

/* ----------------------------------------- */
/*      Event Spaces                         */
/* ----------------------------------------- */


#pageSpacesHeader {
    text-align: center;
    height: 500px;
}

#pageSpacesHeaderInnerIMG {
    background: url('../img/photos/spaces/spaces.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

#eventSpaces {

}

@media (max-width: 992px) {
    #eventSpaces {
        padding: 0 5%;
    }

    #eventSpaces p {
        text-align: center;
        margin-bottom: -30px;
    }

    .spaceh1 {
        text-align: center;
        padding-top: 45px;
    }
}

div.sectionEventSpacesImage {
    background: url('../img/photos/home/host.jpg') no-repeat center center fixed;
    background-size: cover;
}

@media (max-width: 900px) {
    div.sectionEventSpacesImage {
        background: url('../img/photos/home/host.jpg') no-repeat center center;
        background-size: cover;
    }
}

div#sectionEventSpaces {
    background-color: white;
}

div#eventSpaces .iconList {
    margin-bottom: 40px;
}

div.sectionEventspacesSpaces {
    text-align: center;
}

div.sectionEventspacesSpace {
    display: inline-block;
    height: 287px;
    margin: 20px 20px;
    cursor: pointer;
}

div.sectionEventspacesSpaceImage {
    background: none;
}

@media (max-width: 900px) {
    div.sectionEventspacesSpaces {
        width: 100%;
    }

    div.sectionEventspacesSpace {
        width: 100%;
        margin: 15px 0px 15px 0;
    }

    div.sectionEventspacesSpaceImage {
    }

    div.sectionEventspacesSpaceImage img {
    }
}

div.sectionEventspacesSpaceInfo {
    margin-top: -192px;
    position: relative;
}

div.sectionEventspacesSpaceInfoLayer1 {
    background-color: white;
    width: 140px;
    height: 100px;
    display: inline-block;
    vertical-align: top;
    font-size: 19px;
    text-align: right;
    padding-right: 20px;
}

div.sectionEventspacesSpaceInfo p {
    font-size: 19px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

div.sectionEventspacesSpaceInfoLayer1 br {
    display: block;
    margin: 0px 0px;
    line-height: 10px;
}

div.sectionEventspacesSpaceInfoLayer2 {
    background-color: #222;
    width: 140px;
    height: 100px;
    display: inline-block;
    vertical-align: top;
    margin-left: -5px;
}

.sectionEventspacesSpaceInfoLayer2 img {
    width: 100px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* ----------------------------------------- */
/*      Community                            */
/* ----------------------------------------- */

#pageCommunityHeader {
    text-align: center;
    height: 500px;
}

#pageCommunityHeaderInnerIMG {
    background: url('../img/photos/community/komembers-1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

div.sectionCommunityImage {
    background: url('../img/photos/home/community.jpg') no-repeat center center fixed;
    background-size: cover;
}

@media (max-width: 900px) {
    div.sectionCommunityImage {
        background: url('../img/photos/home/community.jpg') no-repeat center center;
        background-size: cover;
    }
}

div#sectionCommunity {
    background-color: white;
}

div.sectionCommunityList {
    text-align: center;
    padding-top: 40px;
}

div.sectionCommunityListFirst {
    width: 110px;
    height: 110px;
    background-color: #222;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
}

div.sectionCommunityListFirstLayer1 {
    font-size: 44px;
    font-family: "displayUltralight";
    color: white;
    width: 110px;
    text-align: center;
    padding-top: 35px;
}

div.sectionCommunityListFirstLayer2 {
    color: white;
    width: 110px;
    text-align: center;
    font-size: 13px;
}

div.sectionCommunityListItem {
    display: inline-block;
    vertical-align: top;
    margin: 10px;
}

div.sectionCommunityListItemImage {

}

.sectionCommunityListItemImage img {
    height: 110px;
    width: 110px;
}

.sectionCommunityQuote {
    font-size: 18px;
    width: 45%;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
    text-align: center;
    line-height: 28px;
    display: inline-block;
    vertical-align: top;
}

.sectionCommunityIMG {
    display: inline-block;
    vertical-align: middle;
}

.sectionCommunityIMG {
    width: 80px;
    height: 80px;
}

.sectionCommunityName {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding-left: 15px;
}

@media (max-width: 900px) {
    .sectionCommunityQuote {
        font-size: 18px;
        width: 85%;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 20px;
        text-align: center;
        line-height: 28px;
        display: inline-block;
    }
}

.sectionCommunityQuotesHolder {
    width: 90%;
    text-align: center;
    margin: auto;
}

.sectionCommunityPerksLogo {
    display: inline-block;
    margin: 10px;
}

.sectionCommunityPerksLogo img {
    height: 100px;

}

.communityFeatured {
    width: 300px;
    display: inline-block;
    vertical-align: top;
    margin: 30px;
    text-align: center;
}

@media (max-width: 400px) {
    .communityFeatured {
        margin-left: 0;
        margin-right: 0;
        padding: 0 5%;
    }

    .iconList {
        margin-left: auto;
        margin-right: auto;
    }
}

.communityFeatured .icon {
    padding: 0px;
}

.communityFeatured .iconSymbol {
    height: 140px;
    text-align: center;
}

.communityFeatured .iconSymbol img {
    width: 110px;
    height: 110px;
    text-align: center;
}

.communityFeatured .iconLabel {
    font-size: 24px;
    line-height: 32px;
    height: 48px;
    text-align: center;
}

.communityFeatured .membershipAddonPrice {
    font-family: 'textHeavy';
    font-size: 18px;
    text-align: center;
}

/* ----------------------------------------- */
/*      Events                               */
/* ----------------------------------------- */

#sectionEvents {

}

div.sectionEventsImage {
    background: url('../img/photos/home/events.jpg') no-repeat center center fixed;
    background-size: cover;
}

@media (max-width: 900px) {
    div.sectionEventsImage {
        background: url('../img/photos/home/events.jpg') no-repeat center center;
        background-size: cover;
    }
}

#pageGezginHeadline {
    margin-bottom: 20px;
}

.sectionEventsLogo {
    display: inline-block;
    margin: 10px;
}

.sectionEventsLogo img {
    height: 150px;

}

/* ----------------------------------------- */
/*                                           */
/*                                           */
/*      Events                               */
/*                                           */
/*                                           */
/* ----------------------------------------- */

#pageEventsHeader {
    text-align: center;
    height: 500px;
}

#pageEventsHeaderInnerIMG {
    background: url('../img/photos/events/koevents-1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

div#pageEventsContent {
    background-color: white;
}

div#pageEventsContent div.sectionSubHeader {
    margin-bottom: 40px;
}

div.pageEventsImageBrunch {
    background: url('../img/photos/events/koevents-2.jpg') no-repeat center center fixed;
    background-size: cover;
}

@media (max-width: 900px) {
    div.pageEventsImageBrunch {
        background: url('../img/photos/events/koevents-2.jpg') no-repeat center center;
        background-size: cover;
    }
}

div.pageEventsImageJammin {
    background: url('../img/photos/events/jammin.jpg') no-repeat center center fixed;
    background-size: cover;
}

@media (max-width: 900px) {
    div.pageEventsImageJammin {
        background: url('../img/photos/events/jammin.jpg') no-repeat center center;
        background-size: cover;
    }
}

div.pageEventsImageConcerts {
    background: url('../img/photos/events/koevents-5.jpg') no-repeat center center fixed;
    background-size: cover;
}

@media (max-width: 900px) {
    div.pageEventsImageConcerts {
        background: url('../img/photos/events/koevents-5.jpg') no-repeat center center;
        background-size: cover;
    }
}

div.pageEventsImageTalks {
    background: url('../img/photos/events/koevents-6.jpg') no-repeat center center fixed;
    background-size: cover;
}

@media (max-width: 900px) {
    div.pageEventsImageTalks {
        background: url('../img/photos/events/koevents-6.jpg') no-repeat center center;
        background-size: cover;
    }
}

div.pageEventsImageDiaries {
    background: url('../img/photos/events/diaries.jpg') no-repeat center center fixed;
    background-size: cover;
}

@media (max-width: 900px) {
    div.pageEventsImageDiaries {
        background: url('../img/photos/events/talks.jpg') no-repeat center center;
        background-size: cover;
    }
}

div.pageEventsImageAfterWork {
    background: url('../img/photos/events/afterwork.jpg') no-repeat center center fixed;
    background-size: cover;
}

@media (max-width: 900px) {
    div.pageEventsImageAfterWork {
        background: url('../img/photos/events/afterwork.jpg') no-repeat center center;
        background-size: cover;
    }
}

div.pageEventsImageUp {
    background: url('../img/photos/events/up.jpg') no-repeat center center fixed;
    background-size: cover;
}

@media (max-width: 900px) {
    div.pageEventsImageUp {
        background: url('../img/photos/events/up.jpg') no-repeat center center;
        background-size: cover;
    }
}

div.pageEventsImageExplore {
    background: url('../img/photos/events/koevents-3.jpg') no-repeat center center fixed;
    background-size: cover;
}

@media (max-width: 900px) {
    div.pageEventsImageExplore {
        background: url('../img/photos/events/koevents-3.jpg') no-repeat center center;
        background-size: cover;
    }
}

div.pageEventsImageCalendar {
    background: url('../img/photos/events/calendar.jpg') no-repeat center center fixed;
    background-size: cover;
}

@media (max-width: 900px) {
    div.pageEventsImageCalendar {
        background: url('../img/photos/events/calendar.jpg') no-repeat center center;
        background-size: cover;
    }
}

div.pageEventsImageYours {
    background: url('../img/photos/events/yours.jpg') no-repeat center center fixed;
    background-size: cover;
}

@media (max-width: 900px) {
    div.pageEventsImageYours {
        background: url('../img/photos/events/yours.jpg') no-repeat center center;
        background-size: cover;
    }
}

div.pageEventsItemLogo {
    line-height: 48px;
}

img.pageEventsItemLogoImg {
    height: 24px;
}

div.pageEventsItemText {
    color: #464646;
    padding-top: 20px;
    padding-bottom: 60px;
}

div.pageEventsItemAction {
    padding-bottom: 80px;
}

div.calendarItem {
    max-width: 80%;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
    overflow: hidden;
    -webkit-transition: height 600ms ease-out 0s;
    -moz-transition: height 600ms ease-out 0s;
    -o-transition: height 600ms ease-out 0s;
    transition: height 600ms ease-out 0s;
    /*border-top: 1px #464646 solid;*/
}

div.calendarItem0Height {
    height: 0px;
    -webkit-transition: height 600ms ease-out 0s;
    -moz-transition: height 600ms ease-out 0s;
    -o-transition: height 600ms ease-out 0s;
    transition: height 600ms ease-out 0s;
}

.calendarDay {
    color: #E63F2C;
    font-weight: 600;
    font-size: 28px;
    line-height: 28px;
    margin: 0 auto;
    padding-bottom: 18px;
}

.calendarDate {
    font-size: 45px;
    line-height: 45px;
    margin: 0 auto;
}

.calendarMonth {
    margin: 0 auto;
    font-size: 20px;
    line-height: 20px;
    padding-top: 18px;
}

div.calendarItemName {
    margin-bottom: 30px;
}

div.calendarItemName a {
    color: #464646;
    font-size: 36px;
    line-height: 36px;
    text-decoration: none;
}

div.calendarItemName a:hover {
    color: #555;
    text-decoration: none;
}

div.calendarItemLine {
    overflow-x: hidden;
    white-space: nowrap;
    height: 180px;
}

div.calendarItemLineItem {
    display: inline-block;
    vertical-align: top;
    border-right: 20px white solid;
    margin-left: -5px;
}

div.calendarItemLineInfo {
    color: #464646;
    background-color: #FFFFFF;
    font-size: 18px;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    height: 180px;
    padding-top: 20px;
    padding-bottom: 20px;
}

div.calendarDetails {

}

div.calendarDetailsItem {
    margin-top: 28px;
    margin-bottom: 7px;
    display: inline-block;
    vertical-align: middle;
}

div.calendarDetailsItem span {
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
}

div.calendarDetailsItem img {
    height: 16px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}

div.calendarText {
    font-size: 18px;
    margin-top: 20px;
}

div.calendarText a {
    text-decoration: none;
    cursor: pointer;
    border-bottom: 2px solid #464646;
}

div.calendarText a:hover {
    border-bottom: 2px dotted #464646;
    color: #464646;
}

div.calendarAction {
    margin-top: 20px;
    display: inline-block;
    float: right;
}

@media (max-width: 900px) {
    div.calendarAction {
        display: block;
        float: none;
        margin-top: 0px;
    }
}

div.calendarButton {
    display: inline-block;
    position: absolute;
    right: 20px;
}

div#calendarNav {
    text-align: center;
    width: 100%;
    padding-bottom: 40px;
}

div.calendarNavItem {
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
    border: 2px white solid;
    -webkit-transition: border 300ms ease-out 0s;
    -moz-transition: border 300ms ease-out 0s;
    -o-transition: border 300ms ease-out 0s;
    transition: border 300ms ease-out 0s;
}

div.calendarNavItem:hover {
    border: 2px solid #464646;
}

div.calendarNavItemSelected {
    border-bottom: 2px solid #464646;
    cursor: default;
}

div.calendarNavItemSelected:hover {
    border: 2px solid white;
    border-bottom: 2px solid #464646;
}

/* ----------------------------------------- */
/*                                           */
/*                                           */
/*      Community
/*                                           */
/*                                           */
/* ----------------------------------------- */

.pageCommunityIMG1 {
    background: url('../img/photos/community/komembers-2.jpg') no-repeat center center fixed;
    background-size: cover;
}

@media (max-width: 900px) {
    .pageCommunityIMG1 {
        background: url('../img/photos/community/komembers-2.jpg') no-repeat center center;
        background-size: cover;
        background-attachment: scroll;
    }
}

.pageCommunityIMG2 {
    background: url('../img/photos/community/komembers-3.jpg') no-repeat center center fixed;
    background-size: cover;
}

@media (max-width: 900px) {
    .pageCommunityIMG2 {
        background: url('../img/photos/community/komembers-3.jpg') no-repeat center center;
        background-size: cover;
        background-attachment: scroll;
    }
}

.pageCommunityIMG3 {
    background: url('../img/photos/community/komembers-4.jpg') no-repeat center center fixed;
    background-size: cover;
}

@media (max-width: 900px) {
    .pageCommunityIMG3 {
        background-attachment: scroll;
        background: url('../img/photos/community/komembers-4.jpg') no-repeat center center;
        background-size: cover;
    }
}

.pageCommunityIMG4 {
    background: url('../img/photos/community/join.jpg') no-repeat center center fixed;
    background-size: cover;
}

@media (max-width: 900px) {
    .pageCommunityIMG4 {
        background-attachment: scroll;
        background: url('../img/photos/community/join.jpg') no-repeat center center;
        background-size: cover;
    }
}

/* ----------------------------------------- */
/*                                           */
/*                                           */
/*      Membership
/*                                           */
/*                                           */
/* ----------------------------------------- */

div.sectionMembershipImage {
    background: url('../img/photos/home/home-7.jpg') no-repeat center center fixed;
    background-size: cover;
}

@media (max-width: 900px) {
    div.sectionMembershipImage {
        background: url('../img/photos/home/home-7.jpg') no-repeat center center;
        background-size: cover;
    }
}

/*Office Start*/
#pageOfficeHeader {
    text-align: center;
    height: auto;
}

#pageOfficeHeaderInnerIMG {
    background-position: center !important;
    background: url('../image/image1.jpg') ;
    background-repeat: no-repeat;
    background-size: cover;
    height: 550px;
}

@media (max-width: 900px) {
    #pageOfficeHeaderInnerIMG {
        background: url('../image/image1.jpg') no-repeat center center;
        background-size: cover;
        background-attachment: scroll;
    }
}

#pageBlackHeaderInnerIMG {
    background-position: center !important;
    background: url('../image/imageBlack.jpg') ;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
}

@media (max-width: 900px) {
    #pageBlackHeaderInnerIMG {
        background: url('../image/imageBlack.jpg') no-repeat center center;
        background-size: cover;
        background-attachment: scroll;
    }
}

.pageOfficeIMG1 {
    background: url('../image/2.jpg') no-repeat center center fixed;
    background-size: cover;
}

@media (max-width: 900px) {
    .pageOfficeIMG1 {
        background: url('../image/2.jpg') no-repeat center center;
        background-size: cover;
        background-attachment: scroll;
    }
}

.pageOfficeIMG2 {
    background: url('../image/2_3.jpg') no-repeat center center fixed;
    background-size: cover;
}

@media (max-width: 900px) {
    .pageOfficeIMG2 {
        background: url('../image/2_3.jpg') no-repeat center center;
        background-size: cover;
        background-attachment: scroll;
    }
}

.pageOfficeIMG3 {
    background: url('../image/2_6.jpg') no-repeat center center fixed;
    background-size: cover;
}

@media (max-width: 900px) {
    .pageOfficeIMG3 {
        background-attachment: scroll;
        background: url('../image/2_6.jpg') no-repeat center center;
        background-size: cover;
    }
}

.pageOfficeIMG4 {
    background: url('../image/2_7.jpg') no-repeat center center fixed;
    background-size: cover;
}

@media (max-width: 900px) {
    .pageOfficeIMG4 {
        background-attachment: scroll;
        background: url('../image/2_7.jpg') no-repeat center center;
        background-size: cover;
    }
}

/*Office End*/

#map-canvas {
    height: 500px;
}

#pageMembershipHeader {
    padding-bottom: 80px;
}

#pageMembershipHeaderDesc {
    margin-bottom: 80px;
    font-size: 18px;
    line-height: 28px;
}

.membershipAddon {
    width: 150px;
    display: inline-block;
    vertical-align: top;
    margin: 15px;
    text-align: center;
}

.membershipAddon .icon {
    padding: 0px;
}

.membershipAddon .iconSymbol {
    /*height: 80px; */
    text-align: center;
}

.membershipAddon .iconSymbol img {
    width: 40px;
    height: 40px;
    text-align: center;
}

.membershipAddon .iconLabel {
    font-size: 18px;
    line-height: 24px;
    /*height: 48px;*/
    text-align: center;
}

.membershipAddon .membershipAddonPrice {
    font-family: 'textHeavy';
    font-size: 18px;
    text-align: center;
}

/* ----------------------------------------- */
/*                                           */
/*                                           */
/*      About
/*                                           */
/*                                           */
/* ----------------------------------------- */

.pageAboutIMG1 {
    background: url('../img/photos/about/sss.jpg') no-repeat center center fixed;
    background-size: cover;
}

@media (max-width: 900px) {
    .pageAboutIMG1 {
        background: url('../img/photos/about/sss.jpg') no-repeat center center;
        background-size: cover;
        background-attachment: scroll;
    }
}

.pageAboutIMG2 {
    background: url('../img/photos/about/logos.jpg') no-repeat center center fixed;
    background-size: cover;
}

@media (max-width: 900px) {
    .pageAboutIMG2 {
        background: url('../img/photos/about/logos.jpg') no-repeat center center;
        background-size: cover;
        background-attachment: scroll;
    }
}

.pageAboutIMG3 {
    background: url('../img/photos/about/images.jpg') no-repeat center center fixed;
    background-size: cover;
}

@media (max-width: 900px) {
    .pageAboutIMG3 {
        background: url('../img/photos/about/images.jpg') no-repeat center center;
        background-size: cover;
        background-attachment: scroll;
    }
}

#pagePressHeader {
    text-align: center;
    height: 500px;
}

#pagePressHeaderInnerIMG {
    background: url('../img/photos/banners/about.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

div#pressFAQ {
    width: 100%;
    text-align: center;
}

div.pressFAQItem {
    width: 85%;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 10px;
}

div.pressFAQItemHeader {
    width: 25px;
    text-align: left;
    font-family: 'textHeavy';
    float: left;
    padding-top: 2px;
}

div.pressFAQItemContent {
    text-align: left;
    line-height: 28px;
}

div.pressFAQItemContentQ {
    font-family: 'textHeavy';
}

div#pressLogos {
    text-align: center;
    width: 100%;
}

div.pressLogo {
    display: inline-block;
}

div.pressLogo img {
    margin: 10px;
}
@media (max-width: 400px) {
    div.pressLogo img {
        margin: 10px 5%;
        width: 90%;
    }
}

div#pressImages {
    margin: 0 auto;
    max-width: 1400px;
    text-align: center;
}

div.pressImage {
    width: 269px;
    height: 269px;
    background-color: #FFFFFF;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 10px
}

div.pressImage img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* ----------------------------------------- */
/*                                           */
/*                                           */
/*      Event Space
/*                                           */
/*                                           */
/* ----------------------------------------- */

#pageEventspaceTable {
    padding-bottom: 30px;
}

.eventspaceArrangement {
    display: inline-block;
    margin: 10px;
    vertical-align: top;
    width: 155px;
}

.eventspaceArrangementHeader {
    font-size: 18px;
    margin-bottom: 5px;
    font-family: "textHeavy";
}

.eventspaceArrangementNumber {
    font-size: 16px;
    margin-bottom: 20px;
}

.eventspaceArrangementLogo {

}

.eventspaceArrangementLogo svg {
    height: 60px;
}

/* ----------------------------------------- */
/*                                           */
/*                                           */
/*      Ko Lounge
/*                                           */
/*                                           */
/* ----------------------------------------- */

.pageKoLoungeIMG1 {
    background: url('../img/photos/spaces/capacity.jpg') no-repeat center center fixed;
    background-size: cover;
}

@media (max-width: 900px) {
    .pageKoLoungeIMG1 {
        background: url('../img/photos/spaces/capacity.jpg') no-repeat center center;
        background-size: cover;
        background-attachment: scroll;
    }
}

.pageKoLoungeIMG2 {
    background: url('../img/photos/spaces/spaces-3.jpg') no-repeat center center fixed;
    background-size: cover;
}

@media (max-width: 900px) {
    .pageKoLoungeIMG2 {
        background: url('../img/photos/spaces/spaces-3.jpg') no-repeat center center;
        background-size: cover;
        background-attachment: scroll;
    }
}

.pageKoLoungeIMG3 {
    background: url('../img/photos/spaces/who.jpg') no-repeat center center fixed;
    background-size: cover;
}

@media (max-width: 900px) {
    .pageKoLoungeIMG3 {
        background: url('../img/photos/spaces/who.jpg') no-repeat center center;
        background-size: cover;
        background-attachment: scroll;
    }
}

#pageEventspaceIcons .iconList {
    padding-bottom: 40px;
}

#pageEventspaceHeader {

}

#pageEventspacePastevents {
    max-width: 1300px;
    margin: 0 auto;
    text-align: center;
}

.pageEventspacePastevent {
    display: inline-block;
    max-width: 300px;
    margin: 20px;
    vertical-align: top;
}

@media (max-width: 400px) {
    .pageEventspacePastevent {
        margin-left: 0;
        margin-right: 0;
        width: 300px;
    }

    .pageEventspacePasteventImage img {

    }
}

.pageEventspacePasteventLogo {
    margin-bottom: 10px;
}

.pageEventspacePasteventLogo img {
    width: 120px;
    height: 120px;
}

.pageEventspacePasteventName {
    font-size: 22px;
    font-family: "textHeavy";
    height: 80px;
    vertical-align: middle;
    margin: auto;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.pageEventspacePasteventImage {
    margin-bottom: 10px;
}

.pageEventspacePasteventImage img {
    width: 100%;
}

.pageEventspacePasteventDesc {

}

/* ----------------------------------------- */
/*                                           */
/*                                           */
/*      Footer                               */
/*                                           */
/*                                           */
/* ----------------------------------------- */

footer {
    width: 100%;
    background-color: #222;
    color: white;
}

.footerSpace {
    height: 80px;
    background-color: white;
}

#footerInner {
    max-width: 900px;
    margin: 0 auto;
    padding: 10px 0px;
    text-align: center;
}

#footerForm {
    margin: 0px auto;
    margin-bottom: 50px;
    text-align: center;
}

.footerFormInput {
    font-size: 13px;
    color: white;
    background: rgba(0, 0, 0, 0);
    border: 1px #a3a3a3 solid;
    outline: none;
    padding: 15px;
    width: 500px;
}

.footerFormSubmit {
    font-size: 13px;
    color: #464646;
    background: rgba(255, 255, 255, 1);
    border: 1px white solid;
    outline: none;
    padding: 15px;
    width: 100px;
    font-family: "textHeavy";
    margin-left: -7px;
    -webkit-transition: all 300ms ease-out 0s;
    -moz-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;

}

.footerFormSubmit:hover {
    background: #222;
    color: white;
}

#footerColumn1 {
    border-right: 1px solid #6c6c6c;
    width: 333px;
    display: inline-block;
    vertical-align: top;
    height: 185px;
    margin-bottom: 60px;
    margin-top:40px;
    padding-left: 20px;
    text-align: left;
}

#footerInner h1 {
    color: white;
    font-size: 20px !important;
}

.footerColumn1Mobile{
    margin-top:20px !important;
}
.footerColumn1Column {
    display: inline-block;
    line-height: 20px;
    margin-right: 20px;
    vertical-align: top;
}

.footerColumn1Column a {
    color: white;
    text-decoration: none;
    -webkit-transition: border 500ms ease-out 0s;
    -moz-transition: border 500ms ease-out 0s;
    -o-transition: border 500ms ease-out 0s;
    transition: border 500ms ease-out 0s;
    border-bottom: 2px solid #222;
    font-size: 14px;
}

.footerColumn1Column a:hover {
    border-bottom: 2px solid white;
}

.footerColumn1Social {
    margin-top: 15px;
}

.footerSocialmediaButton {
    display: inline-block;
    padding: 2px 2px 2px 2px;
    margin-right: 10px;
    border: 1px #222 solid;
    webkit-transition: all 300ms ease-out 0s;
    -moz-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
}

.footerSocialmediaButton:hover {
    border: 1px white solid;
}

.footerSocialmediaButton svg {
    height: 30px;
    width: 30px;
}

#footerColumn2 {
    border-right: 1px solid #6c6c6c;
    width: 292px;
    display: inline-block;
    vertical-align: top;
    height: 185px;
    margin-bottom: 50px;
    margin-top: 40px !important;
}

.footerColumn2Button {
    background-color: #fff;
    color: #464646;
    text-align: center;
    padding: 10px 0px;
    margin-top: 25px;
    margin-left: 50px;
    width: 187px;
    font-family: "textHeavy";
    webkit-transition: all 300ms ease-out 0s;
    -moz-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
    cursor: pointer;
    border: 2px solid white;
}

.footerColumn2Button:first-child {
    margin-top: 0px;
}

.footerColumn2Button:hover {
    background-color: #222;
    color: white;
}

#footerColumn3 {
    text-align: center;
    color: #b5b5b5;
    width: 240px;
    display: inline-block;
    vertical-align: top;
    line-height: 15px;
    margin-top: 25px;
}

.footerColumn3Line {
    font-size: 15px;
    line-height: 15px;
    padding: 0px 0px;
}

#footerColumn3 h1 {
    color: white;
    font-size: 15px !important;
    margin: 0px;
    line-height: 20px;
    margin-top: 15px !important;
}

div.footerColumn3Line a {
    color: white;
    font-size: 15px !important;
    text-decoration: none;
    border-bottom: 2px solid #222;
    webkit-transition: all 300ms ease-out 0s;
    -moz-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
}

div.footerColumn3Line a:hover {
    text-decoration: none;
    color: white;
    border-bottom: 2px solid white;
}

@media (max-width: 644px) {
    #footerColumn1 {
        border-right: none;
        text-align: center;
    }

    .footerFormInput {
        width: 300px;
    }

    div#footerForm .footerFormSubmit {
        width: 300px;
        margin-top: 10px;
        margin-left: 0px;
    }
}

@media (max-width: 900px) {
    #footerColumn2 {
        border-right: none;
    }

    #footerColumn3 {
        text-align: center;
    }
}

/* ----------------------------------------- */
/*                                           */
/*                                           */
/*      Preload
/*                                           */
/*                                           */
/* ----------------------------------------- */
#pageJobsHeader {
    text-align: center;
    height: 500px;
}

#pageJobsHeaderInnerIMG {
    background: url('../img/photos/banners/jobs.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.pageJobsIMG1 {
    background: url('../img/photos/jobs/join.jpg') no-repeat center center fixed;
    background-size: cover;
}

@media (max-width: 900px) {
    .pageJobsIMG1 {
        background-attachment: scroll;
        background: url('../img/photos/jobs/join.jpg') no-repeat center center;
        background-size: cover;
    }
}

.pageJobsIMG2 {
    background: url('../img/photos/jobs/team.jpg') no-repeat center center fixed;
    background-size: cover;
}

@media (max-width: 900px) {
    .pageJobsIMG2 {
        background-attachment: scroll;
        background: url('../img/photos/jobs/team.jpg') no-repeat center center;
        background-size: cover;
    }
}

#jobsList {

}

.jobsPost {
    width: 85%;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 10px;
}

.jobsPostContent {
    width: 85%;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 10px;
}

.jobsPostHeader {
}

.jobsPostHeaderTitle {
    display: inline-block;
    font-family: 'textHeavy';
}

.jobsPostHeaderLocation {
    display: inline-block;
    float: right;
    font-family: 'textHeavy';
}

#jobsUs {
    text-align: center;
    margin: 0 auto;
    max-width: 1400px;
}

.jobsPerson {
    width: 300px;
    text-align: center;
    display: inline-block;
    margin: 20px;
}

@media (max-width: 400px) {
    .jobsPerson {
        margin-left: 0;
        margin-right: 0;
    }
}

.jobsPerson .iconLabel {
    margin-top: 120px;
    font-size: 24px;
}

.jobsPerson .iconSymbol img {
    width: 140px;
    height: 140px;
}

.jobsPersonTitle {
    font-size: 18px;
    margin-top: 10px;
}

.jobsPerson .icon {
    margin-bottom: 15px;
}

/* ----------------------------------------- */
/*                                           */
/*                                           */
/*      Floating Nav
/*                                           */
/*                                           */
/* ----------------------------------------- */

.floating-nav {
    position: fixed;
    top: 100px;
    right: 20px;
    width: 105px;
    background-color: #fff;
    border-top: 1px solid #222;
    text-align: center;
    z-index: 9500;
}

@media (max-width: 700px) {
    .floating-nav {
        visibility: hidden !important;
    }
}

.floating-nav-item {
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-left: 1px solid #222;
    border-right: 1px solid #222;
    border-bottom: 1px solid #222;
    cursor: pointer;
    font-size: 12px;
    text-align: center;
}

.floating-nav-item a {
    color: #222;
}

.floating-nav-item a:hover {
    color: #222;
}

/* ----------------------------------------- */
/*                                           */
/*                                           */
/*      Subscribe
/*                                           */
/*                                           */
/* ----------------------------------------- */
.subscription-success {
    text-align: center;
    vertical-align: middle;
    margin: auto;
    padding-bottom: 10px;
}

.subscription-error {
    text-align: center;
    vertical-align: middle;
    margin: auto;
    padding-bottom: 10px;
}

/* ----------------------------------------- */
/*                                           */
/*                                           */
/*      Preload
/*                                           */
/*                                           */
/* ----------------------------------------- */

.navbar-header,
.headerMainmenuItem,
.headerSocialmediaButton,
.underMenuItem {
    opacity: 0;
}

body,
.sectionHomeIMG,
#sectionHomeContentInner h1,
#sectionHomeContentInner form,
#sectionHomeContentInner p,
#sectionHomeContentInner a,
#sectionHomeContentInner img,
#sectionHomeArrow {
    opacity: 0;
}

/*.fullscreen-bg {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: -100;
}*/

.fullscreen-bg__video {
    position: absolute;

    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background: url('../img/photos/home/home.jpg') no-repeat;
    background-size: cover;
    transition: 1s opacity;
}

.actionButton4-fix {
    display: block !important;
    text-align: center !important;
    color: #000000 !important;
}

.actionButton4-fix div a {
    display: block !important;
    text-align: center !important;
    color: #000000 !important;
}

/*Plan Kart*/
.photo-grid {
    margin: 0em auto;
    max-width: 2212px;
    text-align: center;
    padding: 0px;
}

.photo-grid li {
    border: 0px solid white;
    margin: 0em;
    width: 100%;
    height: 100%;
}

.photo-grid img {
    display: block;
    height: 100%;
    max-width: 100%;
}

.photo-grid figure {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 9000;
}

.photo-grid figcaption {
    background: rgba(0, 0, 0, 0.8);
    color: white;
    display: table;
    height: 100%;
    width: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
}

.photo-grid figcaption p {
    display: table-cell;
    font-size: 1.5em;
    position: relative;
    top: -5px;
    width: 100%;
    vertical-align: middle;
}

.photo-grid div:hover figcaption {
    border: 0px solid transparent;
    opacity: 0.85;
}

/*Plan Kart*/

p.phone{
    margin-top: 20px;
    padding: 7px;
}
p.phone img {
    width: 18px;
    height: 18px;
}

p.phone a {
    /*font-size: 34px;     */
    color: white;
    text-decoration: none;
}

@media (max-width: 700px) {

    p.phone{
        padding: 10px;
    }
    p.phone img {
        width: 18px;
        height: 18px;
    }
    p.phone a {
        font-size: 18px;
    }
}



.spaceh1{
    font-weight: bold;
}

/*
input[type='text'],
input[type='number'],
textarea {
  font-size: 16px;
}*/

.kolektif-drop{
    background: rgba(255, 255, 255, 0.9);
    color: #464646;
    border: 1px solid rgba(70,70,70,1) !important;
    border-radius: 0 !important;
}

.kolektif-drop-item {
    color: #464646 !important;
    text-align: center;
}

@media (max-width: 767px) {
    .kolektif-drop {
        color: #ffffff !important;
        border: none !important;
        border-radius: 0 !important;
    }

    .kolektif-drop-item {
        color: #ffffff !important;
        text-align: center;
    }
}

.kolektif-drop-item:hover {
    color: #ffffff !important;
    background: #333333 repeat-x !important;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.active>a {
    background-image: none !important;
    background-repeat: repeat-x;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus{
    color: #fff;
    background-color: transparent !important;
}

.kolektif-form {
    /*position: relative;*/
    position: absolute;
    margin: auto 0;
    width: 100%;
    top: 400px;
    bottom: 0;
    height: 180px;
    /*background: rgba(0,0,0,.7);*/
    padding: 20px;

}

@media (max-width: 720px) {
    .kolektif-form {
        position: initial;
        margin: auto 0;
        width: 100%;
        top: 300px;
        bottom: 0;
        height: 200px;
        /*background: rgba(0, 0, 0, .7);*/
        padding: 20px;
    }
}
.kolektif-form-control {
    height: 39px;
    color: #555;
    background: #fff none;
    border: 1px solid #ccc;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
@media (max-width: 920px) {
    .kolektif-form-control {
        margin: 5px;
        height: 39px;
        color: #CCC;
        background: #fff none;
        border: 1px solid #ccc;
        border-radius: 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        -webkit-transition: none !important;
        -o-transition: none !important;
        transition: none !important;
    }
}


.kolektif-arrow-down {
    width: 30px;
    margin-top: -20px;
}


.actionButtonHome {
    border: 0px #edae49 solid !important;
    padding: 10px !important;
    font-family: "textHeavy", sans-serif !important;
    display: inline-block !important;
    margin: 0 auto !important;
    cursor: pointer !important;
    text-decoration: none !important;
    width: 120px !important;
    color: #FFFFFF !important;
    text-align: center !important;
    background: #edae49 none !important;
    float: none !important;
    font-size: 16px !important;
    line-height: 19px !important;
    border-radius: 0px;
    text-shadow: none;
    box-shadow: none;
}

.actionButtonHome:hover {
    color: #99FFFFFF !important;
    /*padding: 10px 20px !important;*/
    text-decoration: none !important;
    border: 0px solid #99edae49 !important;
    background: #99edae49 none !important;
    float: none !important;
    font-size: 16px !important;
    line-height: 19px !important;
    border-radius: 1px;
}

@media (max-width: 320px) {
    #sectionHomeContentInner {
        margin-top: 80px;
    }
}

@media (max-width: 768px) {
    #sectionHomeContentInner {
        margin-top: 120px;
    }
}

@media (max-width: 920px) {
    #sectionHomeContentInner {
        margin-top: 160px;
    }
}