body,
html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: #f6f6f6;
}

#page * {	
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

* {	
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
	
	-webkit-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	
	padding-bottom: 0px;
	border-bottom: 1px solid rgba(255, 255, 255, 0);
}

a:hover {
	border-bottom: 1px solid #087bb9;
	padding-bottom: 2px;
}

#page {
    font-family: "Open Sans";
	font-weight: lighter;
    margin: 0 auto;
    max-width: 1600px;
    position: relative;
    width: 100%;
}

.site-header {
	position: relative;
}

.navigation {
    background-color: rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    height: 60px;
    left: 0;
    line-height: 60px;
    padding: 0 100px;
    position: absolute;
    top: 0;
    vertical-align: middle;
    width: 100%;
	z-index: 10;
}

.header-logo {
    float: left;
    height: 46px;
    margin-top: 7px;
}

.header-image > img {
    width: 100%;
	display: block;
}

.site-menu {
    float: right;
}

.site-menu > a ,
.alt-menu > a {
    color: #ffffff;
    font-size: 14px;
    margin-left: 50px;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
    text-transform: uppercase;
	
	-webkit-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	transition: all 0.1s ease;
}


.alt-menu > a {
	margin-left: 15px;
}

.alt-menu {
    background-color: rgba(0, 0, 0, 0.15);
    bottom: 0;
    padding: 15px 0;
    position: absolute;
    text-align: center;
    width: 100%;
	display: none;
}

.site-menu > a:hover {
	color: #ffffff;
	border-color: #ffffff;
}

.info-box {
    font-size: 30px;
    padding: 50px 0;
    text-align: center;
	color: #1f1f1f;
}

.link-box {
    display: inline-block;
    padding: 0 15px;
    width: 385px;
	max-width: 100%;
	padding-bottom: 60px;
	position: relative;
}

.link-box-content > img {
    max-width: 100%;
}

.screenshots {
    overflow: hidden;
    text-align: center;
	color: #1f1f1f;
}

.screenshots * {	
	-webkit-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.link-title {
    display: block;
    float: left;
    padding-top: 10px;
    text-align: left;
    width: 100%;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	color: #333333;
}

.box-cover {
    background-color: rgba(255, 255, 255, 0.4);
    height: 265px;
    left: 0;
    line-height: 265px;
    margin-left: 15px;
    position: absolute;
    top: 0;
    vertical-align: middle;
    width: calc(100% - 30px);
    z-index: 10;
}

.box-cover:hover {
	 background-color: rgba(255, 255, 255, 0);
}

.box-cover.link-hover {
	background-color: rgba(0, 0, 0, 0.2);
}	

.view-link, 
.buy-link {
    background-color: #003a69;
    border-radius: 3px;
    color: #ffffff;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 14px;
    margin: 0 3px;
    padding: 7px 13px !important;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.box-cover a {
	opacity: 0;
}

.box-cover:hover a {
	opacity: 1;
}

.view-link:hover,
.buy-link:hover {
	background-color: #0096db;
	text-decoration: none;
}

.separator {
    background-color: #d4d4d4;
    height: 1px;
    margin: 0 auto;
    width: calc(100% - 70px);
}

.about-theme {
    padding-top: 50px;
    text-align: center;
}

.about-theme .link-box {
	text-align: left;
}

.about-theme li {
    color: #333333;
    font-size: 12px;
    font-weight: normal;
    line-height: 21px;
    max-width: 230px;
}

.link-box h2 {
    font-size: 30px;
    font-weight: lighter;
}

.theme-links {
    margin-left: -10px;
    padding-top: 18px;
}

.theme-links > a {
    color: #087bb9;
    font-size: 13px;
    margin-right: 20px;
}

.footer-info {
    color: #333333;
    font-size: 12px;
    font-weight: normal;
    padding: 40px 35px;
}

.contact-link {
    color: #087bb9;
    margin-left: 20px;
	font-size: 13px;
}

.header-image {
	position: relative;
}

.header-image-text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
}

.header-links {
	padding-top: 20px;
}

.header-links > a {
	color: #087bb9;
	margin-right: 20px;
	font-size: 20px;
}

.header-title {
	font-size: 48px;
	font-weight: lighter;
	color: #151515;
	line-height: 52px;
	text-align: center;
}

.header-newspeak-logo {
    margin-bottom: 20px;
}

@media all and (max-width: 1280px) {
	.screenshots,
	.about-theme {
		padding-left: 60px;
		padding-right: 60px;
	}
}

@media all and (max-width: 800px) {
	.site-menu {
		display: none;
	}
	
	.alt-menu {
		display: block;
	}
	
	.navigation {
		padding: 0px;
	}
	
	.header-logo {
		float: none;
		text-align: center;
	}
	
	.box-cover {
		background-color: rgba(0, 0, 0, 0);
	}
	
	.box-cover a {
		opacity: 1;
	}
	
	.header-image-text {
		display: none;
	}
	
	.screenshots,
	.about-theme {
		padding-left: 10px;
		padding-right: 10px;
	}
}


@media all and (max-width: 480px) {
	.about-theme .link-box {
		padding-left: 30px;
	}
	
	.screenshots,
	.about-theme {
		padding-left: 0;
		padding-right: 0;
	}
}

