/*
* Base CSS for the Pulpee template.
* (c) Pulpee.com. All rights reserved.
*/

@font-face {
	font-family: 'Font Awesome';
	src: url('../fonts/fontawesome-webfont.eot');
	src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/fontawesome-webfont.woff') format('woff'),
		 url('../fonts/fontawesome-webfont.ttf') format('truetype'),
		 url('../fonts/fontawesome-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;

}

html{color:#333;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#333;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

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

address, cite, q, dfn {
	font-style: normal;
}

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

article, aside, dialog, figure, footer, header, 
hgroup, nav, section { 
	display: block;
}

a, ins, del {
	text-decoration: none
}

q, blockquote {
	quotes: none;
}

q:after, q:before,
blockquote:after, blockquote:before {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th, td {
	vertical-align: top;
}

th {
	text-align: left;
}
a {
	color: #2A74DF;
}
button, input, select, textarea {
	font: inherit;
	outline: none;
}
.clear {
	clear: both;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

h1 {
	
}
h2 { 
	
}
body {
	font-family: 'PT Sans', sans-serif;
	background: url(../images/mainbg.svg) top center no-repeat;
	
}


.header {
	padding: 20px;

}
.header .logo {
	display: block;
	width: 146px;
	height: 48px;
	float: left;
	background: url(../images/logo.svg) top left no-repeat;
	background-size: 146px 48px;
}
.header .right {
	float: right;
}
.header .right a {
	display: inline-block;
	color: white;
}
.header .right span {
	display: inline-block;
	color: rgba(255, 255, 255, 0.5);
	margin-left: 10px;
	margin-right: 10px;
}
.header .right a i {
	display: block;
	font-style: normal;
	font-size: 20px;
	float: left;
	line-height: 16px;
	margin-right: 6px;
	font-family: 'Font Awesome';
}
.header .right a.watch i:before {
	content: '\f16a';
}
.header .right a.signin i:before {
	content: '\f2bd';
}

.content {
}
.content .constrained {
	max-width: 1024px;
	margin: 0 auto;
}


.banner {
	text-align: center;
	padding-top: 40px;
}
.banner h1 {
	font-size: 36px;
	line-height: 64px;
	color: white;
	font-weight: bold;
}
.banner h2 {
	font-size: 18px;
	line-height: 24px;
	color: white;
	margin-bottom: 20px;
}
.banner a.action {
	display: inline-block;
	background: #64DB81;
	border: 1px solid #51A95F;
	box-shadow: 0 5px 8px 0 rgba(0,0,0,0.30);
	border-radius: 4px;
	color: white;
	padding: 10px 50px;
	margin-bottom: 20px;
}

a.actionbutton {
	display: inline-block;
	background: #64DB81;
	border: 1px solid #51A95F;
	box-shadow: 0 5px 8px 0 rgba(0,0,0,0.30);
	border-radius: 4px;
	color: white;
	padding: 10px 50px;
	margin-bottom: 20px;
}


.demoarea {
	width: 578px;
	height: 337px;
	background: url(../images/windowcontainer.svg) top left no-repeat;
	background-size: 578px 337px;
	margin: 0 auto;
}
.demoarea .inner {
	position: relative;
	padding: 30px;
	padding-top: 50px;
}
.demoarea .inner {
	font-size: 18px;
	line-height: 24px;
}
.demoarea .inner .lnksubnote {
	text-decoration: none;
	border: 2px solid #2a74df;
	color: #2a74df;
	font-weight: bold;
	padding-left: 3px;
	margin-left: 2px;
	padding-right: 3px;
	margin-right: 2px;
	cursor: pointer;
}
.demoarea .inner .lnksubnote:hover,
.demoarea .inner .lnksubnote.active {
	background: #2a74df;
	color: white;
}
.demoarea .inner .logo {
	height: 63px;
	width: 185px;
	background: url(../images/logo.png) top left no-repeat;
	background-size: 185px 63px;
	margin-bottom: 20px;
}


.snpreview {
	position: absolute;
	width: 300px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	border-radius: 4px;
	background: white;
	height: 180px;
	right: 20px;
	top: 20px;
}
.snpreview .nav {
	height: 32px;
	padding-top: 10px;
}
.snpreview .nav span.index {
	display: block;
	float: left;
	font-weight: bold;
	position: absolute;
	margin-left: 40px;
	font-size: 14px;
	max-width: 320px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	white-space: nowrap;
	margin-top: 4px;
}
.snpreview .nav a {
	font-family: 'Ionicons';
	font-size: 24px;
	color: #ccc;
	display: block;
}
.snpreview .nav a.back {
	float: left;
	margin-left: 14px;
}
.snpreview .nav a.edit {
	float: right;
	margin-right: 14px;
	font-size: 16px;
	color: black;
}
.snpreview .nav a.close {
	float: right;
	margin-right: 14px;
}
.snpreview .nav a.back:before {
	content: '\f2ca';
}
.snpreview .nav a.close:before {
	content: '\f2d7';
}
.snpreview .nav a.edit:before {
	content: '\f2bf';
}
.snpreview .content {
	height: 130px;
	padding: 10px;
	font-size: 16px;
	line-height: 24px;
	overflow: auto;
	width: 260px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
}
.snpreview .content .lnksubnote {
	text-decoration: none;
	border: 2px solid #2a74df;
	color: #2a74df;
	font-weight: bold;
	padding-left: 3px;
	margin-left: 2px;
	padding-right: 3px;
	margin-right: 2px;
	cursor: pointer;
}
.snpreview .content .lnksubnote:hover {
	background: #2a74df;
	color: white;
}



.widehalf {
	
}
.widehalf .wcontent {
	float: left;
	width: 50%;
	padding-top: 80px;
}
.widehalf .wcontent.alt {
	float: right;
}
.widehalf .wcontent .inner {
	max-width: 480px;
	float: right;
	text-align: right;
	padding: 20px;
	padding-top: 80px;
}
.widehalf .wcontent.alt .inner {
	text-align: left;
	float: left;
}
.widehalf .wcontent .inner p {
	font-size: 18px;
	color: #757E89;
	line-height: 31px;
}
.widehalf .wcontent .inner h2 {
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 24px;
	color: #2A74DF;
}
.widehalf .wcontent .inner a.slink {
	float: right;
	padding-top: 10px;
	margin-left: 20px;
}
.widehalf .wcontent .inner a.blink {
	display: inline-block;
	background: #64DB81;
	border: 1px solid #51A95F;
	box-shadow: 0 5px 8px 0 rgba(0,0,0,0.30);
	border-radius: 4px;
	color: white;
	padding: 10px 50px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.widehalf .wpreview {
	padding-top: 80px;
	float: right;
	width: 50%;
	background: url(../images/headphones.svg) 80px 0 no-repeat;
}
.widehalf .deskpreview {
	height: 420px;
	width: 50%;
	float: left;
	margin-top: 80px;
	background: url(../images/display-preview.svg) top right no-repeat;
	background-size: 480px auto;
}
.widehalf .wpreview .screen {
	width: 280px;
	height: 470px;
	background: url(../images/app-screen.svg) top left no-repeat;
	background-size: 280px auto;
}

a.appstore {
	float: right;
	width: 135px;
	height: 40px;
	background: url(../images/ios-app-store.svg) top left no-repeat;
}
a.playstore {
	float: right;
	margin-left: 10px;
	width: 135px;
	height: 40px;
	background: url(../images/google-play-badge.png) top left no-repeat;
	background-size: 135px 40px;
}


.footer {
	max-width: 984px;
	padding: 20px;
	margin: 0 auto;
	padding-bottom: 40px;
}
.footer .copy {
	padding-top: 40px;
	text-align: right;
	clear: both;
}
.footer .copy small {
	font-size: 14px;
	display: block;
	margin-top: 20px;
	color: #999;
}
.footer .sidemenu {
	text-align: right;
}
.footer .sidemenu .logo {
	display: block;
	float: right;
	width: 133px;
	height: 44px;
	background: url(../images/logo-blue.svg) top left no-repeat;
	background-size: 133px 44px;
	margin-bottom: 20px;
}
.footer .sidemenu a {
	display: inline-block;
	margin-left: 20px;
}

.bannerfooter {
	text-align: center;
	padding: 20px;
	padding-top: 40px;
	margin-bottom: 80px;
}
.bannerfooter h3 {
	font-size: 24px;
	line-height: 32px;
	color: #505050;
	font-weight: bold;
}


.entrycontent {
	min-height: 500px;
	padding-top: 40px;
	max-width: 67%;
}
.entrycontent h1 {
	font-size: 36px;
	line-height: 56px;
	color: white;
	margin-bottom: 20px;
}
.entrycontent p {
	color: white;
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 20px;
}

@media screen and (max-width: 980px) {
	.footer {
		text-align: center;
	}
	.footer .copy,
	.footer .sidemenu {
		max-width: none;
		float: none;
	}
	.footer .sidemenu .logo {
		float: none;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.footer .sidemenu {
		text-align: center;
	}
	.footer .copy small {
		color: #999;
	}
}

@media screen and (max-width: 800px) {
	.widehalf .wcontent .inner {
		padding-top: 40px;
	}
	.widehalf .wcontent .inner p,
	.entrycontent p {
		font-size: 16px;
		line-height: 24px;
	}
}

@media screen and (max-width: 600px) {
	.header .logo {
		float: none;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.header .right {
		float: none;
		width: auto;
		clear: both;
		text-align: center;
	}
	.banner {
		padding: 20px;
	}
	.widehalf .wpreview,
	.widehalf .wcontent,
	.widehalf .wcontent.alt {
		float: none;
		width: auto;
	}
	.widehalf .wpreview {
		padding-top: 0;
	}
	.widehalf .wpreview .screen {
		margin: 0 auto;
	}
	.widehalf .wcontent {
		padding-top: 20px;
	}
	.demoarea {
		display: none;
	}
	.widehalf .wcontent .inner,
	.widehalf .wcontent.alt .inner {
		padding: 20px;
		float: none;
		text-align: center;
		max-width: none;
	}
	.widehalf .wcontent .inner a.slink {
		float: none;
		display: block;
		margin: 0;
		margin-bottom: 20px;
	}
	a.appstore {
		float: none;
		display: inline-block;
		margin: 0;
	}
	.widehalf .deskpreview {
		width: auto;
		height: 420px;
		float: none;
		background-position: top right;
	}
	.bannerfooter {
		margin-bottom: 0;
	}
	.entrycontent {
		min-height: 520px;
		padding: 20px;
		max-width: none;
	}
	.footer .copy {
		font-size: 12px;
	}
	.footer .sidemenu a.f {
		margin-left: 0;
	}
}