@import url("prettyPhoto.css");

/*
 * 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.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 1em; line-height: 1.4; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

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

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

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

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

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

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: John Piasetzki
   ========================================================================== */

header {
  padding: 30px 0 0 0;
  background: #eaeaea url(/img/header_bg.png) 0 0 repeat;
  min-width: 1008px;
}

header div {
  margin: 0 auto;
  width: 978px;
  position: relative;
} 

header .title h1, header hr, .sub_nav, .more, footer .about, footer .inner .button {
display: none;
}

header .call {
  color: #939393;
  display: inline-block;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  position: absolute;
  bottom: 4px;
  right: 0;
  text-shadow: 0 1px 1px #fff;
font-size: 13px;
line-height: 17px;
}


header .call strong {
  color: #393939;
  font-size: 16px;
}

header h1 small, header .call strong, #main h3 {
color: #02A1D4;
}

nav {
  top: 17px;
  position: absolute;
  right: 0;
}

header nav li {
  color: #6F6F6F;
  font-family: 'Maven Pro', 'Helvetica Neue', helvetica, arial, sans-serif;
  font-size: 18px;
  line-height: 21px;
  text-shadow: 0 1px 1px #fff;
  float: left;
  margin-left: 11px;
}

nav li:first-child::before {
  content: '';
  margin-left: 0;
}
nav li::before {
  content: '/';
}

header nav a {
  color: #6F6F6F;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  outline: none;
  margin-left: 11px;
}

header nav .trial_nav a {
  color: #02A1D4;
}

header nav a:hover {
  color: #333;
}
header nav .active a {
  border-bottom-width: 3px;
  border-bottom-style: solid;
}
header nav .trial_nav a {
  color: #02a1d4;
}
header nav .trial_nav a:hover {
  color: #0186b0;
}

header h1 {
  color: #393939;
  font-family: 'Rokkitt', serif;
  font-size: 38px;
  font-weight: bold;
  margin-top: 40px;
  position: relative;
}

#main {
  margin: 0 auto;
  width: 978px;
  background-color: white;
  padding: 35px 0 40px 0;
}

#main .title {
  background: transparent url(/img/hr.png) 0 100% repeat-x;
  margin-bottom: 30px;
  padding-bottom: 11px;
}

#main .title {
  line-height: normal;
}

#main p:last-child {
margin-bottom: 0;
}

.col.trial {
  background: transparent url(../../images/external/vr.png) 100% 0 repeat-y;
  float: left;
  margin-right: -2px;
  margin-bottom: 30px;
  padding-right: 32px;
  width: 642px;
}
.col.trial.side {
  background-position: 0 0;
  padding-right: 0;
  padding-left: 30px;
  width: 276px;
}

/* FORM: =form
------------------------------------------------------------*/
#signup, .thanks {
  border: 3px solid #dcdcdc;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  padding: 25px 30px;
}
#signup h3, .thanks h3 {
  color: #4b4b4b;
  font-family: 'Helvetica Neue', helvetica, arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 2px;
}
#signup p, .thanks p {
  color: #939393;
  font-size: 12px;
  line-height: 17px;
}
#signup fieldset {
  border: 0;
}
#signup hr {
  margin-right: -30px;
  margin-left: -30px;
}
#signup label {
  color: #5c5c5c;
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-left: 3px;
  margin-bottom: 2px;
}
#signup .text {
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #5c5c5c;
  font-size: 13px;
  padding: 9px;
  width: 462px; /*480-18*/
}
#signup .note {
  color: #939393;
  display: block;
  font-size: 11px;
  font-style: italic;
  margin-top: 2px;
}
#signup .button {
  background-color: #02a1d4;
  margin-bottom: 3px;
}
#signup_form .button:hover {
  background-color: #0bade1;
}

#signup_form .half {
  float: left;
  margin-right: 10px;
  width: 277px;
}
#signup_form .half .text {
  float: left;
  width: 259px;
}
#signup_form .clear {
  clear: left;
}

#main p {
color: #737373;
font-size: 13px;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
font-smoothing: antialiased;
line-height: 22px;
margin-bottom: 20px;
margin-top: 0;
}

