/*
	Theme Name: cb.click
	Author: Cryptotab
	Author URI: http://cryptotab.ee
	Version: 1.0.0
	Date: 2019-10-29
*/
::-moz-selection {
  background-color: #4285F4;
  color: #fff;
}
::selection {
  background-color: #4285F4;
  color: #fff;
}
body {
  background-color: #f7f7f7;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  min-height: 100%;
}
body iframe[src="about:blank"] {
  display: none;
}
body #back-to-top {
  position: fixed;
  right: 0;
  bottom: 100px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #F7931A;
  opacity: 0;
  transition: opacity 1s linear;
  -webkit-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
  -ms-transition: opacity 1s linear;
  -moz-transition: opacity 1s linear;
  border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
}
body #back-to-top__svg {
  fill: #ffffff;
  width: 22px;
  height: 22px;
}
body #back-to-top:hover {
  background-color: #4285F4;
}
body #back-to-top.visible {
  opacity: 1;
  pointer-events: auto;
}
body a {
  color: #000000;
  text-decoration: none;
}
body a:hover,
body a:focus {
  color: #f7931a;
  text-decoration: none;
}
body a:active {
  text-decoration: none;
}
body p.featureP {
  max-width: 650px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 30px;
  color: #595959;
}
body .label {
  padding: 2px 8px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
body .label .label-success {
  background: #37CC33;
  color: #fff;
}
body img.round {
  border-radius: 50px;
}
body pre {
  margin: 30px 0;
}
body pre span {
  display: block;
  line-height: 25px;
}
body pre span.m-x-3 {
  line-height: 30px;
  color: #000000;
}
body pre span.m-x-4 {
  margin-left: 15px;
  color: #9C27B0;
}
body pre span.m-x-5 {
  margin-left: 35px;
  color: #4285f4;
}
body pre span.m-x-6 {
  margin-left: 50px;
  font-weight: 700;
  color: #000000;
}
body .nav > li > a:hover,
body .nav > li > a:focus {
  background: transparent;
  outline: none;
}
body .form-group.has-danger {
  color: #F74249;
}
body .form-group.has-danger label {
  color: #F74249;
}
body .form-group.has-danger input {
  border-color: #F74249;
}
body .panel {
  border: 1px solid #D6D6D6;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}
body .help-block {
  color: #696969;
  font-size: 12px;
}
body .chart {
  height: 400px;
}
body input,
body button {
  outline: none !important;
  box-shadow: none !important;
  -webkit-appearance: none;
}
body .label-block {
  width: 100%;
}
body .form-control {
  height: 40px;
  border-color: #D6D6D6;
  color: #000000;
}
body .form-control:focus {
  border-color: #4285f4;
}
body textarea.form-control {
  height: auto;
}
body .input-group-addon {
  background-color: #D6D6D6;
  border-color: #D6D6D6;
}
body .form-control[disabled],
body .form-control[readonly],
body fieldset[disabled] .form-control {
  background-color: #f7f7f7;
  color: #757575;
}
body .form-horizontal {
  margin-top: 30px;
}
body .form-horizontal label.control-label {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
  color: #000000;
}
body .form-horizontal .form-group {
  padding: 0 20px;
  margin: 5px -10px 20px;
}
body .form-horizontal .form-group .col-sm-2,
body .form-horizontal .form-group .col-sm-3,
body .form-horizontal .form-group .col-sm-4,
body .form-horizontal .form-group .col-sm-6,
body .form-horizontal .form-group .col-sm-12 {
  padding: 1px 10px;
}
body .form-horizontal .form-group .delete {
  font-size: 12px;
  font-weight: bold;
  padding-top: 7px;
}
body .form-horizontal textarea {
  resize: vertical;
}
body .form-horizontal hr {
  margin-top: 30px;
  border-top-color: #D6D6D6;
}
body .form-horizontal h4 {
  margin: 30px 20px 20px;
  font-size: 14px;
  font-weight: bold;
}
body .form-horizontal h4 a {
  color: #4285f4;
  font-size: 12px;
  font-weight: bold;
}
body .form-horizontal h4 a:hover {
  color: #f7931a;
}
body .form-horizontal label {
  font-weight: normal;
  padding-right: 15px;
}
body .form-horizontal label > div {
  vertical-align: bottom;
  margin-right: 5px;
}
body .form-horizontal .action {
  margin-top: 5px;
  margin-bottom: 0px;
}
body .form-horizontal .action a {
  color: #F74249;
  font-size: 12px;
  font-weight: bold;
}
body .form-horizontal div.help-block {
  margin: 8px 20px 0;
}
body .form-horizontal .form-actions {
  border-top: 1px solid #D6D6D6;
  margin-top: 30px;
  padding-top: 15px;
  padding-bottom: 10px;
}
body .form-horizontal .form-actions .btn {
  line-height: 28px;
  font-size: 13px;
  letter-spacing: 0.04px;
}
body .chosen-container.chosen-container-active.chosen-with-drop {
  border-color: 1px solid #4285f4;
}
body .chosen-container.chosen-container-active .chosen-single {
  border-color: #4285f4;
}
body .chosen-container .chosen-results {
  margin: 9px 0px;
  padding: 0 0 0 0px;
}
body .chosen-container .chosen-results li {
  padding: 5px 12px;
}
body .chosen-container .chosen-drop {
  margin-top: 5px;
  border: 0px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
body .chosen-container-single .chosen-single {
  height: 40px;
  line-height: 30px;
  color: #000000;
}
body .chosen-container-single .chosen-single div b {
  display: none;
}
body .chosen-container-single .chosen-single div::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.2em;
  vertical-align: -0.2em;
  content: "";
  color: #757575;
  border-top: 0.25em solid;
  border-right: 0.25em solid transparent;
  border-bottom: 0;
  border-left: 0.25em solid transparent;
}
body .chosen-container-single .chosen-results li.highlighted {
  background-color: #4285f4;
}
body .chosen-container-active.chosen-with-drop .chosen-single div:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.2em;
  vertical-align: -0.2em;
  content: "";
  color: #757575;
  border-top: 0;
  border-right: 0.25em solid transparent;
  border-bottom: 0.25em solid;
  border-left: 0.25em solid transparent;
}
body .chosen-container-multi .chosen-choices {
  line-height: 26px;
  border: 1px solid #D6D6D6;
}
body .Loader {
  background: #fff;
  z-index: 90000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s 0s, opacity 0.25s 0s;
  transition: visibility 0s 0s, opacity 0.25s 0s;
}
body .Loader__logo {
  display: none;
  margin-bottom: 8px;
}
body .Loader__spinner {
  margin: 0 auto;
  width: 100px;
  text-align: center;
}
body .Loader__spinner > div {
  width: 16px;
  height: 16px;
  background-color: #F7931A;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.7s infinite ease-in-out both;
  animation: sk-bouncedelay 1.7s infinite ease-in-out both;
  margin-right: 5px;
}
body .Loader__spinner > div:first-child {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
body .Loader__spinner > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
body .Loader__spinner > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
body .rand {
  position: relative;
  min-height: 300px;
}
body .rand > div {
  position: absolute;
  text-align: center;
}
body .rand > div i {
  color: #fff;
  background-color: #4285f4;
  background-image: -moz-linear-gradient(45deg, #9C27B0 0%, #4285f4 100%);
  background-image: -webkit-linear-gradient(45deg, #9C27B0 0%, #4285f4 100%);
  background-image: -ms-linear-gradient(45deg, #9C27B0 0%, #4285f4 100%);
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
  font-size: 3.5em;
}
body .rand .rand1 {
  top: 10%;
  left: 40%;
}
body .rand .rand1 i {
  background-color: #F74249;
  background-image: -moz-linear-gradient(45deg, #9C27B0 0%, #F74249 100%);
  background-image: -webkit-linear-gradient(45deg, #9C27B0 0%, #F74249 100%);
  background-image: -ms-linear-gradient(45deg, #9C27B0 0%, #F74249 100%);
}
body .rand .rand2 {
  top: 60%;
}
body .rand .rand2 i {
  background-color: #FFB400;
  background-image: -moz-linear-gradient(45deg, #F74249 0%, #FFB400 100%);
  background-image: -webkit-linear-gradient(45deg, #F74249 0%, #FFB400 100%);
  background-image: -ms-linear-gradient(45deg, #F74249 0%, #FFB400 100%);
}
body .rand .rand3 {
  left: 70%;
  top: 5%;
}
body .rand .rand4 {
  top: 69%;
  left: 30%;
}
body .rand .rand4 i {
  background-color: #37CC33;
  background-image: -moz-linear-gradient(45deg, #4285f4 0%, #37CC33 100%);
  background-image: -webkit-linear-gradient(45deg, #4285f4 0%, #37CC33 100%);
  background-image: -ms-linear-gradient(45deg, #4285f4 0%, #37CC33 100%);
}
body .rand .rand6 {
  top: 62%;
  left: 68%;
}
body .rand .rand6 i {
  background-color: #37CC33;
  background-image: -moz-linear-gradient(45deg, #FFB400 0%, #37CC33 100%);
  background-image: -webkit-linear-gradient(45deg, #FFB400 0%, #37CC33 100%);
  background-image: -ms-linear-gradient(45deg, #FFB400 0%, #37CC33 100%);
}
body .ads {
  margin: 10px auto;
}
body .ads small {
  margin: 5px;
  display: block;
}
body .ads.ad_468 {
  max-width: 468px;
}
body .ads.ad_728 {
  max-width: 728px;
}
body .ads.ad_300 {
  max-width: 300px;
}
body .ads img {
  width: 100% !important;
}
body .alert {
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  font-size: 14px;
}
body .alert.no-round {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
body .alert.alert-info {
  color: #fff !important;
}
body .alert.alert-success {
  background: #37CC33;
  border-color: #31b82e;
}
body .alert.alert-danger {
  background: #F74249;
  border-color: #f62a31;
}
body .alert.alert-warning {
  background: #FFB400;
  border-color: #e6a200;
}
body .label.label-secondary {
  background: #b3b3b3;
  color: #cccccc;
}
body .panel h4,
body .panel h5 {
  margin-bottom: 15px;
}
body .panel-dark {
  background: #000000;
  border-color: transparent;
  color: #FFFFFF;
}
body .panel-grey {
  background: #494949;
  border-color: transparent;
  color: #9D9D9D;
}
body .panel-grey h3,
body .panel-grey p,
body .panel-grey li {
  color: #fff !important;
}
body .panel-grey .panel-heading {
  background: #0d0d0d;
  color: #fff !important;
  border-bottom-color: transparent;
}
body .panel-grey .panel-heading a {
  color: #fff !important;
  padding: 2px 8px;
  background: #4285f4;
  font-size: 12px;
  font-weight: 700;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
body .icon-green {
  color: #37CC33 !important;
}
body .icon-red {
  color: #F74249 !important;
}
body .inline-copy {
  position: relative;
  display: inline-block;
  background: #4285f4;
  color: #fff !important;
  text-decoration: none;
  font-size: 10px;
  font-weight: bold;
  top: -2px;
  margin-left: 10px;
  padding: 3px 5px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
body .inline-copy:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(66, 133, 244, 0);
  border-right-color: #4285f4;
  border-width: 4px;
  margin-top: -4px;
}
body .inline-copy:hover {
  background: #f7931a;
}
body .inline-copy:hover:before {
  border-right-color: #f7931a;
}
body .alert span {
  display: block;
}
body #tooltip {
  display: block;
  background: #494949;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  max-width: 300px;
  z-index: 100;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
body .slideup {
  display: none;
}
body .pace .pace-progress {
  background: #4285f4;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 2px;
  box-shadow: 0 0 1px #2a75f3;
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}
body .pace-inactive {
  display: none;
}
body select.filter {
  dispaly: none;
}
body.light {
  background-color: #fff;
}
body.light section {
  padding: 100px 0;
}
body .stripe-button-el {
  background-color: #4285f4;
  background-image: -moz-linear-gradient(45deg, #9C27B0 0%, #4285f4 100%);
  background-image: -webkit-linear-gradient(45deg, #9C27B0 0%, #4285f4 100%);
  background-image: -ms-linear-gradient(45deg, #9C27B0 0%, #4285f4 100%);
  border: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15) !important;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
}
body .stripe-button-el:hover {
  opacity: 0.9;
}
body .stripe-button-el:active,
body .stripe-button-el:focus {
  background: #641971 !important;
  box-shadow: 0;
}
body .stripe-button-el span {
  box-shadow: none;
  text-shadow: none;
  border: 0;
  background: transparent !important;
}
body .cc-window {
  background-color: #000000;
  color: #ffffff;
  border-radius: 4px;
}
body .cc-link {
  text-decoration: none;
  opacity: 1;
  color: #4285f4;
}
body .cc-link:link,
body .cc-link:visited {
  color: #4285f4;
}
body .cc-link:hover,
body .cc-link:active {
  color: #f7931a;
}
body .cc-btn {
  width: 100%;
  color: #ffffff;
  background-color: #4285f4;
  border: 0px none #979797;
  border-radius: 2px;
  outline: 0;
}
body .cc-btn:hover {
  background: #f7931a;
  color: #ffffff;
}
body .panel.signup {
  max-width: 500px;
  padding-bottom: 20px;
  border: 1px solid #D6D6D6;
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}
body .panel.signup h3 {
  color: #000000;
  border-bottom: 1px solid #D6D6D6;
  padding: 20px;
  font-size: 26px;
  font-weight: bold;
  margin: 0;
}
body .panel.signup p {
  font-size: 14px;
  line-height: 24px;
  color: black;
  letter-spacing: 0.05px;
  margin: 30px 40px 0;
}
body .panel.signup .signup-hint {
  background: #F7F7F7;
  border: 1px dashed #D6D6D6;
  border-radius: 2px;
  padding: 10px 15px;
  font-size: 12px;
  color: #494949;
  letter-spacing: 0.04px;
  line-height: 20px;
}
body .panel.signup .btn {
  font-size: 15px;
  line-height: 38px;
  background-color: #4285f4;
  color: #ffffff;
}
body .panel.signup .btn:hover,
body .panel.signup .btn:focus {
  background-color: #f7931a;
}
body .panel.signup .singup-logos {
  text-align: center;
  margin: 25px 30px 5px;
}
body .signup-note {
  margin-top: 25px;
  font-size: 11px;
  color: #757575;
  letter-spacing: 0.13px;
  text-align: center;
}
body .signup-note a {
  font-weight: normal;
  color: #4285f4;
  text-decoration: none;
}
body .signup-note a:hover,
body .signup-note a:focus {
  color: #f7931a;
}
body .panel.username {
  width: 500px;
  padding-bottom: 20px;
  border: 1px solid #D6D6D6;
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}
body .panel.username h3 {
  color: #000000;
  border-bottom: 1px solid #D6D6D6;
  padding: 20px;
  font-size: 26px;
  font-weight: bold;
  margin: 0;
}
body .panel.username .form-group {
  padding: 40px;
  border-bottom: 1px solid #D6D6D6;
}
body .panel.username p {
  margin: 20px 40px;
}
body #country-map {
  position: relative;
}
body #country-map .country-map-title {
  position: absolute;
  left: 20px;
  top: 20px;
  text-shadow: 1px 0 1px #000, 0 1px 1px #000, -1px 0 1px #000, 0 -1px 1px #000;
  z-index: 10;
}
body .jvectormap-container svg path:hover {
  fill: #f7931a;
  fill-opacity: 1;
}
body .jvectormap-zoomin,
body .jvectormap-zoomout {
  left: auto;
  right: 15px;
  top: auto;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 26px;
  margin: 0;
  padding: 0;
}
body .jvectormap-zoomin:hover,
body .jvectormap-zoomout:hover {
  background-color: #4285f4;
}
body .jvectormap-zoomin {
  bottom: 40px;
}
body .jvectormap-zoomout {
  bottom: 15px;
}
h3.featureH {
  color: #000000;
  font-size: 35px;
  margin: 40px 0;
  font-weight: 700;
}
header {
  min-height: 70px;
  background: #fff;
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 100;
}
header .navbar {
  margin-bottom: 0;
  border: 0px none;
}
header .navbar .container-fluid {
  padding: 0;
}
header .navbar .burger {
  display: none;
  position: absolute;
  left: 1px;
  top: 1px;
  width: 62px;
  height: 62px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  z-index: 200;
}
header .navbar .burger:before,
header .navbar .burger:after {
  content: '';
}
header .navbar .burger:before,
header .navbar .burger span,
header .navbar .burger:after {
  display: block;
  width: 2px;
  height: 18px;
  position: absolute;
  background-color: #757575;
  top: 22px;
}
header .navbar .burger:before {
  left: 25px;
}
header .navbar .burger span {
  left: 30px;
}
header .navbar .burger:after {
  left: 35px;
}
header .navbar .burger.collapsed {
  transform: rotate(-90deg);
}
header .navbar .navbar-toggle {
  background-color: #000000;
  color: #000000;
  margin: 13px 0px;
}
header .navbar .navbar-header {
  padding: 0;
}
header .navbar .navbar-header .glyphicon {
  color: #fff;
}
header .navbar .navbar-header .navbar-brand {
  padding: 0;
  color: #000000;
  margin: 10px 0 0 19px;
}
header .navbar .navbar-header img {
  max-height: 60px;
  margin-top: -17px;
}
header .navbar .navbar-collapse .collapse-link {
  display: none;
}
header .navbar .nav {
  line-height: 18px;
}
header .navbar .nav li {
  margin-right: 10px;
}
header .navbar .nav li a {
  font-weight: bold;
  font-size: 13px;
  color: #4285f4;
  margin-top: 15px;
  padding: 8px 15px;
  min-width: 160px;
  border: 1px solid #D6D6D6;
  background-color: #ffffff;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  text-align: center;
}
header .navbar .nav li a:hover {
  background-color: #f7931a;
  color: #ffffff;
  border-color: #f7931a;
}
header .navbar .nav li a.active {
  color: #ffffff;
  border-color: #4285f4;
  background-color: #4285f4;
  text-transform: uppercase;
}
header .navbar .nav li a.active:hover {
  background-color: #f7931a;
  color: #ffffff;
  border-color: #f7931a;
}
header .navbar .nav li .user-button {
  display: block;
  min-width: 70px;
  height: 70px;
  margin-top: 0;
  padding: 15px 20px;
  border: 0 none;
  line-height: 100%;
  text-align: center;
  background-color: #ffffff;
}
header .navbar .nav li .user-button span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #f7931a;
  color: #ffffff;
}
header .navbar .nav li .user-button:hover {
  background-color: #EBEBEB;
}
header .navbar .nav li.divider {
  height: 70px;
  border-left: 1px solid #D6D6D6;
  margin-left: 10px;
}
header .navbar .nav li.dropdown {
  position: relative;
  display: block;
  margin-left: -10px;
  margin-right: 0px;
}
header .navbar .nav li.dropdown img {
  width: 40px;
  border: 1px solid #eee;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}
header .navbar .nav li.dropdown ul {
  position: absolute;
  right: 10px;
  min-width: 240px;
  background: #fff;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.3);
  z-index: 102;
  display: none;
  padding: 0px;
  list-style: none;
}
header .navbar .nav li.dropdown ul li {
  margin: 0;
  border: 0 none;
}
header .navbar .nav li.dropdown ul li.divider {
  height: 1px;
  overflow: hidden;
  background-color: #D6D6D6;
}
header .navbar .nav li.dropdown ul li span {
  float: right;
}
header .navbar .nav li.dropdown ul li span.glyphicon-dot:before {
  content: "";
  border: 5px solid #F74249;
  border-radius: 50%;
  display: inline-block;
}
header .navbar .nav li.dropdown ul li span.glyphicon-dot.icon-green:before {
  border-color: #37CC33;
}
header .navbar .nav li.dropdown ul li a {
  display: block;
  border: none;
  text-align: left;
  margin: 0;
  padding: 17px 20px;
  color: #000000;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  letter-spacing: 0.05px;
}
header .navbar .nav li.dropdown ul li a:hover {
  background-color: #4285f4;
  color: #ffffff;
}
header .navbar .nav li.dropdown:hover {
  border: 0;
}
header .navbar .nav li.dropdown:hover ul {
  display: block;
}
header .navbar .nav li.navbar-langs {
  text-align: center;
}
header .navbar .nav li.navbar-langs .languages {
  margin-top: 20px;
}
header .navbar .nav li.navbar-langs .languages .lang {
  -moz-box-shadow: 0 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
}
header .navbar .nav li.navbar-langs .languages .langs img {
  display: inline-block;
}
header .navbar .nav li.navbar-langs .languages .langs a.lang_item {
  margin-top: 0px;
  padding: 0 0 0 9px;
  min-width: initial;
  border: 0 none;
  background-color: #ffffff;
  text-align: left;
}
header .navbar .nav li.navbar-langs .languages .langs a.lang_item:hover {
  color: #fff;
  background-color: #3e82f7;
}
header.app .navbar .navbar-header .navbar-brand {
  font-size: 1.2em;
  color: #000000;
  padding: 0;
}
.home {
  position: relative;
}
.home header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  background: transparent;
}
.home header .navbar {
  margin-bottom: 0;
}
.home header .navbar .navbar-toggle {
  background-color: #000000;
  color: #fff;
}
.home header .navbar .navbar-header .navbar-brand {
  font-size: 1.8em;
  font-weight: 700;
  color: #fff;
}
.home header .navbar .navbar-header img {
  max-height: 60px;
  margin-top: -17px;
}
.home header .navbar .nav li {
  margin-left: 30px;
}
.home header .navbar .nav li a {
  font-weight: 700;
  color: #fff;
  padding: 8px 15px;
  background-color: transparent;
  border-color: #FFFFFF;
}
.home header .navbar .nav li a.active {
  background: #fff;
  color: #000000;
  border: 0;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
}
.home header .navbar .nav li a.active:hover {
  color: #000000;
}
.home section.hero {
  padding: 250px 0;
  background-color: #4f37ac;
  background-image: -moz-linear-gradient(0deg, #0854a9 0%, #4f37ac 100%);
  background-image: -webkit-linear-gradient(0deg, #0854a9 0%, #4f37ac 100%);
  background-image: -ms-linear-gradient(0deg, #0854a9 0%, #4f37ac 100%);
  position: relative;
}
.home section.hero .container {
  position: relative;
  z-index: 99;
}
.home section.hero svg#wave {
  position: absolute;
  bottom: 0;
  z-index: 0;
}
.home #main-form {
  box-shadow: 0 13px 0px -10px rgba(255, 255, 255, 0.2), 0 26px 0px -20px rgba(255, 255, 255, 0.2), 0 10px 200px rgba(0, 0, 0, 0.15);
}
section.page .container {
  max-width: 800px;
  text-align: justify;
}
section.rounded {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
section.wshadow {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
section.urls-holder {
  padding: 50px 0 100px;
}
section.urls-holder .url-list {
  padding: 15px !important;
  min-height: 93px;
  border-bottom: 0;
  margin-bottom: 20px;
  clear: both;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
section.hero {
  background: #4285f4;
  border: 0;
  padding: 100px 0;
  position: relative;
}
section.hero .moreto {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: -10px;
}
section.hero .moreto i {
  background: #4285f4;
  padding: 10px;
  color: #ebf2fe;
  font-size: 25px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
}
section.calltoaction {
  background: #03060e;
  padding: 0 0 50px 0 !important;
  position: relative;
}
section.calltoaction .actionbar {
  width: 100%;
  max-width: 600px;
  margin: auto;
  background: #fff;
  padding: 20px 10px;
  box-shadow: 8px 5px 20px rgba(0, 0, 0, 0.15);
  position: relative;
  top: -4rem;
  text-align: center;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
section.calltoaction .actionbar h2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 30px;
}
section .feature {
  margin: 100px 0;
  color: #000000;
}
section .feature h2 {
  font-weight: 700;
  color: #000000;
  font-size: 22px;
}
section .feature h2 i {
  background: #fff;
  color: #2148b1;
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
}
section .feature h2 span {
  color: #37CC33;
  border-bottom: 4px solid #293441;
}
section .feature h2 small {
  display: block;
  font-size: 15px;
  color: #95A2A8;
  margin-bottom: 5px;
  font-weight: 700;
}
section .feature img {
  border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  max-width: 655px;
  width: 100%;
}
section .feature .info {
  padding-bottom: 10px;
}
section .feature p {
  margin: 15px 0;
  font-size: 15px;
  line-height: 25px;
  color: #333333;
}
section .featurette {
  padding: 30px 0 150px;
}
section .featurette > div {
  text-align: center;
  color: #000000;
}
section .featurette > div .glyphicon {
  background: transparent;
  color: #587de0;
  font-size: 3.5em;
  padding: 20px 20px 20px 22px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}
section .featurette > div h3 {
  margin-top: 15px;
  margin-bottom: 20px;
  color: #000000;
  font-size: 18px;
  position: relative;
}
section .featurette > div h3:after {
  display: block;
  margin: 10px auto 0;
  content: " ";
  width: 20px;
  height: 3px;
  background: #839ee8;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
}
section .panelette {
  background: #fff;
  box-shadow: 0 25px 100px rgba(0, 0, 0, 0.1);
  padding: 25px;
  margin: 0 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
section .panelette h3 {
  color: #000000;
  font-size: 16px;
}
section .panelette h3 i {
  padding: 10px;
  margin-right: 5px;
  color: #4285f4;
  background: rgba(0, 0, 0, 0.08);
  font-size: 25px;
  vertical-align: middle;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
}
section .panelette p {
  color: #333333;
}
section .panelette.panelette-grad {
  background: -moz-linear-gradient(45deg, #4285f4 0%, #2148b1 100%);
  background: -webkit-linear-gradient(45deg, #4285f4 0%, #2148b1 100%);
  background: linear-gradient(45deg, #4285f4 0%, #2148b1 100%);
}
section .panelette.panelette-grad h3 {
  color: #fff;
}
section .panelette.panelette-grad h3 i {
  color: #fff;
}
section .panelette.panelette-grad p {
  color: #fff;
}
section .stats {
  padding: 30px 0;
  text-align: center;
}
section .stats h2 {
  color: #fff;
  font-size: 2em;
  margin-bottom: 50px;
}
section .stats h3 {
  font-size: 3em;
  color: #fff;
}
section .stats h3 span {
  font-size: 0.5em;
}
section .stats strong {
  font-size: 1.1em;
  color: #fff;
  margin-bottom: 20px;
  display: block;
}
section .promo {
  margin: 50px 0;
  color: #fff;
}
section .promo h1 {
  text-align: center;
}
section .promo h1 .description {
  color: #fff;
  margin-top: 20px;
  display: block;
  font-size: 18px;
}
section .call-to-action {
  text-align: center;
  margin: 40px 0;
}
section .call-to-action span {
  color: #788991;
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
section .call-to-action .btn {
  width: 30%;
}
section .public_list h2 {
  font-size: 20px;
  color: #788991;
  margin-bottom: 20px;
}
section.dark {
  min-height: 30px;
  background-color: #000000;
  color: #fff;
}
section.dark h3 {
  color: #fff !important;
}
section.dark .feature {
  color: #fff;
}
section.dark .feature h2 {
  color: #fff;
}
section.dark .feature h2 small {
  display: block;
  color: #4d4d4d;
}
section.dark .breadcrumb {
  background: transparent;
  padding-top: 30px;
}
section.dark .breadcrumb li {
  font-size: 25px;
  color: #fff;
}
section.dark .breadcrumb li a {
  color: #fff;
}
section .container .dark {
  background-color: #000000;
  color: #fff;
  margin: 0;
  padding: 20px 5px;
}
section .container .dark h3 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
section.light {
  min-height: 30px;
  background-color: #f8f8f8;
  color: #000000;
}
section.red {
  min-height: 30px;
  background-color: #F74249;
}
section.red .feature h2 {
  color: #fff;
}
section.red .feature h2 small {
  color: #fff;
}
section.red .feature p {
  color: #fff;
  opacity: 0.8;
}
section.red .feature img {
  margin-top: 30px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
section.red .promo h1 {
  color: #fff;
}
section.red .promo h1 .description {
  color: #ffffff;
}
section.blue {
  min-height: 30px;
  background-color: #f7931a;
  color: #fff;
}
section.blue .feature h2 {
  color: #fff;
}
section.blue .feature h2 small {
  color: #fff;
}
section.blue .feature p {
  color: #fff;
  opacity: 0.8;
}
section.blue .feature img {
  margin-top: 30px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
section.blue .promo h1 {
  color: #fff;
}
section.blue .promo h1 .description {
  color: #ffffff;
}
section.yellow {
  min-height: 30px;
  background-color: #FFB400;
  color: #fff;
}
section.yellow .promo h1 {
  color: #fff;
}
section.yellow .promo h1 .description {
  color: #ffffff;
}
section.green {
  min-height: 30px;
  background-color: #37CC33;
  color: #fff;
}
section.green .promo h1 {
  color: #fff;
}
section.green .promo h1 .description {
  color: #ffffff;
}
section.break {
  border-bottom: 1px solid #eee;
}
section.bg {
  min-height: 30px;
  background-color: transparent;
  background-size: 100% 100% !important;
  background-repeat: no-repeat;
  color: #fff;
}
section.bg h1 {
  text-shadow: 1px 1px 1px #000000;
}
section.bg h1 .description {
  color: #fff !important;
  opacity: 0.8;
}
section .sidebar {
  padding: 20px 0 0;
  background: #fff;
  border-right: 1px solid #D6D6D6;
  min-height: calc(100vh);
}
section .sidebar .navbar-brand {
  color: #000000;
}
section .sidebar .nav-sidebar li {
  line-height: 40px;
  margin-bottom: 10px;
  font-size: 15px;
}
section .sidebar .nav-sidebar li.locked a {
  color: #4d4d4d;
}
section .sidebar .nav-sidebar li.locked a:hover {
  background: #808080;
  box-shadow: none;
}
section .sidebar .nav-sidebar a {
  padding: 0px 15px 0 19px;
  color: #000000;
}
section .sidebar .nav-sidebar a span {
  margin-right: 8px;
}
section .sidebar .nav-sidebar a span svg {
  vertical-align: middle;
}
section .sidebar .nav-sidebar a:hover {
  color: #fff;
  background: #f7931a;
}
section .sidebar .nav-sidebar a:hover svg polygon,
section .sidebar .nav-sidebar a:hover svg path {
  fill: #ffffff;
}
section .sidebar .nav-sidebar a.active {
  color: #fff;
  background: #4285f4;
}
section .sidebar .nav-sidebar a.active svg polygon,
section .sidebar .nav-sidebar a.active svg path {
  fill: #ffffff;
}
section .sidebar h3 {
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 700;
  margin-top: 20px;
  margin-left: 15px;
  margin-bottom: 15px;
}
section .sidebar .extension,
section .sidebar .application {
  border-top: 1px solid #D6D6D6;
  padding: 20px;
}
section .sidebar .extension .title,
section .sidebar .application .title {
  font-size: 11px;
  font-weight: bold;
  color: #757575;
}
section .sidebar .extension a,
section .sidebar .application a {
  display: block;
  position: relative;
  height: 48px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 10px auto 0 0;
  padding: 10px 10px 10px 53px;
  color: #ffffff;
  font-size: 9px;
  white-space: nowrap;
  background: #000000 13px 8px no-repeat;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='48' height='48' viewBox='0 0 192 192'><defs><circle id='a' cx='96' cy='96' r='88'/></defs><clipPath id='b'><use xlink:href='%23a' overflow='visible'/></clipPath><g clip-path='url(%23b)'><path fill='%23DB4437' d='M21.97 8v108h39.39L96 56h88V8z'/><linearGradient id='c' gradientUnits='userSpaceOnUse' x1='29.337' y1='75.021' x2='81.837' y2='44.354'><stop offset='0' stop-color='%23a52714' stop-opacity='.6'/><stop offset='.66' stop-color='%23a52714' stop-opacity='0'/></linearGradient><path fill='url(%23c)' d='M21.97 8v108h39.39L96 56h88V8z'/></g><path clip-path='url(%23b)' fill='%233E2723' fill-opacity='.15' d='M62.31 115.65L22.48 47.34l-.58 1 39.54 67.8z'/><g clip-path='url(%23b)'><path fill='%230F9D58' d='M8 184h83.77l38.88-38.88V116H61.36L8 24.48z'/><linearGradient id='d' gradientUnits='userSpaceOnUse' x1='110.872' y1='164.495' x2='52.538' y2='130.329'><stop offset='0' stop-color='%23055524' stop-opacity='.4'/><stop offset='.33' stop-color='%23055524' stop-opacity='0'/></linearGradient><path fill='url(%23d)' d='M8 184h83.77l38.88-38.88V116H61.36L8 24.48z'/></g><path clip-path='url(%23b)' fill='%23263238' fill-opacity='.15' d='M129.84 117.33l-.83-.48L90.62 184h1.15l38.1-66.64z'/><g clip-path='url(%23b)'><defs><path id='e' d='M8 184h83.77l38.88-38.88V116H61.36L8 24.48z'/></defs><clipPath id='f'><use xlink:href='%23e' overflow='visible'/></clipPath><g clip-path='url(%23f)'><path fill='%23FFCD40' d='M96 56l34.65 60-38.88 68H184V56z'/><linearGradient id='g' gradientUnits='userSpaceOnUse' x1='121.858' y1='49.804' x2='136.547' y2='114.13'><stop offset='0' stop-color='%23ea6100' stop-opacity='.3'/><stop offset='.66' stop-color='%23ea6100' stop-opacity='0'/></linearGradient><path fill='url(%23g)' d='M96 56l34.65 60-38.88 68H184V56z'/></g></g><g clip-path='url(%23b)'><path fill='%23FFCD40' d='M96 56l34.65 60-38.88 68H184V56z'/><linearGradient id='h' gradientUnits='userSpaceOnUse' x1='121.858' y1='49.804' x2='136.547' y2='114.13'><stop offset='0' stop-color='%23ea6100' stop-opacity='.3'/><stop offset='.66' stop-color='%23ea6100' stop-opacity='0'/></linearGradient><path fill='url(%23h)' d='M96 56l34.65 60-38.88 68H184V56z'/></g><g clip-path='url(%23b)'><defs><path id='i' d='M96 56l34.65 60-38.88 68H184V56z'/></defs><clipPath id='j'><use xlink:href='%23i' overflow='visible'/></clipPath><g clip-path='url(%23j)'><path fill='%23DB4437' d='M21.97 8v108h39.39L96 56h88V8z'/><linearGradient id='k' gradientUnits='userSpaceOnUse' x1='29.337' y1='75.021' x2='81.837' y2='44.354'><stop offset='0' stop-color='%23a52714' stop-opacity='.6'/><stop offset='.66' stop-color='%23a52714' stop-opacity='0'/></linearGradient><path fill='url(%23k)' d='M21.97 8v108h39.39L96 56h88V8z'/></g></g><radialGradient id='l' cx='668.176' cy='55.948' r='84.078' gradientTransform='translate(-576)' gradientUnits='userSpaceOnUse'><stop offset='0' stop-color='%233e2723' stop-opacity='.2'/><stop offset='1' stop-color='%233e2723' stop-opacity='0'/></radialGradient><path clip-path='url(%23b)' fill='url(%23l)' d='M96 56v20.95L174.4 56z'/><g clip-path='url(%23b)'><defs><path id='m' d='M21.97 8v40.34L61.36 116 96 56h88V8z'/></defs><clipPath id='n'><use xlink:href='%23m' overflow='visible'/></clipPath><g clip-path='url(%23n)'><path fill='%230F9D58' d='M8 184h83.77l38.88-38.88V116H61.36L8 24.48z'/><linearGradient id='o' gradientUnits='userSpaceOnUse' x1='110.872' y1='164.495' x2='52.538' y2='130.329'><stop offset='0' stop-color='%23055524' stop-opacity='.4'/><stop offset='.33' stop-color='%23055524' stop-opacity='0'/></linearGradient><path fill='url(%23o)' d='M8 184h83.77l38.88-38.88V116H61.36L8 24.48z'/></g></g><radialGradient id='p' cx='597.875' cy='48.52' r='78.044' gradientTransform='translate(-576)' gradientUnits='userSpaceOnUse'><stop offset='0' stop-color='%233e2723' stop-opacity='.2'/><stop offset='1' stop-color='%233e2723' stop-opacity='0'/></radialGradient><path clip-path='url(%23b)' fill='url(%23p)' d='M21.97 48.45l57.25 57.24L61.36 116z'/><radialGradient id='q' cx='671.844' cy='96.138' r='87.87' gradientTransform='translate(-576)' gradientUnits='userSpaceOnUse'><stop offset='0' stop-color='%23263238' stop-opacity='.2'/><stop offset='1' stop-color='%23263238' stop-opacity='0'/></radialGradient><path clip-path='url(%23b)' fill='url(%23q)' d='M91.83 183.89l20.96-78.2L130.65 116z'/><g clip-path='url(%23b)'><circle fill='%23F1F1F1' cx='96' cy='96' r='40'/><circle fill='%234285F4' cx='96' cy='96' r='32'/></g><g clip-path='url(%23b)'><path fill='%233E2723' fill-opacity='.2' d='M96 55c-22.09 0-40 17.91-40 40v1c0-22.09 17.91-40 40-40h88v-1H96z'/><path fill='%23FFF' fill-opacity='.1' d='M130.6 116c-6.92 11.94-19.81 20-34.6 20-14.8 0-27.69-8.06-34.61-20h-.04L8 24.48v1L61.36 117h.04c6.92 11.94 19.81 20 34.61 20 14.79 0 27.68-8.05 34.6-20h.05v-1h-.06z'/><path opacity='.1' fill='%233E2723' d='M97 56c-.17 0-.33.02-.5.03C118.36 56.3 136 74.08 136 96s-17.64 39.7-39.5 39.97c.17 0 .33.03.5.03 22.09 0 40-17.91 40-40s-17.91-40-40-40z'/><path fill='%23FFF' fill-opacity='.2' d='M131 117.33c3.4-5.88 5.37-12.68 5.37-19.96 0-4.22-.66-8.28-1.87-12.09.95 3.42 1.5 7.01 1.5 10.73 0 7.28-1.97 14.08-5.37 19.96l.02.04-38.88 68h1.16l38.09-66.64-.02-.04z'/></g><g clip-path='url(%23b)'><path fill='%23FFF' fill-opacity='.2' d='M96 9c48.43 0 87.72 39.13 87.99 87.5 0-.17.01-.33.01-.5 0-48.6-39.4-88-88-88S8 47.4 8 96c0 .17.01.33.01.5C8.28 48.13 47.57 9 96 9z'/><path fill='%233E2723' fill-opacity='.15' d='M96 183c48.43 0 87.72-39.13 87.99-87.5 0 .17.01.33.01.5 0 48.6-39.4 88-88 88S8 144.6 8 96c0-.17.01-.33.01-.5C8.28 143.87 47.57 183 96 183z'/></g><radialGradient id='r' cx='34.286' cy='32.014' r='176.746' gradientUnits='userSpaceOnUse'><stop offset='0' stop-color='%23fff' stop-opacity='.1'/><stop offset='1' stop-color='%23fff' stop-opacity='0'/></radialGradient><circle fill='url(%23r)' cx='96' cy='96' r='88'/><path fill='none' d='M0 0h192v192H0z'/></svg>");
  background-size: 32px 32px;
  max-width: 330px;
}
section .sidebar .extension a .store,
section .sidebar .application a .store {
  font-size: 14px;
  font-weight: bold;
}
section .sidebar .extension a:hover,
section .sidebar .application a:hover {
  background-color: #f7931a;
}
section .sidebar .extension a:active,
section .sidebar .application a:active {
  background-color: #d6d6d6;
}
section .sidebar .application a {
  background: #000000 15px 11px no-repeat;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24px' height='25px' viewBox='0 0 24 25' ><defs><linearGradient x1='50%' y1='0%' x2='50%' y2='38.9125982%' id='linearGradient-1'><stop stop-color='%23FBDA09' offset='0%'/><stop stop-color='%23FFBC00' offset='100%'/></linearGradient><linearGradient x1='74.4881466%' y1='30.6437124%' x2='10.1079427%' y2='74.4755521%' id='linearGradient-2'><stop stop-color='%23F2414E' offset='0%'/><stop stop-color='%23E02554' offset='100%'/></linearGradient><linearGradient x1='20.2810876%' y1='32.9448075%' x2='83.820166%' y2='69.1792118%' id='linearGradient-3'><stop stop-color='%2328D781' offset='0%'/><stop stop-color='%2302F076' offset='100%'/></linearGradient><linearGradient x1='34.7846113%' y1='58.4755255%' x2='55.8751137%' y2='39.0830098%' id='linearGradient-4'><stop stop-color='%2301E2FF' offset='0%'/><stop stop-color='%2301C4FF' offset='100%'/></linearGradient></defs><g id='User-Panel' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'><path d='M21.6379467,15.2328022 L4.61563062,24.6312058 C3.11144973,25.4616979 1.21882332,24.9155652 0.388331212,23.4113843 C0.134117578,22.9509545 0.0007805353,22.4335923 0.0007805353,21.9076453 L0.0007805353,3.11111111 C0.0007805353,1.39289189 1.39367242,3.48165941e-13 3.11189165,3.48165941e-13 C3.6378256,3.48165941e-13 4.15517559,0.133330481 4.61559715,0.387532199 L21.6379132,9.78566285 C23.1421043,10.6161365 23.6882603,12.5087562 22.8577866,14.0129473 C22.5742927,14.5264243 22.1514203,14.9493019 21.6379467,15.2328022 Z' fill='url(%23linearGradient-1)'/><path d='M13.4264443,12.2862295 L18.1283826,17.1692295 L4.61563062,24.6312058 C3.64611634,25.1664964 2.51522627,25.1298821 1.61138261,24.6334452 L13.4264443,12.2862295 Z' fill='url(%23linearGradient-2)'/><path d='M3.11189165,4.75175455e-14 C3.6378256,4.75175455e-14 4.15517559,0.133330481 4.61559715,0.387532199 L18.0096213,7.782 L13.4242475,12.2893816 L1.73963741,0.318214975 C2.15355971,0.114453521 2.61935965,4.74538958e-14 3.11189165,4.75175455e-14 Z' fill='url(%23linearGradient-3)'/><path d='M1.73894399,0.318556434 L13.4258351,12.285375 L1.65424069,24.6565507 C1.13755914,24.3831889 0.691960374,23.9613151 0.388331212,23.4113843 C0.134117578,22.9509545 0.0007805353,22.4335923 0.0007805353,21.9076453 L3.14415161e-13,6.22155643 L0.0214460227,2.75058079 C0.144964192,1.68022023 0.811721526,0.775287434 1.73894399,0.318556434 Z' fill='url(%23linearGradient-4)'/></g></svg>");
  background-size: 26px 26px;
}
section .sidebar .side-links {
  border-top: 1px solid #D6D6D6;
  padding: 12px 10px 12px 20px;
  list-style: none;
  color: #757575;
  font-size: 12px;
}
section .sidebar .side-links li {
  line-height: 37px;
}
section .sidebar .side-links li .languages {
  margin-top: 13px;
}
section .sidebar .side-links li.side-links-group {
  color: #f7931a;
  font-weight: bold;
}
section .sidebar .side-links li a {
  font-size: 14px;
  color: #000000;
}
section .sidebar .side-links li a:hover {
  color: #4285f4;
}
section .sidebar .side-links .social-links {
  line-height: 20px;
}
section .sidebar .side-links .social-links a.social-link {
  display: inline-block;
  width: 20px;
  height: 30px;
  padding: 10px 0 0 0;
  margin-right: 13px;
}
section .sidebar .side-links .social-links a.social-link:last-child {
  margin-right: 0px;
}
section .sidebar .side-links .social-links a.social-link svg {
  vertical-align: middle;
}
section .sidebar .side-links .social-links a.social-link:hover {
  color: #f7931a;
}
section .sidebar .side-links .social-links a.social-link:hover svg path {
  fill: #f7931a;
}
section .sidebar .side-links .social-links a.social-link.social-link_fb:hover {
  color: #f7931a;
}
section .sidebar .side-links .social-links a.social-link.social-link_fb:hover svg path {
  fill: #fff;
}
section .sidebar .side-links .social-links a.social-link.social-link_fb:hover svg rect {
  fill: #f7931a;
}
section .sidebar .side-stats {
  border-top: 1px solid #D6D6D6;
  text-align: left;
  margin: 0;
  padding: 10px 20px;
  color: #000000;
}
section .sidebar .side-stats p {
  line-height: 37px;
  margin: 0;
}
section .sidebar .side-stats span {
  display: inline-block;
  color: #000000;
  min-width: 50%;
  padding-right: 5px;
  font-weight: bold;
}
section .sidebar .progress {
  height: 10px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
section .content #user-content .alert {
  margin-top: 0px !important;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
section .content #user-content .panel > h3 {
  min-height: 70px;
  margin: 0;
  padding: 20px;
  font-size: 30px;
  font-weight: bold;
  color: #000000;
  letter-spacing: 0.09px;
  border-bottom: 1px solid #D6D6D6;
}
section .content #user-content .panel > h4 {
  margin: 28px 20px 18px;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}
section .content #user-content .list-header {
  border-bottom: 1px solid #D8D8D8;
  padding: 15px 20px;
  margin: 0;
  color: #f7931a;
  font-size: 15px;
  font-weight: bold;
}
section .content #user-content .list-header strong {
  color: #757575;
  font-size: 12px;
}
section .content #user-content .list-header strong span {
  font-size: 11px;
  font-weight: normal;
}
section .content #user-content .list-header small {
  color: #757575;
  font-size: 11px;
  font-weight: bold;
  line-height: 17px;
  margin-left: 10px;
}
section .content #user-account .alert {
  margin-top: 0px !important;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
section .content #user-account .panel > h3 {
  min-height: 70px;
  margin: 0;
  padding: 20px;
  font-size: 30px;
  font-weight: bold;
  color: #000000;
  letter-spacing: 0.09px;
  border-bottom: 1px solid #D6D6D6;
}
section .content #user-account hr {
  margin: 0 0 30px;
  border-top-color: #D6D6D6;
}
section .content #user-account .form-group {
  margin: 0 -10px 25px;
}
section .content #user-account .form-actions .form-group {
  margin: 5px -10px 10px;
}
section .content .main-content {
  margin-top: 20px;
}
section .content .main-content .toolbox {
  color: #000000;
  background: #f7f7f7;
  border-bottom: 1px solid #e6e6e6;
  padding: 15px 20px;
  border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
}
section .content .main-content .toolbox #search .input-group-addon {
  background: #f7f7f7;
}
section .content .main-content .toolbox #search input {
  padding-left: 11px;
  padding-right: 30px;
  height: 40px;
  color: #000000;
}
section .content .main-content .toolbox #search .reset-search {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  display: none;
  width: 16px;
  height: 16px;
  line-height: 16px;
  cursor: pointer;
}
section .content #url-loader {
  margin: 20px 0;
  display: none;
}
section .content .url-container p.center {
  padding: 90px 20px;
  text-align: center;
  font-size: 24px;
  color: #9D9D9D;
}
section .content .url-container .pagination {
  margin: 15px 15px 0px;
  vertical-align: bottom;
}
section .content .url-container .pagination > .active > a,
section .content .url-container .pagination > .active > span,
section .content .url-container .pagination > .active > a:hover,
section .content .url-container .pagination > .active > span:hover,
section .content .url-container .pagination > .active > a:focus,
section .content .url-container .pagination > .active > span:focus {
  color: #fff;
  background-color: #4285f4;
  border-color: #008aff;
  cursor: default;
}
section .content .url-container .pagination > li > a,
section .content .url-container .pagination > li > span {
  color: #4285f4;
  background-color: #fff;
  border-color: #D6D6D6;
}
section .content .url-container .pagination > li > a:hover,
section .content .url-container .pagination > li > span:hover,
section .content .url-container .pagination > li > a:focus,
section .content .url-container .pagination > li > span:focus {
  color: #f7931a;
  background-color: #ffffff;
}
section .content .urls-actions {
  padding: 12px 20px;
  text-align: right;
  line-height: 16px;
  border-bottom: 1px solid #D8D8D8;
}
section .content .urls-actions .urls-action-selectall {
  color: #4285f4;
  margin-left: 20px;
  font-size: 12px;
  font-weight: bold;
}
section .content .urls-actions .urls-action-selectall:hover {
  color: #f7931a;
}
section .content .urls-actions .urls-action-deleteall {
  color: #F74249;
  font-size: 12px;
  font-weight: bold;
}
section .content .url-container {
  margin-bottom: 15px;
}
section .content .url-list {
  padding: 15px 20px;
  border-bottom: 1px solid #D8D8D8;
  clear: both;
}
section .content .url-list .description {
  color: #666;
}
section .content .url-list ul.toggle {
  padding-left: 15px;
  margin: 8px 0 0;
}
section .content .url-list ul.toggle li {
  list-style: none;
  display: inline-block;
}
section .content .url-list ul.toggle li > div {
  margin-top: -2px;
}
section .content .url-list ul.toggle li a,
section .content .url-list ul.toggle li span {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 16px 8px 0;
  color: #757575;
}
section .content .url-list ul.toggle li a .glyphicon,
section .content .url-list ul.toggle li span .glyphicon {
  margin-right: 7px;
  font-size: 11px;
}
section .content .url-list ul.toggle li span {
  font-weight: normal;
}
section .content .url-list ul.toggle li .dropdown {
  text-align: left;
  position: absolute;
  z-index: 999;
  min-width: 180px;
  display: none;
  margin: 0px 0px 0px 8px;
  padding: 9px 0px;
  border: 0px solid #979797;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  background-color: #ffffff;
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
}
section .content .url-list ul.toggle li .dropdown a {
  display: block;
  padding: 7px 15px 8px;
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  color: #000000;
  letter-spacing: 0.04px;
  transition: all padding 0.1s;
  -webkit-transition: all padding 0.1s;
  -o-transition: all padding 0.1s;
  -ms-transition: all padding 0.1s;
  -moz-transition: all padding 0.1s;
}
section .content .url-list ul.toggle li .dropdown a:hover {
  background: #4285f4;
  color: #ffffff;
  font-weight: normal;
}
section .content .url-list ul.toggle li .dropdown .dropdown-group {
  display: block;
  margin-top: 7px;
  padding: 15px 15px 6px;
  font-size: 11px;
  line-height: 12px;
  font-weight: bold;
  color: #757575;
  letter-spacing: 0.03px;
  border-top: 1px solid #D6D6D6;
}
section .content .url-list ul.toggle li .dropdown .social-btn {
  display: block;
  background-color: transparent;
  width: 100%;
  height: initial;
  border: 0 none;
  margin: 0;
  padding: 0;
}
section .content .url-list ul.toggle li .dropdown .social-btn:before {
  display: none;
}
section .content .url-list ul.toggle li .dropdown .social-btn span {
  display: block;
  padding: 8px 15px 7px;
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  color: #000000;
  letter-spacing: 0.04px;
  transition: all padding 0.1s;
  -webkit-transition: all padding 0.1s;
  -o-transition: all padding 0.1s;
  -ms-transition: all padding 0.1s;
  -moz-transition: all padding 0.1s;
}
section .content .url-list ul.toggle li .dropdown .social-btn span:hover {
  background: #4285f4;
  color: #ffffff;
  font-weight: normal;
}
section .content .url-list ul.toggle li:hover > a {
  color: #4285f4;
}
section .content .url-list ul.toggle li:hover .dropdown {
  display: block;
}
section .content .url-list .url-info .title {
  margin-bottom: 10px;
  font-size: 1.2em;
  word-wrap: break-word;
  word-break: break-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
section .content .url-list .url-info .title img {
  margin-right: 5px;
  vertical-align: top;
}
section .content .url-list .url-info .short-url {
  color: #757575;
  font-size: 12px;
  margin: 8px 0 0;
}
section .content .url-list .url-info .short-url a {
  color: #4285f4;
  font-weight: bold;
}
section .content .url-list .url-info .short-url a:hover {
  color: #f7931a;
}
section .content .url-list .url-info .short-url a.tooltip {
  color: #757575;
}
section .content .url-list .url-info .short-url a.tooltip:hover {
  color: #4285f4;
}
section .content .url-list .url-info .short-url strong {
  padding: 0 30px;
}
section .content .url-list .url-info .short-url strong a {
  color: #494949;
}
section .content .url-list .url-info .short-url strong a :hover {
  color: #f7931a;
}
section .content .url-list .url-info .info {
  color: #808080;
  font-size: 12px;
  padding-left: 25px;
}
section .content .url-list .url-info .info span {
  margin-right: 10px;
}
section .content .url-list .url-info .info .qr {
  padding: 5px 5px 2px 5px;
}
section .content .url-list .url-info .info .qr img {
  width: 16px;
}
section .content .url-list .url-stats {
  margin-top: 8px;
}
section .content .url-list .url-stats a {
  font-size: 12px;
  font-weight: bold;
}
section .content .url-list .url-mark {
  margin-top: 8px;
  text-align: right;
}
section .content .url-list.fix {
  padding-left: 0;
  padding-right: 0;
}
section .content .url-list.fix .description {
  padding-left: 0;
}
section .content .url-list.fix .url-info .title {
  padding-left: 0;
}
section .content .url-list.fix .url-info .short-url {
  padding-left: 0;
}
section .content.bundles.list-group a.active {
  color: #4285f4;
}
section .content.bundles.list-group .list-group-item {
  padding-left: 0;
  padding-right: 0;
}
section .content.bundles.list-group p {
  color: #999;
  font-weight: 700;
  font-size: 12px;
}
section .content.bundles.list-group p a {
  color: #555;
}
section .content.bundles.list-group h4 {
  margin-bottom: 8px;
}
section .content #widgets {
  padding: 30px 15px 0 0;
}
section .content #widgets .panel {
  padding: 0 0 30px 0;
}
section .content #widgets .panel.panel-dark {
  padding: 0;
}
section .content #widgets h3 {
  border-bottom: 1px solid #D8D8D8;
  padding: 15px 20px;
  margin: 0;
  color: #f7931a;
  font-size: 15px;
  font-weight: bold;
}
section .content #widgets h3 small {
  color: #9d9d9d;
  line-height: 17px;
}
section .content #widgets h3 small.button {
  cursor: pointer;
}
section .content #widgets h3 .Loader {
  float: right;
  display: none;
}
section .content #widgets h3 .Loader__spinner {
  margin: 0 auto;
  width: 50px;
  text-align: center;
}
section .content #widgets h3 .Loader__spinner > div {
  width: 8px;
  height: 8px;
  margin-right: 2px;
}
section .content #widgets ul {
  margin-top: 0px;
  padding: 5px 20px;
}
section .content #widgets ul li {
  color: #494949;
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 15px;
  margin-top: 15px;
  font-size: 12px;
  list-style: none;
}
section .content #widgets ul li strong {
  color: #000000;
  margin-right: 5px;
}
section .content #widgets ul li.new_item {
  background: #eee;
  padding: 5px 5px 12px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
section .content #widgets ul li img {
  margin-right: 5px;
}
section .content #widgets ul li a {
  font-weight: bold;
  color: #4285f4;
  margin-right: 5px;
}
section .content #widgets ul li a.ellipsis {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
section .content #widgets ul li a:hover {
  color: #f7931a;
}
section .content #widgets ul li span {
  color: #9b9b9b;
  white-space: nowrap;
}
section .content #widgets p {
  padding: 20px 20px 0px;
  margin: 0;
  color: #494949;
}
section .content #widgets p em {
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  color: #000000;
}
section .content #widgets p a:not(.btn) {
  font-weight: bold;
  color: #4285f4;
}
section .content #widgets p a:not(.btn):hover {
  color: #f7931a;
}
section .content #widgets p.center {
  padding: 90px 20px;
  text-align: center;
  font-size: 18px;
  color: #9D9D9D;
}
section .content #widgets p .btn {
  color: #ffffff;
}
section .content #widgets p .btn:focus {
  color: #ffffff;
}
section .content #widgets code {
  border-radius: 2px;
  background-color: #FFF1E1;
  color: #F7931A;
  font-weight: bold;
}
section .content #widgets #widget_activities {
  padding-bottom: 0px;
}
section .content #widgets #widget_top_urls {
  padding-bottom: 0px;
}
section .content #widgets #widget_top_urls strong {
  color: #494949;
}
section .content #widgets #widget_edit {
  padding-bottom: 20px;
}
section .content .return-ajax {
  position: relative;
}
section .content .return-ajax .clear-search {
  position: absolute;
  top: -45px;
  right: 10px;
}
section .content .return-ajax .cta,
section .content .return-ajax .alert {
  overflow: hidden;
  margin: 5px 15px;
}
section .content .avatar-holder {
  position: relative;
  min-height: 100px;
  border-bottom: 1px solid #757575;
  font-size: 14px;
}
section .content .avatar-holder .symbol {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100px;
  height: 100px;
  padding: 20px;
  text-align: center;
}
section .content .avatar-holder .symbol span {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #f7931a;
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
}
section .content .avatar-holder .username {
  padding: 20px 20px 20px 100px;
}
section .content .avatar-holder .username strong {
  display: block;
  margin-bottom: 5px;
  color: #ffffff;
  line-height: 30px;
  font-size: 20px;
  font-weight: bold;
}
section .content .public-info {
  text-align: center;
  padding: 20px 20px 40px;
  font-size: 14px;
  line-height: 20px;
}
section .content .public-info h2 {
  margin: 10px 0 5px;
  color: #ffffff;
  font-size: 40px;
  font-weight: bold;
}
section .centered {
  margin: 0px  auto 0px;
}
section .centered .site_logo {
  margin-top: 0px;
  margin-bottom: 30px;
  text-align: center;
  background: transparent;
}
section .centered .site_logo a {
  color: #000000;
  font-size: 30px;
}
section .centered .site_logo svg {
  vertical-align: middle;
}
section .centered .site_logo img {
  max-height: 80px;
  background: transparent;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
section .centered.form {
  max-width: 500px;
  width: 100%;
  min-height: 100vh;
  position: relative;
}
section .centered.form form.live_form {
  padding: 30px 20px;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
section .centered.form .input-group,
section .centered.form .form-group {
  margin-bottom: 25px;
}
section .centered.form #forgot {
  margin-top: 8px;
  font-size: 13px;
}
section .centered.form span.check-box {
  margin-left: 5px;
}
section .centered.form label {
  width: 100%;
}
section .centered.form label a {
  font-size: 11px;
}
section .centered form.passform {
  width: 100%;
  padding: 20px;
}
section .centered.poll {
  max-width: 550px;
  width: 100%;
}
section .centered .signup-block {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -285px;
}
section #forgot_form {
  display: none;
}
section h3 {
  font-size: 16px;
  font-weight: 700;
  color: #999;
  margin-top: 0;
  margin-bottom: 15px;
}
section .social {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
}
section .btn-facebook {
  background: #3B5998;
  color: #fff;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}
section .btn-facebook:hover {
  background-color: #4c70ba;
}
section .btn-twitter {
  background: #409DD5;
  color: #fff;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}
section .btn-twitter:hover {
  background-color: #6ab2de;
}
section .btn-google {
  background: #D34836;
  color: #fff;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}
section .btn-google:hover {
  background-color: #dc6e60;
}
section .is404 {
  margin: 45px 5px;
  text-align: center;
}
section .is404 section {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 45px 0px;
}
section .is404 h1 {
  margin-top: 60px;
  font-size: 300px!important;
  line-height: 300px!important;
  font-weight: bold;
  color: #FFFFFF;
  letter-spacing: 0.86px;
}
section .is404 h2 {
  text-transform: uppercase;
  background-color: #000000;
  font-size: 64px;
  color: #FFFFFF;
  letter-spacing: 0.18px;
  margin: 30px auto 45px;
  display: inline-block;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 20px 60px;
}
section .is404 h3 {
  text-transform: uppercase;
  font-size: 34px;
  color: #fff;
}
section .splash {
  margin-top: 30px;
}
section .splash .thumb img {
  width: 100%;
  border: 1px solid #eee;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
section .splash h2 {
  color: #555;
  font-size: 22px;
}
section .splash p.description {
  color: #666;
}
section .splash p.disclaimer {
  margin-top: 20px;
  color: #aaa;
  font-size: 12px;
}
section .media {
  padding-top: 30px;
}
section .media .embed iframe:not(.vine-embed),
section .media embed,
section .media object {
  width: 100% !important;
  height: 450px !important;
}
section .media .embed iframe.vine-embed {
  margin: 0 auto;
}
section .media .info {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 5px;
  padding-bottom: 5px;
  padding-top: 15px;
}
section .media .info h3 {
  font-size: 16px;
  color: #000000;
}
section .media .info .text-right {
  font-size: 13px;
}
section .media .info .text-right span {
  display: block;
  padding-right: 10px;
  font-size: 22px;
  font-weight: 700;
}
section .stats-page {
  margin-top: 30px;
}
section .stats-page .panel {
  padding: 20px 20px 10px 20px;
  margin: 0;
}
section .stats-page .panel > .row.info {
  margin-left: -10px;
  margin-right: -10px;
}
section .stats-page .panel > .row.info > .col-md-3,
section .stats-page .panel > .row.info > .col-md-6,
section .stats-page .panel > .row.info > .col-md-9 {
  padding-left: 10px;
  padding-right: 10px;
}
section .stats-page .thumb {
  margin-bottom: 20px;
}
section .stats-page .thumb img {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
section .stats-page .thumb .blank {
  width: 260px;
  height: 200px;
  margin: 0 auto 0 0 ;
  background: #F7F7F7;
  border: 1px solid #D6D6D6;
  border-radius: 2px;
  vertical-align: middle;
  text-align: center;
  line-height: 200px;
  max-width: 100%;
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
  color: #9D9D9D;
}
section .stats-page .thumb .blank span {
  display: inline-block;
  line-height: 17px;
}
section .stats-page .url-info {
  margin-bottom: 20px;
}
section .stats-page .url-info h2 {
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
section .stats-page .url-info ul {
  padding: 0;
  margin: 15px 0;
}
section .stats-page .url-info ul li {
  list-style: none;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  padding: 0 20px 0 0;
  color: #757575;
}
section .stats-page .url-info ul li .glyphicon {
  margin-right: 7px;
  font-size: 11px;
}
section .stats-page .url-info ul li a,
section .stats-page .url-info ul li span {
  margin: 0;
  font-size: 12px;
  font-weight: bold;
  color: #757575;
}
section .stats-page .url-info ul li a .glyphicon,
section .stats-page .url-info ul li span .glyphicon {
  margin-right: 7px;
  font-size: 11px;
}
section .stats-page .url-info ul li span {
  font-weight: normal;
}
section .stats-page .url-info > p {
  font-size: 14px;
  color: #757575;
  line-height: 22px;
  margin: 15px 0;
}
section .stats-page .url-links p {
  margin: 15px 0;
}
section .stats-page .url-links a {
  color: #4285f4;
  font-size: 13px;
  font-weight: bold;
}
section .stats-page .url-links a:hover {
  color: #f7931a;
}
section .stats-page .url-links a.inline-copy {
  font-size: 10px;
}
section .stats-page .url-links .glyphicon {
  margin-right: 10px;
  font-size: 13px;
}
section .stats-page .url-stats {
  display: table;
  width: 100%;
  border: 1px solid #d6d6d6;
  border-right: 0 none;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-spacing: 0;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  vertical-align: middle;
  margin-bottom: 20px;
}
section .stats-page .url-stats .url-stats-cell {
  display: table-cell;
  border-right: 1px solid #d6d6d6;
  padding: 15px;
  width: 50%;
}
section .stats-page .url-stats span {
  font-size: 14px;
  font-weight: normal;
  color: #696969;
  display: block;
}
section .stats-page .url-share {
  margin-bottom: 20px;
}
section .stats-page .url-share .header {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 15px;
}
section .stats-page .url-share .shared-links {
  margin-top: 15px;
}
body.cb-splash .cc-window {
  display: none;
}
body.cb-splash #back-to-top {
  display: none;
}
header.cb-splash {
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
}
header.cb-splash .cb-splash__row {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 768px) {
  header.cb-splash .cb-splash__row {
    display: block;
  }
}
header.cb-splash .cb-splash__danger {
  width: 100%;
  padding: 0;
}
header.cb-splash .cb-splash__info {
  padding: 20px 20px 20px 30px;
}
header.cb-splash .cb-splash__info h2 {
  margin: 0 0 5px 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
  text-overflow: ellipsis;
  overflow: hidden;
}
header.cb-splash .cb-splash__info .description {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  color: #757575;
  margin: 0;
  max-height: 72px;
  overflow: hidden;
}
header.cb-splash .cb-splash__info .description:after {
  position: absolute;
  content: '';
  top: 55px;
  left: 0;
  width: 100%;
  height: 24px;
  background-image: linear-gradient(to top, #fff 20%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 768px) {
  header.cb-splash .cb-splash__info {
    display: block;
    padding: 15px;
  }
  header.cb-splash .cb-splash__info h2 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
  header.cb-splash .cb-splash__info .description {
    font-size: 12px;
    line-height: 20px;
    max-height: 60px;
  }
  header.cb-splash .cb-splash__info .description:after {
    top: 40px;
  }
}
@media (max-width: 500px) {
  header.cb-splash .cb-splash__info {
    margin-left: auto;
    margin-right: auto;
  }
  header.cb-splash .cb-splash__info h2 {
    white-space: nowrap;
  }
  header.cb-splash .cb-splash__info .description {
    display: none;
  }
}
@media (max-width: 400px) {
  header.cb-splash .cb-splash__info h2 {
    font-size: 13px;
    line-height: 20px;
  }
}
header.cb-splash .cb-splash__btn {
  margin-left: auto;
  width: 350px;
  flex: 0 0 auto;
  padding: 20px 30px 20px 20px;
}
@media (max-width: 768px) {
  header.cb-splash .cb-splash__btn {
    width: 100%;
    max-width: initial;
    padding: 0;
    margin-right: auto;
  }
}
header.cb-splash .disclaimer {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 60px;
  padding: 15px 30px;
  background: #000000;
}
header.cb-splash .disclaimer svg {
  flex: 0 0 auto;
  margin-right: 50px;
}
header.cb-splash .disclaimer span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 22px;
  color: #f7931a;
}
header.cb-splash .disclaimer span svg {
  display: none;
}
@media (max-width: 991px) {
  header.cb-splash .disclaimer svg {
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  header.cb-splash .disclaimer {
    padding: 0;
    min-height: 40px;
    border-bottom: 4px solid #f7931a;
  }
  header.cb-splash .disclaimer svg {
    vertical-align: top;
    margin: 6px 15px;
    width: 92px;
    height: 28px;
  }
  header.cb-splash .disclaimer div {
    padding: 0px 15px 0px 0;
  }
  header.cb-splash .disclaimer span {
    color: #9D9D9D;
    font-size: 10px;
    line-height: 14px;
    white-space: nowrap;
  }
  header.cb-splash .disclaimer span svg {
    position: absolute;
    right: 15px;
    top: 50%;
    display: block;
    width: 12px;
    height: 12px;
    margin: -5px 0 0 0;
  }
  header.cb-splash .disclaimer .notice {
    display: none;
  }
}
header.cb-splash .alert-danger {
  line-height: 18px;
  padding: 15px 30px;
}
header.cb-splash .btn-block {
  margin: 0 0 0 auto;
  line-height: 38px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  background-color: #f7931a;
}
header.cb-splash .btn-block:hover {
  background-color: #4285f4;
}
header.cb-splash .btn-block.redirect {
  display: none;
}
header.cb-splash .btn-block[disabled] {
  background-color: #9D9D9D;
  color: #fff;
  opacity: 1;
}
header.cb-splash .btn-block svg {
  vertical-align: middle;
  margin: -1px 8px 0 0;
}
@media (max-width: 500px) {
  header.cb-splash .btn-block {
    border-radius: 0;
    font-size: 12px;
    padding: 0;
    line-height: 40px;
    background-color: #4285f4;
  }
  header.cb-splash .btn-block[disabled] {
    border-top: 1px solid #d6d6d6;
    background-color: #fff;
    color: #4285f4;
    opacity: 1;
  }
  header.cb-splash .btn-block svg path {
    fill: #4285F4;
  }
}
iframe.cb-splash {
  width: 100%;
  min-height: calc(100vh);
}
section.page h3 {
  margin-top: 80px;
  font-size: 48px;
  line-height: 53px;
  font-weight: bold;
  color: #1F232C;
}
section.page h4 {
  margin-top: 40px;
  font-size: 32px;
  line-height: 36px;
  color: #1F232C;
}
section.page p {
  margin-top: 15px;
  font-size: 16px;
  line-height: 24px;
  color: #494949;
}
section#plan {
  padding: 160px 0 190px;
}
section#plan h1 {
  font-weight: 700;
  font-size: 3em;
}
section#plan .subtitle {
  color: #000000;
  margin-top: 20px;
}
section#plan .toggle-container {
  margin-bottom: 70px;
}
section#plan .toggle-container .switch-toggles {
  position: relative;
  width: 262px;
  height: 50px;
  border: 1px solid rgba(38, 39, 45, 0.2);
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  margin: 25px auto;
}
section#plan .toggle-container .switch-toggles .monthly,
section#plan .toggle-container .switch-toggles .yearly {
  position: relative;
  width: 130px;
  float: left;
  padding: 13px 10px;
  text-align: center;
  z-index: 2;
  cursor: pointer;
  font-size: 16px;
  color: #8c8f94;
  transition: color 0.7s cubic-bezier(0.545, 0, 0.05, 1);
}
section#plan .toggle-container .switch-toggles .monthly.active,
section#plan .toggle-container .switch-toggles .yearly.active {
  color: #26272d;
}
section#plan .toggle-container .switch-toggles:after {
  position: absolute;
  content: "";
  width: 122px;
  height: 42px;
  background: #ffffff;
  left: 3px;
  top: 3px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  box-shadow: 2.5px 4.33px 20px 0px rgba(61, 61, 62, 0.059);
  -moz-box-shadow: 2.5px 4.33px 20px 0px rgba(61, 61, 62, 0.059);
  -webkitbox-shadow: 2.5px 4.33px 20px 0px rgba(61, 61, 62, 0.059);
  transition: all 0.7s cubic-bezier(0.545, 0, 0.05, 1);
}
section#plan .toggle-container .switch-toggles.active:after {
  left: 135px;
  top: 3px;
}
section#plan .corner-ribbon {
  width: 200px;
  background-color: #4285f4;
  background-image: -moz-linear-gradient(180deg, #9C27B0 0%, #4285f4 100%);
  background-image: -webkit-linear-gradient(180deg, #9C27B0 0%, #4285f4 100%);
  background-image: -ms-linear-gradient(180deg, #9C27B0 0%, #4285f4 100%);
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  color: #f0f0f0;
  position: absolute;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  top: 25px;
  right: -50px;
  bottom: auto;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
section#plan .price-table {
  position: relative;
  width: 33%;
  max-width: 50%;
  float: left;
  padding: 20px 0;
  overflow: hidden;
}
section#plan .price-table .table-inner {
  background-color: #ebebed;
  padding: 40px 15px 50px;
}
section#plan .price-table .table-inner h3 {
  margin: 0 auto 28px;
}
section#plan .price-table .table-inner .price {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #26272d;
  padding: 9px 18px;
  border: 1px solid rgba(38, 39, 45, 0.2);
  display: inline-block;
  margin-bottom: 40px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}
