/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
    font-family: "Avenir Next", "Helvetica Nueue", Helvetica, Arial, sans-serif;
    font-weight: 400;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

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

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

/*
 * A better looking default horizontal rule
 */

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

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

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

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

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











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

body {
    background: #4e4e54 url(../images/bg-black.jpg);
    background-size: 170px 406px;
    text-shadow: 0 1px 2px #000;
}

 @media (min--moz-device-pixel-ratio: 1.5),
        (-o-min-device-pixel-ratio: 3/2),
        (-webkit-min-device-pixel-ratio: 1.5),
        (min-device-pixel-ratio: 1.5),
        (min-resolution: 1.5dppx) {
	        body {
		        background-image: url(../images/bg-black@2x.jpg);
		        
		        }
		}


a {
	color: #555;
}

a:hover {
	color: #fc7b24;
}

/* Header */

header {
	width: 960px;
	margin: 0 auto;
	position: relative;
	height: 370px;
}

header h1, #footer h1 {
	color: #cccccc;
	text-align: center;
	font-size: 48px;
	line-height: 1em;
	margin: 10px 0 0;
	padding: 0;
	font-weight: 400;
}

header h1 .white, #footer h1 .white {
	color: #fff;
	font-weight: 500;
}

header h2, #footer h2 {
	color: #cccccc;
	text-align: center;
	font-size: 24px;
	line-height: 1em;
	margin: 0;
	padding: 0;
	font-weight: 400;
}

#footer .updates h2, #footer .changes h2 {
	color: #fff;
	text-align: left;
	font-size: 30px;
	line-height: 1em;
	margin: 20px 0 0;
	padding: 0;
	font-weight: 400;
}

#footer .updates h3 {
	font-weight: 300;
}

#footer .changes h3 {
	font-weight: 600;
	color: #fff;
}

#footer .updates h5 {
	font-weight: 300;
	color: #888;
	margin: 5px 0 0;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #fc7b24;
}

.title {
	width: 100%;
	height: 60px;
	background: url(../images/title.png) no-repeat center center;
	background-size: 549px 60px;
}

@media (min--moz-device-pixel-ratio: 1.5),
	    (-o-min-device-pixel-ratio: 3/2),
	    (-webkit-min-device-pixel-ratio: 1.5),
	    (min-device-pixel-ratio: 1.5),
	    (min-resolution: 1.5dppx) {
	        .title {
		        background: url(../images/title@2x.png) no-repeat center center;
		        background-size: 549px 60px;
		        }
		}

.tray {
	position: absolute;
	top: 97px;
	left: 351px;
	z-index: 9;
	width: 261px;
	height: 262px;
	background: url(../images/tray.png) no-repeat;
}

@media (min--moz-device-pixel-ratio: 1.5),
	    (-o-min-device-pixel-ratio: 3/2),
	    (-webkit-min-device-pixel-ratio: 1.5),
	    (min-device-pixel-ratio: 1.5),
	    (min-resolution: 1.5dppx) {
	        .tray {
		        background: url(../images/tray@2x.png) no-repeat;
		        background-size: 100%;
		        }
		}

.dvd {
	position: fixed;
	top: 112px;
	left: 0px;
	z-index: 999;
	width: 100%;
	min-width: 960px;
	height: 856px;
	background: url(../images/dvd.png) no-repeat top center;
	background-size: 254px 256px;
	pointer-events: none;
}

@media (min--moz-device-pixel-ratio: 1.5),
	    (-o-min-device-pixel-ratio: 3/2),
	    (-webkit-min-device-pixel-ratio: 1.5),
	    (min-device-pixel-ratio: 1.5),
	    (min-resolution: 1.5dppx) {
	        .dvd {
		        background: url(../images/dvd@2x.png) no-repeat top center;
		        background-size: 254px 256px;
		        }
		}

.fixed {
	position: absolute;
	top: 102px;
}

.bolt {
	position: absolute;
	top: 105px;
	left: 520px;
	z-index: 999999;
	width: 116px;
	height: 202px;
	background: url(../images/bolt.png) no-repeat;
}

 @media (min--moz-device-pixel-ratio: 1.5),
        (-o-min-device-pixel-ratio: 3/2),
        (-webkit-min-device-pixel-ratio: 1.5),
        (min-device-pixel-ratio: 1.5),
        (min-resolution: 1.5dppx) {
	        .bolt {
		        background-image: url(../images/bolt@2x.png);
		        background-size: 100%;
		        }
		}
		
