/* ============================================================================
   Stylesheet by: Moddit, © 2015 Moddit www.moddit.nl
============================================================================ */
@import url("reset.css");
@import url("sliders.css");
@import url("fancybox.css");
@import url("grid.css");
@import url("forms.css");

@font-face {
    font-family: 'MG Rounded';
    src: url('../fonts/MG-Rounded-Light.eot');
    src: url('../fonts/MG-Rounded-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/MG-Rounded-Light.woff2') format('woff2'),
         url('../fonts/MG-Rounded-Light.woff') format('woff'),
         url('../fonts/MG-Rounded-Light.ttf') format('truetype'),
         url('../fonts/MG-Rounded-Light.svg#mg_roundedlight') format('svg');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'MG Rounded';
    src: url('../fonts/MG-Rounded-Book.eot');
    src: url('../fonts/MG-Rounded-Book.eot?#iefix') format('embedded-opentype'),
         url('../fonts/MG-Rounded-Book.woff2') format('woff2'),
         url('../fonts/MG-Rounded-Book.woff') format('woff'),
         url('../fonts/MG-Rounded-Book.ttf') format('truetype'),
         url('../fonts/MG-Rounded-Book.svg#mg_roundedbook') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'MG Rounded';
    src: url('../fonts/MG-Rounded-Medium.eot');
    src: url('../fonts/MG-Rounded-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/MG-Rounded-Medium.woff2') format('woff2'),
         url('../fonts/MG-Rounded-Medium.woff') format('woff'),
         url('../fonts/MG-Rounded-Medium.ttf') format('truetype'),
         url('../fonts/MG-Rounded-Medium.svg#mg_roundedmedium') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'MG Rounded';
    src: url('../fonts/MG-Rounded-Bold.eot');
    src: url('../fonts/MG-Rounded-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/MG-Rounded-Bold.woff2') format('woff2'),
         url('../fonts/MG-Rounded-Bold.woff') format('woff'),
         url('../fonts/MG-Rounded-Bold.ttf') format('truetype'),
         url('../fonts/MG-Rounded-Bold.svg#mg_roundedbold') format('svg');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'trackpad letplain';
    src: url('../fonts/trackpad_let-webfont.eot');
    src: url('../fonts/trackpad_let-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/trackpad_let-webfont.woff2') format('woff2'),
         url('../fonts/trackpad_let-webfont.woff') format('woff'),
         url('../fonts/trackpad_let-webfont.ttf') format('truetype'),
         url('../fonts/trackpad_let-webfont.svg#trackpad_letplain') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* ============================================================================
    Global Styling
============================================================================ */
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box; 
}
html.js {margin:0 !important}
#wpadminbar {display:none;}
html, body {
	height: 100%;
	background: url("../images/bg.jpg") repeat scroll 0 0;
}
body { 
	min-height: 100%;
	min-width: 1120px;
	font: normal 300 1em/1.375em "MG Rounded", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "MG Rounded", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 800;
	color: #000;
}

a {
	color: #000;
	text-decoration: none;
}
.clearfix:after {
	content: "";
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	line-height: 0;
	clear: both;
}
.pinkBtn { 
    background-color: #da2b70; 
    border-radius: 5px; 
    color: #fff; 
    height: 45px; 
    line-height: 44px; 
    text-align: center; 
    width: 150px; 
    text-transform: uppercase; 
    font-family: "MG Rounded"; 
    font-weight: 400; 
    -webkit-box-shadow: inset 0px 0px 0px 2px rgb(218,43,112); 
    -moz-box-shadow: inset 0px 0px 0px 2px rgb(218,43,112); 
    box-shadow: inset 0px 0px 0px 2px rgb(218,43,112);
    transition: all 0.2s ease-in-out;
}
.pinkBtn:hover, .molkeSlider .slide:hover .pinkBtn {
    background-color: rgba(0,0,0,0); 
    -webkit-box-shadow: inset 0px 0px 0px 2px rgb(255,255,255); 
    -moz-box-shadow: inset 0px 0px 0px 2px rgb(255,255,255); 
    box-shadow: inset 0px 0px 0px 2px rgb(255,255,255);
    
}
.pageTitle {
    font-size: 40px;
    letter-spacing: -3px;
    line-height: 50px;
    margin: 0 0 -15px;
}
.pageTitle::after {
    background: #94c11e none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    margin: 35px 0;
    width: 110px;
}
.introDescPage {
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    margin: 0;
}
.pageDesc {
    font-size: 14px;
    line-height: 23px;
}
.breadCrumbs .inner {
  width: 100%;
}