section#plan .price-table .table-inner .billed {
  font-size: 9px;
  opacity: 0.8;
  display: block;
}
section#plan .price-table .table-inner .phrase {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 38px;
  opacity: 0.6;
}
section#plan .price-table .table-inner .feature-list {
  margin: 0;
  padding: 0;
}
section#plan .price-table .table-inner .feature-list li {
  font-size: 15px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 12px;
  list-style: none;
}
section#plan .price-table .table-inner .feature-list li i {
  color: #6fc754;
}
section#plan .price-table .table-inner .feature-list li:last-child {
  margin-bottom: 34px;
}
section#plan .price-table .table-inner .btn {
  width: 210px;
  max-width: 100%;
}
section#plan .price-table .table-inner .btn-blue {
  background-color: transparent;
  border: 1px solid #267df4;
  color: #267df4;
}
section#plan .price-table.highlighted {
  z-index: 2;
  padding: 0;
  box-shadow: 15px 25px 50px 0px rgba(92, 95, 101, 0.2);
  -moz-box-shadow: 15px 25px 50px 0px rgba(92, 95, 101, 0.2);
  -webkit-box-shadow: 15px 25px 50px 0px rgba(92, 95, 101, 0.2);
}
section#plan .price-table.highlighted .table-inner {
  background-color: #ffffff;
  padding: 60px 15px 70px;
}
section#plan .price-table.highlighted .btn-blue {
  background-color: #267df4;
  color: #ffffff;
}
section#plan #price_tables .monthly,
section#plan #price_tables .yearly {
  position: relative;
  width: 100%;
  opacity: 0;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  transition: opacity 0.97s, -webkit-transform 0.97s;
  transition: opacity 0.97s, transform 0.97s;
  transition: opacity 0.97s, transform 0.97s, -webkit-transform 0.97s;
  transition-timing-function: cubic-bezier(0.545, 0, 0.05, 1);
}
section#plan #price_tables .monthly .price-table,
section#plan #price_tables .yearly .price-table {
  display: none;
}
section#plan #price_tables .monthly.active,
section#plan #price_tables .yearly.active {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
section#plan #price_tables .monthly.active .price-table,
section#plan #price_tables .yearly.active .price-table {
  display: block;
}
section#faq {
  padding: 50px 10px;
}
section#faq h1 {
  margin-bottom: 25px;
  font-size: 28px;
}
section#faq .faq-list {
  margin-bottom: 20px;
}
section#faq .faq-list h2 {
  font-size: 15px;
  font-weight: 700;
}
section#faq .faq-list p {
  margin-top: 24px;
  color: #666666;
}
section#faq .faq-list i {
  color: #6e8ee4;
  margin-right: 10px;
}
section#checkout {
  margin: 30px 0;
}
section#checkout ul {
  list-style: none;
  padding: 10px 0;
}
section#checkout ul li {
  margin-bottom: 10px;
}
section#checkout ul li.total {
  border-top: 1px solid #666666;
  padding-top: 5px;
}
section#checkout .info {
  color: #737373;
}
section#checkout .StripeElement {
  background-color: white;
  height: 40px;
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}
section#checkout .StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}
section#checkout .StripeElement--invalid {
  border-color: #fa755a;
}
section#checkout .StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}
.btn {
  border: 0;
  line-height: 28px;
  font-size: 13px;
  font-weight: bold;
}
.btn.btn-lg {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.btn.btn-default {
  border: 1px solid #D6D6D6;
  background-color: #ffffff;
  color: #4285f4;
}
.btn.btn-default:hover {
  color: orange;
}
.btn.btn-primary {
  color: #ffffff;
  background: #4285f4;
}
.btn.btn-primary:hover {
  background: orange;
}
.btn.btn-secondary {
  background: #2148b1;
  background-image: -moz-linear-gradient(45deg, #9C27B0 0%, #2148b1 100%);
  background-image: -webkit-linear-gradient(45deg, #9C27B0 0%, #2148b1 100%);
  background-image: -ms-linear-gradient(45deg, #9C27B0 0%, #2148b1 100%);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 4px 10px #aec0f0;
}
.btn.btn-secondary:hover {
  background: #193786;
}
.btn.btn-secondary:focus,
.btn.btn-secondary:active {
  box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.2);
}
.btn.btn-danger {
  color: #ffffff;
  background-color: #F74249;
}
.btn.btn-round {
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
}
.addmargin {
  margin-top: 30px;
}
.analytics {
  padding: 0;
  margin: 20px 0;
}
.analytics .panel h3 {
  padding: 20px;
  color: #f7931a;
  border-bottom: 1px solid #D6D6D6;
}
.analytics .panel .panel-heading {
  padding: 20px;
  font-size: 24px;
  font-weight: bold;
}
.analytics .panel .panel-heading .btn-default {
  min-width: 75px;
  padding: 6px 20px;
  color: #4285f4;
  background-color: white;
  border: 1px solid #D6D6D6;
}
.analytics .panel .panel-heading .btn-default:hover {
  color: #f7931a;
  z-index: 0;
}
.analytics .panel .panel-heading .btn-default.active {
  border-color: #4285f4;
  background-color: #4285f4;
  color: #ffffff;
}
.analytics .panel .panel-heading .btn-default.active:hover {
  background-color: #4285f4;
  color: #ffffff;
}
.analytics .panel #os canvas,
.analytics .panel #browsers canvas {
  margin: 40px 0;
}
.analytics .panel p.center {
  padding: 90px 20px;
  text-align: center;
  font-size: 18px;
  color: #9D9D9D;
}
.analytics #country-list h3 {
  margin-top: 40px;
}
.analytics #country-list ol {
  margin: 0;
  padding: 0;
  color: #9D9D9D;
  font-size: 18px;
  list-style: none;
  counter-reset: ol;
}
.analytics #country-list li {
  color: #ffffff;
  margin-bottom: 18px;
  font-size: 14px;
}
.analytics #country-list li::before {
  counter-increment: ol;
  content: counter(ol) ".";
  color: #9D9D9D;
  display: inline-block;
  width: 25px;
}
.analytics #country-list li small {
  font-weight: normal;
  color: #9D9D9D;
}
.analytics #country-list li .label {
  font-size: 13px;
  line-height: 18px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-color: #f7931a;
  color: #ffffff;
  padding: 0 6px;
}
.analytics #referrer {
  margin: 20px 0;
  padding: 0px;
}
.analytics #referrer li {
  list-style: none;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #D6D6D6;
  margin: -1px 20px 0;
  padding: 10px 0;
  font-size: 14px;
  font-weight: bold;
  color: #4285f4;
}
.analytics #referrer li:hover {
  color: #f7931a;
  border-top-color: #D6D6D6;
  margin: -1px 0 0;
  padding: 10px 20px;
  background-color: #F7F7F7;
}
.analytics #referrer li small {
  font-weight: normal;
  color: #9D9D9D;
}
.analytics #referrer li .label {
  font-size: 13px;
  line-height: 18px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-color: #f7931a;
  color: #ffffff;
  padding: 0 6px;
}
.custom-splash {
  margin-top: 30px;
  overflow: hidden;
}
.custom-splash .banner img {
  width: 100%;
}
.custom-splash .custom-message .c-avatar {
  float: left;
  width: 100px;
  margin-right: 10px;
  margin-left: 3px;
}
.custom-splash .custom-message .c-message {
  padding: 10px;
  float: left;
  height: 100px;
  line-height: 25px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.custom-splash .custom-message .c-message h2 {
  margin-top: 2px;
  margin-bottom: 5px;
  font-size: 18px;
}
.custom-splash .custom-message .c-countdown {
  float: right;
  font-size: 12px;
  text-align: center;
  padding: 25px;
}
.custom-splash .custom-message .c-countdown span {
  font-size: 30px;
  display: block;
}
.sp-replacer {
  border: solid 1px #a9a9a9;
  background: #fff;
  border-radius: 3px;
}
.custom-overlay {
  overflow: hidden;
}
.custom-overlay .custom-message {
  position: relative;
  margin: 10px;
  background-color: #4285f4;
  color: #fff;
  padding: 15px 35px 15px 15px;
  max-width: 320px;
  overflow: hidden;
  box-shadow: 0 0 50px #b3b3b3;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.custom-overlay .custom-message .custom-label {
  position: absolute;
  background-color: #fff;
  top: 13px;
  right: -20px;
  color: #000;
  padding: 0 20px;
  font-size: 11px;
  font-weight: 700;
  width: 75px;
  height: 15px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.custom-overlay .custom-message p {
  color: #fff;
}
.custom-overlay .custom-message .btn {
  background-color: #fff;
  font-weight: 700;
}
.custom-overlay .custom-message .btn:hover {
  color: #000;
}
#main-overlay {
  position: relative;
}
#main-overlay #site {
  position: absolute;
  z-index: 0;
}
#main-overlay .custom-message {
  z-index: 99999;
  bottom: -500px;
  position: absolute;
  margin: 10px;
  background-color: #4285f4;
  color: #fff;
  padding: 15px 35px 15px 15px;
  max-width: 320px;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#main-overlay .custom-message.tl {
  top: 0;
  left: 0;
  bottom: auto;
  transform: translatey(10px);
  animation: showdown 1s ease-in;
}
#main-overlay .custom-message.tr {
  top: 0;
  right: 0;
  bottom: auto;
  transform: translatey(10px);
  animation: showdown 1s ease-in;
}
#main-overlay .custom-message.br {
  bottom: 0;
  right: 0;
  transform: translatey(-10px);
  animation: showup 1s ease-in;
}
#main-overlay .custom-message.bl {
  bottom: 0;
  left: 0;
  transform: translatey(-10px);
  animation: showup 1s ease-in;
}
#main-overlay .custom-message .custom-label {
  position: absolute;
  background-color: #fff;
  top: 13px;
  right: -20px;
  color: #000;
  padding: 0 20px;
  font-size: 11px;
  font-weight: 700;
  width: 75px;
  height: 15px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#main-overlay .custom-message a.remove {
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 3px;
}
#main-overlay .custom-message p {
  color: #fff;
}
#main-overlay .custom-message .btn {
  background-color: #fff;
  font-weight: 700;
}
#main-overlay .custom-message .btn:hover {
  color: #000;
}
.promo {
  position: relative;
  min-height: 540px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
}
.promo img {
  display: block;
  max-width: 100%;
  height: auto;
}
.promo p {
  margin: 0 0 10px;
}
.promo.promo_line {
  border-top: 5px solid #F7931A;
}
.promo.promo_orange {
  background-color: #F7931A;
}
.promo.promo_orange .promo__btn:hover {
  color: #000000;
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.promo.promo_orange .promo__btn > div {
  background: 0px 4px no-repeat;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24px' height='25px' viewBox='0 0 24 25' ><defs><linearGradient x1='50%' y1='0%' x2='50%' y2='38.9125982%' id='linearGradient-1'><stop stop-color='%23FBDA09' offset='0%'/><stop stop-color='%23FFBC00' offset='100%'/></linearGradient><linearGradient x1='74.4881466%' y1='30.6437124%' x2='10.1079427%' y2='74.4755521%' id='linearGradient-2'><stop stop-color='%23F2414E' offset='0%'/><stop stop-color='%23E02554' offset='100%'/></linearGradient><linearGradient x1='20.2810876%' y1='32.9448075%' x2='83.820166%' y2='69.1792118%' id='linearGradient-3'><stop stop-color='%2328D781' offset='0%'/><stop stop-color='%2302F076' offset='100%'/></linearGradient><linearGradient x1='34.7846113%' y1='58.4755255%' x2='55.8751137%' y2='39.0830098%' id='linearGradient-4'><stop stop-color='%2301E2FF' offset='0%'/><stop stop-color='%2301C4FF' offset='100%'/></linearGradient></defs><g id='User-Panel' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'><path d='M21.6379467,15.2328022 L4.61563062,24.6312058 C3.11144973,25.4616979 1.21882332,24.9155652 0.388331212,23.4113843 C0.134117578,22.9509545 0.0007805353,22.4335923 0.0007805353,21.9076453 L0.0007805353,3.11111111 C0.0007805353,1.39289189 1.39367242,3.48165941e-13 3.11189165,3.48165941e-13 C3.6378256,3.48165941e-13 4.15517559,0.133330481 4.61559715,0.387532199 L21.6379132,9.78566285 C23.1421043,10.6161365 23.6882603,12.5087562 22.8577866,14.0129473 C22.5742927,14.5264243 22.1514203,14.9493019 21.6379467,15.2328022 Z' fill='url(%23linearGradient-1)'/><path d='M13.4264443,12.2862295 L18.1283826,17.1692295 L4.61563062,24.6312058 C3.64611634,25.1664964 2.51522627,25.1298821 1.61138261,24.6334452 L13.4264443,12.2862295 Z' fill='url(%23linearGradient-2)'/><path d='M3.11189165,4.75175455e-14 C3.6378256,4.75175455e-14 4.15517559,0.133330481 4.61559715,0.387532199 L18.0096213,7.782 L13.4242475,12.2893816 L1.73963741,0.318214975 C2.15355971,0.114453521 2.61935965,4.74538958e-14 3.11189165,4.75175455e-14 Z' fill='url(%23linearGradient-3)'/><path d='M1.73894399,0.318556434 L13.4258351,12.285375 L1.65424069,24.6565507 C1.13755914,24.3831889 0.691960374,23.9613151 0.388331212,23.4113843 C0.134117578,22.9509545 0.0007805353,22.4335923 0.0007805353,21.9076453 L3.14415161e-13,6.22155643 L0.0214460227,2.75058079 C0.144964192,1.68022023 0.811721526,0.775287434 1.73894399,0.318556434 Z' fill='url(%23linearGradient-4)'/></g></svg>");
  background-size: 26px 26px;
}
.promo.promo_orange .promo__btn_subname {
  font-size: 11px;
  line-height: 12px;
  text-transform: uppercase;
}
.promo.promo_orange .promo__btn_name {
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  text-transform: capitalize;
}
.promo .promo__notebook {
  position: absolute;
  bottom: 0;
}
.promo .promo__notebook_right {
  left: 50%;
}
.promo .promo__notebook_left {
  right: 50%;
  -webkit-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  transform: translateX(-20%);
}
.promo .promo__mobile_right {
  left: 48%;
  max-height: 418px;
  max-width: 680px;
  -webkit-transform: translateX(14%);
  -ms-transform: translateX(14%);
  transform: translateX(14%);
}
.promo .promo__wrap {
  position: relative;
}
.promo .promo__wrap_left {
  margin-left: 40px;
}
.promo .promo__wrap_right {
  margin-left: -70px;
  padding-top: 40px;
  margin-right: 90px;
}
.promo .promo__subtitle {
  font-weight: 700;
  color: #FFD6A5;
}
.promo .promo__subtitle_accent {
  color: #F7931A;
}
.promo .promo__title {
  font-size: 36px;
  font-weight: 700;
}
.promo .promo__title_white {
  color: #ffffff;
}
.promo .promo__text {
  font-size: 18px;
  color: #5F3F17;
  line-height: 1.6;
}
.promo .promo__btn {
  display: flex;
  max-width: 280px;
  margin-top: 40px;
  padding: 0;
  color: #ffffff;
  background-color: #000000;
  border: 1px solid #000000;
  border-radius: 5px;
  font-weight: 700;
  line-height: initial;
  transition: all 0.3s ease;
}
.promo .promo__btn > div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 12px auto;
  padding-left: 38px;
  text-align: left;
}
.promo .promo__btn svg {
  position: absolute;
  top: 50%;
  left: 0px;
  height: 28px;
  width: 28px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.promo .promo__btn:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #F7931A;
  border-color: #F7931A;
}
.promo .promo__btn_subname {
  font-size: 9px;
  text-transform: uppercase;
}
.promo .promo__btn_name {
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
}
.promo .promo__annotation {
  margin-top: 15px;
  font-size: 12px;
  color: #757575;
}
@media screen and (max-width: 992px) {
  .promo .promo__wrap_right {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .promo {
    min-height: initial;
    padding-top: 50px;
    padding-bottom: 255px;
    text-align: center;
  }
  .promo .promo__mobile_right {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  .promo .promo__notebook_right,
  .promo .promo__mobile_right {
    margin-left: -187px;
    max-height: 215px;
    max-width: 374px;
  }
  .promo.promo_left {
    padding-bottom: 340px;
  }
  .promo .promo__notebook_left {
    height: 320px;
    width: 520px;
    left: 0;
    -webkit-transform: translateX(-30%);
    -ms-transform: translateX(-30%);
    transform: translateX(-30%);
  }
  .promo .promo__wrap_left {
    margin-left: 0px;
  }
  .promo .promo__wrap_right {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0;
  }
  .promo .promo__btn {
    margin-left: auto;
    margin-right: auto;
    height: 60px;
  }
  .promo .promo__annotation {
    margin-left: auto;
    margin-right: auto;
  }
  .promo .promo__text {
    font-size: 16px;
    line-height: 24px;
  }
}
.lst {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer {
  position: relative;
  padding: 30px 0 0 0;
  background-color: #000000;
  color: #757575;
  -webkit-font-smoothing: antialiased;
}
.footer__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 25px;
  padding-bottom: 55px;
}
.footer__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footer__item {
  margin-bottom: 18px;
  font-size: 13px;
  line-height: 1;
}
.footer__item_title {
  font-weight: 700;
}
.footer__item_social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer__item_social a {
  margin: 0;
  padding: 0;
}
.footer__item_social a:hover {
  color: #f7931a;
}
.footer__item_like {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer__item_feedback {
  color: #ffffff;
}
@media (max-width: 780px) {
  .footer .header__logo {
    display: inline-block;
    padding-left: 20px;
  }
  .footer__wrap {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer__list {
    margin-bottom: 20px;
  }
  .footer__list:last-child {
    margin-bottom: 0;
  }
}
.text-bold {
  font-weight: 700;
}
.pro {
  padding: 2px 5px;
  font-size: 10px;
  color: #ffffff !important;
  text-transform: uppercase;
  background-color: #F7931A;
  border-radius: 2px;
  font-weight: bold;
}
.bonus {
  padding: 2px 5px;
  font-size: 10px;
  color: #ffffff !important;
  text-transform: uppercase;
  background-color: #4285f4;
  border-radius: 2px;
  font-weight: bold;
}
.new {
  padding: 2px 5px;
  font-size: 10px;
  color: #ffffff !important;
  text-transform: uppercase;
  background-color: #f74249;
  border-radius: 2px;
  font-weight: bold;
}
.new--green {
  background-color: #1DC886;
}
.max {
  background-color: #A033CC;
}
.lite {
  background-color: #1AB9E5;
}
.footer__tag {
  font-weight: bold;
  font-size: 10px;
  color: #fff !important;
  padding: 3px 4px;
  border-radius: 4px;
}
.footer__link {
  margin: 0;
  padding: 0;
  font-weight: 400;
  color: #ffffff;
}
.footer__link:hover {
  color: #F7931A;
  text-decoration: none;
}
.footer__link_visited {
  color: #4285F4;
}
.footer__link_visited:visited {
  color: #4285F4;
}
.footer__link_visited:hover {
  color: #4285F4;
}
.footer__link_special {
  color: #F7931A;
}
.footer__link_special:hover {
  color: #1266f1;
}
.footer__svg {
  fill: #ffffff;
  width: 18px;
  height: 18px;
  margin-right: 15px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer__svg:hover {
  fill: #F7931A;
}
.copyright {
  padding: 5px 0;
  border-top: 1px solid #494949;
}
.copyright__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 11px 0;
}
.copyright__text {
  font-size: 12px;
  color: #757575;
}
@media (max-width: 767px) {
  .copyright__wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#main-form {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
#main-form select {
  color: #000;
  width: 100%;
  margin-top: 10px;
}
#main-form .Loader {
  float: right;
  padding: 28px 6px 0 0px;
  display: none;
}
#main-form .shortener_opt {
  list-style: none;
  padding: 20px 20px 0 20px;
  clear: left;
  overflow: hidden;
  min-height: 55px;
  margin: 0 0 5px 0;
}
#main-form .shortener_opt li {
  float: left;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  margin: 0 25px 0 0;
}
#main-form .shortener_opt li a {
  transition: all 0s linear;
  display: inline-block;
  background-color: #fff;
  color: #4285f4;
  padding: 0;
}
#main-form .shortener_opt li a:hover {
  color: #f7931a;
}
#main-form .shortener_opt li a.current {
  color: #000000;
  border-bottom: 3px solid #f7931a;
}
#main-form .main-form {
  margin: 10px 0;
  padding: 0px 20px;
  clear: both;
}
#main-form .main-form .row {
  margin-left: -5px;
  margin-right: -5px;
}
#main-form .main-form .row > div {
  padding-left: 5px;
  padding-right: 5px;
}
#main-form .main-form .main-input {
  padding: 0 5px 0 15px;
  border: 1px solid #D6D6D6;
  font-size: 16px;
  font-weight: normal;
  background: #fff;
  height: 50px;
  color: #000000;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
}
#main-form .main-form .main-input.error,
#main-form .main-form .main-input.error:focus {
  color: #F74249;
}
#main-form .main-form .main-input:focus {
  color: #000000;
  border-color: #4285f4;
}
#main-form .main-form .main-input:hover {
  color: #000000;
}
#main-form .main-form .main-textarea {
  background-color: #fff;
  color: #000000;
  min-height: 145px;
  font-size: 1.3em;
  padding: 10px;
  box-shadow: none;
  border: 1px solid #D6D6D6;
  resize: vertical;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
