body,html{
    margin:0;
    padding:0;
    font-family: 'Lato', 'sans-serif'; 
	color: #222;
    font-size: 15px;
    height:100%;
}
/*font-family: 'Raleway', 'sans-serif';
    font-weight: 400;
font-size:14px;
*/


*:focus {
    outline: none;
}

a{
    text-decoration:none;
    color: #2aaef1;
}

a.blue-button{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    padding: 12px 15px;
    margin-top: 13px;
    background: #2aaef1;
    cursor: pointer;
    color: #FFF !important;
    text-transform:uppercase;
}

a.black-underline{
    font-weight: bold;
    color: #000;
    text-decoration: underline;
    margin-top: 20px;
    display: block;
}

a.white-border-button{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    padding: 12px 15px;
    margin-top: 13px;
    cursor: pointer;
    color: #FFF !important;
    text-transform:uppercase;
    border: 1px solid #FFF;
}

a.white-border-button:hover{
    border: 1px solid #2aaef1;
    color: #2aaef1 !important;
}

.social{
    background: url('img/social-round.png') no-repeat 0 0;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    text-align:center;
    margin: 13px 2px 0 2px;
    line-height: 30px;
    font-size: 0.9em;
}

#footer.white .social{
    background: url('img/social-round-black.png') no-repeat 0 0;
    background-size: 30px 30px;
}


.holder{
    max-width: 1000px;
    padding:0 20px;
    margin: 0 auto;
}

.content{
    background: #FFF;
    padding: 100px 0; 
}

.content.less-padding{
    padding-top: 50px;
    padding-bottom: 50px;
}

.black-divider{
    float: left;
    height: 12px;
    width: 20%;
    background: #222;
    margin: 40px 0;
}

.black-divider.right{
    float:right;
}

.content h3{
    margin:0;
    padding: 0;
    font-size: 50px;
}

.content h3.right{
    text-align:right;
    float:right;
}

.content h4{
    font-weight: bold;
    margin: 0 0 50px 0;
    font-size: 1.8em;
}

.content h4 p{
    margin:0;
    padding:0;
}

 .intro .left-blue{
    background: #2aaef1;
    float:left;
    width: 20%;
    color: #FFF;
    padding: 40px 40px 40px 0;
    position:relative;
}

.intro .left-blue a{
    color: #FFF;
    text-decoration: underline;
}
.intro .left-blue .placeholder{
    position:absolute;
    left:-3000px;
    width: 3000px;
    background: #2aaef1;
    height: 100%;
    top:0;
}

.intro .left-blue .title{
    font-weight:bold;
    font-size: 1.8em;
}

.intro .left-blue ul{
    margin: 0;
    padding:0;
    list-style-type:none;
}

.intro .left-blue p{
    margin: 0 0 20px 0;
}

.content.logos{
    text-align:center;
    background: #222;
    padding: 100px 0 70px 0;
    color: #FFF;
}

.content.logos h3{
    margin-bottom: 30px;
}

.content.logos .logo{
    display:inline-block;
    width: 180px;
    margin: 30px;
    vertical-align: middle;
}

.content.logos .logo img{
    width: 100%;
    height: auto;
}

.content.logos .white-border-button{
    font-size: 0.9em;
    display: inline-block;
    margin-top: 50px;
}

.home .logos{
    border-bottom: 50px solid #FFF;
}

.intro .left-blue li{
    padding-top: 20px;
    position:relative;
    padding-left:40px;
}

.intro .left-blue li .fa{
    font-size: 1.3em;
    position:absolute;
    left:0;
    top:20px;
}

 .intro .right-text{
    float:right;
    width: 68%;
}

.intro .right-text .summary{
    font-weight: 100;
    font-size: 1.8em;
    margin:40px 0 40px 0;
    color: #999;
}

.intro .right-text .left{
    float:left;
    width: 48%;
    line-height: 1.7em;
    position:relative;
}

.intro .right-text .right{
    float:right;
    width: 48%;
    line-height: 1.7em;
    position:relative;
}

.intro .right-text .blue-button{
    float: right;
    margin: 40px 0px 0 0;
}


.dark-action{
    text-align: center;
    background: #FFF;

}

.dark-action a{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    padding: 12px 20px;
    color: #FFF;
    background: #222;
    display: inline-block;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    letter-spacing:1px;
    text-transform:uppercase;
}

.dark-action.border-bottom{
    border-bottom: 50px solid #FFF;
}

.dark-action a:hover{
    color: #2aaef1;
}

    .dark-action .fa{
        margin-left:10px;
        vertical-align:middle;
        font-size: 0.7em;
    }



#splash{
    height: 3000px;
    background: #222;
    position:fixed;
    z-index:-1;
    left:0;
    width: 100%;
    top:0;
    height: 100%;
}

    #splash h2{
        text-align: center;
        color: #FFF;
        font-size: 60px;
        text-shadow: 1px 1px 3px rgba(0,0,0, 0.2);
        letter-spacing: 3px;
        font-weight: normal;
        margin:0;
        -webkit-transition: all 1.2s;  /* For Safari 3.1 to 6.0 */
        transition: all 1.2s;
        opacity:0;
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0);
        ;
    }

    #splash .scroll-down{
        color: #FFF;
        font-weight: bold;
        text-align: Center;
        text-transform: uppercase;
        line-height: 1.6em;
        text-shadow: 1px 1px 3px rgba(0,0,0, 0.2);
        cursor: pointer;
        letter-spacing:5px;
        -webkit-transition: all 1.2s;  /* For Safari 3.1 to 6.0 */
        transition: all 1.2s;
        opacity:0;
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0);
    }

        #splash .scroll-down .fa{
            font-size: 2em;
            margin-top: 10px;
        }

    #splash .black-divider{
        margin: 40px auto;
        background: #FFF;
        float: none;
        height: 6px;
        width: 25%;
        -webkit-transition: all 0.2s;  /* For Safari 3.1 to 6.0 */
        transition: all 0.2s;
        opacity:0;

    }

    #splash.loaded h2{
        opacity:1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    #splash.loaded .black-divider{
        opacity:1;
    }

    #splash.loaded .scroll-down{
        opacity:1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

