html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, 
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, 
q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, 
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0px;
    padding: 0px;
    border: 0px none;
    outline: 0px none;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

html {
    min-height: 100%;
    min-width: 1060px;
}

body {
    color: #474747;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-variant: normal;
    font-weight: 400;
}

/*div, h1, h2, h3, h4, h5, h6, p, img, ul, li, tr, th, td {*/
	/*border: 1px solid #000;*/
/*}*/

/* ---------- Wrapper ---------- */

.wrapper {
	width: 100%;
}

.wrapper .inner {
    margin: 0px auto;
    position: relative;
	width: 1020px;
}

/* ---------- Header ---------- */

header {
	background: rgba(0, 0, 0, 0.62);
	width: 100%;
}

header nav {
	margin: 0px auto;
    width: 1060px;
    position: relative;
}

header nav ul {
	padding: 17px 0px 15px;
	margin: 0px 20px;
	overflow: hidden;
	font-size: 0px;
	text-align: justify;
	text-align-last: justify;
}

header nav ul:after {
	width: 100%;
	height: 0px;
	visibility: hidden;
	overflow: hidden;
	content: '';
	display: inline-block;
}

header nav ul li {
	display: inline-block;
}

header nav ul li a {
	cursor: pointer;
	text-decoration: none;
	color: rgb(255, 255, 255);
	font: 16px Helvetica;
	font-weight: 300;
}

header nav ul li:hover a {
	opacity: 0.75;
}

header nav ul li a.selected {
	opacity: 0.5;
}

/* ---------- Footer ---------- */

footer {
    display: table;
    margin: 40px auto 20px;
    position: relative;
    width: 1060px;
}

footer hr {
    background: #A2A2A2;
    border: 0px;
    height: 1px;
    margin: 4px 0px;
}

footer p.contact {
    font-size: 14px;
    text-align: center;
}

footer p.contact a {
    color: #0370ea;
    font-weight: 400;
    text-decoration: none;
}

footer p.contact a:hover {
    text-decoration: underline;
}

footer div {
    display: table;
    width: 100%;
}

footer div p {
    display: table-cell;
}

footer div p.left {
    font-size: 13px;
    text-align: left;
}

footer div p.right {
    font-size: 13px;
    text-align: right;
}

/* ---------- Banner ---------- */

#banner {
	clear: both;
	margin: 20px auto 0px;
	overflow: hidden;
}

#banner h1 {
	font-size: 40px;
	font-weight: 300;
	margin-left: -2px;
}

#banner p {
	font-size: 18px;
	font-weight: 300;
	margin: 12px 0px 0px;
}

#banner img {
	position: relative;
	left: -15px;
	display: block;
	height: 552px;
	width: 1050px;
}

#banner .wrapper .inner {
	width: 1050px;
	height: 552px;
}

/* ----------- Sections ---------- */

.section {
	
}

.section .left {
	display: inline-block;
	width: 375px;
}

.section .left img {
	display: inline-block;
	position: relative;
	width: 335px;
	height: auto;
}

.section .right {
	display: inline-block;
	width: 350px;
}

.section .right img {
	display: inline-block;
	position: relative;
	width: 320px;
	height: auto;
}

/* ----------- Socials ------------ */

.social-table {
    display: table;
    margin: 40px auto 0px;
}

.social-cell {
    display: table-cell;
    vertical-align: top;
    padding: 5px 25px;
    border-right: 1px solid #AC9C86;
}

.social-cell:last-child {
    border-right: 0px;
}

.social-title {
    font-size: 16px;
    margin-bottom: 12px;
}

.social-button {
    text-align: center;
}

/* ----------- Videos ------------ */

#videos {
	clear: both;
	margin: 20px auto 0px;
	overflow: hidden;
}

#videos h2 {
    font-size: 36px;
    font-weight: 300;
    margin: 20px auto 0px;
    text-align: center;
}

#videos .gallery {
	float: left;
	left: 50%;
	margin: 20px auto 0px;
	position: relative;
}

