924
@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../fonts/OpenSans-Regular.eot');
    src: url('../fonts/OpenSans-Regular.eot?iefix') format('eot'),
        url('../fonts/OpenSans-Regular.woff') format('woff'),
        url('../fonts/OpenSans-Regular.ttf') format('truetype'),
        url('../fonts/OpenSans-Regular.svg#webfontZam02nTh') format('svg');
    font-weight: normal;
    font-style: normal; 
}
@font-face {
    font-family: 'OpenSans-Light';
    src: url('../fonts/OpenSans-Light.eot');
    src: url('../fonts/OpenSans-Light.eot?iefix') format('eot'),
        url('../fonts/OpenSans-Light.woff') format('woff'),
        url('../fonts/OpenSans-Light.ttf') format('truetype'),
        url('../fonts/OpenSans-Light.svg#webfontZam02nTh') format('svg');
    font-weight: normal;
    font-style: normal; 
}
@font-face {
    font-family: 'OpenSans-Bold';
    src: url('../fonts/OpenSans-Bold.eot');
    src: url('../fonts/OpenSans-Bold.eot?iefix') format('eot'),
        url('../fonts/OpenSans-Bold.woff') format('woff'),
        url('../fonts/OpenSans-Bold.ttf') format('truetype'),
        url('../fonts/OpenSans-Bold.svg#webfontZam02nTh') format('svg');
    font-weight: normal;
    font-style: normal; 
}
@font-face {
    font-family: 'OpenSans-Bold';
    src: url('../fonts/OpenSans-Bold.eot');
    src: url('../fonts/OpenSans-Bold.eot?iefix') format('eot'),
        url('../fonts/OpenSans-Bold.woff') format('woff'),
        url('../fonts/OpenSans-Bold.ttf') format('truetype'),
        url('../fonts/OpenSans-Bold.svg#webfontZam02nTh') format('svg');
    font-weight: normal;
    font-style: normal; 
}
.font-light{
    font-family: 'OpenSans-Light';
}
.font-regular{
    font-family: 'OpenSans-Regular';
}
.font-bold{
    font-family: 'OpenSans-Bold';
}
b, strong {
    font-family: 'OpenSans-Bold';
}
.header{
    height:90px;
    background:#fff;
    width:100%;
}
.logo{
    position:absolute;
    top:10px;
    left:0;
    z-index:999;
    width:178px;
    height:203px;
}
.logo img{
    max-width:100%;
}
.green-btn{
    padding:8px 20px;
    color:#005480;
    background:#54b948;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
}
.green{
    color:#54b948;
}
.blue-btn{
    padding: 8px 20px;
    background:#0069a0 ;
    color:#fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 22px;
}
.blue-btn:hover,.blue-btn:active,.blue-btn:visited{
    color:#fff;
}
.caption-btn{
    margin:0 20px;
}
.login-btn{
    padding-left:40px;
    background:url(../images/2015/login.png) no-repeat 10px center #54b948;
    margin:0 20px;
}
.header-title{
    margin:30px 0;
    font-family: OpenSans-Light;
    text-align: right;
}
.header-title p{
    font-size:24px;
}
.header-title p a{
    font-size:14px;
}
.carousel-inner > .item > img{
    width:100%;
}
.slider-wrapper .carousel-indicators{
    display:none;
}
.carousel-caption{
    bottom:0;
    right:0;
    left:0;
    background:url(../images/2015/caption-background.png) repeat;
    padding:30px 0;

}
.carousel-caption p{
    margin-bottom:0;
    font-size: 22px;
}
.carousel-control{
    top: 50%;
    bottom:auto;
    width:62px;
    height:62px;
    display:block;
}
.right.carousel-control{
    background:url(../images/2015/next.png)no-repeat center center;
    right:30px;
}
.right.carousel-control:hover{
    background:url(../images/2015/next-active.png)no-repeat center center;
}
.left.carousel-control:hover{
    background:url(../images/2015/prev-active.png)no-repeat center center;
}
.left.carousel-control{
    background:url(../images/2015/prev.png)no-repeat center center;
    left:30px;
}
.green-background{
    background: #54b948; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #54b948 0%, #439439 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#54b948), color-stop(100%,#439439)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  #54b948 0%,#439439 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  #54b948 0%,#439439 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  #54b948 0%,#439439 100%); /* IE10+ */
    background: linear-gradient(135deg,  #54b948 0%,#439439 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54b948', endColorstr='#439439',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    padding:0;
    color:#fff;
    position:relative;
    margin-bottom:20px;
    min-height:60px;
}
.green-background p{
    margin-bottom:5px;
}
.mover-top-20{
    margin-top:20px;
}
.tag-cloud{
    height:50px;
    line-height:16px;
    /* width: 230px; */
}
.tag-cloud a{
    color:#fff;
    display:inline;
    float:left;
    margin:0 3px;
    padding:0;
}
.tag-cloud a:hover{
    text-decoration:none;
    color:#005480;
}
.tag-cloud a.selected{
    text-decoration:none;
    color:#005480;
}
.form-control.period-dropdown{
    color:#49a23f;
    margin-top: 10px;

}
.green-background .form-control{
    border:0;
}
.form-control:after {
    color:#49a23f;
}
.list-btns{
    list-style: none;
    margin: 30px 0 20px 0;
    padding:0;
    text-align: center;
}
.list-btns li{
    width:150px;
    height: 135px;
    /* float:left; */
    display: inline-block;
    position: relative;
    top: 0;
    margin-bottom: 30px;
    vertical-align: top;
}
.list-btns li a{
    display: inline-block;
    /* padding:80px 10px 10px 10px; */
    width:150px;
    height: 135px;
    position: relative;
    border:1px solid transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.list-btns li a h3{
    font-family: OpenSans-Regular;
    color:#fff;
    font-size:16px;
    height:40px;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
}
.list-btns li:hover a{
    border:1px solid #0069a0;
}
.list-btns li a.selected{
    border:1px solid #0069a0;
}
.ski-btn{
    background:url(../images/2015/ski.png) no-repeat center 20px;
}
.ski-btn:hover{
    background:url(../images/2015/ski.png) no-repeat center 20px #489f3e;
}
.travel-btn{
    background:url(../images/2015/planet.png) no-repeat center 20px;
}
.travel-btn:hover{
    background:url(../images/2015/planet.png) no-repeat center 20px #489f3e;
}
.calendar-btn{
    background:url(../images/2015/calendar.png) no-repeat center 20px;
}
.calendar-btn:hover{
    background:url(../images/2015/calendar.png) no-repeat center 20px #489f3e;
}
.xpert-btn{
    background:url(../images/2015/xpert.png) no-repeat center 20px;
}
.xpert-btn:hover{
    background:url(../images/2015/xpert.png) no-repeat center 20px #489f3e;
}
.academy-btn{
    background:url(../images/2015/academie.png) no-repeat center 20px;
}
.academy-btn:hover{
    background:url(../images/2015/academie.png) no-repeat center 20px #489f3e;
}
.calendar-btn{
    background:url(../images/2015/calendar.png) no-repeat center 20px;
}
.calendar-btn:hover{
    background:url(../images/2015/calendar.png) no-repeat center 20px #489f3e;
}
.open-btn{
    position:absolute;
    top:0;
    right:0;
    width:75px;
    height:75px;
    z-index:300;
    background:url(../images/2015/more.png) no-repeat center center  rgba(0,0,0,0.1);
}
.open-btn.active{
     background:url(../images/2015/close.png) no-repeat center center  rgba(0,0,0,0.1);
     width:60px;
    height:60px;
}

.search-title{
    height:60px;
    width:100%;
    background:rgba(0,0,0,0.1);
    margin:0 ;
    padding:0;
}
.search-title h1{
    margin:0;
    padding:0;
    line-height:60px;
    font-size: 26px;
    
}
.search-btn{
    border:1px solid #fff;
    font-family: OpenSans-Light;
    font-size:18px;
}
#search-form{
	padding-top:20px;
}
.btn-wrapper{
    position:relative;
}
.search-btn.blue-btn{
    position:absolute;
   
    right:0;
    left:0;
    bottom:-30px;
    text-align: center;
    width: 180px;
    margin: 0 auto;
}
.list-vacanties,.brochure-list{
    margin:20px 0 30px 0;
    list-style:none;
    padding:0;
}
.list-vacanties li{
    padding:15px;
    width:50%;
    float:left;
    margin:0;
    -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height:260px;
}
.list-vacanties li:nth-child(4n),.list-vacanties li:nth-child(4n+1)  {
    background:#eee !important;
}
.list-vacanties li:hover{
    color:#fff;
    background:#015480 !important;
}
.list-vacanties li:hover .blue-btn{
    color:#015480;
    background:#fff;
}
.vacantie-image{
    float:left;
    margin-right:20px;
    width:240px;
}
.vacantie-info h2{
    margin: 0 0 10px 0;
}
.vacantie-info p{
    margin-bottom:5px;
}
.list-vacanties li .blue-btn{
    font-size:12px;
    display:inline-block;
}
.list-vacanties li:hover .with-sleeping{
     background:url(../images/2015/sleeping-active.png)no-repeat left center;
}
.list-vacanties li:hover .without-sleeping{
     background:url(../images/2015/no-sleeping-active.png)no-repeat left center;
}
.with-sleeping{
    padding-left:50px;
    height:28px;
    background:url(../images/2015/sleeping.png)no-repeat left center;
    display:inline-block;
}
.without-sleeping{
    padding-left:50px;
    background:url(../images/2015/no-sleeping.png)no-repeat left center;
    height:28px;
     display:inline-block;
}
.green-btn-rec{
    padding:8px 20px;
    color:#fff;
    background:#54b948;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    display: inline-block;
    margin-bottom:20px;
    margin-top: 10px;
}
.gray-bg{
    /* padding:20px 10px; */
    background:#eee;
}
.brochure-list li{
    width:23%;
    margin:0 1%;
    display: inline-bloc;
    float:left;
}
.brochure-title{
    margin:0;
    padding:10px 40px 10px 10px;
    color:#fff;
    position:relative;
    width:100%;
}
.brochure-list li a img{
    width:100%;
}

.brochure-title.blue,.more-icon.blue{
    background:#005480;
}
.brochure-title.yellow,.more-icon.yellow{
    background:#ffd200;
}
.brochure-title.green,.more-icon.green{
    background:#54b948;
}
.brochure-title:before{
    content:'+';
        color:#fff;
    font-size:30px;
    position:absolute;
    right:10px;
    top:0;
    bottom:0;
}
.brochure-list{
    margin:10px 0;
    list-style:none;
    padding:0;
}
.more-icon{
    position:absolute;
    top:0;
    right:0;
    width:35px;
    height:35px;
    display:block;
}
.more-icon:before{
    content:'+';
        color:#fff;
    font-size:30px;
    position:absolute;
    right:10px;
    top:0;
    bottom:0; 
    line-height:35px;
}
.footer{
    width:100%;
    margin-top:40px;
}
.footer-top{
    background:#005480;
    padding:20px 0;
}
.footer-bottom{
    background:#004d75;
    padding:10px 0;
}
.footer-bottom p{
    margin:0;
    font-size:0.8em;
    color:#62B7FF;
}
.footer-bottom p a{
	 color:#62B7FF;
}

.footer-bottom p a:hover{
    color:#fff;
}
.f-list{
    list-style:none;
    padding: 10px 0 10px 10px;
    border-left:1px solid #003957;
    margin:5px 0;
}
.f-list> li{
    margin-bottom:5px;
}
.f-list li a{
    font-size:0.85em;
    color:#fff;
}
.f-list li a span.glyphicon {
	font-size:8px;
	font-weight:normal;
}
.f-list> li ul{
	margin:0;
	padding: 0 0 0 10px;
}
.f-buttons-wrapper{
    margin:15px 0;
}
.f-buttons-wrapper .green-btn{
    margin:0;
}
.like-btn{
    padding-left:40px;
    background:url(../images/2015/like.png) no-repeat 10px center #54b948;
}
.caption-btn{
    padding-left:50px;
    background:url(../images/2015/caption-btn.png) no-repeat 15px center #0069a0;
}

.internal-green{
    padding:15px 0;
    background:#54b948;
    color: white;
    font-size: 15px;
}
.message-title{
    margin:0;
    color:#fff !important;
}
.message-title a{
    color:#fff;
}
.gray-background{
    background:#eee;
    height: auto;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.interna-page p{
    color:#636363;
}
.interna-page h1{
    margin:30px 0;
}
.box-element h4{
    margin-bottom:5px;
    margin-top: 0;
}


.calendar-icon{
    padding:6px 6px 6px 30px;
    background:url(../images/2015/calendar-icon.png)no-repeat left center;
   font-weight:bold;
}
.map-icon{
    padding:6px 6px 6px 30px;
    background:url(../images/2015/map-icon.png)no-repeat left center;
    font-weight:bold;
}
.vacantie-image-internal,.vacantie-info-internal{
    display: inline-block;
    margin: 0;
    position:relative;
    float: left;
}

.vacantie-info-internal{
    padding: 30px 20px;
    position: relative;
}
.table-internal{
    margin-top: 10px;
}
.table-internal table th{
    color:#fff;
    background:#0069a0;
}
.table-internal table tbody  tr td{
    border-bottom:1px solid #93c9e5;
    vertical-align: middle;
   
}
.table-internal table tbody  tr td:last-child{
    font-weight:bold;
}
.table-internal table tbody  tr td:nth-child(2){
     border-right:1px solid #93c9e5; 
  border-left:1px solid #93c9e5;
}
.table-internal table tbody  tr td .green-btn-rec{
    margin: 0 10px 0 0;
}
.table-internal table {
  border-right:1px solid #93c9e5; 
  border-left:1px solid #93c9e5;
}

.table-internal .table > thead > tr > th{
    border-bottom:0;
}
.content-internal{
    color:#636363;
    margin-bottom:20px;
}
.locate-info{
    background:#eee;
    padding:20px;
}
.locate-info h4{
    font-weight:bold;
}

.top-hidden h3,.top-hidden{
	margin:0;
	line-height:60px;
	font-size:16px;
}


@media (max-width: 991px){
    .list-vacanties li{
        width:100%;
    }
    .list-vacanties li:nth-child(even){
        background:#eee !important;
    }
    .list-vacanties li:nth-child(odd){
        background:#fff !important;
    }
    .brochure-list li{
        width:48%;
        margin:1%;
    }
	#search-form{
		overflow:none;
		height:auto;
	}
	#green-background.scroll-to-fixed-fixed #search-form{
		overflow-y:scroll;
		height:600px;
	}
	.btn-wrapper{
		text-align:center;
	}
	.search-btn.blue-btn{
		position: initial !important;
		margin-bottom:80px;
		display:inline-block;
		
	}
}
@media (min-width: 768px) and (max-width: 991px) {
    .logo{
        width:130px;
     height:auto;
    }
}
@media (max-width: 768px){
    .logo{
        width:110px;
        height:auto;
        left:10px;
    }
    .header-title p{
        font-size:20px;
    }
    .header-title{
        margin:10px 0;
    }
    .carousel-caption p{
        padding:0 60px;
        line-height: 20px;
        font-size:16px;
    }
    .caption-btn{
        font-size:12px;
    
        /* display: inline-block; */
        /* width: 130px; */
}
    .search-element{
        margin-bottom:20px;
    }
    .search-element p{
        margin:10px 0 0 0;
    }
    .search-element div{
        margin:0;
    }
    .search-title h1{
        font-size: 14px;
    }
    .tag-cloud{
        width:250px;
    
        margin: 0 auto !important;
}
    .caption-btn{
        margin:0;
        padding:6px;
        background:#0069a0;
    }
}
@media (max-width: 468px){
     .header-title p{
        font-size:14px;
    }
    .header-title{
        padding-left:100px;
    }
    .header-title p a{
        font-size:12px;
    }
    .carousel-caption{
        padding:10px 0;
    }
    .carousel-caption p{
        font-size:12px;
    }
    .caption-btn{
        font-size:10px;
    }
    .footer-bottom p{
        text-align: left;
    }
    .brochure-list li{
        width:100%;
        margin:0 0 20px 0;
    }
    .carousel-control {
    top: 30%;}
    .list-btns li{
        margin-bottom:10px;
    }
    .f-buttons-wrapper .like-btn{
        margin-top:10px;
    }
}