#whitepaper{
    position:fixed;
    z-index:1;
    right:0;
    top:60px;
    width: 160px;
    height: 160px;
    -webkit-transition: all 0.3s;  /* For Safari 3.1 to 6.0 */
    transition: all 0.3s;
    opacity: 1;
}

#whitepaper img{
   width: 100%;
   height: auto;
}

#whitepaper.inactive{
    opacity:0;
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
}

#whitepaper.page{
    z-index: 1;
}

#splash.inactive{
    display:none;
}

#splash-dark-bg.inactive{
    z-index: -6;
}

#splash-dark-bg{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1;
    background: rgba(34, 34, 34, 0.31);
    top:0;
    left:0;
}

.home #wrapper{
    margin-top: 100%;
}
#wrapper{
    position:relative;
}

#menu{
    background: #222;
    color: #FFF;
    line-height: 60px;
    height: 60px;
    left:0;
    width: 100%;
    top:0;
    z-index: 9;
    text-transform:uppercase;
    font-size: 14px;
    position: fixed;
    -webkit-transition: all 0.3s;  /* For Safari 3.1 to 6.0 */
    transition: all 0.3s;
}

.home #menu{
    background: rgba(34, 34, 34, 0);
}

#menu.dark{
    background: #222 !important;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

    #menu .fa-bars{
        float: right;
        line-height: 60px;
        margin: 0 10px 0 30px;
        font-size: 2em;
        display:none;
    }

    #menu .mobile-menu{
float: right;
    }


    #menu ul{
        margin:0;
        padding:0;
        list-style-type: none;
    }

    #menu li{
        float: left;
        padding:0 7px;
    }



    #menu li.menu-item-has-children{
        position:relative;
    }

    #menu li.menu-item-has-children:hover .sub-menu{
        display:block;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
        #menu li.menu-item-has-children .sub-menu{
            position: absolute;
            top: 60px;
            background: #222;
            left: 0;
            opacity:0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            -moz-opacity: 0;
            -khtml-opacity: 0;
            opacity: 0;
            -webkit-transition: all 0.2s;  /* For Safari 3.1 to 6.0 */
            transition: all 0.2s;
            -webkit-transform: scale(0.8);
            transform: scale(0.8);
            -webkit-transform-origin:50% 0%;
            text-align: center;
        }
        
            #menu li.menu-item-has-children .sub-menu li{
                line-height: 40px;
            }
        

    #menu a{
        color: #FFF;
        text-decoration:none;
    }

    #menu a:hover{
        color: #2aaef1;
    }

    #menu li.current-menu-item a{
        font-weight: bold;
    }

    #menu h1#logo{
        margin:0;
        padding:0;
        float: left;
        font-size: 16px;
        letter-spacing:2px;
        background: url('img/bouncespace.png') no-repeat 0px 14px;
        background-size: 58px 30px;
        padding-left: 75px;
        margin-right: 20px;
    }

    #menu div{
        float: left;
    }

    #menu .holder{
        float: none !important;
    }

    #menu .social-holder{
        margin-left:10px;
    }

    #menu #language-switch{
        margin-left: 20px;
    }

        #menu #language-switch .lang{
            margin-right:5px;
            font-weight:bold;
        }

        #menu #language-switch .lang a{
            font-weight:100;
        }

    #menu .apply-button{
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        border-radius: 5px;
        line-height: 1em;
        margin-top: 13px;
        background: #2aaef1;
        float:right;
        cursor: pointer;
        color: #FFF !important;
    }

    #menu #call-popup{
        margin-right: 10px;
        float: right;
        padding: 0 10px;
        color: #2aaef1;
        cursor: pointer;
    }

    #menu .apply-button .apply{
        padding: 10px 14px;
        display: inline-block;
    }

    #menu .apply-button .apply a:hover, #menu .apply-button .apply:hover{
        color: #FFF !important;
    }


#home-top{

}

    #home-top .left-blue{
        background: #2aaef1;
        float:left;
        width: 25%;
        color: #FFF;
        padding: 40px 40px 40px 0;
        position:relative;
    }

        #home-top .left-blue .placeholder{
            position:absolute;
            left:-3000px;
            width: 3000px;
            background: #2aaef1;
            height: 100%;
            top:0;
        }

        #home-top .left-blue .title{
            font-weight:bold;
            font-size: 1.8em;
        }

        #home-top .left-blue ul{
            margin: 0;
            padding:0;
            list-style-type:none;
        }

        #home-top .left-blue li{
            padding-top: 20px;
            position:relative;
            padding-left:40px;
        }

        #home-top .left-blue li .fa{
            font-size: 1.3em;
            position:absolute;
            left:0;
            top:20px;
        }

    #home-top .right-text{
        float:right;
        width: 68%;
    }

        #home-top .right-text .summary{
            font-weight: 100;
            font-size: 1.8em;
            margin:40px 0 40px 0;
            color: #999;
        }

        #home-top .right-text .right{
            float:right;
            width: 40%;
            line-height: 1.7em;
            position:relative;
            cursor: pointer;
        }

        #home-top .right-text .right:hover .play-holder .play-icon .icon{
            background: rgba(255,255,255,0.7);
            -webkit-transform: scale(1.05);
            transform: scale(1.05);
        }

        #home-top .right-text .right img{
            width: 100%;
            height: auto;
        }

        #home-top .right-text .right .play-holder{
            position:absolute;
            left:0;
            top:0;
            width:100%;
            height:100%;
            text-align:center;
            z-index:1;
        }

        #home-top .right-text .right .play-holder .play{
            display:table;
            width: 100%;
            height: 100%;
        }

        #home-top .right-text .right .play-holder .play-icon{
            vertical-align:middle;
            display: table-cell;
        }

        #home-top .right-text .right .play-holder .play-icon .icon{
            width: 70px;
            height: 70px;
            color: #000;
            font-size: 25px;
            -moz-border-radius: 70px;
            -webkit-border-radius: 70px;
            -khtml-border-radius: 70px;
            border-radius: 70px;
            display:inline-block;
            line-height:70px;
            text-align: center;
            background: #FFF;
            background: rgba(255,255,255,0.5);
            -webkit-transition: all 0.3s;  /* For Safari 3.1 to 6.0 */
            transition: all 0.3s;
        }

        #home-top .right-text .left{
            float: left;
            width: 53%;
            line-height: 1.7em;
        }