#main h2.center {
font-size: 31px;
font-weight: normal;
margin: 0 auto 4px;
width: 881px;
line-height: normal;
}
#main .center {
text-align: center;
}
#main h2 {
color: #393939;
font-family: 'Rokkitt', serif;
font-size: 32px;
margin: 0;
padding: 0;
}

.intro {
  text-align: center;
  padding-top: 4px;
}

#main .features {
  width: 1008px;
  list-style: none;
  margin: 9px -30px 0 -40px;
  overflow: hidden;
}
#main .features li {
  float: left;
  margin: 0 30px 0 0;
  text-align: center;
  width: 306px;
}
#main .features img {
  margin-bottom: 23px;
}
#main .features h3 {
  color: #0496ac;
}
#main .features p {
  margin-bottom: 0;
}

#main .features img {
margin-bottom: 23px;
}
#main img.border {
background-color: white;
border: 3px solid gainsboro;
-webkit-border-radius: 9px;
-moz-border-radius: 9px;
border-radius: 9px;
padding: 3px;
}

#main p:last-child {
margin-bottom: 0;
}
#main .get_started {
background-color: #E0F1F4;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
color: #383838;
clear: both;
font-size: 13px;
font-weight: bold;
margin: 30px 0;
padding: 14px;
position: relative;
text-align: center;
text-shadow: 0 1px 1px white;
}
#main p {
color: #737373;
font-size: 13px;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
font-smoothing: antialiased;
line-height: 22px;
margin-bottom: 20px;
}

------------------------------------------------------------*/
#main .features {
  list-style: none;
  margin: 9px -30px 34px 0;
  overflow: hidden;
}
#main .features li {
  float: left;
  margin: 0 30px 0 0;
  text-align: center;
  width: 306px;
}
#main .features img {
  margin-bottom: 23px;
}
#main .features h3 {
  color: #0496ac;
}
#main .features p {
  margin-bottom: 0;
}


#main h2.center {
  font-size: 31px;
  font-weight: normal;
  margin: 0 auto 4px;
  width: 881px;
}
#main h2 strong {
  color: #0496ac;
}
#main h3 {
  color: #0496ac;
}
#main p.center {
  /*color: #393939;*/
  font-family: 'Rokkitt', serif;
  font-size: 24px;
  -webkit-font-smoothing: subpixel-antialiased;
  margin-bottom: 24px;
}
#main p.center strong {
  color: #0496ac;
  font-weight: normal;
}
#main p.join_em {
  margin: -8px 0 10px;
}

#main .title {
  background: transparent url(/img/hr.png) 0 100% repeat-x;
  margin-bottom: 30px;
  padding-bottom: 11px;
}

#main h2 {
  color: #393939;
  font-family: 'Rokkitt', serif;
  font-size: 32px;
}
#main h3 {
  color: #393939;
  font-family: 'Helvetica Neue', helvetica, arials, sans-serif;
  font-size: 16px;
  font-weight: normal;
  margin-top: 7px;
  margin-bottom: 10px;
}

#main .features p {
  margin-top: 0;
}
#main h4 {
  color: #737373;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 8px;
}
#main p {
  color: #737373;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  line-height: 22px;
  margin-bottom: 20px;
}
#main p:last-child {
  margin-bottom: 0;
}
#main hr {
  background: transparent url(/img/hr.png) 0 0 repeat-x;
  border: 0;
  clear: both;
  margin: 11px 0 15px;
  padding-top: 2px;
}
#main hr.thin {
  background-image: url(/img/thr.png);
  padding-top: 1px;
}
#main ol,
#main ul {
  color: #737373;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  margin-left: 18px;
  margin-bottom: 20px;
}
#main li {
  color: #737373;
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 4px;
}
#main a {
  color: #02a1d4;
}
#main a:hover {
  color: #0186b0;
}

#main img.right {
  float: right;
  margin: 0 0 20px 30px;
}
#main img.border {
  background-color: #fff;
  border: 3px solid #dcdcdc;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  padding: 3px;
}

