/* Minification failed. Returning unminified contents.
(1057,25): run-time error CSS1030: Expected identifier, found '='
(1057,26): run-time error CSS1031: Expected selector, found '"open"'
(1057,26): run-time error CSS1025: Expected comma or open brace, found '"open"'
 */
@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,700,700italic);
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #428bca;
}
.text-primary:hover {
  color: #3071a9;
}
.text-warning {
  color: #c09853;
}
.text-warning:hover {
  color: #a47e3c;
}
.text-danger {
  color: #b94a48;
}
.text-danger:hover {
  color: #953b39;
}
.text-success {
  color: #468847;
}
.text-success:hover {
  color: #356635;
}
.text-info {
  color: #3a87ad;
}
.text-info:hover {
  color: #2d6987;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Open Sans", Verdana, Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
  font-size: 65%;
}
h4,
h5,
h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
dl {
  margin-bottom: 22px;
}
dt,
dd {
  line-height: 1.61803399;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.61803399;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
  text-align: right;
}
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.61803399;
}
.visible-inline-block {
  display: inline-block;
}
.m-b-0 {
  margin-bottom: 0 !important;
}
.m-t-0 {
  margin-top: 0 !important;
}
.m-b-1o4 {
  margin-bottom: 10px;
}
.mB,
.m-b-1o2 {
  margin-bottom: 20px;
}
.m-b {
  margin-bottom: 40px;
}
.mB-h1,
.m-b-h1 {
  margin-bottom: 35px;
}
.mL,
.m-l-1o2 {
  margin-left: 20px;
}
.m-l {
  margin-left: 40px;
}
.mR,
.m-r-1o2 {
  margin-right: 20px;
}
.m-r {
  margin-right: 40px;
}
.mT,
.m-t-1o2 {
  margin-top: 20px;
}
.m-t {
  margin-top: 40px;
}
.mTB,
.m-tb-1o2 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.mLR,
.m-lr-1o2 {
  margin-left: 20px;
  margin-right: 20px;
}
.m-lr-1o4 {
  margin-left: 10px;
  margin-right: 10px;
}
.mAll,
.m-all-1o2 {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.mAuto,
.m-auto {
  margin-left: auto;
  margin-right: auto;
}
.p-1o4 {
  padding: 10px;
}
.p-1o2 {
  padding: 20px;
}
.no-p-l {
  padding-left: 0;
}
.white {
  color: white !important;
  border-color: white !important;
}
.white a {
  color: white !important;
  border-color: white !important;
}
@media (min-width: 768px) {
  .hidden-sm-up,
  tr.hidden-sm-up,
  th.hidden-sm-up,
  td.hidden-sm-up {
    display: none !important;
  }
  span.hidden-sm-up {
    display: none !important;
  }
}
.scale-fix {
  transform: rotate(360deg);
}
.fullsize {
  height: 100%;
  width: 100%;
  position: relative;
}
.fullsize-height {
  height: 100%;
  position: relative;
}
.fullsize-width {
  width: 100%;
  position: relative;
}
.img-responsive {
  transform: rotate(360deg);
}
.col-xs-1o5,
.col-sm-1o5,
.col-sm-1o9,
.col-md-1o5,
.col-lg-1o5,
.col-xs-4o5,
.col-sm-4o5,
.col-sm-4o9,
.col-md-4o5,
.col-lg-4o5 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
.col-xs-1o5 {
  width: 20%;
}
.col-xs-4o5 {
  width: 80%;
}
@media (min-width: 768px) {
  .col-sm-1o5 {
    width: 20%;
  }
  .col-sm-4o5 {
    width: 80%;
  }
  .col-sm-1o9 {
    width: 11.11111111%;
  }
  .col-sm-4o9 {
    width: 44.44444444%;
  }
}
@media (min-width: 992px) {
  .col-md-1o5 {
    width: 20%;
  }
  .col-md-4o5 {
    width: 80%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1o5 {
    width: 20%;
  }
  .col-lg-4o5 {
    width: 80%;
  }
}
.row-equal {
  overflow: hidden;
}
.row-equal > [class*="col-"] {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}
.lead {
  font-size: 21px;
}
.text-lg {
  font-size: 18px;
}
.text-terms {
  font-family: "Open Sans", Verdana, Helvetica, Arial, sans-serif;
  font-size: inherit;
  line-height: 1.65em;
  margin: 0;
}
pre {
  word-wrap: break-word;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  overflow-wrap: normal;
  white-space: pre-wrap !important;
  word-break: normal !important;
}
.strong {
  font-weight: bold;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 35px;
  margin-bottom: 13.59674775px;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 22px;
}
/*
[class*="col-"] {
    & > h1:first-child, & > .h1:first-child,
    & > h2:first-child, & > .h2:first-child,
    & > h3:first-child, & > .h3:first-child,
    & > h4:first-child, & > .h4:first-child,
    & > h5:first-child, & > .h5:first-child,
    & > h6:first-child, & > .h6:first-child {
        margin-top: @grid-gutter-width-1o2;
    }
}
*/
h1 .headline-small *,
h2 .headline-small *,
h3 .headline-small *,
.h1 .headline-small *,
.h2 .headline-small *,
.h3 .headline-small * {
  color: #999999;
  font-size: 65%;
  font-weight: normal;
  line-height: 1;
}
h4 .headline-small *,
h5 .headline-small *,
h6 .headline-small *,
.h4 .headline-small *,
.h5 .headline-small *,
.h6 .headline-small * {
  color: #999999;
  font-size: 75%;
  font-weight: normal;
  line-height: 1;
}
fw-300 {
  font-weight: 300;
}
.h-no-mt {
  margin-top: 0;
}
q {
  display: block;
  font-style: italic;
  margin-left: 2.5em;
  text-indent: -2.5em;
}
q:before {
  color: #ccc;
  content: '\f10e';
  font-family: FontAwesome;
  font-size: 2em;
  font-style: normal;
  margin-right: .3em;
}
cite {
  display: block;
}
.inactive {
  background-color: transparent;
  color: #9b9b9d;
}
.inactive > a {
  color: #9b9b9d;
}
.inactive > a:hover {
  color: #444444;
}
.text-indent {
  padding-left: 20px !important;
}
.text-normal {
  font-weight: normal;
}
.multi-cols {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
}
@media (min-width: 768px) {
  .multi-cols {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}
@media (min-width: 1200px) {
  .multi-cols {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
dl {
  margin-top: 0;
}
dl > dd {
  margin-bottom: 20px;
}
dl:last-child {
  margin-bottom: 0;
}
dl.dl-dashboard > dd {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  dl.dl-horizontal dt {
    text-align: left;
    width: 150px;
  }
  dl.dl-horizontal dd {
    margin-left: 160px;
  }
  dl.dl-horizontal dd.dd-digits {
    max-width: 12em;
    min-width: 8em;
    text-align: right;
  }
  dl.dl-horizontal dd.dd-digits > .unit {
    display: inline-block;
    min-width: 4em;
    text-align: left;
  }
}
.list-zebra {
  padding-left: 0;
  list-style: none;
  background-color: #f6f6f6;
  overflow: hidden;
  padding: 0;
}
.list-zebra.list-dark {
  background-color: #dfdfdf;
}
.list-zebra > li {
  padding: 10px;
}
.list-zebra > li:nth-child(even),
.list-zebra.list-light > li:nth-child(even) {
  background-color: #dfdfdf;
}
.list-zebra.list-dark > li:nth-child(odd) {
  background-color: #f6f6f6;
}
.list-inline {
  margin-left: 0;
}
.list-inline > li:first-child {
  padding-left: 0;
}
.list-block {
  padding-left: 0;
  list-style: none;
}
.list-block > li {
  display: block;
}
.list-extra-col > li,
.list-extra-col > dd {
  margin-bottom: 22px;
}
.list-extra-col > li:last-child,
.list-extra-col > dd:last-child {
  margin-bottom: 0;
}
.list-header {
  font-size: 20px;
  letter-spacing: .05em;
  line-height: 3em;
}
@media (max-width: 991px) {
  .list-header {
    font-size: 19px;
    line-height: 2.4em;
  }
}
@media (max-width: 767px) {
  .list-header {
    font-size: 16px;
  }
  .list-header li {
    line-height: 1.16em;
    margin-bottom: .84em;
  }
  .list-header .fa {
    display: none;
  }
  .list-header.fa-ul {
    margin-left: 0 !important;
  }
}
.list-features > li {
  margin-bottom: 0.3em;
  padding-bottom: 0.5em;
  padding-top: 0.2em;
}
.list-product-comparison {
  min-height: 17em;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .list-product-comparison {
    min-height: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .list-product-comparison {
    min-height: 15em;
  }
}
.m-t-playfab-info-plus {
  margin-top: 106px;
}
@media (max-width: 767px) {
  .m-t-playfab-info-plus {
    margin-top: 0;
  }
}
form .required:after {
  color: #f00;
  content: '*';
}
form.form-inline {
  display: inline;
}
form:not(.form-inline) input,
form:not(.form-inline) select,
form:not(.form-inline) textarea {
  margin-bottom: 20px;
}
form .field-validation-error {
  color: #d9534f;
}
form .label-small {
  font-weight: normal;
}
form legend + h1,
form legend + .h1,
form legend + h2,
form legend + .h2,
form legend + h3,
form legend + .h3,
form legend + h4,
form legend + .h4,
form legend + h5,
form legend + .h5,
form legend + h6,
form legend + .h6 {
  margin-top: 0;
}
input[type=radio] {
  border: none !important;
}
input[type="checkbox"],
input[type="radio"] {
  vertical-align: sub;
}
input.input-inline {
  border: none;
  box-shadow: none;
  color: currentColor;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: hidden;
  padding: inherit;
  text-overflow: ellipsis;
  whitespace: nowrap;
  width: auto;
}
.form-label {
  font-weight: bold;
  margin-bottom: 5px;
}
.form-label-legend {
  font-weight: normal;
  margin-bottom: 5px;
}
.input-group[class*="col-"] {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.input-group.input-group-key-value .form-control {
  width: 50%;
  float: left;
}
.input-group.input-group-key-value .form-control:first-child {
  border-right: 0 none;
}
.input-group.input-group-key-value .form-control:last-child:before,
.input-group.input-group-key-value .form-control:last-child:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.input-group.input-group-key-value .form-control:last-child:after {
  clear: both;
}
.form-inactive {
  background: #f6f6f6;
}
.editorRows > .editorRow:first-child {
  margin-top: 0;
}
.editorRows > .editorRow:last-child {
  margin-bottom: 0;
}
.editorRows > .editorRow .input-group {
  margin-bottom: 0;
}
/*
 HTML5 sliders aka input ranges
 http://css-tricks.com/styling-cross-browser-compatible-range-inputs-css/
 */
input[type=range] {
  -webkit-appearance: none;
  border-radius: 14px;
  margin-top: 10px;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-moz-focus-outer {
  border: 0;
}
input[type=range]::-webkit-slider-runnable-track {
  box-shadow: inset 2px 2px 2px #444444;
  animate: 0.2s;
  box-sizing: border-box;
  cursor: pointer;
  height: 22px;
  width: 100%;
  background: #dddddd;
  border-radius: 14px;
  border: 0 solid #444444;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 2px 2px 2px #444444, 0px 0px 2px #515151;
  border: 3px solid #ffffff;
  box-sizing: border-box;
  height: 28px;
  width: 28px;
  border-radius: 16px;
  background: #919191;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -3px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #f7f7f7;
}
input[type=range]::-moz-range-track {
  box-shadow: inset 2px 2px 2px #444444;
  animate: 0.2s;
  box-sizing: border-box;
  cursor: pointer;
  height: 22px;
  width: 100%;
  background: #dddddd;
  border-radius: 14px;
  border: 0 solid #444444;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 2px 2px 2px #444444, 0px 0px 2px #515151;
  border: 3px solid #ffffff;
  box-sizing: border-box;
  height: 28px;
  width: 28px;
  border-radius: 16px;
  background: #919191;
  cursor: pointer;
}
input[type=range]::-ms-track {
  box-shadow: inset 2px 2px 2px #444444;
  animate: 0.2s;
  box-sizing: border-box;
  cursor: pointer;
  height: 22px;
  width: 100%;
  background: transparent;
  border-color: transparent;
  border-width: 28px 0;
  box-sizing: content-box;
  margin: -14px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #c4c4c4;
  border: 0 solid #444444;
  border-radius: 28px;
  box-shadow: 2px 2px 2px #444444, 0px 0px 2px #515151;
}
input[type=range]::-ms-fill-upper {
  background: #dddddd;
  border: 0 solid #444444;
  border-radius: 28px;
  box-shadow: 2px 2px 2px #444444, 0px 0px 2px #515151;
}
input[type=range]::-ms-thumb {
  box-shadow: 2px 2px 2px #444444, 0px 0px 2px #515151;
  border: 3px solid #ffffff;
  box-sizing: border-box;
  height: 28px;
  width: 28px;
  border-radius: 16px;
  background: #919191;
  cursor: pointer;
  box-sizing: content-box;
}
input[type=range]:focus::-ms-fill-lower {
  background: #dddddd;
}
input[type=range]:focus::-ms-fill-upper {
  background: #f7f7f7;
}
input[type=range]::-ms-tooltip {
  display: none;
}
article.header-realtime-gradient input[type=range]::-webkit-slider-thumb {
  background: #156163;
}
article.header-realtime-gradient input[type=range]::-moz-range-thumb {
  background: #156163;
}
article.header-realtime-gradient input[type=range]::-ms-thumb {
  background: #156163;
}
article.header-chat-gradient input[type=range]::-webkit-slider-thumb {
  background: #ca500b;
}
article.header-chat-gradient input[type=range]::-moz-range-thumb {
  background: #ca500b;
}
article.header-chat-gradient input[type=range]::-ms-thumb {
  background: #ca500b;
}
article.header-turnbased-gradient input[type=range]::-webkit-slider-thumb {
  background: #3b7e38;
}
article.header-turnbased-gradient input[type=range]::-moz-range-thumb {
  background: #3b7e38;
}
article.header-turnbased-gradient input[type=range]::-ms-thumb {
  background: #3b7e38;
}
article.header-pun-gradient input[type=range]::-webkit-slider-thumb {
  background: #4e4e51;
}
article.header-pun-gradient input[type=range]::-moz-range-thumb {
  background: #4e4e51;
}
article.header-pun-gradient input[type=range]::-ms-thumb {
  background: #4e4e51;
}
.product-switch {
  background-color: #3c3d43;
  color: #ffffff;
  font-size: 1.142857143em;
  font-weight: bold;
  text-align: center;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
}
.product-switch a,
.product-switch a:hover,
.product-switch a:focus {
  border-color: #ffffff;
  color: #ffffff;
}
.product-switch [class*="col-"] {
  padding: 10px;
}
.product-switch [class*="col-"]:first-child {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.product-switch [class*="col-"]:last-child {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.product-switch .bg-chat:hover {
  background: #f5894b;
}
.product-switch .bg-pun:hover {
  background: #828388;
}
.product-switch .bg-realtime:hover {
  background: #27b9bb;
}
.product-switch .bg-server:hover,
.product-switch .bg-onpremise:hover {
  background: #e61d6b;
}
.product-switch .bg-turnbased:hover {
  background: #6abb66;
}
.menu-item-active,
.menu-item-active-parent {
  font-weight: bold;
}
nav {
  background-color: #3c3d43;
  color: #ffffff;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  font-size: 1.142857143em;
  line-height: 38px;
}
nav a,
nav a:hover,
nav a:focus {
  border-color: #ffffff;
  color: #ffffff;
}
@media (max-width: 992px) {
  nav {
    font-size: 1em;
  }
}
nav a,
nav a:hover,
nav a:focus,
nav .link-faux {
  margin-left: 20px;
}
nav .nav-site {
  float: left;
}
nav .nav-aside {
  float: right;
  white-space: nowrap;
}
nav .nav-aside:not(class="open") a,
nav .nav-aside:not(class="open") a:hover,
nav .nav-aside:not(class="open") a:focus {
  margin-left: 0;
  margin-right: 20px;
}
nav .nav-aside > *:last-child {
  margin-right: 20px;
}
nav .nav-aside.open .hidden-collapsed {
  display: none;
}
nav .container {
  padding: 0;
}
@media (max-width: 992px) {
  nav .nav-collapse {
    display: none;
    line-height: 1.94164079;
  }
  nav .nav-collapse.open {
    background-color: transparent;
    display: block;
    margin-top: 20px;
    width: 100%;
  }
  nav .nav-collapse.open:last-child {
    padding-bottom: 20px;
  }
  nav .nav-collapse.open > a:after {
    content: ' ';
    display: block;
  }
  nav .nav-collapse.open .hoverNav {
    display: block;
  }
  nav .nav-collapse.open .hoverNav > li:first-child > a:first-child {
    display: none;
  }
  nav .nav-collapse.open .hoverNav li > ul {
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    float: none;
    position: relative;
    top: 0;
  }
  nav .nav-collapse.open .hoverNav ul li:first-child,
  nav .nav-collapse.open .hoverNav ul li:last-child {
    padding: 0;
  }
  nav .nav-collapse.open .hoverNav.changeLang > li:first-child > a {
    line-height: 1.94164079;
  }
  nav .nav-collapse.open .hoverNav.changeLang > li:first-child > a:first-child:before {
    content: attr(data-langprefix);
    display: inline !important;
    font-family: inherit;
    margin: 0;
    width: auto;
  }
  nav .nav-collapse.open .hoverNav.changeLang li > ul {
    left: 0;
    margin-left: 0;
  }
  nav .nav-collapse.open .hoverNav.changeLang li > ul > li {
    text-align: left;
  }
}
@media (min-width: 992px) {
  nav .nav-collapse {
    background-color: transparent;
    display: inline-block;
  }
}
nav .nav-collapse-toggle {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
  float: right;
  margin-right: 20px;
  margin-top: 4px;
  padding: 7px 4px;
  position: relative;
}
nav .nav-collapse-toggle .icon-bar {
  background-color: #ffffff;
  border-radius: 1px;
  display: block;
  height: 2px;
  width: 22px;
}
nav .nav-collapse-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 992px) {
  nav .nav-collapse-toggle {
    display: none;
  }
}
nav ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding-left: 0;
  position: relative;
  white-space: nowrap;
}
nav ul.hoverNav {
  z-index: 99;
}
nav ul.hoverNav > li:first-child > a:first-child:after {
  content: '\f0d7';
  font-family: FontAwesome;
  width: 10px;
  margin-left: 10px;
}
nav ul.hoverNav > li li {
  line-height: 1.94164079;
  min-width: 60px;
}
nav ul.hoverNav > li li a {
  margin-right: 20px;
}
nav ul.hoverNav li > ul {
  background-color: #3c3d43;
  background-color: rgba(60, 61, 67, 0.84);
  -webkit-box-shadow: 3px 3px 2px 0px rgba(44, 44, 44, 0.42);
  box-shadow: 3px 3px 2px 0px rgba(44, 44, 44, 0.42);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  display: none;
  position: absolute;
  top: 38px;
}
nav ul.hoverNav.hoverNav-bg-chat li > ul {
  background: #f3691b;
}
nav ul.hoverNav.hoverNav-bg-onpremise li > ul {
  background: #bb1555;
}
nav ul.hoverNav.hoverNav-bg-pun li > ul {
  background: #696a6e;
}
nav ul.hoverNav.hoverNav-bg-realtime li > ul {
  background: #1f8f91;
}
nav ul.hoverNav.hoverNav-bg-turnbased li > ul {
  background: #4ea549;
}
nav ul.hoverNav li:hover > ul {
  display: block;
}
nav ul.hoverNav ul li:first-child {
  padding-top: 20px;
}
nav ul.hoverNav ul li:last-child {
  padding-bottom: 20px;
}
nav ul.hoverNav.changeLang span[class^="flag-"]:after {
  width: 22px;
}
nav ul.hoverNav.changeLang > li:first-child > a:first-child:after,
nav ul.hoverNav.changeLang > li:first-child > a > span[class^="flag-"]:after {
  margin-left: 0;
}
nav ul.hoverNav.changeLang li > ul {
  right: -20px;
}
nav ul.hoverNav.changeLang li > ul > li {
  text-align: right;
}
nav .nav-products .nav-products-menu {
  overflow: hidden;
  text-align: center;
}
nav .nav-products .nav-products-menu.bg-chat {
  background: #cf520b;
}
nav .nav-products .nav-products-menu.bg-chat:hover,
nav .nav-products .nav-products-menu.bg-chat.menu-active {
  background: #f3691b;
}
nav .nav-products .nav-products-menu.bg-realtime {
  background: #166667;
}
nav .nav-products .nav-products-menu.bg-realtime:hover,
nav .nav-products .nav-products-menu.bg-realtime.menu-active {
  background: #1f8f91;
}
nav .nav-products .nav-products-menu.bg-pun {
  background: #505154;
}
nav .nav-products .nav-products-menu.bg-pun:hover,
nav .nav-products .nav-products-menu.bg-pun.menu-active {
  background: #696a6e;
}
nav .nav-products .nav-products-menu.bg-onpremise {
  background: #8d1040;
}
nav .nav-products .nav-products-menu.bg-onpremise:hover,
nav .nav-products .nav-products-menu.bg-onpremise.menu-active {
  background: #bb1555;
}
nav .nav-products .nav-products-menu.bg-turnbased {
  background: #3d813a;
}
nav .nav-products .nav-products-menu.bg-turnbased:hover,
nav .nav-products .nav-products-menu.bg-turnbased.menu-active {
  background: #4ea549;
}
nav .nav-products .nav-products-menu.menu-active > li > a:first-child,
nav .nav-products .nav-products-menu.menu-active > a:first-child {
  font-weight: bold;
}
@media (max-width: 992px) {
  nav .nav-products .nav-products-menu.menu-active {
    display: none;
  }
}
nav .nav-products .nav-products-menu a,
nav .nav-products .nav-products-menu a:hover,
nav .nav-products .nav-products-menu a:focus {
  margin-left: 0;
}
@media (max-width: 991px) {
  nav .nav-products .nav-products-menu a span[class~="prefix"],
  nav .nav-products .nav-products-menu a:hover span[class~="prefix"],
  nav .nav-products .nav-products-menu a:focus span[class~="prefix"] {
    display: none !important;
  }
}
nav .nav-products .nav-products-menu:last-child .nav-products-info {
  left: auto;
  right: 0;
}
@media (min-width: 768px) {
  nav .nav-products .nav-products-menu > li:hover > .nav-products-info {
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    -ms-transition: opacity 300ms;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
    display: block;
    opacity: 1;
  }
}
footer {
  color: #ffffff;
  background-color: #3c3d43;
  bottom: 0;
  margin: 0;
  position: absolute;
  width: 100%;
}
footer a,
footer a:hover,
footer a:focus {
  border-color: #ffffff;
  color: #ffffff;
}
footer .footer-sitemap {
  padding-top: 20px;
  padding-bottom: 20px;
}
footer .footer-sitemap .list-block > li {
  line-height: 1;
  margin-bottom: 10px;
}
footer .footer-terms {
  background-color: #4c4e54;
  height: 40px;
  line-height: 40px;
}
@media (min-width: 992px) {
  footer .footer-terms .hidden-sm {
    display: inline-block !important;
  }
}
html,
body {
  height: 100.1%;
}
body {
  font-family: "Open Sans", Verdana, Helvetica, Arial, sans-serif;
  line-height: 1.61803399;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}
a {
  padding-bottom: -1px;
  border-bottom: 1px dotted #444444;
  color: inherit;
  cursor: pointer;
  text-decoration: none !important;
}
a[data-toggle=pill],
a[data-toggle=pill]:hover {
  border-bottom: none;
}
.dropdown-menu > li > a,
.dropdown-menu > li > a:hover {
  border-bottom: none;
}
a.link-void {
  cursor: default;
  border-bottom: 1px solid transparent !important;
}
a:hover {
  border-bottom: 1px solid #444444;
  color: inherit;
}
a:visited {
  color: inherit;
}
a.link-no-border {
  border-bottom: none !important;
}
a.link-no-border > [class^="icon-"],
a.link-no-border > [class*=" icon-"] {
  color: #9b9b9d;
}
a.link-no-border > [class^="icon-"]:hover,
a.link-no-border > [class*=" icon-"]:hover {
  color: #444444;
}
a.white {
  color: white !important;
  border-color: white !important;
}
nav a,
footer a {
  border-bottom: 1px solid transparent;
}
nav a:hover,
footer a:hover {
  border-bottom: 1px solid #ffffff;
}
.page {
  background-color: #ffffff;
  color: #444444;
  height: auto !important;
  min-height: 100.1%;
  position: relative;
}
#main {
  padding-bottom: 40px;
}
#main.has-sitemap {
  padding-bottom: 301px;
}
@media (max-width: 767px) {
  #main.has-sitemap {
    padding-bottom: 442px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #main.has-sitemap {
    padding-bottom: 395px;
  }
}
.row-gutter {
  margin-bottom: 20px;
  margin-top: 20px;
}
.row-gutter.tab-content {
  margin-bottom: 0;
}
.col-headline {
  margin-top: 0;
}
.header {
  color: #fff;
  height: 540px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-shadow: 0 0.5px 0.5px rgba(0, 0, 0, 0.21);
}
.header h1 {
  font-weight: 300;
  margin-bottom: 40px;
}
.header .fa-ul {
  margin-left: 3.4em;
}
.header .logo-product {
  transform: rotate(360deg);
  bottom: -20px;
  height: auto;
  margin-right: 15px;
  position: relative;
  width: 198px;
}
.header .btn-header + .logo-product {
  bottom: 62px;
}
@media (max-width: 767px) {
  .header .btn-header + .logo-product {
    display: none;
  }
}
.header-signup {
  width: 100%;
  position: relative;
  bottom: 30px;
  position: absolute;
  z-index: 84;
}
.row-header {
  position: relative;
}
.header-client-sdks .sdklogo {
  margin: 0 4px;
}
@media (min-width: 480px) and (max-width: 992px) {
  .header-client-sdks .sdklogo:nth-child(3n) {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .header-client-sdks .sdklogo:last-child {
    display: none;
  }
}
.banderole {
  font-family: "Open Sans", Verdana, Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.1;
  color: inherit;
  font-size: 30px;
  margin-top: 35px;
  margin-bottom: 13.59674775px;
  text-align: center;
  background-color: #3c3d43;
  color: #ffffff;
  margin: 0;
  min-height: 122px;
}
.banderole small,
.banderole .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
.banderole .headline-small * {
  color: #999999;
  font-size: 65%;
  font-weight: normal;
  line-height: 1;
}
.banderole a {
  border-color: #ffffff;
}
.productlogo {
  background-image: url('img/sprite-photon-product-logos.png');
  background-repeat: no-repeat;
  background-size: 88px 114px;
  height: 28px;
  width: 88px;
}
.productlogo.img-only {
  width: 28px;
}
.productlogo.cloud {
  background-position: 0  0;
}
.productlogo.server {
  background-position: 0 -29px;
}
.productlogo.pun {
  background-position: 0 -57px;
}
.productlogo.turnbased {
  background-position: 0 -87px;
}
.productlogo.chat {
  background-position: 0 -116px;
}
.productlogo.realtime {
  background-position: 0 -145px;
}
[class^="flag-"]:after,
[class*=" flag-"]:after {
  display: inline-block;
  background: url('img/sprite_world-flags.png') 0 0 no-repeat;
  content: '';
  height: 15px;
  margin-bottom: 3px;
  margin-left: 6px;
  vertical-align: middle;
  width: 26px;
}
.flag-us:after {
  background-position: 0 0;
}
.flag-jp:after {
  background-position: 0 -15px;
}
.flag-th:after {
  background-position: 0 -30px;
}
.flag-cn:after {
  background-position: 0 -45px;
}
.flag-kr:after {
  background-position: 0 -60px;
}
.sdkbox {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 10px;
}
.sdklogo {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 82px;
  overflow: hidden;
  width: 82px;
  background-image: url('img/sprite_photon-sdks_platform-logos.png');
  vertical-align: middle;
}
.sdklogo.bgwhite {
  background-image: url('img/sprite_photon-sdks_platform-logos_bgwhite.png');
}
.sdklogo.unity {
  background-position: 0 0;
}
.sdklogo.macos,
.sdklogo.macosx {
  background-position: -82px 0;
}
.sdklogo.marmalade {
  background-position: -164px 0;
}
.sdklogo.flash {
  background-position: -246px 0;
}
.sdklogo.dotnet,
.sdklogo.win32,
.sdklogo.windows,
.sdklogo.windowsphone,
.sdklogo.windowsphone8,
.sdklogo.win8,
.sdklogo.win8phone,
.sdklogo.win8rt,
.sdklogo.windows8 {
  background-position: -328px 0;
}
.sdklogo.javascript,
.sdklogo.typescript,
.sdklogo.html5 {
  background-position: -410px 0;
}
.sdklogo.android,
.sdklogo.androidndk {
  background-position: -492px 0;
}
.sdklogo.mono,
.sdklogo.xamarin {
  background-position: -574px 0;
}
.sdklogo.corona {
  background-position: -656px 0;
}
.sdklogo.playstation {
  background-position: -738px 0;
}
.sdklogo.ios {
  background-position: -820px 0;
}
.sdklogo.linux {
  background-position: -902px 0;
}
.sdklogo.psmobile {
  background-position: -984px 0;
}
.sdklogo.cocos2d-x {
  background-position: -1066px 0;
}
.sdklogo.ue4,
.sdklogo.unreal,
.sdklogo.unreal-engine {
  background-position: -1148px 0;
}
.sdklogo.xbox {
  background-position: -1230px 0;
}
.sdklogo.wii,
.sdklogo.wii-u {
  background-position: -1312px 0;
}
.sdklogo.unity:hover {
  background-position: 0 -82px;
}
.sdklogo.macos:hover,
.sdklogo.macosx:hover {
  background-position: -82px -82px;
}
.sdklogo.marmalade:hover {
  background-position: -164px -82px;
}
.sdklogo.flash:hover {
  background-position: -246px -82px;
}
.sdklogo.dotnet:hover,
.sdklogo.win32:hover,
.sdklogo.windows:hover,
.sdklogo.windowsphone:hover,
.sdklogo.windowsphone8:hover,
.sdklogo.win8:hover,
.sdklogo.win8phone:hover,
.sdklogo.win8rt:hover,
.sdklogo.windows8:hover {
  background-position: -328px -82px;
}
.sdklogo.javascript:hover,
.sdklogo.typescript:hover,
.sdklogo.html5:hover {
  background-position: -410px -82px;
}
.sdklogo.android:hover,
.sdklogo.androidndk:hover {
  background-position: -492px -82px;
}
.sdklogo.mono:hover,
.sdklogo.xamarin:hover {
  background-position: -574px -82px;
}
.sdklogo.corona:hover {
  background-position: -656px -82px;
}
.sdklogo.playstation:hover {
  background-position: -738px -82px;
}
.sdklogo.ios:hover {
  background-position: -820px -82px;
}
.sdklogo.linux:hover {
  background-position: -902px -82px;
}
.sdklogo.psmobile:hover {
  background-position: -984px -82px;
}
.sdklogo.cocos2d-x:hover {
  background-position: -1066px -82px;
}
.sdklogo.ue4:hover,
.sdklogo.unreal:hover,
.sdklogo.unreal-engine:hover {
  background-position: -1148px -82px;
}
.sdklogo.xbox:hover {
  background-position: -1230px -82px;
}
.sdklogo.wii:hover,
.sdklogo.wii-u:hover {
  background-position: -1312px -82px;
}
.sdkicon,
.sdkicon-pre:before {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 25px;
  overflow: hidden;
  width: 25px;
  background-image: url('img/sprite_photon-sdks_platform-icons.png');
  margin-right: 10px;
}
.sdkicon-wrap {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  background-color: #4c4e54;
  height: 35px;
  width: 35px;
  margin-top: -5px;
  position: relative;
}
.sdkicon-wrap > .sdkicon {
  position: absolute;
  top: 5px;
  left: 5px;
}
.sdkicon.zip {
  /* default */
}
.sdkicon.photon-cloud {
  background-position: -25px 0;
}
.sdkicon.photon-server,
.sdkicon.photon {
  background-position: -50px 0;
}
.sdkicon.pun,
.sdkicon.unity3d,
.sdkicon.unity {
  background-position: -75px 0;
}
.sdkicon.marmalade,
.sdkicon.marmelade {
  background-position: -100px 0;
}
.sdkicon.coronasdk,
.sdkicon.corona {
  background-position: -125px 0;
}
.sdkicon.xamarin,
.sdkicon.mono {
  background-position: -150px 0;
}
.sdkicon.mac,
.sdkicon.macos,
.sdkicon.macosx,
.sdkicon.apple {
  background-position: -175px 0;
}
.sdkicon.ios,
.sdkicon.ipad,
.sdkicon.iphone,
.sdkicon.ipod {
  background-position: -200px 0;
}
.sdkicon.android,
.sdkicon.androidndk {
  background-position: -225px 0;
}
.sdkicon.flash {
  background-position: -250px 0;
}
.sdkicon.javascript,
.sdkicon.html5 {
  background-position: -275px 0;
}
.sdkicon.linux {
  background-position: -300px 0;
}
.sdkicon.ps3,
.sdkicon.ps4,
.sdkicon.playstation {
  background-position: -325px 0;
}
.sdkicon.psmobile {
  background-position: -350px 0;
}
.sdkicon.win32,
.sdkicon.windows8,
.sdkicon.win8,
.sdkicon.win8rt,
.sdkicon.windows,
.sdkicon.windowsphone,
.sdkicon.dotnet,
.sdkicon.net,
.sdkicon.windowsphone8,
.sdkicon.win8phone {
  background-position: -375px 0;
}
.sdkicon.cocos2d-x {
  background-position: -400px 0;
}
.sdkicon.unreal-engine {
  background-position: -425px 0;
}
.sdkicon.xbox {
  background-position: -450px 0;
}
.sdkicon.wii-u {
  background-position: -475px 0;
}
.sdkicon.web,
.sdkicon.browser {
  background-position: -500px 0;
}
.sdkicon.zip:hover {
  /* default */
}
.sdkicon.photon-cloud:hover {
  /* default */
}
.sdkicon.photon-server:hover,
.sdkicon.photon:hover {
  /* default */
}
.sdkicon.pun:hover,
.sdkicon.unity3d:hover,
.sdkicon.unity:hover {
  background-position: -75px -25px;
}
.sdkicon.marmalade:hover,
.sdkicon.marmelade:hover {
  background-position: -100px -25px;
}
.sdkicon.coronasdk:hover,
.sdkicon.corona:hover {
  background-position: -125px -25px;
}
.sdkicon.xamarin:hover,
.sdkicon.mono:hover {
  background-position: -150px -25px;
}
.sdkicon.mac:hover,
.sdkicon.macos:hover,
.sdkicon.macosx:hover,
.sdkicon.apple:hover {
  background-position: -175px -25px;
}
.sdkicon.ios:hover,
.sdkicon.ipad:hover,
.sdkicon.iphone:hover,
.sdkicon.ipod:hover {
  background-position: -200px -25px;
}
.sdkicon.android:hover,
.sdkicon.androidndk:hover {
  background-position: -225px -25px;
}
.sdkicon.flash:hover {
  background-position: -250px -25px;
}
.sdkicon.javascript:hover,
.sdkicon.html5:hover {
  background-position: -275px -25px;
}
.sdkicon.linux:hover {
  background-position: -300px -25px;
}
.sdkicon.ps3:hover,
.sdkicon.ps4:hover,
.sdkicon.playstation:hover {
  background-position: -325px -25px;
}
.sdkicon.psmobile:hover {
  background-position: -350px -25px;
}
.sdkicon.win32:hover,
.sdkicon.windows8:hover,
.sdkicon.win8:hover,
.sdkicon.win8rt:hover,
.sdkicon.windows:hover,
.sdkicon.windowsphone:hover,
.sdkicon.dotnet:hover,
.sdkicon.net:hover,
.sdkicon.windowsphone8:hover,
.sdkicon.win8phone:hover {
  background-position: -375px -25px;
}
.sdkicon.cocos2d-x:hover {
  background-position: -400px -25px;
}
.sdkicon.unreal-engine:hover {
  background-position: -425px -25px;
}
.sdkicon.xbox:hover {
  background-position: -450px -25px;
}
.sdkicon.wii-u:hover {
  background-position: -475px -25px;
}
.sdkicon.web:hover,
.sdkicon.browser:hover {
  background-position: -500px -25px;
}
a.sdkicon:hover {
  border-bottom: none;
}
.sdkicon-pre {
  margin-bottom: .3571em;
  position: relative;
}
.sdkicon-pre:before {
  content: '';
  background-position: 0 -50px;
  margin-right: 10px;
  margin-bottom: -0.42em;
}
.sdkicon-pre.zip:before {
  /* default */
}
.sdkicon-pre.cloud:before,
.sdkicon-pre.chat:before,
.sdkicon-pre.turnbased:before,
.sdkicon-pre.realtime:before {
  background-position: -25px -50px;
}
.sdkicon-pre.onpremise:before,
.sdkicon-pre.server:before,
.sdkicon-pre.photon:before {
  background-position: -50px -50px;
}
.sdkicon-pre.pun:before,
.sdkicon-pre.photonunitynetworking:before,
.sdkicon-pre.photonpun:before,
.sdkicon-pre.unity3d:before,
.sdkicon-pre.unity:before {
  background-position: -75px -50px;
}
.sdkicon-pre.marmalade:before,
.sdkicon-pre.marmelade:before {
  background-position: -100px -50px;
}
.sdkicon-pre.coronasdk:before,
.sdkicon-pre.corona:before {
  background-position: -125px -50px;
}
.sdkicon-pre.xamarin:before,
.sdkicon-pre.mono:before {
  background-position: -150px -50px;
}
.sdkicon-pre.mac:before,
.sdkicon-pre.macos:before,
.sdkicon-pre.macosx:before,
.sdkicon-pre.apple:before {
  background-position: -175px -50px;
}
.sdkicon-pre.ios:before,
.sdkicon-pre.ipad:before,
.sdkicon-pre.iphone:before,
.sdkicon-pre.ipod:before {
  background-position: -200px -50px;
}
.sdkicon-pre.android:before,
.sdkicon-pre.androidndk:before {
  background-position: -225px -50px;
}
.sdkicon-pre.flash:before {
  background-position: -250px -50px;
}
.sdkicon-pre.javascript:before,
.sdkicon-pre.html5:before {
  background-position: -275px -50px;
}
.sdkicon-pre.linux:before {
  background-position: -300px -50px;
}
.sdkicon-pre.ps3:before,
.sdkicon-pre.ps4:before,
.sdkicon-pre.playstation:before {
  background-position: -325px -50px;
}
.sdkicon-pre.psmobile:before {
  background-position: -350px -50px;
}
.sdkicon-pre.win32:before,
.sdkicon-pre.windows:before,
.sdkicon-pre.windowsphone:before,
.sdkicon-pre.windows8:before,
.sdkicon-pre.win8:before,
.sdkicon-pre.win8rt:before,
.sdkicon-pre.dotnet:before,
.sdkicon-pre.net:before,
.sdkicon-pre.windowsphone8:before,
.sdkicon-pre.win8phone:before {
  background-position: -375px -50px;
}
.sdkicon-pre.cocos2d-x:before {
  background-position: -400px -50px;
}
.sdkicon-pre.unreal-engine:before {
  background-position: -425px -50px;
}
.sdkicon-pre.xbox:before {
  background-position: -450px -50px;
}
.sdkicon-pre.wii-u:before {
  background-position: -475px -50px;
}
.sdkicon-pre.web:before,
.sdkicon-pre.browser:before {
  background-position: -500px -50px;
}
.twitterTimeline,
.rssFeed {
  padding-left: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .twitterTimeline,
  .rssFeed {
    min-height: 232px;
  }
}
.twitterTimeline > li,
.rssFeed > li {
  list-style-position: outside;
  padding-left: 1.9em;
  text-indent: -1.9em;
  margin-bottom: 20px;
}
.twitterTimeline > li:before,
.rssFeed > li:before {
  font-family: FontAwesome;
  left: 0;
  margin-right: .4em;
  position: relative;
}
.twitterTimeline li:before {
  content: '\f099';
  font-size: 1.2em;
}
.twitterTimeline li > a {
  margin-left: 20px;
  text-indent: 0;
}
.twitterTimeline li .icon-reply,
.twitterTimeline li .icon-retweet,
.twitterTimeline li .icon-star {
  color: #c3c3c3;
}
.twitterTimeline li .icon-reply:hover,
.twitterTimeline li .icon-retweet:hover,
.twitterTimeline li .icon-star:hover {
  color: #444444;
}
.twitterIcon,
.rssIcon {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  display: inline-block;
  color: #fff;
  font-family: FontAwesome;
  font-size: inherit;
  line-height: 1.2em;
  min-width: 1.2em;
  outline: none;
  padding: .2em .4em;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.twitterIcon {
  line-height: 1.4em;
  min-width: 1.4em;
}
/* ------- RSS feed icons
 */
.rssFeed li:before {
  content: '\f075';
}
.rssIcon {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  background: #f78d1d;
  background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
  background: -moz-linear-gradient(top, #faa51a, #f47a20);
  border: solid 1px #da7c0c;
  -webkit-border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
/* ------- (FontAwesome) Headline Icons
 */
.icon-headline {
  font-size: 1.618em;
  margin-right: .5em;
  margin-right: .618rem;
  vertical-align: -0.11em !important;
  /* override FontAwesome CSS! */
}
.icon-headline.white {
  color: white;
}
.white .icon-headline {
  color: white;
}
.alert {
  margin-bottom: 20px;
}
.alert > h1,
.alert > .h1,
.alert > h2,
.alert > .h2,
.alert > h3,
.alert > .h3,
.alert > h4,
.alert > .h4,
.alert > h5,
.alert > .h5,
.alert > h6,
.alert > .h6 {
  margin-top: 0;
}
.alert .alert-link {
  border-bottom-color: inherit;
  border-bottom-color: currentColor;
  font-weight: normal;
}
.alert .alert-link:hover {
  border-bottom-style: solid;
}
.well > .alert:last-child {
  margin-bottom: 0;
}
a.btn-warning {
  color: #ffffff !important;
}
hr {
  background-color: #ddd;
  border: none;
  height: 1px;
}
.bg-white {
  background-color: #fff;
}
.bg-light {
  background-color: #f6f6f6;
}
.border-bottom {
  border-bottom: 1px solid #ddd;
}
.border-bottom:last-child {
  border-bottom: none;
}
.border-top {
  border-top: 1px solid #ddd;
}
.border-tb {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.border-tb:last-child {
  border-bottom: none;
}
.fw-400 {
  font-weight: 400;
}
.logo-responsive {
  width: 60%;
}
@media (max-width: 767px) {
  .logo-responsive {
    width: 21%;
  }
}
@media (max-width: 991px) {
  .logo-responsive {
    width: 42%;
  }
}
.r4 {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
}
.r4-top {
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.r4-bot {
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.r8 {
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-clip: padding-box;
}
.r8-top {
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.r8-bot {
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.border-dotted {
  border: 3px dotted #444;
}
.product-features-intro {
  height: 216px;
}
@media (max-width: 767px) {
  .product-features-intro {
    height: auto;
  }
}
.product-features-intro .position-bottom {
  position: absolute;
  bottom: 20px;
}
@media (max-width: 767px) {
  .product-features-intro .position-bottom {
    position: relative;
  }
}
.screenshot-reference {
  margin-top: 22px;
}
.event-expired dl {
  background: url('img/tick_ontour.png') center no-repeat transparent;
}
.msg-wrap {
  border: 1px solid #919191;
  margin-top: 40px;
  padding: 20px;
}
hr.dashed {
  background-color: #999;
  background-image: linear-gradient(90deg, transparent 50%, #ffffff 50%);
  background-size: 20px 20px;
}
.mau-separator {
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  height: 28px;
  vertical-align: text-bottom;
  width: 2px;
}
#mau-stops {
  margin-top: 80px;
  position: relative;
}
#mau-stops:before,
#mau-stops:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#mau-stops:after {
  clear: both;
}
#mau-stops > a {
  display: inline-block;
  border-bottom: none;
  float: left;
  opacity: .5;
  position: relative;
  text-align: center;
  width: 20%;
}
#mau-stops > a:before {
  transform: scale(0.9999);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 15px solid #fff;
  content: '';
  position: absolute;
  top: -23px;
  left: 50%;
  left: calc(50% - 5px);
  height: 0;
  width: 0;
}
#mau-stops > a.active {
  opacity: 1;
}
#mau-stops > a:first-child {
  padding-left: 1ex;
  text-align: left;
}
#mau-stops > a:hover {
  border-bottom: none;
}
#mau-stops > a:last-child {
  padding-right: 1ex;
  text-align: right;
}
ul.pricetag.pricetag-highlighted {
  box-shadow: 2px 2px 40px rgba(0, 0, 0, 0.8);
  margin-top: -10px;
  opacity: 1;
}
ul.pricetag.pricetag-highlighted > li:last-child {
  padding-bottom: calc(50px);
}
ul.pricetag.pricetag-highlighted > li:last-child.pricetag-contact-enterprise {
  padding-bottom: calc(37px);
}
ul.pricetag.pricetag-highlighted + .btn-pricetag {
  font-weight: bold;
  opacity: 1;
}
ul.pricetag.pricetag-dimmed {
  opacity: .6;
}
ul.pricetag.pricetag-dimmed + .btn-pricetag {
  opacity: .6;
}
ul.pricetag.pricetag-dimmed > li {
  background-color: #eee;
  color: #999;
}
.pricetag-wrapper:hover > ul.pricetag.pricetag-dimmed {
  opacity: 1;
}
.pricetag-wrapper:hover > ul.pricetag.pricetag-dimmed > li {
  background-color: white;
  color: #444444;
}
.pricetag-wrapper:hover > ul.pricetag.pricetag-dimmed > li:first-child {
  color: white;
}
.pricetag-wrapper:hover > ul.pricetag.pricetag-dimmed + .btn-pricetag {
  opacity: 1;
}
ul[class*="pricetag"] {
  margin-bottom: 0;
}
.pricetag-zebra ul:nth-child(even) {
  background: linear-gradient(to right, #3fd4d7, #3fd4d7 20%, #ffffff 20%, #ffffff) !important;
}
.pricetag-zebra ul:nth-child(even).pricetag-subscribed {
  background: linear-gradient(to right, #3fd4d7, #3fd4d7 20%, #bdf0f1 20%, #bdf0f1) !important;
}
.pricetag-zebra.pricetags-chat ul:nth-child(even) {
  background: linear-gradient(to right, #f8a97c, #f8a97c 20%, #ffffff 20%, #ffffff) !important;
}
.pricetag-zebra.pricetags-chat ul:nth-child(even).pricetag-subscribed {
  background: linear-gradient(to right, #f8a97c, #f8a97c 20%, #ffffff 20%, #ffffff) !important;
}
.pricetag-zebra.pricetags-turnbased ul:nth-child(even) {
  background: linear-gradient(to right, #8ccb89, #8ccb89 20%, #ffffff 20%, #ffffff) !important;
}
.pricetag-zebra.pricetags-turnbased ul:nth-child(even).pricetag-subscribed {
  background: linear-gradient(to right, #8ccb89, #8ccb89 20%, #f4faf3 20%, #f4faf3) !important;
}
ul.pricetag-subscribe {
  padding-left: 0;
  list-style: none;
  margin-left: 0;
  text-align: left;
  background: linear-gradient(to right, #1f8f91, #1f8f91 20%, #f6f6f6 20%, #f6f6f6);
}
ul.pricetag-subscribe > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
ul.pricetag-subscribe > li:first-child {
  padding-left: 0;
}
ul.pricetag-subscribe > li:first-child {
  padding-left: 0;
}
ul.pricetag-subscribe.pricetag-subscribed {
  background: linear-gradient(to right, #1f8f91, #1f8f91 20%, #bdf0f1 20%, #bdf0f1);
}
.pricetags-chat ul.pricetag-subscribe {
  background: linear-gradient(to right, #f3691b, #f3691b 20%, #f6f6f6 20%, #f6f6f6);
}
.pricetags-chat ul.pricetag-subscribe.pricetag-subscribed {
  background: linear-gradient(to right, #f3691b, #f3691b 20%, #ffffff 20%, #ffffff);
}
.pricetags-turnbased ul.pricetag-subscribe {
  background: linear-gradient(to right, #4ea549, #4ea549 20%, #f6f6f6 20%, #f6f6f6);
}
.pricetags-turnbased ul.pricetag-subscribe.pricetag-subscribed {
  background: linear-gradient(to right, #4ea549, #4ea549 20%, #f4faf3 20%, #f4faf3);
}
ul.pricetag-subscribe:first-child {
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
ul.pricetag-subscribe:last-child {
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
ul.pricetag-subscribe > li:first-child {
  color: white;
  font-weight: bold;
}
ul.pricetag-subscribe > li {
  padding: 10px 20px;
}
ul.pricetag-subscribe .pricetag-subscribed {
  color: #9b9b9d;
}
ul.pricetag-subscribe input,
ul.pricetag-subscribe label {
  margin-bottom: 0;
}
ul.pricetag {
  padding-left: 0;
  list-style: none;
  text-align: center;
}
ul.pricetag > li:first-child {
  font-family: "Open Sans", Verdana, Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.1;
  color: inherit;
  font-size: 18px;
  margin-top: 22px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #3c3d43 !important;
  background-color: rgba(0, 0, 0, 0.21) !important;
  color: white;
  font-weight: bold;
  margin: 0;
}
ul.pricetag > li:first-child small,
ul.pricetag > li:first-child .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
ul.pricetag > li:first-child .headline-small * {
  color: #999999;
  font-size: 75%;
  font-weight: normal;
  line-height: 1;
}
ul.pricetag > li:first-child > .fw-300 {
  font-weight: normal;
}
ul.pricetag > li:last-child {
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding-bottom: 30px;
}
ul.pricetag > li {
  background-color: white;
  padding: 10px 20px;
}
ul.pricetag .pricetag-value {
  font-family: "Open Sans", Verdana, Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.1;
  color: inherit;
  font-size: 36px;
  margin-top: 35px;
  margin-bottom: 13.59674775px;
  margin: 0;
  padding-bottom: 0;
  padding-top: 30px;
}
ul.pricetag .pricetag-value small,
ul.pricetag .pricetag-value .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
ul.pricetag .pricetag-value .headline-small * {
  color: #999999;
  font-size: 65%;
  font-weight: normal;
  line-height: 1;
}
ul.pricetag .pricetag-value .currency-symbol {
  font-family: "Open Sans", Verdana, Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.1;
  color: inherit;
  font-size: 18px;
  margin-top: 22px;
  font-weight: normal;
}
ul.pricetag .pricetag-value .currency-symbol small,
ul.pricetag .pricetag-value .currency-symbol .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
ul.pricetag .pricetag-value .currency-symbol .headline-small * {
  color: #999999;
  font-size: 75%;
  font-weight: normal;
  line-height: 1;
}
ul.pricetag .pricetag-value-enterprise {
  font-size: 30px;
}
ul.pricetag .pricetag-cycle {
  font-family: "Open Sans", Verdana, Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.1;
  color: inherit;
  font-size: 18px;
  margin-top: 22px;
  margin: 0;
  padding-bottom: 30px;
  padding-top: 0;
}
ul.pricetag .pricetag-cycle small,
ul.pricetag .pricetag-cycle .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
ul.pricetag .pricetag-cycle .headline-small * {
  color: #999999;
  font-size: 75%;
  font-weight: normal;
  line-height: 1;
}
ul.pricetag .pricetag-cycle.pricetag-once {
  padding-bottom: 20px;
}
ul.pricetag .pricetag-cycle > .pricetag-stoerer {
  -moz-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
  display: inline-block;
  background-color: #f0ad4e;
  color: #ffffff;
  font-weight: 400;
  padding: 5px 20px;
}
ul.pricetag .pricetag-contact-enterprise {
  color: #cc0100;
}
ul.pricetag .pricetag-contact-enterprise > a,
ul.pricetag .pricetag-contact-enterprise > a.hover {
  color: #cc0100;
  border-color: #cc0100;
}
ul.pricetag .pricetag-contact-enterprise:last-child {
  padding-bottom: 20px;
}
ul.pricetag .pricetag-cycle-enterprise {
  font-size: 14px;
  font-weight: normal;
}
ul.pricetag .pricetag-cycle + .pricetag-value {
  margin-top: -40px;
}
ul.pricetag ul.pricetag-attributes {
  padding-left: 0;
  list-style: none;
  padding-bottom: 30px;
  padding-top: 0;
}
ul.pricetag ul.pricetag-attributes > li {
  padding: 0;
}
.btn-pricetag {
  margin-top: 20px;
}
.table {
  table-layout: fixed;
}
.table.table-sum tbody > tr:first-child > td {
  border-top: none;
}
.table.table-sum tbody > tr > td:first-child {
  padding-left: 0;
}
.table.table-sum tbody > tr > td:last-child {
  padding-right: 0;
}
.btn {
  line-height: inherit;
  vertical-align: inherit;
}
.btn-primary {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-header {
  -webkit-box-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-top-bottom-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 24px;
  font-weight: bold;
  margin-right: 15px;
  position: absolute;
  right: 0;
  bottom: -31px;
  padding: 20px;
}
.btn-header-signup {
  color: #ffffff;
  background-color: #3c3d43;
  border-color: #000000;
}
.btn-header-signup:hover,
.btn-header-signup:focus,
.btn-header-signup:active,
.btn-header-signup.active,
.open .dropdown-toggle.btn-header-signup {
  color: #ffffff;
  background-color: #29292d;
  border-color: #000000;
}
.btn-header-signup:active,
.btn-header-signup.active,
.open .dropdown-toggle.btn-header-signup {
  background-image: none;
}
.btn-header-signup.disabled,
.btn-header-signup[disabled],
fieldset[disabled] .btn-header-signup,
.btn-header-signup.disabled:hover,
.btn-header-signup[disabled]:hover,
fieldset[disabled] .btn-header-signup:hover,
.btn-header-signup.disabled:focus,
.btn-header-signup[disabled]:focus,
fieldset[disabled] .btn-header-signup:focus,
.btn-header-signup.disabled:active,
.btn-header-signup[disabled]:active,
fieldset[disabled] .btn-header-signup:active,
.btn-header-signup.disabled.active,
.btn-header-signup[disabled].active,
fieldset[disabled] .btn-header-signup.active {
  background-color: #3c3d43;
  border-color: #000000;
}
.btn-apply-presets {
  min-width: 100px;
}
.btn-close-bot {
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  border-top-right-radius: 0;
}
.panel-footer-dashboard {
  padding-top: 0;
  padding-bottom: 0;
}
.btn-dashboard {
  margin-bottom: 10px;
  margin-top: 10px;
  min-width: 12em;
}
.link-btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
  border-radius: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  white-space: nowrap;
}
.color-avg {
  color: #bbccdd;
}
.color-max {
  color: #ee0000;
}
.container-app {
  margin-bottom: 0;
}
.loading {
  background: url('img/loading.gif') no-repeat scroll 50% 50% transparent;
}
.bgNotAvailable {
  background: url('img/na.png') 50% 50% #ffffff no-repeat;
}
.spark-7d {
  background: url('img/na.png') no-repeat scroll 50% 50% transparent;
  background-image: url('img/na.png'), -moz-linear-gradient(0deg, #ffffff 50%, #d6e0eb 50%, #d6e0eb);
  background-image: url('img/na.png'), -webkit-linear-gradient(0deg, #ffffff 50%, #d6e0eb 50%, #d6e0eb);
  background-image: url('img/na.png'), linear-gradient(90deg, #ffffff 50%, #d6e0eb 50%, #d6e0eb);
  background-position: 50% 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, 28.571428571% 100%;
  max-height: 0;
  min-height: 40px;
  min-width: 200px;
  width: 100%;
}
.eg-graph-scroll-helper {
  padding-left: 17ex;
  padding-right: 1ex;
  top: 0;
  z-index: 10;
}
.eg-graph-scroll-helper:after:before,
.eg-graph-scroll-helper:after:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.eg-graph-scroll-helper:after:after {
  clear: both;
}
.eg-graph-scroll-helper.fixedsticky-on {
  width: calc( 100% - 2 * 15px );
}
@media (min-width: 768px) {
  .eg-graph-scroll-helper.fixedsticky-on {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .eg-graph-scroll-helper.fixedsticky-on {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  .eg-graph-scroll-helper.fixedsticky-on {
    width: 1140px;
  }
}
.eg-graph-scroll {
  background-color: #fff;
  border: none;
  text-shadow: 3px 3px 3px #ccc;
  opacity: .4;
}
.eg-graph-scroll:active,
.eg-graph-scroll:hover {
  border: none;
  color: #444444;
  opacity: .8;
}
.eg-graph-table.is-scrolling thead,
.eg-graph-table.is-scrolling tbody {
  border-right: 2px solid rgba(68, 68, 68, 0.5);
}
.eg-graph-table {
  display: block;
  position: relative;
  width: 100%;
}
.eg-graph-table.show-data-only td,
.eg-graph-table.show-data-only th {
  min-height: 29px;
}
.eg-graph-table td.eg-graph-inactive,
.eg-graph-table th.eg-graph-inactive {
  color: #9b9b9d;
  min-height: 29px;
}
.eg-graph-table td.eg-graph-inactive img,
.eg-graph-table th.eg-graph-inactive img {
  display: none;
}
.eg-graph-table tfoot {
  display: block;
}
.eg-graph-table tfoot td {
  min-height: 29px;
}
.eg-graph-table thead {
  display: block;
  float: left;
}
.eg-graph-table th {
  display: block;
  min-height: 170px;
  min-width: 11ex;
}
.eg-graph-table th:nth-child(odd) {
  background-color: #f9f9f9;
}
.eg-graph-table tbody {
  display: block;
  width: auto;
  position: relative;
  overflow: auto;
  white-space: nowrap;
}
.eg-graph-table tbody tr {
  display: block;
  vertical-align: top;
}
.eg-graph-table td {
  display: inline-block;
  min-height: 170px;
  min-width: 260px;
  position: relative;
}
.eg-graph-table td .info {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 12px;
  z-index: 10;
}
.eg-graph-table td .info:before {
  content: attr(data-info) ': ';
  display: inline-block;
  position: relative;
  z-index: 10;
}
.eg-graph-table td.eg-graph-container-total,
.eg-graph-table th.eg-graph-container-total {
  min-height: 29px;
  height: auto;
}
.eg-graph-table td.h4,
.eg-graph-table th.h4 {
  margin: 0;
}
.eg-graph-table.table-striped tr,
.eg-graph-table.table-striped th,
.eg-graph-table.table-striped td {
  box-sizing: content-box;
  /* fix border alignment between 'thead th' and 'tbody > tr' */
}
.eg-graph-table.table-striped > thead > tr > th {
  border-bottom: 1px solid #dddddd;
}
.eg-graph-table.table-striped > tbody > tr:after {
  border-bottom: 1px solid #dddddd;
  content: ' ';
  display: block;
  height: 0;
  width: 100%;
}
.eg-graph-table.table-striped > tbody > tr > td,
.eg-graph-table.table-striped > tbody > tr > th {
  border-top: none;
  margin-right: -4px;
}
.eg-graph-table.table-striped > tbody > tr > td:after,
.eg-graph-table.table-striped > tbody > tr > th:after {
  border-bottom: 1px solid #dddddd;
  bottom: -1px;
  content: ' ';
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  width: 276px;
}
.eg-graph-table.table-striped > tbody > tr:nth-child(odd) > td,
.eg-graph-table.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.eg-graph-table.table-striped > tfoot > tr > td {
  border-top: none;
}
.eg-graph-container {
  min-width: 270px;
}
.eg-graph {
  position: relative;
  width: 260px;
}
.eg-graph-sum {
  display: inline-block;
  text-align: right;
  width: 250px;
}
.eg-graph-img,
.img-graph {
  height: 170px;
  width: 260px;
}
.eg-graph-caption {
  background: rgba(255, 255, 255, 0.5);
  display: block;
  position: absolute;
  top: 0;
  text-align: right;
  width: 260px;
}
.modal-overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(rgba(11, 11, 11, 0.1), rgba(11, 11, 11, 0.6)) repeat-x rgba(11, 11, 11, 0.2);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(11, 11, 11, 0.1)), to(rgba(11, 11, 11, 0.6))) repeat-x rgba(11, 11, 11, 0.2);
  z-index: 4223;
}
.modal-overlay-spinner {
  top: 50%;
  margin-top: -2em;
  left: 50%;
  margin-left: -2em;
  position: relative;
  z-index: 8421;
}
/**
 * (C)Leanest CSS spinner ever
 * http://lea.verou.me/2013/11/cleanest-css-spinner-ever/
 */
@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}
.spinner {
  position: relative;
  display: inline-block;
  width: 5em;
  height: 5em;
  margin: 0 .5em;
  font-size: 1em;
  text-indent: 999em;
  overflow: hidden;
  animation: spin 1s infinite steps(8);
}
.spinner:before,
.spinner:after,
.spinner > div:before,
.spinner > div:after {
  content: '';
  position: absolute;
  top: 0;
  left: 2.25em;
  /* (container width - part width)/2  */
  width: .5em;
  height: 1.5em;
  border-radius: .2em;
  background: #eee;
  box-shadow: 0 3.5em #eee;
  /* container height - part height */
  transform-origin: 50% 2.5em;
  /* container height / 2 */
}
.spinner:before {
  background: #555;
}
.spinner:after {
  transform: rotate(-45deg);
  background: #777;
}
.spinner > div:before {
  transform: rotate(-90deg);
  background: #999;
}
.spinner > div:after {
  transform: rotate(-135deg);
  background: #bbb;
}
/* ------- Confirmation Dialog
 */
#confirm-overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(rgba(11, 11, 11, 0.1), rgba(11, 11, 11, 0.6)) repeat-x rgba(11, 11, 11, 0.2);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(11, 11, 11, 0.1)), to(rgba(11, 11, 11, 0.6))) repeat-x rgba(11, 11, 11, 0.2);
  z-index: 4223;
}
#confirm-overlay #confirm-box {
  width: 460px;
  /* TODO: bad idea to re-center using negative margins:
                 it causes contents to be out of reach w/ to less screen estate!
                 better use offset calculation at runtime and render contents to new page if needs be.
        */
  margin: -130px 0 0 -230px;
  /* re-center */
  -moz-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
  -webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
  padding: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
}
#confirm-overlay #confirm-box .button {
  margin-right: 2em;
}
#confirm-overlay #confirm-box .button:last-child {
  margin-right: 0;
}
#confirm-overlay #confirm-buttons {
  text-align: center;
}
.stats-wrapper {
  bottom: 100px;
  font-style: italic;
  left: calc(50% - 14ex);
  position: absolute;
}
.stats-title {
  font-size: 20px;
}
.stats-value {
  font-size: 32px;
  margin-top: 24px;
}
.real-num {
  opacity: 1;
}
.rand-num {
  opacity: .85;
}
/* -----------------------
    VARS
   -----------------------*/
/* -----------------------
    TAGS
   -----------------------*/
input[type=checkbox].sc-checkbox {
  height: 0;
  width: 0;
  position: absolute;
  left: -9999px;
}
/* -----------------------
    SHOWCASE
   -----------------------*/
.sc-link-devstory {
  margin-right: 20px;
  display: inline-block;
  margin-top: 4px;
}
.sc-link-devstory > .fa {
  vertical-align: middle;
}
/* overloading Bootstraps' row margins,
   aligning left- and rightmost cols of .sc-wrap and
   assigning it a width for proper sizing of .sc-info-onclick */
.sc-container > .row {
  margin-left: -10px;
  margin-right: -10px;
  width: 100%;
}
.sc-wrap {
  background-position: center;
  background-size: 100% 100%;
  border: 10px solid #ffffff;
  display: inline-block;
  float: none;
  /* reset Bootstrap cols */
  margin-bottom: -0.3rem;
  /* remove whitespace pixels (~4px) between non-floating elems */
  margin-right: -0.3rem;
  /* remove whitespace pixels (~4px) between non-floating elems */
  overflow: hidden;
  padding: 0;
  position: relative;
  /* fix Webkit difficulties w/ rendering (multiple) CSS transforms within ... */
  transition: background-size 0.8s ease;
  /* trigger GPU rendering */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  /* reduce flicker */
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
}
.sc-wrap:before {
  content: "";
  display: block;
  padding-top: 73%;
  /* image aspect ratio of 1.375 : 1 */
}
.sc-wrap.hover,
.sc-wrap:hover {
  background-size: 111% 111%;
}
.sc-info {
  background-color: rgba(55, 55, 55, 0.8);
  padding: 5px 10px;
  /* fix collapsing margins, Safari requires 1px min ... */
  position: absolute;
  /* "faux" width & height 100% */
  bottom: 0;
  left: 0;
  right: 0;
  top: 70%;
}
.sc-info > * {
  margin-bottom: 5px;
}
.sc-info-hover {
  background-color: rgba(55, 55, 55, 0);
  text-align: center;
  opacity: 0;
  padding: 1px;
  /* fix collapsing margins, Safari requires 1px min ... */
  position: absolute;
  /* "faux" width & height 100% */
  bottom: 30%;
  left: 0;
  right: 0;
  top: 0;
  transition: all 0.6s ease;
}
.sc-info-hover:hover {
  background-color: rgba(55, 55, 55, 0.8);
  opacity: 1;
}
.sc-info-more {
  margin-top: 21%;
}
.sc-info-onclick {
  background-color: #eee;
  clear: none;
  display: inline-block;
  float: left;
  height: 0;
  max-height: 0;
  width: calc(100% -  20px);
  opacity: 0;
  padding: 40px;
  position: absolute;
  left: -9999px;
  top: -9999px;
  transition: max-height 0.6s ease;
}
/* show w/ adjecent (invisible) checkbox */
input[type=checkbox]:checked + .sc-info-onclick {
  height: auto;
  min-height: 21rem;
  max-height: 168rem;
  /* nw, not actually used ;) ... just to allow it expanding w/ CSS transition! */
  margin-top: 0;
  opacity: 1;
  position: relative;
  left: 10px;
  top: auto;
}
/* lg - col-3 - 1/4 */
.sc-info-onclick-tri {
  border-style: solid;
  border-width: 0 20px 20px 20px;
  border-color: transparent transparent #eee transparent;
  display: inline-block;
  height: 0;
  width: 0;
  position: absolute;
  left: calc(100%/8 * 5 -  20px);
  /* "3rd" */
  top: -20px;
  -webkit-transform: rotate(360deg);
  /* smoother rendering in Chrome */
  z-index: 10;
}
.sc-info-onclick:nth-of-type(8n + 2) .sc-info-onclick-tri {
  left: calc(100%/8 -  20px);
  /* "1st" */
}
.sc-info-onclick:nth-of-type(8n + 4) .sc-info-onclick-tri {
  left: calc(100%/8 * 3 -  20px);
  /* "2nd" */
}
.sc-info-onclick:nth-of-type(8n) .sc-info-onclick-tri {
  left: calc(100%/8 * 7 -  20px);
  /* 4th */
}
/* xs - col-12 - 1/1 */
@media (max-width: 767px) {
  .sc-info-onclick-tri {
    left: calc(50% -  20px) !important;
  }
}
/* sm - col-6 - 1/2 */
@media (min-width: 768px) and (max-width: 991px) {
  .sc-info-onclick-tri {
    left: calc(25% -  20px) !important;
  }
  .sc-info-onclick:nth-of-type(4n) .sc-info-onclick-tri {
    left: calc(75% -  20px) !important;
  }
}
/* md - col-4 - 1/3 */
@media (min-width: 992px) and (max-width: 1199px) {
  .sc-info-onclick:nth-of-type(6n + 2) .sc-info-onclick-tri {
    left: calc(100%/6 -  20px) !important;
  }
  .sc-info-onclick-tri {
    left: calc(50% -  20px) !important;
  }
  .sc-info-onclick:nth-of-type(6n) .sc-info-onclick-tri {
    left: calc(100%/6 * 5 -  20px) !important;
  }
}
/* -----------------------
    SHOWCASE DETAILS
   -----------------------*/
.icon-close:after {
  clear: both;
  height: 0;
  width: 0;
}
.sc-screenshot {
  -webkit-box-shadow: 0 0 10px rgba(68, 68, 68, 0.42);
  box-shadow: 0 0 10px rgba(68, 68, 68, 0.42);
  float: left;
  margin-right: 40px;
}
@media (max-width: 991px) {
  .sc-screenshot {
    display: none;
  }
}
.sc-title {
  display: inline-block;
  margin-top: 0;
}
.sc-info-additional {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  display: block;
  margin-bottom: 0;
  width: 100%;
}
.sc-info-additional:before,
.sc-info-additional:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.sc-info-additional:after {
  clear: both;
}
.sc-info-additional > dt {
  display: inline-block;
  float: left;
  font-weight: bold;
  min-width: 9rem;
}
/* -----------------------
    OTHER
   -----------------------*/
.icon-close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.tooltip-inner {
  color: #444444;
  background-color: white;
}
.tooltip {
  font-size: inherit;
}
.tooltip.top .tooltip-arrow {
  border-top-color: white;
}
.acc-widget .acc-content {
  padding: 0;
}
.acc-widget .acc-title {
  display: none;
}
.acc-widget .acc-credit-card-imgs {
  margin-bottom: 20px;
}
.acc-widget .acc-small-input {
  width: auto !important;
}
.acc-widget .acc-plugin-container {
  padding-left: 40px;
}
.acc-widget .acc-widget-menu a {
  border-bottom: none;
}
.acc-widget form fieldset,
.acc-widget form input,
.acc-widget form select,
.acc-widget form textarea {
  margin-bottom: 0;
}
.acc-widget form input,
.acc-widget form select,
.acc-widget form textarea {
  padding: 6px 12px;
}
.acc-widget form input[type="submit"],
.acc-widget form select[type="submit"],
.acc-widget form textarea[type="submit"] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.61803399;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.acc-widget form input[type="submit"]:hover,
.acc-widget form select[type="submit"]:hover,
.acc-widget form textarea[type="submit"]:hover,
.acc-widget form input[type="submit"]:focus,
.acc-widget form select[type="submit"]:focus,
.acc-widget form textarea[type="submit"]:focus,
.acc-widget form input[type="submit"]:active,
.acc-widget form select[type="submit"]:active,
.acc-widget form textarea[type="submit"]:active,
.acc-widget form input[type="submit"].active,
.acc-widget form select[type="submit"].active,
.acc-widget form textarea[type="submit"].active,
.open .dropdown-toggle.acc-widget form input[type="submit"],
.open .dropdown-toggle.acc-widget form select[type="submit"],
.open .dropdown-toggle.acc-widget form textarea[type="submit"] {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.acc-widget form input[type="submit"]:active,
.acc-widget form select[type="submit"]:active,
.acc-widget form textarea[type="submit"]:active,
.acc-widget form input[type="submit"].active,
.acc-widget form select[type="submit"].active,
.acc-widget form textarea[type="submit"].active,
.open .dropdown-toggle.acc-widget form input[type="submit"],
.open .dropdown-toggle.acc-widget form select[type="submit"],
.open .dropdown-toggle.acc-widget form textarea[type="submit"] {
  background-image: none;
}
.acc-widget form input[type="submit"].disabled,
.acc-widget form select[type="submit"].disabled,
.acc-widget form textarea[type="submit"].disabled,
.acc-widget form input[type="submit"][disabled],
.acc-widget form select[type="submit"][disabled],
.acc-widget form textarea[type="submit"][disabled],
fieldset[disabled] .acc-widget form input[type="submit"],
fieldset[disabled] .acc-widget form select[type="submit"],
fieldset[disabled] .acc-widget form textarea[type="submit"],
.acc-widget form input[type="submit"].disabled:hover,
.acc-widget form select[type="submit"].disabled:hover,
.acc-widget form textarea[type="submit"].disabled:hover,
.acc-widget form input[type="submit"][disabled]:hover,
.acc-widget form select[type="submit"][disabled]:hover,
.acc-widget form textarea[type="submit"][disabled]:hover,
fieldset[disabled] .acc-widget form input[type="submit"]:hover,
fieldset[disabled] .acc-widget form select[type="submit"]:hover,
fieldset[disabled] .acc-widget form textarea[type="submit"]:hover,
.acc-widget form input[type="submit"].disabled:focus,
.acc-widget form select[type="submit"].disabled:focus,
.acc-widget form textarea[type="submit"].disabled:focus,
.acc-widget form input[type="submit"][disabled]:focus,
.acc-widget form select[type="submit"][disabled]:focus,
.acc-widget form textarea[type="submit"][disabled]:focus,
fieldset[disabled] .acc-widget form input[type="submit"]:focus,
fieldset[disabled] .acc-widget form select[type="submit"]:focus,
fieldset[disabled] .acc-widget form textarea[type="submit"]:focus,
.acc-widget form input[type="submit"].disabled:active,
.acc-widget form select[type="submit"].disabled:active,
.acc-widget form textarea[type="submit"].disabled:active,
.acc-widget form input[type="submit"][disabled]:active,
.acc-widget form select[type="submit"][disabled]:active,
.acc-widget form textarea[type="submit"][disabled]:active,
fieldset[disabled] .acc-widget form input[type="submit"]:active,
fieldset[disabled] .acc-widget form select[type="submit"]:active,
fieldset[disabled] .acc-widget form textarea[type="submit"]:active,
.acc-widget form input[type="submit"].disabled.active,
.acc-widget form select[type="submit"].disabled.active,
.acc-widget form textarea[type="submit"].disabled.active,
.acc-widget form input[type="submit"][disabled].active,
.acc-widget form select[type="submit"][disabled].active,
.acc-widget form textarea[type="submit"][disabled].active,
fieldset[disabled] .acc-widget form input[type="submit"].active,
fieldset[disabled] .acc-widget form select[type="submit"].active,
fieldset[disabled] .acc-widget form textarea[type="submit"].active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.acc-widget form input[type="submit"]:focus,
.acc-widget form select[type="submit"]:focus,
.acc-widget form textarea[type="submit"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.acc-widget form input[type="submit"]:hover,
.acc-widget form select[type="submit"]:hover,
.acc-widget form textarea[type="submit"]:hover,
.acc-widget form input[type="submit"]:focus,
.acc-widget form select[type="submit"]:focus,
.acc-widget form textarea[type="submit"]:focus {
  color: #333333;
  text-decoration: none;
}
.acc-widget form input[type="submit"]:active,
.acc-widget form select[type="submit"]:active,
.acc-widget form textarea[type="submit"]:active,
.acc-widget form input[type="submit"].active,
.acc-widget form select[type="submit"].active,
.acc-widget form textarea[type="submit"].active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.acc-widget div[class*="-information"] {
  margin-top: 40px;
}
.acc-widget div.acc-controls {
  margin-bottom: 20px;
}
.acc-widget div.server-error {
  color: #d9534f;
}
.acc-widget h3 {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}
.header-chat {
  background: #f3691b;
  background-image: -moz-radial-gradient(42% 120%, 72% 74%, #f8ac80 0%, #f3691b 100%);
  background-image: -ms-radial-gradient(42% 120%, 72% 74%, #f8ac80 0%, #f3691b 100%);
  background-image: -o-radial-gradient(42% 120%, 72% 74%, #f8ac80 0%, #f3691b 100%);
  background-image: -webkit-gradient(radial, 42% 120%, 0, 72% 74%, 77, color-stop(0%, #f8ac80), color-stop(100%, #f3691b));
  background-image: -webkit-radial-gradient(42% 120%, 72% 74%, #f8ac80 0%, #f3691b 100%);
  background-image: radial-gradient(42% 120% at 72% 74%, #f8ac80 0%, #f3691b 100%);
}
.header-chat .teaser-2 {
  background: #f3691b;
  background-image: -moz-radial-gradient(42% 120%, 72% 74%, #f8ac80 0%, #f3691b 100%);
  background-image: -ms-radial-gradient(42% 120%, 72% 74%, #f8ac80 0%, #f3691b 100%);
  background-image: -o-radial-gradient(42% 120%, 72% 74%, #f8ac80 0%, #f3691b 100%);
  background-image: -webkit-gradient(radial, 42% 120%, 0, 72% 74%, 77, color-stop(0%, #f8ac80), color-stop(100%, #f3691b));
  background-image: -webkit-radial-gradient(42% 120%, 72% 74%, #f8ac80 0%, #f3691b 100%);
  background-image: radial-gradient(42% 120% at 72% 74%, #f8ac80 0%, #f3691b 100%);
}
.header-chat-gradient {
  background: #f3691b;
  background-image: -moz-radial-gradient(42% 120%, 72% 74%, #f8ac80 0%, #f3691b 100%);
  background-image: -ms-radial-gradient(42% 120%, 72% 74%, #f8ac80 0%, #f3691b 100%);
  background-image: -o-radial-gradient(42% 120%, 72% 74%, #f8ac80 0%, #f3691b 100%);
  background-image: -webkit-gradient(radial, 42% 120%, 0, 72% 74%, 77, color-stop(0%, #f8ac80), color-stop(100%, #f3691b));
  background-image: -webkit-radial-gradient(42% 120%, 72% 74%, #f8ac80 0%, #f3691b 100%);
  background-image: radial-gradient(42% 120% at 72% 74%, #f8ac80 0%, #f3691b 100%);
}
.bg-chat {
  background-color: #f3691b;
}
.header-turnbased {
  background: #4ea549;
  background-image: -moz-radial-gradient(42% 120%, 72% 74%, #90cc8d 0%, #4ea549 100%);
  background-image: -ms-radial-gradient(42% 120%, 72% 74%, #90cc8d 0%, #4ea549 100%);
  background-image: -o-radial-gradient(42% 120%, 72% 74%, #90cc8d 0%, #4ea549 100%);
  background-image: -webkit-gradient(radial, 42% 120%, 0, 72% 74%, 77, color-stop(0%, #90cc8d), color-stop(100%, #4ea549));
  background-image: -webkit-radial-gradient(42% 120%, 72% 74%, #90cc8d 0%, #4ea549 100%);
  background-image: radial-gradient(42% 120% at 72% 74%, #90cc8d 0%, #4ea549 100%);
}
.header-turnbased .teaser-1 {
  background-image: url("img/img-teaser-photon-cloud-turnbased.png");
  background-position: 45% 40%;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .header-turnbased .teaser-1 {
    background-image: url("img/img-teaser-photon-cloud-turnbased-sm.png");
  }
}
.header-turnbased .teaser-2 {
  background: #4ea549;
  background-image: -moz-radial-gradient(42% 120%, 72% 74%, #90cc8d 0%, #4ea549 100%);
  background-image: -ms-radial-gradient(42% 120%, 72% 74%, #90cc8d 0%, #4ea549 100%);
  background-image: -o-radial-gradient(42% 120%, 72% 74%, #90cc8d 0%, #4ea549 100%);
  background-image: -webkit-gradient(radial, 42% 120%, 0, 72% 74%, 77, color-stop(0%, #90cc8d), color-stop(100%, #4ea549));
  background-image: -webkit-radial-gradient(42% 120%, 72% 74%, #90cc8d 0%, #4ea549 100%);
  background-image: radial-gradient(42% 120% at 72% 74%, #90cc8d 0%, #4ea549 100%);
}
.header-turnbased-gradient {
  background: #4ea549;
  background-image: -moz-radial-gradient(42% 120%, 72% 74%, #90cc8d 0%, #4ea549 100%);
  background-image: -ms-radial-gradient(42% 120%, 72% 74%, #90cc8d 0%, #4ea549 100%);
  background-image: -o-radial-gradient(42% 120%, 72% 74%, #90cc8d 0%, #4ea549 100%);
  background-image: -webkit-gradient(radial, 42% 120%, 0, 72% 74%, 77, color-stop(0%, #90cc8d), color-stop(100%, #4ea549));
  background-image: -webkit-radial-gradient(42% 120%, 72% 74%, #90cc8d 0%, #4ea549 100%);
  background-image: radial-gradient(42% 120% at 72% 74%, #90cc8d 0%, #4ea549 100%);
}
.bg-turnbased {
  background-color: #4ea549;
}
.header-pun {
  background: #696a6e;
  background-image: -moz-radial-gradient(42% 120%, 72% 74%, #9fa0a3 0%, #696a6e 100%);
  background-image: -ms-radial-gradient(42% 120%, 72% 74%, #9fa0a3 0%, #696a6e 100%);
  background-image: -o-radial-gradient(42% 120%, 72% 74%, #9fa0a3 0%, #696a6e 100%);
  background-image: -webkit-gradient(radial, 42% 120%, 0, 72% 74%, 77, color-stop(0%, #9fa0a3), color-stop(100%, #696a6e));
  background-image: -webkit-radial-gradient(42% 120%, 72% 74%, #9fa0a3 0%, #696a6e 100%);
  background-image: radial-gradient(42% 120% at 72% 74%, #9fa0a3 0%, #696a6e 100%);
}
.header-pun .teaser-2 {
  background: #696a6e;
  background-image: -moz-radial-gradient(42% 120%, 72% 74%, #9fa0a3 0%, #696a6e 100%);
  background-image: -ms-radial-gradient(42% 120%, 72% 74%, #9fa0a3 0%, #696a6e 100%);
  background-image: -o-radial-gradient(42% 120%, 72% 74%, #9fa0a3 0%, #696a6e 100%);
  background-image: -webkit-gradient(radial, 42% 120%, 0, 72% 74%, 77, color-stop(0%, #9fa0a3), color-stop(100%, #696a6e));
  background-image: -webkit-radial-gradient(42% 120%, 72% 74%, #9fa0a3 0%, #696a6e 100%);
  background-image: radial-gradient(42% 120% at 72% 74%, #9fa0a3 0%, #696a6e 100%);
}
.header-pun-gradient {
  background: #696a6e;
  background-image: -moz-radial-gradient(42% 120%, 72% 74%, #9fa0a3 0%, #696a6e 100%);
  background-image: -ms-radial-gradient(42% 120%, 72% 74%, #9fa0a3 0%, #696a6e 100%);
  background-image: -o-radial-gradient(42% 120%, 72% 74%, #9fa0a3 0%, #696a6e 100%);
  background-image: -webkit-gradient(radial, 42% 120%, 0, 72% 74%, 77, color-stop(0%, #9fa0a3), color-stop(100%, #696a6e));
  background-image: -webkit-radial-gradient(42% 120%, 72% 74%, #9fa0a3 0%, #696a6e 100%);
  background-image: radial-gradient(42% 120% at 72% 74%, #9fa0a3 0%, #696a6e 100%);
}
.bg-pun {
  background-color: #696a6e;
}
.header-realtime {
  background: #1f8f91;
  background-image: -moz-radial-gradient(42% 120%, 72% 74%, #43d5d7 0%, #1f8f91 100%);
  background-image: -ms-radial-gradient(42% 120%, 72% 74%, #43d5d7 0%, #1f8f91 100%);
  background-image: -o-radial-gradient(42% 120%, 72% 74%, #43d5d7 0%, #1f8f91 100%);
  background-image: -webkit-gradient(radial, 42% 120%, 0, 72% 74%, 77, color-stop(0%, #43d5d7), color-stop(100%, #1f8f91));
  background-image: -webkit-radial-gradient(42% 120%, 72% 74%, #43d5d7 0%, #1f8f91 100%);
  background-image: radial-gradient(42% 120% at 72% 74%, #43d5d7 0%, #1f8f91 100%);
}
.header-realtime .teaser-1 {
  background-image: url("img/img-teaser-photon-cloud-realtime.png");
  background-position: 45% 40%;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .header-realtime .teaser-1 {
    background-image: url("img/img-teaser-photon-cloud-realtime-sm.png");
  }
}
.header-realtime .teaser-2 {
  background: #1f8f91;
  background-image: -moz-radial-gradient(42% 120%, 72% 74%, #43d5d7 0%, #1f8f91 100%);
  background-image: -ms-radial-gradient(42% 120%, 72% 74%, #43d5d7 0%, #1f8f91 100%);
  background-image: -o-radial-gradient(42% 120%, 72% 74%, #43d5d7 0%, #1f8f91 100%);
  background-image: -webkit-gradient(radial, 42% 120%, 0, 72% 74%, 77, color-stop(0%, #43d5d7), color-stop(100%, #1f8f91));
  background-image: -webkit-radial-gradient(42% 120%, 72% 74%, #43d5d7 0%, #1f8f91 100%);
  background-image: radial-gradient(42% 120% at 72% 74%, #43d5d7 0%, #1f8f91 100%);
}
.header-realtime-gradient {
  background: #1f8f91;
  background-image: -moz-radial-gradient(42% 120%, 72% 74%, #43d5d7 0%, #1f8f91 100%);
  background-image: -ms-radial-gradient(42% 120%, 72% 74%, #43d5d7 0%, #1f8f91 100%);
  background-image: -o-radial-gradient(42% 120%, 72% 74%, #43d5d7 0%, #1f8f91 100%);
  background-image: -webkit-gradient(radial, 42% 120%, 0, 72% 74%, 77, color-stop(0%, #43d5d7), color-stop(100%, #1f8f91));
  background-image: -webkit-radial-gradient(42% 120%, 72% 74%, #43d5d7 0%, #1f8f91 100%);
  background-image: radial-gradient(42% 120% at 72% 74%, #43d5d7 0%, #1f8f91 100%);
}
.bg-realtime {
  background-color: #1f8f91;
}
.header-onpremise {
  background: #bb1555;
  background-image: -moz-radial-gradient(42% 120%, 72% 74%, #eb508c 0%, #bb1555 100%);
  background-image: -ms-radial-gradient(42% 120%, 72% 74%, #eb508c 0%, #bb1555 100%);
  background-image: -o-radial-gradient(42% 120%, 72% 74%, #eb508c 0%, #bb1555 100%);
  background-image: -webkit-gradient(radial, 42% 120%, 0, 72% 74%, 77, color-stop(0%, #eb508c), color-stop(100%, #bb1555));
  background-image: -webkit-radial-gradient(42% 120%, 72% 74%, #eb508c 0%, #bb1555 100%);
  background-image: radial-gradient(42% 120% at 72% 74%, #eb508c 0%, #bb1555 100%);
}
.header-onpremise .teaser-1 h1 {
  margin-bottom: 20px;
}
.header-onpremise .teaser-2 {
  background: #bb1555;
  background-image: -moz-radial-gradient(42% 120%, 72% 74%, #eb508c 0%, #bb1555 100%);
  background-image: -ms-radial-gradient(42% 120%, 72% 74%, #eb508c 0%, #bb1555 100%);
  background-image: -o-radial-gradient(42% 120%, 72% 74%, #eb508c 0%, #bb1555 100%);
  background-image: -webkit-gradient(radial, 42% 120%, 0, 72% 74%, 77, color-stop(0%, #eb508c), color-stop(100%, #bb1555));
  background-image: -webkit-radial-gradient(42% 120%, 72% 74%, #eb508c 0%, #bb1555 100%);
  background-image: radial-gradient(42% 120% at 72% 74%, #eb508c 0%, #bb1555 100%);
}
.header-onpremise-gradient {
  background: #bb1555;
  background-image: -moz-radial-gradient(42% 120%, 72% 74%, #eb508c 0%, #bb1555 100%);
  background-image: -ms-radial-gradient(42% 120%, 72% 74%, #eb508c 0%, #bb1555 100%);
  background-image: -o-radial-gradient(42% 120%, 72% 74%, #eb508c 0%, #bb1555 100%);
  background-image: -webkit-gradient(radial, 42% 120%, 0, 72% 74%, 77, color-stop(0%, #eb508c), color-stop(100%, #bb1555));
  background-image: -webkit-radial-gradient(42% 120%, 72% 74%, #eb508c 0%, #bb1555 100%);
  background-image: radial-gradient(42% 120% at 72% 74%, #eb508c 0%, #bb1555 100%);
}
.bg-onpremise {
  background-color: #bb1555;
}

