@charset "UTF-8";
/* CSS Document */

body{
    margin:0;
    padding:0;
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size:18px;
    line-height:160%;
    padding-top:90px;
}

body.large_font{
    font-size:22px;
}

h1,h2,h3,h4{
    line-height:120%;
    font-weight:1000;
}

#menu{
    display:inline-block;
    width:100%;
    position:fixed;
    top:0;
    left:0;
    z-index:1005;
    background-color:white;
}


#logo{
    display:inline-block;
    float:left;
    width:80px;
    margin-top:15px;
}

#menu #top{
    background-color:transparent;
    width:100%;
    display:inline-block;
    border-bottom:none;
	
}


#top_site_menu{
    float:right;
    width:80%;
    display: inline-block;
    list-style:none;
    padding-left:0;
    margin-top:0;
    margin-bottom:0;
}

#site_menu{
    margin-top:20px;
    float:right;
    display:inline-block;
    list-style:none;
    width:80%;
    
    
}

#site_menu li, #top_site_menu li{
    float:left;
    margin-right:10px;
    margin-bottom:5px;
    padding-left:10px;
    padding-right:10px;
}

#top_site_menu li{
    float:right;
}


#site_menu li.social img{
	width:25px;
	
}

#site_menu li a{
    color:#004C7D;
    
    text-decoration:none;
    text-transform: uppercase;
    letter-spacing:1px;
    font-size:0.8em;
    font-weight:bold;
}

#top_site_menu li.special{
    background-color:#fab900;
    -webkit-border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    text-decoration:none;
    color:#004C7D;
    
    padding-top:5px;
    padding-bottom:5px;
    padding-left:10px;
    padding-right:10px;
}

#top_site_menu li.special a{
    text-decoration:none;
    color:#004C7D;
}

#site_menu .sub_menu{
    display:none;
    background-color:#FFF;
    margin-top:1.2em;
    padding:20px;
    padding-top:1.4em;
    left:0;
    opacity:0.9;
    margin-left:-20px;
}

#site_menu .sub_menu ul{
    padding-left:0;
    min-width:200px;
    list-style:none;
    
}

#site_menu .sub_menu li{
    border-bottom:thin solid #004C7D;
    width:90%;
    line-height:100%;
    padding-top:10px;
    padding-bottom:10px;
}


#site_menu .sub_menu li:last-child{
    border-bottom:none;
}

#site_menu li.has_sub{
    position:relative;
}

#site_menu li.has_sub:hover .sub_menu, #site_menu li.has_sub .sub_menu:hover{
    display:inline-block;
    position:absolute;
}

#mobile_menu{
	display:inline-block;
	list-style:none;
	padding-left:0;
    margin-top:50px;
    margin-right:-2%;
}

#mobile_menu #activate_menu{
    margin-top:5px;
}

#menu .overlay{
    display:none;
    opacity:0;
    transition: all 0.5s;
}

#menu .overlay.open{
    width:100%;
    display:inline-block;
    height:100%;
    position:fixed;
    left:0;
    top:0;
    z-index:999;
    background-color:#254882;
    color:#FFF;
    opacity:1;
    animation-duration: 1s;
    padding-top:4%;
    padding-bottom:4%;
    overflow-y: scroll;
}

#menu .overlay.open .wrapper{
    width:85%;
    margin-left:7.5%;
    margin-right:7.5%;
}

#menu .overlay a, #footer a{
    color:#FFF;
    text-decoration:none;
    opacity:0.8;
}

#menu .overlay a:hover, #footer a:hover{
    opacity:1;
}

#menu .overlay.open .close_btn{
    float:right;
    display: inline-block;
    font-size:2.5em;
    cursor:pointer;
}

#menu .overlay ul{
    display:inline-block;
    width:100%;
    list-style:none;
    padding:0;
    font-size:1.4em;
    line-height:160%;
}

#menu .overlay ul li{
    width:100%;
}

#menu .overlay h2{
    margin-top:50px;
    margin-bottom:0;
    font-size:2em;
}

.slide{
    width:100%;
    display: inline-block;
}

.slide .wrapper{
    padding-top:5%;
    padding-bottom:5%;
}

