/*FONTS*/

body {
    font-family: "proxima-nova",sans-serif;
}

select::-ms-expand{
  display:none;
}

a.go-top {
    position:fixed;
    bottom:10px;
    right:10px;
    display:none;
}

@font-face
{
	font-family: JackieBold;
	src: url(/fonts/jackiebold.ttf);
}
.searchheader div div > h2,
.event_header h2,
.theme_header h2 {
	font-family: "JackieBold";
	font-size: 92px;
	color: white;
	margin: 0;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
}

.searchheader div div > h2 { font-size: 94px; }

@media (max-width: 768px) {
    .searchheader div div > h2,
    .event_header h2 {
	font-size: 46px;
	}
}
.searchheader div div > h3 {
    margin: 0;
    font-family: "proxima-nova",sans-serif;
    font-size: 40px;
    font-weight: 600;
    color: white;
    font-style: normal;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
.searchheader div div > h3 {
	font-size: 20px;
	}
}
.searchheader div div > h1,
.event_header h3,
.theme_header h3 {
    margin: 170px 0 0 0;
    font-family: "proxima-nova",sans-serif;
    font-size: 22px;
    font-weight: 600;
    font-style: normal;
    color: #ffffff;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
}

.searchheader div div > h1 { margin-top: 48px; }

@media (max-width: 768px) {
.searchheader div div > h1 {
	margin-top: 25px;
	font-size: 11px;
	}
}
.map h1{
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-size: 26px;
	font-weight: 700;
	color: #512778;
}
.maplegenda strong {
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-size: 16px;
	font-weight: 600;
	color: #505656;
	line-height: 60px;
	padding: 0;
	margin: 0;
	float: left;
}
.maplegenda ul li img {
    margin-right: 10px;
}
@media (max-width: 940px) {
.mapcontent p{
	padding-bottom: 54px;
	}
}
.mapcontent p{
	position: relative;
	top: 22px;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-size: 18px;
	color: #505656;
	padding-bottom: 54px;
}
.actueel > h1{
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-size: 26px;
	font-weight: 700;
	color: #512778;
}

.wrapper-home-actueel > h1 { margin: 48px 0 22px 0; }

.actueelcontent h1{
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-size: 20px;
	font-weight: 700;
}
.actueelcontent form h1{
	font-weight: 600;
}
.actueelcontent div div > a:hover{
	color: #7bb44b;
	text-decoration: none;
}
.actueelcontent p{
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-size: 16px;
	color: #505656;
}
.actueelcontent p time{
	color: #505656;
}

.read_more{
	color: #7bb44b;
	text-decoration: underline;
	display: block;
	margin-top: 10px;
}
/*END FONTS*/

/*HEADER*/
nav{
	height: 46px;
    position: absolute;
    right: 0;
}
nav span.glyphicon {
    color: white;
}
header{
    position: relative;
	height: 107px;
	border-top: #512778 solid 4px;
    font-family: "proxima-nova",sans-serif;
    z-index: 100;
    background: white;
}
header .container-fluid {
    max-width: 1170px;
}
#logo{
	float: left;
	width: 16.068%;
	min-width: 188px;
	height: 103px;
	display: inline-block;
	line-height: 107px;
}
header > .container {
    position: relative;
}
span[class*=chevron-right] {
    display: none;
}
header nav:nth-of-type(2) ul {
	height: 34px;
	list-style-type: none;
	float: right;
	margin-top: 10px;
}
header nav:nth-of-type(2) ul li {
    display: inline;
	margin-left: 16px;
	font-size: 15px;
	text-decoration: underline;
	font-style: normal;
	color: #767676;
}
header nav:nth-of-type(2) ul li a {
    color: #767676;
}
header nav:nth-of-type(2) > a {
    float: right;
	padding: 0 15px;
	line-height: 34px;
	background-color: #512778;
	margin-left: 28px;
	color: white;
	moz-border-radius-bottomleft: 5px 5px;
	border-bottom-left-radius: 5px 5px;
	moz-border-radius-bottomright: 5px 5px;
	border-bottom-right-radius: 5px 5px;
}
header nav:nth-of-type(2) > div {
    float: right;
	position: relative;
}
header nav:nth-of-type(2) > div i {
    position: absolute;
	padding: 10px 20px;
    pointer-events: none;
}
header nav:first-of-type {
    margin: 10px 0 0 0;
    top: 46px;
}
header nav:first-of-type > ul {
    float: right;
    list-style-type: none;
    font-size: 2.17rem;

}

header nav:first-of-type ul li {
    position: relative;
    display: inline;
    margin-left: 30px;
}

header nav:first-of-type ul li a {
    text-decoration: none;
    color: #7bb44b;
}
header nav:first-of-type ul li a:hover,
header nav:first-of-type ul li a:hover span {
    color: #512778;
}
header nav:first-of-type ul li span {
    color: #7bb44b;
    font-size: 0.6em;
}
.glyphicon{
	color: #767676;
}
header input {
	float: right;
	width: 156px;
	height: 35px;
	margin-left: 18px;
	padding-left: 24px;
	font-size: 15px;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	border-bottom: 1px solid #767676;
	border-left: none;
	border-right: none;
	border-top: none;
	padding-top: 7px;
}
header input:focus, #mysearch:focus,
footer input:focus {
    outline: 0;
}
input, select, textarea{
    color: #767676;
}

.subnav-extends {
    position: absolute;
    width: 100%;
    height: 225px;
    background-color: #efede9;
    top: -118px;
    left: 0;
    padding: 0;
    margin: 0 auto;
    z-index: 50;
    border-top: 1px solid #512778;
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
    -webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
		 -o-transform: translateZ(0);
			transform: translateZ(0);
}

.menu_extend_active {
    top: 107px !important;
    -webkit-box-shadow: 0px 0px 10px 0px #000;
            box-shadow: 0px 0px 10px 0px #000;
}

    .subnav-extends ul {
        height: 225px;
        padding: 0;
    }

        .subnav-extends a {
            display: inline-block;
            height: 166px;
            width: 270px;
            margin: 30px 0 0 20px;
            float: left;
        }

            .subnav-extends a li {
                display: inline-block;
                width: 270px;
                height: 166px;
                background: #505656;
                float: left;
                position: relative;
                background-size: cover;
                background-position: center center fixed;
                background-repeat: no-repeat;
                overflow: hidden;
            }

            .subnav-extends a:first-child { margin-left: 0 !important; }

            #menu_extend a:nth-of-type(1) li { background-image: url('../images/theme_sauna.jpg'); }
            #menu_extend a:nth-of-type(2) li { background-image: url('../images/theme_naaktstrand.jpg'); }
            #menu_extend a:nth-of-type(3) li { background-image: url('../images/theme_jongeren.jpg'); }
            #menu_extend a:nth-of-type(4) li { background-image: url('../images/theme_vakantie.jpg'); }

.subnav-extends li h3,
#themes .theme_img_wrapper h3 {
    color: white;
    text-transform: uppercase;
    font-family: 'proxima-nova';
    font-size: 18px;
    position: absolute;
    bottom: 0;
    left: 20px;
    z-index: 100;
    text-decoration: underline;
    opacity: .85;
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}

.subnav-extends li img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.subnav-extends li .slope_bg,
#themes .slope_bg {
    background: rgba(0, 0, 0, .75);
    position: absolute;
    bottom: -20px;
    left: -10px;
    width: 120%;
    height: 70px;
    -webkit-transform: rotate(2deg);
       -moz-transform: rotate(2deg);
        -ms-transform: rotate(2deg);
         -o-transform: rotate(2deg);
            transform: rotate(2deg);
}

.subnav-extends a:hover h3 { opacity: 1; }

.subnav-down-arrow {
    position: absolute;
    bottom: -34px;
    left: 50%;
    opacity: 0;
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
    -webkit-transform: translate3D(-50%, 0, 0);
	   -moz-transform: translate3D(-50%, 0, 0);
		 -o-transform: translate3D(-50%, 0, 0);
			transform: translate3D(-50%, 0, 0);
}

.down_arrow_active { opacity: 1 !important; }
#menu_mobile { display: none; }

@media (max-width: 1200px) {
    header {
        height: 55px;
        border-top: 0 none;
    }
    header nav {
        position: relative;
        top: 0 !important;
    }
    header .custom_grid {
        width: 100% !important;
        background: white;
        margin-top: -500px;
        padding-top: 10px;
        padding-bottom: 10px;
        -webkit-transition: all .3s ease;
           -moz-transition: all .3s ease;
             -o-transition: all .3s ease;
                transition: all .3s ease;
        -webkit-transform: translateZ(0);
           -moz-transform: translateZ(0);
             -o-transform: translateZ(0);
                transform: translateZ(0);
    }
    header .menu_mobile_active {
        margin-top: 0;
    }
    header .custom_header {
        width: 100% !important;
        background: white;
        height: 55px;
        border-bottom: 1px solid #efede9;
        z-index: 10;
    }
    header a {
        font-size: 18px;
        color: #7bb44b !important;
    }
    #logo {
        min-width: 0;
        height: 37px;
        width: 117px;
        line-height: 55px;
    }
    #logo img {
        height: 37px;
    }

    .subnav-extends,
    nav > div,
    nav > a {
        display: none;
    }
    nav ul li a {
        text-decoration: none !important;
        width: 100%;
        display: block;
    }
    nav a:hover {
        color: #512778 !important;
    }
    nav {
        height: auto !important;
        margin: 0 !important;
    }
    nav ul {
        float: none !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    nav ul li {
        display: block !important;
        margin-left: 0 !important;
        text-decoration: none !important;
        height: 36px;
        line-height: 36px;
    }
    nav span.glyphicon {
        color: #7bb44b;
        font-size: .6em;
        margin-top: 10px;
    }
    span[class*=chevron-right] {
        float: right;
        display: inline;
        margin-right: 10px;
    }
    a:hover span[class*=chevron-right] {
        color: #512778 !important;
    }
    span[class*=chevron-down] {
        display: none;
    }

    img.subnav-down-arrow { display: none !important; }

    #menu_mobile {
        display: inline-block;
        float: right;
        margin-top: 14px;
    }
}
/*END HEADER*/

/*BODY*/

.header-alert {
    padding-top: 6px;
    padding-bottom: 7px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    background-color: #fb3f80;
}

    .header-alert > .container { position: relative; }

        .header-alert .alert-title {
            display: inline-block;
            padding-left: 39px;
            font-weight: 700;
            background: url('../images/icon-megaphone-27x20.png') no-repeat 0 2px;
        }

        .header-alert .alert-btn {
            margin-left: 19px;
            padding: 1px 9px 2px 9px;
            font-size: 18px;
            font-weight: 600;
            color: #ffffff !important;
            background-color: transparent;
            border-color: #ffffff;
        }

        .header-alert .alert-btn:hover, .header-alert .alert-btn:focus {
            color: #fb3f80 !important;
            background-color: #ffffff;
        }

        .header-alert .alert-close {
            position: relative;
            top: 2px;
            float: right;
            padding: 0 5px;
            font-size: 22px;
            font-weight: 600;
            color: #ffffff;
        }

        .header-alert .alert-close:hover,
        .header-alert .alert-close:focus {
            text-decoration: none;
        }

.searchheader {
    position: relative;
    padding: 0;
    height: 460px;
    transition: height 0.5s ease-in-out;
}

.searchheader.showvideo { height: 590px; }

.video-controls-container {
    z-index: 1;
    height: 100%;
}

.video-controls {
    position: absolute;
    z-index: 1;
    bottom: 80px;
    right: 0px;
    text-align: right;
}

.video-controls button {
    background: none;
    border: none;
    color: #7bb44b;
    font-size: 1.5em;
    width: 30px;
    height: 30px;
}


.video-controls button:focus {
    outline: none;
}

@media only screen and (max-width: 991px) {
    .searchheader.video, .searchheader.showvideo { height: 300px; }
}

@media only screen and (max-width: 767px) {
    .searchheader.video, .searchheader.showvideo { height: 250px; }
    .video-controls {
        bottom: 20px;;
    }
}

.header-gradient {
    display: block;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
}

.searchheader .header-gradient {
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s ease-in-out;
}

.searchheader.video .header-gradient { background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.1) 100%); }

.searchheader .container {
    z-index: 1;
    position: relative;
}
.headercontent{
	text-align: center;
	position: relative;
	top: 169px;
}
@media (max-width: 768px) {
    .searchheader{
		height: 190px;
	}
}

.searchheader .video-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 460px;
    transition: height 0.5s ease-in-out;
}

.searchheader .video-holder.play { height: 590px; }

.searchheader .header-content { transition: opacity 0.5s ease-in-out; }
.searchheader.showvideo .header-content { opacity: 0; }
.searchheader.showvideo .header-content.reappear { opacity: 1; }

@media only screen and (max-width: 991px) {
    .searchheader .video-holder,
    .searchheader .video-holder.play {
        height: 325px;
        min-height: initial;
    }
}