#videos .gallery .item {
	float: left;
	position: relative;
	right: 50%;
	margin: 0px 10px;
}

#videos .gallery .item a {
	text-decoration: none;
	font-size: 16px;
}

#videos .gallery .item a img {
	display: block;
	margin: 0 0 10px;
	border: 0px solid black;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.5);
}

#videos .gallery .item a span {
    color: #777777;
	display: block;
	margin: -145px 0 0 0;
	opacity: 1.0;
	padding: 145px 0 0 0;
	position: relative;
	text-align: center;
}

#videos .gallery .item a span.video {
	background: url("images/ButtonPlay@2x.png") 50% 18px no-repeat;
    background-size: 44px 44px;
    opacity: 0.75;
}

#videos .gallery .item a:hover span {
    color: #474747;
    opacity: 1.0;
}

/* ---------- Libraries ---------- */

#libraries {
    clear: both;
    margin: 40px 0px 0px;
    overflow: hidden;
}

#libraries h2 {
    font-size: 36px;
    font-weight: 300;
    text-align: center;
}

#libraries table {
    border-collapse: collapse;
    border-spacing: 0px;
    margin: 10px auto 0px;
    width: 80%;
}

#libraries table h3 {
    font-size: 20px;
    font-weight: 300;
}

#libraries table td {
    padding: 40px 40px 0px 80px;
    vertical-align: top;
    width: 50%;
}

#libraries table td img {
    display: block;
    height: 64px;
    position: absolute;
    margin: 5px 0px 0px -80px;
    width: 64px;
}

#libraries table td p {
    font-size: 16px;
    font-weight: 300;
    margin: 4px 0px 0px;
}

#libraries table td a {
    color: #0370ea;
    text-decoration: none;
}

/* ---------- Features ---------- */

#features {
	clear: both;
	margin: 40px 0px 0px;
	overflow: hidden;
}

#features h2 {
    font-size: 36px;
    font-weight: 300;
    text-align: center;
}

#features table {
    border-collapse: collapse;
    border-spacing: 0px;
    margin: 10px 0px 0px 0px;
    width: 100%;
}

#features table h3 {
    font-size: 18px;
    font-weight: 300;
}

#features table td {
    padding: 32px 32px 0px 72px;
    vertical-align: top;
    width: 33%;
}

#features table td img {
	display: block;
	height: 60px;
    position: absolute;
    margin: 4px 0px 0px -72px;
    width: 60px;
}

#features table td p {
    font-size: 14px;
    font-weight: 300;
    margin: 4px 0px 0px;
}

#features table td a {
	color: #0370ea;
	text-decoration: none;
}

/* ---------- Purchase ---------- */

#purchase {
    margin-top: 40px;
    overflow: hidden;
}

#purchase .inner h2 {
    font-size: 44px;
    font-weight: 300;
    text-align: center;
}

#purchase .inner h3 {
    margin-top: 10px;
    font-size: 24px;
    font-weight: 300;
    text-align: center;
}

#purchase .inner a {
    margin: 30px auto 0px
}

/* ---------- News ---------- */

