/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */


/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font: 300 16px "futura-pt",sans-serif;
	color:#000;
	-webkit-font-smoothing: antialiased;
	padding-top: 120px;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:980px;
	width:95%;
	margin:0 auto;
	position:relative;
}

.headerImage {
	width: 640px;
	margin: 0 auto;
}

.headerImage img {
	width: 100%;
	height: auto;
}


.leadTitle h2 {
	color: #000;
	font-weight: 300;
	font-size: 36px;
	text-align: center;
	margin: 50px auto;
	width: 100%;
	text-transform: uppercase;
	letter-spacing: 8px;
	
}

.headerImage .headerImageInner h2.invisible {
	-ms-filter: "alpha(opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.header {
	
	position: fixed;
	top: 0;
	left: 0;
	height: 100px;
	width: 100%;
	z-index: 9999;
	
	
}

.header .headerInner {
	width: 640px;
	margin: 0 auto;
	height: 100px;
	position: relative;
}

.header .headerInner .headerContent {
	width: 340px;
	height: 100px;
	border-bottom: 1px solid rgba(255,255,255,0.25);
	margin: 0 auto;
	position: relative;
	
	
	-webkit-transition: color .8s linear;
	-moz-transition: color .8s linear;
	-o-transition: color .8s linear;
	transition: color .8s linear;
}

.header .headerInner .headerContent h1 {
	text-transform: uppercase;
	text-align: center;
	font-size: 32px;
	line-height: 100px;
	letter-spacing: 6px;
	margin: 0;
	font-weight: 700;
}

.header .headerInner .headerContent h1 a {
	color: #fff;
	cursor: pointer;
	-webkit-transition: color .8s linear;
	-moz-transition: color .8s linear;
	-o-transition: color .8s linear;
	transition: color .8s linear;
}


.header .headerInner .nav-button {
	position: absolute;
	top: 0;
	left: 30px;
	text-align: right;
	font-size: 16px;
	line-height: 100px;
	letter-spacing: 4px;
	font-weight: 300;
	text-transform: uppercase;
}

.header .headerInner .nav-button.right {
	top: 0;
	right: 0;
	left: auto;
}

.header .headerInner .nav-button a {
	color: #fff;
	cursor: pointer;
	
	-webkit-transition: all .8s linear;
	-moz-transition: all .8s linear;
	-o-transition: all .8s linear;
	transition: all .8s linear;
}

.header.black {
	background-color: #fff;
	height: 140px;
}

.header.black .headerInner .headerContent {
	margin-bottom: 40px;
}

.header.black .headerInner  .nav-button a,
.header.black .headerInner h1 a {
	color: #000;
}

.header.black .headerInner .headerContent {
	border-bottom: 1px solid #d9d9d9;
}


/*------------------------------------*\
    ARROWS
\*------------------------------------*/


.header .arrow-down {
	width: 0; 
	height: 0; 
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #FFF;
	
	
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	
	-ms-filter: "alpha(opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	
}

.header .nav-button.active .arrow-down,
.header .nav-button.hover .arrow-down {
	-ms-filter: "alpha(opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.header .nav-button.left .arrow-down {
	position: absolute;
	left: 24px;
	top: 0;
}

.header .nav-button.right .arrow-down {
	position: absolute;
	right: 42px;
	top: 0;
}

.header.black .arrow-down {
	border-top: 8px solid #000;
}


/* feature text */


/*------------------------------------*\
    RELEASES
\*------------------------------------*/

section.releases, section.minor-releases {
	width: 980px;
	overflow: auto;
	margin: 0 auto;
}


section.minor-releases {
	margin: 50px auto 0;
}


section.releases .release-row {
	overflow: auto;
}

section.releases .release {
	float: left;
	margin: 0 10px 30px 10px;
	width: 470px;
}

section.releases .release .title {text-align: center; margin: 15px 0;}
section.releases .release .title h2,
section.releases .release .title h3 {display: inline-block; text-transform: uppercase; letter-spacing: 6px;font-size: 24px;margin: 0 2px 0 2px;}
section.releases .release .title h3 {font-weight: 300;}

section.minor-releases .release {
	float: left;
	margin: 0 10px 20px 10px;
	width: 225px;
}


/*------------------------------------*\
    ABOUT
\*------------------------------------*/

section.about {
	width: 620px;
	margin: 100px auto 50px;
	overflow: auto;
}

section.about a {
	color: #000;
}

section.about a:hover {
	border-bottom: 1px solid #000;
}

section.about h4 {
	text-transform: uppercase;
	font-size: 24px;
	letter-spacing: 6px;
	margin: 0;
}

section.about div {
	display: inline-block;
	letter-spacing: 4px;
}

section.about div a {
	color: #000;
}

section.about div.contact {
	float: left;
}

section.about div.contact p.email {
	margin: 16px 0 33px 0;
}

section.about div.contact p.secondary {
	line-height: 32px;
}

section.about div.contact br {
	margin-bottom: 10px;
}