.footer-bolt {
	position: absolute;
	top: 2440px;
	left: 520px;
	z-index: 999999;
	width: 116px;
	height: 202px;
	background: url(../images/bolt.png) no-repeat;
}

 @media (min--moz-device-pixel-ratio: 1.5),
        (-o-min-device-pixel-ratio: 3/2),
        (-webkit-min-device-pixel-ratio: 1.5),
        (min-device-pixel-ratio: 1.5),
        (min-resolution: 1.5dppx) {
	        .footer-bolt {
		        background-image: url(../images/bolt@2x.png);
		        background-size: 100%;
		        }
		}

.arrow {
	position: absolute;
	top: 265px;
	left: 445px;
	z-index: 99;
	width: 67px;
	height: 88px;
	background-image: url(../images/arrow.png);
}

 @media (min--moz-device-pixel-ratio: 1.5),
        (-o-min-device-pixel-ratio: 3/2),
        (-webkit-min-device-pixel-ratio: 1.5),
        (min-device-pixel-ratio: 1.5),
        (min-resolution: 1.5dppx) {
	        .arrow {
		        background-image: url(../images/arrow@2x.png);
		        background-size: 100%;
		        }
		}

.button {
	background: #ddd url(../images/bg-button.png) left center repeat-x;
	background-size: 256px 256px;
	color: #1a1a1a;
	font-size: 16px;
	font-weight: 600;
	width: 150px;
	border: 1px solid #404040;
	padding: 5px;
	margin: 10px 15px;
	box-shadow: 0 0 1px 1px rgba(255,255,255,0.1) inset, 0 0 1px 1px rgba(255,255,255,0.5) inset, 0 2px 2px rgba(0,0,0,0.3);
	text-shadow:  0 1px 0 rgba(255,255,255,0.3);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	padding: 10px;
	
	transition: all 0.6s;
	-moz-transition: all 0.6s; /* Firefox 4 */
	-webkit-transition: all 0.6s; /* Safari and Chrome */
	-o-transition: all 0.6s; /* Opera */
}

 @media (min--moz-device-pixel-ratio: 1.5),
        (-o-min-device-pixel-ratio: 3/2),
        (-webkit-min-device-pixel-ratio: 1.5),
        (min-device-pixel-ratio: 1.5),
        (min-resolution: 1.5dppx) {
	        .button {
		        background: #ddd url(../images/bg-button.png) left center repeat-x;
		        }
		}

.button:hover {
	box-shadow: 0 0 0 0 rgba(255,255,255,0.1) inset, 0 0 1px 1px rgba(255,255,255,0.4) inset, 0 4px 4px rgba(0,0,0,0.8);
	text-shadow:  0 1px 0 rgba(255,255,255,0.7);
	background: #ff9100 url(../images/bg-button.png) left center repeat-x;
	
	transition: all 0.3s;
	-moz-transition: all 0.3s; /* Firefox 4 */
	-webkit-transition: all 0.3s; /* Safari and Chrome */
	-o-transition: all 0.3s; /* Opera */
}

.button:active {
	box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1) inset, 0 0 1px 1px rgba(0,0,0,0.5) inset, 0 1px 0px rgba(255,255,255,0.6);
	text-shadow:  0 1px 0 rgba(255,255,255,0.3);
	background: #ff9100 url(../images/bg-button.png) left center repeat-x;
	
	transition: all 0s;
	-moz-transition: all 0s; /* Firefox 4 */
	-webkit-transition: all 0s; /* Safari and Chrome */
	-o-transition: all 0s; /* Opera */
}

a.button-link {
	text-decoration: none;
	color: #ddd !important;
	transition: all 0.6s;
	-moz-transition: all 0.6s; /* Firefox 4 */
	-webkit-transition: all 0.6s; /* Safari and Chrome */
	-o-transition: all 0.6s; /* Opera */
}

a.button-link:hover {
	color: #fff !important;
	transition: all 0.3s;
	-moz-transition: all 0.3s; /* Firefox 4 */
	-webkit-transition: all 0.3s; /* Safari and Chrome */
	-o-transition: all 0.3s; /* Opera */
}

.buy {
	width: 200px;
	font-size: 13px;
	color: #fff;
	text-align: center;
	
	position: absolute;
	top: 220px;
	left: 120px;
	
	z-index: 9999;
}