.memberships-overview{

}

.memberships-overview.flex {
    display: flex;
}

    .memberships-overview .membership-holder{
        float:left;
        width: 25%;
        margin-bottom: 20px;
        border-left: 2px solid #FFF;
        box-sizing:border-box;
        -moz-box-sizing:border-box;
        -webkit-box-sizing:border-box;
    }

    .memberships-overview.flex .membership-holder {
        float: none;
        width: auto;
    }

    .memberships-overview .membership-holder.first{
        border:none;
    }

        .memberships-overview .membership{
            height: 380px;
            background: #F6F6F6;
            overflow:hidden;
            text-align:center;
            position:relative;
            -webkit-transition: all 0.2s;
            transition: all 0.2s;
        }

        .memberships-overview .membership:hover{
            background: #EEE;
        }

        .memberships-overview .membership:hover .title{
            color: #2aaef1;
        }

            .memberships-overview .membership p{
                margin:0;
                padding:0;
            }

            .memberships-overview .membership .top{
                height: 130px;
                line-height: 140px;
            }

            .memberships-overview .membership .top img{
                vertical-align: middle;
            }

            .memberships-overview .membership .title{
                font-weight:bold;
                margin: 20px 0;
                text-transform: uppercase;
                color: #000;
                -webkit-transition: all 0.2s;
                transition: all 0.2s;
            }

            .memberships-overview .membership .description{
                padding:0 30px;
                color: #999;
                line-height: 2em;
            }

            .memberships-overview .membership .action{
                bottom:25px;
                left:0;
                width: 100%;
                text-align:center;
                position:absolute;
            }

                .memberships-overview .membership .action .readmore{
                    display:inline-block;
                    -moz-border-radius: 5px;
                    -webkit-border-radius: 5px;
                    -khtml-border-radius: 5px;
                    border-radius: 5px;
                    line-height: 1em;
                    padding: 15px 20px;
                    background: #2aaef1;
                    color: #FFF;
                    text-transform:uppercase;
                    font-size: 12px;
                    letter-spacing:1px;
                }

            .memberships-overview .membership-holder .extra{

                color: #FFF !important;
                text-align: left;
            }



                .memberships-overview .membership-holder .extra .txt{
                    padding: 20px;
                    line-height: 1.6em;
                    color: #FFF;
                    background: #222;
                    -webkit-transition: all 0.2s;
                    transition: all 0.2s;
                }

                .memberships-overview .membership-holder .extra .txt:hover{
                    color: #2aaef1;
                    background: #333;
                }

                .memberships-overview .membership-holder .extra .txt.first{
                    border-bottom: 1px solid #555;
                }

                .memberships-overview .membership-holder .extra b{
                    text-transform: uppercase;
                }


        .memberships-overview .membership.bouncecard{
            float: none;
            height: 200px;
        }

            .memberships-overview .membership.bouncecard .top{
                float: left;
                width: 32%;
                height:200px;
                line-height: 200px;
            }

            .memberships-overview .membership.bouncecard .title, .memberships-overview .membership.bouncecard .description{
                float: left;
                width: 62%;
                margin-left: 3%;
                padding:0;
            }

            .memberships-overview .membership.bouncecard .title, .memberships-overview .membership.bouncecard .action{
                float: left;
                width: 62%;
                margin-left: 3%;
                position:static;
                margin-top: 30px;
            }

/* START MEETINGROOMS by LisaX */

.meetingrooms-overview{

}