.wrapper{
    width:90%;
    margin-left:5%;
    margin-right:5%;
    display: inline-block;
}

.head_wrap{
    width:100%;
    display:inline-block;
    position:relative;
    overflow:hidden;
    padding-top:40%;
}

.head_wrap .video_wrap{
    width:100%;
    display: inline-block;
    margin-top:-55%;
    position:absolute;
    left:0;
}

.overlay_head{
    position:absolute;
    width:100%;
    z-index:900;
    color:#FFF;
    margin-top:-45%;
}

.overlay_head a{
    color:#FFF;
    text-decoration:none;
}

.overlay_head h1{
    font-size:6vw;
    text-shadow: 1px 2px 2px rgba(0,0,0,0.43);
    line-height:100%;
}

.overlay_head h2{
    font-size:5vw;
    margin-top:0;
    margin-bottom:0px;
    font-weight:1000;
}

.overlay_head b{
    font-weight:1000;
}

.overlay_head h3{
    margin-top:0px;
    text-shadow: 1px 2px 2px rgba(0,0,0,0.43);
    font-size:1.4em;
}


#home_intro{
    margin-top:5%;
}


.btn{
    background-color:#FFF;
    color:#000;
    width:80%;
    padding:10%;
    padding-top:10px;
    padding-bottom:10px;
    display:inline-block;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    text-transform: uppercase;
    letter-spacing:1px;
    margin-top:30px;
}

.btn a{
    text-decoration:none;
    color:#000;
}


.head_img{
    width:100%;
    display:inline-block;
    padding-top:40%;
    position:relative;
    overflow: hidden;
}

.head_img img{
    width:100%;
    margin-top:-60%;
    position:absolute;
    
}

.landscape_full_column_width img{
    margin-top:-60%;
}




h1{
    margin-top:0;
}

h1 span, #jachthaven_home h2 span{
    width:100%;
    display: inline-block;
    font-weight:300;
}

#jachthaven_home h2{
    margin-bottom:0;
}


.sub, .sub-title-thin{
    font-weight:300;
}


.home_links h2{
    margin:0;
    margin-bottom:0px;
}

.home_links h3{
    margin-top:0;
}

.photo_text.items-row .content{
    padding-left:10%;
    padding-right:10%;
    width:80%;
    padding-top:7%;
    padding-bottom:7%;
}

.photo_column{
	overflow:hidden;
}

.photo_column .photo_content{
	background-size:cover;
}

hr.title_bottom{
	width:100px;
	border:none;
	border-top:medium solid #000;
	margin-top:-10px;
	margin-bottom:10px;
}

.mobile{
    display:none;
}

.logo_footer{
    width:100px;
}

#footer ul{
    padding-left:0;
    list-style:none;
    display:inline-block;
    width:100%;
}

#footer{
    width:100%;
    display:inline-block;
    background-color:#6dc6dc;
    color:#FFF;
}

#site_body{
    width:100%;
    display:inline-block;
}

#news_home, #news_summary{
    background-color:#004c7d;
    color:#FFF;
}

#news_summary{
    padding-top:150px;
    margin-top:-100px;
}

#news_home a, #news_summary a{
    color:#FFF;
}

#news_home h2, #news_summary h2{
    margin-bottom:5%;
}

#news_home h3, #news_summary h3{
    height:2.4em;
    overflow:hidden;
    text-overflow: ellipsis;
}

#news_summary .fill, #news_summary .fill{
    background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.nbm{
    margin-bottom:0;
}

.socials img{
    width:40px;
}

li.tab{
    padding-left:15px;
}

#menu .overlay ul.socials li, .socials li{
    float:left;
    display:inline-block;
    margin-right:20px;
    width:40px;
}


.border-btn{
    display:inline-block;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border:medium solid #000;
    padding:20px;
    padding-top:10px;
    padding-bottom:10px;
    margin-top:25px;
    font-style:italic;
    letter-spacing:1px;
}

.border-btn a{
    color:#000;
    text-decoration:none;
}

.border-btn.white{
    border-color:white;
    color:#FFF;
}

.border-btn.white a{
    color:#FFF;
}

.border-btn img.arrow, .btn img.arrow{
    width:15px;
    float:right;
    display: inline-block;
    margin-left:15px;
    margin-top:6px;
}

