/* 
red in logo: #e7375a; light gray #f2f2ee; Olympisch blauw: #307fe2; Emerald groen: #00a75d; Kaneel oranje: #fbbf70; Turquoise: #00bfa9 rgb(0, 191, 169); Hemelsblauw: #37ccff; Mintgroen: #b1e8cb; Licht perzik: #f4c7b4; Mauve paars: #b89ecb;
*/
@media(min-width:768px){
	body{
		margin-top:130px;
	}
	.navbar{
		position: fixed;
		width: 100%;
		top:0px;
	}
}
@media(min-width:1010px){
	body{
		margin-top:89px;
	}
}
#pageArea{
	padding-top:20px;
}
#pageArea.detail, #pageArea.staticPage, #pageArea.results, #pageArea.collections{
	padding-bottom:30px;
}
.staticPage .bgWhite{
	padding-top:15px; 
	padding-bottom:15px;
}
body, .detail, .gallery, label, b, strong{
	font-family: "Poppins";
	font-weight:400;
}
b, strong{
	font-family: "Poppins";
	font-weight:600;
}
/*body{
	background-color: #f2f1ec;
}
#pageArea.front{
	background-color:#ced0c7;
}*/
.colNoPadding{
	padding:0px;
}
/*.bgGray{
	background-color: #ced0c7;
}
.bgYellow{
	background-color: #f7ba2e;
}
.bgOrange{
	background-color: #eb5725;
}*/
.bgGray{
	/*background-color: #e3e3de;*/
	background-color: #f2f2ee;
}
.bgOrange{
	background-color: #fbbf70;
}
.bgOffwhite{
	background-color: #f4ead1;
}
.bgWhite{
	background-color: #fff;
}
.navbar{
	background-color: #fff;
	margin-bottom:0px;
}
.navbar, html.frontContainer.initial{
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
html.frontContainer.initial .navbar{
	background-color:transparent;
	-webkit-box-shadow: none;
	box-shadow: none;	-
	webkit-box-shadow: none;
	box-shadow: none;
}
.navbar .formOutline{
	border-radius:0px;
	background-color: transparent;
	border: 2px solid #000;
}

.headerAdvancedSearch{
	text-align:right;
}
.headerAdvancedSearch a{
	font-size:12px;
	font-style:italic;
}
#headerSearchButton{
	color:#000;
	background-color:transparent;
}
html.frontContainer .navbar .formOutline .form-control::placeholder {
    color: #000;
}
.navbar-brand{
	width:175px;
	padding-top: 0px;
}
.navbar-brand{
	width: 230px;
	padding-top: 10px;
}
@media (min-width:768px){
	.navbar-brand{
		width: 230px;
		padding-top: 15px;
	}
}
@media (min-width:768px){
	.navbar-nav > li > a {
		padding-top: 28px;
		padding-bottom: 28px;
	}
	.navbar-form{
		margin-top:23px;
	}
	.nav > li.dropdown > a.icon{
		padding-top: 28px;
		padding-bottom: 28px;
	}
}
@media (max-width:767px){
	.navbar-nav{
		margin:0px;
	}
}
@media(max-width:1010px){
	.yamm .nav.navbar-right.menuItems .dropdown-menu {
		left: 0;
		right: auto;
	}
}
.navHomeLink{
	float: right;
	font-size: 24px;
	padding-top: 22px;
	color: #000;
	display:none;
}
@media (min-width:768px){
	.navHomeLink{
		display:block;
	}
}

