/*

    Template Author : pixelhint.com
    Author Email    : contact@pixelhint.com
    Template Name   : Magnetic
    
    
    *****************************************
    
    
    - Fonts
    - General CSS
    - Header
    - Home/portfolio 
    - Inner page 
    - Map/Contact page  
    - Tooltip 
    - Responsive code
  
    
*/



/*  Fonts  */
@font-face {
    font-family: 'raleway-regular';
    src: url('../fonts/raleway-regular.eot');
    src: url('../fonts/raleway-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-regular.woff') format('woff'),
         url('../fonts/raleway-regular.ttf') format('truetype'),
         url('../fonts/raleway-regular.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'raleway-bold';
    src: url('../fonts/raleway-bold.eot');
    src: url('../fonts/raleway-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-bold.woff') format('woff'),
         url('../fonts/raleway-bold.ttf') format('truetype'),
         url('../fonts/raleway-bold.svg#ralewaybold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'raleway-semibold';
    src: url('../fonts/raleway-semibold.eot');
    src: url('../fonts/raleway-semibold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-semibold.woff') format('woff'),
         url('../fonts/raleway-semibold.ttf') format('truetype'),
         url('../fonts/raleway-semibold.svg#ralewaysemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}



/*  General CSS*/
body{
    background: #3C3C3B;
}

.wrapper{
    width: 92.72727272727273%;
    margin: 0 auto;
}

header ul.social li a,
.main .work a .caption,
header nav ul li a{
    transition:all .1s linear;
    -webkit-transition:all .1s linear;
    -moz-transition:all .1s linear;
    -o-transition:all .1s linear;
}

h1, h2, h3, h4, h5 ,h6{
    color: #ffffff;
    font-family: "open_sanslight";
    letter-spacing: 1px;
}

h1              { font-size: 2em; margin: .67em 0 }
h2              { font-size: 1.5em; margin: .75em 0 }
h3              { font-size: 1.17em; margin: .83em 0 }
h5              { font-size: .83em; margin: 1.5em 0 }
h6              { font-size: .75em; margin: 1.67em 0 }
h1, h2, h4,
h5, h6          { font-weight: bolder }
h3				{ font-weight: lighter }

.clearfix:before,  
.clearfix:after {  
    content: " ";  
    display: table;  
}  
.clearfix:after {  
    clear: both;  
}  
 
.clearfix {  
    *zoom: 1;  
}







/*  Header  */
@media (min-width:1099px){
    header{
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 300px;
        min-height: 100%;
        background: #1D1D1B; 
        float: left;
        overflow: scroll;
        z-index: 9999;
    }
    header .logo{
        margin-top: 50px;
		margin-left:50px;
		
    }
    header nav ul{
        display: block;
        overflow: hidden;
        margin-top: 50px;
        list-style: none;
	}
   	header nav ul li{
        display: block;
	}
    header nav ul li a{
        color: #ffffff;
        font-family: "open_sanslight";
        font-size: 16px;
        text-decoration: none;
        letter-spacing: 1px;
		display:block;
	    border-bottom: 1px solid #3C3C3B;
	    padding: 12px 0;
		padding-left:50px;
   	}
    header nav ul li a:hover,
    header nav ul li a.selected{
        color: #1D1D1B;
		background:#1c9dd9;
		}
    header .footer{
        position: absolute;
        top: 485px;
    }
    header ul.social{
        list-style: none;
        margin-bottom: 15px;
		padding-left:50px;
    }
    header ul.social li{
        display: block;
        float: left;
        position: relative;
        margin: 0 15px 15px 0;
    }
    header ul.social li a{
        display: block;
        width: 30px;
        height: 30px;
        background: url('../img/sm.png') no-repeat;
        background-position: 0 0;
    }
    header ul.social li a:hover{
        background: url('../img/sm_hover_new.png') no-repeat;
    }
    header ul.social li a.fb,
    header ul.social li a.fb:hover{
        background-position: 0 0;
    }
    header ul.social li a.youtube,
    header ul.social li a.youtube:hover{
        background-position: -31px 0;
    }
    header ul.social li a.behance,
    header ul.social li a.behance:hover{
        background-position: -62px 0;
    }
    header ul.social li a.twitter,
    header ul.social li a.twitter:hover{
        background-position: -93px 0;
    }

    header ul.social li a.dribble,
    header ul.social li a.dribble:hover{
        background-position: -124px 0;
    }

    header ul.social li a.rss,
    header ul.social li a.rss:hover{
        background-position: -155px 0;
    }

    header .rights p{
        color: #FFFFFF;
        font-family: "open_sanslight";
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 18px;
		padding-left:50px;
    }
	#ContactTitle {
		color: #1c9dd9;
        font-family: "open_sanslight";
        font-size: 16px;
        letter-spacing: 1px;
        line-height: 16px;
		padding-left:50px;
		border-top: 1px solid #3C3C3B;
	    border-bottom: 1px solid #3C3C3B;
		padding-top: 12px;
		padding-bottom: 12px;
		width:300px;
	}
	#SocialTitle {
		color: #1c9dd9;
        font-family: "open_sanslight";
        font-size: 16px;
        letter-spacing: 1px;
        line-height: 16px;
		padding-left:50px;
		border-top: 1px solid #3C3C3B;
	    border-bottom: 1px solid #3C3C3B;
		padding-top: 12px;
		padding-bottom: 12px;
		width:300px;
	}
	#AlgemeneVoorwaarden {
		color: #1c9dd9;
        font-family: "open_sanslight";
        font-size: 16px;
        letter-spacing: 1px;
        line-height: 16px;
		padding-left:50px;
		border-top: 1px solid #3C3C3B;
	    border-bottom: 1px solid #3C3C3B;
		padding-top: 12px;
		padding-bottom: 12px;
		width:300px;
		text-decoration: none;
		display: block;
	}
    header .rights a{
        font-family: "open_sanslight";
        font-weight: bold;
        text-decoration: none;
    }
    #menu_icon,
    .close_menu{
        display: none;
    }



}

#menu_icon,
.close_menu{
    float: right;
    margin-right: 40px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url('../img/men_icons.png') no-repeat;
}

#menu_icon{    
    background-position: 0 0;
}
.close_menu{
    background-position: -41px 0!important;
}