.meetingrooms-overview.flex {
    display: flex;
}

    .meetingrooms-overview .meetingroom-holder{
        float:left;
        width: 25%;
        margin-bottom: 20px;
        border-left: 2px solid #FFF;
        box-sizing:border-box;
        -moz-box-sizing:border-box;
        -webkit-box-sizing:border-box;
    }

    .meetingrooms-overview.flex .meetingroom-holder {
        float: none;
        width: auto;
    }

    .meetingrooms-overview .meetingroom-holder.first{
        border:none;
    }

        .meetingrooms-overview .meetingroom{
            height: 380px;
            background: #F6F6F6;
            overflow:hidden;
            text-align:center;
            position:relative;
            -webkit-transition: all 0.2s;
            transition: all 0.2s;
        }

        .meetingrooms-overview .meetingroom:hover{
            background: #EEE;
        }

        .meetingrooms-overview .meetingroom:hover .title{
            color: #2aaef1;
        }

            .meetingrooms-overview .meetingroom p{
                margin:0;
                padding:0;
            }

            .meetingrooms-overview .meetingroom .top{
                height: 130px;
                line-height: 140px;
            }

            .meetingrooms-overview .meetingroom .top img{
                vertical-align: middle;
            }

            .meetingrooms-overview .meetingroom .title{
                font-weight:bold;
                margin: 20px 0;
                text-transform: uppercase;
                color: #000;
                -webkit-transition: all 0.2s;
                transition: all 0.2s;
            }

            .meetingrooms-overview .meetingroom .description{
                padding:0 30px;
                color: #999;
                line-height: 2em;
            }

            .meetingrooms-overview .meetingroom .action{
                bottom:25px;
                left:0;
                width: 100%;
                text-align:center;
                position:absolute;
            }

                .meetingrooms-overview .meetingroom .action .readmore{
                    display:inline-block;
                    -moz-border-radius: 5px;
                    -webkit-border-radius: 5px;
                    -khtml-border-radius: 5px;
                    border-radius: 5px;
                    line-height: 1em;
                    padding: 15px 20px;
                    background: #2aaef1;
                    color: #FFF;
                    text-transform:uppercase;
                    font-size: 12px;
                    letter-spacing:1px;
                }

            .meetingrooms-overview .meetingroom-holder .extra{

                color: #FFF !important;
                text-align: left;
            }



                .meetingrooms-overview .meetingroom-holder .extra .txt{
                    padding: 20px;
                    line-height: 1.6em;
                    color: #FFF;
                    background: #222;
                    -webkit-transition: all 0.2s;
                    transition: all 0.2s;
                }

                .meetingrooms-overview .meetingroom-holder .extra .txt:hover{
                    color: #2aaef1;
                    background: #333;
                }

                .meetingrooms-overview .meetingroom-holder .extra .txt.first{
                    border-bottom: 1px solid #555;
                }

                .meetingrooms-overview .meetingroom-holder .extra b{
                    text-transform: uppercase;
                }


        .meetingrooms-overview .meetingroom.bouncecard{
            float: none;
            height: 200px;
        }

            .meetingrooms-overview .meetingroom.bouncecard .top{
                float: left;
                width: 32%;
                height:200px;
                line-height: 200px;
            }

            .meetingrooms-overview .meetingroom.bouncecard .title, .meetingrooms-overview .meetingroom.bouncecard .description{
                float: left;
                width: 62%;
                margin-left: 3%;
                padding:0;
            }

            .meetingrooms-overview .meetingroom.bouncecard .title, .meetingrooms-overview .meetingroom.bouncecard .action{
                float: left;
                width: 62%;
                margin-left: 3%;
                position:static;
                margin-top: 30px;
            }
			
			
/* END MEETINGROOMS by LisaX */



#home-gallery{
    padding-bottom: 0;
}

    #home-gallery .holder{
        width: 100%;
        max-width: 100%;
        padding:0;
    }

   .gallery-holder{
        position:relative;
        height: 400px;
        width: 100%;
        overflow:hidden;
    }

    .gallery-holder:hover .left{
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }

    .gallery-holder:hover .right{
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity:1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }
        .gallery-holder .arrow{
            position:absolute;
            top: 150px;
            width: 100px;
            height:100px;
            line-height: 100px;
            background:#000;
            background: rgba(0,0,0,0.6);
            color: #FFF;
            -moz-border-radius: 100px;
            -webkit-border-radius: 100px;
            -khtml-border-radius: 100px;
            border-radius: 100px;
            z-index:2;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            -moz-opacity: 0;
            -khtml-opacity: 0;
            opacity: 0;
            -webkit-transition: all 0.2s;  /* For Safari 3.1 to 6.0 */
            transition: all 0.2s;
            cursor: pointer;
        }

        .gallery-holder .left{
            left:-50px;
            text-align:right;
            -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
        }

        .gallery-holder .left .fa{
            padding-right: 23px;
            font-size: 16px;
        }

        .gallery-holder .right{
            right:-50px;
            text-align:left;
            -webkit-transform: translateX(10px);
            transform: translateX(10px);

        }

        .gallery-holder .right .fa{
            padding-left: 23px;
            font-size: 16px;
        }

        .gallery-holder .right:hover,  #home-gallery .gallery-holder .left:hover{
            background: rgba(0,0,0,0.8);
        }

        .gallery-holder .gallery{
            position:absolute;
            left:0;
            top:0;
            height:400px;
            width: 100000px;
            margin-top: -100px;
        }

            .gallery-holder .gallery .images{
                display:inline-block;
            }

             .gallery-holder .gallery img{
                float:left;
                margin:0;
                padding:0;
            }

        #gallery-number{
            padding: 30px 0;
            text-align:center;
            color: #000;

        }

            #gallery-number .circle-holder{
                display:inline-block;
                position:relative;
            }

            #gallery-number .circle{
                display:inline-block;
                width: 20px;
                height: 20px;
                background: url('img/circle-gallery.png') no-repeat 0 0;
                background-size: 20px 20px;
                cursor : pointer;

            }



            #gallery-number .active-circle{
                background: #000;
                -moz-border-radius: 20px;
                -webkit-border-radius: 20px;
                -khtml-border-radius: 20px;
                border-radius: 20px;
                position:absolute;
                left:0;
                top:0;
                width: 20px;
                z-index:1;
                cursor: auto;
                height: 20px;
            }


#community{

}
    #community .members{
        margin-left:-3%;
    }

    #community .member{
        float:left;
        width: 22%;
        margin-left:3%;
        position:relative;
        margin-bottom:15px;
    }

    #community .member:hover .info{
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

        #community .member img{
            width: 100%;
            height: auto;
        }

        #community .member .info{
            position: Absolute;
            left: 0;
            top: 0;
            background: rgba(0,0,0,0.8);
            width: 100%;
            height: 100%;
            color: #FFF;
            text-align: center;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            -moz-opacity: 0;
            -khtml-opacity: 0;
            opacity: 0;
            -webkit-transition: all 0.2s;
            transition: all 0.2s;
            -webkit-transform: scale(0.8);
            transform: scale(0.8);
        }

        #community .member .info .title{
            margin-top: 50px;
            font-weight: bold;
            text-transform: uppercase;
            margin-bottom: 20px;
            color:#2aaef1;
        }

        #community .member .info .company{
            color: #AAA;
            margin-bottom: 5px;
        }

        #community .member .info .skills{
            margin-top: 20px;
        }

        #community .member .info .skill{
            display: inline-block;
            padding: 0 5px;
            font-weight: 100;
            font-size: 0.8em;
            text-transform: lowercase;
        }

        #community .member .info .socials{
            margin-top: 20px;
            font-size: 1.3em;
        }

        #community .member .info .socials a{
            color: #FFF;
            text-decoration: none;
        }

        #community .member .info .socials a:hover{
            color: #2aaef1;
        }


        #community .member .info .socials .fa{
            padding:0 5px;
        }


