/* FONTS */


@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300);

@import url(http://code.cdn.mozilla.net/fonts/fira.css);



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

}

@font-face {
    font-family: 'ostrich';
    src: url('../fonts/ostrich-regular-webfont.eot');
    src: url('../fonts/ostrich-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ostrich-regular-webfont.woff2') format('woff2'),
         url('../fonts/ostrich-regular-webfont.woff') format('woff'),
         url('../fonts/ostrich-regular-webfont.ttf') format('truetype'),
         url('../fonts/ostrich-regular-webfont.svg#ostrich_sansmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}


body{
  font-family: 'Open Sans', sans-serif;
  margin-top: 105px;
  -webkit-font-smoothing: antialiased; */
}

h2{
	font-family: 'ostrich';
	font-size: 55px;
	line-height: 100%;
	text-transform: uppercase;	
}

h1, .home h2{
	font-family: 'ostrich';
	font-size: 65px;
	line-height: 100%;
	text-transform: uppercase;
}

h3{
    font-family: 'ostrich';
    font-size: 30px;	
}

h4{
    font-family: 'ostrich';
    font-size: 24px;		
}

h5{
	font-family: 'Fira Sans', sans-serif;
	font-size: 22px;
	font-weight: bold;
}

a, a:focus{
	color: inherit;
}

p{
  font-weight: 200;
  font-size: 18px;
    -webkit-font-smoothing: antialiased;
}

img{
	max-width: 100%;
	height: auto;
}

a:hover{
	text-decoration: none;
}
.gform_body li {
    list-style: none;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


/* ALL SIZES */


.header{
	border-top: 5px solid #8b0c06;
	background: #fff;
	font-family: 'Fira Sans', sans-serif;
	box-shadow: 0px 1px 5px #8d8d8d;
	height: 106px;
}

.header .logo-wrapper{
	background: url(../images/bk.jpg);
	background-size: cover;
	padding-right: 0;
}

.header .logo-wrapper{
	padding: 6px 0;
}

.header .logo-wrapper h1{
	margin: 0;
}

.header .details-container{
	padding-top: 6px;
	padding-bottom: 5px;
	color: #666;
	text-transform: uppercase;
	line-height: 45px;
}
.header .details-container .ghost-btn {
    font-size: 20px;
    padding: 4px 15px;
    margin: 0;
    float: right;
}

/*Search*/

.header input.search-field{
	border: 1px solid #ccc;
	padding: 5px;
	line-height: 30px;
	color: #666;
	margin-top: 6px;
}

.header  input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    background-color: #8b0c06;
    border: 0px;
    color: #fff;
    height: 42px;
    line-height: 38px;
    margin-left: -4px;
    }

.header .details-container .phone{
	padding-right: 25px;
}

.header .login-container{
	background: url(../images/login-bk.jpg);
	background-size: cover;
	color: #fbcf00;
	padding: 15px 0 16px 0;
	font-size: 18px;
}

.header .navigation-wrapper{
	border-top: 1px solid #ccc;
}

.header .navigation-wrapper .col-sm-10{
	padding: 0;	
}

.header .navigation-wrapper .social-wrapper{
	padding: 10px 5px;
}

.header .navigation-wrapper .social-wrapper .fa{
	font-size: 20px;
	margin-right: 10px;
	padding-top: 2px;
}

.header .navigation-wrapper .social-wrapper  a:hover{
	color: #8b0c06;
}

/*****MENU*****/

.header .navigation-wrapper #menu-main-menu li  {

	font-family: 'Fira Sans', sans-serif;
	line-height: inherit;
}


.header .navigation-wrapper #menu-main-menu li a {
	color: #111;

}


#menu-main-menu li .sub-menu{
	display: none;
	z-index: 999;
	background: #efefef;
	padding: 0;
	position: absolute;
	top: 44px;
	width: 250px;
	border-top: 1px solid #ccc;
}

