/* =============================================================================

  Streampartner stylesheet

    Created by: Boerdam;

   ========================================================================== */

/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */

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

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

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

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

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; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
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%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

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

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

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

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
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, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

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

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

/* ===== Font faces ============================================================
   ========================================================================== */

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

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

/* ===== Primary Styles ========================================================
   Author:
   ========================================================================== */

/* -------------------------------------------------
    Typography
------------------------------------------------- */

h1, h2, h3, h4, p, a, li, form {
  font-family: 'AllerRegular', Helvetica, Arial, sans-serif;
  font-weight: normal;
}

h1 {
  font-size: 2.4375em;
}
h2 {
  font-size: 1.9375em;
}
h3 {
  font-size: 1.3125em;
}
h4 {
  font-size: 1em;
}
a {
  text-decoration: none;
}
a:hover, a:visited:hover {
  color: #ff8b3c;
}
a:active, a:focus {
  color: #fff;
  outline: none;
  border: none;
}
a:visited {
  color: #fff;
}
span.bold {
  font-family: 'AllerBold', Helvetica, Arial, sans-serif;
}

.main h2, .clients h2, .client-heading {
  color: #515151;
  margin-top: 2.2em;
}
.main a:hover, .footer a:hover {
  color: #ff8b3c;
}

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