.search-box-wrapper > div{
	text-align: center;
	position: relative;
	height: 100%;
}
.search-box-wrapper {
	position: relative;
	margin-top: 74px;
}
@media (max-width: 768px) {
    .search-box-wrapper {
		bottom: 0;
		background-color: #512778;
		padding: 8px 15px;
		margin: 0;
		width: 100%;
	}
    form.search-box-wrapper {
        margin-top: 40px;
    }
}
.search-box-wrapper > i{
	position: absolute;
	padding: 15px 15px;
    pointer-events: none;
}
.search-box-wrapper > i:nth-of-type(2){
	color: white;
	padding-left: 30px !important;
}
@media (max-width: 768px) {
    .searchheader div div form > i{
		padding-top: 20px;
	}
}
.search-box-wrapper > input:nth-of-type(1){
	border: 2px solid #bdbdbd;
    border-left:0px;
	padding-left: 40px;
	font-size: 20px;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
}

.search-box-wrapper {
    display: block;
}

    .search-box-wrapper input[type="search"] {
        background:#fff;
        margin: 0;
        float: left;
        -webkit-border-top-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        -moz-border-radius-bottomright: 5px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        /*padding: 15px 20px 15px 40px;*/
        width: 500px;
        height:62px;
        box-sizing:border-box;

    }

    .search-box-wrapper input[type="search"].transparent {
        background: rgba(255,255,255,0.8);
        border:2px solid #512778;
        border-left:0px;
    }

    .search-box-wrapper span {
        border: 2px solid #bdbdbd;
        display: inline-block;
        background:#fcf5d4;
        padding: 15px 20px;
        height:62px;
        font-size: 20px;
        font-weight: bold;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border-right:2px solid #e9e6d9;
        float:left;
    }

    .search-box-wrapper span.transparent {
        background: rgba(252,245,212,0.8)!important;
        border:2px solid #512778;
    }

    .search-box-wrapper .glyphicon-map-marker {
        left: 235px;
        padding: 22px 15px;
    }
    .location-search-btn {
        position:relative;
        display: table-cell;
    }
    form.search-box-wrapper .glyphicon-search {
        position:inherit;
        left: 55px;
        color: #fff;
    }
    .search-box-wrapper .glyphicon-search {
        color: #767676;
        position:inherit;
        left: 55px;
    }
    .search-box-wrapper .btn_search {
        height:59px;
        margin-top:2px;
        margin-left:20px;
        padding-left: 40px;
    }
    .location-overview-wrapper {
        position: absolute;
        bottom: 55px;
        z-index: 1000;
        width: 100%;
    }


@media (max-width: 768px) {
    .search-box-wrapper input[type="search"] {
        width:350px;
    }
    .search-box-wrapper span {
        display:none;
    }
    .search-box-wrapper input[type="search"] {
        -webkit-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    .search-box-wrapper > input:nth-of-type(1) {
        border-left: 2px solid #bdbdbd;
    }
    .search-box-wrapper .glyphicon-map-marker {
        left: 15px;
        top: 10px;
    }
    .search-box-wrapper .glyphicon-search {
        position: absolute;
        left: 37px;
        top: 23px;
    }
    .search-box-wrapper .btn_search {
        padding-left: 20%;
        width: 100%;
        margin-left: 0;
        padding:0;
        text-align:center;
    }

    .location-overview-wrapper {
        position: initial;
        bottom: 55px;
        z-index: 99;
        width: 100%;
        margin-bottom:20px;
    }

    .search-box-wrapper input[type="search"].transparent {
        border:2px solid #512778!important;
    }

}
.searchheader div div form > input:nth-of-type(1), .searchheader div div form > input:nth-of-type(1):focus{
    outline: 0;
}
.searchheader div div form > input:nth-of-type(1), select, textarea{
    color: #98a1a1;
}

@media (max-width: 1200px) {
    .search-box-wrapper input[type="search"] {
        width:350px;
    }
}
@media (max-width: 991px) {
    .search-box-wrapper input[type="search"] {
        width:200px;
    }
}
@media (max-width: 768px) {
    .search-box-wrapper input[type="search"] {
        width: 100%;
        float: left;
    }
    .searchheader div.location-search-btn {
        width:100%;
        display: inline-block;
        margin-top:10px;
    }
}

@media (max-width: 768px) {
    .searchheader div{
		padding: 0;
		margin: 0;
		width: 100%;
		max-width: 100%;
	}
}
@media (max-width: 768px) {
    .searchheader{
		padding: 0;
		margin: 0;
		width: 100%;
	}
}
@media (max-width: 768px) {
    .searchheader div div form > input:nth-of-type(2){
		height: 40px;
	}
}
.searchheader div div form > input:nth-of-type(2):focus, .searchheader div div form > input:nth-of-type(2):focus{
    outline: 0;
}

.wrapper-home-mapcontent { position: relative; }

    .wrapper-home-mapcontent + .map {
        min-height: 427px;
        transition: min-height 0.5s ease-in-out;
    }

    .wrapper-home-mapcontent .mapcontent {
        position: absolute;
        top: -190px;
        z-index: 20;
        margin-top: 0;
        padding: 29px 40px 23px 40px;
        background-color: #ffffff;
    }

    .wrapper-home-mapcontent .mapcontent,
    .wrapper-home-mapcontent + .map .wrapper-home-search {
        transition: margin 0.5s ease-in-out;
    }

    .wrapper-home-mapcontent + .map .home-map { transition: height 0.5s ease-in-out; }

    .wrapper-home-mapcontent.pusheddown .mapcontent,
    .wrapper-home-mapcontent.pusheddown + .map .wrapper-home-search {
        margin-top: 130px;
    }

    .wrapper-home-mapcontent.pusheddown + .map { min-height: 557px; }
    .wrapper-home-mapcontent.pusheddown + .map .home-map { height: 557px; }

    @media only screen and (max-width: 1024px) {
        .wrapper-home-mapcontent.pusheddown .mapcontent,
        .wrapper-home-mapcontent.pusheddown + .map .wrapper-home-search {
            margin-top: 75px;
        }

        .wrapper-home-mapcontent.pusheddown + .map { min-height: 502px; }
        .wrapper-home-mapcontent.pusheddown + .map .home-map { height: 502px; }
    }

    @media only screen and (max-width: 991px) {
        .wrapper-home-mapcontent.pusheddown .mapcontent,
        .wrapper-home-mapcontent.pusheddown + .map .wrapper-home-search {
            margin-top: 0;
        }

        .wrapper-home-mapcontent.pusheddown + .map { min-height: 427px; }
        .wrapper-home-mapcontent.pusheddown + .map .home-map { height: 427px; }
    }

    @media (max-width: 768px) {
        .wrapper-home-mapcontent .mapcontent {
            position: relative;
            top: 0;
        }

        .wrapper-home-search .location-search-field input[type="search"] { width: 100%; }
    }

    .wrapper-home-mapcontent .mapcontent-block {}

        .mapcontent-block h3 {
            margin: 19px 0 0 0;
            font-size: 26px;
            font-weight: 700;
            color: #512778;
        }

        .mapcontent-block p {
            top: 11px;
            padding-bottom: 11px;
        }

        .mapcontent-block a {
            color: #7bb44b;
            text-decoration: underline;
        }

        .mapcontent-block.aboutus-block ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
            font-size: 18px;
        }

            .mapcontent-block.aboutus-block ul li {
                padding-left: 25px;
                background: url('../images/check.png') no-repeat 0 4px;
            }

            .mapcontent-block.aboutus-block ul li + li { margin-top: 14px; }

        .mapcontent-block.calendar-block {}

            .mapcontent-block.calendar-block ul {
                margin-top: 17px !important;
                margin-bottom: 11px !important;
            }

                .mapcontent-block.calendar-block ul li {
                    margin-left: 0 !important;
                    padding-bottom: 8px !important;
                    list-style-image: none !important;
                    border-bottom: 1px solid #e5e5e5;
                }

                .mapcontent-block.calendar-block ul li + li {
                    margin-top: 12px;
                }

                    .mapcontent-block.calendar-block .row > div:first-child { text-align: center; }

                    .mapcontent-block.calendar-block div div:nth-child(1) span {
                        margin-right: 0;
                        color: #988e75;
                        line-height: 1em;
                    }

                    .mapcontent-block.calendar-block div div:nth-child(1) span:first-child { font-size: 28px; }

                    .mapcontent-block.calendar-block div div:nth-child(1) span:last-child {
                        display: inherit;
                        font-size: 12px;
                        text-transform: uppercase;
                    }

                    .mapcontent-block.calendar-block div div:nth-child(2) span {
                        display: block;
                        color: #898989;
                        line-height: 1.2em;
                    }

                    .mapcontent-block.calendar-block ul a { line-height: 1.2em; }

            .mapcontent-block.calendar-block .link-allevents {
                font-size: 18px;
            }

        .mapcontent-block.announcements-block {}

            .announcements-block .announcements-inner {
                border: 1px solid #512778;
            }

                .announcements-block .announcements-content {
                    padding: 4px 19px 23px 23px;
                    background-color: #512778;
                }

                    .announcements-block .announcements-content h3 {
                        margin-top: 14px;
                        padding-left: 34px;
                        color: #ffffff;
                        background: url('../images/icon-megaphone-27x20.png') no-repeat 0 2px;
                    }

                    .announcements-block .announcements-content h3 + .announcement { margin-top: 18px; }

                    .announcements-block .announcement {
                        font-size: 17px;
                        font-weight: 600;
                        color: #ffffff;
                        line-height: 1.3em;
                    }

                        .announcements-block .announcement a { color: #ffffff; }

                    .announcements-block .announcement + .announcement {
                        margin-top: 17px;
                        padding-top: 19px;
                        border-top: 1px solid rgba(255, 255, 255, 0.5);
                    }

                .announcements-block .announcements-newsletter {
                    padding: 20px 19px 20px 23px;
                }

                    .announcements-newsletter h4 {
                        margin: 0 0 6px 0;
                        font-size: 16px;
                        font-weight: 600;
                        color: #000000;
                    }

    @media only screen and (max-width: 1200px) {
        .mapcontent-block h3 { font-size: 22px; }
        .mapcontent-block a { font-size: 16px;}
    }

.wrapper-home-search {
    position: relative;
    z-index: 10;
}

    .wrapper-home-search .search-box-wrapper { margin-top: 264px; }

        .wrapper-home-search .search-box-wrapper > div { height: auto; }

        .wrapper-home-search .search-box-wrapper h3 {
            margin: 0 0 20px 0;
            font-size: 26px;
            font-weight: 700;
            color: #512778;
            text-align: center;
        }

        .wrapper-home-search .search-box-wrapper .location-search-field {
            position: relative;
            float: left;
        }

            .wrapper-home-search .location-search-field .glyphicon {
                position: absolute;
                top: 0;
                left: 0;
                padding: 16px 11px;
            }

            .wrapper-home-search .location-search-field input[type="search"] {
                padding: 9px 10px 8px 36px;
                width: 630px;
                height: auto;
                font-size: 18px;
                font-family: "proxima-nova", sans-serif;
                font-style: 400;
                color: #98a1a1;
                outline: 0;
                border: 2px solid #d5d1ca;
                border-radius: 6px;
            }

        .wrapper-home-search .search-box-wrapper .location-search-btn { float: right; }

            .wrapper-home-search .location-search-btn .glyphicon-search { left: 29px; }

            .wrapper-home-search .location-search-btn .btn_search {
                margin: 0 0 0 2px;
                padding: 0 15px 0 30px;
                height: 46px;
                font-weight: 600;
                background-color: #512778;
                border-color: #512778;
            }

        .wrapper-home-search .autosuggest { width: 100%; }

            .wrapper-home-search ul.suggest li, 
            .wrapper-home-search ul.suggestgeo li {
                width: 100%;
            }

    @media only screen and (max-width: 1200px) {
        .wrapper-home-search .location-search-field input[type="search"] { width: 495px; }
    }

.map {
    position: relative;
    min-height: 726px;
    background-color: #efede9;
}

.wrapper-home-map {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    width: 100%;
}

.maplegenda { position: relative; }

.maplegenda .busy {
    position: absolute;
    top: 0;
    left: 0;
    z-index:2000;
    width: 100%;
    height: 366px;
    text-align: center;
    line-height: 366px;
    background: rgba(255,255,255,0.8);
}

.wrapper-home-map .maplegenda .busy {
    height: 427px;
    line-height: 427px;
    transition: background 0.5s ease-out, height 0.5s ease-in-out, line-height 0.5s ease-in-out;
}

    .wrapper-home-map .maplegenda .busy img { margin-top: 40px; }

.wrapper-home-map .maplegenda.ready .busy { background-color: rgba(255, 255, 255, 0.6); }

    .wrapper-home-map .maplegenda.ready .busy img { display: none; }

.wrapper-home-mapcontent.pusheddown + .map .wrapper-home-map .maplegenda .busy {
    height: 557px;
    line-height: 557px;
}

@media only screen and (max-width: 1024px) {
    .wrapper-home-mapcontent.pusheddown + .map .wrapper-home-map .maplegenda .busy {
        height: 502px;
        line-height: 502px;
    }
}

@media only screen and (max-width: 991px) {
    .wrapper-home-mapcontent.pusheddown + .map .wrapper-home-map .maplegenda .busy {
        height: 427px;
        line-height: 427px;
    }
}

#map-canvas { overflow: visible !important; }

#map-canvas > div {
    overflow: hidden;
}