@media (max-width:1010px){
	.navHomeLink{
		padding-right:15px;
	}
}
.navbar-default .navbar-toggle{
	border-color:#000;
	color:#000;
}
.navbar-default .navbar-toggle .icon-bar{
	background-color:#000;
}
.navbar-default .navbar-toggle:hover .icon-bar{
	background-color:#FFF;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
	background-color:#000;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
	color:#FFF;
}
.nav > li > a, .nav > li > a:hover, .nav > li > a:focus {
    font-family: 'Poppins';
    font-weight:600;
    text-transform:none;
    font-size: 20px;
}
@media(max-width:1155px){
	.nav > li > a, .nav > li > a:hover, .nav > li > a:focus {
		font-size: 16px;
	}
}
.navbar-default .navbar-nav > li > a{
	color:#000;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:active{
	color:#e7375a;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
	background-color:transparent;
	color:#e7375a;
}
.navbar-nav > li > .dropdown-menu{
	background-color:#fff;
	border:0px;
	box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.2);
}
.navbar-nav > li > .dropdown-menu a{
	text-transform:none;
	color:#000;
	font-family:Poppins;
	font-weight:600;
    font-size: 16px;
}
.navbar-nav > li > .dropdown-menu a:hover{
	background-color:#f2f2ee;
	color:#e7375a;
}

H1, h1, h2, H2, H3, h3, H4, h4, H5, h5{
	color:#000;
	font-family: 'Poppins';
	font-weight:600;
}
H1, h1{
	font-size:28px;
	text-transform:none;
	margin-top:20px;
}
h1 hr, H1 hr, H2 hr, h2 hr{
	background-color: #fbbf70;
	width: 190px;
	height: 10px;
	border: 0px;
	display: inline-block;
	margin: 10px 0px 0px 0px;
	padding:0px;
}
H6, h6 {
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 0px;
    margin: 10px 0px 5px 0px;
    font-family: poppins;
    font-weight: 500;
}
.sectionIntro{
	font-size: 20px;
	font-weight:500;
	margin-bottom:20px;
}
.btn-default, .browse .btn, .sets .btn, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
	background-color:#e7375a;
	color:#fff;
	border-radius:20px;
	font-family:"Poppins";
	font-weight:500;
	text-transform:none;
	padding:10px 20px 10px 20px;
}
.btn-default:hover{
	background-color:#000;
	color:#fff;
}
a{
	color:#000;
}
a:hover{
	color:#e7375a;
}

/* footer */

#footer{
	background-color: #fbbf70;
	color: #000;
	padding-top:25px;
	padding-bottom:25px;
	height:200px;
	border-top:0px;
	text-align:center;
	margin-top:0px;
	border:0px;
	font-family:"Poppins";
	font-weight:400;
}
body{
	margin-bottom:225px;
	color:#000
}
@media(max-width:1306px){
	#footer{
		height:275px;
	}
	body{
		margin-bottom:300px;
	}
}
@media(max-width:700px){
	#footer{
		height:395px;
	}
	body{
		margin-bottom:425px;
	}
}
#footer{
	font-family: 'Poppins';
	border:0px;
}
#footer .footerHeading{
	font-family: 'Poppins';
	font-weight:500;
	font-size:18px;
	color:#000;
	text-align:center;
	padding-top:15px;
}
#footer .footerHeading a{
	font-family: 'Poppins';
	font-weight:500;
	font-size:18px;
	color:#000;
	text-decoration:none;
}
#footer ul li{
	padding:0px;
}
#footer .footerLinks a{	
	line-height:50px;
}
#footer .footerLinks a, #footer a{
	color:#000;
	font-size:18px;
	text-decoration:none;
	font-family: 'Poppins';
	font-weight:500;
	text-decoration:underline;
}
#footer .footerLinks a:hover{
	color:#e7375a;
}
#footer a.small{
	font-size: 1.1em;
}
#footer .funder{
	margin-top:0px;
	text-align:center;
	font-family:"Poppins";
}
#footer .funder img{
	width:120px;
	height:auto;
}
#footer ul.social, #footer .social a{
	color:#000;
	font-size:25px;
}
#footer ul.social {
	margin-top: 0px;
	margin-bottom:15px;
}
#footer ul.footerLinks{
	margin-top: 0px;
	margin-bottom:0px;
}
#footer ul.footerLinks, #footer ul.footerLinks a{
	font-size: 20px;
	color:#000;
	font-size:18px;
	font-weight:500;
}
#footer ul.footerLinksSmall a{
	font-size:13px;
}
#footer ul.footerLinksSmall{
	margin-top:30px;
}
#footer ul.social li {
    padding: 0px 8px 0px 8px;
}
#footer ul.footerLinks li {
    padding: 0px 15px 0px 15px;
}