/* Nieuw 2014-12-19 nnieuw design */

.slider-wrapper{
    width:100%;
    overflow:hidden;
}
.location{
    display:none;
}
.content-internal{
	padding:30px 0;
}
.content-internal fieldset{
    padding:20px 0;
}
.content-internal fieldset form table.noborder th,
.content-internal form fieldset table.noborder th{
    padding: 0 10px 5px 0;
}
.content-internal fieldset form  table.noborder  input,
.content-internal form fieldset  table.noborder  input{
    margin-bottom:20px;
}
td.error .error_list{
    list-style:none;
    margin-left:30px;
    padding:0;
}
td.error .error_list li, td.error span.error-msg {
    padding:5px 10px;
    background-color: #f2dede;
    margin-bottom: 5px;
}

.red {
    color:#dd0000;
}

.content-internal fieldset form table.noborder tfoot tr:first-child td:nth-child(2) a,
.content-internal form fieldset table.noborder tfoot tr:first-child td:nth-child(2) a,
.button.inline{
      padding: 8px 20px;
    background:#0069a0 ;
    color:#fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;
}
.ss-description {
    padding-top: 40px;
}
.content-internal > p > a{
    display:inline-block;
    padding:5px;
      background:#0069a0 ;
    color:#fff;
    margin-right:5px;
}
.content-internal fieldset form table.noborder tfoot tr:first-child td:nth-child(2) a:hover,
.content-internal form fieldset table.noborder tfoot tr:first-child td:nth-child(2) a:hover,
.content-internal > p > a.active,.button.inline:hover{
    color:#fff;
    background:#54b948;
}
.content-internal fieldset legend{
    color:#0069a0;
    display:inline-block;
    width:initial;
    padding:5px 10px;
    border:0;
    background:#fff;
    margin-bottom:0;
}
.content-internal fieldset .no-border{
    padding:0px;
    border:0;
}
.content-internal fieldset {
    padding:20px;
    border:1px solid #0069a0;
}
table.dashboard{
border:1px solid #ecf7ff;

}
table.dashboard th{
    background:#0069a0;
    color:#fff;
    padding:5px ;
}
table.dashboard td{
    padding:5px;
    font-size: 0.9em;
}
table.dashboard tr:nth-child(odd){
    background:#ecf7ff;
}
.header-title p{
    font-size:20px;
}
.selfwarepage h1{
    color:#fff;
    background:#54b948;
    padding:5px 10px;
}
.caption-btn{
    display: inline-block;
}