.home-map {
    width: 100%;
    height: 427px;
}

@media (max-width: 1200px) {
    .maplegenda h1 {
        display: none;
    }
}

@media (max-width: 990px) {
    .maplegenda ul {
        display: none;
    }
}

@media (max-width: 940px) {
	.maplegenda{
		display: none;
	}
}

.maplegenda ul.distribute {
	position: relative;
	width:100%;
	list-style-type: none;
	float: left;
    padding:0;
    opacity:0;
    margin:5px 0 10px 0;
}
@media (max-width: 1200px) {
    .maplegenda ul {
        padding: 0;
    }
}

.maplegenda ul li{
	display: inline;
	font-size: 18px;
	line-height: 60px;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	color: #767676;
}

    .maplegenda ul li:last-child {
        margin: 0 0 0 0;
    }

#googlemap{
	width: 100%;
	padding-top: 15px;
	height: 346px;
	border: none;
}

.mapcontent {
	padding-bottom: 55px;
	padding-top: 30px;
}

.mapcontent div div:nth-child(2) span{
	margin-right: 15px;
	color: #ccc4ae;
}

.mapcontent div div:nth-child(2) ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.mapcontent div div:nth-child(2) ul a{
	font-size: 18px;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	color: #7bb44b;
	text-decoration: underline;
}

.mapcontent div div:nth-child(3) h1 {
	margin-bottom: 25px;
}

.mapcontent #calendar .row > div:first-child {
    max-width: 70px;
}

.mapcontent div div:nth-child(3) ul li > div span{
	display: block;
	color: #998f76;
}

.mapcontent div div:nth-child(2) ul li {
	padding-bottom: 25px;
}

.mapcontent div div:nth-child(3) ul li > div div span:nth-child(1){
	font-size: 28px;
	text-align: center;
}

.mapcontent div div:nth-child(3) ul li > div div:nth-child(1) span:nth-child(2){
	font-size: 16px;
	text-align: center;
}

.mapcontent div div:nth-child(3) ul li > div div:nth-child(2) span{
	font-size: 14px;
}

.mapcontent div div:nth-child(3) ul li div > div:nth-child(2){
	margin-top: 5px;
}

.mapcontent div div:nth-child(3) ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.mapcontent div div:nth-child(3) ul a{
	font-size: 18px;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	color: #7bb44b;
	text-decoration: underline;
}

.mapcontent div div:nth-child(3) .btn_purple{
	margin-top: 15px;
}
@media (max-width: 768px) {
.mapcontent div div:nth-child(3) > a {
	width: 100%;
	}
}
.actueelcontent div div > a{
	color: #505656;
	text-decoration: none;
	margin-bottom: 50px;
}

.actueelcontent a:hover .current_image_hover{
	color: #7bb44b;
	text-decoration: none;
	opacity: 0.75;
}

.actueelcontent img,
#events .advert {
	display: block;
	width: 100%;
	max-width: 370px;
}

.actueelcontent .home-banner > .row > .wrapper:first-child { margin-top: -25px;}

.actueelcontent .home-banner img {
	display:initial;
	width: auto;
}

/*.actueelcontent .home-banner .wrapper { margin-bottom: 35px; }*/

.poll {
        border: 1px solid #ddd;
        padding: 5px 20px;
    }

.poll h3 {
    font-size: 20px;
    font-family: "proxima-nova",sans-serif;
    font-weight: 600;
    line-height: 26px;
}

    .poll label {
        font-family: "proxima-nova",sans-serif;
        font-style: normal;
        font-size: 16px;
        color: #505656;
        font-weight:normal;
        cursor:pointer;
    }

    .poll [type="submit"]{
	    margin-top: 15px;
	    margin-bottom: 20px;
    }

    .poll .progress {
        margin-top: 10px;
    }

/*.poll {
	border: #e3e0da solid 2px;
	padding-left: 25px;
    padding-right: 25px;
	max-width: 432px;
}

.poll p{
	display: inline;
	margin-left: 15px;
}

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

.poll ul li{
	height: 30px;
}

.poll [type="submit"]{
	margin-top: 15px;
	margin-bottom: 20px;
}*/

.checkbox, .radio {
  width: 19px;
  height: 25px;
  padding: 0 0 0 0;
  background: url(/images/radio.png) no-repeat;
  display: inline-block;
  clear: left;
}

.radio {
  background: url(/images/radio.png) no-repeat;
    cursor: pointer;
}

.select {
  position: absolute;
  width: 158px;
  height: 21px;
  padding: 0 24px 0 8px;
  color: #fff;
  font: 12px/21px arial,sans-serif;
  background: url(../images/radio.png) no-repeat;
  overflow: hidden;
}

.current_image_hover {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgb(0,0,0);
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	   	 -o-transition: all 0.3s ease;
		 	transition: all 0.3s ease;
	background-image: url(/images/magnify_glass.png);
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 100;
}

.current_image_wrapper{
	position: relative;
	width: 100%;
	height: auto;
}
@media (max-width: 768px) {
.actueelcontent div div:nth-child(1) > a:not(:nth-child(1)){
	display: none;
	}
}
@media (max-width: 768px) {
.actueelcontent div:nth-child(2) > div div:not(:nth-child(1)){
	display: none;
	}
}
@media (max-width: 768px) {
.actueelcontent div:nth-child(2) > div form{
	display: none;
	}
}

#home .actueelcontent .btn_purple{
	margin-bottom: 50px;
}

#home .event_overlay_date {
    position: absolute;
    top: 25px;
    left: 15px;
    min-width: 80px;
    height: 32px;
    background-color: #512778;
    z-index: 10;
}
#home .event_overlay_date span {
    display: block;
    text-align: center;
    color: white;
    padding: 0 10px;
}
#home .event_overlay_date span:nth-child(1) {
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
    margin-top: 5px;
}
#home .event_overlay_date img {
    position: absolute;
    bottom: 0;
    right: -12px;
    width: 12px;
}

/*END BODY*/

/*FOOTER*/

footer {
    border-top: 1px solid #e4e1dc;
    background-color: #efede9;
    padding: 25px 0 15px 0 !important;
}
footer * {
    font-family: "proxima-nova",sans-serif;
    line-height: 26px;
    font-size: 16px;
}
footer h3 {
    font-weight: 600;
    font-size: 20px;
}
footer h4 {
    font-size: 16px;
    font-weight: 600;
}
footer a {
    color: #7bb44b;
    text-decoration: underline;
}
footer a[href^=tel] {
    display: block;
    color: #505656;
    text-decoration: none;
}
footer p {
    color: #9f9f9f;
    font-size: 14px;
    line-height: normal;
}
footer > div > div:first-child img {
    margin-top: 10px;
}
footer > div > div:first-child {
    padding-left: 0;
}
footer > div > div:last-child {
    padding-right: 0;
}
footer ul {
    list-style-type: none;
    padding: 0;
}
footer .social {
    display: block;
    margin-bottom: 10px;
}
footer .social img {
    margin: 0 10px 0 0;
}
footer #uit_mag {
    margin: -30px 0 0 -15px;
}

footer form {
    line-height: normal;
    height: 50px;
    margin: -10px 0 0 0;
}

.announcements-block .announcements-newsletter input[type="text"],
footer input[type="text"] {
    float: left;
    padding: 0 0 0 20px;
    width: 315px;
    height: 46px;
    font-size: 16px;
    font-style: italic;
    border: 2px solid #e2dfd9;
    moz-border-radius-bottomleft: 5px 5px;
    border-bottom-left-radius: 5px 5px;
    moz-border-radius-topleft: 5px 5px;
    border-top-left-radius: 5px 5px;
}

.announcements-block .announcements-newsletter input[type="text"] { width: 250px; }

@media (max-width: 1200px) {
    .announcements-block .announcements-newsletter input[type="text"] { width: 180px; }
    footer input[type=text] { width: 245px; }
}

@media (max-width: 990px) {
    .announcements-block .announcements-newsletter input[type="text"] { width: 80%; }
    footer input[type=text] { width: 175px; }

    footer #uit_mag { margin: 0; }
}

@media (max-width: 768px) {
    footer > div > div:last-child a {
        display: inline;
    }
    footer > div > div:last-child a:last-child {
        margin: 0 0 0 20px;
    }
}

.announcements-block .announcements-newsletter input[type="submit"],
footer input[type="submit"] {
    float: left;
    width: 49px;
    height: 46px;
    background: #e2dfd9 url('../images/submit_plane.png') no-repeat center center;
    border: 0 none;
    moz-border-radius-bottomright: 5px 5px;
    border-bottom-right-radius: 5px 5px;
    moz-border-radius-topright: 5px 5px;
    border-top-right-radius: 5px 5px;
}

footer hr {
    height: 15px;
    border-bottom: 1px solid #d0cbc0;
}
footer > div:last-child * {
    color: #909090;
    font-size: 14px;
}
footer > div:last-child div:last-child {
    text-align: right;
}
footer > div:last-child div:last-child a {
    margin-left: 10px;
    font-size: 14px;
}
@media (max-width: 768px) {
    footer > div > div:first-child img,
    footer > div > div:nth-child(2),
    footer > div > div:last-child #uit_mag,
    footer > div > div:last-child h4,
    footer > div > div:last-child form{
        display: none;
    }
    footer > div > div:last-child {
        padding: 0;
    }

}

/*END FOOTER*/

/* PAGE: Locations */
#locations {
    /*overflow-x: hidden;*/
    position: relative;
}

.busy {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:575px;
    background:rgba(255,255,255,0.8);
    z-index:2000;
    line-height:575px;
    text-align:center;
}

#locations > div.container-fluid {
    padding: 0;
}
#locations > div.container-fluid #search_locations {
    position: absolute;
	z-index: 1000;
    bottom: 15px;
    width: 100%;
    text-align: center;
}

#locations .filterinfo {
    position:absolute;
    z-index:1000;
    width:300px;
    bottom:0;
    height:40px;
    line-height:40px;
    background:#ff6c00;
    border-radius:5px 5px 0 0;
    text-align:center;
    color:#fff;
    font-size:16px;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    display:none;
}

#locations .filterinfo:hover {
    text-decoration:none;
    background:#d85b00;
}

#locations .filterinfo i.fa {
    margin:0 20px;
}

@media (max-width: 768px) {
    #locations > div.container-fluid #search_locations {
        position: relative;
        background: #fff;
        bottom: auto;
    }
    #locations .location-search-btn {
        display: block;
        float: left;
        width: 100%;
        margin-top: 10px;
    }
    .search-box-wrapper .glyphicon-search {
        position: absolute;
        left: 17px;
        top: 25px;
    }
    form.search-box-wrapper .glyphicon-search {
        position: absolute;
        left: 17px;
        top: 25px;
    }
}



#locations > div.container-fluid #search_locations input[type=submit],
#event_filter_form .btn_search{
    color: #512778;
    border: #512778 solid 2px;
    background: rgba(255,255,255,0.8);
}
#locations #map-canvas {
    width: 100%;
    height: 575px;
    z-index: 25;
}
#locations div.container-fluid {
    position: relative;
}
#locations div.container-fluid form#searchcontent {
    position: absolute;
}
#locations #filter {
    position: relative;
    padding: 20px 0 0 0;
    font-family: "proxima-nova", sans-serif;
    color: #515757;
    min-height: 100%;
}
#locations #filter h1 {
    position: relative;
    font-size: 22px;
    font-family: "proxima-nova", sans-serif;
    color: #505656;
    font-weight: bold;
    position: relative;
    z-index: 50;
    height: 31px;
    line-height: 31px;
    background-color: #efede9;
}
#locations #filter h1 div {
    background-color: #efede9;
    position: absolute;
    left: -100%;
    height: 100%;
    width: 300%;
    top: 0;
    z-index: -10;
    display: none;
}
#locations #filter a#menu_mobile_filter {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 31px;
    height: 31px;
    display: none;
    z-index: 50;
    background-image: url(../images/icon_menu_filter.png);
    background-repeat: no-repeat;
}
#locations #filter form {
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
    -webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
		 -o-transform: translateZ(0);
			transform: translateZ(0);
}
#locations #filter form.active_menu_filter {
    top: 60px;
}
#locations #filter form legend {
    border: 0 none;
    margin: 0;
}
#locations #filter form > fieldset {
    position: relative;
}
#locations #filter form legend a {
    display: block;
    margin: 0 0 0 -20px;
    padding: 0 0 0 20px;
    text-decoration: none;
    height: 55px;
    color: #505656;
    line-height: 55px;
    font-size: 18px;
    text-decoration: underline;
    z-index: 50;
    background-color: #efede9;
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
    -webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
		 -o-transform: translateZ(0);
			transform: translateZ(0);

}
#locations #filter form legend a:hover,
#locations #filter form legend a.active_filter {
    background: white;
    text-decoration: none;
}
#locations #filter form fieldset fieldset {
    padding: 0 0 0 45px;
    display: none;
}
#locations #filter form fieldset fieldset.active_field {
    display: block;
}
#locations #filter form fieldset fieldset legend {
    color: #505656;
    font-weight: bolder;
    font-size: 16px;
    padding: 20px 0 5px 0;
}
#locations #filter form fieldset fieldset label {
    font-weight: normal;
    font-size: 16px;
}