.auto-resizable-iframe {
  max-width: 700px;
}

.auto-resizable-iframe > div {
  position: relative;
  padding-bottom: 0%;
  height:auto;
}

.auto-resizable-iframe iframe {
  position:relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 400px;
}




/*  Main  */
.main{
    width: 100%;
    height: 100%;
    padding-left: 300px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 55;
    background: #3C3C3B;
    clear: both;
}






/*  Home/portfolio  */
.main .work{
    display: block;
    width: 25%;
    height: auto;
    float: left;
    position: relative;
    overflow: hidden;
}

.main .work .media{
    width: 100%;
    vertical-align: middle;
}

.main .work .caption{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0; 
    left: 0;
    background: #1D1D1B;
    opacity: 0;
}


.main .work a:hover .caption{
    opacity: 0.9;
}
.work .caption .work_title{
    display: block;
    width: 100%;
    position: absolute;
    text-align: center;
    top: 25%;
    margin-top: -40px;
}
.main .work .caption h1{
    position: relative;
    display: inline-block;
    max-width: 90%;
    z-index: 77;
    color: #FFFFFF;
    font-family: "open_sanslight";
    font-size: 24px;
    letter-spacing: .5px;
}
h3{
    color: #1c9dd9;
    font-family: "open_sanslight";
    font-size: 16px;
    letter-spacing: .5px;
}
.SearchIcon{
    top: 75%;
	position:relative;
	display: inline-block;
    z-index: 77;
    max-width: 100%;
	text-align:center;
	width:100%;
}





/*  Team  */
.team{
    width: 100%;
    height: 100%;
    padding-left: 300px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 55;
    background: #3C3C3B;
    clear: both;
}



/*  Team/persons  */
.team .persons{
    display: block;
    width: 25%;
    height: auto;
    float: left;
    position: relative;
    overflow: hidden;
}

.team .persons .mediateam{
    width: 100%;
    vertical-align: middle;
}

.team .persons .captionteam{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0; 
    left: 0;
    background: #1D1D1B;
    opacity: 0;
}


.team .persons a:hover .captionteam{
    opacity: 0.9;
}
.persons .captionteam .person_title{
    display: block;
    width: 100%;
    position: absolute;
    text-align: center;
    top: 40%;
    margin-top: -40px;
}
.team .persons .captionteam h1{
    position: relative;
    display: inline-block;
    max-width: 90%;
    z-index: 77;
    color: #FFFFFF;
    font-family: "open_sanslight";
    font-size: 24px;
    letter-spacing: .5px;
}

/*  Basisidee Page  */
.topBasisidee{
    width: 100%;
    height: 503px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/basisidee_website_header_basisidee.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}
.topBasisidee .title{
    display: block;
    width: 100%;color: #FFFFFF;
    font-family: "open_sanslight";
    font-size: 24px;
    background: #1D1D1B;
	opacity:0.9;
    padding: 30px;
    line-height: 40px;
    margin: 0!important;
    overflow: hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}

/*  Support Your Local Page  */
.topSupportYourLocal{
    width: 100%;
    height: 503px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/basisidee_website_header_support_your_local.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}
.topSupportYourLocal .title{
    display: block;
    width: 100%;color: #FFFFFF;
    font-family: "open_sanslight";
    font-size: 24px;
    background: #1D1D1B;
	opacity:0.9;
    padding: 30px;
    line-height: 40px;
    margin: 0!important;
    overflow: hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}

/*  Radio 538 Page  */
.topRadio538{
    width: 100%;
    height: 503px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/basisidee_website_header_radio_538.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}
.topRadio538 .title{
    display: block;
    width: 100%;color: #FFFFFF;
    font-family: "open_sanslight";
    font-size: 24px;
    background: #1D1D1B;
	opacity:0.9;
    padding: 30px;
    line-height: 40px;
    margin: 0!important;
    overflow: hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}

/*  Ogene Songfestival Page  */
.topAvrotrosOgeneSongfestival{
    width: 100%;
    height: 503px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/basisidee_website_header_avrotros_ogene_songfestival.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}
.topAvrotrosOgeneSongfestival .title{
    display: block;
    width: 100%;color: #FFFFFF;
    font-family: "open_sanslight";
    font-size: 24px;
    background: #1D1D1B;
	opacity:0.9;
    padding: 30px;
    line-height: 40px;
    margin: 0!important;
    overflow: hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}

/*  Links Page  */
.topLinks{
    width: 100%;
    height: 503px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/basisidee_website_header_links.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}
.topLinks .title{
    display: block;
    width: 100%;color: #FFFFFF;
    font-family: "open_sanslight";
    font-size: 24px;
    background: #1D1D1B;
	opacity:0.9;
    padding: 30px;
    line-height: 40px;
    margin: 0!important;
    overflow: hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}

/*  Avrotros Wie is de Mol? Page  */
.topAvrotrosMol{
    width: 100%;
    height: 503px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/basisidee_website_header_avrotros_de_mol.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}