/* front */
html.frontContainer {
    height: 100%;
    padding:0px -15px 0px -15px;
}
body.frontContainer {
	margin-bottom:0px;
	height: 100%;
}
body.frontContainer #footer{
	position:relative !important;
	height:auto;
}
body.frontContainer, body.frontContainer #pageArea{
	margin-top:0px;
	padding-top:0px;
}

.parallax {
	position:relative;
    background-image: url("../graphics/hero_1_cropped.jpg");

    /* Full height */
    /*height: 100%;*/
    height: 100vh;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    
    margin-left: -15px;
	margin-right: -15px;
	/*top:-20px;*/
}
.parallax > .container{
	background-color: rgba(255,255,255, 0.3);
	height: 100vh;
}
.parallax.hero1 {
    background-image: url("../graphics/hero_1_cropped.jpg");
    background-position: bottom center;
}
.parallax.hero2 {
    background-image: url("../graphics/hero_2.jpg");
    background-position: bottom center;
}
.parallax.hero3 {
    background-image: url("../graphics/hero_3.jpg");
}
.parallax.hero4 {
    background-image: url("../graphics/hero_4.jpg");
}
.parallax.hero5 {
    background-image: url("../graphics/hero_5.jpg");
    background-position: bottom center;
}
.parallax.hero6 {
    background-image: url("../graphics/hero_6.jpg");
    background-position: top center;
}
@media(max-width:420px), (max-height:420px){
	.front .heroSearch .form-group{
		width:300px;
	}
}
.heroC{
	position: absolute;
	top: 100px;
	left: -100px;
	height: 100%;
}
.heroC img{
	height:100%;
	width:auto;
}
.front hr{
	background-color: #fbbf70;
	width: 190px;
	height: 10px;
	border: 0px;
	display: inline-block;
	margin: 20px 0px 20px 0px;	
}
.front .heroSearch {
	position:relative;
	text-align:right;
	color:#FFF;
	margin-top: 25vh;
	font-size:28px;
	text-shadow: 0px 0px 6px #000;
	font-family: "Poppins";
	font-weight: 400;
	line-height: 1.3em;
	letter-spacing: 1.5px;
	background-color: rgba(0, 0, 0, 0.2);
	padding: 40px 60px 60px 60px;
	border-radius:15px;
}
.front .heroSearch hr{
	background-color: rgba(251, 191, 112, 0.6);
	width: 190px;
	height: 10px;
	border: 0px;
	display: inline-block;
	margin: 20px 0px 7px 0px;
}
@media(max-width:1024px){
	.parallax .heroSearch{
		margin-top: 130px;
	}
}
@media(max-width:767px){
	.parallax .heroSearch{
		margin-top: 30px;
	}
}
@media(max-height:420px){
	.parallax .heroSearch{
		margin-top: 10vh;
	}
}

@media (max-device-width:1024px){
	/* ipad and mobile disable background-attachment: fixed; fallback to no parallax so at least see image */
	.parallax {
		background-attachment: scroll;
	}
}
#hpScrollBar{
	position:fixed;
	bottom:0px;
	width:100%;
	background-color: rgba(0, 0, 0, 0.2);
	color:#000;
	text-align:center;
	font-size:30px;
	padding:10px 0px 10px 0px;
	opacity:.8;
}



.heroSearch H1{
	line-height: 1.1em;
	font-size: 40px;
	font-weight: 500;
	text-transform:none;
	color:#fff;
	font-family: "Poppins";
	padding-top:0px;
	margin-top:0px;
	margin-bottom:0px;
}
.heroSearch .formOutline {
	border: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    position: relative;
    border-radius: 0px;
    margin-top:30px;
}
.front .heroSearch .formOutline{
	display: inline-block;
	background-color:#FFF;
	background-color:rgba(255,255,255,.5);
}
.front .heroSearch .form-group {	
    width: 400px;
    display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
	font-family:Poppins;
}
.front .heroSearch .form-control, .front .heroSearch .form-control:focus{
	border:0px;
	box-shadow:none;
	font-size:18px;
	height:44px;
	background-color:transparent;
}
.front .heroSearch .form-control::placeholder{
	color:#000;
}
#heroSearchButton{
	color:#000;
	font-size: 20px;
	background-color:transparent;
	padding-top: 8px;
}

