@charset "utf-8";
/* CSS Document */

@font-face {
   font-family: 'HelveticaNeueMedium';
    src: url('helveticaneuemedium.eot');
    src: url('helveticaneuemedium.eot') format('embedded-opentype'),
         url('helveticaneuemedium.woff') format('woff'),
         url('helveticaneuemedium.ttf') format('truetype'),
         url('helveticaneuemedium.svg#HelveticaNeueMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
   font-family: 'HelveticaNeueRegular';
    src: url('helveticaneue.eot');
    src: url('helveticaneue.eot') format('embedded-opentype'),
         url('helveticaneue.woff') format('woff'),
         url('helveticaneue.ttf') format('truetype'),
         url('helveticaneue.svg#HelveticaNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'HelveticaNeueThin';
    src: url('helveticaneue-thin-webfont.eot');
    src: url('helveticaneue-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('helveticaneue-thin-webfont.woff') format('woff'),
         url('helveticaneue-thin-webfont.ttf') format('truetype'),
         url('helveticaneue-thin-webfont.svg#helvetica_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'HelveticaNeueThinItalic';
    src: url('helveticaneue-thinitalic-webfont.eot');
    src: url('helveticaneue-thinitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('helveticaneue-thinitalic-webfont.woff') format('woff'),
         url('helveticaneue-thinitalic-webfont.ttf') format('truetype'),
         url('helveticaneue-thinitalic-webfont.svg#helvetica_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* --------------------
		Reset Styles
-------------------- */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, q, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

/* --------------------
		Standard Styles
-------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;	
}

ol, ul {
	list-style-position: inside;
}

a {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;	
}

em {
	font-style: italic;	
}

p {
	padding-bottom: 10px;	
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	text-align: center;
}

.clear {
	display: block;
	clear: both;
}

/* --------------------
		Main Styles
-------------------- */

html, body {
	background-color: #20242c;
	font-family: 'HelveticaNeueThin', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #dadada;
	line-height: 45px;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

.wrapper {
	width: 1194px;
	margin: 0 auto;
}

.home .header .wrapper {
	padding-top: 109px;
}

.header {
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 10;
	clear: both;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.home .header {
	top: -79px;
}

.header.positioned {
	background-color: #fff;
	position: fixed;
	top: 0;
}

.header .wrapper {
	padding-top: 30px;
	height: 49px;
	position: relative;
}

.header.positioned .wrapper {
	padding-top: 16px;
	height: 63px;
}

.header .logo {
	background: url(images/Logo-white@.png) 0 0 no-repeat;
	margin: 0 0 0 23px;
	width: 207px;
	height: 46px;
	display: inline-block;
	float: left;
}

.header.positioned .logo {
	background-image: url(images/Logo@.png);
}

@media
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (   min--moz-device-pixel-ratio: 2),
	only screen and (     -o-min-device-pixel-ratio: 2/1),
	only screen and (        min-device-pixel-ratio: 2),
	only screen and (                min-resolution: 192dpi),
	only screen and (                min-resolution: 2dppx) {
		.header .logo {
			background-image: url(images/Logo-white@2x.png) !important;
			background-size: 207px 46px !important;
		}
	}

@media
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (   min--moz-device-pixel-ratio: 2),
	only screen and (     -o-min-device-pixel-ratio: 2/1),
	only screen and (        min-device-pixel-ratio: 2),
	only screen and (                min-resolution: 192dpi),
	only screen and (                min-resolution: 2dppx) {
		.header.positioned .logo {
			background-image: url(images/Logo@2x.png) !important;
			background-size: 207px 46px !important;
		}
	}

.header .navigation {
	margin: 4px 21px 0 0;
	float: right;
}

.header .navigation ul li {
	margin-left: 53px;
	font-family: 'HelveticaNeueThin', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #fff;
	letter-spacing: 0.02em;
	line-height: 34px;
	list-style: none;
	float: left;
}

*+html .header .navigation ul li {
	list-style: outside;
}

.header .navigation ul li a {
	margin-left: 9px;
	line-height: 34px;
	color: #fff;
	display: inline-block;
}

.header .navigation ul li a:hover {
	text-decoration: none;
	opacity: 0.75;
}

.header .navigation ul li a.button {
	border: #fff 1px solid;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	margin: 0;
	padding: 1px 17px;
}

.header .navigation ul li a.button:hover {
	text-decoration: none;
}

.header.positioned ul li, .header.positioned ul li a {
	color: #20242c;
}

.header.positioned .navigation ul li a.button {
	border-color: #5d6370;
}

.header.positioned .navigation ul li a.button:hover {
	border-color: #5d6370;
	background-color: #5d6370;
	color: #fff;
}

.header.positioned ul li a:hover {
	color: #0e0f11;
	text-decoration: none;
}

.main {
	padding-top: 175px;
	clear: both;
}

.home .main {
	padding-top: 0;
}

.intro {
	background: url(images/image.png) top center;
	background-size: cover;
	font-size: 28px;
	color: #fff;
	line-height: 30px;
	letter-spacing: 0.01em;
	text-align: center;
}

.intro .wrapper {
	padding: 212px 0 20px 0 !important;
	height: 570px;
	overflow: hidden;
}

.intro p {
	padding-bottom: 38px;
}

.button-download {
	background: url(images/downloadNow.png) 0 0 no-repeat;
	text-indent: -9999px;
	width: 264px;
	height: 64px;
	display: inline-block;
}

.button-download:hover {
	background-image: url(images/downloadNow_Over.png);
	text-decoration: none;
}

.button-download.big {
	background-image: url(images/downloadNow-big.png);
	width: 403px;
	height: 97px;
}

.button-download.big:hover {
	background-image: url(images/downloadNow-big-over.png);
}

@media
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (   min--moz-device-pixel-ratio: 2),
	only screen and (     -o-min-device-pixel-ratio: 2/1),
	only screen and (        min-device-pixel-ratio: 2),
	only screen and (                min-resolution: 192dpi),
	only screen and (                min-resolution: 2dppx) {
		.button-download {
			background-image: url(images/downloadNow@2x.png) !important;
			background-size: 264px 64px !important;
		}
	}

@media
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (   min--moz-device-pixel-ratio: 2),
	only screen and (     -o-min-device-pixel-ratio: 2/1),
	only screen and (        min-device-pixel-ratio: 2),
	only screen and (                min-resolution: 192dpi),
	only screen and (                min-resolution: 2dppx) {
		.button-download:hover {
			background-image: url(images/downloadNow_Over@2x.png) !important;
			background-size: 264px 64px !important;
		}
	}
	
@media
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (   min--moz-device-pixel-ratio: 2),
	only screen and (     -o-min-device-pixel-ratio: 2/1),
	only screen and (        min-device-pixel-ratio: 2),
	only screen and (                min-resolution: 192dpi),
	only screen and (                min-resolution: 2dppx) {
		.button-download.big {
			background-image: url(images/downloadNow-big@2x.png) !important;
			background-size: 403px 97px !important;
		}
	}

@media
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (   min--moz-device-pixel-ratio: 2),
	only screen and (     -o-min-device-pixel-ratio: 2/1),
	only screen and (        min-device-pixel-ratio: 2),
	only screen and (                min-resolution: 192dpi),
	only screen and (                min-resolution: 2dppx) {
		.button-download.big:hover {
			background-image: url(images/downloadNow-big-over@2x.png) !important;
			background-size: 403px 97px !important;
		}
	}
	
h1 {
	padding-bottom: 19px;
	font-family: 'HelveticaNeueThin', Arial, Helvetica, sans-serif;
	font-size: 65px;
	color: #c6ccd1;
	line-height: 80px;
	letter-spacing: 0.1em;
	text-align: center;
}

.home h1 {
	padding-bottom: 33px;
}

h2 {
	padding-bottom: 30px;
	font-family: 'HelveticaNeueThin', Arial, Helvetica, sans-serif;
	font-size: 46px;
	color: #9fa1a4;
	line-height: 75px;
	letter-spacing: 0.1em;
	text-align: center;
}

h2.bigger {
	padding-bottom: 43px;
	font-family: 'HelveticaNeueThin', Arial, Helvetica, sans-serif;
	font-size: 65px !important;
	color: #c6ccd1;
	line-height: 80px;
	letter-spacing: 0.1em;
	text-align: center;
}

h2.biggest {
	padding-bottom: 30px;
	font-family: 'HelveticaNeueThin', Arial, Helvetica, sans-serif;
	font-size: 75px;
	color: #8e8f92;
	line-height: 80px;
	letter-spacing: 0.1em;
	text-align: center;
}

h3 {
	padding-bottom: 60px;
	font-family: 'HelveticaNeueThin', Arial, Helvetica, sans-serif;
	font-size: 44px;
	color: #afb0b3;
	line-height: 75px;
	letter-spacing: 0.1em;
	text-align: center;
}

h4 {
	padding: 3px 0 11px 0;
	font-family: 'HelveticaNeueThin', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #fff;
	line-height: 32px;
	letter-spacing: 0.1em;
	font-style: italic;
}

.section {
	background-color: #20242c;
}

.section .wrapper {
	padding: 177px 0 110px 0;
}

#features .wrapper {
	padding-top: 127px;
}

.grey .wrapper {
	padding: 123px 0 62px 0;
}

.pink .wrapper {
	padding: 90px 0;
	width: 1070px;
}

.waves {
	background: url(images/waves.png) center 83px repeat-x;
}

.grey {
	background-color: #1c1e24;
	color: #dadada;
	letter-spacing: 0.1em;
}

.pink {
	background-color: #612941;
}

.top-features {
	margin-bottom: 98px;
	text-align: center;
}

.top-features .item {
	margin: 48px 42px 21px 42px;
	font-size: 17px;
	color: #8b9196;
	line-height: 30px;
	letter-spacing: 0.1em;
	width: 250px;
	display: inline-block;
	vertical-align: top;
}

.top-features .item .img-holder {
	background: url(images/octangle.png) top center no-repeat;
	line-height: 159px;
	width: 250px;
	height: 159px;
	display: table-cell;
	vertical-align: middle;
	clear: both;
	text-align: center;
}

@media
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (   min--moz-device-pixel-ratio: 2),
	only screen and (     -o-min-device-pixel-ratio: 2/1),
	only screen and (        min-device-pixel-ratio: 2),
	only screen and (                min-resolution: 192dpi),
	only screen and (                min-resolution: 2dppx) {
		.top-features .item .img-holder {
			background-image: url(images/octangle@2x.png) !important;
			background-size: 158px 159px !important;
		}
	}

.top-features .item .img-holder img {
	vertical-align: middle;
}

.top-features .item .desc {
	margin-top: 26px;
	display: inline-block;
}

.slider {
	height: 874px;
	overflow: hidden;
	position: relative;
	margin: 0 auto 25px auto;
	width: 1164px;
}

.slider li {
	margin: 0 0 5px 0;
	padding: 0;
	list-style: none;
	width: 1164px !important;
	height: 874px !important;
	overflow: hidden;
	text-align: center;
}

.slider li img {
	max-width: 898px;
}

.slider .jcarousel-container {
	padding: 0;
	overflow: hidden;
	width: 1164px !important;
	height: 874px !important;
	overflow: hidden;
}

.slider .jcarousel-clip {
	
}

.slider .jcarousel-clip, .slider .jcarousel-item {
	overflow: hidden;
	width: 1164px !important;
	height: 874px !important;
}
	
/* --------------------
		Carousel
-------------------- */

.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel {
	height: 874px;
	overflow: hidden;
	position: relative;
	margin: 0 auto 25px auto;
	width: 1164px;
	position: relative;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls {
	position: absolute;
	top: 0;
	left: 0;
	width: 1164px;
	display: block !important;
}

.owl-controls .owl-prev {
	background: url(images/slider-prev.png) 0 0 no-repeat;
	width: 78px;
	height: 78px;
	display: inline-block;
	top: 300px;
	left: 0;
	position: absolute;
	z-index: 2;
	cursor: pointer;
	text-indent: -9999px;
}

.owl-controls .owl-next {
	background: url(images/slider-next.png) 0 0 no-repeat;
	width: 78px;
	height: 78px;
	display: inline-block;
	top: 300px;
	right: 0;
	position: absolute;
	z-index: 2;
	cursor: pointer;
	text-indent: -9999px;	
}

@media
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (   min--moz-device-pixel-ratio: 2),
	only screen and (     -o-min-device-pixel-ratio: 2/1),
	only screen and (        min-device-pixel-ratio: 2),
	only screen and (                min-resolution: 192dpi),
	only screen and (                min-resolution: 2dppx) {
		.owl-controls .owl-prev {
			background-image: url(images/slider-prev@2x.png) !important;
			background-size: 78px 78px !important;
		}
	}
	
@media
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (   min--moz-device-pixel-ratio: 2),
	only screen and (     -o-min-device-pixel-ratio: 2/1),
	only screen and (        min-device-pixel-ratio: 2),
	only screen and (                min-resolution: 192dpi),
	only screen and (                min-resolution: 2dppx) {
		.owl-controls .owl-next {
			background-image: url(images/slider-next@2x.png) !important;
			background-size: 78px 78px !important;
		}
	}

.more {
	font-family: 'HelveticaNeueMedium', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #73787e;
	line-height: 36px;
	letter-spacing: normal;
}

#about {
	text-align: center;
}

.logos {
	float: left;
}

.logos a {
	margin: 0 29px 10px 0;
	vertical-align: top;
	display: inline-block;
}

.logo-macUniversal {
	background: url(images/macUniversal.png) 0 0 no-repeat;
	width: 74px;
	height: 95px;
	display: inline-block;
}

@media
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (   min--moz-device-pixel-ratio: 2),
	only screen and (     -o-min-device-pixel-ratio: 2/1),
	only screen and (        min-device-pixel-ratio: 2),
	only screen and (                min-resolution: 192dpi),
	only screen and (                min-resolution: 2dppx) {
		.logo-macUniversal {
			background-image: url(images/macUniversal@2x.png) !important;
			background-size: 74px 95px !important;
		}
	}

.logo-osxLogo {
	background: url(images/osxLogo.png) 0 0 no-repeat;
	width: 74px;
	height: 95px;
	display: inline-block;
}

@media
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (   min--moz-device-pixel-ratio: 2),
	only screen and (     -o-min-device-pixel-ratio: 2/1),
	only screen and (        min-device-pixel-ratio: 2),
	only screen and (                min-resolution: 192dpi),
	only screen and (                min-resolution: 2dppx) {
		.logo-osxLogo {
			background-image: url(images/osxLogo@2x.png) !important;
			background-size: 74px 95px !important;
		}
	}
	
.button-buy {
	background: url(images/button-buy.png) 0 0 no-repeat;
	font-size: 26px;
	color: #fff;
	text-align: center;
	line-height: 63px;
	letter-spacing: 0.1em;
	width: 263px;
	height: 63px;
	display: inline-block;
	overflow: hidden;
}

.button-buy:hover {
	background-position: 0 -63px;
	text-decoration: none;
}

.right {
	width: 315px;
	float: right;
}

ul.arrowed {
	padding-top: 2px;
}

ul.arrowed li {
	background: url(images/arrow.png) 0 4px no-repeat;
	padding: 0 0 16px 27px;
	font-size: 16px;
	color: #fff;
	line-height: 20px;
	letter-spacing: 0.1em;
	list-style: none;
}

.double {
	overflow: hidden;
}

.column {
	margin: 0 0 0 78px;
	width: 430px;
	float: left;
}

.column.alignright {
	margin: 0 35px 0 0;
	float: right !important;
}

.features {
	margin-bottom: -14px !important;
}

.features .item {
	margin: 47px 0 86px 0;
	padding: 0 0 0 103px;
	font-size: 22px;
	color: #8b9196;
	line-height: 34px;
	letter-spacing: 0.1em;
	overflow: hidden;
	clear: both;
}

.features .item a {
	color: #8b9196;
}

.features .item .img-holder {
	margin: 3px 0 0 -103px;
	text-align: center;
	width: 64px;
	float: left;
}

.review {
	margin: 84px 0 36px 38px;
	width: 490px;
	float: left;
}

.review.alignright {
	margin: 84px 0 36px 0;
	float: right !important;
}

.review.wider {
	margin: 104px 50px 69px 38px !important;
	width: auto;
	clear: both;
}

.review blockquote {
	padding-bottom: 25px;
	font-family: 'HelveticaNeueThinItalic', Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #dadada;
	line-height: 45px;
	letter-spacing: 0.1em;
	display: block;
}

.review.wider blockquote {
	padding-bottom: 53px;
}

.review .author {
	font-family: 'HelveticaNeueRegular', Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #757e83;
	line-height: 26px;
	letter-spacing: 0.1em;
}

.review.wider .author {
	font-size: 26px;
	line-height: 28px;
}

ul.elements {
	margin: 79px 0 76px 68px;
	width: 492px;
	float: left;
}

ul.elements.alignright {
	margin: 79px 0 76px 0;
	float: right !important;
}

ul.elements li {
	margin-bottom: 35px;
	font-family: 'HelveticaNeueRegular', Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #dadada;
	line-height: 35px;
	letter-spacing: 0.1em;
	list-style: none;
}

ul.elements li a {
	color: #dadada;
}

.purple {
	color: #778ce3;
	text-decoration: underline;
	font-style: normal;
}

.purple:hover {
	text-decoration: none;
}

.article {
	padding: 0 125px 50px 125px;
	font-size: 14px;
	color: #fff;
	line-height: 25px;
	letter-spacing: 0.1em;
}

.panel-wrapper {
	margin-right: 54px;
	font-size: 14px;
	color: #fff;
	line-height: 16px;
	letter-spacing: 0.1em;
	font-style: italic;
	text-align: center;
	width: 389px;
	float: left;
}

.panel-wrapper a {
	font-style: normal;
}

.panel {
	background-color: #fff;
	margin-bottom: 21px;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	-ms-border-radius: 9px;
	padding: 36px 60px 41px 60px;
	text-align: left;
}

.panel p {
	padding-bottom: 21px;
}

.panel img {
	vertical-align: middle;
}

.footer {
	font-size: 14px;
	color: #dadada;
	line-height: 45px;
	letter-spacing: 0.1em;
	clear: both;
}

.footer .wrapper {
	padding: 47px 10px;
	width: 1174px;
}

.footer .socials {
	float: left;
}

.socials .icon {
	background-image: url(images/social-icons.png);
	background-repeat: no-repeat;
	margin-right: 5px;
	width: 31px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
}

.socials .icon.facebook {
	background-position: 0 0;
}

.socials .icon.facebook:hover  {
	background-position: 0 -35px;
}

.socials .icon.googleplus {
	background-position: -41px 0;
}

.socials .icon.googleplus:hover  {
	background-position: -41px -35px;
}

.socials .icon.twitter {
	background-position: -83px 0;
}

.socials .icon.twitter:hover  {
	background-position: -83px -35px;
}

.socials .icon.pinterest {
	background-position: -125px 0;
}

.socials .icon.pinterest:hover  {
	background-position: -125px -35px;
}

.footer .copyright {
	margin: -5px 22px 0 0;
	float: right;
}

.owl-carousel .owl-item img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	object-position: top center;
}