.header .navigation-wrapper #menu-main-menu li:hover .sub-menu{
	display: block;
}

#menu-main-menu li .sub-menu li{
	display: block;
	float: none;
	padding: 5px 15px;
	font-size: 16px;
}

#menu-main-menu li .sub-menu li:hover{
	background: #fac800;
}


/*****VIDEO*****/

#VideoRow{
	position: relative; 
	background: url(../images/footer-bk.jpg) no-repeat;
}

#VideoRow .textvideowrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
}
    
#VideoRow .textvideowrap h2{
	    color: #fff;
	    font-size: 100px;
	    margin-top: 18%;
}





/*****GENERAL*****/

.red{
	color: #8b0c06;
}

.yellow, .yellow a{
	color: #fbcf00;
}

.yellow-bk, .yellow-bk a{
	background-color: #fbcf00;
	color: #333;
}

.gray{
	color: #838383;
}

.btn{
	border-radius: 0px;
	margin: 10px;
}

.home .btn{
	margin: 10px 0;
}

.ghost-btn{
	background: transparent;
	border: 2px solid #fff;
	color: #fff;
    font-family: 'ostrich';
    font-size: 24px;
    padding: 5px 25px;
}

.ghost-btn:hover{
	background: #fff;
	color: #111;
}

.ghost-btn.red{
	border: 2px solid #8b0c06;
	color: #8b0c06;
}

.ghost-btn.red:hover{
	background: #8b0c06;
	color: #fff;
}

.ghost-btn.yellow{
	border: 2px solid #fbcf00;
	color: #fbcf00;
}

.ghost-btn.yellow:hover{
	background: #fbcf00;
	color: #111;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.cover{
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-position: center center;
}


.page-template-page-blackbk #content, .page-template-page-about #content, .page-template-page-sitemap #content{
	background-color: #111;
	color: #fff;
	position: relative;
	padding-top: 6%;
	padding-bottom: 6%;
}

.page-template-page-blackbk #content a:hover, .page-template-page-about #content a:hover, .page-template-page-sitemap a:hover{
	color: #fbcf00;
}

.page-template-page-blackbk #content.extrapad, .page-template-page-about #content.extrapad{
	padding-top: 15%;
	padding-bottom: 15%;
}

 .imgoverlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: black;
    opacity: 0.7;
}

.page-template-page-blackbk h1, .page-template-page-about h1, .page-template-page-sitemap h1{
	color: #fbcf00;
}

.page-template-page-blackbk #content p, .page-template-page-about #content p, .page-template-page-sitemap #content li{
	color: #fff;
}

/*Activity Layouts on Home, Sports, Classes*/



.classes{
	padding-top: 130px;
	padding-bottom: 130px;
	color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}

.classes::before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    background-color: black;
    top: 0;
    bottom: 0;
    opacity: .3;
    filter: alpha(opacity=30);
    z-index: 0;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}

.classes .ov {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    background-color: black;
    top: 0;
    bottom: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 999;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}

.classes .ov .content {
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

/*
@media screen and (max-width: 767px) {
	.classes .ov {
		padding-top: 15%;
	}
	.home-class .ov {
		padding-top: 12%;
	}
}
*/

 .classes .ov:hover{
	opacity: 0.9;
	filter: alpha(opacity=90);
	zoom:1;
}

.classes .wrap {
    position: absolute;
    width: 100%;
    top: 20%;
    left: 0;
}

.classes.full-height .wrap{
	top: 36%;
}

.page-template-page-activity .modal-dialog{
	margin-top: 10%;
}

.page-template-page-activity .modal-content{
	background: rgb(0, 0, 0);
	background: rgba(0,0,0,0.5);
	
	text-align: center;
	padding: 30px;
	border: 1px solid #fff;
	border-radius: 0px;
	color: #fff;
}

.page-template-page-activity .modal-content img{
	display: block;
	margin: 20px auto;
	max-width: 50px;
}

.page-template-page-activity #activityModal .modal-content .modal-title{
	font-size: 36px;
    font-family: 'ostrich';
    color: #fbcf00;
}