@media(max-width: 550px) {
	.front .heroSearch .form-group {
		width: 80%;
	}
}
@media(max-width: 768px) {
	.heroSearch H1{
		font-size: 25px;
	}
	.front .heroSearch{
		font-size: 24px;
	}
}

.hpIntro .callout{
	text-align:center;
	font-size: 30px;
	color: #000;
	font-weight:400;
	margin:180px 0px 170px 0px;
	font-family:"Poppins";
	font-weight:400;
}
.hpIntro .calloutTitle{
	text-align:center;
	font-size: 30px;
	color: #000;
	margin-bottom:15px;
	font-family: "Poppins";
	font-weight:500;
}
.front H2{
	font-size:30px;
}
@media(max-width: 768px) {
	.hpIntro .callout, .hpIntro .calloutTitle{
		font-size: 24px;	
	}
	.front H2{
		font-size:24px;
	}
}

.frontFeaturedExpoBlock{
	margin-bottom:100px;
}
.frontFeaturedExpo .container{
	padding-left:30px;
	padding-right:30px;
}
@media(min-width:768px){
	.frontFeaturedExpo .row{
		display: flex;
		align-items: center;
	}
}
.frontFeaturedExpo .frontFeaturedExpoText{
	padding-left:20px;
	padding-right:20px;
}
.frontFeaturedExpo .frontFeaturedExpoTitle a{
	font-size:24px;
	font-weight:500;
	color:#000;
}
.frontFeaturedExpo .frontFeaturedExpoText p{
	font-size:16px;
	line-height:1.5em;
	margin-top:20px;
}
.frontFeaturedExpo .frontFeaturedExpoImg{
	height:450px;
	overflow:hidden;
	text-align:center;
	border-radius:30px;
	max-width:100%;
	display: inline-block;
}
.frontFeaturedExpo img{
	width:auto;
	height:100%;
}
.frontFeaturedExpoLink{
	text-align:center;
	margin-bottom:50px;
}
.frontFeaturedExpoLink a{
	font-family:"Poppins";
	font-weight:600;
	font-size:28px;
}
.frontFeaturedExpoText .btn-default{
	background-color:#e7375a;
	padding:20px;
	border-radius:35px;
	color:#FFF;
	font-weight:600;
	font-size: 20px;
	text-shadow:none;
}
.frontFeaturedExpoText .btn-default:hover{
	background-color:#000;
}
.frontFeaturedCollections, .frontFeaturedPlaces{
	margin-bottom:80px;
	margin-top:50px;
}
.frontFeaturedCollectionsItem, .frontFeaturedPlacesItem{
	margin-bottom:30px;
	text-align:center;
}
.frontFeaturedCollectionsItem a, .frontFeaturedPlacesItem a{
	font-family:Poppins;
	font-weight:500;
	font-size:24px;
	line-height:1.2em;
}
.frontFeaturedCollectionsImg img, .frontFeaturedPlacesImg img{
	width:100%;
	height:auto;
	border-radius:20px;
	margin-bottom:10px;
	max-width:340px;
}


/* detail page */
.detail .bgWhite{
	padding-top:30px;
	padding-bottom:30px;
	margin-bottom:30px;
}
.detail{
	color:#000;
}
.detail .unit a{
	color:#000;
	text-decoration:underline;
}
.detailFbShare{
	float:right;
	padding-top:12px;
}
.detail #detailTools{
	clear:left;
}
.detail H6, .detail label{
	font-family:'Poppins';
	font-weight:500;
	color: #000;
}
.detail H6 a {
	color: #000;
}

.detail H6, .detail h6, .gallery H6, .gallery h6, .detail label, .detail label, .gallery label, .gallery label{
	font-family:'Poppins';
	font-weight:500;
	color: #000;
	line-height: 1.1em;
	font-size: 14px;
	text-transform: uppercase;
	padding-bottom: 0px;
	margin: 10px 0px 5px 0px;
}
.detail H1 {
    padding: 0px;
    margin: 0px;
}