@media (max-width: 768px){
    .header-title p{
        font-size:20px;
        padding-left:80px;
    }
}

/* Nieuw 2014-12-22 nnieuw design */

.vacantie-image img{
	max-width:100%;
}
ul.partners{
	margin:0;
	padding:0;
	list-style:none;
	display:table;
}
ul.partners li{
	width:20%;
	float:left;
	padding:20px;
	text-align:center;
	border:1px solid #f0f0f0;
	display:block;
	height:140px;
}
ul.partners li a{
	display:block;
	text-align: center;
	position:relative;
	width:100%;
	height:100%;
}
.partners li a img{
	max-width:100%;
	max-height:100px;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin: auto;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.partners li a:hover img{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
@media (max-width: 768px){
    ul.partners li{
	width:33.3%;
	}
	.list-vacanties li{
		height:auto;
	}
}
@media (max-width: 480px){
	ul.partners li{
		width:50%;
	}
}
table.dashboard,.content-internal table{
border:1px solid #ecf7ff;
}
table.dashboard th, .content-internal table th{
    background:#0069a0;
    color:#fff;
    padding:5px ;
}
table.dashboard td,.content-internal table td{
    padding:5px;
    font-size: 0.9em;
}
table.dashboard tr:nth-child(odd),.content-internal table tr:nth-child(odd){
    background:#ecf7ff;
}

.content-internal fieldset form table.noborder tfoot tr:first-child td:nth-child(2) a,
.content-internal form fieldset table.noborder tfoot tr:first-child td:nth-child(2) a {
      padding: 8px 20px;
    background:#0069a0 ;
    color:#fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;
}
.content-internal fieldset form table.noborder th,
.content-internal form fieldset table.noborder th{
    padding: 0 10px 5px 0;
 background:transparent !important;
 color:inherit !important;
 color:initial !important;
}
.content-internal fieldset form  table.noborder  input,
.content-internal form fieldset  table.noborder  input{
    margin-bottom:20px;
}
.content-internal fieldset form table.noborder tfoot tr:first-child td:nth-child(2) a:hover,
.content-internal form fieldset table.noborder tfoot tr:first-child td:nth-child(2) a:hover,
.content-internal > p > a.active{
    color:#fff;
    background:#54b948;
}
.content-internal fieldset .noborder{
    padding:0px !important;
    border:0 !important;
}
.content-internal table.noborder tr:nth-child(odd),.content-internal table.noborder tr:nth-child(even){
 background:transparent !important;
}
.content-internal table.noborder td{
	padding:0 !important;
	font-size:initial !important;
}
.content-internal fieldset .noborder input[type="text"],.content-internal fieldset .noborder input[type="password"]{
	border:1px solid #0069a0 !important;
	padding:5px;
}

.location-choice { 
    background-color: #ebf3ff; padding: 1px 10px; margin:8px; height: 160px;
}

.flash { padding: 10px 0px 10px 10px; width: 99%; font-weight: bold; color: #fff; margin-bottom: 10px; background: #96b0d3;}
.flash a { text-decoration: underline; color: #fff;}
.flash a:hover { text-decoration: none; }

.btn-login {
    color: #ffffff;
    background-color: #0069a0;
    padding: 8px 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}



.scroll-to-fixed-fixed   #search-form,.scroll-to-fixed-fixed   #big-title{
	display:none ;
}
#green-background.scroll-to-fixed-fixed  #small-title{
	display:block !important;
}
#green-background.scroll-to-fixed-fixed  #big-title{
	display:none !important;
}
#green-background.scroll-to-fixed-fixed.show  #small-title{
	display:none;
}
#green-background.scroll-to-fixed-fixed.show  #search-form, #green-background.scroll-to-fixed-fixed.show  #big-title{
	display:block;
}

.activity-img {
    position: relative;
    float: left;
    height: 150px;
    width: 90%;
    background-position: 50% 50%;
    background-repeat:   no-repeat;
    background-size:     cover;
    margin: 5%;
}

.homepage-img {
    position: relative;
    float: left;
    height: 210px;
    width: 240px;
    background-position: 50% 50%;
    background-repeat:   no-repeat;
    background-size:     cover;
    margin: 8px;
}

.activity-img-main {
    min-height: 250px !important;
}

.no-padding-margin {
    margin: 0px !important;
    padding: 0px !important;
}

#big-title{
	display:none;
}