/*
Theme Name: Ace of Base Install 2.0
Authors: Dale, Luke, Andy;
Version: 2.0
*/
/* ==== Base Media Queries for phone, tablet and desktop ==== */
/* All Phone Devices */
/* All Tablet Devices */
/* All Desktop Devices */

/*** GENERAL STYLES ***/
/**********************/


footer .container {
width: 800px;
	text-align: center;
	}


* {
	margin: 0;
}

html, body {
	font-family: 'Roboto', sans-serif;
	background-color: #fff;
	letter-spacing: 1px;
}

.wrap {
	min-width: 1024px !important;
	padding: 50px 0;
	overflow: auto;
	overflow-y: hidden;
	clear: both;
}

.container {
	padding: 12px;
	margin: 0 auto;
	width: 1000px;
	overflow: hidden;
}


.nop {
	padding: 0;
}

.copy-container {
        font-weight: 300px;
        color: #808c98;
        font-size: 1em;
        letter-spacing: 1px;
        margin-top: 50px;
}

p {
	font-weight: 300;
	line-height: 30px;
	font-size: 1.3em;
	color: #333;
	letter-spacing: 1px;
}

a.btn {
	display: block;
	width: 300px;
	height: 65px;
	background-color: #2196f3;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	line-height: 65px;
	text-decoration: none;
	font-weight: 700;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: 25px;
	box-shadow: 5px 5px 0 #066bbb;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

a.btn:hover {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	box-shadow: none;
	background-color: #066bbb;
}

h2 {
	color: #0198ff;
	text-transform: lowercase;
	text-align: center;
	letter-spacing: 1px;
	font-weight: 500;
	font-size: 1.7em;
	margin: 15px 0;
}

h3, h4 {
	color: #808c98;
	margin: 15px 0;
	letter-spacing: 1px;
}

hr {
	border: none;
	width: 100%;
	background-color: #c4c4c4;
	height: 1px;
	clear: both;
}

a {
	color: #808c98;
}

.col-2 .disclaimer a {
font-size: 12px;
}


/*** SPLASH SECTION STYLES ***/
/****************************/

.header {
	width: 100%;
	background-color: #f1f1f1;
}

.navbar {
	width: 100%;
	height: 75px;
	position: fixed;
	background-color: #fff;
	border-bottom: 1px solid #dadada;
	z-index: 9999;
}

.splash .left-splash,
.splash .right-splash {
	float: left;
	width: 50%;
}

.splash .left-splash {
	margin-top: 100px;
}

.splash .right-splash {
	margin-top: 75px;
	
}

.splash .left-splash h1 {
	font-weight: 300;
	letter-spacing: 1px;
	color: #2196f3;
	margin: 0;
	font-size: 2.8em;
	line-height: 50px;
}

.splash .left-splash a.btn {
	margin-bottom: 40px;
	font-size: 25px;
}

.splash .left-splash .btn {
	width: 100%;
}

#screenshot1, #screenshot2, #screenshot3{display: none!important;}


#splash-graphic {
	width: 350px;
	float: right;
}

#splash-folders {
        width: 400px;
        float: right;
        margin-top: 20px;
}

#logo {
	width: 175px;
}

.nav {
	float: right;
}

.btn-top-active{color:#fff!important; font-weight: bold;}


.navbar .nav a {
	display: inline-block;
	margin: 0px 10px;
	text-decoration: none;
	text-transform: lowercase;
	color: #3b4648;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

.navbar .nav a#nav-btn {
	background-color: #2196F3;
	padding: 15px 25px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 0;
	margin-left: 10px;	
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

.navbar .nav a#nav-btn:hover {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	background-color: #fefa90;
}


/*** BENEFITS SECTION 2 COLUMN FORMAT ***/
/****************************************/

.col-2 {
	width: 50%;
	float: left;
	height: 300px;
}

.col-2 h3,
.col-2 p {
	position: relative;
	top: 55px;
}

.col-2 a {
	font-size: 18px;
}

#screenshot1-img,
#screenshot2-img,
#screenshot3-img {
	display: none;
	width: 400px;
}

img#hard-drive {
	width: 150px;
	float: right;
	margin-right: 50px;
}

#screenshot1-img {
	float: right;
}

#screenshot2-img {
	margin-top: 7px;
}

#screenshot3-img {
	float: right;
	margin-top: 50px;
}

img#file-share {
	width: 350px;
	float: left;
	margin-top: -40px;
}

img#lightweight {
	width: 450px;
	float: right;
	margin-top: 10px;
}

.img {
	overflow: hidden;
}

/*** FEATURES SECTION 3 COLUMN FORMAT ***/
/****************************************/

.features {
	background-color: #2196f3;
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
}

