a {
    color: #00456a;
    text-decoration: none;
}

html, body {
	font-family: 'Libre Baskerville', serif;
    max-width: 100%;
    overflow-x: hidden;
	font-size: 14px;
	color: #484848;
	background: #fff;
	    line-height: 1.7;
}

.breakout{
	width:100vw;
	position: relative;
	left: calc(-1 * (100vw - 100%)/2);
	
}

.clear{
	clear:both;
}

h1,h2,h3,h4,h5{
	margin-top: 0px;
	color: #00456a;
}

h1{
	font-size:	32px;
}

h2{
	font-size:	26px;
}

h3{
	font-size:	22px;
}

h6{
	font-family: 'Merriweather', serif;
	font-size:50px;
	color:#fff;
	font-weight: 700;
	text-transform:uppercase;
}


.intro{
	text-align: justify;
	font-weight: 700;
	font-size: 16px;	
	margin-bottom: 20px;
}

.devider{
	padding:20px 0px;
}

.cycle-slide{
	width:100%;
	position: relative;	
}

.boximg{
	width: 100%;

}

.whitebox{
padding-bottom: 40px;	
}

#menu{
	margin: 10px;
	margin-left: 100px;
}

.home .content{
    padding: 40px;	
	box-shadow: 0px 0px 10px #b5b5b5;	
	background: #fff;
	margin-bottom: 40px;
}

.vacbox{
	background: #eae9e9;
    padding: 15px;
	box-shadow: 0px 0px 10px #b5b5b5;	
}

.imageblok{
	margin-bottom: 40px;
	box-shadow: 0px 0px 10px #b5b5b5;	
	background: #fff;
}



.topbar{
position: fixed;
    top: 0;
    width: 100%;
    z-index: 1001;
	background: #fff;
    padding: 0px;
}

.logo{
	position: absolute;	
}

.navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
	color: #737373;
	font-size: 16px;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background: transparent;
	color: #00456a;
}

.dropdown-menu > li > a {
    display: block;
    padding: 10px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #484848;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover{
	background: #00456a;
	color: #fff;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    text-align: left;
    background-color: #fff;
    border: none;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.footer{
	padding: 40px 0px;
	background: #00456a; /* Old browsers */
	margin-top: 40px;

}

.navbar-inverse {
    background-color: transparent;
    border-color: #484848;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #484848;
}

.blogboximg{
    height: 150px;
    background: #fff;
    text-align: center;	
}

.gradient{
background: #fff; /* Old browsers */
background: -moz-linear-gradient(top, #f8f8f8 0%, #fff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f8f8f8 0%,#fff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f8f8f8 0%,#fff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#fff',GradientType=0 ); /* IE6-9 */
padding: 40px 15px 15px 15px;
}

#header_slider_home{
    position: relative;
    z-index: 0;
    margin-bottom: -100px;
}

.blockswrapper{
	position: relative;
	box-shadow: 0px 0px 10px #b5b5b5;
	background: #fff;
	margin-bottom: 40px;
}

.blocksimg{
	
}

.blockstitle{
	position: absolute;
    bottom: 0;
    background: rgba(255,255,255,0.8);
    padding: 10px;
	width: 100%;
	text-align: center;
}

.blockstext{
	padding: 40px;
}

.panel {
    margin-bottom: 20px;
    background-color: transparent;
    border: none;
    border-radius: 0px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel .form-control, #field13398 {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	margin: 5px 0px;
}

#instafeed img{
	width:100%;	
	 box-shadow: 5px 5px 10px #000;
}

.merkwrapper{
	position: relative;
}
.overlay{
	position: absolute;
	opacity: 0;
	z-index: 10;
	top:0;
}

.overlay:hover{
	opacity: 100;
}
.merkimage a:hover .overlay{
	display: block;
	z-index: 10000;
	background: #f00;
}

.merkimage{
	position: 	relative;
	display:inline-block;
}

.btn, .btn:hover, .btn:active, .btn:visited, .btn:focus, #field13397{
	
background: #00456a;
    width: 100%;
    padding: 10px;
    color: #fff;
    font-size: 18px;
    border-radius: 0;
	margin-bottom: 15px;
	box-shadow: 0px 0px 10px #b5b5b5;
	border: none;
}

#form11907{
	padding: 0px;
	margin: 0px;
}

#form11907 li, #form11907 ul{
	list-style: none;
	margin: 0px;
	padding: 20px 0px;
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
	margin-bottom: 40px;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.active{
	
	Color: #00456a !important;
}

.dropdown-menu .active:hover{
	
	color: #fff !important;
}

@media (max-width: 1199px) {

#header_slider_home{
    position: relative;
    z-index: 0;
    margin-bottom: -100px;
    Height: 500px;
    overflow: hidden;
	box-shadow: 0px 0px 10px #b5b5b5;
}

#header_slider{
	position: relative;
    overflow: hidden;
	z-index:1;
	height: 400px;
	box-shadow: 0px 0px 10px #b5b5b5;
}

	.merkenslider{
		margin: 40px 0px;
		    box-shadow: 0px 0px 10px #b5b5b5;
	}
	
}

/* Small Devices, Tablets */
 @media (max-width: 768px) and (max-width: 992px){
	 
	 #menu {
    margin: 10px;
    margin-left: 10px;
}
	 .topbar {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 100;
    background: rgba(255,255,255,1);
    padding: 0px;
    box-shadow: 0px 0px 10px #ccc;
}
	 
	 .navbar-toggle {
    position: relative;
    float: right;
    margin-right: 0px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
	 
	 #header_slider_home{
    position: relative;
    z-index: 0;
		 height: inherit;
    margin-bottom: 40px;
}

#header_slider{
	position: relative;
    overflow: hidden;
	height: inherit;
	z-index:1;
}
	 
	 h1{
	font-size:	30px;
}

h2{
	font-size:	26px;
}

h3{
	font-size:	20px;
}

	 .home .content{
    padding: 0px;	
	box-shadow: none;	
	background: #fff;
	margin-bottom: 40px;
}
	 
	 .merkwrapper{
		 margin-bottom: 40px;
		 box-shadow: 0px 0px 10px #b5b5b5;

	 }

}



/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	
#header_slider_home{
    position: relative;
    z-index: 0;
    margin-bottom: -100px;
    Height: 600px;
    overflow: hidden;
	box-shadow: 0px 0px 10px #b5b5b5;
}

#header_slider{
	position: relative;
    overflow: hidden;
	z-index:1;
	height: 500px;
	box-shadow: 0px 0px 10px #b5b5b5;
}

	.merkenslider{
		margin: 40px 0px;
		    box-shadow: 0px 0px 10px #b5b5b5;
	}

}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1900px) {
	
	
#header_slider_home{
    position: relative;
    z-index: 0;
    margin-bottom: -100px;
    Height: 800px;
    overflow: hidden;
	box-shadow: 0px 0px 10px #b5b5b5;
}

#header_slider{
	position: relative;
    overflow: hidden;
	z-index:1;
	height:700px;
	box-shadow: 0px 0px 10px #b5b5b5;
}

	.merkenslider{
		margin: 40px 0px;
		    box-shadow: 0px 0px 10px #b5b5b5;
	}

	
}