.page-template-page-activity .modal-content .line{
    background: #fbcf00;
    height: 2px;
    width: 100px;	
    margin: 0 auto;
}

.page-template-page-activity .modal-content .modal-footer{
	border-top: 0px;
}

button.close-btn {
    background-color: transparent;
    border: 0;
    position: absolute;
    top: 5%;
    font-size: 20px;
    right: 2%;
}




/*****SLIDER*****/

#sliderwrap {
	background: #fff;
	/*position: fixed;
	z-index: -1;
	top: 0;*/
}

#flexslider_hg_homepage {
       margin: 0;
       background: none;
       border: none;
       position: relative;
       -webkit-border-radius: 0;
       -moz-border-radius: 0;
       border-radius: 0;
       -webkit-box-shadow: none;
       -moz-box-shadow: none;
       box-shadow: none;
       zoom: 1;
}

#flexslider_hg_homepage .slides .slide {
       margin: 0 auto;
       position: relative;
}
.flexslider {
       border: none;
}
.flexslider .slides img {
	height: auto;
}

.slide-title{
	display: none;
}

.slide-data{
	background: transparent;
	top: 40%;
	left: 10%;
	font-size: 70px;
	width: 475px;
	font-family: 'ostrich';
	font-weight: normal;
	line-height: 100%;
	text-shadow:1px 1px 9px #969696; 
}

.slide-data a{
    background-color: white;
    border-radius: 0px;
    font-size: 28px;
    line-height: 100%;
    color: #111;
    padding: 7px 15px;
    display: inline-block;
}

.slide-data a:hover{
	background: #111;
	color: #fff;
}

.flex-control-nav {
	display: none;
}

/*****FOOTER*****/

#footer, .replaceimage{
	background: url(../images/footerbk.jpg);
	background-size: cover;
	-webkit-background-size: cover;
	-moz-backgorund-size: cover;
	color: #fff;
	position: relative; /*black transparency will go over*/
}

#footer .footer-top{
	font-family: 'ostrich';
	font-size: 75px;
	color: #fff;
	padding-top: 15%;
	padding-bottom: 15%;
}

#footer .footer-top h3{
	font-weight: bold;
}

#footer .social-footer{
	margin-bottom: 20px;
}

#footer .line{
	border-top: 2px solid white;
	opacity: 0.1;
}

#footer .footer-bottom{
	padding-top: 2%;
	padding-bottom: 2%;
}

/*****HOME PAGE*****/



#allsportsRow{
	background: #111;
	color: #fff;
	font-size: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: 'ostrich';
    font-size: 30px;	
}

#allsportsRow img{
	width: 18px;
	margin-left: 5px;
}

#allsportsRow:hover{
	background: #333;
	color: #fff;
}

#allsportsRow a:hover{
	color: #fff;
}

#informationRow{
	background: #111;
	color: #fff;
	font-size: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: 'ostrich';
    font-size: 30px;	
    text-align: center;
}

#informationRow img{
	width: 18px;
	margin-left: 5px;
}

#informationRow a:hover{
	color: #fff;
/* 	background: #333; */
}

#genderRow{
	padding-top: 7%;
	background: #fff;
}

#genderRow p{
	margin-bottom: 25px;
}

#trainRow{
	background-color: #111;
	color: #fff;
	padding-top: 12%;
	padding-bottom: 12%;
	background-image:url(../images/training-bk.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	background-attachment: fixed;
	background-size: 100% auto;
}

#trainRow h3{
	margin-top: 0;
	margin-bottom: 30px;
}

#scheduleRow{
	background: url(../images/schedule-background.jpg) no-repeat;
	padding: 7% 0;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}

#restaurantRow{
	padding-top: 5%;
	padding-bottom: 5%;
}

#restaurantRow p{
	margin-bottom: 25px;
}

