/*** GLOBAL STYLES ***/

* {
	padding:0;
	margin:0;
}

html {
	background-color:#fbfbfb;
}

body {
	font-family: 'Amatic SC', cursive;
	position:relative;
}

h1, h2, h3, h4, h5 {
	margin-bottom:15px;
}

p, ul, li, ol, dd, dt, dl {
	font-size:17px;
	font-family:'Waiting for the Sunrise', cursive;
	line-height:1.3em;
	letter-spacing:.05em;
}

p, ul, ol, dl {
	margin-bottom:15px;
}

strong {
	
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*** BACKGROUND SLIDESHOW ***/

.backstretch {
	left:auto !important;
	right:0 !important;
}

.backstretch img {
	left:auto !important;
	right:0 !important;
}

/*** MAIN CONTENT ***/

.floater {
	float:left;
	height:50%;
	margin-bottom:-208px;
}

.mainContent {
	clear:both;
	height:415px;
	position:relative;
	margin-left:100px;
	width:430px;
	text-align:center;
}

h1.image-title {
	background:transparent url(../../images/eff-cancer-title.png) center -297px scroll no-repeat;
	display:block;
	width:265px;
	height:228px;
	margin:0 auto 5px;
	text-indent:-10000px;
}

.mainContent h2 {
	font-size:35px;
	margin:0 0 15px;
}

a.button {
	display:block;
	width:190px;
	padding:10px;
	background-color:#00bbff;
	color:#fff;
	font-weight:700;
	text-decoration:none;
	text-transform:uppercase;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	font-size:30px;
	line-height:1em;
	float:left;
	margin-bottom:10px;
}

a.button:hover {
	background-color:#02aeec;
}

a.button.left {
	margin-right:10px;
}

.credits {
	position: absolute;
	bottom: 7px;
	left: 10px;
}

.credits p, .credits p a {
	color: #ccc;
	font-family: arial;
	font-size: 9px;
	margin: 0;
}

/*** ABOUT SECTION ***/

.about-box {
	width:94%;
	padding:20px 3%;
	margin:20px 0 0;
	background-color:rgba(0,0,0,.9);
	color:#fff;
}

.about-box .close-bar {
	width:100%;
}

.about-box a#close {
	display:inline-block;
	padding:10px 15px;
	font-size:14px;
	font-family:'Waiting for the Sunrise', cursive;
	width:auto;
	float:right;
}

.about-box .top {

}

.about-box .left {
	float:left;
	width:48%;
	margin-bottom:20px;
}

.about-box .right {
	float:right;
	width:49%;
	margin-bottom:20px;
}

.about-box .about-buttons {
	width: 94%;
	margin-bottom: 20px;
	padding-top: 20px;
	background-color: #333;
	border-radius: 10px;
	padding: 20px 3% 0;
}

.about-box .button {
	width: 32%;
	margin-right: 2%;
	margin-bottom:20px;
	padding: 10px 0;
	text-align: center;
	font-size: 27px;
}

.about-box .button:last-child {
	margin-right:0;
}

.about-box .news-section {
	width:100%;
	margin-bottom:20px;
}

.about-box .news-section h2 {
	text-align:center;
	font-size:30px;
}

.about-box .news-section ul {
	text-align: center;
	width: 100%;
}

.about-box .news-section ul li {
	float: left;
	display: inline-block;
	width: 18%;
	font-size: 18px;
	line-height: 1.1em;
	margin: 0 1%;
	margin-bottom:10px;
}

.about-box .news-section ul li a {
	color:#fff;
}

.about-box .news-section ul li i {
	font-size:11px;
}

/*** RESPONSIVE STYLES ***/

/* Large desktop */
@media (min-width: 1200px) {
	
	.about-box p {
		font-size:20px;
	}
	
	.about-box .news-section ul li {
		font-size:19px;
	}
	
}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	
	.floater {
		margin-bottom:-168px;
	}
	
	.mainContent {
		height:336px;
		margin-left:80px;
		width:300px;
	}
	
	h1.image-title {
		background-position:center -525px;
		width:210px;
		height:179px;
	}
	
	.mainContent h2 {
		font-size:30px;
	}
	
	a.button {
		width:125px;
		font-size:25px;
	}

}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	
	.floater {
		margin-bottom:-144px;
	}
	
	.mainContent {
		height:287px;
		margin-left:40px;
		margin-top:10px;
		width:260px;
	}
	
	h1.image-title {
		background-position:center -704px;
		width:160px;
		height:136px;
	}
	
	.mainContent h2 {
		font-size:25px;
	}
	
	a.button, a.button.left {
		width:125px;
		font-size:23px;
		margin-right:0;
		padding:10px 0;
	}
	
	a.button.left {
		margin-right:10px;
	}
	
	.about-box .left, .about-box .right, .about-box .button, .about-box .news-section ul li {
		float:none;
		width:100%;
		margin-right:0;
		margin-left:0;
	}

}
 
/* Landscape phones and down */
@media (max-width: 600px) {
	
	.backstretch {
		position:relative !important;
		margin-top:-70px !important;
	}
	
	.floater {
		display:none;
	}
	
	.mainContent {
		height:auto;
		margin:5px auto;
		padding:10px 5%;
		width:90%;
	}
	
	h1.image-title {
		background-position:center -704px;
		width:160px;
		height:136px;
	}
	
	.mainContent h2 {
		font-size:25px;
	}
	
	.buttons {
		width:100%;
	}
	
	a.button, a.button.left {
		width: 49%;
		font-size: 25px;
		float: left;
		padding: 10px 0;
		margin-bottom:7px;
	}
	
	a.button.left {
		margin-right: 2%;
	}
	
}