.try {
	width: 200px;
	font-size: 13px;
	color: #fff;
	text-align: center;
	
	position: absolute;
	top: 220px;
	left: 640px;
	
	z-index: 9999;
}


/* Features */

#features {
	background: url(../images/bg-light.jpg);
	position: relative;
	padding: 20px 0;
	width: 100%;
	border-top: 1px solid #fff;
	text-shadow: 0 1px 0 #fff;
}

 @media (min--moz-device-pixel-ratio: 1.5),
        (-o-min-device-pixel-ratio: 3/2),
        (-webkit-min-device-pixel-ratio: 1.5),
        (min-device-pixel-ratio: 1.5),
        (min-resolution: 1.5dppx) {
	        #features {
		        background-image: url(../images/bg-light@2x.jpg);
		        }
		}

#features .content {
	width: 860px;
	margin: 10px auto 330px;
	padding: 25px 25px;
	height: 430px;
	z-index: 9999;
	position: relative;
	background-image: url(../images/bg-glass.png);
	
	box-shadow: 0 0 1px 1px rgba(255,255,255,0.1) inset, 0 0 1px 1px rgba(255,255,255,0.5) inset, 0 2px 6px rgba(0,0,0,0.3);
	text-shadow:  0 1px 0 rgba(255,255,255,0.8);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	
	background-size: 170px 406px;
}

 @media (min--moz-device-pixel-ratio: 1.5),
        (-o-min-device-pixel-ratio: 3/2),
        (-webkit-min-device-pixel-ratio: 1.5),
        (min-device-pixel-ratio: 1.5),
        (min-resolution: 1.5dppx) {
	        #features .content {
		        background-image: url(../images/bg-glass@2x.jpg);
		        background-size: 170px 406px;
		        }
		}

#features .page-content {
	width: 810px;
	margin: 10px auto 10px;
	padding: 25px 25px 25px;
	z-index: 9999;
	position: relative;
	
	box-shadow: 0 0 1px 1px rgba(255,255,255,0.1) inset, 0 0 1px 1px rgba(255,255,255,0.5) inset, 0 2px 6px rgba(0,0,0,0.3);
	text-shadow:  0 1px 0 rgba(255,255,255,0.8);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	background: url(../images/bg-glass.png);
	background-size: 170px 406px;
}

 @media (min--moz-device-pixel-ratio: 1.5),
        (-o-min-device-pixel-ratio: 3/2),
        (-webkit-min-device-pixel-ratio: 1.5),
        (min-device-pixel-ratio: 1.5),
        (min-resolution: 1.5dppx) {
	        #features .page-content {
		        background-image: url(../images/bg-glass@2x.png);
		        background-size: 170px 406px;
		        }
		}

.feature {
	width: 300px;
	height: 55px;
	z-index: 99999;
	left: 0;
	top: 200px;
	padding: 0px 25px 25px 75px;
	margin: 0px 0 25px 25px;
	float: left;
}

#features .content h2 {
	padding: 0;
	margin: 0 0 10px;
	font-weight: 400;
	color: #ff6c0b;
	text-shadow: none;
}

.feature h3 {
	padding: 0 0 0px;
	margin: 0 0;
	font-weight: 600;
	font-size: 16px;
}

.feature p {
	margin: 0 0 10px;
	font-weight: 400;
}

/* Backup */

.feature.backup {
	background: url(../images/icon-backup.png) left center no-repeat;
	background-size: 64px 64px;
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
	        .feature.backup {
		        background: url(../images/icon-backup@2x.png) left center no-repeat;
		        background-size: 64px 64px;
		    }
}

/* Cut */

.feature.cut {
	background: url(../images/icon-cut.png) left center no-repeat;
	background-size: 64px 64px;
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
	        .feature.cut {
		        background: url(../images/icon-cut@2x.png) left center no-repeat;
		        background-size: 64px 64px;
		    }
}

/* Clock */

.feature.clock {
	background: url(../images/icon-clock.png) left center no-repeat;
	background-size: 64px 64px;
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
	        .feature.clock {
		        background: url(../images/icon-clock@2x.png) left center no-repeat;
		        background-size: 64px 64px;
		    }
}

/* Free */

.feature.free {
	background: url(../images/icon-cheap.png) left center no-repeat;
	background-size: 64px 64px;
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
	        .feature.free {
		        background: url(../images/icon-cheap@2x.png) left center no-repeat;
		        background-size: 64px 64px;
		    }
}

/* iTunes */