#partnerRow{
	padding: 2% 0;
	background: url(../images/zwartevilt.png) repeat;
}

#partnerRow h2{
	color: #4e4e4e;
}


#partnerRow img:first-child{
	margin-right: 12%;
}

#partnerRow .vcenter{
	margin-left: -3px;
}


#sound-btn {
	position: absolute;
    top: 4%;
    right: 2%;
	color: white
}


/*****INSIDE*****/

#content{
	padding-top: 3%;
	padding-bottom: 5%;
}

#content p{
	margin-bottom: 25px;
	font-family: 'Fira Sans', sans-serif;
	color: #666666;
}

#content li{
	color: #666666;
	font-family: 'Fira Sans', sans-serif;
	font-size: 18px;
	font-weight: 200;
	}



#ctaRow{
	padding-top: 5%;
	padding-bottom: 5%;	
}

#ctaRow h2{
	margin-bottom: 2%;
}

/*Memberships*/

#membershipRow{
	background: url(../images/zwartevilt.png) repeat;
	padding: 5% 0;
	color: #fff;
	position: relative;
}

#membershipRow .list{
	font-weight: bold;
	font-size: 18px;
	margin: 4% 0 2% 0;
}

#membershipRow img{
	position: absolute;
	bottom: 0;
	right: 10%;
}

#membershipRow img:first-child{
	left: 10%;
}

/*About Us*/

#teamRow{
	padding: 5% 0;
}

#teamRow h2{
	margin-bottom: 5%;
}

#teamRow .teamcard{
	background: #fff;
	padding-bottom: 20px;
	margin-bottom: 15%;
}

#teamRow .teamcard h5{
	margin: 20px 0;
}


.teamcard p {
    min-height: 50px;
}

#managementRow{
	margin-top: 5%;
}

#additionalRow{
	position: relative;
	padding: 5% 0;
	color: #fff;
}

#additionalRow .container{
	position: relative;
	z-index: 1; /*fixes transparency on top*/
}

#additionalRow p{
	margin-bottom: 35px;
}

#content .hours{
	margin-top: 4%;
	font-size: 18px;
}

/*Membership*/

#zoneRow{
	background: url(../images/zwartevilt.png) repeat;
	color: #fff;
	padding: 5% 0;
}

#zoneRow .zone{
	width:33%;
	float: left;
	padding: 3%;
}

#zoneRow .zone:nth-child(4n+4) {
    margin-left: 14%;
}

#zoneRow .zone img{
	padding: 2% 0;
}

#zoneRow .zone p{
	font-size: 16px;
}

#zoneRow a:hover{
	color: #ccc;
}

/*Blogs*/

.post {
	margin-top: 30px;
}

.post .category {
    text-align: left;
    display: block;
    font-family: 'Fira Sans', sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #8f080d;
    text-transform: uppercase;
}

.post .line{
	height: 2px;
	background-color: #8f080d;
	width: 80%;
}

.post  .entry-image{
	position: relative;
}

.post .entry-date {
    background-color: #8f080d;
    padding: 3px 15px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    font-family: 'Fira Sans', sans-serif;
}

.post h4.post-title{
	font-size: 28px;
	margin-top: 20px;
}

.post p{
	font-size: 16px;
}


.post .excerpt-read-more{
	color: #8f080d
}

.blogpost:nth-child(4n+2) {
    clear: left;
}

div.gallery dl.gallery-item {
    display: inline-block !important;
    padding: 10px 4px !important;
    margin: 0 !important;
}

.page-template-page-activity .modal-content div.gallery dl.gallery-item img {
    margin: 0 !important;
    max-width: 120px !important;
    display: inline-block !important;
}

/*Forms*/
@media only and (min-width: 768px){
	.modal-dialog {
	    margin: 10% auto;
	}
}

.modalform  .modal-header{
	border-bottom: 1px solid #ccc;
}


.modalform  .modal-title{
	color: #111;
}

