@charset "UTF-8";

/* HERO */
#home_hero {width:100%; margin:0 auto; min-height:600px; position:relative; top:-10px; background-color:#181818;  /* padding-bottom:14%  overflow:hidden;*/}
.slide{width:100%; position:relative; z-index:0;}
.slide img {width:100%; min-width:240px; max-width:1600px; height:auto; position:absolute;}


/* NEWS - HOME PG */
#news_belt {width:100%; height:30px; background-color:#181818; position:relative; z-index:10;}
#news_tab {width:120px; height:60px; background-color:#72d0eb; margin:0 auto; color:#353535; position:relative; top:-25px; font-family:Montserrat, Tahoma, Geneva, sans-serif; font-size:1.3em; font-weight:400; letter-spacing:.2em; text-transform:uppercase; text-align:center; line-height:45px;}
	#news_tab img {position:relative; top:-5px; display:block; margin:0 auto;}
#news_container {width:100%; background-color:#72d0eb; z-index:10; position:relative; color:#181818;}
#news_inner {width:100%; max-width:1024px; margin:0 auto; font-family:Roboto Slab, Georgia, serif; font-size:1em; line-height:1.5em;}
	#news_inner h2 {font-family:Montserrat, Tahoma, Geneva, sans-serif; font-size:1.4em; font-weight:700; color:#353535; margin-bottom:8px;}
	#news_inner p {margin-bottom:30px;}
#news_l {float:left; width:40%; min-width:240px; max-width:437px; margin:2% 5% 10% 5%;}
#news_r {float:right; width:40%; min-width:240px; max-width:437px; margin:2% 5% 10% 5%;}


/* MOBILE SCREENS */
@media screen and (max-width: 1040px) {
	#home_hero {min-height:500px;}
}

@media screen and (max-width: 880px) {
	#home_hero {min-height:440px;}
}

@media screen and (max-width: 768px) {
	#home_hero {min-height:380px; top:0;}
	#news_inner {padding:20px 0 20px 0;}
	#news_l {float:none; width:100%; max-width:648px; display:block; margin:0 auto;}
	#news_r {float:none; width:100%; max-width:648px; display:block; margin:0 auto;}
	#news_inner p {margin-bottom:25px;}
}

@media screen and (max-width: 700px) {
	#news_l {max-width:580px; width:90%;}
	#news_r {max-width:580px; width:90%;}
}

@media screen and (max-width: 660px) {
	#home_hero {min-height:340px; top:0;}
}

@media screen and (max-width: 592px) {
	body {font-size:98%;}
	#home_hero {min-height:280px; top:0;}
	#news_tab {width:130px; height:40px; top:-15px; font-size:1.1em; letter-spacing:.2em; line-height:45px;}
	#news_tab img {position:relative; top:-3px; display:inline-block; margin:0 0 0 10px;}
	#news_inner h2 {text-align:center;}
	#news_l {max-width:432px; text-align:center;}
	#news_r {max-width:432px; text-align:center;}
	#news_belt {height:20px;}
}

@media screen and (max-width: 480px) {
	#home_hero {min-height:200px;}
	#news_l {max-width:80%;}
	#news_r {max-width:80%;}
}

@media screen and (max-width: 240px) {
	body {font-size:90%;}
	#home_hero {min-height:120px;}
	#news_inner {line-height:1.4em;}
	#news_l {min-width:60%;}
	#news_r {min-width:60%;}
}