#main-form .main-form .main-textarea:focus {
  border-color: #4285f4;
}
#main-form .main-form div.main-textarea {
  font-weight: normal;
}
#main-form .main-form div.main-textarea span {
  padding: 0 5px;
}
#main-form .main-form div.main-textarea span:before {
  content: '>>>';
  color: #f7931a;
}
#main-form .main-form .main-button {
  padding: 5px 15px;
  font-size: 14px;
  line-height: 18px;
  height: 50px;
  background-color: #4285f4;
  border: 0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
#main-form .main-form .main-button:hover {
  color: #ffffff;
  background-color: #f7931a;
}
#main-form .main-form .main-button .glyphicon {
  font-size: 18px;
  margin-right: 9px;
  vertical-align: text-bottom;
}
#main-form .main-form .main-button#copyurl {
  margin-top: 0 !important;
  background-color: #37CC33;
  display: none;
}
#main-form .main-options {
  padding: 0px 20px;
}
#main-form .main-options .redirection {
  float: left;
  white-space: nowrap;
  color: #757575;
  margin: 10px 0;
}
#main-form .main-options .redirection .chosen-container {
  max-width: 150px;
  width: initial !important;
}
#main-form .main-options .redirection .chosen-container .chosen-single {
  background: #fff;
  color: #000000;
  font-weight: bold;
  border: 0;
  padding: 4px 4px 4px 8px;
}
#main-form .main-options .redirection .chosen-container .chosen-single:hover {
  color: #f7931a;
}
#main-form .main-options .redirection .chosen-container .chosen-single span {
  margin-right: 0;
}
#main-form .main-options .redirection .chosen-container .chosen-single span::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.2em;
  vertical-align: 0.255em;
  content: "";
  color: #757575;
  border-top: 0.25em solid;
  border-right: 0.25em solid transparent;
  border-bottom: 0;
  border-left: 0.25em solid transparent;
}
#main-form .main-options .redirection .chosen-container .chosen-single div {
  display: none;
}
#main-form .main-options .redirection .chosen-container.chosen-with-drop .chosen-single span::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.2em;
  vertical-align: 0.255em;
  content: "";
  color: #757575;
  border-top: 0;
  border-right: 0.25em solid transparent;
  border-bottom: 0.25em solid;
  border-left: 0.25em solid transparent;
}
#main-form .main-options .redirection .chosen-container.chosen-with-drop .chosen-drop {
  left: auto;
  right: 0;
  top: 80%;
  width: 180px;
  border: 0px solid #979797;
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
#main-form .main-options .redirection .chosen-container.chosen-with-drop .chosen-drop .chosen-results {
  margin: 0;
  padding: 9px 0;
}
#main-form .main-options .redirection .chosen-container.chosen-with-drop .chosen-drop .active-result {
  display: block;
  height: 30px;
  padding: 7px 15px;
  font-size: 14px;
  font-weight: normal;
  color: #000000;
  transition: all padding 0.1s;
  -webkit-transition: all padding 0.1s;
  -o-transition: all padding 0.1s;
  -ms-transition: all padding 0.1s;
  -moz-transition: all padding 0.1s;
}
#main-form .main-options .redirection .chosen-container.chosen-with-drop .chosen-drop .active-result:hover,
#main-form .main-options .redirection .chosen-container.chosen-with-drop .chosen-drop .active-result.highlighted {
  background: #4285f4;
  color: #ffffff;
  font-weight: normal;
  font-size: 14px;
}
#main-form .main-options .advanced {
  margin: 10px 0;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  font-size: 12px;
  font-weight: bold;
  line-height: 34px;
  float: right;
  color: #4285f4;
}
#main-form .main-options .advanced:hover {
  color: #f7931a;
}
#main-form .main-options .advanced::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.2em;
  vertical-align: 0.255em;
  content: "";
  color: #757575;
  border-top: 0.25em solid;
  border-right: 0.25em solid transparent;
  border-bottom: 0;
  border-left: 0.25em solid transparent;
}
#main-form .main-options .advanced.expanded::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.2em;
  vertical-align: 0.255em;
  content: "";
  color: #757575;
  border-top: 0;
  border-right: 0.25em solid transparent;
  border-bottom: 0.25em solid;
  border-left: 0.25em solid transparent;
}
#main-form .main-advanced {
  border-top: 1px solid #D6D6D6;
  padding: 20px 0px 0px;
  background: #fff;
  color: #000000;
}
#main-form .main-advanced h3 {
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  margin-top: 0;
  margin-bottom: 10px;
}
#main-form .main-advanced h3 a {
  color: #4285f4;
  font-size: 12px;
  font-weight: bold;
}
#main-form .main-advanced h3 a:hover {
  color: #f7931a;
}
#main-form .main-advanced div.help-block {
  margin: 5px 0px 30px;
  color: #696969;
}
#main-form .main-advanced hr {
  margin: 0;
}
#main-form .main-advanced .row {
  margin: 10px -10px 0px;
}
#main-form .main-advanced > .row {
  padding: 0 20px;
}
#main-form .main-advanced .col-md-6,
#main-form .main-advanced .col-sm-6,
#main-form .main-advanced .col-md-12,
#main-form .main-advanced .col-sm-12 {
  padding: 1px 10px;
}
#main-form .main-advanced #geo,
#main-form .main-advanced #device,
#main-form .main-advanced #parameters,
#main-form .main-advanced #pixels {
  padding-top: 30px;
}
#main-form .main-advanced #geo select,
#main-form .main-advanced #device select,
#main-form .main-advanced #parameters select,
#main-form .main-advanced #pixels select {
  max-width: 200px;
}
#main-form .main-advanced #geo .chosen-single,
#main-form .main-advanced #device .chosen-single,
#main-form .main-advanced #parameters .chosen-single,
#main-form .main-advanced #pixels .chosen-single {
  border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
}
#main-form .main-advanced #geo p,
#main-form .main-advanced #device p,
#main-form .main-advanced #parameters p,
#main-form .main-advanced #pixels p {
  margin: 10px 0 10px ;
}
#main-form .main-advanced #geo p a,
#main-form .main-advanced #device p a,
#main-form .main-advanced #parameters p a,
#main-form .main-advanced #pixels p a {
  font-size: 12px;
  font-weight: bold;
  color: #F74249;
}
#main-form .main-advanced .chosen-container-multi .chosen-choices {
  padding: 6px 0;
  border: 1px solid #ccc;
}
#main-form .main-advanced .chosen-container-active .chosen-choices {
  box-shadow: none;
}
#main-form .main-advanced .chosen-container-multi .chosen-choices li.search-choice {
  padding: 5px 25px 5px 8px;
  margin: 0px 0 0px 5px;
}
.share-this {
  margin-top: 30px;
  overflow: hidden;
}
.share-this .qr {
  float: right;
}
.share-this .qr img {
  max-width: 80px;
}
ul.form_opt {
  list-style: none;
  padding: 0;
  clear: both;
  overflow: hidden;
  margin-bottom: 25px;
  min-height: 60px;
}
ul.form_opt li {
  float: right;
  margin-top: 15px;
}
ul.form_opt li.text-label {
  width: 60%;
  float: left;
  color: #000000;
  font-weight: 700;
  text-align: left;
  margin-top: 0;
  font-size: 13px;
}
ul.form_opt li.text-label small {
  display: block;
  margin-top: 5px;
  color: #777;
  font-weight: 400;
}
ul.form_opt li a {
  background: #b3b3b3;
  color: #808080;
  padding: 5px 10px;
  font-weight: 700;
  border: 0;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}