.light-grey-bg{
    background-color:#ddddd8;
}

.very-light-grey-bg{
    background-color:#f4f4f4;
}


.bright_blue_bg{
    background-color:#004c7d;
    color:#FFF;
}

.bright_blue_bg.btn a{
    color:#FFF;
}

h2{
    margin-top:0;
    font-size:1.8em;
}


h3.sub_title{
    font-weight:300;
    font-size:1.6em;
    margin-top:-25px;
}


#detail h1{
    margin-bottom:0;
}

#summary .item{
    float: left;
  display: inline-block;
  width: 32%;
  margin-left: 1%;
  margin-right: 1%;
  text-align: left;
  margin-bottom: 30px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
}

#summary .item.sold{
    opacity:0.75;
}

#summary .item .content{
    width: 100%;
    position: relative;
    display: inline-block;
}

.item h3, #summary .item h2{
    height: 2.4em;
  overflow: hidden;
  text-overflow: ellipsis;
}

#summary .item h2{
    margin-top:15px;
    font-size:1.17em;
}

#summary .item a, .news_item a{
    text-decoration:none;
    color:#FFF;
    width:100%;
}

.item .text, .news_item .text{
    width:80%;
    margin-left:10%;
    margin-right:10%;
    display:inline-block;
    margin-bottom:30px;
}

.news_item .text{
    margin-top:20px;
}

.item .text .price{
    font-weight:bold;
    font-size:1.4em;
    color: #FFF;
}

.item .text .year{
    color: #FFF;
}

.item .text img.arrow{
    margin-top:10px;
    width:20px;
    padding:10px;
    background-color:#013151;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    float:right;
}


#vloot .program .item .text img.arrow{
	background-color:transparent;
	margin-top:-5px;
}

.acties_voorraad.slide .content{
    padding-top:20%;
    padding-bottom:20%;
}

h3.quote{
    font-weight:300;
    font-size:2em;
}

h3.quote a{
    color:#00adee;
    text-decoration: none;
}

.slider .slider_slide{
    width:100%;
    display:inline-block;
}

#head_video_slide{
    background-image:url(../images/home/header-video-temp.jpg);
    background-size:100%;
    background-repeat:no-repeat;
    margin-bottom:50px;
}

.slick-prev::before, .slick-next::before {
    color:#254882;
}

.filter_column ul{
    list-style:none;
    padding-left:0;
    width:100%;
    display:inline-block;
}

.filter_column ul span{
    font-weight:bold;
    width:100%;
    display:inline-block;
}

.filter_column ul input[type="checkbox"]{
    margin-right:10px;
}

.filter_column ul .sub_menu, .filter_column ul select{
    margin-bottom:20px;
    margin-left:10px;
}

.filter_column li.mobile{
    display:none;
}

.filters li span{
    width:80%;
	padding:10%;
    display:inline-block;
}

.filters li span.mobile_hidden{
    width:auto;
    padding:0;
}

.filters .btn{
    padding:10%;
    margin:10%;
    background-color:#274185;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    display:inline-block;
    color:#FFF;
    border:none;
}

.filters span img{
    width:20px;
    float:left;
    margin-top:5px;
}

#toggle_filters_btn{
    margin-top: 10px;
    display: inline-block;
}

#toggle_filters_btn img{
    margin-right:15px;
}

.sticky-wrapper{
    position:relative;
    z-index:999;
}

#toggle_filters-sticky-wrapper #toggle_filters{
    background-color:#FFF;
    z-index:999;
    position:relative;
    width:100%;
    display:inline-block;
}

#toggle_filters-sticky-wrapper #toggle_filters .search{
    margin-top:10px;
}

#summary .wrapper{
    display:inline-block;
    padding-top:6%;
    padding-bottom:0%;
}

#summary h1{
    margin-bottom:0;
}

#summary .wrapper h2.sub-title-thin{
    margin-bottom:0;
}

#summary #boats-summary-wrapper .wrapper{
    padding-top:4%;
    padding-bottom:4%;
}


#detail h3.sub-title-thin{
    margin-top:-20px;
}

.team-summary-item{
    width:100%;
    display:inline-block;
    margin-top:30px;
    margin-bottom:30px;
}