section.about div.links {
	float: right;
}

section.about div.links ul {
	list-style-type: none;
	margin: 16px 0 0 0;
	padding: 0;
}

section.about div.links ul li {
	margin: 0 0 8px 0;
	text-transform: uppercase;
	font-size: 14px;
}

/*------------------------------------*\
    footer
\*------------------------------------*/


footer {
	text-align: center;
	margin-bottom: 350px;
	text-align: center;
	padding: 50px 0 0 0;
}

footer p {
	width: 340px;
	text-transform: uppercase;
	font-size: 14px;
	color: #b7b7b7;
	display: block;
	margin: 0 auto;
	border-top: 1px solid #f3f3f3;
	padding: 20px 0 0 0;
	letter-spacing: 6px;
}

/*------------------------------------*\
    parallax
\*------------------------------------*/

/* background setup */
.background {
    background-repeat:no-repeat;
    /* custom background-position */
    background-position:50% 50%;
    /* ie8- graceful degradation */
    background-position:50% 50%9 !important;
}

.fullscreen,
.content-a {
    width:100%;
    min-height:100%;
}
.not-fullscreen,
.not-fullscreen .content-a,
.fullscreen.not-overflow,
.fullscreen.not-overflow .content-a {
    height:100%;
    overflow:hidden;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:680px) {
	.headerImage {
		width: 100%;
		height: auto;
		padding: 0 20px;
	}
	
	.header .headerInner {
		width: 100%;
	}
}

@media only screen and (min-width:521px) and (max-width:979px) {
	

	
	.wrapper {
		width: 100%;
	}
	
	section.releases {
		width: 100%;
		overflow: auto;
		margin: 0 auto;
	}
	
		
	section.releases .release {
		width: 46%;
		float: left;
		margin: 0 2% 30px 2%;
	}
	
	section.releases .release img {
		max-width: 100%;
		width: 100%;
		height: auto;
	}
	
	.header .headerInner .headerContent .nav-button {
		left: -130px;
	}
	.header .headerInner .headerContent .nav-button.right {
		right: -130px;
		left: auto;
	}
	
	section.about {
		width: 100%;
		padding: 0 10%;
	}
	
	section.about div {
		display: inline-block;
		letter-spacing: 4px;
		width: 38%;
		margin: 0 4%;
	}
	
	section.releases .release .title h2, section.releases .release .title h3 {
		font-size: 18px;
	}

}

@media only screen and (max-width:1020px)  {
	
	section.releases {
		width: 100%;
		overflow: auto;
		margin: 0 auto;
	}
	
		
	section.releases .release {
		width: 46%;
		float: left;
		margin: 0 2% 30px 2%;
	}
	
	section.releases .release img {
		max-width: 100%;
		width: 100%;
		height: auto;
	}
	
	
	section.minor-releases {
		width: 100%;
		overflow: auto;
		margin: 50px auto 0;
	}
	
		
	section.minor-releases .release {
		width: 21%;
		float: left;
		margin: 0 2% 40px 2%;
	}
	
	section.releases .release img {
		max-width: 100%;
		width: 100%;
		height: auto;
	}

	.headerImage .headerImageInner h2 {
		font-size: 48px;
	}
	
	section.releases .release .title h2, section.releases .release .title h3 {
		font-size: 18px;
		letter-spacing: 4px;
	}
	
	.leadTitle h2 {
		font-size: 32px;
	}

}



@media only screen and (max-width:520px) {
	
	.header .headerInner {
		width: 100%;
		padding: 0 40px;
	}
	
	.header .headerInner .headerContent {
		width: 100%;
		height: 70px
	}
	
	.header .headerInner .headerContent h1 {
		line-height: 70px;
		font-size: 22px;
	}
	
	
	.header .headerInner  .nav-button {
		left: 40px;
		top: 45px;
		text-align: left;
		font-size: 15px;
	}
	
	.header .headerInner .nav-button.right {
		top: 45px;
		right: 40px;
		text-align: right;
	}
	
	.header .nav-button.active .arrow-down, .header .nav-button.hover .arrow-down {
		-ms-filter: "alpha(opacity=0)";
		filter: alpha(opacity=0);
		-moz-opacity: 0;
		-khtml-opacity: 0;
		opacity: 0;
	}
	
	.headerImage .headerImageInner h2 {
		bottom: 50px;
		font-size: 38px;
		margin-left: 10px;
	}
	
	
	section.releases {
		width: 100%;
	}
	
	
	section.releases .release {
		float: none;
		margin: 0 0 50px;
		width: 100%;
		padding: 0 20px;
	}
	
	section.minor-releases .release {
		width: 46%;
		float: left;
		margin: 0 2% 30px 2%;
	}
	
	section.releases .release .title h2, section.releases .release .title h3 {
		font-size: 16px;
	}
	
	
	section.about {
		width: 100%;
		padding: 0 20px;
	}
	
	section.about div.contact, section.about div.links {float: none; margin-bottom: 50px;}
	

}



@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}