.breadCrumb {
    letter-spacing: -0.5px;
}
.breadCrumb a {
    color: #94c11e;
}
.blocks-twee div {
    width: 48%;   
}
.blocks-drie div {
    width: 31%;   
}
/* ============================================================================
    Containers
============================================================================ */
.container {
	min-height: 100%;
}
.innerContainer {
    padding-bottom: 55px;
    position: relative;
    z-index: 10;
}
.wrapper { 
	margin: 0 auto;
	padding: 0;
}
.wrapper:before,
.wrapper:after {
	content: "";
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	line-height: 0;
	clear: both;
}
.inner {
	position: relative;
	width: 1120px;
	margin: 0 auto;
}
.header .inner {
    width: 1080px;   
}
.section {
	background: #e5e5e5; /* optional */
	margin: 1em 0;
}
/* ============================================================================
    Header
============================================================================ */
.header {
    height: 540px;
    margin: 0;
    padding: 0;
    position: relative;
}
.headerHome {
    height: 800px;   
}
.header .inner {
    z-index: 1000;   
}
.headerBg {
    background-image: url("../images/molkeslide1.jpg");
    background-size: cover;
    background-position: 50% 50%;
}
.headerWave {
    background-image: url("../images/waveTop.png");
    background-size: cover;
    bottom: 0;
    height: 83px;
    position: absolute;
    width: 100%;
    z-index: 3;
}
.leaves {
    background-image: url("../images/leafs.png");
    background-size: contain;
    background-repeat: no-repeat;
    height: 400px;
    width: 100%;
    z-index: 5;
    position: absolute;
    top: 0;
	max-width: 568px;
}