#locations #filter form fieldset fieldset label[for="accomodation-Dichtstbijzijnde-plaats-<-10-km"]{
    display:none;
}

#locations #filter form legend img {
    margin-right: 15px;
}
#locations #filter hr {
    border-bottom: 1px solid #e5e2dd;
    margin-left: -100%;
}
#locations #filter .clearall {
    color: #505656;
    text-decoration: underline;
    height: 31px;
    width: 125px;
    background-image: url(../images/icon_clear_filter.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 45px;
    font-size: 18px;
    font-family: "proxima-nova", sans-serif;
}
#locations #filter > a:last-child:hover {
    text-decoration: none;
}

#locations #result {
    position:relative;
}

#result .coverup {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    z-index:500;
    height:1200px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjg1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjg1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,255,255,0.85) 0%, rgba(255,255,255,0.85) 50%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.85)), color-stop(50%,rgba(255,255,255,0.85)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0.85) 0%,rgba(255,255,255,0.85) 50%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,0.85) 0%,rgba(255,255,255,0.85) 50%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,0.85) 0%,rgba(255,255,255,0.85) 50%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,0.85) 0%,rgba(255,255,255,0.85) 50%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-8 */
        display:none;
}

#result .howto {
    position:absolute;
    width:750px;
    z-index:1000;
    left:-75px;
    top:70px;
    font-size:16px;
    margin-top:60px;
    display:none;
}


#result .howto .arrow  {
    background:url(/images/arrow.png) left center no-repeat;
}

#result .howto .info {
    background:#ffefa1;
    padding:20px;
    color:#2e3192;
    width:600px;
    float:right;
    border:1px solid #ffe569;
    border-top:30px solid #ffe569;
    box-shadow:2px 7px 10px #767676;
     -ms-transform: rotate(4deg); /* IE 9 */
    -webkit-transform: rotate(4deg); /* Chrome, Safari, Opera */
    transform: rotate(4deg);
}

#result .howto .info a.gotit {
    text-decoration:underline;
    color:#2e3192;
    font-weight:700;
}


.googlemaps {
    position:relative;
}

.googlemaps .filterhowto {
    position:absolute;
    font-size:16px;
    width:400px;
    top:160px;
    left:50%;
    margin-left:-200px;
    z-index:1500;
    background:url(/images/arrow-2.png) bottom center no-repeat;
    display:none;
}


.googlemaps .filterhowto .info {
    background:#ffefa1;
    padding:20px;
    color:#2e3192;
    border:1px solid #ffe569;
    border-top:30px solid #ffe569;
    box-shadow:2px 7px 10px #767676;
     -ms-transform: rotate(-3deg); /* IE 9 */
    -webkit-transform: rotate(-3deg); /* Chrome, Safari, Opera */
    transform: rotate(-3deg);
    margin-bottom:120px;
}

.googlemaps .filterhowto a.nextinfo {
    text-decoration:underline;
    color:#2e3192;
    font-weight:700;
}

@media (max-width: 1200px) {
    #map_canvas {
        height: 300px !important;
    }
    #locations #filter {
        padding-top: 0;
    }
    #locations #filter a#menu_mobile_filter {
        display: inline-block;
    }
    #locations #filter > a:last-child {
        display: none;
    }
    #locations #filter form {
        position: absolute;
        top: -275px; /* 5 * 55px */
        left: 0;
        z-index: 20;
        width: 100%;
    }
    #locations #filter form hr {
        margin: 0;
        width: 300%;
        position: absolute;
        left: -100%;
    }
    #locations #filter h1 {
        margin: 0;
        height: 60px;
        line-height: 60px;
        margin-left:-15px;
        margin-right:-15px;
        padding:0 15px;
    }
    #locations #filter h1 div {
        display: block;
    }
    #locations #filter form legend a {
        background-color: white;
    }

        #locations #filter .clearall{
            border-bottom:1px solid #505656;
            display:block;
            width:100%;
            background-color:white;
            height:55px;
            line-height:55px;
        }

    #locations #filter form fieldset fieldset.active_field,
    #locations #filter form fieldset fieldset hr {
        display:none;
    }
}
@media (max-width: 768px) {
    #locations #map_canvas {
        display: none;
    }
    #locations > div.container-fluid form#search_locations {
        position: relative;
        bottom: 0;
        background: #5e1e79;
        padding: 8px 5px;
    }
    #locations > div.container-fluid form#search_locations input[type=search] {
        width: 50%;
    }

}
#generate_bg {
    position: absolute;
    top: 0;
    left: -1000%;
    right: 0;
    bottom: -1000%;
    width: 1100%;
    background: #efede9;
    z-index: -10;
    margin: 0;
}


@media (max-width: 768px) {
    #locations .container-fluid {
        overflow: hidden;
    }
}
#locations #result {
    background: white;
    position: relative;
}
#locations #result h2 {
    font-family: "proxima-nova", sans-serif;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}
#locations #result > div {
    margin-left: 30px;
}

@media (max-width: 1200px) {
    #locations #result > div {
        margin-left: 0px;
    }
}

#locations #result > div:first-child {
    background-color: #fcf5d4;
    border: 1px solid #f0eacb;
    margin-top: 50px;
}
#locations #result > div:first-child p {
    font-family: "proxima-nova", sans-serif;
    font-weight: bolder;
    font-size: 18px;
    height: 65px;
    line-height: 75px;
}
#locations #result > div.row > div:first-child {
    /*height: 65px;*/
}

#locations #result .divider {
    background-color: #fcf5d4;
    border: 1px solid #f0eacb!important;
    padding:0!important;
    height:65px;
    margin-top:-1px;
}
#locations #result .divider p {
    font-family: "proxima-nova", sans-serif;
    font-weight: bolder;
    font-size: 18px;
    line-height: 65px;
}

.nomargin {
    margin: 0;
    padding: 0;
}

#locations #result > div.row:not(:first-child).location-banner,
#locations #result > div.row:not(:first-child).location-banner > div,
#locations #result > div.row:not(:first-child).location-banner > div:first-child > div {
    height: auto;
    text-align: center;
}
#locations #result > div.row:not(:first-child) {
    padding:20px 0;
    font-family: "proxima-nova", sans-serif;
    border-bottom: 1px solid #ccc;
    /*float:left;*/
}

#locations #result > div.row:not(:first-child) > div:nth-child(2) {
    /*position: relative;*/
}
#locations #result > div.row:not(:first-child) > div:first-child > div {
    width: 100%;
}

#locations #result > div.row:not(:first-child).location-banner > div:first-child > div img {
    max-width:none;
    width:auto;
}
#locations #result .row.location p {
    min-height: 72px;
}
#locations #result .row.location .nomargin {
    position: relative;
}

#locations #result .row.location .nomargin .plus {
    position:absolute;
    top:0;
    left:0;
    width:50px;
    height:50px;
    background:url(/images/plus.png) no-repeat;
}

#locations #result .row.location span.restrict {
    max-width:145px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}


#locations #result .row.location p.hor_info {
    height: 31px;
    line-height: 15px;
    position: relative;
    min-height:0;
}
#locations #result span {
    min-width: 31px;
    height: 31px;
    line-height: 31px;
    display: block;
    float: left;
}
#locations #result span.loc_rating {
    width: 125px;
    height: 21px;
    position: absolute;
    right: -10px;
    top: 3px;
}
#locations #result form {
    margin: 18px 0 0 0;
    text-align: right;
    font-family: "proxima-nova", sans-serif;
}
#locations #result form label {
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
}
#locations #result form select,
#events select,
#members select {
    height: 40px;
    min-width: 200px;
    -webkit-appearance: button;
    -moz-appearance: button;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-padding-end: 20px;
    -moz-padding-end: 20px;
    -webkit-padding-start: 2px;
    -moz-padding-start: 2px;
    background-color: #fcf5d4; /* fallback color if gradients are not supported */
    background: url(../images/icon_select_arrow.png) #fcf5d4;
    background-position: center right;
    background-repeat: no-repeat;
    border: 2px solid #9a9a9a;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    color: #98a1a1;
    padding-left: 25px;
}

.recruited-note {
    display: block;
    color: #bababa;
    font-size: 12px;
    margin-top: 5px;
    list-style-type: none;
    padding-left: 0;
}

#locations #result form select option {
    padding: 10px;
}
#locations #result .btn_purple{
    float:left;
    text-transform: uppercase;
    font-weight:bold;
}
#locations #result .link_map {
    float:left;
    margin: 10px 0 0 20px;
    display: inline-block;
    padding-left: 35px;
    line-height: 32px;
    background-image: url(../images/icon_map.png);
    background-repeat: no-repeat;
    color: #7bb44b;
}
@media (max-width: 1200px) {
    #generate_bg {
        display: none;
    }
}
@media (max-width: 990px) {
    #locations > div.container-fluid > div.container {
        width: auto;
        max-width: none;
    }
    #locations #result form label {
        display: none;
    }
}
@media (max-width: 768px) {
    /*#locations #result > div:first-child {
        display: none;
    }
    #locations #result p.hor_info + p {
        display: none;
    }*/

    #locations #result > div.location {
        height:auto!important;
    }
    #locations #result > div.row:not(:first-child), #locations #result > div.row:not(:first-child) > div, #locations #result > div.row:not(:first-child) > div:first-child > div,
    #locations #result > div.row:not(:first-child) > div:nth-child(2) {
         height:auto!important;
    }

    #locations #result .btn_purple {
        margin-top:15px;
        position:relative;
    }

    #locations #result span.loc_rating {
        display:block;
    }

}

.location_filter a{
	color: #7bb44b;
	text-decoration: underline;
}

    /* Checkbox plugin */
    input[type=checkbox].css-checkbox {
        position: absolute;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height:1px;
        width:1px;
        margin:-1px;
        padding:0;
        border:0;
    }

    input[type=checkbox].css-checkbox + label.css-label {
        padding-left:30px;
        display:inline-block;
        line-height:20px;
        background-repeat:no-repeat;
        background-position: 0 0;
        vertical-align:middle;
        cursor:pointer;
        width:100%;
    }

    input[type=checkbox].css-checkbox:checked + label.css-label {
        /*background-position: 0 -20px;*/
        background:url(/images/check-checked.png) top left no-repeat;
    }
    .css-label{
        background:url(/images/check-unchecked.png) top left no-repeat;
    }
    /* END Checkbox plugin */

/* END PAGE: Locations*/


/*LOCATIONS_DETAIL*/
.header_full{
	width: 100%;
	max-height: 100%;
	height: 100%;
	position: absolute;
}

.header_big{
	height: 415px;
	padding: 0 !important;
	position: relative;
}

.header_small{
	height: 235px;
	padding: 0 !important;
	position: relative;
}

#locations_detail {
    overflow:hidden;
}

@media (max-width: 767px) {
    #locations_detail #locations_detail_header{
        height: 135px;
    }
}

#locations_detail #locations_detail_header > div{
	text-align: center;
	height: 100%;
	position: relative;
}

.header_big > div{
	height: 100px;
	margin-top: 157px;
	position: relative;
}

@media (max-width: 767px) {
    .header_big > div{
        margin-top: 0;
    }
}

.header_small > div{
	height: 100px;
	margin-top: 50px;
	position: relative;
}

@media (max-width: 767px) {
    .header_small > div{
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    #locations_detail #locations_detail_header div > div{
        margin-top: 40px;
    }
}

#locations_detail #locations_detail_header > div h1{
	font-family: "JackieBold";
	font-size: 50px;
	color: white;
}

@media (max-width: 767px) {
    #locations_detail #locations_detail_header > div h1{
        font-size: 23px;
    }
}

#locations_detail #locations_detail_header > div h2{
	font-size: 26px;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 500;
	margin: 0;
	color: white;
	display: inline;
}

@media (max-width: 767px) {
    #locations_detail #locations_detail_header > div h2{
        font-size: 15px;
    }
}

#locations_detail #locations_detail_header > div img:nth-of-type(1){
	margin-right: 25px;
	margin-top: -5px;
}

@media (max-width: 767px) {
    #locations_detail #locations_detail_header > div img:nth-of-type(1){
        margin-top: 1px;
        width: 25px;
        margin-right: 10px
    }
}