.feature.itunes {
	background: url(../images/icon-itunes.png) left center no-repeat;
	background-size: 64px 64px;
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
	        .feature.itunes {
		        background: url(../images/icon-itunes@2x.png) left center no-repeat;
		        background-size: 64px 64px;
		    }
}

/* Battery */

.feature.battery {
	background: url(../images/icon-battery.png) left center no-repeat;
	background-size: 64px 64px;
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
	        .feature.battery {
		        background: url(../images/icon-battery@2x.png) left center no-repeat;
		        background-size: 64px 64px;
		    }
}

/* Subtitles */

.feature.subtitles {
	background: url(../images/icon-subtitles.png) left center no-repeat;
	background-size: 64px 64px;
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
	        .feature.subtitles {
		        background: url(../images/icon-subtitles@2x.png) left center no-repeat;
		        background-size: 64px 64px;
		    }
}

/* Movie-Only */

.feature.movie-only {
	background: url(../images/icon-movie-only.png) left center no-repeat;
	background-size: 64px 64px;
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
	        .feature.movie-only {
		        background: url(../images/icon-movie-only@2x.png) left center no-repeat;
		        background-size: 64px 64px;
		    }
}




span.highlighted {
	color: #FF6C0B;
	font-weight: 400;
}


.arrow-light {
	background: url(../images/arrow-light.png) center top no-repeat;
	background-size: 67px 88px;
	position: absolute;
	right: 0;
	top: 900px;
	width: 100%;
	height: 111px;
	z-index: 999;
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
	        .arrow-light {
		        background: url(../images/arrow-light@2x.png) center top no-repeat;
		        background-size: 67px 88px;
		    }
}

.dvd-slot-front {
	background: url(../images/slot-front.png) center top no-repeat;
	background-size: 544px 111px;
	position: absolute;
	right: 0;
	top: 770px;
	width: 100%;
	height: 111px;
	z-index: 999;
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
	        .dvd-slot-front {
		        background: url(../images/slot-front@2x.png) center top no-repeat;
		        background-size: 544px 111px;
		    }
}

.dvd-slot-back {
	background: url(../images/slot-back.png) center top no-repeat;
	background-size: 544px 91px;
	position: absolute;
	right: 0;
	top: 1136px;
	width: 100%;
	height: 91px;
	z-index: 9;
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
	        .dvd-slot-back {
		        background: url(../images/slot-back@2x.png) center top no-repeat;
		        background-size: 544px 91px;
		    }
}

/* Screenshot */

#screenshot {
	background: #06101a url(../images/bg-screenshot.jpg) center center no-repeat;
	background-size: 1200px 750px;
    text-shadow: 0 1px 2px #000;
    position: absolute;
    height: 530px;
    width: 100%;
    z-index: 99999;
    
    box-shadow: 0 0 40px #06101a inset, 0 0 1px 1px #000;
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
	        #screenshot {
		        background: url(../images/bg-screenshot@2x.jpg) center center no-repeat;
		        background-size: 1200px 750px;
		    }
}

.screenshot-content {
	width: 860px;
	margin: 0 auto;
	height: 530px;
	z-index: 9999;
	position: relative;
}

.screenshot-image {
	width: 100%;
	background: url(../images/screenshot.png) center center no-repeat;
	background-size: 638px 430px;
	height: 430px;
	position: absolute;
	top: 50px;
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
	        .screenshot-image {
		        background: url(../images/screenshot@2x.png) center center no-repeat;
		        background-size: 638px 430px;
		    }
}

.progress-bar {
	width: 581px;
	background: url(../images/bar.png) no-repeat;
	background-size: 581px 14px;
	height: 14px;
	position: absolute;
	top: 347px;
	left: 140px;
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
	        .progress-bar {
		        background: url(../images/bar@2x.png) no-repeat;
		        background-size: 581px 14px;
		    }
}

#screenshot-dvd {
	width: 383px;
	height: 142px;
	background: url(../images/screenshot-dvd.png) no-repeat;
	background-size: 383px 142px;
	position: absolute;
	top: 93px;
	left: 266px;
	
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari and Chrome */
	-o-transition: all 0.5s; /* Opera */
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
	        #screenshot-dvd {
		        background: url(../images/screenshot-dvd@2x.png) no-repeat;
		        background-size: 383px 142px;
		    }
}