.menutop-rating {
  float: left;
  height: 35px;
  margin-top: 12px;
}
.menutop-rating .logo-small {
	float: left;
	height: 30px;
	width: 30px;
	border-radius: 100%;
	text-align: center;
	padding: 3px 0 0 0;
	background-color: white;
	margin-right: 10px;
}
.menutop-rating .link {
	float: left;
	font-size: 14px;
	color: white;
	line-height: 30px;
}
.menutop-rating .link span {
	font-weight: 700;
}
.menuTop {
    margin-bottom: 35px;
    z-index: 3;
}
.menuTop ul {
    background-color: #fff;
    display: block;
    float: left;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    text-align: center;
}
.menuTop li {
    display: inline-block;
    height: 40px;
    margin: 0 7px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    text-align: center;
}
.menuTopNone {
    opacity: 0;
    display: none;
}
.menuRight {
    float: right;
    z-index: 100;
}
.phoneTop {
    background-color: rgba(50, 50, 50, 0.2);
    color: #fff;
    float: left;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0 10px;
    width: 150px;
}
.menuMain {
    height: 100px;
    width: 100%;
    z-index: 100;
    -webkit-box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0.0);
    -moz-box-shadow:    0px 0px 0px 15px rgba(255, 255, 255, 0.0);
    box-shadow:         0px 0px 0px 15px rgba(255, 255, 255, 0.0);
}
.onScrollMenu {
    left: 0;
    position: fixed;
    top: 0px;
    -webkit-box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0.3);
    -moz-box-shadow:    0px 0px 0px 15px rgba(255, 255, 255, 0.3);
    box-shadow:         0px 0px 0px 15px rgba(255, 255, 255, 0.3);
    background-color: #fff;
    
}
.logo {
    float: left;
    margin-left: 15px;
    margin-top: 5px;
}
.menuMain {
    z-index: 3;   
}
.menuBtn {
    color: #94c11e;
    display: none;
    float: right;
    font-size: 30px !important;
    line-height: 100px !important;
    margin-right: 20px;
    cursor: pointer;
}
.menuBtnClose {
    cursor: pointer;
    font-size: 35px !important;
    left: 220px;
    opacity: 0;
    position: absolute;
    top: 16px;
    transition: all 0.4s ease-in-out 0s;
    visibility: hidden;
    z-index: 10000;
}
.menuBtnCloseActive {
    visibility: visible;
    opacity: 1;
}
.menuMain ul {
    float: left;
    font-size: 18px;
    margin: 25px 20px;
    transition: all 0.3s ease-out 0s;

}
.mainInner {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0.3);
    -moz-box-shadow:    0px 0px 0px 15px rgba(255, 255, 255, 0.3);
    box-shadow:         0px 0px 0px 15px rgba(255, 255, 255, 0.3);
    height: 100%;
    margin: 0 auto;
    width: 1080px;
}
.onScrollMenu1 {
    box-shadow:none !important;
    background-color: rgba(0,0,0,0);
}
.menuMain li {
    display: inline-block;
    font-size: 15px; 
    line-height: 50px;
    margin: 0 9px;
    padding-bottom: 10px;
    transition: all 0.2s ease-out 0s;
    border-bottom: 3px solid #fff; 
}
.menuMain .current-menu-item {
    border-bottom: 3px solid #94c11e !important;
    font-weight: 400;
    padding-bottom: 0 !important;
}
.menuMain li:hover {
    border-bottom: 3px solid #94c11e;  
    padding-bottom: 0;
}
.activeMainMenuResponsive {
    opacity: 1 !important;
    visibility: visible !important;
    top: 0 !important;
}
.btnGreen {
    background-color: #94c11e;
    border-radius: 5px;
    color: #fff;
    display: block;
    float: right;
    font-size: 13px;
    height: 45px;
    
    margin-top: 28px;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;

    
    cursor:pointer;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.mainInner .btnGreen {
    border: 3px solid #94c11e;
    line-height: 40px;
}
.mainInner .btnGreen:hover {
    background: #fff none repeat scroll 0 0;
    border-left: medium none #fff;
    border-radius: 0;
    border-right: medium none #fff;
    color: #000;
}
.language {
    float: right;
}
.langSelect {
    margin: 30px 10px 0;
    position: relative;
}
.langToggle {
	display: block;
}
.langToggle span {
	display: block;
	text-indent: -99999px;
	float: left;
	width: 24px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.langToggleen span {
	background-image: url(../images/flags/GB.png);
}
.langTogglees span {
	background-image: url(../images/flags/ES.png);
}
.langTogglefr span {
	background-image: url(../images/flags/FR.png);
}
.langToggleru span {
	background-image: url(../images/flags/RU.png);
}
.langTogglenl span {
	background-image: url(../images/flags/NL.png);
}
.langToggleda span {
	background-image: url(../images/flags/DK.png);
}
.langToggleit span {
	background-image: url(../images/flags/IT.png);
}
.langTogglede span {
	background-image: url(../images/flags/DE.png);
}
.langToggle i {
	width: 20px;
	float: right;
	line-height: 40px;
	margin: 0 0 0 10px;
	font-size: 20px;
}
.langSelect:hover .langOff, .langOn {
	display: none;
}
.langSelect:hover .langOn, .langOff {
	display: block;
}
.langFlags {
	display: none;
	position: absolute;
	right: 0;
	text-align: right;
	top: 30px;
	width: 100px;
}
.langSelect:hover .langFlags {
    display: block;
}
.langFlags > * {
	margin: 0 1px;
}
.langFlags > img {
	opacity: 0.5;
}
.headerBg {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
.menuMainHover {
    height: 275px;
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
    width: 100%;
    z-index: 10;
}
.activeMenu, .menuMainHover:hover {
    opacity: 1;
    visibility: visible;
}

.menuMainHover .menuItems {
    border-right: 1px solid #e6e6e6;
    float: left;
    margin-right: 34px;
    padding-right: 0;
    width: 33%;
}
.activeMenuItems {
    display: block !important;   
}
.menuMainHover .menuAanbiedingen {
    float: left;
    width: 62%;
}
.menuMainHover .menuAanbiedingen .aanbieding {
    float: right;
    position: relative;
    width: 49%;
}
.menuTitleHover {
    font-size: 20px;
    margin: 0;
    padding: 0;
    text-align: left;
}
.menuTitleHover::after {
    background: #94c11e none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    margin: 15px 0;
    width: 110px;
}
.hoverMenu {
    float: left;
    margin: 0;
    width: 100%;
}
.hoverMenu li {
    display: inline-block;
    float: left;
    font-size: 12px;
    line-height: 26px;
    margin-right: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 44%;
}
.hoverMenu li:hover a {
  text-decoration: underline;
} 
.aanbieding img {
    border-radius: 5px;
    width: 88%;
}
.aanbieding {
    display: block;
}
.tagAanbieding {
    background-image: url("../images/hexblue.png");
    background-size: cover;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: 400;
    height: 68px;
    letter-spacing: -0.5px;
    line-height: 68px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 39px;
    width: 59px;
    text-transform: uppercase;
}
.leesMeer {
    background-color: rgba(0, 0, 0, 0.3);
    border: 1px solid;
    color: #fff;
    left: 30%;
    padding: 10px;
    position: absolute;
    top: 21%;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.aanbieding:hover .leesMeer {
    opacity: 1;   
}
.aanbiedingTitle {
    font-size: 14px;
    letter-spacing: -0.5px;
    margin: 7px 0 0;
    padding: 0 40px 0 0;
}
.aanbiedingDesc {
    letter-spacing: -0.5px;
    line-height: 20px;
    margin: 0;
    padding-right: 40px;
    font-size:12px;
}
.onScrollMenuMainHover {
    background-color: #fff;
    left: 0;
    margin-left: 0 !important;
    position: fixed !important;
    top: 98px;
    width: 100% !important;
}
.onScrollMenuMainHover .innerMenuHover {
    background-color: #fff;
    display: none;
    height: 275px;
    margin: 0 auto;
    padding: 20px 25px;
    width: 1080px;
}
.menuContainer {
  margin: 0 auto;
  width: 100%;
}
.innerMenuHover {
    background-color: #fff;
    display: none;
    height: 275px;
    padding: 0 0 0 21px;
}
.menuSearch {
    float: right;
    height: 100px;
    padding: 0 0 0 25px;
    position: relative;
}
.searchToggle {
    cursor: pointer;
    line-height: 98px;
    margin-right: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.searchOff {
    display: inline;
    position: absolute;
    top: 41px;
}
.searchOn {
    opacity: 0;
    position: absolute;
    top: 41px;
    visibility: hidden;
}
.openSearchToggle > .searchOff {
    opacity: 0;
    visibility: hidden;
}
.openSearchToggle > .searchOn {
    opacity: 1;
    visibility: visible;
}
.searchBox {
    position: absolute;
    right: 39px;
    top: 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.activeSearchbox {
    opacity: 1;
    visibility: visible;
}
.menu #searchsubmit {
    border-radius: 50%;
    height: 40px;
    line-height: 35px;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 6px;
    width: 40px;
}
.mainMenuSearchOpen {
    opacity: 0.2;   
}
.searchBtn:hover {
    background-color: #83b305 !important;
    color: #fff !important;
}

.mobileMenu {
    background-color: rgba(255, 255, 255, 0.95);
    height: 120vh;
    margin-left: -300px;
    padding-left: 25px;
    position: fixed;
    top: 0;
    width: 275px;
    left: 0;
    opacity: 1;
    z-index: 1000000;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
    -webkit-overflow-scrolling: touch;
	overflow-y: scroll;
}
.activeMobileMenu {
    margin-left: 0;
}
.activeMobileMenuBody {
    overflow: hidden;
    height: 100%;
    display: block;
    position: relative;
}
.mobileMenuTitle {
    border-bottom: 3px solid #94c11e;
    font-size: 30px;
    margin-bottom: 10px;
    padding-bottom: 20px;
    width: 95px;
}
.mobileMenu .menu-item > a {
    display: inline-block;
    font-size: 20px;
    line-height: 36px;
    width: 60%;
}
.mobileMenu .menu-item:hover > a {
    text-decoration: underline;
}
.dropDownMenuItems {
  margin: 0 0 5px 17px;
  display: none;
}
.activeDropDownItems .dropDownMenuItems {
  display: block;
}
.sub-menu .menu-item > a {
  font-size: 14px;
  line-height: 21px;
}
.searchBoxMobile {
    height: 40px;
    margin-left: 0;
    position: relative;
    width: 225px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.searchBoxMobileActive {
  opacity: 1;
  visibility: visible;
}
.dropDownToggle {
    color: #94c11e;
    cursor: pointer;
    margin-left: 31px;
    width: 20% !important;
}
.dropDownToggle i {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;   
}
.activeDropDownItems .dropDownToggle i {
    -webkit-transform: rotate(90deg); 
    -moz-transform: rotate(90deg);     
}
/* ============================================================================
    Home
============================================================================ */
.boekenHomeHeader {
    margin-left: -15px;
    width: 1150px;
    position: absolute;
    top: 540px;
}
.sectionContent {
    text-align: center;
    position: relative;
    margin-top: 55px;
}
.sectionTitle {
    font-size: 35px;
    letter-spacing: -2px;
    line-height: 35px;
    font-weight: 400;
}
.sectionDesc {
    font-size: 20px;
    margin: 35px auto;
    width: 82%;
}
.sectionDesc > p {
    line-height: 28px;
    font-size: 16px;
}
.sectionTitle::after {
    background: #94c11e none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    left: 46%;
    margin: 35px auto 0;
    width: 110px;
}
.responsiveItems {
    display: none;
}
.telefoonNummer {
  font-size: 19px;
  margin-bottom: 30px;
  margin-top: 23px;
  text-align: center;
}
.responsiveItems .btnGreen {
    float: none;
    line-height: 45px;
    margin: 0 auto 14px;
    width: 200px;
    border: 1px solid #94c11e;
}
.responsiveItems .btnGreen:hover {
    background-color: rgba(0,0,0,0);  
    color: #000;
}
/* ============================================================================
    Nieuws
============================================================================ */
.blogItem {
    background-color: #fff;
    border-radius: 5px;
    display: block;
    height: 450px;
    margin: 0 auto;
    overflow: hidden;
    width: 95%;
    -webkit-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:    inset 0px -3px 0px 0px rgba(0, 0, 0, 0.1);
    box-shadow:         inset 0px -3px 0px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    text-align: center;
}
.btnNews {
    float: none;
    height: 40px;
    line-height: 40px;
    margin: 30px auto 0;
    border: 2px solid #94c11e;
}
.btnNews:hover {
    background: rgba(0,0,0,0);
    color: #000;
    border-color: #94c11e;
}
.blogContent {
    background-color: #fff;
    padding: 1px 25px 0;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blogImg {
   -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;   
}
.blogItem:hover .blogContent {
    margin-top: -80px;   
}
.blogItem:hover .blogImg {
    opacity: 0.5;   
}
.blogRead {
    bottom: 10px;
    position: absolute;
    right: 25px;
}
.blogDate {
    margin: 0;
}
.blogDesc {
    font-size: 13px;
    height: 75px;
    line-height: 18px;
    margin-bottom: 70px;
    margin-top: 5px;
}
.defarch {
	margin-bottom:0;
}

.blogTitle {
    font-size: 22px;
    height: 44px;
    margin-bottom: 5px;
}
.contentNews {
    padding-top: 0px !important;   
    margin-top: -10px;
} 
.contentNews .breadCrumbs {
    margin-bottom: 20px;   
}
/* ============================================================================
    Content
============================================================================ */
.homepageContent {
    padding: 0 !important;   
}
.content {
	padding: 30px 0 0;
    z-index: 3;
    position: relative;
}
.contentOverzichtsPagina {
    font-size: 16px;
    line-height: 30px;
    padding-top: 5px;
}
.contentOverzichtsPagina > p {
  font-size: 16px;
  line-height: 28px;
}
.contentOverzichtsPagina p:first-of-type {
  font-size: 18px;
}
.leftContentPage li {
    margin-left: 20px;
    list-style-type: disc;
}
.contentOverzichtsPagina h2 {
    margin-bottom: 0;
}
.contentOverzichtsPagina h3 {
    margin-top: 3px;
}
.activiteitSlider {
    margin: 0 auto 0;
    position: relative;
    width: 1110px;
}
.activiteitSlider .item {
    background-color: #fff;
    border-radius: 5px;
    height: 315px;
    overflow: hidden;
    -webkit-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:    inset 0px -3px 0px 0px rgba(0, 0, 0, 0.1);
    box-shadow:         inset 0px -3px 0px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
    cursor:pointer;
    margin-top:10px;
    display: block;
}
.activiteitSlider .slides > li {
    margin: 0 5px;
    max-width: 270px;
    display: none;
}
.activiteitSlider .slides > li:first-child {
	display: block;
}
.activiteitSlider .item:hover {
    margin-top: 0px;   
}
.activiteitSlider .item .itemDesc {
    font-size: 14px;
    line-height: 26px;
    padding: 25px 28px 0;
    text-align: center;
}
.activiteitSlider .item .prijsItem {
    background-image: url("../images/hexgreen.png");
    color: #fff;
    height: 110px;
    margin: -79px auto -30px;
    padding-top: 36px;
    position: relative;
    text-align: center;
    width: 96px;
}
.activiteitSlider .item .bigNumber {
    font-size: 30px;
    font-weight: 400;
    letter-spacing: -2px;
}
.activiteitSlider .item .smallNumber {
    font-size: 15px;
    font-weight: 400;
}
.activiteitSlider .item .secondRow {
    color: #fff;
    font-size: 11px;
    font-weight: 300;
    display: block;
    margin-top: -10px;
    letter-spacing: -1px;
}
.activiteitSlider .tipItem {
    background-image: url("../images/hexblue.png");
    color: #fff;
    font-size: 27px;
    font-weight: 400;
    height: 68px;
    padding-top: 23px;
    position: absolute;
    right: 15px;
    text-align: center;
    text-transform: uppercase;
    top: 15px;
    width: 59px;
    letter-spacing: -2px;
}
.activiteitSlider .flex-direction-nav a {
    top: 42%;   
}

/* ------------
Activity list
------------ */
.activity-list .activity {
	margin: 0 -20px;
	padding: 40px 0;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.activity-list .activity:last-of-type {
	border-bottom: none;
}
.activity-list .activity .content h2 {
	margin: 0 0 20px 0;
}
.activity-list .activity .content .website {
	display: block;
	font-family: "MG Rounded", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 800;
	color: #000;
	font-size: 16px;
	margin-top: 40px;
}
.activity-list .activity .content .website:hover {
	text-decoration: underline;
	color: #94c11e;
}
.activity-list .activity .image img {
	border-radius: 3px;
}
.activity-list .activity .col-left {
	float: left !important;
	width: 50%;
	padding: 0 20px;
}
.activity-list .activity .col-right {
	float: right !important;
	width: 50%;
	padding: 0 20px;
}

.magazineTitle {
    font-size: 35px;
    font-weight: 400;
    letter-spacing: -3px;
    line-height: 30px;
    margin: 0 0 40px;
}
.magazineTitle::after {
    background: #94c11e none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    left: 0px;
    margin: 35px 0 0;
    width: 110px;
}
.magazineSubtitle {
	font-family: "trackpad letplain";
	font-size: 20px;
	font-weight: 100;
	margin-bottom: 15px;
}
.magazineDesc {
    font-size: 16px;
    line-height: 28px;
}
.btnMagazine {
  background-color: #96bf31;
  border: 1px solid #96bf31;
  float: none;
  font-size: 12px;
  letter-spacing: -0.5px;
  line-height: 44px;
  width: 185px;
}
.btnMagazine:hover {
    background-color: rgba(0,0,0,0);
    color: #000;
}
.leftContentPage {
    float: left;
    margin-top: -65px;
    width: 60%;
}
.leftContentPage.full-width {
    float: none;
    width: 100%;
}
.rightContent {
	float: right;
	width: 49%;
	text-align: right;
}
.leftContent {
	width: 49%;
    float: left;
    padding-top: 100px;
}
.rightContentPage {
    float: left;
    padding-left: 40px;
    width: 39%;
}
.filterDropdowns {
    margin-bottom: 35px;
    width: 100%;
}
.filterDropdowns h3 {
    color: #3f3030;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: -0.5px;
    margin-bottom: 5px;
}
.singleFilter {
    float: left;
    margin-right: 20px;
    width: 24%;
}
.singleFilter select {
    background-color: #fff;
    border: 1px solid #fefefe;
    color: #3f3030;
    height: 40px;
    width: 100%;
}
.ctaBlock {
	background-color: #fff;
	border-radius: 5px;
	float: left;
	margin: 0 5px 10px;
	overflow: hidden;
	padding-bottom: 10px;
	text-align: center;
	-webkit-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:    inset 0px -3px 0px 0px rgba(0, 0, 0, 0.1);
	box-shadow:         inset 0px -3px 0px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    display: block;
}
.nopad .ctaBlock{
	padding-bottom:0;
}
.show {
    display: block;
}
.hide {
    display: none;
}
.blocks-twee .ctaBlock {
    width: 320px;
}
.blocks-drie .ctaBlock {
  margin: 0 9px 10px;
  max-width: 205px;
  width: 31%;
}
.blocks-drie .ctaBlock.hasbutton {
 padding-bottom:60px;
}
.blocks-drie .ctaBlock .blokTitel {
    font-size: 16px;
    height: 22px;
    margin: 10px 0 0;
    text-transform: capitalize;
    padding: 0 5px;
}
.blocks-twee .blokTitel {
    font-size: 18px !important;
    height: 22px;
    padding: 0 9px;
}
.blocks-twee .ctaBlock > p {
    height: 75px;
    line-height: 18px;
    margin: 0 auto;
    overflow: hidden;
    width: 90%;
}

.blocks-drie .ctaBlock > p {
    height: 35px;
    padding: 0 3px;
}
.ctaBlock .btnGreen {
    border-radius: 3px;   
    box-shadow: 0 0 0 2px rgb(150, 191, 49) inset;
    float: none;
    font-size: 12px !important;
    height: 40px !important;   
    letter-spacing: -0.5px;
    line-height: 41px !important;
    margin: 0 auto;
    max-width: 185px;   
    text-transform: capitalize;  
}
.blocks-drie .ctaBlock .btnGreen {
    border-radius: 3px;
    bottom: 10px;
    box-shadow: 0 0 0 2px rgb(150, 191, 49) inset;
    float: none;
    font-size: 12px !important;
    height: 34px !important;
    left: 50%;
    letter-spacing: -0.5px;
    line-height: 34px !important;
    margin: 0 auto 0 -60px;
    max-width: 185px;
    position: absolute;
    text-transform: capitalize;
}
.blocks-twee .ctaBlock .btnGreen {
    float: none;
    margin: 20px auto;
    position: relative;
    width: 160px;
}
.ctaBlock .btnGreen:hover {
    background-color: rgba(0,0,0,0); 
    color: #94c11e;
    
}
.ctaBlock .blokTitel {
    font-size: 22px;
    text-transform: capitalize;
}
.simpelBoeken {
    background-color: #94c11e;
    height: 325px;
    margin-bottom: 20px;
    margin-top: -320px;
    width: 100%;
}
.sideBarMenu {
    background-color: #fff;
    border-radius: 3px;
    overflow: hidden;
    -webkit-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:    inset 0px -3px 0px 0px rgba(0, 0, 0, 0.1);
	box-shadow:         inset 0px -3px 0px 0px rgba(0, 0, 0, 0.1);
}
.sideBarTitle {
    font-size: 21px;
    margin: 25px 0 0 20px;
    letter-spacing: -1px;
}
.sideBarLinks {
    margin-bottom: 30px;
    margin-left: 20px;
    width: 100%;
}
.sideBarLinks:after {
	content: "";
	display: table;
	clear: both;
}
.sideBarLinks li{
    display: block;
    float:left;
    font-size: 14px;
    letter-spacing: -0.5px;
    line-height: 29px;
    width: 47%;
}
.sideBarLink:hover {
    text-decoration: underline;
}
.sideBarBlock {
    width: 100%;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    -webkit-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:    inset 0px -3px 0px 0px rgba(0, 0, 0, 0.1);
	box-shadow:         inset 0px -3px 0px 0px rgba(0, 0, 0, 0.1);
    margin: 20px 0;
    display: block;
}
.sideBarBlock > p {
    padding: 5px 20px 15px;
}
.sideBarBlock > a {
    display: block;
    font-size: 14px;
    margin: 10px 20px 20px;
}
.sectionAanbiedingen {
    background-color: #e1e0db;
    margin-bottom: -55px;
    padding: 55px 0;
    margin-top: 50px;
}
.aanbiedingSlider {
    width: 1150px;
    margin: 0 auto;
    position: relative;
}
.aanbiedingSlider .slides li {
    margin: 0 5px;
}
.aanbiedingSlider .slide {
    background-color: #fff;
    border-radius: 4px;
    height: 465px;
    overflow: hidden;
    cursor:pointer;
}
.aanbiedingSlider .slide img {
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;   
}
.aanbiedingSlider .slide:hover .slideInner {
    margin-top: -75px;
    padding-top: 30px;
}
.aanbiedingSlider .slide:hover img {
    opacity: 0.5;   
}
.aanbiedingSlider .slideInner {
    background-color: #fff;
    height: 400px;
    margin-top: 0;
    position: relative;
    width: 100%;
    z-index: 10;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
    padding-top: 30px;
}
.aanbiedingSlideTag {
    background-color: #0377b1;
    color: #fff;
    display: block;
    font-size: 12px;
    left: 33%;
    letter-spacing: -0.5px;
    margin: 0;
    padding: 5px;
    position: absolute;
    text-align: center;
    top: -20px;
    transition: all 0.3s ease-in-out 0s;
    width: 100px;
}
.slide:hover .aanbiedingSlideTag {
    margin-bottom: 5px;
}
.aanbiedingSlideTitle {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -1px;
    margin: 0;
    padding: 0 10px;
    text-align: center;
}
.aanbiedingSlidePrijs {
    background-color: #dc016f;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    height: 35px;
    letter-spacing: -1px;
    line-height: 35px;
    margin: 19px 0;
    text-align: center;
}
.aanbiedingSlideDesc {
    font-size: 14px;
    letter-spacing: -0.5px;
    line-height: 20px;
    padding: 0 20px 20px;
    text-align: center;
    height: 125px;
}
.aanbiedingSlider .greenBtn {
    background-color: #94c11e;
    border: 2px solid #94c11e;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 14px;
    letter-spacing: -1px;
    line-height: 45px;
    margin: 0 auto;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
    width: 165px;
}
.aanbiedingSlider .greenBtn:hover {
    background-color: #fff;
    color: #000;
}
.articleContent {
    width: 60%;
    float: left;
}
.articleContent p {
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    margin: 0;
}
ul.tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.tabs li {
    border-top: 1px solid #dfd0c7;
    color: #222;
    cursor: pointer;
    display: inline-block;
    margin: 45px -3px 0;
    padding: 10px 15px;
    color: #938a86;
    letter-spacing: -1px;
}

ul.tabs li.current {
    border-color: #dfd0c7;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    color: #32221e;
    font-size: 21px;
    font-weight: 400;
    margin-right: -2px;
    margin-top: 1px;
    padding-right: 25px;
}

.tab-content {
    color: #7b706c;
    display: none;
    padding: 15px;
}

.tab-content.current{
    display: inherit;
}
.itemsTab {
    width: 475px;
}
.itemsTab > li {
    display: inline-block;
    font-size: 14px;
    letter-spacing: -1px;
    line-height: 29px;
    width: 49%;
}
.itemsTab span {
    color: #000;
    font-size: 20px;
    padding-right: 15px;
}
.imageSliderContentPage {
    position: relative;
    margin: 20px auto;
}
.imageSliderContentPage .slides li {
    margin: 0 5px;
}
/* ============================================================================
    Contact
============================================================================ */
.contactContent p {
  font-size: 18px;
}
.subtitle {
  font-size: 28px;
}
.googleMap {
	position: relative;
	width: 100%;
	height: 400px;
	background: #e5e3df;
}
#gmap {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.googleMap img {
	max-width: inherit;
	height: inherit;
}
.contactContent {
    margin-top: 9px;
}
.page-numbers > li {
  display: inline-block;
  width: 17px;
}
/* ============================================================================
    Footer
============================================================================ */
.footer {
	clear: both;
	height: 55px;
	margin-top: -55px /* negative footer height */;
	position: relative;
	width: 100%;
	background: #000;
}
.footerTop {
	background-color: #fff;
	height: 175px;
	padding: 39px 0;
	width: 100%;
    position: relative;
}
.footerTop > img {
	display: block;
	margin: 0 auto;
}
.sponsorSlider {
    margin: 13px auto 0;
    max-width: 830px;
}
.sponsorSlide .flex-direction-nav a {
    top: 38%;   
}
.sponsorSlider .slides > li {
    margin: 0 20px;
    display: none;
}
.sponsorSlider .slides > li:first-child {
	display: block;
}
.colorImg {
    position: absolute;
    opacity: 0;
}
.footerTop li:hover > .colorImg {
    opacity: 1;   
}
.footerTop li:hover > .bwImg {
    opacity: 0;    
}
.footerGreen {
	background-color: #96bf31;
	height: 140px;
	margin-top: 0;
}
.footerMolkeInfo {
	color: #fff;
	line-height: 140px;
	margin: 0;
	text-align: center;
	width: 100%;
}
.footerBottom {
  background-image: url("../images/footerbg.jpg");
  background-size: cover;
  height: auto;
  padding: 100px 0 125px;
  position: relative;
  width: 100%;
}
.footerTitle {
	color: #fff;
	margin-bottom: 10px;
    line-height: 25px;
    height: 50px;
}
.footerContent .col {
	float:left;
}
.colfacebook {
    background-color: #fff;
    border-radius: 7px;
    padding: 20px;
    width: 340px;
    float: right;
}
.footerMolkeInfo li {
	display: inline-block;
	margin: 0 5px;
}
.footerContent .footerMenu {
    margin: 0;
}
.footerMenu li {
    font-size: 14px;
    margin: 2px 0;
}
.footer a {
    color: #fff;
}
.socialIcons {
    display: block;
    text-align: center;
    margin: 20px 0 0;
}
.socialIcons li {
    display: block;
    float: left;
    margin: 0 10px 0 0;
}
.socialIcons a {
	color:#000;
	background-color: #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px;
}
.footer p {
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    margin: 0;
}
.copyLeft {
  color: #fff;
  float: left;
  font-size: 12px !important;
  line-height: 50px !important;
}
.copyright {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    height: 50px;
    position: absolute;
    width: 100%;
}
.footerCopyright {
    line-height: 50px !important;
}
.copyrightLinks {
    float: right;
    line-height: 49px;
    margin: 0;
}
.copyrightLinks li {
    display: inline-block;
    font-size: 12px;
    margin-left:10px;
}
.copyrightLinks a {
    color: #fff;
}
.footerContentBottom {
    border-top: 1px solid #96bf31;  
    margin-top: 25px;
}
.nieuwsBrief {
    float: left;
    margin-top: 35px;
    width: 62%;
}
.footer .nieuwsBrief form p {
	
}
.footer .nieuwsBrief form p:after {
	content: "";
	display: table;
	clear: both;
}
.nieuwsBriefTitle {
    color: #fff;
    font-size: 30px;
    margin: 35px 0 25px;
    padding: 0;
}
.nieuwsBrief input {
    border: none;
	-webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    height: 40px;
    padding: 0 20px;
    width: 100%;
    max-width: 320px;
}
.nieuwsBrief input[type="checkbox"] {
	display: block;
	float: left;
	width: inherit;
	height: inherit;
	margin: 7px 5px 0 0;
	line-height: 30px;
}
.nbCols p {
	margin: 0 10px 0 0;
	width: 100px;
	float: left;
}
.nieuwsBrief label {
	line-height: 30px;
0
	display: block;
}
.wpcf7-form > p {
	margin: 0 0 5px;
}
.nieuwsBrief form button[type="submit"] {
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	max-width: 320px;
	padding: 0;
	width: 100%;
}
.nieuwsBrief form button[type="submit"]:hover {
	background: #74a100;
	color: #FFF;
}
.ratingen {
    float: right;
    padding: 50px 0 0;
}
.rating.ratingZoover > * {
	background: #f2f2f2;
	border-radius: 5px;
	display: block;
	height: 208px;
	padding: 35px 5px 5px;
}
.ratingen > img {
    margin: 0 20px;
}
.rating {
	display: inline-block;
	vertical-align: bottom;
	margin: 0 0 0 10px;
}

.rating-widget {
	margin-left: 10px;
	display: inline-block;
	border-radius: 5px;
	background-color: white;
	max-width: 160px;
	text-align: center;
}
.rating-widget .rating-logo { 
	padding: 20px 0;
}
.rating-widget .rating-logo img {
	max-width: 100%;
	height: auto;
}
.rating-widget .rating-description {
	padding: 20px;
	background-color: #96bf31;
	border-radius: 0 0 5px 5px;
}
.rating-widget .rating-description .hidden {
	display: none;
}
.rating-widget .rating-description p {
	color: white;
	font-family: 'MG Rounded';
	font-weight: 300;
	font-size: 13px;
	line-height: 22px;
}
.rating-widget .rating-description p strong {
	font-family: 'MG Rounded';
	font-weight: 700;
}

/* ============================================================================
    Recreatheek
============================================================================ */
#recreatheek_dagprogramma, #recreatheek_programmas { display: table; }
#recreatheek_programmas ul { font-size: 13px; font-weight: bold; margin: 0; padding: 0; list-style-type: none; }
#recreatheek_programmas ul li { float: left; padding: 5px; margin-right: 20px; }
#recreatheek_programmas ul li.active { background: #046411; }
#recreatheek_programmas ul li a { color: #046411; text-decoration: none; }
#recreatheek_programmas ul li a:hover { color: #008E10; }
#recreatheek_programmas ul li.active a { color: #ffffff; }
#recreatheek_dagprogramma h3 { margin: 10px 0; font-family:'Open Sans'; font-weight:500; font-size:19px; color:#FFF; display:block; background-color:#8cc63f; border-radius: 4px 4px 0 0; padding:5px 10px; }
#recreatheek_dagprogramma .begintijdkolom { float: left; width: 6%; text-align: right; display:table-column; }
#recreatheek_dagprogramma .eindtijdkolom { float: left; margin-right: 20px; width: 10%; display:table-column; }
#recreatheek_dagprogramma .activiteitkolom { width: 80%; float: left; display:table-column; }
#recreatheek_dagprogramma .activiteitkolom b { font-family:'Open Sans'; font-weight:600; font-size:15px; }


/* ============================================================================
    Socialfeed
============================================================================ */
.socialItem a {
	background: #FFF;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	display: block;
	-webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
}
.socialItemContent {
	padding: 20px 30px;
}
.socialItemType {
	border-radius: 10px;
	color: #fff;
	display: inline-block;
	font-size: 10px;
	font-weight: 400;
	line-height: 20px;
	margin: 0;
	padding: 0 10px;
	background: #94c11e;
}
.socialItemFacebook .socialItemType {
	background: #3a5795;
}
.socialItemInstagram .socialItemType {
	background: #125688;
}
.socialItemDate {
	margin: 0 0 20px;
	font-size: 13px;
	font-weight: 400;
	color: #94c11e;
}
.socialItemText {

}
.socialItemText p {
	margin: 0;
	height: 60px;
	overflow: hidden;
	line-height: 20px;
	font-size: 13px;
}
/* ============================================================================
    Simpel reserveren Sidebar
============================================================================ */
.sideBarSR .sr-row {
	background: #94c11e;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0;
	overflow: hidden;
	padding: 10px;
}
.sideBarSR .sr-row > * {
	clear: both;
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.sideBarSR .sr-form-group {
	margin: 0 0 5px;
}
.sideBarSR label, .sr label {
	color: #FFF;
}
.sideBarSR label:empty {
	display: none;
}
.sideBarSR input, .sideBarSR select {
	margin: 0;
}
.sideBarSR button[type="submit"] {
	width: 100%;
	background: #337ab7;
}
.sideBarSR button[type="submit"]:hover {
	background: #337ab7;
	color: #FFF;
}
/* ============================================================================
    Simpel Reserveren Widget
============================================================================ */
.sr .sr-widget .sr-widget-head {
	margin: 0;
}
.sr .sr-widget .sr-widget-body {
	background: #94c11e;
	border-top: 0px;
}
#sr-search-form .sr-form-buttons button.sr-btn-secondary.sr-big.pull-right[type="submit"] {
	float: none !important;
	width: 100% !important;
	display: block;
	background: #337ab7 !important;
	font-size: 14px;
}
#sr-search-form .cta {
	margin: 10px 0 0;
	font-size: 13px;
	line-height: 30px;
	color: #FFF;
}

.grecaptcha-badge { 
    visibility: hidden;
}