.team-summary-item .item-image{
    width:30%;
    margin-right:5%;
    float:left;
    display: inline-block
}




.ntm{
    margin-top:0;
}

.item_home{
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color:#fab900;
    width:100%;
    display:inline-block;
}

.item_home .content, .rounded_bg_light .content{
    padding:10%;
    width:80%;
    display:inline-block;
}

.highlight_home .rounded_bg_light .content{
    width:92%;
    padding:4%;
}

.highlight_home .item .btn{
    margin-top:0;
}

.highlight_home .item{
    width:94%;
    padding-left:3%;
    padding-right:3%;
    display:inline-block;
}


.item_home.saturday{
    background-color:#6dc6dc;
}

.item_home.sunday{
    background-color:#254882;
}

.rounded_bg_light{
    background-color:#d5edf7;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    width:100%;
    display:inline-block;
}

.rounded_bg_light .item .content{
    padding-top:0;
    padding-bottom:0;
}

.program .item h3{
    font-weight:1000;
    color:#254882;
}

.program .item .rounded_corners{
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.program .item ul, #program_home .item ul{
    padding-left:0;
    list-style:none;
}

.program .item ul li, #program_home .item ul li{
    display:inline-block;
    width:100%;
    margin-bottom:5px;
    color:#000;
}

#program_home .item ul li{
    color:#FFF;
}

.program .item ul li img, #program_home .item ul li img{
    width:15px;
    height:15px;
    float:left;
    margin-right:20px;
    margin-top:5px;
}

#program_home .item_content, #inschrijven .item_content{
    width:90%;
    margin-left:5%;
    margin-right:5%;
    color:#FFF;
}

.item .item_content a{
    color:#FFF;
}

.slick-prev::before, .slick-next::before{
    font-size:30px;
}

.slick-prev, .slick-next{
    height:30px;
    width:30px;
}

#program_home .item_content .rounded_corners, #inschrijven .item_content .rounded_corners{
    -webkit-border-top-left-radius: 50px;
    -webkit-border-top-right-radius: 50px;
    -moz-border-radius-topleft: 50px;
    -moz-border-radius-topright: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}


#program_home .item.friday .rounded_bg_light{
    background-color:#fab900;
}

#news_home .item_content .content, #news_summary .item_content .content{
    display:inline-block;
    margin-top:20px;
}

#program_summary .overlay_head{
    margin-top:-25%;
}

#program_summary .overlay_head h1{
    margin-bottom:0;
}


#program_summary .overlay_head .sub-title-thin{
    font-weight:300;
    line-height:100%;
}

#sponsor_form .form input[type="submit"]{
    background-color:#254882;
    color:#FFF;
    border:none;
    cursor:pointer;
}

#sponsor_form .form input[type="submit"]:hover{
    background-color:#4569A6;
}

#inschrijven .item .rounded_bg_light{
    background-color:#fab900;
    color:#254882;
}

#inschrijven .item h3{
    height:auto;
}

.program .content{
    width:80%;
    padding:10%;
    display:inline-block;
}


.program .item h3{
    height:auto;
}

#program_summary .overlay_head img.arrow{
    width:25px;
    float:right;
}

.smaller_text{
    font-size:0.7em;
}

.form label{
    margin-top:20px;
    margin-bottom:20px;
}

.sponsoren_slider .irreg_slider .slick-slide{
    display: inline-block;
    vertical-align: middle;
    float:none;
}

.sponsoren_slider .irreg_slider .slick-slide .width_60{
    width:60% !important;
    margin-left:20%;
    margin-right:20%;
}

#vloot .item .btn{
    margin-top:20px;
    background-color:#fab900;
}

.overlay_head .content i{
    display:none;
}

#ratings{
    display: none;
    max-width: 600px;
    width: 80%;
    background-color: #004c7d;
    color: #FFF;
}


#ratings_btn{
    cursor:pointer;
}

#sponsoren .square_thumb, .sponsoren_slider .square_thumb{
    background-size:contain;
    background-position: center;
    background-repeat:no-repeat;
}

.grid .grid-item, .grid .grid-sizer {
    width: 48%;
    padding-left: 1%;
    padding-right: 1%;
    padding-bottom: 10px;
    display: inline-block;
}