.modalform .modal-content{
	background-color: rgba(255, 255, 255, 0.9);
	border: 1px solid #333;
}

.modalform_wrapper.gform_wrapper {
	margin: 0;
	max-width: 100%;
	font-family: 'Fira Sans', sans-serif;
}

.gform_wrapper .top_label .gfield_label {

    color: #333;
    text-transform: uppercase;
}

.modalform_wrapper.gform_wrapper label.gfield_label+div.ginput_container{
	margin-bottom: 10px;
}

.modalform_wrapper.gform_wrapper .gform_footer input.button, .modalform_wrapper.gform_wrapper .gform_footer input[type=submit]{
	background: #8b0c06;
	color: #fff;
	border: 0px;
	padding: 1% 5%;
	font-family: 'ostrich', sans-serif;
	font-size: 24px;
}

.modalform_wrapper.gform_wrapper  .hidden_label input.large, .modalform_wrapper.gform_wrapper .hidden_label select.large, .modalform_wrapper.gform_wrapper  .top_label input.large, .modalform_wrapper.gform_wrapper .top_label select.large, .modalform_wrapper.gform_wrapper textarea.large{
	width: 100%;
	border: 1px solid #444;
	background-color: transparent;
	color: #111;
	font-family: 'Fira Sans', sans-serif;
}

.modalform_wrapper.gform_wrapper .gfield_checkbox li label, .modalform_wrapper.gform_wrapper .gfield_radio li label {
    color: #666;
    font-family: 'Roboto';
    font-weight: 400;
}

::-webkit-input-placeholder {
   color: #666;
}

:-moz-placeholder { /* Firefox 18- */
 color: #666;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #666;
}

:-ms-input-placeholder {  
   color: #666;
}


.teamcard img {
    max-height: 174px;
}


@media screen and (max-width: 1299px) {
	
	.header .navigation-wrapper #menu-main-menu li a{
		padding: 10px 12px;
	}
	
	.header .navigation-wrapper #menu-main-menu li .sub-menu li a{
		padding: 0px;
		
	}
	
	#trainRow {
		  background-position: right bottom;
		  }

}


@media screen and (max-width: 1199px) {
	
	h1, .home h2{
		font-size: 55px;
	}
	
	h3{
		font-size: 28px;
	}
		
	.header .navigation-wrapper #menu-main-menu li a{
		padding: 12px 7px;
		font-size: 15px;
	}
	
	
	/*home*/
	
	.classes {
	    padding-top: 100px;
	    padding-bottom: 100px;
	 }
	 
	 #genderRow{
		 padding-top: 5%;
	 }
	 
	 #trainRow{
		 background-position: center bottom;
	 }
	 
	 	/*blog*/
	 	
	 	.blogpost:nth-child(4n+2) {
		 	clear: none;
	 	}
	
		.blogpost:nth-child(3n+2) {
		    clear: left;
		}
		
	 

	
}