@media(max-width:767px){
	.detail H1{
		margin-top:30px;
	}
}

.detail .detailNavBgLeft, .detail .detailNavBgRight{
	background-color:transparent;
}
.detail .detailNavBgLeft a, .detail .detailNavBgRight a, .detail .detailNavBgLeft a .small, .detail .detailNavBgRight a .small{
	color:#000;
}
/* lightbox */
.lightboxAsk{
	margin-bottom:5px;
}
.lightboxAsk span.glyphicon, .lightboxAsk a{
	color: #828282 !important;
	font-size:12px;
	text-transform:uppercase;
}
.lightboxAsk span.glyphicon{
	margin-right: 5px;
}

/* advanced search */
table.attributeListItem{
	width:100%;
}
.advancedSearchField .formLabel{
	font-family:"Poppins";
	font-weight:500;
	font-size:14px;
	color:#000;
}
.advancedSearchField input, .advancedSearchField textarea, .advancedSearchField select{
	border-radius:0px;
	border:0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
}
.advancedFormSubmit{
	margin-right:0px;
}
/* contact and form labels */
.form-group Label {
	font-family:"Poppins";
	font-weight:500;
	font-size:14px;
	color:#000;
}
.contact input, .contact textarea, .contact select{
	border-radius:0px;
	border:0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;	
}


/* forms */
.form-control:focus {
    border-color: #000000;
}
/* cookie notice */
/*#cookieNotice{
	position: fixed;
	bottom: 0px;
	width: 100%;
	text-align: center;
	color: #000;
	background-color: #FFF;
	padding: 30px 0px 30px 0px;
	font-size: 16px;
	z-index: 9999;
	box-shadow: rgba(0,0,0,.5) 0px 5px 50px;
}
#cookieNotice .acceptCookie{
	display:inline-block;
	background-color:#000;
	color:#FFF;
	padding:10px;
	cursor: pointer;
	font-size:14px;
}
#cookieNotice a{
	font-weight:bold;
	text-decoration:underline;
}*/






.frontSlide img {
    height: 300px;
    width: auto;
}
.frontPlaces{
	margin-top:40px;
	margin-bottom:40px;
}
.frontPlaces h2{
	text-align: center;
	text-transform:capitalize;
	font-size:24px;
}
.frontPlaceLink{
	display:inline-block;
	text-align:center;
	color:#000;
	background-color:#ced0c7;
	text-transform:uppercase;
	width:100%;
	margin-top:15px;
	margin-bottom:15px;
	padding:10px;
	font-weight:bold;
	text-decoration:none;
}
.frontPlaceLink:hover{
	background-color:#f18e00;
	color:#fff;
	text-decoration:none;
}
/* browse */