ul.form_opt li a.round {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
ul.form_opt li a.first {
  border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px 0 0 2px;
}
ul.form_opt li a.last {
  border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
}
ul.form_opt li a:hover {
  color: #fff;
  background: #72a4f7;
}
ul.form_opt li a.current {
  color: #fff;
  background: #4285f4;
}
#modal-shadow {
  background: #0d0d0d;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1200;
  display: none;
  clear: both;
}
#modal-alert {
  width: 90%;
  max-width: 500px;
  min-height: 300px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -150px;
  z-index: 1999;
  display: none;
  background: #fff;
  text-align: left;
  padding: 0;
  clear: both;
  color: #494949;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
#modal-alert.confirmation {
  padding-bottom: 60px;
}
#modal-alert.confirmation > p {
  margin: 20px 30px;
}
#modal-alert form {
  overflow: visible !important;
}
#modal-alert .title {
  margin: 30px 40px 10px 30px;
  padding: 0px;
  display: block;
  color: #000000;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.09px;
}
#modal-alert .title .btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: transparent;
  color: #9D9D9D;
  border: 0px none;
  font-size: 24px;
  line-height: 28px;
  width: 28px;
  max-width: 28px;
  padding: 0;
  box-shadow: none;
}
#modal-alert .title .btn:hover svg polygon {
  fill: #4285f4;
}
#modal-alert > p {
  font-size: 14px;
  letter-spacing: 0.14px;
  line-height: 24px;
}
#modal-alert > .actions {
  position: absolute;
  bottom: 20px;
  right: 30px;
  text-align: right;
}
#modal-alert > .actions .btn {
  min-width: 150px;
}
#modal-alert > .actions .btn:active,
#modal-alert > .actions .btn:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #d6d6d6;
}
#modal-alert > .actions .btn-danger {
  background-color: #F74249;
}
#modal-alert > .actions .btn-danger:hover {
  background-color: #f7931a;
}
#modal-alert > .actions .btn-danger:focus {
  background-color: orange;
}
#modal-alert > .actions .btn-link {
  color: #494949;
  text-decoration: none;
}
#modal-alert > .actions .btn-link:hover {
  color: orange;
}
#modal-alert .new-url {
  padding: 10px 30px 0px;
  border-bottom: 1px solid #D6D6D6;
}
#modal-alert .new-url > .row {
  margin-right: -10px;
  margin-left: -10px;
}
#modal-alert .new-url > .row .col-sm-9,
#modal-alert .new-url > .row .col-sm-3 {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
#modal-alert .new-url > .row .row {
  margin-left: -3px;
  margin-right: -2px;
}
#modal-alert .new-url > .row .row .col-xs-8,
#modal-alert .new-url > .row .row .col-xs-4,
#modal-alert .new-url > .row .row .col-xs-6 {
  padding-left: 3px;
  padding-right: 2px;
}
#modal-alert .new-url .btn-block {
  min-width: initial;
}
#modal-alert .new-url a {
  font-size: 12px;
  font-weight: bold;
  color: #4285f4;
  padding: 0;
  margin: 0;
}
#modal-alert .new-url a:hover {
  color: orange;
}
#modal-alert .new-url a.float-away:after {
  left: auto;
  right: 0;
}
#modal-alert .new-url .glyphicon {
  color: #D6D6D6;
  font-size: 9px;
}
#modal-alert .new-url .form-control[disabled] {
  color: #000000;
}
#modal-alert .new-url img.qr {
  width: 80px;
  height: 80px;
  vertical-align: bottom;
}
#modal-alert .share {
  padding: 20px 30px;
  text-align: center;
  border-bottom: 1px solid #D6D6D6;
  clear: both;
}
#modal-alert .share .header {
  font-size: 12px;
  font-weight: bold;
  color: #494949;
  margin-bottom: 20px;
}
#modal-alert .original {
  padding: 20px 30px;
  border-bottom: 1px solid #D6D6D6;
}
#modal-alert .original .header {
  font-size: 12px;
  font-weight: bold;
  color: #494949;
  margin-bottom: 5px;
}
#modal-alert .original a {
  color: #4285f4;
  font-size: 14px;
  font-weight: normal;
}
#modal-alert .original a:hover {
  color: #f7931a;
}
#modal-alert .original a:hover .arrow {
  background-color: #f7931a;
}
#modal-alert .original a .arrow {
  width: 12px;
  height: 12px;
  background-color: #4285f4;
  color: #ffffff;
  vertical-align: middle;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