.button {
  padding:  0.6em 1.6em;
  
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  border-radius: 5em;

  font-family: 'AllerBold',Helvetica,Arial,sans-serif;
  font-size: 1.1875em;
  color: #fff;

  -webkit-transition: background 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.button:visited {
  color: #fff;
}

.button.orange {
  background: rgb(243,153,59); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(243,153,59,1) 0%, rgba(240,127,13,1) 10%, rgba(236,103,8,1) 80%, rgba(241,143,73,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,153,59,1)), color-stop(10%,rgba(240,127,13,1)), color-stop(80%,rgba(236,103,8,1)), color-stop(100%,rgba(241,143,73,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(243,153,59,1) 0%,rgba(240,127,13,1) 10%,rgba(236,103,8,1) 80%,rgba(241,143,73,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(243,153,59,1) 0%,rgba(240,127,13,1) 10%,rgba(236,103,8,1) 80%,rgba(241,143,73,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(243,153,59,1) 0%,rgba(240,127,13,1) 10%,rgba(236,103,8,1) 80%,rgba(241,143,73,1) 100%); /* IE10+ */
  background: linear-gradient(top, rgba(243,153,59,1) 0%,rgba(240,127,13,1) 10%,rgba(236,103,8,1) 80%,rgba(241,143,73,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1891f', endColorstr='#ed6908',GradientType=0 ); /* IE6-9 */
  border: 1px solid #ec6708;
}

.button.dark {
  background: rgb(51,51,51); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(40,40,40,1) 10%, rgba(37,37,37,1) 78%, rgba(66,66,66,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(51,51,51,1)), color-stop(10%,rgba(40,40,40,1)), color-stop(78%,rgba(37,37,37,1)), color-stop(100%,rgba(66,66,66,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(51,51,51,1) 0%,rgba(40,40,40,1) 10%,rgba(37,37,37,1) 78%,rgba(66,66,66,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(51,51,51,1) 0%,rgba(40,40,40,1) 10%,rgba(37,37,37,1) 78%,rgba(66,66,66,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(51,51,51,1) 0%,rgba(40,40,40,1) 10%,rgba(37,37,37,1) 78%,rgba(66,66,66,1) 100%); /* IE10+ */
  background: linear-gradient(top, rgba(51,51,51,1) 0%,rgba(40,40,40,1) 10%,rgba(37,37,37,1) 78%,rgba(66,66,66,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#282828',GradientType=0 ); /* IE6-9 */
  border: 1px solid #0f0f0f;
}

.button:hover, .button:visited:hover {
  color: #eee;
}
.button.dark:hover {
  background: rgb(63,63,63); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(63,63,63,1) 0%, rgba(48,48,48,1) 12%, rgba(71,71,71,1) 79%, rgba(99,99,99,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(63,63,63,1)), color-stop(12%,rgba(48,48,48,1)), color-stop(79%,rgba(71,71,71,1)), color-stop(100%,rgba(99,99,99,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(63,63,63,1) 0%,rgba(48,48,48,1) 12%,rgba(71,71,71,1) 79%,rgba(99,99,99,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(63,63,63,1) 0%,rgba(48,48,48,1) 12%,rgba(71,71,71,1) 79%,rgba(99,99,99,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(63,63,63,1) 0%,rgba(48,48,48,1) 12%,rgba(71,71,71,1) 79%,rgba(99,99,99,1) 100%); /* IE10+ */
  background: linear-gradient(top, rgba(63,63,63,1) 0%,rgba(48,48,48,1) 12%,rgba(71,71,71,1) 79%,rgba(99,99,99,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#383838', endColorstr='#2c2c2c',GradientType=0 ); /* IE6-9 */
}
.button.orange:hover {
  background: rgb(242,158,75); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,158,75,1) 0%, rgba(239,141,43,1) 11%, rgba(234,116,37,1) 80%, rgba(239,158,100,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,158,75,1)), color-stop(11%,rgba(239,141,43,1)), color-stop(80%,rgba(234,116,37,1)), color-stop(100%,rgba(239,158,100,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,158,75,1) 0%,rgba(239,141,43,1) 11%,rgba(234,116,37,1) 80%,rgba(239,158,100,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,158,75,1) 0%,rgba(239,141,43,1) 11%,rgba(234,116,37,1) 80%,rgba(239,158,100,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,158,75,1) 0%,rgba(239,141,43,1) 11%,rgba(234,116,37,1) 80%,rgba(239,158,100,1) 100%); /* IE10+ */
  background: linear-gradient(top, rgba(242,158,75,1) 0%,rgba(239,141,43,1) 11%,rgba(234,116,37,1) 80%,rgba(239,158,100,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9e3c', endColorstr='#fb7512',GradientType=0 ); /* IE6-9 */
}
/* -------------------------------------------------
    Main
------------------------------------------------- */

body, html {
    width: 100%;
}
header, .slider, footer, html, body {
    min-width: 960px;
}

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

header {
  height: 86px;
  border-bottom: 1px solid #b5432b;
  background-color: #1a1a1a;
  z-index: 10;
  position: relative;
}

.inner {
  width: 950px;
  margin: 0 auto;
  height: 100%;
  padding: 0 5px;
}

header .logo {
  margin-top: 14px;
  float: left;
}

/* -------------------------------------------------
    Navigation
------------------------------------------------- */

nav {
  height: 54px;
  float: right;
  margin-top: 1em;
}

nav ul {
  list-style-type: none;
  display: block;
  float: left;
}

nav ul li {
  list-style-type: none;
  display: block;
  float: left;
}

nav ul li a {
  border-right: 1px solid #282828;
  height: 100%;
  color: #fff;
  padding: 1em;
  line-height: 54px;
}

nav .lang-selector li a {
  border: none;
  padding: 0.3em;
}

/* -------------------------------------------------
    Slider box
------------------------------------------------- */

.slider {
  background: #ce3f1f url('../img/world-bg.png') no-repeat 85% 0;
  border-bottom: 70px solid #f2efef;
  box-shadow: 0 5px 5px rgba(0,0,0,0.21) inset;
  z-index: -5;
}

.home .slider {
  height: 423px;
}

.slider h2 {
  margin: 0.5em 0;
}

.slider .inner { position: relative; }

.slider .slider-streams {
  float: left;
  margin: -8em 0 0 -29em;
}

.slider h1 {
  color: #fff;
  margin: 0;
  padding: 50px 0 0 0;
}

.slider .left-col {
  width: 600px;
  height: 360px;
  float: left;
  position: absolute;
  left: -160px;
  bottom: -70px;
  overflow: hidden;
}

.slider .right-col {
  width: 495px;
  height: 360px;
  position: absolute;
  right: 0;
  bottom: -70px;
}

.slider h2 {
  color: #fe923b;
}

.slider .right-col p {
  line-height: 1.8125em;
  color: #fff;
}

.slider .right-col a {
  position: absolute;
  bottom: 46px;
}

.slider .right-col a.button.dark {
  left: 245px;
}

.slider .left-col .slider-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
/* Slider images */
.slider .left-col .slider-wrapper div {
  width: 100%;
  height: 100%;
  position: absolute;
}
.slider .left-col .slider-wrapper div img {
  position: absolute;
  opacity: 0;
  -moz-opacity: 0;
  filter:alpha(opacity=0);
}
/* Slide 1 images */
.slider .left-col .slider-wrapper .tv img { left: 140px; bottom: 40px; }
.slider .left-col .slider-wrapper .macbook img { left: 0px; bottom: 20px; }
.slider .left-col .slider-wrapper .ipad img { left: 400px; bottom: 20px; }
.slider .left-col .slider-wrapper .iphone img { left: 500px; bottom: 10px; }

/* Slide 1 images */
.slider .left-col .slider-wrapper .computer img { left: -480px; bottom: 30px; }
.slider .left-col .slider-wrapper .settop img { left: -600px; bottom: 20px; }
.slider .left-col .slider-wrapper .laptop img { left: -210px; bottom: 20px; }
.slider .left-col .slider-wrapper .galaxy img { left: -390px; bottom: 10px; } 

/* -------------------------------------------------
    Breadcrumb bar
------------------------------------------------- */

.breadcrumb-nav {
  height: 35px;
  background-color: #f3f0f0;
}

.breadcrumb-nav ul {
  margin-top: 0;
}

.breadcrumb-nav ul li {
  display: inline;
  line-height: 35px;
  color: #909090;
  font-size: 13px;
}

.breadcrumb-nav ul li a {
  color: #cc3c1e;
  margin: 0 5px;
}

/* -------------------------------------------------
    Content page
------------------------------------------------- */

/* Overwrite rules */
.content .slider {
  height: 196px;
  border: none;
}
.content .slider h2 {
  margin: 0.1em 0;
}
.content footer {
  margin: 0;
}

/* Page elements */
.content .row {
  padding: 3em 0 2em 0;
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #e5e5e5;
}

.content .row h2 {
  margin: 0 0 20px 0;
  color: #515151;
}
.content .row h3 {
  color: #cc3c1e;
  margin: 1em 0 0 0;
  line-height: 1em;
}
.content .row p {
  color: #909090;
  line-height: 1.8em;
}
p.lead, .content .row h3 {
  font-family: 'AllerBold',Helvetica,Arial,sans-serif;
}
.content .row p a {
  color: #cc3c1e;
}

.span1, .span2, .span3, .span4, .span5, .span6 {
  float: left;
  margin-right: 2em;
}

.span1 { width: 7.79em; }
.span2 { width: 17.58em; }
.span3 { width: 27.375em; }
.span4 { width: 37.16em; }
.span5 { width: 46.95em; }
.span6 { width: 56.75em; }

.row .inner .last {
  padding-top: 3em;
}

.content .row .button {
  font-size: 0.9em;
  line-height: 2.7em;
}
.content .row .button:hover {
  color: #eee;
}

.content .row img {
  float: left;
  padding: 5px;
  border: 1px solid #e7e7e7;
  margin: 0.5em 1em 0.5em 0;
}

/* List style */
.content .row ul {
  color: #909090;
  padding: 0.5em;
}
.content .row ul li {
  list-style-type: none;
  background: url('../img/list-dot.png') no-repeat left;
  padding-left: 1.5em;
}

/* Table */
table {
  width: 100%;
  background: #d0d0d0;
  text-align: left;
  font-size: 0.875em;
}
table tr {
  height: 35px;
  line-height: 35px;
}
table tr td {
  background-color: #e7e6e6;
  color: #909090;
}
table tr th {
  color: #515151;
}
table tr td, table tr th {
  border: 1px solid #fff;
  padding-left: 0.6em;
}
 
 /* Clearfix */
.row:after { content: ""; display: table; }
.row:after { clear: both; }
.row { *zoom: 1; }

/* -------------------------------------------------
    Form
------------------------------------------------- */

section {
  width: 615px;
  float: left;
}

.main section h2 {
  margin-top: 1em;
}

.main:after, .inline:after { content: ""; display: table; }
.main:after, .inline:after { clear: both; }
.main, .inline { *zoom: 1; }

form {
  margin-bottom: 50px;
}

form fieldset {
  background: #f2f2f2;
  border: 1px solid #e7e7e7;
  padding: 20px;
  margin-top: 25px;
  font-size: 0.875em;
  color: #909090;
  font-family: 'AllerBold',Helvetica,Arial,sans-serif;
  font-weight: normal;
}
html.lt-ie9 form fieldset {
  padding-top: 0px;
  margin-top: 50px;
}
html.lt-ie9 form fieldset legend { margin-top: -20px;}

form fieldset legend {
  padding: 8px 10px;
  color: #fff;
  background: #232323;
  border-radius: 5px;
}

form fieldset label {
  width: 140px;
  height: 32px;
  line-height: 32px;
  display: block;
  float: left;
}

form fieldset input, form fieldset select {
  float: left;
  width: 220px;
  padding: 0.3em;
  border-radius: 5px;
  border: 1px solid #cccdcd;
  color: #909090
}
form fieldset textarea {
  padding: 3%;
  border-radius: 5px;
  border: 1px solid #cccdcd;
  width: 94%;
  height: 120px;
}

form fieldset .inline {
  border-bottom: 1px solid #e9eaeb;
  padding: 0 0 1em 0;
  margin-bottom: 1em;
}
form fieldset .inline label {
  width: auto;
  margin-right: 10px;
}
form fieldset .inline input {
  width: 165px;
  margin: 0 20px 0 0;
}
.inlines {
  float: center;
  width: 120px;
  padding: 0.3em;
  border-radius: 5px;
  border: 1px solid #cccdcd;
  color: #cd3d1e
}

.inlines_ {
  float: center;
  width: 150px;
  padding: 0.5em;
  border-radius: 5px;
  border: 1px solid #6c6c6c;
  color: #6c6c6c;
}
form fieldset .radio-buttons {
  width: auto;
  height: auto;
  margin: 9px 0;
}

form fieldset span {
  float: left;
  line-height: 24px;
  display: block;
  margin: 5px 10px 5px 5px;
}

form fieldset span.required {
  float: none;
  display: inline;
  color: #cd3d1e;
  margin: 0;
}

form a.button {
  margin: 1em 0 7em 0;
  float: right;
}
form a.button:hover {
  color: #eee;
}
form ul {
  padding: 0;
  margin: 0;
}
form ul li {
  height: 32px;
  margin: 3px 0;
  list-style-type: none;
  font-family: 'AllerBold',Helvetica,Arial,sans-serif;
}

aside {
  padding: 6em 0 0 2em;
  width: 300px;
  float: left;
}

aside p.quote {
  line-height: 29px;
  margin-bottom: 3em;
  color: #909090;
}

a.question-popover {
  background: url('../img/question-button.png') no-repeat;
  width: 17px;
  height: 17px;
  display: block;
  float: left;
  margin: 5px 0 0 5px;
}

.twipsy{display:block;position:absolute;visibility:visible;padding:5px;font-size:11px;z-index:1000;filter:alpha(opacity=80);-khtml-opacity:0.8;-moz-opacity:0.8;opacity:0.8;}.twipsy.fade.in{filter:alpha(opacity=80);-khtml-opacity:0.8;-moz-opacity:0.8;opacity:0.8;}
.twipsy.above .twipsy-arrow{bottom:0;left:50%;margin-left:-5px;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #000000;}
.twipsy.left .twipsy-arrow{top:50%;right:0;margin-top:-5px;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid #000000;}
.twipsy.below .twipsy-arrow{top:0;left:50%;margin-left:-5px;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #000000;}
.twipsy.right .twipsy-arrow{top:50%;left:0;margin-top:-5px;border-top:5px solid transparent;border-bottom:5px solid transparent;border-right:5px solid #000000;}
.twipsy-inner{padding:3px 8px;background-color:#000000;color:white;text-align:center;max-width:200px;text-decoration:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.twipsy-arrow{position:absolute;width:0;height:0;}
.popover{position:absolute;top:0;left:0;z-index:1000;padding:5px;display:none;}.popover.above .arrow{bottom:0;left:50%;margin-left:-5px;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #000000;}
.popover.right .arrow{top:50%;left:0;margin-top:-5px;border-top:5px solid transparent;border-bottom:5px solid transparent;border-right:5px solid #000000;}
.popover.below .arrow{top:0;left:50%;margin-left:-5px;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #000000;}
.popover.left .arrow{top:50%;right:0;margin-top:-5px;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid #000000;}
.popover .arrow{position:absolute;width:0;height:0;}
.popover .inner{background:#000000;background:rgba(0, 0, 0, 0.8);padding:3px;overflow:hidden;width:280px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 3px 7px rgba(0, 0, 0, 0.3);-moz-box-shadow:0 3px 7px rgba(0, 0, 0, 0.3);box-shadow:0 3px 7px rgba(0, 0, 0, 0.3);}
.popover .title{background-color:#f5f5f5;padding:9px 15px;line-height:1;-webkit-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;border-bottom:1px solid #eee;}
.popover .content{background-color:#ffffff;padding:14px;-webkit-border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px;-webkit-background-clip:padding-box;-moz-background-clip:padding-box;background-clip:padding-box;}.popover .content p,.popover .content ul,.popover .content ol{margin-bottom:0;}
.fade{-webkit-transition:opacity 0.15s linear;-moz-transition:opacity 0.15s linear;-ms-transition:opacity 0.15s linear;-o-transition:opacity 0.15s linear;transition:opacity 0.15s linear;opacity:0;}.fade.in{opacity:1;}

.popover h3, .popover p {
  margin: 0;
  font-size: 0.9em;
}
.popover h3 {
  font-size: 1.2em;
}

/* -------------------------------------------------
    Faq
------------------------------------------------- */

.faq-col {
  font-size: 0.875em;
  margin-top: 1em;
}

.faq-col-head, .faq-col-body {
  padding: 1% 2%;
  width: 96%;
  background: #f4f4f4;
  border: 1px solid #e5e6e6;
}
.faq-col-head {
  border-radius: 5px;
}
.faq-col-body {
  background-color: #f9f9f9;
  display: none;
}
.content .row .faq-col-body p {
  color: #5d5d5d;
}

.faq-col p {
  margin: 0;
}

/* Active */
.content .row .active .faq-col-head a, .content .row .active .faq-col-head a p {
  color: #cc3c1e;
}
.active .faq-col-head {
  border-radius: 5px 5px 0 0;
}

.faq .row {
  margin-top: 4em;
  margin-bottom: 2em;
  border-bottom: none;
  padding-bottom: 0;
}
.faq .row .inner {
  position: relative;
}
.faq h2 {
  background-color: #333;
  display: inline;
  font-size: 1.375em;
  padding: 0.3em 0.6em;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: -3.2em;
}
.faq .row .inner h2 {
  color: #fff;
  margin: 0;
}
.cant-find-answers h1, .cant-find-answers h3 {
  margin: 0;
  width: 740px;
  text-align: center;
  float: left;
  display: block;
  margin-top: 80px;
}
.cant-find-answers h1 {
  color: #cb321e;
  font-size: 2.0625em;
}
.cant-find-answers h3, .cant-find-answers h3 a {
  color: #4c4c4c;
  margin: 0;
}
.cant-find-answers img {
  position: absolute;
  right: 100px;
  bottom: 0;
}
.cant-find-answers .inner {
  position: relative;
  height: 244px;
}

/* -------------------------------------------------
     Pricing table
------------------------------------------------- */

.pricing-table {
  width: 960px;
  margin: 60px 0 20px 0;
}
.pricing-table ul li {
  list-style-type: none;
  display: block;
  width: 180px;
  height: 40px;
  float: left;
  line-height: 40px;
  text-align: center;
  z-index: -1;
}
.pricing-table ul {
  float: left;
  padding: 0;
  margin: 0;
}

.pricing-table .rows li {
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #f1f1f1;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #e4e4e4;
  background-color: #f6f6f6;
}

.pricing-table ul li.recommended {
  background: url('../img/pricingtable/rec-bg.png') repeat-x;
  border: 1px solid #f28e00;
  border-radius: 5px 0 0 0;
  color: #fff;
  font-family: 'AllerBold',Helvetica,Arial,sans-serif;
}
.pricing-table ul.recommended-ul li:nth-child(4) {
  border-radius: 0 5px 0 0;
}
.pricing-table .recommended-ul {
  margin-left: 4px;
}
.pricing-table .product-type, .pricing-table .price, .pricing-table .package-type {
  margin-left: 2px;
}

.pricing-table .package-type li.select {
  background: url('../img/pricingtable/package-bg.png') repeat-x;
}
.pricing-table .product-type li.select {
  background: url('../img/pricingtable/header-bg.png') repeat-x;
  margin-bottom: 18px;
  color: #fff;
}
.pricing-table .price li.select {
  background: url('../img/pricingtable/price-bg.png');
  font-size: 1.94em;
  color: #fff;
}
.pricing-table .package-type li.select, .pricing-table .product-type li.select, .pricing-table .price li.select {
  border-left: 1px solid #ddd;
  border-right: 1px solid #e4e4e4;
  font-family: 'AllerBold',Helvetica,Arial,sans-serif;
}
.pricing-table .package-type li:nth-child(2) {
  border-radius: 7px 0 0 0;
}
.pricing-table .package-type li:nth-child(5) {
  border-radius: 0 7px 0 0;
}
.pricing-table .price li.select span {
  display: block;
  font-size: 0.36em;
  color: #991d04;
}
.pricing-table .price, .pricing-table .price li {
  height: 62px;
  padding-top: 18px;
  margin-top: -27px;
  line-height: 25px;
}
.pricing-table .device .question-popover {
  float: right;
  margin: 12px;
}
.pricing-table .device {
  text-align: left;
  padding-left: 12px;
  width: 168px;
  color: #767676;
  font-size: 0.875em;
}
.pricing-table .order {
  background-color: #e2e0e0;
  height: 55px;
  line-height: 55px;
  border-left: 1px solid #e2e0e0;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin-left: 0px;
}
.pricing-table .order-empty {
  height: 40px;
  background-color: #f6f6f6;
  border-left: 1px solid #f6f6f6;
  border-right: 1px solid #f6f6f6;
}
.pricing-table .order-empty p {
  width: 360px;
  margin: 0;
  line-height: 40px;
  position: relative;
  z-index: 10;
  font-size: 14px;
  font-family: 'AllerBold',Helvetica,Arial,sans-serif;
  color: #909090;
}
.pricing-table .empty-spacer {
  margin: 0 1px;
}

.pricing-table a.button {
  font-size: 0.9em;
  border-radius: 10px;
  padding: 8px 14px;
}
.pricing-table a.button:hover {
  color: #fff;
}
.pricing-table .shadow-left {
  box-shadow: -5px 2px 12px -2px rgba(0,0,0,0.2);
}
.pricing-table .shadow-right {
  box-shadow: 5px 2px 12px -2px rgba(0,0,0,0.2);
  z-index: 5;
  position: relative;
}
.pricing-table .order.up {
  margin-top: -15px;
}
.reseller-line {
  color: #909090;
}
.reseller-line a {
  color: #cb321e;
  font-family: 'AllerBold',Helvetica,Arial,sans-serif;
}
.lt-ie8 .pricing-table .price, .pricing-table .price li {
  margin-top: -9px;
}
.lt-ie8 .pricing-table .device .question-popover {
  margin-top: -27px;
}
/* -------------------------------------------------
    Features
------------------------------------------------- */

.features-box {
  height: 28.5em;
  background-color: #ddd;
  position: relative;

  background: rgb(251,252,253); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(251,252,253,1) 0%, rgba(236,236,236,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,252,253,1)), color-stop(100%,rgba(236,236,236,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(251,252,253,1) 0%,rgba(236,236,236,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(251,252,253,1) 0%,rgba(236,236,236,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(251,252,253,1) 0%,rgba(236,236,236,1) 100%); /* IE10+ */
  background: linear-gradient(top, rgba(251,252,253,1) 0%,rgba(236,236,236,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfcfd', endColorstr='#ececec',GradientType=0 ); /* IE6-9 */

  box-shadow: 0 2px 4px #999;
  margin-bottom: 50px;

  overflow: hidden;
}

.features-box h3 {
  font-size: 1.75em;
  color: #cc3c1e;
  font-family: 'AllerBold',Helvetica,Arial,sans-serif;
}

.features-box a {
  color: #cc3c1e;
}

.features-box .content-block {
  width: 400px;
  position: absolute;
  left: 70px;
  top: 94px;
  color: #909090;
}

.features-box .features-world-image {
  position: absolute;
  top: -26px;
  right: 0;
}

.features-box span.icon {
  background-image: url('../img/icons.png');
  width: 21px;
  height: 21px;
  display: block;
  float: left;
  margin-right: 0.5em;
}

.features-box span.icon.world { background-position: 0 -21px; }
.features-box span.icon.stream { background-position: 0 -42px; }
.features-box span.icon.support { background-position: 0 -63px; }
.features-box span.icon.ondemand { background-position: 0 -84px; }

.features-box .features-pagination {
  width: 100%;
  height: 21px;
  position: absolute;
  bottom: 14px;
  left: -40px;
}

.features-box .features-pagination li {
  display: block;
  float: left;
  width: 157px;
  height: 21px;
  padding: 16px;
  
  background: rgb(250,251,252); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(250,251,252,1) 0%, rgba(240,240,240,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,251,252,1)), color-stop(100%,rgba(240,240,240,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(250,251,252,1) 0%,rgba(240,240,240,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(250,251,252,1) 0%,rgba(240,240,240,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(250,251,252,1) 0%,rgba(240,240,240,1) 100%); /* IE10+ */
  background: linear-gradient(top, rgba(250,251,252,1) 0%,rgba(240,240,240,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafbfc', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */

  border-left: 1px solid #e5e5e5;
}

.features-box .features-pagination li a {
  font-size: 0.875em;
}

.features-box .features-pagination .active {
  background: #ececec;
  filter: none;
}

.features-box .slide {
  float: left;
  width: 20%;
  height: 403px;
  position: relative;
}

.features-box .features-slides {
  width: 500%;
  position: absolute;
}

/* -------------------------------------------------
    Content page links
------------------------------------------------- */

.page-links div {
  width: 18.5em;
  height: 14.56em;
  float: left;
  background: #fbfcfd url('../img/page-link-bg.png');
  margin-right: 1.9em;
  position: relative;
}
.page-links div.become-reseller {
  margin-right: 0;
}
.page-links div a {
  width: 93%;
  height: 55px;
  line-height: 55px;
  position: absolute;
  bottom: 0;
  padding-left: 7%;
  left: 0;
  color: #FFF;
  font-family: 'AllerBold',Helvetica,Arial,sans-serif;
  box-shadow: 0 1px 5px #777 inset;
  border: 1px solid #000;
  background: #272727 url('../img/arrow.png') no-repeat 91% 48%;
}
.page-links div a:hover {
  background-color: #353535;
}
.page-links div img {
  margin-top: -1em;
  margin-left: 25px;
}

/* -------------------------------------------------
    Clients box
------------------------------------------------- */

.clients {
  background: #f7f7f7;
  margin-bottom: 25px;
}

.clients img {
  border: 1px solid #ececec;
  margin: 0.7em 0.6em;
}
.clients img:hover {
  border: 1px solid #dadada;
}

.clients .client-list {
  width: 500px;
  float: left;
  margin: 0 12px;
}

.clients .prev-icon, .clients .next-icon {
  background: url('../img/nextprevarrows.png') no-repeat top left;
  width: 31px;
  height: 31px;
  margin: 8.2em 0;
  display: block;
  float: left;
}
.clients .next-icon {
  background-position: top right;
}
.clients .prev-icon:hover, .clients .next-icon:hover {
  background-position-y: bottom;
}

.client-content {
  background: #ce3c1e url('../img/world-bg-clients.png') no-repeat 0 0;
  width: 13.2em;
  float: right;
  color: #fff;
  padding: 2.2em 2.7em;
  position: relative;
  margin-top: -2.7em;
  height: 100%;
}
.client-content h2 {
  color: #fff;
  margin: 0 0 20px 0;
  font-size: 1.625em;
}

.client-content p {
  margin-bottom: 20px;
  line-height: 23px;
  font-size: 0.8125em;
}

.client-content a {
  position: absolute;
  bottom: -1.3em;
  left: 24%;
}

.clients-wrapper {
  width: 520px;
  height: 290px;
  overflow: hidden;
  float: left;
  position: relative;
  margin-top: 0.8em;
}
.clients-slides {
  position: absolute;
  left: -100%;
  width: 310%;
  height: 300px;
}

/* -------------------------------------------------
     Footer (Try before you buy)
------------------------------------------------- */

footer .try-before-you-buy {
  background: #cb3b1d;
  height: 302px;
}
footer .try-before-you-buy .inner {
  background: url('../img/footer-world-bg.png') no-repeat;
  padding-left: 77px;
  position: relative;
  left: -77px;
  height: 335px;
}

footer .try-before-you-buy .try-left-col {
  width: 697px;
  text-align: center;
  -webkit-box-shadow: 15px 0 10px -10px rgba(0,0,0,0.2);
  -moz-box-shadow: 15px 0 10px -10px rgba(0,0,0,0.2);
  box-shadow: 15px 0 10px -10px rgba(0,0,0,0.2);
}

footer .try-before-you-buy h2 {
  width: 550px;
  margin: 0 auto;
  padding: 50px 0 30px;
}

footer .try-before-you-buy img {
  display: block;
  margin: 30px auto 0 auto;
}

footer .try-before-you-buy .try-right-col {
  background: url('../img/footer-streams.png') no-repeat;
  width: 338px;
  height: 337px;
  display: block;
  position: absolute;
  right: -80px;
  top: 10px;
  float: right;
}

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

footer {
  background: url('../img/footer-noise.png');
  color: #fff;
  margin-top: 80px;
  overflow: hidden;
}

footer .footer {
  height: 260px;
  padding: 40px 0px 0;
}

footer .footer a {
  color: #c6351a;
}

footer .footer ul, footer .footer div div {
  width: 200px;
  float: left;
  margin: 20px 20px 0 0;
  display: block;
  height: 220px;
  padding: 0;
}

footer .footer div div {
  width: 289px;
  margin-right: 0;
}
footer .footer div p {
  font-size: 0.75em;
  color: #848484;
  line-height: 23px;
}
footer .footer h3 {
  font-size: 1em;
}

footer .footer li {
  list-style-type: none;
  margin-bottom: 10px;
  font-size: 0.875em;
}

/* =============================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.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; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; height: 0; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* =============================================================================
   Print Styles
   ========================================================================== */
 
@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; }
}