.grid .grid-item .text {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 80%;
    padding-left: 10%;
    padding-right: 10%;
    display: inline-block;
    background-color: #d5edf7;
	margin-left:0;
	margin-right:0;
}

.grid{
	width: 100%;
    display: inline-block;
}

.landscape_v_full_column_width img {
    position: absolute;
    width: 100%;
	height:auto;
    margin-top: -66%;
}

#vloot .program h3{
	font-size:1.5em;
	margin-bottom:10px;
}

#vloot .program .link{
	word-break: break-all;
	width:100%;
	display:inline-block;
}

.slick-dots{
	bottom:auto;
	width:100%;
	display:inline-block;
	margin-top:20px;
}

.color_green{
	color:#60BD10;
}

.color_red{
	color:#FF0404;
}

@media (max-width:1200px), (max-device-width: 1200px){
    #site_menu li a{
        font-size:0.7em;
    }
    
    #site_menu li{
        margin-right:10px;
    }
}


@media (max-width:1000px), (max-device-width: 1000px){
    #site_menu li a{
        font-size:0.6em;
    }
}

@media (max-width:970px), (max-device-width: 970px){
    #site_menu, #top_site_menu{
        display:none;
    }
    
    #logo{
        width:50px;
    }
    
    #mobile_menu{
        margin-top:25px;
        margin-right:0;
    }
}

@media (max-width:800px), (max-device-width: 800px){
    .overlay_head{
        font-size:0.8em;
        padding-top:0%;
        text-align:center;
    }
    
    .overlay_head .item_home i{
        display:none;
    }
    
    .overlay_head .btn.desktop{
        display:none;
    }

    .overlay_head .btn.mobile{
        display:inline-block;
        float:none;
    }
    
    #home_intro{
        text-align:center;
    }
    
    #home_intro .items-row, .home_model_slider .items-row, #news_home .items-row, #ligplaatsen_home .items-row, #winterstalling_home .items-row, #jachthaven_home .items-row{
        display:inline-block;
    }
    
    #home_intro .one_of_two_columns_without_margin, #ligplaatsen_home .one_of_two_columns_without_margin, #winterstalling_home .one_of_two_columns_without_margin, #jachthaven_home .one_of_two_columns_without_margin{
        width:100%;
    }
    
    #home_intro .intro_home_img.mobile, #ligplaatsen_home .ligplaatsen_home_img.mobile, #winterstalling_home .winterstalling_home_img, #jachthaven_home .winterstalling_home_img{
        padding-top:56%;
        display:inline-block;
        width:100%;
    }
    
    #home_intro .text_column, #ligplaatsen_home .text_column, #winterstalling_home .text_column, #jachthaven_home .text_column{
        text-align:center;
    }
    
    .acties_voorraad.slide .content{
        padding-top:4%;
        padding-bottom:10%;
    }

    .home_model_slider .one_of_three_columns_without_margin{
        width:50%;
    }
    
    .home_model_slider .one_of_three_columns_without_margin:first-child{
        width:100%;
        text-align:center;
        
    }
    
    #news_home .news_item{
        width:100%;
        margin-bottom:30px;
        text-align:center;
    }
    
     h3.quote{
        font-size:1.7em;
    }
    
     #footer .one_of_four_columns, #footer .one_of_four_columns_last{
        width:100%;
        margin:0;
        margin-bottom:30px;
        text-align:center;
    }
    
    #footer .socials li{
        float:none;
    }
    
    #menu .overlay.open h2, #menu .overlay.open .socials{
        text-align:center;
    }
    
    #menu .overlay.open .one_of_two_columns, #menu .overlay.open .one_of_two_columns_last{
        width:100%;
        text-align:center;
    }
    
    #menu .overlay.open .socials li{
        float:none;
    }
    
    
    #menu .overlay.open li.tab{
        padding-left:0;
    }
    
    .slide.highlight_home{
        text-align:center;
    }
    
    .slide.highlight_home .program .one_of_two_columns_without_margin{
        width:100%;
        margin-bottom:30px;
        
    }
    
    .slide.highlight_home .program .one_of_two_columns_without_margin .item{
        text-align:left;
    }
    
    #news_home .item, #news_summary .item{
        width:100%;
        margin:0;
        margin-bottom:30px;
        text-align:center;
    }
    
    .slide .three_of_five_columns, .slide .two_of_five_columns_last{
        width:100%;
        margin:0;
        margin-bottom:30px;
        text-align:center;
    }
    
    #program_summary .width_80{
        margin:0;
        width:100%;
    }
    
    #program_summary .item .two_of_five_columns, #program_summary .item .three_of_five_columns_last{
        width:100%;
        margin:0;
        margin-bottom:30px;
    }
    
    .program .content{
        padding-top:0;
        padding-bottom:0;
    }
    
    #inschrijven .item{
        width:90%;
        margin:0;
        margin-bottom:50px;
        padding-left:5%;
        padding-right:5%;
    }

	
	 .grid .grid-item, .grid .grid-sizer {
        width: 96%;
        padding-left: 2%;
        padding-right: 2%;
	}
}