.intro h1 {
font-size: 46px;
margin-bottom: 15px;
text-align: center;
line-height: normal;
}

.intro {
  line-height: normal;
  width: 881px;
  position: static;
}

#main .center {
  text-align: center;
}

/* GET STARTED: =get_started
------------------------------*/
#main .get_started {
  background-color: #e0f1f4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #383838;
  clear: both;
  font-size: 13px;
  font-weight: bold;
  margin: 30px 0;
  padding: 14px;
  position: relative;
  text-align: center;
  text-shadow: 0 1px 1px #fff;
}
#main .get_started .button {
  font-size: 15px;
  margin-left: 15px;
}
#main .get_started .button.with_arrow:after {
  margin-top: -7px;
}

nav {
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
nav ul {
  list-style: none;
}
nav li {
  float: left;
  margin-left: 11px;
}
nav li:before {
  content: '/';
}
nav li:first-child:before {
  content: '';
  margin-left: 0;
}
nav a {
  display: inline-block;
  outline: none;
  margin-left: 11px;
}

.inner {
  margin: 0 auto;
  width: 978px;
}

#main .get_started {
  background-color: #e0f1f4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #383838;
  clear: both;
  font-size: 13px;
  font-weight: bold;
  margin: 30px 0;
  padding: 14px;
  position: relative;
  text-align: center;
  text-shadow: 0 1px 1px #fff;
}
#main .get_started .button {
  font-size: 15px;
  margin-left: 15px;
}
#main .get_started .button.with_arrow:after {
  margin-top: -7px;
}

.button {
  background-color: #ccc;
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, transparent),color-stop(1, rgba(0,0,0,.1)));
  background-image: -moz-linear-gradient(top, transparent, rgba(154,154,154,.1));
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-box-shadow: 0 2px 1px rgba(0,0,0,.15);
  -moz-box-shadow: 0 2px 1px rgba(0,0,0,.15);
  box-shadow: 0 2px 1px rgba(0,0,0,.15);
  color: #fff;
  display: inline-block;
  font-family: 'Maven Pro', 'Helvetica Neue', 'HelveticaNeue', arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  letter-spacing: -0.06em;
  padding: 7px 18px;
  position: relative;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0,0,0,.25);
  text-transform: uppercase;
  transition: background-color 200ms linear;
  -webkit-transition: background-color 200ms linear;
  -moz-transition: background-color 200ms linear;
  -o-transition: background-color 200ms linear;
}
#main .button,
#main .button:hover,
footer .button:hover {
  color: #fff;
}
.button.big {
  font-size: 14px;
  padding: 10px 20px;
}
.button.small {
  padding: 5px 10px;
}
.button.with_arrow {
  padding-right: 42px;
}
.button.big.with_arrow {
  padding-right: 44px;
}
.button.small.with_arrow {
  padding-right: 29px;
}
.button.with_arrow:after {
  content: url('/img/button_arrow.png');
  display: block;
  height: 15px;
  margin-top: -6px;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 15px;
}
.button.small.with_arrow:after {
  right: 10px;
}

.button.blue { background-color: #0496ac; }
.button.blue:hover { background-color: #0ba8c0; }

.button.teal { background-color: #048fa6; }
.button.teal:hover { background-color: #18aac2; }

.button.green { background-color: #72b04c; }
.button.green:hover { background-color: #7ab755; }

#splash_button_play a {
  display: block;
  width: 51px;
  height: 52px;
  position: relative;
  top: -120px;
  left: 130px;
  background: transparent url(/img/button_sprite_black.png) 0px -275px no-repeat;
}

#splash_button_play a:hover {
    background:transparent url(/img/button_sprite_black.png) 0px -327px no-repeat;
}

#splash_button_play a:active {
    background:transparent url(/img/button_sprite_black.png) 0px -380px no-repeat;
}

#increase {
  margin-top: -45px !important;
}

#signup_form h3, #enterprise_signup_form h3, .thanks h3 {
  color: #4B4B4B;
  font-family: 'Helvetica Neue', helvetica, arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 2px;
}

.trial_nav {
  font-weight: bold;
}
















/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* 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; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



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

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  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; }
}