#locations{

}

    #locations .location{
        width: 47%;
        text-align:center;
    }

    #locations .location:hover .title{
        color: #2aaef1;
    }


    #locations .left img, #locations .right img{
        width: 90%;
        height: auto;
        display:inline-block;

    }

    #locations .title{
        font-weight: bold;
        font-size: 1.2em;
        margin: 30px 0;
        text-transform: uppercase;
        color: #000;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

    #locations .text{
        color: #999;
        line-height: 2em;
    }

    #locations .left{
        float:left;
    }

    #locations .right{
        float:right;
    }

    #locations .left, #locations .right{
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    #locations .left.move{
        -webkit-transform: scale(0.5) ;
        transform: scale(0.5) ;
    }

    #locations .right.move{
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }


#apply-form{
    background: #222;
    color: #FFF;
    width: 100%;
    text-align:center;
    bottom:0;
    z-index:-1;
}

#apply-form.content{
    padding: 50px 0 80px 0;
}

    #apply-form h3{
        max-width: 100%;
        padding-bottom: 30px;
    }

    #apply-form .form{
        width: 600px;
        margin: 0 auto;
    }

    #apply-form a{
        color: #FFF;
        text-decoration:none;
    }

    #apply-form a:hover{
        color: #2aaef1;
    }

    #apply-form .form .gform_heading{
        display:none;
    }

    #apply-form .form input, #apply-form .form textarea{
        border:1px solid #444;
        color: #FFF;
    }

    #apply-form .dropdown .ginput_container{
        border:1px solid #444;
        color: #FFF;
        height: 44px;
    }

    #apply-form .form .validation_error{
        display:none;
    }

    #apply-form .text{
        margin: 30px 0 5px 0;
        font-weight: 100;
        letter-spacing: 1px;
        line-height:2em;
    }


    #apply-form .social-holder{

    }

    #apply-form  .social{
        display:inline-block;
    }

    #apply-form #call-popup{
        cursor: pointer;
    }

    #apply-form #call-popup:hover{
        color: #2aaef1;
    }

    #apply-form .gform_wrapper select{
        color: #FFF;
    }

    .gform_wrapper ul{
        padding:0;
        margin:0;
        list-style-type:none;
    }

    .gform_wrapper ul li{
        position:relative;
    }

    .gform_wrapper ul li.placeholder .gfield_label{
        position: absolute;
        left: 15px;
        top: 15px;
        color: #999;
    }

    .gform_wrapper .gfield_error input{
        border:1px solid #FF0000 !important;
    }

    .gform_wrapper .gform_heading{
        margin: 20px 0;
    }

    .gform_wrapper .gform_button{
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        border-radius: 5px;
        line-height: 1em;
        padding: 12px 0;
        width: 100%;
        background: #2aaef1;
        text-transform:uppercase;
        cursor: pointer;
        position:relative;
        color: #FFF;
        border: none;
    }

    .gform_wrapper .validation_error{
        color: #999;
        padding: 20px 0;
    }

    .gform_wrapper .gfield_description.validation_message{
        color: #FF0000;
        margin-bottom:20px;
        display:none;
    }

    .gform_wrapper input, .gform_wrapper textarea{
        width: 100%;
        padding: 12px 15px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        border-radius: 5px;
        background: none;
        border:1px solid #AAA;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 1em;
        margin:0;
    }

    .gform_wrapper textarea{
        max-height: 140px;
    }

    .gform_wrapper .dropdown .ginput_container{
        width: 100%;
        height: 44px;
        padding: 0 15px;
        border:1px solid #AAA;
        color: #000;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position:relative;
        overflow:hidden;
    }

    .gform_wrapper #field_1_7 .gfield_label,  .gform_wrapper #field_1_8 .gfield_label, #field_1_9 .gfield_label{
        display:none !important;
    }

    .gform_wrapper .fa-chevron-down{
        position: absolute;
        right: 10px;
        top: 12px;
        z-index: 0;
    }

    .gform_wrapper #field_1_9 input, #input_4_9 input, #input_4_11 input{
        margin: 0 10px 0 10px;
        display:inline-block !important;
        width:auto !important;
    }

    .gform_wrapper #field_1_9, #input_4_9{
        padding: 10px 0 !important;
        text-align: left;
    }

    #input_4_11{
        padding-bottom: 20px;
    }

    .gform_wrapper #field_1_9 .gfield_label{
        display: inline-block;
        width: auto;
    }

    .gform_wrapper select{
        background: transparent;
        width: 120%;
        padding: 5px;
        font-size: 16px;
        line-height: 1;
        border: 0;
        border-radius: 0;
        height: 40px;
        -webkit-appearance: none;
    }

    .gform_body{}

    .gfield.left{
        float: left;
        width: 49%;
        margin-bottom: 5px;
    }

    .gfield.right{
        float: right;
        width: 49%;
        clear:right;
        margin-bottom: 5px;
    }

    .gfield.news{
        float: left;
    }

    .gfield.house-rules .gfield_label, .gfield.terms-conditions .gfield_label, #field_4_7 .gfield_label, #field_4_8 .gfield_label{
        display: none !important;
    }

    .gfield_error .gfield_checkbox{
        color: #FF0000;
    }

    .gform_wrapper .readonly input{
        color: #AAA;
        border: 1px solid #DDD;
    }

    .gform_wrapper .checkbox input{
        float: left;
        width: auto;
        margin: 0 10px;
    }

	.gfield.hide-label .gfield_label {
		display: none !important;
	}

	.gfield.margin-top {
		margin-top: 10px;
	}