.news {
    margin-top: 20px;

	/* background */
	background: rgb(240, 240, 240);
	
	/* border */
	border: 1px solid rgb(220, 220, 220);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.news hr {
	background: rgb(220, 220, 220);
    border: 0px;
	box-shadow: 0 1px 0 rgb(248, 248, 248);
	height: 1px;
}

/* ---------- News entry ---------- */

.news .entry {
	margin: 15px 20px;
}

.news .entry h2 {
    display: inline;
    font-size: 16px;
    font-weight: 400;
}

.news .entry a {
    color: #0370ea;
    display: inline;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
}

.news .entry a:hover {
	text-decoration: underline;
}

.news .entry h4 {
	color: #777;
	float: right;
	font-size: 12px;
	font-weight: 400;
}

.news .entry p {
    font-size: 14px;
    font-weight: 400;
    margin: 5px 0px 10px;
}

.news .entry img {
	height: auto;			/* Override height to match resized width for correct aspect ratio. */
	margin: 10px auto;
	max-width: 100%;		/* When images are too wide for containing element, force them to fit. */
}

/* ---------- Release Notes ---------- */

.releasenotes {
    margin-top: 20px;

    /* background */
	background: rgb(240, 240, 240);
	
	/* border */
	border: 1px solid rgb(220, 220, 220);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.releasenotes hr {
    background: rgb(220, 220, 220);
    border: 0px;
	box-shadow: 0 1px 0 rgb(248, 248, 248);
	height: 1px;
}

/* ---------- News entry ---------- */

.releasenotes .entry {
	margin: 15px 20px;
	padding-left: 16px;
}

.releasenotes .entry h2 {
    display: inline;
    font-size: 16px;
    font-weight: 400;
}

.releasenotes .entry a {
    color: #0370ea;
    display: inline;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}

.releasenotes .entry a:hover {
    text-decoration: underline;
}

.releasenotes .entry h4 {
    color: #777;
    float: right;
    font-size: 12px;
    font-weight: 400;
}

.releasenotes .entry ul {
	list-style: circle;
    margin: 5px 0px 10px;
}

.releasenotes .entry li {
    font-size: 14px;
    font-weight: 400;
}

.releasenotes .entry p {
    font-size: 14px;
    font-weight: 400;
    margin: 5px 0px 10px;
}

/* ---------- Support ---------- */

.support {
    margin-top: 20px;

    /* background */
    background: rgb(240, 240, 240);

    /* border */
    border: 1px solid rgb(220, 220, 220);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.support hr {
    background: rgb(220, 220, 220);
    border: 0px;
    box-shadow: 0 1px 0 rgb(248, 248, 248);
    height: 1px;
}

/* ---------- Support entry ---------- */

.support .entry {
    margin: 15px 20px;
}

.support .entry h2 {
    font-size: 18px;
    font-weight: 400;
}

.support .entry p {
    font-size: 14px;
    font-weight: 400;
    margin: 10px 0px 0px;
}

.support .entry a {
    color: #0370ea;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}

.support .entry a:hover {
    text-decoration: underline;
}

/* ---------- Buttons ---------- */

.button {
	background:#0370ea;
	background:-webkit-linear-gradient(top,#008cfc 0,#0371eb 100%);
	background:-o-linear-gradient(top,#008cfc 0,#0371eb 100%);
    background:-moz-linear-gradient(top,#008cfc 0,#0371eb 100%);
    background:-ms-linear-gradient(top,#008cfc 0,#0371eb 100%);
	background:linear-gradient(to bottom,#008cfc 0,#0371eb 100%);
	border:1px solid #076bd2;
	-moz-border-radius:3px;
	border-radius:3px;
	color:#fff !important;
	display:inline-block;
	font-size:14px;
	font-weight:600;
	line-height:36px;
	width:170px;
    position:relative;
	text-align:center;
	text-decoration:none !important;
	text-shadow:1px 1px 1px #076bd2;
}

.button:hover {
	background:-webkit-linear-gradient(top,#008fff 30%,#0373ed 100%);
	background:-o-linear-gradient(top,#008fff 30%,#0373ed 100%);
    background:-moz-linear-gradient(top,#008fff 30%,#0373ed 100%);
    background:-ms-linear-gradient(top,#008fff 30%,#0373ed 100%);
	background:linear-gradient(to bottom,#008fff 30%,#0373ed 100%);
	cursor:pointer;
}

.appstore {
	display: block;
	position: relative;
	background-image: url("images/Download_on_the_Mac_App_Store_Badge_US-UK_165x40.svg");
	background-size: 231px 56px;
	width: 231px;
	height: 56px;
}

.appstore-large {
    display: block;
    position: relative;
    background-image: url("images/Download_on_the_Mac_App_Store_Badge_US-UK_165x40.svg");
    background-size: 330px 80px;
    width: 330px;
    height: 80px;
}

/* ---------- Images ---------- */

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