.features h2{color:#fff; font-size: 35px;}


.col-3 {
	width: 32.33%;
	height: 500px;
	float: left;
	background-color: #fff;
	margin: 50px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-sizing: border-box;
}

.col-3 img {
	display: block;
	margin: 0 auto;
	width: 190px;
	position: relative;
	top: 5px;
}

.col-3 h3 {
	height: 45px;
}

.col-3 h3,
.col-3 p {
	padding: 5px 25px;
}

.mr {
	margin-right: 15px;
}

.accent {
	width: 100%;
	height: 200px;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}

.img-wrapper {
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	margin: 0 auto;
	width: 50%;
	height: 130px;
}

.yellow {
	background-color: #fff162; 
}

.red {
	background-color: #e7625d;
}

.blue {
	background-color: #3e454d;
}

/*** FILE FORMAT SECTION STYLING ***/
/***********************************/

.file-formats p {
	text-align: center;
}

.col-8-container {
	margin-top: 50px;
}

.col-8 {
	width: 91px;
	height: 103px;
	float: left;
	margin: 16px;
}

.col-8 .caption {
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: #f1f1f1;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.col-8 .caption:hover {
	opacity: 1;
	transition: 0.5s;
	transform: translate(10px, -10px);
	cursor: pointer;
}

.col-8 .caption p {
	font-size: 0.8em;
	line-height: normal;
	padding: 15px 5px;
}

.zip-file {
	background: url('/assets/zip-file.png') no-repeat center center;
	background-size: 91px;
}

.sevenz-file {
	background: url('/assets/7z-file.png') no-repeat center center;
	background-size: 91px;
}

.arj-file {
	background: url('/assets/arj-file.png') no-repeat center center;
	background-size: 91px;
}

.bin-file {
	background: url('/assets/bin-file.png') no-repeat center center;
	background-size: 91px;
}

.bzip2-file {
	background: url('/assets/bzip2-file.png') no-repeat center center;
	background-size: 91px;
}

.cab-file {
	background: url('/assets/cab-file.png') no-repeat center center;
	background-size: 91px;
}

.chm-file {
	background: url('/assets/chm-file.png') no-repeat center center;
	background-size: 91px;
}

.cpio-file {
	background: url('/assets/cpio-file.png') no-repeat center center;
	background-size: 91px;
}

.deb-file {
	background: url('/assets/deb-file.png') no-repeat center center;
	background-size: 91px;
}

.dmg-file {
	background: url('/assets/dmg-file.png') no-repeat center center;
	background-size: 91px;
}

.gzip-file {
	background: url('/assets/gzip-file.png') no-repeat center center;
	background-size: 91px;
}

.hfs-file {
	background: url('/assets/hfs-file.png') no-repeat center center;
	background-size: 91px;
}

.iso-file {
	background: url('/assets/iso-file.png') no-repeat center center;
	background-size: 91px;
}

.lzh-file {
	background: url('/assets/lzh-file.png') no-repeat center center;
	background-size: 91px;
}

.lzma-file {
	background: url('/assets/lzma-file.png') no-repeat center center;
	background-size: 91px;
}

.msi-file {
	background: url('/assets/msi-file.png') no-repeat center center;
	background-size: 91px;
}

.nsis-file {
	background: url('/assets/nsis-file.png') no-repeat center center;
	background-size: 91px;
}

.rar-file {
	background: url('/assets/rar-file.png') no-repeat center center;
	background-size: 91px;
}

.rpm-file {
	background: url('/assets/rpm-file.png') no-repeat center center;
	background-size: 91px;
}

.tar-file {
	background: url('/assets/tar-file.png') no-repeat center center;
	background-size: 91px;
}

.udf-file {
	background: url('/assets/udf-file.png') no-repeat center center;
	background-size: 91px;
}

.wim-file {
	background: url('/assets/wim-file.png') no-repeat center center;
	background-size: 91px;
}

.xar-file {
	background: url('/assets/xar-file.png') no-repeat center center;
	background-size: 91px;
}

.z-file {
	background: url('/assets/z-file.png') no-repeat center center;
	background-size: 91px;
}

/***** 2nd CTA SECTION STYLING *****/
/***********************************/

.cta {
	float: left;
	width: 50%;
	height: 450px;
}

.left {
	background-color: #3e454d;
}

.right {
	background: url('/assets/cta-bg.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

.copy {
	width: 400px;
	margin: 0 auto;
	padding: 50px 0;
}

.left .copy h2 {
	color: #fff;
	text-align: left;
	line-height: 35px;
}

.right .copy h3,
.right .copy p {
	text-align: center;
	color: #fff;
	position: relative;
	top: 130px;
	text-shadow: 2px 0 5px #3e454d;
	font-weight: 500;
	letter-spacing: 2px;
}

.right .copy h3 {
	font-size: 5em;
}

.right .copy p {
	font-size: 2em;
}

/*** FOOTER STYLES ****/
/**********************/

footer ul li {
background: none;
display: inline-block;
text-align: center;
margin-right: 20px;
font-size: 13px;
}

footer ul {
padding: 0;
margin: 0;
}

footer p {
font-size: 1em;
color: #fff;
}

footer {
background-color: #3e454d;
padding: 50px 0 25px 0;
}

/**** LP STYLES *****/

.lp-splash .container .left-splash {
	margin-top: 75px;
	padding: 50px 0;
}

#splash-files {
	width: 450px;
	float: right;
	margin-top: 75px;
}

.lp-splash .container .left-splash h1 {
	margin-bottom: 5px;
}

.lp-splash .container .left-splash a.btn {
	margin: 25px 0;
}

.disclaimer {
	font-size: 12px;
	line-height: normal;
}

.col-3 .step-icons img {
	width: 100px;
	margin-bottom: 40px;
}

.col-3 .step-icons {
	width: 100%;
}

.steps .col-3 p,
.steps .col-3 h3 {
	text-align: center;
}

.steps .col-3 h3 {
	height: 25px;
}

.steps .col-3,
.screenshots .col-3,
.about .col-2,
.specs .col-2 {
	height: auto;
}

.screenshots {
	background-color: #3d454c;
}

.tagline {
        float: right;
}

.about .col-2 p,
.specs .col-2 p {
	top: 0;
}

.about .col-2 h2,
.specs .col-2 h2 {
	text-align: left;
}

.about li img {
  float: left;
  margin: 0 15px 0 0;
}

.about li p {
	font-size: 15px;
	line-height: normal;
}
 
.about li {
  overflow: auto;
  background-color: #f1f1f1;
  margin: 15px 0;
}

.about ul {
  list-style-type: none;
  width: 100%;
  margin-top: 75px;
  padding: 0;
}

.about .container,
.specs .container {
	height: 550px;
}

.screenshots .col-3 img {
	width: 300px;
}

.screenshots h2 {
	color: #fff;
}

.text p {
	padding-right: 50px;
}

table {
	border: 2px solid #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: 300;
	font-size: .9em;
	color: #808c98;
	letter-spacing: 1px;
	float: right;
	width: 400px;
}

table td {
	border-bottom: 2px solid #ddd;
}

table th {
	font-size: 18px;
}

.specs h4 {
	text-align: center;
}

.screenshots .col-3 {
	margin: 10px 0;
        background-color: #3d454c;
}

/*======== chrome styles ==========*/

#chrome_disclaimer, .chrome #side-arrow, .chrome .toolbara, .extension, .chrome #lbdisclaimer, .toolbar_wrap, .chrome .ffie {
display: none;
}

.chrome #chrome_disclaimer {
display: block;
}