@media screen and (max-width: 991px) {
	
	body{
		overflow-x: hidden;
	}
	
	h1, .home h2 {
	    font-size: 45px;
	}
	
	.header{
		border: 0px;
		height: inherit;
		position: absolute;
		overflow-x: hidden;
	}

	
	#inner-header-mobile{
		background: #8a181b;
	}
	
	.logobar{
		background: url(../images/logobarbk.jpg) #111 no-repeat;
		background-position: center bottom;
		padding-top: 10px;
		padding-bottom: 10px;
	}
		
	.menubutton{
		color: #fff;
		font-size: 50px;
	}
	
	.nav {
	    margin-left: -15px;
	    margin-right: -15px;
	}
	
	.mobilemenu{
		margin-top: -1px; /*removes bottom red border*/
	}
	
	#mobile-menu li{
		padding-left: 15px;
		font-size: 24px;
		color: #fff;
		font-weight: 200;
		border-bottom: 1px solid #7c1c17;
	}
	
	#mobile-menu li a:hover{
		background: #fbcf00;	
	}
	
	
	#mobile-menu li a{
		font-family: 'Fira Sans', sans-serif;
		font-weight: 200;
	}
	
	#mobile-menu .sub-menu{
		display: none;
		padding-left: 5px;
		background: #333;
		padding-top: 7px;
		padding-bottom: 7px;
	}
	
	#mobile-menu .sub-menu li{
		border-bottom: 0px;
	}
	
	
	
	#mobile-menu .sub-menu li a{
		text-transform: uppercase;
		font-size: 20px;
		padding: 7px 10px 7px 0;
		display: block;
	}
	
	#mobile-menu .sub-menu li a:hover{
		background: transparent;
	}
	
	#mobile-menu .sub-menu li:hover{
		background: #fbcf00;	
	}
	
	.toggle-button{
	    position: absolute;
	    right: 5px;
	    top: -5px;
	    padding: 15px 30px;
	    color: #fff;
	    z-index: 999;
	    background-image: 
	}
	
		#flexslider_hg_homepage{
		overflow-x: hidden;
	}
	
	.slide-data{
		font-size: 55px;
		width: 100%;
	}
	
	.slide-data a{
		display: block;
	    width: 20%;
	    text-align: center;
	    margin-top: 20px;
	}
	
	  #genderRow .text-right, #genderRow .text-left{
	   	 text-align: center;
	   	 margin-bottom: 50px;
   	 }
   	 
   	 #genderRow .text-center img{
	   	max-width: 60%;
   	 }

	
	#partnerRow img {
	    max-width: 45%;
	}
	
	#partnerRow img:first-child {
	    margin-right: 4%;
	}
	
	/*blog*/
 	

	.blogpost:nth-child(3n+2) {
	    clear: none;
	}
	
	.blogpost:nth-child(even) {
	    clear: left;
	}
		
		
	


}


/* TABLET */

@media screen and (min-width: 992px) {
	nav ul li {
		display: inline-block;
		float: left;
		font-size: 1.2em;
	}
	
	.glyphicon-chevron-down:before{
		display: none;
	}

}


@media screen and (max-width: 767px) {
	h3 {
	    font-size: 36px;
	}
	

	
	.slide-data {
	    font-size: 45px;
	    width: 85%;
	    top: 10%;
	    left: 5%;
	}
	
	.slide-data a {
   	 	width: 50%;
   	 }
   	 
   	 #partnerRow, #restaurantRow{
	   	 text-align: center;
   	 }
   	 
   	 #partnerRow img{
	   	 padding: 15px 0;
   	 }
   	 
   	 #trainRow{
	   	 background-attachment: inherit;
   	 }
   	 
   	 #footer .footer-top{
	   	 font-size: 50px;
   	 }
   	 
   	 
   	 .social-footer img {
	    width: 20%;
	}
	

	
	#footer .footer-bottom{
		padding: 2%;
	}
	
	/*blog*/
	
	.entry-image img{
		max-width: none;
		width: 100%;
}
	   	 

/* MOBILE ONLY */

@media screen and (max-width: 481px) {
	
	body{
		margin-top: 60px;
	}
	
	h3 {
	    font-size: 30px;
	}
	
	/*menu*/
	.menubutton {
	    color: #fff;
	    font-size: 35px;
	    line-height: 100%;
	    padding: 0;
	    
	}
	
	.mobile-logo{
		max-height: 60px;
	}
	
	/*home*/
	
	.flexslider-hg.flexslider ul.slides img {
	    height: 250px;
	    max-width: none !important;
	    width: auto;
	    margin-left: -25%; /*center*/
	  }
	
	
	/*footer*/
	 .social-footer img {
	    width: 40%;
	}
	
	/*inside*/
	
	.classes img {
	    max-height: 60px;
	    max-width: 80px;
	}
	
	.modalform .modal-title {
	    font-size: 30px;
	}
}