.topAvrotrosMol .title{
    display: block;
    width: 100%;color: #FFFFFF;
    font-family: "open_sanslight";
    font-size: 24px;
    background: #1D1D1B;
	opacity:0.9;
    padding: 30px;
    line-height: 40px;
    margin: 0!important;
    overflow: hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}

/*  Avrotros Junior Songfestival Page  */
.topAvrotrosJuniorSongfestival{
    width: 100%;
    height: 503px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/basisidee_website_header_avrotros_junior_songfestival.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}
.topAvrotrosJuniorSongfestival .title{
    display: block;
    width: 100%;color: #FFFFFF;
    font-family: "open_sanslight";
    font-size: 24px;
    background: #1D1D1B;
	opacity:0.9;
    padding: 30px;
    line-height: 40px;
    margin: 0!important;
    overflow: hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}

/*  Avrotros Posters Page  */
.topAvrotrosPosters{
    width: 100%;
    height: 503px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/basisidee_website_header_avrotros_posters.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}
.topAvrotrosPosters .title{
    display: block;
    width: 100%;color: #FFFFFF;
    font-family: "open_sanslight";
    font-size: 24px;
    background: #1D1D1B;
	opacity:0.9;
    padding: 30px;
    line-height: 40px;
    margin: 0!important;
    overflow: hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}

/*  Avrotros Prinsengracht Page  */
.topAvrotrosPrinsengracht{
    width: 100%;
    height: 503px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/basisidee_website_header_avrotros_prinsengracht.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}
.topAvrotrosPrinsengracht .title{
    display: block;
    width: 100%;color: #FFFFFF;
    font-family: "open_sanslight";
    font-size: 24px;
    background: #1D1D1B;
	opacity:0.9;
    padding: 30px;
    line-height: 40px;
    margin: 0!important;
    overflow: hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}

/*  BadBoysBrand Line-Up Page  */
.topBadBoysBrandLineUp{
    width: 100%;
    height: 503px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/basisidee_website_header_badboysbrand_line-up.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}
.topBadBoysBrandLineUp .title{
    display: block;
    width: 100%;color: #FFFFFF;
    font-family: "open_sanslight";
    font-size: 24px;
    background: #1D1D1B;
	opacity:0.9;
    padding: 30px;
    line-height: 40px;
    margin: 0!important;
    overflow: hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}

/*  BadBoysBrand Outlet Page  */
.topBadBoysBrandOutlet{
    width: 100%;
    height: 503px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/basisidee_website_header_badboysbrand_outlet.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}
.topBadBoysBrandOutlet .title{
    display: block;
    width: 100%;color: #FFFFFF;
    font-family: "open_sanslight";
    font-size: 24px;
    background: #1D1D1B;
	opacity:0.9;
    padding: 30px;
    line-height: 40px;
    margin: 0!important;
    overflow: hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}

/*  BadBoysBrand Bus Page  */
.topBadBoysBrandBus{
    width: 100%;
    height: 503px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/basisidee_website_header_badboysbrand_bus.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}
.topBadBoysBrandBus .title{
    display: block;
    width: 100%;color: #FFFFFF;
    font-family: "open_sanslight";
    font-size: 24px;
    background: #1D1D1B;
	opacity:0.9;
    padding: 30px;
    line-height: 40px;
    margin: 0!important;
    overflow: hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}

/*  Drankdozijn Page  */
.topDrankdozijn{
    width: 100%;
    height: 503px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/basisidee_website_header_drankdozijn.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}
.topDrankdozijn .title{
    display: block;
    width: 100%;color: #FFFFFF;
    font-family: "open_sanslight";
    font-size: 24px;
    background: #1D1D1B;
	opacity:0.9;
    padding: 30px;
    line-height: 40px;
    margin: 0!important;
    overflow: hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}

/*  Johanna's Hof Page  */
.topJohannasHof{
    width: 100%;
    height: 503px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/basisidee_website_header_johannas_hof.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}
.topJohannasHof .title{
    display: block;
    width: 100%;color: #FFFFFF;
    font-family: "open_sanslight";
    font-size: 24px;
    background: #1D1D1B;
	opacity:0.9;
    padding: 30px;
    line-height: 40px;
    margin: 0!important;
    overflow: hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}

/*  Microcash Page  */
.topMicrocash{
    width: 100%;
    height: 503px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/basisidee_website_header_microcash.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}
.topMicrocash .title{
    display: block;
    width: 100%;color: #FFFFFF;
    font-family: "open_sanslight";
    font-size: 24px;
    background: #1D1D1B;
	opacity:0.9;
    padding: 30px;
    line-height: 40px;
    margin: 0!important;
    overflow: hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}

/*  Prettpraat Page  */
.topPrettpraat{
    width: 100%;
    height: 503px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/basisidee_website_header_prettpraat.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}
.topPrettpraat .title{
    display: block;
    width: 100%;color: #FFFFFF;
    font-family: "open_sanslight";
    font-size: 24px;
    background: #1D1D1B;
	opacity:0.9;
    padding: 30px;
    line-height: 40px;
    margin: 0!important;
    overflow: hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}

/*  PromoEvents Page  */
.topPromoEvents{
    width: 100%;
    height: 503px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/basisidee_website_header_promoevents.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}
.topPromoEvents .title{
    display: block;
    width: 100%;color: #FFFFFF;
    font-family: "open_sanslight";
    font-size: 24px;
    background: #1D1D1B;
	opacity:0.9;
    padding: 30px;
    line-height: 40px;
    margin: 0!important;
    overflow: hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}

/*  Schippersrijk Page  */
.topSchippersrijk{
    width: 100%;
    height: 503px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/basisidee_website_header_schippersrijk.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}
