@charset "utf-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* DEFAULTS
LAYOUT
UNIVERSAL
*/


/* ----- DEFAULTS ----- */
body {
	background: #101820 url(images/background.jpg) no-repeat top center;
	font:16px Helvetica, Arial, sans-serif;
	margin:0;
	padding:0;
	color:#fff;
}
div {
	overflow:hidden;
}
a {
	text-decoration:none;
}
a:link, a:visited {
	color:#0CF
}
a:hover, a:active {
	color:#214366;
}
.button, .button:link, .button:visited {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 18px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	background: linear-gradient(top,  #faa51a,  #f47a20);
}
.button:hover {
	text-decoration: none;
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	background: linear-gradient(top,  #f88e11,  #f06015);
}
.button:active {
	position: relative;
	top: 1px;
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	background: linear-gradient(top,  #f47a20,  #faa51a);
}
#contactnow {
	float:right;
	font-size:3em;
	margin:5px 0 0 10px;
	padding: 5px 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
	.button img {
		vertical-align:middle;
		margin-right:5px;
	}
/* ----- LAYOUT ----- */
#wrap {
	width:980px;
	margin:0 auto;
	position:relative;
}
#banner {
	padding:10px 0 0 0;
}
	#logo {
		padding:0 0 0 150px;
		margin:0;
		line-height:90px;
		font-size:3em;
	/*	font-family:'HelveticaNeueW01-77BdCn 692722';*/
	}
	.qrs {
	float:right;
	margin:10px 15px 0 0;
}
	.qrs div {
		display:inline-block;
		height:99px;
		width:131px;
		background-repeat:no-repeat;
		background-position:right;
		text-align:right;
		position:relative;
	}
		.qrsapple {
			background-image:url(images/qrback-apple.png);
		}
		.qrsandriod {
			background-image:url(images/qrback-andriod.png);
			margin-left:30px;
		}
		.qrsmobile {
			background-image:url(images/qrback-mobile.png);
			margin-left:30px;
		}
			.qrs div img {
				width:77px;
				height:77px;
				position:absolute;
				top:10px;
				right:12px;
			}

#left {
	float:left;
	width:255px;
	padding: 5px 20px 20px 0;
}

#plugin {
	border:3px solid rgba(36,67,97,.6);
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	-o-border-radius:15px;
	border-radius:15px;
	margin-top: 10px;
	overflow: hidden;
	display: block;
	width: 258px;
}
	#plugin img {
		display: block;
	}

#buttons {
	width: 100%;
	background:#000;
	border:3px solid rgba(36,67,97,.6);
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	-o-border-radius:15px;
	border-radius:15px;
	box-shadow: 5px 5px 10px rgba(0,0,0,.8);

}
	#buttons a {
		display:block;
		border-top:3px solid rgba(36,67,97,.6);
		color:#fff;
		font-size:.8em;
		background:#000 url(images/buttons-back.gif) repeat-x;
		height:60px;
	}
		#buttons div {
			width:75px;
			height:60px;
			float:left;
			vertical-align:middle;
			background-position:center;
			background-repeat:no-repeat;
		}
			.bd, .bm, .bt {
				line-height:60px;
			}
			.ba, .bi, .bf {
				line-height:22px;
			}
			.bd div {
				background-image:url(images/i-desktop.png);
			}
			.bm div {
				background-image:url(images/i-mobile.png);
			}
			.bt div {
				background-image:url(images/i-tablet.png);
			}
			.ba div {
				background-image:url(images/i-andriod.png);
			}
			.bi div {
				background-image:url(images/i-apple.png);
			}
			.bf div {
				background-image:url(images/i-facebook.png);
			}
	#buttons a:first-child {
		border:none;
	}
		#buttons a:link, #buttons a:visited {
			color:#fff;
		}
		#buttons a:hover, #buttons a:active {
			color:#CCC;
		}
		#buttons a:hover div, #buttons a:active div {
			opacity:0.8;
			filter:alpha(opacity=80);
		}

	#buttons span {
		font-size:2em;
	}
#video {
	width:670px;
	float:left;
	margin-left:10px;
}
	#video div {
		float:right;
		width:64px;
	}
	#video div img {
		margin-bottom:5px;
	}
#screens {
	width:659px;
	height:447px;
	float:left;
	margin-left:20px;
	position:relative;
}
	#screens div {
	position:absolute;
	background-repeat:no-repeat;
	height:447px;
	}
		#desktop {
			top:0;
			left:0;
			width:353px;
		}
		#tablet {
			top:0;
			right:0;
			width:278px;
		}
		#mobile {
			top:0;
			left:279px;
			width:176px;
		}
.mobiledetect {
	padding:10px;
	text-align:center;
	background:#000;
}
	.mobiledetect p {
		font-size:2em;
		font-weight:bold;
	}
	.mobiledetect a {
		color:#0CF;
	}
.inlines {
	overflow:auto;
	background:#000;
	padding:20px;
}
	.inlines img {
		float:right;
		margin-left:10px;
		border:3px solid #fff;
	}
	.inlines h3 {
		font-size:2em;
	}
#inline6 p {
	margin: 1em 0;
}

.contacts {
	width:49%;
	float:left;
}
	.contacts span {
		font-size:1.6em;
		font-weight:bold;
	}
	#c2 p {
		margin-left:200px;
	}
#footer {
	text-align:center;
	color:#999;
	font-size:.8em;
}
/* ----- UNIVERSAL ----- */
/* ----- BOTTOM ----- */
#bottom {
	background: #009aff url(images/bottom-back.jpg) repeat-x top;
	border-top: 1px solid #09c;
	padding:3px 5px 3px 20px;
	line-height:40px;
	text-align:center;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	margin:10px 0;
}
	#bottom * {
		color:#fff;
		margin:0;
		padding:0;
	}
	#bottom h1 {
		font-size:1.8em;
		-moz-text-shadow:1px 1px 3px #000;
		-o-text-shadow:1px 1px 3px #000;
		-webkit-text-shadow:1px 1px 3px #000;
		text-shadow:1px 1px 3px #000;
	}
	#bottom h1 img {
		vertical-align:middle;
		height:30px;
	}
	#bottom a {
		text-decoration:none;
		font-style:italic;
	}
	#bottom a:hover, #bottom a:active {
		color:#CCC;
	}
	#bottomclose {
		float:left;
		margin:0;
		cursor:pointer;
	}


/* ----- PLUGIN PAGE ------ */

#plugin-content {
	background: #000;
	border: 5px solid #fff;
	padding: 20px 30px;
}
	#plugin-head {
		text-align: center;
		background: #f1f1f1;
		width: 260px;
		margin: 0 20px 20px 0;
		float: left;
	}
	#plugin-content h3 {
		font-size: 2.5em;
		margin-top: 30px;
	}
	#plugin-content p {
		margin: 1em 0;
	}