#locations_detail #locations_detail_header > div img:nth-of-type(2){
	margin-left: 25px;
	margin-top: -5px;
}

@media (max-width: 767px) {
    #locations_detail #locations_detail_header > div img:nth-of-type(2){
        margin-top: 1px;
        width: 25px;
        margin-left: 10px
    }
}

#locations_detail #locations_detail_rating{
	min-height: 77px;
	background-color: #efede9;
	border-bottom: 1px solid #e6e3de;
	margin-bottom: 60px;
}

@media (max-width: 991px) {
    #locations_detail #locations_detail_rating{
        margin-bottom: 0;
    }
}

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

#locations_detail #locations_detail_rating ul li{
	display: inline-block;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	color: #505656;
	position: relative;
}

@media (max-width: 767px) {
    #locations_detail #locations_detail_rating ul li{
       font-size: 15px;
    }
}

#locations_detail #locations_detail_rating ul li a{
	text-decoration: underline;
	color: #505656;
}

#locations_detail #locations_detail_rating ul li.commentscount{
	margin-right: 20px;
	line-height: 77px;
}

@media (max-width: 767px) {
    #locations_detail #locations_detail_rating ul li.commentscount{
       margin-right: 0;
    }
}

#locations_detail #locations_detail_rating ul li.rating {
	text-decoration: underline;
	line-height: 77px;
}

@media (max-width: 767px) {
    #locations_detail #locations_detail_rating ul li.rating {
       float: right;
    }
}

#locations_detail #locations_detail_rating ul li.back {
	float: right;
	font-size: 15px;
	color: #e6e3de;
	text-decoration: none;
	margin-top: 15px;
}

@media (max-width: 767px) {
    #locations_detail #locations_detail_rating ul li.back{
       display: none;
    }
}

#activiteit_detail #locations_detail_header{
	height: 235px;
	position: relative;
	padding: 0;
}

@media (max-width: 767px) {
    #activiteit_detail #locations_detail_header{
        height: 135px;
    }
}

#activiteit_detail #locations_detail_header > div{
	text-align: center;
	height: 100%;
	position: relative;
}

#activiteit_detail #locations_detail_header div > div{
	height: 100px;
	margin-top: 75px;
}

@media (max-width: 767px) {
    #activiteit_detail #locations_detail_header div > div{
        margin-top: 40px;
    }
}

#activiteit_detail #locations_detail_header > div h1{
	font-family: "JackieBold";
	font-size: 50px;
	color: white;
}

@media (max-width: 767px) {
    #activiteit_detail #locations_detail_header > div h1{
        font-size: 23px;
    }
}

#activiteit_detail #locations_detail_header > div h2{
	font-size: 26px;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 500;
	margin: 0;
	color: white;
	display: inline;
}

@media (max-width: 767px) {
    #activiteit_detail #locations_detail_header > div h2{
        font-size: 15px;
    }
}

#activiteit_detail #locations_detail_header > div img:nth-of-type(1){
	margin-right: 25px;
	margin-top: -5px;
}

@media (max-width: 767px) {
    #activiteit_detail #locations_detail_header > div img:nth-of-type(1){
        margin-top: 1px;
        width: 25px;
        margin-right: 10px
    }
}

#activiteit_detail #locations_detail_header > div img:nth-of-type(2){
	margin-left: 25px;
	margin-top: -5px;
}

@media (max-width: 767px) {
    #activiteit_detail #locations_detail_header > div img:nth-of-type(2){
        margin-top: 1px;
        width: 25px;
        margin-left: 10px
    }
}

#activiteit_detail #locations_detail_rating{
	min-height: 77px;
	background-color: #efede9;
	border-bottom: 1px solid #e6e3de;
	text-align: center;
	margin-bottom: 60px;
}

@media (max-width: 991px) {
    #activiteit_detail #locations_detail_rating{
        margin: 0;
    }
}

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

#activiteit_detail #locations_detail_rating ul li{
	display: inline-block;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	color: #505656;
	position: relative;
	line-height: 77px;
	padding: 0;
	margin: 0;
}

@media (max-width: 991px) {
    #activiteit_detail #locations_detail_rating ul li:first-child{
        display: block;
    }
}

@media (max-width: 767px) {
    #activiteit_detail #locations_detail_rating ul li{
        display: block;
        margin: 0 !important;
        text-align: left;
        line-height: 50px;
    }
}

#activiteit_detail #locations_detail_rating ul li:not(:first-child){
	margin: 0 25px;
	color: #98a1a1;
}

#activiteit_detail #locations_detail_rating ul li:nth-of-type(2) span{
	margin-right: 15px;
	width: 29px;
	height: 29px;
	background: url(../images/sprite_info.png) no-repeat;
	background-position: 0 0px;
	display: inline-block;
	position: relative;
	top: 8px;
}

#activiteit_detail #locations_detail_rating ul li:nth-of-type(3) span{
	margin-right: 15px;
	width: 29px;
	height: 29px;
	background: url(../images/sprite_info.png) no-repeat;
	background-position: 0 -29px;
	display: inline-block;
	position: relative;
	top: 8px;
}

#activiteit_detail #locations_detail_rating ul li:nth-of-type(4) span{
	margin-right: 15px;
	width: 29px;
	height: 29px;
	background: url(../images/sprite_info.png) no-repeat;
	background-position: 0 -58px;
	display: inline-block;
	position: relative;
	top: 8px;
}

.social-media{
	height: 34px;
	float: right;
}

/*.social-media a:nth-of-type(1){
	width: 33px;
	height: 34px;
	background: url(../images/google.png) no-repeat;
	float: right;
	margin-left: 10px;
}

.social-media a:nth-of-type(2){
	width: 33px;
	height: 34px;
	background: url(../images/facebook.png) no-repeat;
	float: right;
	margin-left: 10px;
}

.social-media a:nth-of-type(3){
	width: 33px;
	height: 34px;
	background: url(../images/twitter.png) no-repeat;
	float: right;
	margin-left: 10px;
}*/

.social-media span{
	float: right;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	color: #505656;
	margin: 7px 0 0 10px;
}

.all_locations{
	background-color: white;
	color: #e6e3de !important;
	padding: 12px 8px;
	webkit-border-radius: 5px 5px;
	moz-border-radius: 5px 5px;
	border-radius: 5px 5px;
	border: 2px solid #e6e3de;
	text-decoration: none !important;
	display: inline-block !important;
}

.all_locations img{
	margin-right: 10px;
}


#locations_detail_content > div > div:nth-of-type(2) > a{
	margin-bottom: 50px;
	float: left;
}

@media (max-width: 767px) {
    #locations_detail_content > div > div:nth-of-type(2) > a{
       display: none !important;
    }
}

#locations_detail #locations_detail_rating ul li.rating {
    text-decoration:none;
}

#locations_detail #locations_detail_rating ul li span.stars {
	background-image: url(/images/star_sprite.png);
	min-height: 20px;
	min-width: 125px;
	width: 125px;
	display: inline-block;
	top: 4px;
	position: relative;
	margin-right: 10px;
    text-decoration:none;
}

@media (max-width: 767px) {
    #locations_detail #locations_detail_rating ul li span:nth-of-type(1){
       margin-right: 0;
    }
}

#locations_detail #locations_detail_rating  ul li img{
	margin-right: 10px;
}

@media (max-width: 767px) {
   #locations_detail #locations_detail_rating ul li span:nth-of-type(2){
       display: none;
    }
}
#locations_detail_content article p:first-of-type {
    font-family: "proxima-nova",sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 30px;
}

#locations_detail_content article p {
    font-family: "proxima-nova",sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #505656;
    font-size: 16px;
    margin-bottom: 30px;
}

/*#locations_detail_content article:nth-of-type(1) p:first-of-type {
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 30px
}

#locations_detail_content > div > div:nth-of-type(2) article:nth-of-type(1) p {
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #505656;
	font-size: 16px;
	margin-bottom: 50px;
}*/

#locations_detail_content > div > div:nth-of-type(2) article:nth-of-type(1) > img{
	float: left;
	margin-right: 30px;
}

#locations_detail_content > div > div:nth-of-type(2) > div:nth-child(2){
	border: 2px solid #ff6c00;
	webkit-border-radius: 5px 5px;
	moz-border-radius: 5px 5px;
	border-radius: 5px 5px;
	padding: 26px 22px;
}


#locations_detail_content > div > div:nth-of-type(2) > div:nth-child(2) h1{
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	margin: 0;
}

#locations_detail_content > div > div:nth-of-type(2) > div:nth-child(2) p{
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 20px;
}

#locations_detail_content div.locationDiscount {
    color: #ff6c00;
}

@media (max-width: 767px) {
    #locations_detail_content > div > div:nth-of-type(2) > div:nth-child(2) a{
       width: 100%;
    }
}

.members_benefit .btn_purple{
	margin-top: 10px;
}

#locations_detail_content > div > div:nth-of-type(2) > div:nth-child(2){
	margin-bottom: 50px;
}

#locations_detail_content > div > div:nth-of-type(2) > article:nth-of-type(2) > div:not(:nth-of-type(1)){
  	margin-top: 10px;
}

#locations_detail_content > div > div:nth-of-type(2) > article:nth-of-type(2) h1{
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	margin-top: 50px;
}

#locations_detail_content > div > div:nth-of-type(2) > article:nth-of-type(2) p{
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	color: #505656;
}

/*#locations_detail_content > div > div:nth-of-type(2) > article:nth-of-type(2) > div > div{
  min-height: 150px;
  display: table;
}

#locations_detail_content > div > div:nth-of-type(2) > article:nth-of-type(2) > div > div > div{
  display: table-cell;
  vertical-align: middle;
}

#locations_detail_content > div > div:nth-of-type(2) > article:nth-of-type(2) > div > div:nth-of-type(1) > div{
  text-align: center;
}

#locations_detail_content > div > div:nth-of-type(2) > article:nth-of-type(2) > div > div:nth-of-type(1) > div > span{
  font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  display: block;
  margin-top: 10px;
}

#locations_detail_content > div > div:nth-of-type(2) > article:nth-of-type(2) > div > div:nth-of-type(2) > div > ul{
  margin: 0;
  padding: 0;
}

#locations_detail_content > div > div:nth-of-type(2) > article:nth-of-type(2) > div > div:nth-of-type(2) > div > ul li{
  font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  float: left;
  margin-left: 25px;
}

#locations_detail_content > div > div:nth-of-type(2) > article:nth-of-type(2) > div ul li img{
	margin-right: 20px;
}*/


#locations_detail_content .grey-block {
	min-height: 222px;
	margin: 0;
	margin-top: 50px;
	padding: 0;
	margin-bottom: 35px;
    background-color: #efede9;
}

@media (max-width: 767px) {
    #locations_detail_content > div > div:nth-of-type(2) > div:nth-of-type(2){
       margin-bottom: 30;
    }
}
#locations_detail_content .grey-block .col-md-4 {
    padding:0;
}

#locations_detail_content .grey-block .col-md-4 img {
    min-width:100%;
}

#locations_detail_content .grey-block h1{
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	color: #222222;
	padding: 0;
	margin: 0;
}

#locations_detail_content .grey-block h2{
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	color: #505656;
	padding: 0;
	margin: 0;
}

#locations_detail_content .grey-block p {
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	color: #505656;
	padding: 0;
	margin: 0;
	margin-top: 25px;
}

#locations_detail_content .grey-block .grey-background {
	background-color: #efede9;
	min-height: 222px;
	padding: 25px 30px;
}

@media (max-width: 767px) {
    #locations_detail_content > div > div:nth-of-type(2) > div:nth-of-type(2) div:nth-child(2){
       background-color: white;
       padding: 25px 0;
       min-height: 0;
    }
}

#locations_detail_content > div > div:nth-of-type(2) > div:nth-of-type(3) hr:nth-of-type(1){
	width: 100%;
}

#locations_detail_content > div > div:nth-of-type(2) > div:nth-of-type(3) h1 span{
	background-color: white;
	padding: 0 5px;
}

#locations_detail_content > div > div:nth-of-type(2) > div:nth-of-type(3) > div:nth-of-type(2) > div{
	margin-top: 15px;
	height: 90px;
	width: 99%;
	border: 2px solid red;
	margin-bottom: 25px;
}

#locations_detail_comments{
	margin-top: 45px;
}

#locations_detail_comments > h4 {
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	color: #222222;
	margin: 0;
	padding: 0;
	display: inline;
    line-height:49px;
}

@media (max-width: 1199px) {
    #locations_detail_comments > h4 {
       font-size: 22px;
       margin-bottom: 25px;
    }
}

.btn_purple{
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	color: #512778 !important;
	margin: 0;
	padding: 10px 20px;
	border-radius: 5px;
	text-decoration: none !important;
	display: inline-block;
	background-color: white;
	border: 2px solid #502679;
	text-align: center;
	-webkit-transition: background-color .3s ease;
       -moz-transition: background-color .3s ease;
         -o-transition: background-color .3s ease;
            transition: background-color .3s ease;
}