#modal-alert .done {
  padding: 20px 30px;
}
#modal-alert .done .btn-default {
  color: #4285f4;
  background-color: #ffffff;
  border: 1px solid #D6D6D6;
}
#modal-alert .done .btn-default:hover {
  color: #ffffff;
  background-color: #f7931a;
  border-color: #f7931a;
}
#modal-alert .done .btn-default:active,
#modal-alert .done .btn-default:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #D6D6D6;
  border-color: #D6D6D6;
}
.flat .plan {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  list-style: none;
  padding: 0 0 20px;
  margin: 50px 0 15px;
  border: 0;
  background: #4285f4;
  text-align: center;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}
.flat .plan:hover {
  background: #72a4f7;
}
.flat .plan li {
  padding: 10px 15px;
  color: #fff;
  font-weight: 700;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}
.flat .plan li.plan-price {
  border-top: 0;
}
.flat .plan li.plan-name {
  border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  padding: 15px;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  background: #000000;
  margin-bottom: 30px;
  border-top: 0;
}
.flat .plan li > strong {
  color: #000000;
}
.flat .plan li.plan-action {
  margin-top: 10px;
  border-top: 0;
}
.flat .plan.featured li.plan-name {
  background: #000000;
}
.flat .plan.featured:hover li.plan-name {
  background: #000000;
}
.flat .plan.featured li.plan-price {
  font-size: 20px;
  padding: 15px 0;
  background: #000000;
  margin: 0 10% 20px 10%;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.flat .plan.featured li.plan-price strong {
  font-size: 35px;
  color: #fff;
  display: block;
}
#captcha {
  padding: 15px;
}
#recaptcha_widget_div {
  background: #fff;
  margin-bottom: 10px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