@media (max-width:600px), (max-device-width: 600px){
    .photo_text .mobile, .photo_text .items-row{
		display:inline-block;
	}
    
	.photo_column .photo_content, .photo_text .fill{
		padding-top:56%;
	}
	
	.photo_text .float_items_right .fill{
		display:none;
	}
    
    .break_on_600 .items-row{
		display:inline-block;
	}
	
	.break_on_600 .one_of_two_columns_without_margin:not(.dont-break), .break_on_600 .one_of_two_columns:not(.dont-break), .break_on_600 .one_of_two_columns_last:not(.dont-break), .photo_text .one_of_two_columns_without_margin{
		width:100%;
		display:inline-block;
        text-align:center;
	}
    
    .overlay_head{
        padding-top:0%;
        margin-top:-65%;
    }
    
    .head_wrap, .head_video .video_wrap, .head_img{
        padding-top:75%;
    }
    
    #head_video_slide{
        overlay:hidden;
    }
    
    .head_wrap video, .head_video iframe, .head_img img{
        margin-top:-90%;
        width:150%;
        margin-left:-25%;
    }
    
    .head_video iframe{
        margin-top:-75%;
    }
   
    h1{
        font-size:1.7em;
    }
    
    .overlay_head h2{
        font-size:6.5vw;
    }
    
    .overlay_head h3{
        font-size:4.5vw;
    }
    
    .home_model_slider .one_of_three_columns_without_margin{
        width:100%;
        margin-bottom:30px;
    }
    
    h3.quote{
        font-size:1.5em;
    }
    
    
    #head_video_slide .slider_slide .img_full_column_width{
        width:150%;
        margin-left:-25%;
    }
    
    .overlay_head .btn{
        font-size:0.9em;
        text-align:left;
    }
    
    .overlay_head .btn img.arrow{
        margin-left:0;
    }
    
    
    .slide .wrapper{
        padding-top:12%;
        padding-bottom:12%;
    }
    
    #program_summary .overlay_head.slide .wrapper, #program_summary .overlay_head .wrapper{
        padding-top:0;
        padding-bottom:5%;
    }
    
    #program_summary .overlay_head .wrapper{
        margin-top:-5%;
    }
    
    #program_summary .overlay_head img.arrow{
        display:none;
    }
    
    #program_summary .overlay_head{
        font-size:0.7em;
    }
    
    .highlight_home .item .two_of_five_columns, .highlight_home .item .three_of_five_columns_last{
        width:100%;
        margin:0;
        margin-bottom:30px;
    }
    
    .highlight_home .program .content{
        padding-top:0;
        padding-bottom:0;
    }
    
}

@media (max-width:500px), (max-device-width: 500px){
    /*
    .overlay_head .one_of_three_columns, .overlay_head .one_of_three_columns_last{
        width:100%;
        margin:0;
    }*/
    
    .overlay_head .items-row{
        display:inline-block;
    }
    
    .overlay_head .btn{
        font-size:0.7em;
        text-align:center;
        margin-top:10px;
    }
    
    .overlay_head .btn img.arrow{
        display:none;
    }
    
    .overlay_head h1{
        font-size:8vw;
        margin-bottom:50px;
    }
    
    #home_intro .width_80{
        width:90%;
        margin-left:5%;
        margin-right:5%;
    }
}