.btn_purple:hover{
	text-decoration: none !important;
	color: white !important;
	background-color: #512778;
}

.btn_purple:focus{
    outline: 0;
    color: #512778;
    text-decoration: none !important;
}

.btn_search{
	background-color: transparent;
	color: white;
	border: white solid 2px;
	moz-border-radius: 5px 5px;
	border-radius: 5px 5px;
	font-size: 20px;
	padding: 0 20px 0 30px;
	text-align: center;
	height: 46px;
	margin-left: 20px;
	-webkit-transition: background-color .3s ease;
       -moz-transition: background-color .3s ease;
         -o-transition: background-color .3s ease;
            transition: background-color .3s ease;
}

.btn_search:hover{
	color: white !important;
	background-color: #512778 !important;
}

.btn_search_home{
	background-color: transparent;
	color: white;
	border: white solid 2px;
	moz-border-radius: 5px 5px;
	border-radius: 5px 5px;
	font-size: 20px;
	padding: 0 20px 0 30px;
	text-align: center;
	height: 46px;
	margin-left: 20px;
	-webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}

.btn_search_home:hover{
	color: #512778;
	border-color: #512778;
	background-color: white;
}

.glyphicon-search{
-webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}

#locations_detail_comments > .btn_purple{
	float: right;
}

@media (max-width: 1199px) {
    #locations_detail_comments > a{
       margin-top: 0;
    }
}

@media (max-width: 1199px) {
    #locations_detail_comments > div:nth-of-type(1){
       margin-top: 25px;
    }
}

#locations_detail_comments > div:nth-of-type(2){
	margin-top: 25px;
}

#locations_detail_comments > div:nth-of-type(1) > h1{
  margin-top: 50px;
}

#locations_detail_comments > div > h1{
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	color: #222222;
	margin: 0;
	padding: 0;
}

#locations_detail_comments > div > h1 > span{
	font-weight: 300;
	color: #505656;
	margin: 0;
	padding: 0;
}

#locations_detail_comments > div > p{
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	color: #505656;
	margin: 0;
	margin-top: 10px;
	padding: 0;
}

#locations_detail_comments > div > span:nth-of-type(1){
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	color: #a5a5a5;
	margin: 0;
	margin-right: 10px;
	padding: 0;
}

#locations_detail_comments > div > span:nth-of-type(2){
	background-image: url(/images/star_sprite.png);
	min-height: 20px;
	min-width: 125px;
	width: 125px;
	display: inline-block;
	top: 4px;
	position: relative;
	margin-right: 20px;
}

#locations_detail_comments > div > a{
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	color: #7bb44b;
	text-decoration: underline;
	margin: 0;
	padding: 0;
}

#locations_detail_comments > div hr{
	width: 100%;
}

#locations_detail_comments > div:last-child hr{
	display: none;
}

#locations_detail_comments > div > div{
	/*border: 2px solid #e3e0da;*/
	margin-top: 30px;
	margin-bottom: 25px;
}


#locations_detail_comments > div > div > img{
	margin-top: -11px;
	margin-left: 35px;
	position: absolute;
    z-index:1000;
}

#locations_detail_comments > div > div > div{
	padding-bottom: 25px;
}

#locations_detail_comments > div > div > div > div:nth-of-type(1){
	text-align: center;
}

#locations_detail_comments > div > div > div > div:nth-of-type(1) img{
	margin-top: 30px;
}

#locations_detail_comments > div > div > div > div:nth-of-type(2){

}

#locations_detail_comments > div > div > div > div:nth-of-type(2) h1{
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	color: #222222;
	margin: 0;
	margin-top: 30px;
	padding: 0;
}

#locations_detail_comments > div > div > div > div:nth-of-type(2) h1 span{
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	color: #505656;
	margin: 0;
	margin-top: 30px;
	padding: 0;
}

#locations_detail_comments > div > div > div > div:nth-of-type(2) p{
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	color: #505656;
	margin: 0;
	margin-top: 10px;
	padding: 0;
}

#locations_detail_form{
	border: 2px solid #e6e3de;
	margin-top: 50px;
	border-radius: 5px;
	padding: 30px;
	margin-bottom: 30px;
}

#locations_detail_form > form > h1{
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 28px;
	color: #222222;
	margin: 0;
	padding: 0;
}

#locations_detail_form > form > fieldset{
	margin-top: 25px;
}

#locations_detail_form > form > fieldset label{
	display: block;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	color: #505656;
	position: relative;
	display: inline-block;
	width: 20%;
    vertical-align:top;
}

#locations_detail_form > form > fieldset:nth-of-type(2) > span{
	position: absolute;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	color: #a2a9a9;
	left: 0;
	margin-left: 48px;
	margin-top: 35px;
}

#locations_detail_form > form > fieldset input{
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	color: #505656;
	background-color: transparent;
	border: #e2dfd9 solid 2px;
	moz-border-radius: 5px 5px;
	border-radius: 5px 5px;
	height: 46px;
	margin-left: 30px;
	width: 50%;
	padding-left: 10px;
}

#locations_detail_form > form > fieldset:nth-of-type(2) input{
	margin-top: 13px;
}

#locations_detail_form > form > fieldset:nth-of-type(2) label{
	top: -10px;
}

#locations_detail_form > form > fieldset input:focus {
    outline: 0;
}

#locations_detail_form > form > fieldset textarea{
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	color: #505656;
	background-color: transparent;
	border: #e2dfd9 solid 2px;
	moz-border-radius: 5px 5px;
	border-radius: 5px 5px;
	width: 75%;
	min-height: 235px;
	padding: 10px;
	margin-left: 30px;
	display: inline-block;
	resize: vertical;
}

@media (max-width: 1199px) {
    #locations_detail_form > form > fieldset textarea{
       width: 74.5%;
       margin-left: 30px;
    }
}

#locations_detail_form > form > fieldset textarea:focus{
    outline: 0;
}

#locations_detail_form > form > fieldset ul {
	width: 75%;
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: inline-block;
	margin-left: 30px;
	float: right;
}

@media (min-width: 990px) and (max-width: 1199px) {
    #locations_detail_form > form > fieldset ul:nth-of-type(1){
       width: 73.5%;
    }
}

#locations_detail_form > form > fieldset ul:nth-of-type(2){
	width: 42.5%;
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: inline-block;
	float: right;
}

@media (min-width: 990px) and (max-width: 1199px) {
    #locations_detail_form > form > fieldset ul:nth-of-type(2){
       margin-right: 30px;
       width: 35%;
    }
}

#locations_detail_form > form > fieldset ul li {
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	color: #a5a5a5;
	display: inline-block;
	padding: 0;
	margin: 0;
	position: relative;
	margin-bottom: 10px;
}

#locations_detail_form > form > fieldset ul:nth-of-type(1) li > span {
	display: inline-block;
	width: 215px;
	position: relative;
	top: -3px;
}

#locations_detail_form > form > fieldset ul:nth-of-type(2) li > span:first-child{
	display: inline-block;
	width: 145px;
	position: relative;
	top: -3px;
}

#locations_detail_form > form > fieldset ul li span:nth-of-type(2){
	background: url(../images/star_sprite.png) no-repeat;
	background-position: 0 -105px;
	min-height: 20px;
	min-width: 125px;
	position: absolute;
	margin: 0;

}

#locations_detail_form > form > fieldset ul li > div{
	display: inline-block;
}

#locations_detail_form > form > a{
	margin-left: 166px;
	display: inline-block;
	margin-top: 25px;
}

.star:nth-child(odd){
	margin-right: 5px;
}

.rating-cancel{
	display: none !important;
}
/* tijdelijke fix, straks herschreven naar standaard bootstrap form */
#locations_detail_form > form > fieldset input.btn_purple{
    width:auto;
    background-color: #512778;
    color:#fff !important;
}

#locations_detail_form > form > fieldset input.btn_purple:hover {
    width:auto;
    border: 2px solid #512778;
    background-color: #fff;
    color:#512778 !important;
}

/*END LOCATIONS_DETAIL*/


#locations_detail_content .social-media{
	height: 34px;
	float: none;
}

#locations_detail_content > div > div:nth-of-type(1) > a.images {
	position: relative;
	margin-top: 25px;
	width: 100%;
	max-width: 360px;
	max-height: 385px;
	overflow: hidden;
	display: block;
}

#locations_detail_content > div > div:nth-of-type(1) > a.images > img:first-child{
	max-width: 100%;
	max-height: 285px;
}

#locations_detail_content > div > div:nth-of-type(1) > a.images > span{
	background: rgba(0, 0, 0, .75);
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 120%;
	height: 70px;
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	-o-transform: rotate(2deg);
	transform: rotate(2deg);
}

#locations_detail_content > div > div:nth-of-type(1) > a.images > div{
	position: absolute;
	bottom: 20px;
	left: 20px;
}

#locations_detail_content > div > div:nth-of-type(1) > a.images > div > span{
	position: relative;
	margin-left: 25px;
	top: 3px;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	text-decoration: underline;
	color: white;
}

#locations_detail_content > div > div:nth-of-type(1) > #map-detail {
	height: 248px;
	border-bottom: 2px solid #7bb44b;
	margin-top: 30px;
}

@media (max-width: 991px) {
    #locations_detail_content > div > #map-detail {
       width: 100%;
       background-color: #efede9;
       margin-bottom: 60px;
    }
}

#locations_detail_content > div > div:nth-of-type(1) > .location-info {
	background-color: #efede9;
	padding: 40px 30px;
}

.location-info ul.social {
    list-style:none;
    padding:0;
}

.location-info ul.social  li {
    margin:5px 0;
}

.location-info ul.social  li a img {
    margin:0 10px 0 0;
}

@media (max-width: 991px) {
    #locations_detail_content > div > div:nth-of-type(1) > .location-info{
       padding: 15px;
    }
}

#locations_detail_content > div > div:nth-of-type(1) > .location-info h4{
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	color: #222222;
}

#locations_detail_content div > div:nth-of-type(1) > .location-info h4:not(:first-child){
	margin-top: 35px;
}

#locations_detail_content > div > div:nth-of-type(1) > .location-info a{
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	color: #7bb44b;
	text-decoration: underline;
	display: inline-block;
}

.contact .btn_purple{
	margin-top: 35px;
}

#locations_detail_content > div > div:nth-of-type(1) > .location-info span {
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	color: #505656;
}

#locations_detail_content > div > div:nth-of-type(1) > .location-info address{
	margin-bottom: 35px;
}

#locations_detail_content > div > div:nth-of-type(1) > .locaties_detail_agenda{
	border: 2px solid #e2dfd9;
	padding: 25px 30px;
	margin-top: 30px;
}

#locations_detail_content > div > div:nth-of-type(1) > .locaties_detail_agenda > div h1{
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	color: #222222;
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
}

#locations_detail_content > div > div:nth-of-type(1) > .locaties_detail_agenda > div ul li div > div:nth-of-type(1){
	max-width: 70px;
}

#locations_detail_content > div > div:nth-of-type(1) > .locaties_detail_agenda > div ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#locations_detail_content > div > div:nth-of-type(1) > .locaties_detail_agenda > div ul li{
	margin-top: 25px;
}

#locations_detail_content > div > div:nth-of-type(1) > .locaties_detail_agenda > div ul li > div > div:nth-of-type(1) > span{
	display: block;
	color: #998f76;
}

#locations_detail_content > div > div:nth-of-type(1) > .locaties_detail_agenda > div ul li > div > div:nth-of-type(2) > span{
	display: block;
	color: #898989;
}

#locations_detail_content > div > div:nth-of-type(1) > .locaties_detail_agenda > div ul li > div div:nth-child(1) span:nth-child(1){
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 28px;
	text-align: center;
}

#locations_detail_content > div > div:nth-of-type(1) > .locaties_detail_agenda > div ul li > div div:nth-child(1) span:nth-child(2){
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	text-align: center;
}

#locations_detail_content > div > div:nth-of-type(1) > .locaties_detail_agenda > div ul li > div div:nth-child(2){
margin-top: 5px;
}


#locations_detail_content > div > div:nth-of-type(1) > .locaties_detail_agenda > div ul li > div div:nth-child(2) a{
font-size: 18px;
font-family: "proxima-nova",sans-serif;
font-style: normal;
color: #7bb44b;
text-decoration: underline;
}

.data{
	width: 550px;
}

.data > h1{
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	color: #222222;
}

.data > p{
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	color: #222222;
}

.data > ul{
	width: 50%;
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: inline-block;
	float: left;
	margin-top: 30px;
}

.data > ul li{
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	color: #a5a5a5;
	display: inline-block;
	padding: 0;
	margin: 0;
	position: relative;
	margin-bottom: 10px;
}

.data > ul:nth-of-type(1) li > span:first-child{
	display: inline-block;
	width: 85px;
}

.data > ul:nth-of-type(2) li > span:first-child{
	display: inline-block;
	width: 135px;
}