#recaptcha_widget_div .recaptchatable {
  border: 0px solid transparent !important;
}
#recaptcha_widget_div .recaptchatable .recaptcha_image_cell {
  background: transparent;
}
#recaptcha_widget_div .recaptchatable .recaptcha_image_cell center img {
  width: 250px;
  height: 54px;
}
#recaptcha_widget_div .recaptchatable #recaptcha_response_field {
  background: #000000;
  color: #fff;
  padding: 5px 8px;
}
#recaptcha_logo,
#recaptcha_privacy {
  display: none;
}
@media screen and (min-width: 993px) {
  section .sidebar.col-md-2 {
    width: 240px;
  }
  section .content.col-md-10 {
    width: calc(100% - 241px);
  }
}
@media screen and (max-width: 1440px) {
  .content section .container {
    width: 970px;
  }
}
@media screen and (max-width: 1200px) {
  .content section .container {
    width: 800px;
  }
}
@media screen and (max-width: 1050px) {
  .content section .container {
    width: 700px;
  }
}
@media screen and (max-width: 992px) {
  .content section .container {
    width: initial;
  }
}
@media screen and (max-width: 990px) {
  section .sidebar .extension a .store {
    font-size: 14px;
  }
  #main-form .main-form .col-sm-10 {
    margin-bottom: 10px;
  }
  section .sidebar {
    min-height: 150px !important;
    height: auto;
  }
  body .is404 h1 {
    font-size: 12em !important;
    line-height: 1em!important;
  }
  body .is404 h2 {
    font-size: 35px !important;
    line-height: 1em!important;
  }
  ul.form_opt li {
    float: left;
  }
  ul.form_opt li.text-label {
    display: block;
    float: none;
    width: 100%;
  }
  ul.form_opt li.text-label small {
    display: none;
  }
  ul.form_opt li a.first {
    border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 2px 2px 0;
  }
  ul.form_opt li a.last {
    border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    -webkit-border-radius: 2px 0 0 2px;
  }
  .main-advanced .col-sm-4 {
    padding-bottom: 10px;
  }
  body .rand div > i {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 768px) {
  header {
    min-height: 64px;
  }
  header .navbar .container-fluid {
    padding: 0 15px;
  }
  header .navbar .burger {
    display: block;
  }
  header .navbar .navbar-header {
    margin: 0 -15px;
    text-align: center;
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    min-height: 64px;
  }
  header .navbar .navbar-header .navbar-brand {
    font-size: 1.2em !important;
    margin-left: 0px;
    float: none;
    display: inline-block;
  }
  header .navbar .navbar-header .navbar-brand svg {
    height: 40px;
    width: 141px;
  }
  header .navbar .nav li {
    margin-left: 10px;
  }
  header .navbar .nav li.divider {
    display: none;
  }
  header .navbar .nav li.dropdown {
    margin-right: 0px;
    margin-left: 0px;
  }
  header .navbar .nav li.dropdown .user-button {
    display: none;
  }
  header .navbar .nav li.dropdown img {
    display: none;
  }
  header .navbar .nav li.dropdown ul {
    position: initial;
    width: 100%;
    float: right;
    background: transparent;
    border: 0;
    box-shadow: none;
    z-index: 2;
    display: block;
    padding: 10px;
    list-style: none;
  }
  header .navbar .nav li.dropdown ul li {
    display: inline;
  }
  header .navbar .nav li a {
    padding: 17px 20px;
    font-size: 16px;
  }
  header .navbar .navbar-collapse {
    min-height: 60px;
    line-height: 60px;
    overflow: visible;
  }
  header .navbar .navbar-collapse .collapse-link {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    color: #4285f4;
    height: 60px;
    margin-right: 30px;
  }
  header .navbar .navbar-collapse .navbar-hide {
    float: right;
    margin: 14px -15px;
  }
  header .navbar .navbar-collapse .navbar-hide li {
    display: none;
  }
  header .navbar .navbar-collapse .navbar-hide li.navbar-langs {
    display: block;
  }
  header .navbar .navbar-collapse .navbar-hide li.navbar-langs .languages {
    margin: 0 20px 0 0;
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
  }
  section .sidebar .extension {
    display: none;
  }
  body .is404 h1 {
    font-size: 12em !important;
    line-height: 1em!important;
  }
  body .is404 h2 {
    font-size: 20px !important;
    line-height: 1em!important;
  }
  body .panel.signup p {
    margin: 25px 30px 0;
  }
  section .centered .signup-block .site_logo {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  section .sidebar {
    height: auto;
    display: none;
  }
  #main-form .col-sm-10 {
    border-bottom: 1px solid #eee;
  }
  #main-form .main-form .main-input {
    font-size: 16px;
  }
  #main-form .main-form .input-group-addon {
    font-size: 1.5em;
  }
  #main-form .main-form .main-button {
    margin-top: 10px;
    font-size: 14px;
    padding: 8px 15px;
  }
  #recaptcha_table > tbody > tr:nth-child(1) > td:nth-child(2) {
    display: none;
  }
  .recaptcha_input_area {
    width: 77% !important;
  }
  .recaptcha_input_area input {
    width: 100% !important;
  }
  #recaptcha_image {
    width: 104% !important;
  }
  #recaptcha_image img {
    width: 100% !important;
  }
  section .panelette {
    margin-bottom: 15px;
  }
  body .rand {
    margin-bottom: 100px;
  }
  body .rand div > i {
    font-size: 2.5em;
  }
  body .rand .rand1 {
    top: -10%;
  }
  body .rand .rand2,
  body .rand .rand5 {
    left: 5%;
  }
  body .rand .rand4 {
    top: 50%;
  }
  body .rand .rand6 {
    left: 75%;
  }
  section .stats h3 span {
    display: block;
  }
  section#plan .price-table {
    width: 100% !important;
    max-width: 100% !important;
  }
  section#plan #price-tables .price-table {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.float-away {
  position: relative;
}
.float-away:after {
  content: attr(href);
  position: absolute;
  left: 0;
  top: -30px;
  display: block;
  opacity: 0;
}
.float-away:after {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: float-away;
  animation-name: float-away;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@keyframes float-away {
  from {
    opacity: 1;
    top: 0;
  }
  to {
    top: -30px;
    opacity: 0;
  }
}
ul.doughnut-legend {
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
ul.doughnut-legend li {
  display: inline-block;
  padding-right: 10px;
  width: 33.3%;
}
ul.doughnut-legend li span {
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  margin-right: 10px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
#detect-app {
  background: #fff;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
}
#detect-app h3 {
  max-width: 430px;
  width: 100%;
  margin: 100px auto;
  text-align: center;
  font-size: 35px;
}
#detect-app span {
  display: block;
  font-size: 20px;
  margin-top: 15px;
}
.btn-group.addmargin {
  margin-top: 23px;
}
body.dark-mode {
  background: #1e1e1e;
  color: #fff;
}
body.dark-mode a {
  color: #fff;
}
body.dark-mode a:hover {
  color: #4285f4;
}
body.dark-mode .btn:hover {
  color: #fff;
  opacity: 0.8;
}
body.dark-mode .btn.btn-primary {
  background: #008aff;
}
body.dark-mode .custom-overlay .custom-message {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
body.dark-mode .sp-input {
  color: #fff;
  background: #121212;
  border-color: #121212;
}
body.dark-mode .sp-replacer {
  background: #1e1e1e;
  border-color: #1e1e1e;
}
body.dark-mode .sp-container {
  background: #1e1e1e;
  border-color: #1e1e1e;
}
body.dark-mode .sp-palette-container,
body.dark-mode .sp-picker-container {
  border-color: transparent;
}
body.dark-mode .panel-default {
  background: #121212;
  border-color: #101010;
  color: #fff;
}
body.dark-mode .panel-default .panel-heading {
  background: #000000;
  color: #fff;
  border-color: #121212;
}
body.dark-mode .nav > li > a {
  color: #999;
}
body.dark-mode .dropdown ul {
  background: #121212 !important;
  border: 1px solid #000 !important;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1) !important;
}
body.dark-mode .dropdown ul li span {
  color: #fff !important;
}
body.dark-mode .dropdown ul li a:hover {
  color: #4285f4 !important;
}
body.dark-mode .panel-dark {
  background: #121212;
  border-color: #101010;
  color: #fff;
}
body.dark-mode .btn-secondary {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
body.dark-mode .form-control {
  background: #1e1e1e;
  border-color: #1e1e1e;
  color: #fff;
}
body.dark-mode .input-group-addon {
  background: #1e1e1e;
  border-color: #1e1e1e;
  color: #fff;
  font-size: 0.95em;
}
body.dark-mode .chosen-single {
  background: #1e1e1e;
  border-color: #1e1e1e;
  color: #fff;
  border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
}
body.dark-mode .chosen-drop {
  background: #1e1e1e;
  color: #fff;
  border-color: #1e1e1e;
}
body.dark-mode .chosen-container-multi .chosen-choices {
  background: #1e1e1e;
  color: #fff;
  border-color: #1e1e1e;
}
body.dark-mode .form-horizontal label.control-label {
  color: #fff;
}
body.dark-mode .table-striped > tbody > tr:nth-child(odd) > td,
body.dark-mode .table-striped > tbody > tr:nth-child(odd) > th {
  background: #1e1e1e;
}
body.dark-mode .table-striped td {
  border: 0;
}
body.dark-mode .table thead th,
body.dark-mode .table tbody td {
  border-color: #000 !important;
}
body.dark-mode code {
  background: #1e1e1e;
}
body.dark-mode pre {
  background: #1e1e1e;
  color: #c7254e;
  border: 0;
}
body.dark-mode pre span.m-x-3 {
  color: #c7254e;
}
body.dark-mode pre span.m-x-4 {
  color: #4DCAF8;
}
body.dark-mode pre span.m-x-5 {
  color: #C782FB;
}
body.dark-mode pre span.m-x-6 {
  color: #fff;
}
body.dark-mode ul.form_opt li a {
  background: #1c1c1c;
  color: #5e5e5e;
}
body.dark-mode ul.form_opt li a.current {
  background: #4285f4;
  color: #fff;
}
body.dark-mode ul.form_opt li.text-label {
  color: #fff;
}
body.dark-mode hr {
  border-color: #1e1e1e;
}
body.dark-mode .list-group-item {
  background: transparent;
  border-color: transparent;
}
body.dark-mode #main-form {
  background: #121212;
  border: 1px solid #0d0d0d;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
body.dark-mode #main-form .main-form {
  padding: 20px;
  border-bottom: 1px solid #0d0d0d;
}
body.dark-mode #main-form .main-form .input-group-addon {
  border-color: #000000;
  background: #1e1e1e;
  color: #fff;
}
body.dark-mode #main-form .main-form .main-input {
  background: #1e1e1e;
  color: #fff;
}
body.dark-mode #main-form .main-form .main-textarea {
  background: #1e1e1e;
  color: #fff;
}
body.dark-mode #main-form .main-options .chosen-single {
  background: #1e1e1e;
  border-color: #1e1e1e;
  color: #fff;
  border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
}
body.dark-mode #main-form .main-options .chosen-drop {
  background: #1e1e1e;
  color: #fff;
  border-color: #1e1e1e;
}
body.dark-mode #main-form .main-advanced {
  background: #121212;
  color: #fff;
}
body.dark-mode #main-form .main-advanced h3 {
  color: #333333;
}
body.dark-mode #main-form .main-advanced p {
  color: #8c8c8c;
}
body.dark-mode #main-form .main-advanced input {
  background: #1e1e1e;
  color: #fff;
  border-color: #1e1e1e;
}
body.dark-mode #main-form .main-advanced .input-group-addon {
  background: #1e1e1e;
  color: #fff;
  border-color: #1e1e1e;
}
body.dark-mode #main-form .main-advanced #geo .chosen-single,
body.dark-mode #main-form .main-advanced #device .chosen-single {
  background: #1e1e1e;
  border-color: #1e1e1e;
  color: #fff;
}
body.dark-mode #main-form .main-advanced .chosen-drop {
  background: #1e1e1e;
  color: #fff;
  border-color: #1e1e1e;
}
body.dark-mode #main-form .main-advanced .chosen-container-multi .chosen-choices {
  background: #1e1e1e;
  color: #fff;
  border-color: #1e1e1e;
}
body.dark-mode header.app {
  background: #161616;
  border: 0;
  color: #fff;
}
body.dark-mode header.app .navbar .navbar-header .navbar-brand {
  color: #fff;
}
body.dark-mode header.app .navbar .nav li a {
  color: #fff;
}
body.dark-mode header.app .navbar .nav li a:hover {
  border: 0;
}
body.dark-mode header.app .navbar .nav li:hover {
  background: #292929;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}
body.dark-mode .sidebar {
  background: #121212;
  border: 0;
  color: #fff;
}
body.dark-mode .sidebar .nav-sidebar li.locked a {
  color: #0d0d0d;
}
body.dark-mode .sidebar .nav-sidebar li.locked a:hover {
  background: #000000;
}
body.dark-mode .sidebar .nav-sidebar li.locked a .label {
  color: #000;
}
body.dark-mode .sidebar .nav-sidebar a {
  color: #666;
}
body.dark-mode .sidebar .nav-sidebar a:hover,
body.dark-mode .sidebar .nav-sidebar a.active {
  color: #72a4f7;
  background: #191919;
  box-shadow: none;
}
body.dark-mode .sidebar h3 {
  color: #aaa;
}
body.dark-mode .sidebar .side-stats {
  text-align: left;
  margin-top: 5px;
  margin-left: 15px;
  color: #666;
}
body.dark-mode .sidebar .side-stats span {
  color: #666;
  font-weight: 700;
}
body.dark-mode .content .main-content .toolbox {
  background: #121212;
  border: 1px solid #0d0d0d;
}
body.dark-mode .content .main-content .toolbox .input-group-addon {
  background: #1e1e1e;
  border-color: #1e1e1e;
}
body.dark-mode .content .main-content .toolbox .chosen-single {
  background: #1e1e1e;
  border-color: #1e1e1e;
  color: #fff;
  border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
}
body.dark-mode .content .main-content .toolbox .chosen-drop {
  background: #1e1e1e;
  color: #fff;
  border-color: #1e1e1e;
}
body.dark-mode .content #widgets ul li {
  border-color: #0d0d0d;
  color: #aaa;
}
body.dark-mode .content .url-list {
  border-bottom-color: #0d0d0d;
}
body.dark-mode .content .url-list .title a {
  color: #aaa;
}
body.dark-mode .content .url-list .icheckbox_flat {
  opacity: 0.5;
}
body.dark-mode .content .url-list ul.toggle li .dropdown {
  opacity: 0.9;
}
body.dark-mode .content .url-list ul.toggle li .dropdown a {
  color: #fff;
}
body.dark-mode .content .url-list ul.toggle li a {
  color: #666;
}
body.dark-mode .content .url-list ul.toggle li a:hover {
  color: #fff;
}
body.dark-mode #modal-alert {
  background: #121212;
  color: #fff;
}
body.dark-mode #modal-alert .title {
  background: #121212;
  color: #fff;
}
body.dark-mode #modal-alert a {
  color: #fff;
}
.languages {
  display: block;
  width: 70px;
  position: relative;
  z-index: 100;
  text-align: left;
  flex-shrink: 0;
}
.languages .lang {
  display: block;
  width: 100%;
  height: 30px;
  position: relative;
  line-height: 30px;
  padding-left: 30px;
  background: #fff;
  -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  font-size: 13px;
  font-weight: 700;
  color: #323232;
  cursor: default;
  text-transform: uppercase;
  overflow: hidden;
}
.languages .lang img {
  display: block;
  position: absolute;
  top: 9px;
  left: 9px;
}
.languages .lang:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 13px;
  right: 7px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #d0d0d0;
}
.languages .langs {
  display: none;
  list-style-type: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  background: #fff;
  -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  position: absolute;
  width: 100%;
  margin-top: 5px;
}
.languages .langs img {
  margin-right: 6px;
  vertical-align: baseline;
  display: inline-block;
}
.languages .langs a.lang_item {
  display: block;
  width: 100%;
  height: 28px;
  padding-left: 9px;
  line-height: 28px;
  color: #323232;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
.languages .langs a.lang_item:hover {
  color: #fff;
  background-color: #3e82f7;
}
.languages.opened .lang:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 12px;
  right: 7px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: none;
  border-bottom: 4px solid #d0d0d0;
}
.languages.opened .langs {
  display: block;
}
.languages.languages_inverse .lang {
  color: #979797;
  background-color: #282828;
  border: 1px solid #757575;
}
.languages.languages_inverse .lang:after {
  border-top-color: #979797;
}
.languages.languages_inverse .lang:hover {
  color: #323232;
  background-color: #ffffff;
  border-color: #ffffff;
}
.languages.languages_inverse .langs {
  bottom: 33px;
}
.languages.languages_inverse.opened .lang:after {
  border-bottom-color: #979797;
}
.data-holder {
  position: relative;
}
.data-holder .data-modal {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
  top: 0;
}
.data-holder .data-modal img {
  position: absolute;
  top: 30%;
}
.widgets ul {
  margin: 0;
  padding: 5px 0;
  list-style: none;
}
.widgets ul li {
  padding: 10px 0;
  list-style: none;
}
@keyframes showdown {
  0% {
    transform: translatey(-300px);
  }
  100% {
    transform: translatey(10px);
  }
}
@keyframes showup {
  0% {
    transform: translatey(300px);
  }
  100% {
    transform: translatey(-10px);
  }
}