.topSchippersrijk .title{
    display: block;
    width: 100%;color: #FFFFFF;
    font-family: "open_sanslight";
    font-size: 24px;
    background: #1D1D1B;
	opacity:0.9;
    padding: 30px;
    line-height: 40px;
    margin: 0!important;
    overflow: hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}

/*  SportsGen JongerOranje Voetbalpretpark Page  */
.topJongerOranje{
    width: 100%;
    height: 503px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/basisidee_website_header_sportsgen_jongeroranje_voetbalpretpark.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}
.topJongerOranje .title{
    display: block;
    width: 100%;color: #FFFFFF;
    font-family: "open_sanslight";
    font-size: 24px;
    background: #1D1D1B;
	opacity:0.9;
    padding: 30px;
    line-height: 40px;
    margin: 0!important;
    overflow: hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}

/*  Tennis-Demper Page  */
.topTennisDemper{
    width: 100%;
    height: 503px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/basisidee_website_header_tennisdemper.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}
.topTennisDemper .title{
    display: block;
    width: 100%;color: #FFFFFF;
    font-family: "open_sanslight";
    font-size: 24px;
    background: #1D1D1B;
	opacity:0.9;
    padding: 30px;
    line-height: 40px;
    margin: 0!important;
    overflow: hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/*  Muziekwenskaart Page  */
.topMuziekwenskaart{
    width: 100%;
    height: 503px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/basisidee_website_header_muziekwenskaart.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}
.topMuziekwenskaart .title{
    display: block;
    width: 100%;color: #FFFFFF;
    font-family: "open_sanslight";
    font-size: 24px;
    background: #1D1D1B;
	opacity:0.9;
    padding: 30px;
    line-height: 40px;
    margin: 0!important;
    overflow: hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/*  The Flying Dutchman Schilderij Page  */
.topTheFlyingDutchmanSchilderij{
    width: 100%;
    height: 503px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/basisidee_website_header_the_flying_dutchman_schilderij.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}
.topTheFlyingDutchmanSchilderij .title{
    display: block;
    width: 100%;color: #FFFFFF;
    font-family: "open_sanslight";
    font-size: 24px;
    background: #1D1D1B;
	opacity:0.9;
    padding: 30px;
    line-height: 40px;
    margin: 0!important;
    overflow: hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/*  Plopsaland Page  */
.topPlopsaland{
    width: 100%;
    height: 503px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/basisidee_website_header_plopsaland.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}
.topPlopsaland .title{
    display: block;
    width: 100%;color: #FFFFFF;
    font-family: "open_sanslight";
    font-size: 24px;
    background: #1D1D1B;
	opacity:0.9;
    padding: 30px;
    line-height: 40px;
    margin: 0!important;
    overflow: hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/*  Kamervragen Page  */
.topKamervragen{
    width: 100%;
    height: 503px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/basisidee_website_header_kamervragen.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}
.topKamervragen .title{
    display: block;
    width: 100%;color: #FFFFFF;
    font-family: "open_sanslight";
    font-size: 24px;
    background: #1D1D1B;
	opacity:0.9;
    padding: 30px;
    line-height: 40px;
    margin: 0!important;
    overflow: hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/*  Euroscaffold Page  */
.topEuroscaffold{
    width: 100%;
    height: 503px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/basisidee_website_header_euroscaffold.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}
.topEuroscaffold .title{
    display: block;
    width: 100%;color: #FFFFFF;
    font-family: "open_sanslight";
    font-size: 24px;
    background: #1D1D1B;
	opacity:0.9;
    padding: 30px;
    line-height: 40px;
    margin: 0!important;
    overflow: hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/*  GaiaZOO Page  */
.topGaiaZOO{
    width: 100%;
    height: 503px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/basisidee_website_header_gaiazoo.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}
.topGaiaZOO .title{
    display: block;
    width: 100%;color: #FFFFFF;
    font-family: "open_sanslight";
    font-size: 24px;
    background: #1D1D1B;
	opacity:0.9;
    padding: 30px;
    line-height: 40px;
    margin: 0!important;
    overflow: hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/*  Philadelphia Page  */
.topPhiladelphia{
    width: 100%;
    height: 503px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/basisidee_website_header_philadelphia.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}
.topPhiladelphia .title{
    display: block;
    width: 100%;color: #FFFFFF;
    font-family: "open_sanslight";
    font-size: 24px;
    background: #1D1D1B;
	opacity:0.9;
    padding: 30px;
    line-height: 40px;
    margin: 0!important;
    overflow: hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/*  Ziggo Page  */
.topZiggo{
    width: 100%;
    height: 503px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/basisidee_website_header_ziggo.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}
.topZiggo .title{
    display: block;
    width: 100%;color: #FFFFFF;
    font-family: "open_sanslight";
    font-size: 24px;
    background: #1D1D1B;
	opacity:0.9;
    padding: 30px;
    line-height: 40px;
    margin: 0!important;
    overflow: hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/*  Basisprobleem Toilet Page  */
.topBasisprobleemToilet{
    width: 100%;
    height: 503px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/basisidee_website_header_basisprobleem_toilet.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}
.topBasisprobleemToilet .title{
    display: block;
    width: 100%;color: #FFFFFF;
    font-family: "open_sanslight";
    font-size: 24px;
    background: #1D1D1B;
	opacity:0.9;
    padding: 30px;
    line-height: 40px;
    margin: 0!important;
    overflow: hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/*  McDonalds Beverwijk Page  */
.topMcDonaldsBeverwijk{
    width: 100%;
    height: 503px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/basisidee_website_header_mcdonalds_beverwijk_magazine.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}
.topMcDonaldsBeverwijk .title{
    display: block;
    width: 100%;color: #FFFFFF;
    font-family: "open_sanslight";
    font-size: 24px;
    background: #1D1D1B;
	opacity:0.9;
    padding: 30px;
    line-height: 40px;
    margin: 0!important;
    overflow: hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/*  McDonalds Beverwijk Diversen Page  */
.topMcDonaldsBeverwijkDiversen{
    width: 100%;
    height: 503px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/basisidee_website_header_mcdonalds_beverwijk_diversen.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}
.topMcDonaldsBeverwijkDiversen .title{
    display: block;
    width: 100%;color: #FFFFFF;
    font-family: "open_sanslight";
    font-size: 24px;
    background: #1D1D1B;
	opacity:0.9;
    padding: 30px;
    line-height: 40px;
    margin: 0!important;
    overflow: hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/*  Radio Veronica 80s Week Page  */
.topRadioVeronica80sWeek{
    width: 100%;
    height: 503px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/basisidee_website_header_radio_veronica_80s_week.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}
.topRadioVeronica80sWeek .title{
    display: block;
    width: 100%;color: #FFFFFF;
    font-family: "open_sanslight";
    font-size: 24px;
    background: #1D1D1B;
	opacity:0.9;
    padding: 30px;
    line-height: 40px;
    margin: 0!important;
    overflow: hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/*  Radio Veronica Beste 80s, 90s, 00s Hits Page  */
.topRadioVeronicaBeste80s90s00sHits{
    width: 100%;
    height: 503px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/basisidee_website_header_radio_veronica_beste_80s_90s_00s_hits.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}
.topRadioVeronicaBeste80s90s00sHits .title{
    display: block;
    width: 100%;color: #FFFFFF;
    font-family: "open_sanslight";
    font-size: 24px;
    background: #1D1D1B;
	opacity:0.9;
    padding: 30px;
    line-height: 40px;
    margin: 0!important;
    overflow: hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/*  Radio Veronica Album Top 750 Page  */
.topRadioVeronicaAlbumTop750{
    width: 100%;
    height: 503px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/basisidee_website_header_radio_veronica_album_top_750.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}
.topRadioVeronicaAlbumTop750 .title{
    display: block;
    width: 100%;color: #FFFFFF;
    font-family: "open_sanslight";
    font-size: 24px;
    background: #1D1D1B;
	opacity:0.9;
    padding: 30px;
    line-height: 40px;
    margin: 0!important;
    overflow: hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/*  Radio Veronica Countdown Café Page  */
.topRadioVeronicaCountdownCafe{
    width: 100%;
    height: 503px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/basisidee_website_header_radio_veronica_countdown_cafe.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}
.topRadioVeronicaCountdownCafe .title{
    display: block;
    width: 100%;color: #FFFFFF;
    font-family: "open_sanslight";
    font-size: 24px;
    background: #1D1D1B;
	opacity:0.9;
    padding: 30px;
    line-height: 40px;
    margin: 0!important;
    overflow: hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/*  Radio Veronica Top 1000 Waylon Concert Page  */
.topRadioVeronicaTop1000WaylonConcert{
    width: 100%;
    height: 503px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/basisidee_website_header_radio_veronica_top_1000_waylon_concert.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}
.topRadioVeronicaTop1000WaylonConcert .title{
    display: block;
    width: 100%;color: #FFFFFF;
    font-family: "open_sanslight";
    font-size: 24px;
    background: #1D1D1B;
	opacity:0.9;
    padding: 30px;
    line-height: 40px;
    margin: 0!important;
    overflow: hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/*  Radio Veronica Vakgarage Page  */
.topRadioVeronicaVakgarage{
    width: 100%;
    height: 503px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/basisidee_website_header_radio_veronica_vakgarage.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}
.topRadioVeronicaVakgarage .title{
    display: block;
    width: 100%;color: #FFFFFF;
    font-family: "open_sanslight";
    font-size: 24px;
    background: #1D1D1B;
	opacity:0.9;
    padding: 30px;
    line-height: 40px;
    margin: 0!important;
    overflow: hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/*  Sky Radio Group Beeldbewerking Page  */
.topSkyRadioGroupBeeldbewerking{
    width: 100%;
    height: 503px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/basisidee_website_header_sky_radio_group_beeldbewerking.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}
.topSkyRadioGroupBeeldbewerking .title{
    display: block;
    width: 100%;color: #FFFFFF;
    font-family: "open_sanslight";
    font-size: 24px;
    background: #1D1D1B;
	opacity:0.9;
    padding: 30px;
    line-height: 40px;
    margin: 0!important;
    overflow: hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/*  Sky Radio Group Jaarboek Page  */
.topSkyRadioGroupJaarboek{
    width: 100%;
    height: 503px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/basisidee_website_header_sky_radio_group_jaarboek.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}
.topSkyRadioGroupJaarboek .title{
    display: block;
    width: 100%;color: #FFFFFF;
    font-family: "open_sanslight";
    font-size: 24px;
    background: #1D1D1B;
	opacity:0.9;
    padding: 30px;
    line-height: 40px;
    margin: 0!important;
    overflow: hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/*  Sky Radio Group Kalender 2016 Page  */
.topSkyRadioGroupKalender2016{
    width: 100%;
    height: 503px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/basisidee_website_header_sky_radio_group_kalender_2016.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}
.topSkyRadioGroupKalender2016 .title{
    display: block;
    width: 100%;color: #FFFFFF;
    font-family: "open_sanslight";
    font-size: 24px;
    background: #1D1D1B;
	opacity:0.9;
    padding: 30px;
    line-height: 40px;
    margin: 0!important;
    overflow: hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/*  Sky Radio Group Tariefkaarten Page  */
.topSkyRadioGroupTariefkaarten{
    width: 100%;
    height: 503px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/basisidee_website_header_sky_radio_group_tariefkaarten.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}
.topSkyRadioGroupTariefkaarten .title{
    display: block;
    width: 100%;color: #FFFFFF;
    font-family: "open_sanslight";
    font-size: 24px;
    background: #1D1D1B;
	opacity:0.9;
    padding: 30px;
    line-height: 40px;
    margin: 0!important;
    overflow: hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/*  RAB Website Page  */
.topRabWebsite{
    width: 100%;
    height: 503px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/basisidee_website_header_rab_website.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}
.topRabWebsite .title{
    display: block;
    width: 100%;color: #FFFFFF;
    font-family: "open_sanslight";
    font-size: 24px;
    background: #1D1D1B;
	opacity:0.9;
    padding: 30px;
    line-height: 40px;
    margin: 0!important;
    overflow: hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/*  RAB Advertising Awards Page  */
.topRabAdvertisingAwards{
    width: 100%;
    height: 503px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/basisidee_website_header_rab_advertising_awards.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}
.topRabAdvertisingAwards .title{
    display: block;
    width: 100%;color: #FFFFFF;
    font-family: "open_sanslight";
    font-size: 24px;
    background: #1D1D1B;
	opacity:0.9;
    padding: 30px;
    line-height: 40px;
    margin: 0!important;
    overflow: hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/*  Jouw Reclame Hier? Page  */
.topJouwReclameHier{
    width: 100%;
    height: 503px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/basisidee_website_header_jouw_reclame_hier.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}
.topJouwReclameHier .title{
    display: block;
    width: 100%;color: #FFFFFF;
    font-family: "open_sanslight";
    font-size: 24px;
    background: #1D1D1B;
	opacity:0.9;
    padding: 30px;
    line-height: 40px;
    margin: 0!important;
    overflow: hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/*  Basisvoorziening Koffie Page  */
.topBasisvoorzieningKoffie{
    width: 100%;
    height: 503px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/basisidee_website_header_basisvoorziening_koffie.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}
.topBasisvoorzieningKoffie .title{
    display: block;
    width: 100%;color: #FFFFFF;
    font-family: "open_sanslight";
    font-size: 24px;
    background: #1D1D1B;
	opacity:0.9;
    padding: 30px;
    line-height: 40px;
    margin: 0!important;
    overflow: hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/*  Equinix Page  */
.topEquinix{
    width: 100%;
    height: 503px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/basisidee_website_header_equinix.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}
.topEquinix .title{
    display: block;
    width: 100%;color: #FFFFFF;
    font-family: "open_sanslight";
    font-size: 24px;
    background: #1D1D1B;
	opacity:0.9;
    padding: 30px;
    line-height: 40px;
    margin: 0!important;
    overflow: hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/*  Horeca Brains Page  */
.topHorecaBrains{
    width: 100%;
    height: 503px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/basisidee_website_header_horeca_brains.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}
.topHorecaBrains .title{
    display: block;
    width: 100%;color: #FFFFFF;
    font-family: "open_sanslight";
    font-size: 24px;
    background: #1D1D1B;
	opacity:0.9;
    padding: 30px;
    line-height: 40px;
    margin: 0!important;
    overflow: hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/*  CaféWeek Page  */
.topCafeWeek{
    width: 100%;
    height: 503px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/basisidee_website_header_cafeweek.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}
.topCafeWeek .title{
    display: block;
    width: 100%;color: #FFFFFF;
    font-family: "open_sanslight";
    font-size: 24px;
    background: #1D1D1B;
	opacity:0.9;
    padding: 30px;
    line-height: 40px;
    margin: 0!important;
    overflow: hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/*  De Koets Page  */
.topDeKoets{
    width: 100%;
    height: 503px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/basisidee_website_header_de_koets.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}
.topDeKoets .title{
    display: block;
    width: 100%;color: #FFFFFF;
    font-family: "open_sanslight";
    font-size: 24px;
    background: #1D1D1B;
	opacity:0.9;
    padding: 30px;
    line-height: 40px;
    margin: 0!important;
    overflow: hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/*  Basisbestanden Page  */
.topBasisbestanden{
    width: 100%;
    height: 503px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/basisidee_website_header_basisbestanden.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}
.topBasisbestanden .title{
    display: block;
    width: 100%;color: #FFFFFF;
    font-family: "open_sanslight";
    font-size: 24px;
    background: #1D1D1B;
	opacity:0.9;
    padding: 30px;
    line-height: 40px;
    margin: 0!important;
    overflow: hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/*  Bas van der Landen Page  */
.topBas{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: block;
    position:inherit;
    background: url('../img/bas_achtergrond.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}
.topBas .title{
    display: block;
	position: fixed;
	bottom: 0;
    width: 100%; color: #FFFFFF;
    font-family: "open_sanslight";
    font-size: 24px;
    background: #1D1D1B;
	opacity:0.9;
    padding: 30px;
    line-height: 40px;
    margin: 0!important;
    overflow:hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/*  Maaike van der Landen Page  */
.topMaaike{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: block;
    position: inherit;
    background: url('../img/maaike_achtergrond.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}
.topMaaike .title{
    display: block;
	position: fixed;
	bottom: 0;
    width: 100%; color: #FFFFFF;
    font-family: "open_sanslight";
    font-size: 24px;
    background: #1D1D1B;
	opacity:0.9;
    padding: 30px;
    line-height: 40px;
    margin: 0!important;
    overflow:hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/*  Huub Kaandorp Page  */
.topHuub{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: block;
    position: inherit;
    background: url('../img/huub_achtergrond.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}
.topHuub .title{
    display: block;
	position: fixed;
	bottom: 0;
    width: 100%; color: #FFFFFF;
    font-family: "open_sanslight";
    font-size: 24px;
    background: #1D1D1B;
	opacity:0.9;
    padding: 30px;
    line-height: 40px;
    margin: 0!important;
    overflow:hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/*  Kevin Timmers Page  */
.topKevin{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: block;
    position:inherit;
    background: url('../img/kevin_achtergrond.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}
.topKevin .title{
    display: block;
	position: fixed;
	bottom: 0;
    width: 100%; color: #FFFFFF;
    font-family: "open_sanslight";
    font-size: 24px;
    background: #1D1D1B;
	opacity:0.9;
    padding: 30px;
    line-height: 40px;
    margin: 0!important;
    overflow:hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/*  Jeroen van Geel Page  */
.topJeroen{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: block;
    position: inherit;
    background: url('../img/jeroen_achtergrond.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}
.topJeroen .title{
    display: block;
	position: fixed;
	bottom: 0;
    width: 100%; color: #FFFFFF;
    font-family: "open_sanslight";
    font-size: 24px;
    background: #1D1D1B;
	opacity:0.9;
    padding: 30px;
    line-height: 40px;
    margin: 0!important;
    overflow:hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/*  Stefan Groen Page  */
.topStefan{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: block;
    position: inherit;
    background: url('../img/stefan_achtergrond.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}
.topStefan .title{
    display: block;
	position: fixed;
	bottom: 0;
    width: 100%; color: #FFFFFF;
    font-family: "open_sanslight";
    font-size: 24px;
    background: #1D1D1B;
	opacity:0.9;
    padding: 30px;
    line-height: 40px;
    margin: 0!important;
    overflow:hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/*  Tom Bregman Page  */
.topTom{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: block;
    position: inherit;
    background: url('../img/tom_achtergrond.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}
.topTom .title{
    display: block;
	position: fixed;
	bottom: 0;
    width: 100%; color: #FFFFFF;
    font-family: "open_sanslight";
    font-size: 24px;
    background: #1D1D1B;
	opacity:0.9;
    padding: 30px;
    line-height: 40px;
    margin: 0!important;
    overflow:hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/*  Rick Bos Page  */
.topRick{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: block;
    position: inherit;
    background: url('../img/rick_achtergrond.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}
.topRick .title{
    display: block;
	position: fixed;
	bottom: 0;
    width: 100%; color: #FFFFFF;
    font-family: "open_sanslight";
    font-size: 24px;
    background: #1D1D1B;
	opacity:0.9;
    padding: 30px;
    line-height: 40px;
    margin: 0!important;
    overflow:hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/*  Basisopstelling Page  */
.topBasisopstelling{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: block;
    position: inherit;
    background: url('../img/team_achtergrond.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}
.topBasisopstelling .title{
    display: block;
	position: fixed;
	bottom: 0;
    width: 100%; color: #FFFFFF;
    font-family: "open_sanslight";
    font-size: 24px;
    background: #1D1D1B;
	opacity:0.9;
    padding: 30px;
    line-height: 40px;
    margin: 0!important;
    overflow:hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/*  Albert Heijn België Page  */
.topAlbertHeijnBelgie{
    width: 100%;
    height: 503px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/basisidee_website_header_ah_belgie.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}
.topAlbertHeijnBelgie .title{
    display: block;
    width: 100%;color: #FFFFFF;
    font-family: "open_sanslight";
    font-size: 24px;
    background: #1D1D1B;
	opacity:0.9;
    padding: 30px;
    line-height: 40px;
    margin: 0!important;
    overflow: hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/*  Inner Page  */
.top{
    width: 100%;
    height: 503px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/hero_image.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}

.work_nav{
    display: block;
    width: 100%;
}

.work_nav .btn{
    float: right;
}

.work_nav ul{
    list-style: none;
}

.work_nav ul li{
    display: block;
    float: left;
    margin: 0 0 1px 1px;
    position: relative;
}

.work_nav a{
    display: block;
    width: 40px;
    height: 40px;
    background: url('../img/p_navigation.png') no-repeat;
    background-position: 0 0;
}

.work_nav a.previous{
    background-position: 0 0;
}

.work_nav a.grid{
    background-position: -41px 0;
}

.work_nav a.next{
    background-position: -82px 0;
}
.top .title{
    display: block;
    width: 100%;color: #FFFFFF;
    font-family: "open_sanslight";
    font-size: 24px;
    background: #1D1D1B;
	opacity:0.9;
    padding: 30px;
    line-height: 40px;
    margin: 0!important;
    overflow: hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.content_header{
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 50%;
    margin-left: -46.36363636363637%;
}

.content{
    color: #FFFFFF;
    font-family: "open_sanslight";
    font-size: 15px;
    line-height: 22px;
    padding: 30px 30px;
    background: #1D1D1B;
    min-height:820px;
    height:100%;
	 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.content p{
    color: #FFFFFF;
    font-family: "open_sanslight";
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 30px;

}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6{
    color: #1c9dd9;
    font-family: "open_sanslight";
    font-weight:normal;
    line-height: 28px;
    margin-bottom: 30px;
}
#testimage {
	float:left;
}
#testlogo {
	float: left;	
}
#logoMuziekwenskaart {
	float: left;
	padding-right: 23px;
}
#logoPlopsaland {
	float: left;
	padding-right: 23px;
}
#logoStudio100 {
	float: left;
}
#logoAvrotros {
	float: left;
	padding-right: 23px;
}
#logoJuniorSongfestival15 {
	float: left;
	padding-right: 23px;
}
#logoBadBoysBrand {
	float: left;
}
#logoCafeweek {
	float: left;
	padding-right: 23px;
}
#logoClassicFM {
	float: left;
}
#logoDeKoets {
	float: left;
	padding-right: 23px;
}
#logoVodafone {
	float: left;
}
#logoDeMol {
	float: left;
	padding-right: 23px;
}
#logoDrankdozijn {
	float: left;
	padding-right: 23px;
}
#logoEquinix {
	float: left;
	padding-right: 23px;
}
#logoEuroscaffold {
	float: left;
	padding-right: 23px;
}
#logoGaiazoo {
	float: left;
	padding-right: 23px;
}
#logoAlbertHeijn {
	float: left;
	padding-right: 23px;
}
#logoHorecaBrains {
	float: left;
	padding-right: 23px;
}
#logoNightBrains {
	float: left;
	padding-right: 23px;
}
#logoJohannasHof {
	float: left;
	padding-right: 23px;
}
#logoJongerOranje {
	float: left;
	padding-right: 23px;
}
#logoMcDonalds {
	float: left;
}
#logoMicrocash {
	float: left;
}
#logoNRSV {
	float: left;
	padding-right: 23px;
}
#logoPhiladelphia {
	float: left;
	padding-right: 23px;
}
#logoPrinsengrachtConcert {
	float: left;
	padding-right: 23px;
}
#logoPromoEvents {
	float: left;
	padding-right: 23px;
}
#logoRAB {
	float: left;
	padding-right: 23px;
}
#logoRadioVeronica {
	float: left;
	padding-right: 23px;
}
#logoSchippersrijk {
	float: left;
	padding-right: 23px;
}
#logoSkyradio {
	float: left;
	padding-right: 23px;
}
#logoTheFlyingDutchman {
	float: left;
	padding-right: 23px;
}
#logoSportsgen {
	float: left;
	padding-right: 23px;
}
#logoTennisDemper {
	float: left;
	padding-right: 23px;
}
#logoZiggo {
	float: left;
	padding-right: 23px;
}
#logoJongerenPlattegrondUitgeest {
	float: left;
	padding-right: 23px;
}
#logoDeZien {
	float: left;
	padding-right: 23px;
}
#logoOSURadio {
	float: left;
	padding-right: 23px;
}
#logo62uur {
	float: left;
	padding-right: 23px;
}
#logoICGT {
	float: left;
}

/*  Contact page map  */
#map .map_adresse{
    font-family: 'open_sanslight';
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
}

#map .map_address,
#map .map_tel{
    padding: 5px;
}

#map .map_address .address,
#map .map_tel .tel{
    font-family: 'open_sanslight';
    font-weight: bolder;
}

#map img{
    max-width: none;
}

.google-maps {
    position: relative;
    padding-bottom: 100%;
    height: 100%;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 300px;
    width: 100% !important;
    height: 100% !important;
}





/*  Tooltip  */
.tooltip{
    display: block;
    padding: 7px 10px;
    background: #3C3C3B;
    color: #fff;
    font-family: "open_sanslight";
    font-size: 12px;
    position: absolute;
    white-space: nowrap;
    z-index: 999;
    opacity: 0;
    text-align: center;
    letter-spacing: .5px;

}

.tooltip:after{
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 3px 3px 0 3px;
    border-color: #3C3C3B transparent transparent transparent;
    display: block;
    text-align: center;
    position: absolute;
    bottom: -3px;
    left: 50%;
    margin-left: -3px;
}







/*  Responsive code  */
@media (max-width:1099px){
	
	body{
    background: #1D1D1B;
}
    header{
        display: block;
        width: 100%;
        min-height: 100px;
        padding: 0;
        position: relative;
    }
    header .logo{
        margin: 50px 0 50px 50px;
        float: left;
    }
    header .footer{
        display: none;
    }
    header #menu_icon,
    header .close_menu{
        float: right;
        margin: 50px 50px 0 0;
    }
    
    header nav{
        width: 100%;
        position: absolute;
        top: 248px;
        left: 0;
        z-index: 9999;
    }

    header nav ul{
        list-style: none;
        display: none;
        position: relative;
    }
    header nav ul li a{
        display: block;
        width: 100%;
        padding: 30px 0;
        text-align: center;
        color: #FFFFFF;
        font-family: "open_sanslight";
        font-size: 16px;
        text-decoration: none;
        border-top: 1px solid #3C3C3B;
        background: #1D1D1B;
    }
    header nav ul li a:active{
	    background: #1c9dd9;
    }
	header nav ul li a:hover {
        background: #1c9dd9;
	    color: #1D1D1B;
	}
    header nav ul li a.selected {
	    background: #1c9dd9;
		color: #1D1D1B;
	}
	#menu_icon,
    .close_menu,
    .show_menu{
        display: block;
    }
    .show_menu{
        display: block;
    }

    .main .work{
        width: 50%;
    }
    .main{
        width: 100%;
        position: relative;
        padding-left: 0;
    }
	.team .persons{
        width: 50%;
    }
    .team{
        width: 100%;
        position: relative;
        padding-left: 0;
    }
    #map{
        margin: 0!important;
    }
	
	
.google-maps {
    position: relative;
    width: 100%;
    overflow: hidden;
	height:570px;

}
.google-maps iframe {
    position:absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
}

@media (max-width:550px){
     .main .work{
        width: 100%;
    }
	.team .persons{
		width: 100%;
}
}