.data > ul li > span:nth-child(2){
	background-image: url(/images/star_sprite.png);
	min-height: 20px;
	min-width: 125px;
	width: 125px;
	display: inline-block;
	vertical-align: top;
}

/* PAGE: ACTIVITEITEN */

.event_header,
.theme_header {
    text-align: center;
    position: relative;
    height: 235px;
    padding: 0;
}
.event_header h2,
.theme_header h2 {
    margin-top: 50px;
    position: relative
}
.event_header h3,
.theme_header h3 {
    margin-top: 0;
    position: relative;
}
.event_filter {
    min-height: 85px;
    background-color: #efede9;
    margin-bottom: 80px;
}
#event_filter_form {
    margin-top: 22px;
    font-family: "proxima-nova", sans-serif;
}
#event_filter_form span {
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
    margin-right: 20px;
}
#event_filter_form input[type=checkbox] {
    display: block;
}
#event_filter_form label {
    padding-left: 25px;
    display: inline;
    font-weight: normal;
    color: #98a1a1;
    font-size: 18px;
    margin: 0 20px 0 10px;
}
#event_filter_form #submit_wrapper {
    position: relative;
    width: 115px;
    height: 40px;
    display: inline-block;
}
#event_filter_form i {
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 11px;
    color: #512778;
}
#event_filter_form #submit_wrapper input[type=submit] {
    width: 100%;
    margin: 0;
    text-transform: uppercase;
    font-size: 18px;
    z-index: 10;
    height: 41px;
    font-weight: bold;
}
#event_filter_form select {
    font-size: 18px;
}

.event_item {
    min-height: 175px;
}
.event_item:last-child {
    margin-bottom: 50px;
}
.event_item *,
.event_header * {
    font-family: "proxima-nova", sans-serif;
}
.event_item .image_wrapper {
    position: relative;
    height: 175px;
    width: 270px;
    padding: 0;
    overflow: hidden;
}
.event_item .image_wrapper img {
    display: inline-block;
}
.event_item .slope_bg {
    background-color: #ff6c00;
    border: 2px solid white;
}
.event_item .image_wrapper + div {
    height: 175px;
}
.event_item h3 {
    position: absolute;
    left: 20px;
    bottom: -3px;
    color: white;
}
.event_item .event_overlay_date {
    position: absolute;
    top: 0;
    left: 15px;
    width: 55px;
    height: 65px;
    background-color: #512778;
}
.event_item .event_overlay_date span {
    display: block;
    width: 55px;
    text-align: center;
    color: white;
}
.event_item .event_overlay_date span:nth-child(1) {
    font-size: 28px;
    height: 28px;
    margin-top: 10px;
}
.event_item .event_overlay_date span:nth-child(2) {
    font-size: 12px;
    text-transform: uppercase;
}
.event_item .event_overlay_date img {
    position: absolute;
    bottom: -20px;
    left: 0;
}
.event_item span {
    display: inline-block;
    margin:0 10px 0 0;
}
.event_item h2 {
    margin: 0;
    font-weight: bold;
    font-size: 26px;
}
.event_item p {
    margin: 30px 0;
}
.event_item a {
    display: block;
    position: absolute;
    bottom: 0;
    color: #7bb44b;
    text-decoration: underline;
}
.event_item a:hover {
    text-decoration: none;
}
.event_item + hr {
    margin: 40px 0;
}
#events .image_wrapper > span{
	background: rgba(255, 108, 0, 1);
	border-top: 2px solid white;
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 120%;
	height: 50px;
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	-o-transform: rotate(2deg);
	transform: rotate(2deg);
}

#events .event_overlay_dates {
    position: absolute;
	top: 0;
	left: 15px;
	width: 124px;
	height: 65px;
	padding: 0 10px;
	background-color: #512778;
}
#events .event_overlay_dates > div{
    display: inline-block
}
#events .event_overlay_dates > div:nth-child(odd){
    width: 38px;
}
#events .event_overlay_dates > div:nth-child(2){
    width: 20px;
    position: relative;
    top: -10px;
    opacity: 0.75;
}
#events .event_overlay_dates span {
    display: block;
    text-align: center;
    color: white;
    margin: 0;
}
#events .event_overlay_dates div:nth-child(odd) span:nth-child(1) {
    font-size: 28px;
    height: 28px;
    margin-top: 10px;
}
#events .event_overlay_dates div:nth-child(odd) span:nth-child(2) {
    font-size: 12px;
    text-transform: uppercase;
}
#events .event_overlay_dates img {
    position: absolute;
    bottom: -18px;
    left: 0;
}
#events select,
#members select {
    background-color: white;
    background-image: url(../images/icon_select_arrow_neg.png) #fcf5d4;
    margin-right: 20px;
}
#events .advert {
    margin: 40px 0;
    float: right;
}
#events .calendar * {
    font-family: "proxima-nova", sans-serif;
}
#events .calendar h2 {
    margin: 0 0 20px 0;
    font-size: 26px;
    font-weight: bold;
}
#events #social {
    font-weight: bold;
    text-align: right;
    margin-bottom: 40px;
    clear: both;
}
#events .close {
    font-size:14px;
    color: #8a6d3b;
    opacity:1;
    margin: 3px 0px 0px 0px;
}
@media (max-width: 1200px) {
    #events .advert {
        margin-top: 50px;
    }
}

@media (max-width: 990px) {
    .event_item .image_wrapper {
        height: auto;
        width: 240px;
    }
    .event_item p {
        margin: 20px 0;
    }
    /*.event_item .image_wrapper + div {
        height: 160px;
    }*/
    #events .advert {
        float: none;
    }
    #events #social {
        text-align: left;
    }
}
@media (max-width: 768px) {

    .event_item {
        min-height:20px;
    }

    .event_item .image_wrapper + div {
        height:auto!important;
    }
    
    .event_item span {
	    display: block;
	}

    
    .event_header {
        height: 133px;
    }
    .event_header h2 {
        margin-top: 25px;
    }
}
@media (max-width: 670px) {
    #event_filter_form select {
        width: 100%;
        margin: 20px 0;
    }
    #event_filter_form #submit_wrapper {
        width: 100%;
        margin-bottom: 20px;
    }
}
@media (max-width: 465px) {
    /*.event_item .image_wrapper + div {
        display: none;
    }*/
}

/* PAGE: THEMES */
#themes .theme_intro {
    margin: 85px 0 65px 0;
}
#themes .theme_intro > div {
    padding: 0;
}
#themes .theme_intro p {
    font-size: 18px;
    font-family: "proxima-nova", sans-serif;
}
#themes .theme_intro div:first-child {
    font-weight: bold;
}
#themes .theme_img_wrapper {
    position: relative;
    overflow: hidden;
    display: block;
    max-width: 370px;
}
#themes .theme_items p {
    font-size: 16px;
    margin-top: 25px;
    max-width: 370px;
    font-family: "proxima-nova", sans-serif;
}
#themes .theme_items > div {
    margin-bottom: 70px;
}
#themes .theme_items p a {
    display: block;
    margin-top: 20px;
    color: #7bb44b;
    text-decoration: none;
}
#themes .theme_items p a:hover {
    text-decoration: underline;
}
.regular-content {
    font-family: "proxima-nova", sans-serif;
    font-size: 16px;
}

/*MEMBERS*/
#members .wrapper{
	margin-top: 60px;
	margin-bottom: 35px;
}

#members .wrapper .content_left h4{
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	color: #222222;
}

#members .wrapper .content_left p{
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	color: #222222;
}

#members .wrapper .content_left p span{
	margin-top: 40px;
	font-weight: 600;
	display: block;
}

#members .wrapper .content_left .btn_purple{
	padding: 20px 152px;
	margin-bottom: 50px;
	font-size: 20px;
}

@media (max-width: 767px) {
	#members .wrapper .content_left .btn_purple{
		padding: 20px 0;
		display: block;
		text-align: center;
	}
}

#members .wrapper .content_right{
	text-align: center;
}

@media (max-width: 991px) {
	#members .wrapper .content_right{
		margin-top: 60px;
	}
}

#members .wrapper .content_right h4{
	color: #512778;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
}

#members .wrapper .content_right > div{
	background-color: #efede9;
	text-align: left;
	padding: 50px 30px;
}

#members .wrapper .content_right > div ul{
	padding: 0 20px;
	margin-top: 35px;
}

#members .wrapper .content_right > div ul li{
	color: #512778;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
}

#members .wrapper .content_right > div ul li span{
	color: #505656;
	font-size: 14px;
}

#members .wrapper .content_right .btn_purple {
    margin-top: 25px;
}

/*END MEMBERS*/

/*CONTENT_LIVING*/

#content_living{
	overflow-x: hidden;
}

@media (max-width: 767px) {
    #content_living #header{
		height: 135px;
	}
}

#content_living #header h1{
	font-family: "JackieBold";
	font-size: 92px;
	color: white;
	margin: 0;
	text-align: center;
}

@media (max-width: 767px){
	#content_living #header h1{
		font-size: 23px;
		margin-top: 50px;
	}
}

#content_living .tabs{
	position: absolute;
	top: -45px;
}

@media (max-width: 991px){
	#content_living .tabs{
		top: -105px;
	}
}

#content_living .tabs > a{
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 0 20px;
	height: 45px;
	display: inline-block;
	text-align: center;
	line-height: 45px;
	margin-right: 5px;
	-webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}

@media (max-width: 767px){
	#content_living .tabs > a{
		font-size: 16px;
	}
}

#content_living .tabs > a:hover{
	text-decoration: none;
}

#content_living .tabs > .btn_selected{
	background-color: white;
	color: #505656;
}

#content_living .tabs > .btn_notselected{
	background-color: #505656;
	color: white;
}

#content_living .tabs > .btn_notselected:hover{
	background-color: white;
	color: #505656;
}

#content_living .top .intro{
	margin-top: 60px;
}

#content_living .top .intro > p:first-child{
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 40px;
}

#content_living .top .intro > p:nth-of-type(2){
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
}

#content_living .top .intro > img{
	float: right;
	margin-left: 40px;
}

@media (max-width: 767px){
	#content_living .top .intro > img{
		float: none;
		margin: 0 auto;
		margin-bottom: 25px;
	}
}

#content_living .benefits{
	background-color: #efede9;
	margin-top: 70px;
	padding: 50px 0;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400;
}

#content_living .benefits h4{
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
}

#content_living .benefits p{
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
}

#content_living .benefits p > a{
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
	color: #7bb44b;
	text-decoration: underline;
}

#content_living .for_me{
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400;
	padding: 50px 0;
}

#content_living .for_me h4{
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
}

#content_living .for_me p{
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
}

#content_living .for_me ul{
	padding-left: 20px;
}

#content_living .for_me ul li{
	color: #dad6cf;
	font-size: 20px;
	padding: 0 0 10px 0;
}

#content_living .for_me ul li > span{
	color: #505656;
	font-size: 16px;
}

#content_living .for_me a{
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
	color: #7bb44b;
	text-decoration: underline;
}

#content_living .for_me .for_me_image img{
	margin: 50px 0;
}

#content_living .for_me .for_me_content{
	text-align: center;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
}

#content_living .for_me .for_me_content h1{
	font-weight: 300;
	color: #512778;
	font-size: 30px;
	line-height: 40px;
}

#content_living .for_me .for_me_content span{
	font-weight: 400;
	color: #8a9393;
	font-size: 16px;
	line-height: 25px;
}

#content_living .for_me .for_me_content p{
	font-weight: 400;
	color: #505656;
	font-size: 16px;
	line-height: 25px;
	text-align: left;
	margin-top: 60px;
}

#content_living .for_me_small{
	min-height: 558px;
	position: relative;
}

@media (max-width: 991px) {
    #content_living .for_me_small{
		min-height: 100%;
	}
}

#content_living .for_me_small .bg_left{
	background-color: #efede9;
	width: 50%;
	position: absolute;
	left: 0px;
	height: 100%;
	z-index: -10;
}

@media (max-width: 991px) {
    #content_living .for_me_small .bg_left{
		width: 100%;
	}
}

#content_living .for_me_small .bg_right{
	width: 50%;
	position: absolute;
	right: 0px;
	top: 0;
	height: 100%;
	z-index: -10;
}

@media (max-width: 991px) {
    #content_living .for_me_small .bg_right{
		width: 100%;
	}
}

#content_living .for_me_small .content_right{
	padding: 0;
	height: 100%;
}

#content_living .for_me_small .content_right img{
	max-height: 558px;
	height:100%;
}

#content_living .for_me_small .content_left{
	padding: 50px 70px 50px 15px;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400;
	max-height: 558px;
}

@media (max-width: 991px) {
    #content_living .for_me_small .content_left{
		max-height: 100%;
		padding: 50px 0;;
	}
}

#content_living .for_me_small .content_left h4{
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
	color: #222222;
}

#content_living .for_me_small .content_left p{
	font-size: 16px;
	line-height: 25px;
	color: #505656;
}

#content_living .for_me_small a{
	color: #7bb44b;
	text-decoration: underline;
}