#soon{
    height:100%;
    background: #222;
    text-align:Center;
    display:table;
    width:100%;
    font-size: 1.5em;
    font-weight: 100;
    letter-spacing: 6px;
    color: #555;
}

#soon .inner{
    display:table-cell;
    vertical-align:middle;
}
#soon h1{
    padding:0;
    text-indent: -9999px;
    background: url('img/logo-big.png') no-repeat 0 0;
    width: 200px;
    height: 105px;
    background-size: 200px 105px;
    margin: 0 auto 30px auto;
}

.table{
    display:table;
    width: 100%;
    height: 100%;
}

    .table .inner{
        display:table-cell;
        vertical-align: middle;
    }

#blog-single{

}

    #blog-single .holder{
        max-width: 800px;
    }

    #blog-single h1{
        max-width: 100%;
    }

    #blog-single img{
        max-width: 100%;
        height:auto;
    }

    #blog-single .date-cat{
        margin-top: 10px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    #blog-single .date-cat .date{
        color: #999;
    }

    #blog-single  .social-buttons{
        margin-bottom: 20px;
    }

    #blog-single  .social-buttons.bottom{
        margin-top: 20px;
    }

    #blog-single  .social-buttons .fb-like{
        float:left;
    }

    #blog-single  .social-buttons .twitter-share-button{
        float:left;
        margin-left:10px;
    }

    #blog-single p{
        margin: 0 0 15px 0;
        line-height: 1.6em;
        font-size: 18px;
    }

#modal{
    position:fixed;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    color: #FFF;
    text-align:Center;
    display:none;
}


    #modal .bg{
        background: #000;
        background: rgba(0,0,0,0.9);
        position:absolute;
        left:0;
        top:0;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        z-index:-1;
    }

    #modal .cont{
        display: table;
        height:100%;
        width: 100%;
    }

    #modal .close{
        background: url('img/close.png') no-repeat 0 0;
        background-size: 41px 41px;
        width: 41px;
        height: 41px;
        cursor: pointer;
        position: Absolute;
        right: 30px;
        top: 30px;
    }

    #modal .cont .inner{
        display: table-cell;
        vertical-align: middle;
        font-size: 1.5em;
        letter-spacing: 1px;
        font-weight: 100;
    }

    #modal .cont .inner iframe{
        max-width: 100%;
    }

.page h1{
    margin:0;
    padding: 0;
    font-size: 50px;
    max-width: 100%;
}


#location{

}

    #location .content.first{
        padding-bottom:0;
    }

    #location .gallery-content{
        margin-top: 50px;
    }

    .quotes .quote{
        max-width: 600px;
        margin: 50px auto;
        position:relative;
    }


    .quotes .image{
        float:left;
        width: 200px;
    }

    .quotes .image img{
        width: 100%;
        height: auto;
    }

    .quotes .bubble{
        position:absolute;
        left: 230px;
        right: 0;
        top:0;
        bottom:0;
        background: #444;
        padding: 0 40px;
        line-height: 1.8em;
        text-align: center;
        color: #FFF;
        font-weight: 100;
    }

    .quotes .bubble:after {
        right: 100%;
        top: 80%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-right-color: #444;
        border-width: 15px;
        margin-top: -15px;
    }


    #location .members{
        float:left;
        width: 60%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #location .members h3, #location .right-dna h3{
        margin-bottom: 50px;
    }

    #location .members .txt{
        background: #F6F6F6;
        padding: 30px;
    }

    #location .members .txt p{
        margin: 0 0 20px 0;
    }

    #location .members .txt p:last-child{
        margin: 0;
    }

    #location .dna{
        padding-top: 50px;
    }

    #location .dna .strain{
        float: left;
        background: #222;
        color: #FFF;
        margin: 0 10px 10px 0;
        padding: 15px 25px;
        text-transform: uppercase;
        font-size: 0.8em;
        letter-spacing: 1px;
    }

        #location .dna .strain .fa{
            margin-right: 10px;
        }


    .quotes{
        text-align:center;
        background: #222;
        color: #FFF;
        height: 400px;
        overflow: hidden;
    }

    #location .left-txt{
        float:left;
        width: 40%;
        background: #222;
        color: #FFF;
        height:400px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        line-height: 1.8em;
    }

    #location .location.content{
        padding-bottom: 50px;
    }

    #location .left-txt .txt{
        width: 300px;
        float:right;
        padding-right: 30px;
        height: 100%;
    }

    #location .location .acf-map{
        float:right;
        width: 60%;
        height:400px;
    }

    #location .shops .shop{
        float:left;
        width: 33%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 30px;
        text-align:center;
    }
        #location .shops .shop .image{
            height: 200px;
        }


        #location .shops .shop .txt .title{
            font-weight:bold;
            text-transform:uppercase;
            margin-bottom: 10px;
            font-size: 1.1em;
            color: #000;
        }

        #location .shops .shop .txt{
            line-height: 1.8em;
            color: #999;
            height: 250px;
        }

    #location .video{
        background: #222;
        padding: 100px 0;
    }
    #location .video iframe{
        width: 100% !important;
    }

    #location .video iframe{
       vertical-align: middle;
    }

    .memberships-overview-page .memberships-overview{
        padding-top: 0;
    }

    #memberships-page .intro .left-blue {
        padding: 80px 40px 80px 0;
    }

    #memberships-page .intro .left-blue .fa{
        margin: 0 0 20px 0;
        display: block;
        text-align: center;
        font-size: 40px;
    }


    #memberships-page .memberships-overview{
        padding-top:0;
    }

    #memberships-page .gallery-content{
        background: #FFF;
    }

    #memberships-page .picture-txt{
        padding-top:0;
    }

    #memberships-page .picture-txt .image{
        width: 35%;
        float:left;
    }

    #memberships-page .picture-txt .image img{
        width: 100%;
        height: auto;
    }

    #memberships-page .picture-txt .left-txt{
        width: 28%;
        float:left;
        margin-left:4%;
        line-height: 1.7em;
    }

    #memberships-page .picture-txt .right-txt{
        width: 28%;
        float: right;
        line-height: 1.7em;
    }

    #memberships-page .quotes{
        border-bottom:50px solid #FFF;
    }
	
	