.chrome .extension {
display: inline;
}

.chrome div.extension {
display: block;
}

.chrome #downloadLow #chrome_disclaimer {
width: auto;
}

.chrome .toolbar_wrap {
display: block;
}

#chrome_toolbar p {
width: 350px;
margin: auto;
text-align: left;
padding-right: 400px;
margin-top: -60px;
}

.chrome #header p#chrome_disclaimer {
    padding: 10px 40px;
    width: 400px;
}

.chrome ul#chrome_disclaimer {
    list-style: circle;
margin: 0;
}

.chrome ul#chrome_disclaimer li {
color: #808c98;
    padding: 10px 0;
}

.chrome .aboutgame p#chrome_disclaimer {
    margin: 10px 0;
}

#modal {
    background: #f4f4f4 url("/assets/logo.png") no-repeat 200px 11px;
    box-shadow: 0px 2px 2px #777;
    display: none;
    left: 500px;
    position: absolute;
    right: 0;
    margin: 0 auto;
    top: 250px;
    width: 300px;
    z-index: 1000;
}

#modal .inner_modal {
    padding: 0 15px;
}

#modal img {
    margin-top: -35px;
}

#modal .inner_modal p {
    font-size: 18px;
}

.chrome .toolbar_wrap {
    background: rgba(0, 0, 0, 0) url("/assets/unzipper_toolbar_sm.png") no-repeat scroll left center;
height: 70px;
    width: 100%;
}

.chrome .toolbar_wrap p {
color: #535353;
    font-size: 11px !important;
line-height: 15px;
    padding: 19px 10px;
text-align: left;
top: 0;
    width: 227px;
}

.chrome .col-2 {
	float: left;
	width: 50%;
}

.container:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}


