@charset "UTF-8";
@import "reset.css";

@font-face {
    font-family: 'onehunga_sansregular';
    src: url('onehungasans-regular-webfont.eot');
    src: url('onehungasans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('onehungasans-regular-webfont.woff') format('woff'),
         url('onehungasans-regular-webfont.ttf') format('truetype'),
         url('onehungasans-regular-webfont.svg#onehunga_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* CSS Document */


/*
	----------------------------
	HTML SELECTORS
	____________________________
*/

html{height: 100%;}
body { background: #333; font:14px/21px 'onehunga_sansregular',Helvetica, Arial, sans-serif; color: #333; margin: 0; padding: 0; height: 100%; }
a {color: #596f7a;text-decoration: none; }
a:hover { color: #ffffff; }
h1, h2 { font-size: 26px; line-height: 28px; font-weight: normal; letter-spacing: -1px; color: #fff; }
h3 { font-size: 18px; font-weight: normal; margin: 8px 0; }
h4 { font-size: 14px; font-weight: normal; margin: 0; }
h5 { font-size: 12px; font-weight: normal; margin: 0; }
ul { margin-left: 20px; }
ol { margin-left: 36px; }


/*
	----------------------------
	LAYOUT
	____________________________
*/


#wrapper { width: 100%; height: 100%; margin: 0 auto; padding: 48px 0 72px; }
#main { width: 640px; float: left; }
#main > p, #main > div { margin-left: 7px; }
#sidebar { width: 280px; float: right; }
#sidebar ol { margin: 12px 0 12px 22px; }
/*
	----------------------------
	PAGE/SECTION SPECIFIC
	____________________________
*/


#video-controls { width: 333px; }
#video-controls a { color: #ddd; text-decoration: underline; }


/*
	----------------------------
	UTILITY CLASSES
	____________________________
*/


.black-15 { background: url(../media/black-15-trans.png); color: #fff; padding: 4px 12px; margin: 24px 0; }
.black-35 { background: url(../media/black-35-trans.png); color: #fff; padding: 4px 12px; margin: 24px 0; }
.black-50 { background: url(../media/black-50-trans.png); color: #fff; padding: 4px 12px; margin: 24px 0; }
.black-65 { background: url(../media/black-65-trans.png); color: #fff; padding: 4px 12px; margin: 24px 0; }
.black-85 { background: url(../media/black-85-trans.png); color: #fff; padding: 4px 12px; margin: 24px 0; }


.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

#bills{
position: fixed;
left: 50%;
top: 40%;
width: 650px;
height: 600px;
margin-left: -325px;
margin-top: -325px;
background: url(bills.png) no-repeat;
text-align: center;
padding-top: 311px;
color: #596f7a;
z-index: 999;
font-family: "onehunga_sansregular","Arial Narrow", Arial;
font-size: 21px;
line-height: 1em;
letter-spacing: 1px;
}

.social{
	display: inline-block;
	background: url(social.png) no-repeat;
	width: 30px;
	height: 30px;
	text-indent:-999px;
	overflow: hidden;
}

.facebook{ 
	background-position: -39px 0px;
	width:30px;
}
.instagram{}
.twitter{background-position: -78px 0px;}

.diamond{
	position: fixed;
	bottom:40px;
	width: 228px;
	height: 174px;
	padding-top: 56px;
	background: url(diamond-small.png) no-repeat;
	text-align: center;
	color: #243137;
	z-index: 999;
	font-family: "onehunga_sansregular","Arial Narrow", Arial;
	font-size: 25px;
	line-height: 1.3em;
	letter-spacing: 1px;
}

.diamond.top{
	top: 40px;
}


.diamond.left{
			left:60px;
}

.diamond.center{
			left:42%;
			width: 220px;
			background: none;
			bottom:80px;			
height: 50px;
padding-top: 10px;}

.diamond.right{
			right:60px;
}
.diamond a{
	color: #243137;
}

.diamond a:hover{
	color:#fff;
}

#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

#modal {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999999;
    height: 100%;
    width: 100%;
}
.modalconent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 700px; 
    padding: 20px;
}