/* START MEETINGROOMS CSS by LisaX */
	#meetingrooms-page .meetingrooms-overview{
        padding-top:0;
    }

    #meetingrooms-page .gallery-content{
        background: #FFF;
    }

    #meetingrooms-page .picture-txt{
        padding-top:0;
    }

    #meetingrooms-page .picture-txt .image{
        width: 35%;
        float:left;
    }

    #meetingrooms-page .picture-txt .image img{
        width: 100%;
        height: auto;
    }

    #meetingrooms-page .picture-txt .left-txt{
        width: 28%;
        float:left;
        margin-left:4%;
        line-height: 1.7em;
    }

    #meetingrooms-page .picture-txt .right-txt{
        width: 28%;
        float: right;
        line-height: 1.7em;
    }

    #meetingrooms-page .quotes{
        border-bottom:50px solid #FFF;
    }
	
/* END MEETINGROOMS CSS by LISAX */


#about-page .intro .right-text{

}

#about-page .history .left{
    float:left;
    width: 46%;
    line-height: 1.8em;
}

#about-page .history .right{
    float:right;
    width: 46%;
    line-height: 1.8em;
}

#about-page .logos{
    border-bottom: 50px solid #FFF;
}

#about-page .members{
    text-align: center;
    background: #222;
    padding: 100px 0 70px 0;
    color: #FFF;
    height: 400px;
    overflow: hidden;
}

    #about-page .members h3 {
        margin-bottom: 50px;
    }

    #about-page .members .small-holder{
        max-width: 700px;
        margin:0 auto;
    }

    #about-page .title{
        font-weight: bold;
        margin: 20px 0;
        text-transform: uppercase;
    }

    #about-page .members img{
        width: 100%;
        height: auto;
    }

    #about-page .members .left{
        float:left;
        width: 46%;
    }

    #about-page .members .right{
        float:right;
        width: 46%;
    }

    #about-page .txt{
        margin-top: 5px;
    }

    #about-page .member{
        margin-bottom: 30px;
    }

    #about-page .intro .left-blue {
        padding: 80px 40px 80px 0;
    }

    #about-page .intro .left-blue .fa{
        margin: 0 0 20px 0;
        display: block;
        text-align: center;
        font-size: 40px;
    }

.page-id-133 .gform_wrapper, .page-id-137 .gform_wrapper {
    max-width: 500px;
}

    .page-id-133 .gform_wrapper .gfield, .page-id-137 .gform_wrapper .gfield {
        margin-bottom: 5px;
    }


#registration{

}

    #registration .gform_wrapper{
        max-width: 800px;
    }

    #registration .gform_wrapper li.gfield{
        margin-bottom: 5px;
    }
    #registration .gform_wrapper .gfield_label{
        display: inline-block;
        width: 32%;
        vertical-align: top;
        padding-top: 10px;
        margin-right: 3%;
    }

    #registration .gform_wrapper .ginput_container,  #registration .clear-multi{
        display: inline-block;
        width: 65%;
    }

    #apply-form .gform_wrapper .gfield_description,  .gform_validation_container {
        display: none;
    }


    #registration .clear-multi .ginput_container{
        display: inline-block;
        width: 32.333%;
        margin-right: 1%;
    }

    #registration .ginput_complex label{
        margin: 3px 0 10px 0;
        display:block;
    }

    #registration .gfield_error label{
        color: #FF0000;
    }

    #registration .gfield.terms-conditions .gfield_label, #registration .gfield.houserules .gfield_label{
        display:none;
    }

    #registration .checkbox .ginput_container{
        width: 100%;
    }

    #registration .terms-conditions{
        margin: 20px 0 !important;
    }

    #registration .houserules{
        margin-bottom: 20px !important;
    }


    #registration .blue-button{
        display: inline-block;
        width: 500px;
        text-align: center;
        margin:0;
    }


.two-column {
     width: 46%;
     line-height: 1.8em;
}

.two-column.left-text {
    float: left;
}

.two-column.right-text {
    float: right;
}

.two-column h3{
    margin-bottom: 40px;
}

.two-column h4 {
    margin: 20px 0 0 0;
}

#footer{
    background: #FFF;
    text-align:center;
    line-height: 60px;
    text-transform:uppercase;
    color: #000;
}

#footer.black{
    background: #222;
    color: #FFF;
}

    #footer a{
        color: #000;
    }

    #footer.black a{
        color: #FFF;
    }

    #footer a:hover{
        color: #2aaef1;
    }

    #footer .menu-footer-en-container{
        display:inline-block;
    }

    #footer ul{
        margin:0;
        padding:0;
        list-style-type: none;
    }

    #footer li{
        display:inline-block;
        padding:0 10px;
    }

    #footer .social-holder{
        display:inline-block;
    }

    #footer .social{
        display: inline-block;
    }

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

    .content h3, .content h3.right {
        max-width:100%;
    }

    .page h1{
        max-width: 100%;
    }

    #menu .mobile-menu{
        position:absolute;
        top:60px;
        width: 100%;
        left:10;
        background:#333;
        text-align:Center;
        line-height: 1em;
        padding: 50px 0 40px 0;
        display:none;
    }

    #menu.show-mobile-menu .mobile-menu{
        display:block;
    }

    #menu .fa-bars{
        display:block;
    }

    #menu.show-mobile-menu .mobile-menu {
        display: block;
    }

    #menu .mobile-menu {
        padding: 20px 0;
    }

    #menu .mobile-menu > div{
        float:none;
        display:inline-block;
    }

    #menu .mobile-menu .mobile-menu-br{
        clear: both;
        height: 1px;
        width: 100%;
        margin: 0;
    }

    #menu li.menu-item-has-children > a{
        display: none;
    }

    #menu li.menu-item-has-children .sub-menu {
        position: static;
        top: 0;
        background: none;
        left: 0;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    #community .member {
        width: 30%;
    }

    .memberships-overview .membership-holder {
        width: 49%;
    }

    .memberships-overview .membership-holder.third{
        margin-left:0;
    }