#content_living .about{
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400;
	padding: 50px 0;
}

#content_living .about h4{
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
	color: #222222;
}

#content_living .about p{
	font-size: 16px;
	line-height: 25px;
	color: #505656;
}

#content_living .about .more{
	margin-top: 50px;
}

#content_living .about .more > span{
	font-weight: 300;
	font-size: 26px;
	color: #222222;
	margin-right: 25px;
}

#content_living .about .more > .btn_purple{
	margin-right: 20px;
	margin-bottom: 20px
}

#content_living .about .social-media{
	width: 252px;
	margin: 0 auto;
	float: none;
	margin-top: 75px;
	margin-bottom: 35px;
}

#content_living .about h2{
	font-weight: 300;
	color: #512778;
	font-size: 26px;
	line-height: 52px;
	text-align: center;
	margin-bottom: 50px;
}

#content_living .about .article{
	color: #505656;
	text-decoration: none;
	margin-bottom: 50px;
}

#content_living .about .article:hover {
	color: #7bb44b;
}

#content_living .about .article img {
	display: block;
	width: 100%;
	max-width: 370px;
}

#content_living .about .article .event_overlay_date {
	position: absolute;
	top: 25px;
	left: 15px;
	min-width: 80px;
	height: 32px;
	background-color: #512778;
	z-index: 10;
}

#content_living .about .article .event_overlay_date span:nth-child(1) {
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	margin-top: 5px;
}

#content_living .about .article .event_overlay_date span {
	display: block;
	text-align: center;
	color: white;
	padding: 0 10px;
}

#content_living .about .article .event_overlay_date img {
	position: absolute;
	bottom: 0;
	right: -12px;
	width: 12px;
}

#content_living .about .article .current_image_wrapper {
	position: relative;
	width: 100%;
	height: auto;
}

#content_living .about .article .current_image_wrapper .current_image_hover {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	max-width: 370px;
	background-color: rgb(0,0,0);
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-image: url(../images/magnify_glass.png);
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 100;
}

#content_living .about .article h1{
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-size: 20px;
	font-weight: 700;
}

#content_living .about .article:hover .current_image_hover{
	color: #7bb44b;
	text-decoration: none;
	opacity: 0.75;
}

#content_living .about .article p {
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-size: 16px;
	color: #505656;
}

#content_living .about .article p time {
	color: #505656;
}

#content_living .about .article .read_more {
	color: #7bb44b;
	text-decoration: underline;
	display: block;
	margin-top: 10px;
}
/*END CONTENT_LIVING*/



/*MOST ASKED*/

#most_asked #content{
	margin-top: 70px;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
}

@media (max-width: 767px){
	#most_asked #header{
		height: 135px;
	}
}

#most_asked #header > div{
	text-align: center;
	height: 100%;
	position: relative;
}

@media (max-width: 767px){
	#most_asked #header > div{
		margin-top: 20px;
	}
}

#most_asked #header > div h1{
	font-family: "JackieBold";
	font-size: 80px;
	line-height: 61px;
	color: white;
}

@media (max-width: 767px){
	#most_asked #header > div h1{
		font-size: 23px;
		line-height: 1.1;
	}
}

#most_asked #header > div h2{
	font-size: 24px;
	line-height: 33px;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 500;
	margin: 0;
	color: white;
	display: inline;
}

@media (max-width: 767px){
	#most_asked #header > div h2{
		font-size: 15px;
	}
}

#most_asked .content_left > p:first-child{
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
	margin-bottom: 70px
}

#most_asked .content_left .faq{
	margin-bottom: 70px;
}

#most_asked .content_left .faq:last-child{
	margin-bottom: 120px;
}

#most_asked .content_left .faq > h2 {
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	color: #505656;
}

#most_asked .content_left .faq .question:not(:last-child){
	margin-bottom: 25px;
}

#most_asked .content_left .faq .question > h3{
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
	text-decoration: underline;
	color: #7bb44b;
	margin-top: 5px;
	cursor: pointer;
    background-image: url('/images/faq_down.png');
    padding-left: 20px;
    background-position: left;
    background-repeat: no-repeat;
}

#most_asked .content_left .faq .question > h3.close_answer{
    background-image: url('/images/faq_up.png');
}

#most_asked .content_left .faq .question .answer{
	padding-left: 20px;
	display: none;
	width: 100%;
}

#most_asked .content_left .faq .question .answer > hr{
	margin: 0;
	margin-top: 25px;
	margin-left: -20px;
}

#most_asked .content_left .faq .question .answer > p{
	font-size: 16px;
	line-height: 25px;
	color: #505656;
}

#most_asked .content_right div{
	padding: 30px 20px;
	background-color: #f1efeb;
}

#most_asked .content_right div > h3{
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	margin: 0;
}

#most_asked .content_right div > a:not(:last-child){
	line-height: 50px;
	font-weight: 400;
	color: #7bb44b;
	display: block;
}

#most_asked .content_right div > a > img{
	margin-right: 10px;
}

#most_asked .content_right div > a:hover{
	text-decoration: none;
}

#most_asked .content_right div > #contact{
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	margin-top: 10px;
	display: block;
}

#most_asked .content_right div > #phone{
	font-size: 23px;
	margin-top: 10px;
}

#most_asked .content_right div > #mail{
	font-size: 16px;
	text-decoration: underline;
	margin-top: 10px;
}

#most_asked .content_right div > a:last-child{
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
	color: #7bb44b;
	text-decoration: underline;
	margin-top: 30px;
	display: block;
}

/*END MOST ASKED*/

/*404*/

#error .content img{
	display: block;
	width: 100%;
}

#error .content{
	padding: 0;
	position: relative;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
}

#error .content > div{
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 20%;
}

#error .content > div > h1{
	font-family: "JackieBold";
	font-size: 150px;
	line-height: 60px;
	color: white;
}

#error .content > div > p{
	font-size: 28px;
	line-height: 33px;
	font-weight: 600;
	color: white;
	text-transform: uppercase;
	margin-top: 20px;
}

#error .content > div > a{
	font-size: 20px;
	line-height: 50px;
	font-weight: 600;
	padding: 0 25px;
	color: white;
	text-transform: uppercase;
	margin-top: 25px;
	background: transparent;
	border: 3px solid white;
	border-radius: 5px;
	-moz-border-radius: 5px;
	display: inline-block;
	-webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}

#error .content > div > a:hover{
	background-color: white;
	color: #512778;
	text-decoration: none;
	border-color: #512778;
}

@media (max-width: 991px){
	#error .content > div > h1{
		font-size: 100px;
		line-height: 30px;
	}
	
	#error .content > div > p{
		font-size: 20px;
		line-height: 16px;
	}
	
	#error .content > div > a{
		font-size: 15px;
		line-height: 25px;
	}
}

@media (max-width: 767px){
	#error .content > div > h1{
		font-size: 75px;
		line-height: 30px;
	}
	
	#error .content > div > p{
		font-size: 14px;
		line-height: 16px;
	}
	
	#error .content > div > a{
		font-size: 10px;
		line-height: 25px;
	}
}
/*END 404*/

/*CONTACt*/

#contact #content{
	margin-top: 70px;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
}

@media (max-width: 767px){
	#contact #header{
		height: 135px;
	}
}

#contact #header > div{
	text-align: center;
	height: 100%;
	position: relative;
}

@media (max-width: 767px){
	#contact #header > div{
		margin-top: 20px;
	}
}

#contact #header > div h1{
	font-family: "JackieBold";
	font-size: 80px;
	line-height: 61px;
	color: white;
}

@media (max-width: 767px){
	#contact #header > div h1{
		font-size: 23px;
		line-height: 1.1;
	}
}

#contact #header > div h2{
	font-size: 24px;
	line-height: 33px;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 500;
	margin: 0;
	color: white;
	display: inline;
}

@media (max-width: 767px){
	#contact #header > div h2{
		font-size: 15px;
	}
}


#contact #content{
	margin-top: 60px;
	margin-bottom: 140px;
}

@media (max-width: 767px) {
    #contact #content{
       margin-bottom: 50px;
    }
}

#contact .content_left > p{
	font-size: 20px;
	line-height: 28px;
	color: #222222;
	font-weight: 500;
}

#contact .content_left > p a{
	color: #7bb44b;
	text-decoration: underline;
}

@media (max-width: 767px) {
    #contact .content_right{
       margin-top: 50px;
    }
}

#contact .content_right .information{
	padding: 30px 20px;
	background-color: #f1efeb;
}

#contact .content_right .information > h4{
	font-size: 16px;
	line-height: 25px;
	font-weight: 500;
	color: #222222;
	margin: 0;
	margin-top: 45px;
}

#contact .content_right .information > span{
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #505656;
	margin: 0;
}

#contact .content_right .information > a:not(:last-child){
	line-height: 50px;
	font-weight: 400;
	color: #7bb44b;
	display: block;
}

#contact .content_right .information span a{
	color: #7bb44b;
	text-decoration: underline;
}

#contact .content_right .information > a > img{
	margin-right: 10px;
}

#contact .content_right .information > a:hover{
	text-decoration: none;
}

#contact .content_right .information > #contact{
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	margin-top: 10px;
	display: block;
}

#contact .content_right .information > #phone{
	font-size: 23px;
	margin-top: 10px;
}

#contact .content_right .information > #mail{
	font-size: 16px;
	text-decoration: underline;
	margin-top: 10px;
}

#contact .content_right .information > a:last-child{
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
	color: #7bb44b;
	text-decoration: underline;
	margin-top: 30px;
	display: block;
}

#contact .content_right .social-media{
	float: left;
	margin-left: 20px;
	margin-top: 30px;
}

#contact #contact_form{
	margin-top: 50px;
	border-radius: 5px;
	margin-bottom: 30px;
}

#contact #contact_form > form > h1{
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 28px;
	color: #222222;
	margin: 0;
	padding: 0;
}

#contact #contact_form > form > fieldset{
	margin-top: 25px;
}

#contact #contact_form > form > fieldset label{
	display: block;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	color: #505656;
	position: relative;
	display: inline-block;
	width: 20%;
}

#contact #contact_form > form > fieldset:nth-of-type(2) > span{
	position: absolute;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	color: #a2a9a9;
	left: 0;
	margin-left: 48px;
	margin-top: 35px;
}

#contact #contact_form > form > fieldset input{
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	color: #505656;
	background-color: transparent;
	border: #e2dfd9 solid 2px;
	moz-border-radius: 5px 5px;
	border-radius: 5px 5px;
	height: 46px;
	margin-left: 30px;
	width: 50%;
	padding-left: 25px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    #contact #contact_form > form > fieldset input{
    	margin-left: 50px;
        width: 50%;
    }
}

#contact #contact_form > form > fieldset input:focus {
    outline: 0;
}

#contact #contact_form > form > fieldset textarea{
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	color: #505656;
	background-color: transparent;
	border: #e2dfd9 solid 2px;
	moz-border-radius: 5px 5px;
	border-radius: 5px 5px;
	width: 75%;
	min-height: 235px;
	padding: 25px;
	margin-left: 30px;
	display: inline-block;
	resize: vertical;
}

#contact .subject-message {
    margin-top: 15px;
    display: block;
    color: #7bb44b;
}

@media (max-width: 1199px) {
    #contact #contact_form > form > fieldset textarea{
       width: 70.6%;
       margin-left: 50px;
    }
}

@media (max-width: 991px) {
    #contact #contact_form > form > fieldset textarea{
       width: 75.8%;
       margin-left: 30px;
    }
}

#contact #contact_form > form > fieldset textarea:focus{
    outline: 0;
}

#contact #contact_form > form > .btn_purple{
	margin-top: 20px;
	margin-left: 161px;
}

@media (max-width: 1199px) {
    #contact #contact_form > form > .btn_purple{
       margin-left: 157px;
    }
}

@media (max-width: 991px) {
    #contact #contact_form > form > .btn_purple{
       margin-left: 174px;
    }
}

.regional img.align-left {
    margin:0 30px 30px 0;
}

.regional img.align-right {
    margin:0 0 30px 30px;
}

/* flash banners */

.flashbanner {
    position:relative;
    height:90px;
}

.flashbanner a.flashbannerlink {
    position:absolute;
    width:100%;
    height:90px;
    left:0;
    top:0;
    background:none;
    z-index:1000;
}

#locationform ul label.error {
    font-family: "proxima-nova",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #505656;
    position: relative;
    vertical-align: top;
    min-width:20px!important;
    display:inline!important;
    margin:3px 0 0 20px!important;
}

#contentPopup h5 {
    font-family: "proxima-nova",sans-serif;
    font-style: normal;
    font-size: 26px;
    font-weight: 700;
    color: #512778;
}

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

#contentPopup .button {
    display: inline-block;

    margin: 15px 0 0 2px;
    padding: 10px 15px;
    color: #fff;
    font-weight: 600;
    background-color: #512778;
    border-color: #512778;
}



/*END CONTACT*/

/* rewritten newspage >> see main.css */