.bResultItemText a, .bResultListItemText a{
	text-decoration:underline;
}
.bResultItemText small a, .bResultListItemText small a{
	text-decoration:none;
}
#bRefine{
	background-color: #f2f2ee;
	border-radius:30px;
	padding:20px 20px 20px 20px;
}
#bRefine H5, #bRefine H3{
	color:#000;
}
#bRefine H3{
	margin-top:0px;
}
#bRefine.fixed{
	margin-top:100px;
}
#bRefine a {
    color: #000;
}
.results #bViewButtons a{
    opacity:1;
}
.results #bViewButtons a .glyphicon, .results #bViewButtons a .fa {
    color: #e7375a !important;
}
.results #bViewButtons a.active .glyphicon, .results #bViewButtons a.active .fa {
    color: #000 !important;
}
#bViewButtons {
    text-align: right;
    font-size: 24px;
    float:none;
    text-align:center;
}
#bViewButtons .buttonLabel{
	font-size: 16px;
	top:-5px;
	position:relative;
}
.resultAudioIcon{
	float:right;
	padding:0px 0px 5px 5px;
	font-size:16px;
	color:#777;
}
/* gallery */
.gallery .setDescription {
    font-size: 14px;
    font-weight:normal;
}
.gallery .unit {
    margin-bottom: 12px;
}
.gallery {
    font-size: 14px;
}
@media(max-width:768px){
	.galleryList{
		text-align:center;
	}
	.gallery H1{
		text-align:center;
	}
}
.galleryList{
	margin-bottom:30px;
}
.galleryList small{
	font-size:13px;
	color: #777;
}
.galleryList img{
	width:100%;
	height:auto;
	max-width:250px;
	border-radius: 15px;
}
.galleryList label {
    display: block;
    font-size: 15px;
    text-transform: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
    line-height: 1.1em;
    margin-top: 5px;
	font-weight: 500;
}
.gallery .galleryDetailBottom{
	border:0px;
	background-color:#f2f2ee;
	margin-top:30px;
	padding-top:30px;
	padding-bottom:30px;
	margin-bottom:0px;
}
.gallery #galleryDetailImageGrid img{
	background-color:#fff;
}
a.readmore-js-toggle {
    padding-top: 10px;
    color: #e7375a;
    text-decoration: underline;
}
.gallery a.readmore-js-toggle {
	padding-top:0px;
}
.gallery .galleryTop a.readmore-js-toggle {
	margin-bottom:15px;
	text-align:center;
}
@media(min-width:768px){
	.gallery .galleryTop a.readmore-js-toggle {
		margin-top:-10px;
	}
}
/* detail */
.detail{
	font-size:15px;
}
/* image viewer */
.caMediaOverlayControls .close{
	position: fixed;
	top: 40px;
	right: 10px;
}
div.caMediaOverlayControls .close a{
	background-color:#000;
	padding: 12px 10px 8px 10px;
}
div.caMediaOverlayControls .close a .caIcon{
	color:#fbbf70 !important;
	text-shadow:#000 0px 1px 0px;
	font-size:30px !important;
}
div.caMediaOverlayControls{
	opacity:1;
	background-color:rgb(0,0,0,.7);
}

/* collections */
@media(max-width:768px){
	.collectionList{
		text-align:center;
	}
}
.collectionList{
	margin-bottom:30px;
	margin-top:30px;
	text-align:center;
}
.collectionList img{
	width:100%;
	height:auto;
	max-width:350px;
	border-radius: 15px;
}
.collectionList label {
    display: block;
    text-transform: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-top: 5px;
}
.collectionList label a{
	text-decoration:none;
	font-weight: 600;
    font-size: 20px;
    line-height: 1.1em;
}



#pageArea.staticPage{
	margin-top:0px;
	padding-top:0px;
}
.staticPage h1{
	margin-top:30px;
}
.staticPage h2, .staticPage H2, .staticPage h3, .staticPage H3, .staticPage h4, .staticPage H4, .staticPage h5, .staticPage H5, .staticPage h6, .staticPage H6{
	font-size:20px;
	margin-bottom:20px;
	margin-top: 20px;
}
/*.staticPage h2 hr, .staticPage H2 hr{
	background-color: #fbbf70;
	width: 120px;
	position: relative;
	height: 10px;
	border: 0px;
	display: inline-block;
	margin: 10px 0px 0px 0px;
	padding:0px;
	left: 30px;
}*/
.staticPage .btn-default{
	/*background-color:#fbbf70;
	color:#000;*/
	padding:15px;
	border-radius:25px;
	font-weight:600;
	font-size: 18px;
}
.staticPage .aboutSection{
	padding-bottom:50px;
	padding-top:50px;
}
.staticPage .aboutSectionBody{
	padding:15px 0px 20px 0px;
	font-size:18px;
	line-height:1.6em;
}
.staticPage .aboutSectionBodyRounded{
	border-radius:30px;
	padding:30px;
	margin-bottom:30px;
}
.staticPage img{
	width:100%;
	height:auto;
	border-radius:30px;
}
.notificationMessage, .notificationInfo {
    position: absolute;
    top: 100px;
    z-index: 10000;
    width: 80%;
    left: 10%;
}

.cookies .notificationMessage{
	position:relative;
	top:0px;
}

#caMediaPanel {
    background-color: rgba(0, 0, 0, 0.5);
}
.multisearch H2 a{
	color:#000;
}

::selection {
    background: rgb(251, 191, 112, .6);
}