/*START MEETINGROOMS CSS BY LISAX */
    .meetingrooms-overview .meetingroom-holder {
        width: 49%;
    }

    .meetingrooms-overview .meetingroom-holder.third{
        margin-left:0;
    }
/* END */


}


@media screen and (max-width: 768px){
    #menu{
        position: fixed !important;
        top: 0 !important;
    }

    #whitepaper{
        top: 60px;
    }

    #home-top .left-blue, .intro .left-blue  {
        float: none;
        width: 100%;
        text-align: center;
        padding: 40px 20px 40px 0;
        margin-top: 40px;
    }

    #home-top .right-text, .intro .right-text  {
        float: none;
        width: 100%;
    }

    #home-top .right-text .summary {
        margin-top:0;
    }

    #apply-form{
        position:static;
        height:auto;
    }

    .apply-padding{
        margin-bottom: 0px;
    }

    #splash .scroll-down {
        padding-bottom: 20px;
    }

    #location .logos{
        height:auto;
        overflow: auto;
    }

    #location .logo{
        display:inline-block;
        width: 150px;
        margin: 30px;
        vertical-align: middle;
    }

    .quotes{
        height: auto;
    }

    .quotes .quote{
        display:none;
    }

    .quotes .quote:first-child{
        display:block;
    }

    #location .shops .shop{
        width: 50%;
    }

    #about-page .members{
        height: auto;
        overflow: auto;
    }

    #footer .social-holder{
        display:block;
    }

    #footer {
        height: auto;
    }

}

@media screen and (max-height: 650px){
    #apply-form{
        position:static;
    }

    .apply-padding{
        margin-bottom: 0;
    }
}

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

    #menu li {
        float: none;
        margin: 20px 0;
    }

    #blog .all{
        display:block;
    }

    #blog .three{
        display:none;
    }

    #community .member {
        width: 30%;
    }

    #community .member {
        width: 47%;
    }

    #locations .left, #locations .right {
        width: 100%;
        text-align: left;
        float:none;
        margin-bottom: 50px;
    }

    #apply-form .form {
        width: 100%;
        margin: 0 auto;
    }

    .gfield.left,  .gfield.right, .gfield.news {
        float: none;
        width: 100%;
    }

    .quotes{
        padding:0 20px;
    }

    .quotes .image {
        float: none;
        width: 100%;
    }

    .quotes .bubble {
        position: static;
        margin-top: 10px;
        padding: 40px;
    }

    .quotes .bubble:after{
        display:none;
    }

    #location .members {
        float: none;
        width: 100%;
    }

    #location .right-dna {
        float: none;
        width: 100%;
        margin-top: 50px;
    }

    #location .left-txt {
        float: none;
        width: 100%;
        height: auto;
    }

    #location .left-txt .txt {
        width: auto !important;
        float: none;
        padding: 20px;
        height: auto;
    }

    #location .location .acf-map {
        float: none;
        width: 100%;
        height: 300px;
    }

    .two-column {
        width: 100%;
        float: none !important;
    }

}

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

    .content h3 {
        font-size: 30px;
    }

    .page h1{
        font-size: 30px;
        margin-top: 50px;
    }

    .content {
        padding: 60px 0;
    }

    #home-top .right-text .left,   #home-top .right-text .right, .intro .right-text .left, .intro .right-text .right{
        float: none;
        width: 100%;
    }

    .intro .right-text .left{
        margin-bottom: 20px;
    }

    #home-top .right-text .right{
        margin-top: 20px;
    }

    #home-top .right-text .summary {
        font-size: 1.5em;
    }

    .black-divider {
        height: 6px;
        margin: 40px 0;
    }


    #menu h1#logo{
        width: 0px;
        overflow: hidden;
    }

    #community .member {
        width: 97%;
    }

    .memberships-overview .membership-holder {
        width: 100%;
        margin:0;
    }

    .memberships-overview.flex {
        display: block;
    }

    .memberships-overview .membership-holder .membership{
        height: auto;
        padding-bottom: 40px;
        margin-bottom: 2px;
    }


    .memberships-overview .membership.bouncecard .top {
        float: none;
        width: 100%;
        height: 150px;
        line-height: 150px;
    }

    .memberships-overview .membership.bouncecard {
        height: auto;
        padding-bottom: 40px;
    }

    .memberships-overview .membership.bouncecard .title {
        margin: 20px 0;
    }

    .memberships-overview .membership.bouncecard .title, .memberships-overview .membership.bouncecard .description {
        float: none;
        width: 100%;
    }

    .memberships-overview .membership.bouncecard .description {
        width: auto;
        padding:0 20px;
        margin-left:0;
    }

    #location .shops .shop{
        width: 100%;
        float: none;
    }

    #location .shops .shop .image{
        height: auto;
        margin-bottom: 30px;
    }

    #location .shops .shop .txt{
        margin-bottom: 50px;
        height: auto;
    }

    #memberships-page .picture-txt .image{
        width: 100%;
        float: none;
    }

    #memberships-page .picture-txt .left-txt{
        width: 100%;
        float: none;
        margin: 30px 0 30px 0
    }

    #memberships-page .picture-txt .right-txt{
        width: 100%;
        float: none;
    }

    #about-page .history .left, #about-page .history .right{
        float:none;
        width: 100%;
    }

    #about-page .history .left{
        margin-bottom: 20px;
    }

    #about-page .members .left, #about-page .members .right{
        float: none;
        width: 100%;
    }

    #whitepaper.page{
        display: none;
    }

    #registration .blue-button{
        display: inline-block;
        width: 100%;
        text-align: center;
        margin:0;
    }	

}