#spinner {
	width: 19px;
	height: 19px;
	background: url(../images/spinner.png) no-repeat center center;
	background-size: 19px 17px;
	position: absolute;
	top: 318px;
	left: 142px;
	
	z-index: 9999999;
	
	-webkit-animation: spin 1s infinite linear;
	-moz-animation: spin 1s infinite linear;
	-o-animation: spin 1s infinite linear;
	-ms-animation: spin 1s infinite linear;
	
	
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
	        #spinner {
		        background: url(../images/spinner@2x.png) no-repeat center center;
		        background-size: 19px 17px;
		    }
}

/* keyframes for animation;  simple 0 to 360 */
@-webkit-keyframes spin {
  from { -webkit-transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); }
}

@-moz-keyframes spin {
  from { -moz-transform: rotate(0deg); }
  to { -moz-transform: rotate(360deg); }
}

@-ms-keyframes spin {
  from { -ms-transform: rotate(0deg); }
  to { -ms-transform: rotate(360deg); }
}

#rendering-done {
	width: 23px;
	height: 23px;
	background: url(../images/rendering-done.png) no-repeat center center;
	background-size: 23px 23px;
	position: absolute;
	top: 316px;
	left: 140px;
	
	z-index: 9999999;
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
	        #rendering-done {
		        background: url(../images/rendering-done@2x.png) no-repeat center center;
		        background-size: 23px 23px;
		    }
}

/* Devices */

#devices {
	background: url(../images/bg-light.jpg);
	position: relative;
	padding: 20px 0;
	width: 100%;
	border-top: 1px solid #fff;
	text-shadow: 0 1px 0 #fff;
	top: 530px;
	height: 500px;
	z-index: 99999;
	box-shadow: 0 1px 5px black;
}

#devices h2 {
	text-align: center;
	font-weight: 400;
	margin: 20px 0 0;
}

 #devices p {
	text-align: center;
	font-weight: 400;
	margin: 0 0 10px;
}


@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
	        #devices {
		        background: url(../images/bg-light@2x.jpg);
		    }
}

.devices-content {
	width: 960px;
	height: 350px;
	margin: 0 auto 25px;
	background: url(../images/devices.png) center center no-repeat;
	background-size: 961px 349px;
	z-index: 9999;
	position: relative;
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
	        .devices-content {
		        background: url(../images/devices@2x.png) center center no-repeat;
		        background-size: 961px 349px;
		    }
}

#devices-blackout-1 {
	width: 303px;
	height: 235px;
	background: #000;
	z-index: 9999;
	position: absolute;
	
	top: 40px;
	left: 25px;
}

#devices-blackout-2 {
	width: 322px;
	height: 200px;
	background: #000;
	z-index: 9999;
	position: absolute;
	
	top: 115px;
	left: 355px;
}

#devices-blackout-3 {
	width: 193px;
	height: 120px;
	background: #000;
	z-index: 9999;
	position: absolute;
	
	top: 52px;
	left: 717px;
}
	    
/* Bottom */

#footer {
	background: #4e4e54 url(../images/bg-black.jpg);
    background-size: 170px 406px;
    text-shadow: 0 1px 2px #000;
    height: 1272px;
    width: 100%;
    z-index: 999;
    position: absolute;
    box-shadow: 0 0 40px #06101a inset, 0 0 1px 1px #000;
    
    top: 2315px;
    left: 0px;
    
    color: #fff;
    text-shadow: 0 1px 1px #000;
}

.footer-content {
	width: 960px;
	position: relative;
	margin: 40px auto 0;
}

#footer .updates {
	width: 64%;
	margin: 0 1% 0 0;
	position: absolute;
	float: left;
	top: 400px;
	left: 0;
	
	color: #ccc;
	
	border-top: 3px solid #222;
}

#footer .changes {
	width: 31%;
	margin: 0 0 0 1%;
	position: absolute;
	float: right;
	top: 400px;
	right: 0;
	
	color: #ccc;
	
	border-top: 3px solid #222;
}

#footer .copyright {
	width: 64%;
	margin: 0 1% 0 0;
	position: absolute;
	float: left;
	bottom: 0px;
	top: 1190px;
	color: #999;
	font-size: 11px;
}


.invisible {
	zoom: 1;
	filter: alpha(opacity=00);
	opacity: 0;
	
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari and Chrome */
	-o-transition: all 0.5s; /* Opera */
}

.visible {
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
	
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari and Chrome */
	-o-transition: all 0.5s; /* Opera */
}






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

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

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

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

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

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

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


/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

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

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        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) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

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

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

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

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

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

    @page {
        margin: 0.5cm;
    }

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

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