

/*
Marina De Friese Meren
======================================================================================
Auteur: 		Stefan Efde [www.addnoise.nl]
======================================================================================
*/


/* KLEUREN PALET
--------------------------
--------------------------
Licht BLauw		#144356
--------------------------
Oranje			#f08c4a
--------------------------
Paars			#8c2475
--------------------------
Geel			#fccf3c
--------------------------
Rood			#f5354b
--------------------------
LichtBruin		#b4621d
--------------------------
Licht Groen		#c5dc4b
--------------------------
Donker Groen	#88ce46
--------------------------
Magenta			#f10067
--------------------------
--------------------------

Extra kleuren

Oranje			#ef864d
Grijs (donker) 	#4f5054
Grijs (licht) 	#a2a2a2

*/

@import url(http://addsite.nl/addbeheer/themes/addsite/css/iconen.css);

body
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	position: relative;
	color: #9b9994;
}

html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	-ms-interpolation-mode:bicubic;
}

/* fix for IE7 - border-box-sizing
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/themes/lifestyleyachting/js/boxsizing.htc);
}
*/


ul, ol, dl {
	font-weight: normal;
}
.tijdelijk{
	padding:50px;
	margin-left: auto;
  margin-right: auto;
  width: 65%;
}
.tijdelijk img{
	display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.tijdelijk img.boven{
	margin-top:4rem;
}
.tijdelijk img.onder{
	max-width:500px;
	margin-top:8rem;
}
.follow a.icon:link, .follow a.icon:visited {
	float: left;
	text-align: center;
	overflow: hidden;
	margin-right: 10px;
	width:34px;
	height: 34px;
	font-size: 16px;
	line-height: 34px;
	color: #fff !important;
	background: rgba(255, 255, 255, 0.5);
	border: 0px solid #737375;
	text-decoration: none;
	border-radius: 500px;
}
.follow a.icon:hover {
	text-decoration: none;
	color: #fff;
	border: 0px solid #fff;
	opacity:0.9;
  filter: alpha(opacity=90);
}
.topicons {
	position: relative;
	float:left;
	z-index: 997 !important;
}
.topicons > .follow a.icon {
	margin-right: 7px;
	color: #fff !important;
	background: #000000;
}
.topicons > .follow a.icon:hover {
	opacity:0.8;
}
	@media (max-width: 1400px) {
		.tijdelijk{
			width:75%;
		}
	}
	@media (max-width: 1000px) {
		.tijdelijk{
			width:85%;
		}
	}
	@media (max-width: 750px) {
		.tijdelijk{
			padding:20px;
		}
		.tijdelijk img.onder{
			max-width:400px;
			margin-top:7rem;
		}
	}
	@media (max-width: 500px) {
		.tijdelijk img.onder{
			margin-top:5rem;
		}
		.tijdelijk img.onder{
			max-width:300px;
			margin-top:4rem;
		}
	}