﻿/* ======================================================================================================= */
/*	Tangível 2017                                                                                             */
/*	Code released under Creative Commons License - http://creativecommons.org/licenses/by/2.5/pt/          */
/*	Last Edit: 2017-04-05                                                                                  */
/*	Contact: info@tangivel.com                                                                             */
/* ======================================================================================================= */
/* ============================== */
/* ! Variables and functions	  */
/* ============================== */
/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */
html {
  width: 100%;
  height: 100%;
  /* TNG CSS */
}
@font-face {
  font-family: 'Open Sans';
  src: url(../font/OpenSans-Regular.ttf);
}
@font-face {
  font-family: 'Open Sans';
  src: url(../font/OpenSans-Semibold.ttf);
  font-weight: bold;
}
@font-face {
  font-family: 'Open Sans';
  src: url(../font/OpenSans-Light.ttf);
  font-weight: 300;
}
html .netmede {
  padding: 0 0 0 0;
  margin: 0;
  font-family: 'Open Sans', 'Arial', sans-serif;
  font-size: 12px;
  color: #323232;
  background-color: #fff;
  /*this class is used to hide components for web devices, and show for screen readers*/
  /* Components ----------------------------- */
  /* Structure ------------------------------ */
}
html .netmede a {
  color: #245dc1;
  text-decoration: none;
}
html .netmede a:visited {
  color: #245dc1;
}
html .netmede a:hover {
  text-decoration: underline;
}
html .netmede ul {
  list-style: none;
}
html .netmede ul.bullet {
  list-style: inside disc;
}
html .netmede h1 {
  margin: 0;
  color: #7e9534;
  font-size: 45px;
  font-weight: 300;
  line-height: 50px;
}
html .netmede h2 {
  display: inline-block;
  margin: 0;
}
html .netmede h3 {
  display: inline-block;
  margin: 0;
}
html .netmede h4 {
  display: inline-block;
  margin: 0;
}
html .netmede iframe {
  width: 100%;
}
html .netmede sup {
  font-size: 11px;
  padding-left: 3px;
  display: inline-block;
  margin-top: -2px;
}
html .netmede input[type=text],
html .netmede input[type=password],
html .netmede input[type=email],
html .netmede textarea {
  font-family: 'Open Sans', 'Arial', sans-serif;
  position: relative;
  border: none;
  padding: 0 10px;
  font-size: 16px;
  color: #536777;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.7);
  -webkit-appearance: none;
  border-radius: 4px;
  height: 41px;
  line-height: 22px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html .netmede input[type=text]:disabled,
html .netmede input[type=password]:disabled,
html .netmede input[type=email]:disabled,
html .netmede textarea:disabled {
  opacity: 0.5;
}
html .netmede input[type=text]:focus,
html .netmede input[type=password]:focus,
html .netmede input[type=email]:focus,
html .netmede textarea:focus {
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
}
html .netmede input[type=text]::-webkit-input-placeholder,
html .netmede input[type=password]::-webkit-input-placeholder,
html .netmede input[type=email]::-webkit-input-placeholder,
html .netmede textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  font-style: italic;
  color: #767679;
}
html .netmede input[type=text]:-moz-placeholder,
html .netmede input[type=password]:-moz-placeholder,
html .netmede input[type=email]:-moz-placeholder,
html .netmede textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-style: italic;
  opacity: 1;
  color: #767679;
}
html .netmede input[type=text]::-moz-placeholder,
html .netmede input[type=password]::-moz-placeholder,
html .netmede input[type=email]::-moz-placeholder,
html .netmede textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-style: italic;
  opacity: 1;
  color: #767679;
}
html .netmede input[type=text]:-ms-input-placeholder,
html .netmede input[type=password]:-ms-input-placeholder,
html .netmede input[type=email]:-ms-input-placeholder,
html .netmede textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-style: italic;
  color: #767679;
}
html .netmede input[type=text][disabled]::-webkit-input-placeholder,
html .netmede input[type=password][disabled]::-webkit-input-placeholder,
html .netmede input[type=email][disabled]::-webkit-input-placeholder,
html .netmede textarea[disabled]::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #bbb;
}
html .netmede input[type=text][disabled]:-moz-placeholder,
html .netmede input[type=password][disabled]:-moz-placeholder,
html .netmede input[type=email][disabled]:-moz-placeholder,
html .netmede textarea[disabled]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #bbb;
}
html .netmede input[type=text][disabled]::-moz-placeholder,
html .netmede input[type=password][disabled]::-moz-placeholder,
html .netmede input[type=email][disabled]::-moz-placeholder,
html .netmede textarea[disabled]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #bbb;
}
html .netmede input[type=text][disabled]:-ms-input-placeholder,
html .netmede input[type=password][disabled]:-ms-input-placeholder,
html .netmede input[type=email][disabled]:-ms-input-placeholder,
html .netmede textarea[disabled]:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #bbb;
}
html .netmede input[type=text].error,
html .netmede input[type=password].error,
html .netmede input[type=email].error,
html .netmede textarea.error {
  border: 1px solid #ed7575;
}
html .netmede .select {
  position: relative;
  border: none;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.7);
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}
html .netmede .select select {
  position: relative;
  padding: 0 10px;
  font-size: 16px;
  color: #536777;
  height: 41px;
  line-height: 22px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  z-index: 5;
}
html .netmede .select select:focus {
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
}
html .netmede .select:after {
  content: "";
  position: absolute;
  z-index: 4;
  right: 0px;
  top: 1px;
  width: 33px;
  height: 40px;
  background: transparent url(/assets/img/sprite.png) no-repeat scroll 0 -497px;
}
html .netmede input[type="radio"],
html .netmede input[type="checkbox"] {
  margin: 0;
  vertical-align: middle;
  margin-right: 5px;
}
html .netmede select::-ms-expand {
  display: none;
}
html .netmede button {
  font-family: 'Open Sans', 'Arial', sans-serif;
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  height: 42px;
  line-height: 42px;
  padding: 0 30px;
  text-transform: uppercase;
  border: none;
  border-radius: 21px;
  cursor: pointer;
}
html .netmede button.green-btn {
  box-shadow: 0px 1px 0px 0px #dcdbdb;
  background-color: #5d800d;
  text-shadow: 0 1px #353a14;
}
html .netmede button.green-btn:hover {
  background-color: #6d8e10;
}
html .netmede button.green-btn:active {
  background-color: #596d0f;
}
html .netmede button.blue-btn {
  text-shadow: 0px 1px #1d272b;
  box-shadow: 0px 1px 0px 0px #dcdbdb;
  background-color: #637A82;
}
html .netmede button.blue-btn:hover {
  background: #769199;
}
html .netmede button.blue-btn:active {
  background: #526466;
}
html .netmede input[type="checkbox"] + label {
  font-size: 14px;
}
html .netmede .radios li,
html .netmede .checks li {
  display: table;
  margin-top: 5px;
}
html .netmede label {
  font-weight: normal;
  margin-bottom: 3px;
  font-size: 14px;
}
html .netmede label.link {
  text-decoration: underline;
  cursor: pointer;
  color: #245dc1;
  font-size: 16px;
  font-weight: 300;
}
html .netmede ul {
  margin: 0;
  padding: 0;
}
html .netmede acronym {
  cursor: help;
}
html .netmede .no-margin {
  margin: 0 !important;
}
html .netmede .no-margin-left {
  margin-left: 0 !important;
}
html .netmede .no-margin-right {
  margin-right: 0 !important;
}
html .netmede .no-margin-top {
  margin-top: 0 !important;
}
html .netmede .no-margin-bottom {
  margin-bottom: 0 !important;
}
html .netmede .section-marged-top {
  margin-top: 50px !important;
}
html .netmede .section-marged-bottom {
  margin-bottom: 50px !important;
}
html .netmede .padding-top {
  padding-top: 20px !important;
}
html .netmede .padding-top-big {
  padding-top: 50px !important;
}
html .netmede .padding-bottom {
  padding-bottom: 20px !important;
}
html .netmede .padding-bottom-big {
  padding-bottom: 50px !important;
}
html .netmede .inline {
  display: inline-block;
}
html .netmede .sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
html .netmede .print-only {
  display: none !important;
}
html .netmede .full-size {
  width: 100% !important;
  float: none;
}
html .netmede .nowrap {
  white-space: nowrap;
}
html .netmede img.responsive-img {
  max-width: 100%;
  height: auto !important;
}
html .netmede .aligned-middle {
  vertical-align: middle !important;
}
html .netmede #mapSvg {
  position: relative;
}
html .netmede .sp {
  display: inline-block;
}
html .netmede .ajaxloading {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 64px;
  height: 64px;
  background: transparent url(../img/loading.gif) scroll no-repeat 0 0;
}
html .netmede .hidden-s-up {
  display: none !important;
}
html .netmede .hidden-l-down {
  display: none !important;
}
html .netmede .hidden-mobile {
  display: block;
}
html .netmede .hidden-desktop {
  display: none;
}
html .netmede .col-l-4-list,
html .netmede .col-m-4-list,
html .netmede .col-s-4-list,
html .netmede .col-xs-4-list,
html .netmede .col-l-3-list,
html .netmede .col-m-3-list,
html .netmede .col-s-3-list,
html .netmede .col-xs-3-list,
html .netmede .col-l-2-list,
html .netmede .col-m-2-list,
html .netmede .col-s-2-list,
html .netmede .col-xs-2-list {
  display: table;
  width: 100%;
}
html .netmede .col-l-4-list li,
html .netmede .col-m-4-list li,
html .netmede .col-s-4-list li,
html .netmede .col-xs-4-list li,
html .netmede .col-l-3-list li,
html .netmede .col-m-3-list li,
html .netmede .col-s-3-list li,
html .netmede .col-xs-3-list li,
html .netmede .col-l-2-list li,
html .netmede .col-m-2-list li,
html .netmede .col-s-2-list li,
html .netmede .col-xs-2-list li {
  padding: 0 10px;
  box-sizing: border-box;
}
html .netmede .col-l-4-list li .col-wrap,
html .netmede .col-m-4-list li .col-wrap,
html .netmede .col-s-4-list li .col-wrap,
html .netmede .col-xs-4-list li .col-wrap,
html .netmede .col-l-3-list li .col-wrap,
html .netmede .col-m-3-list li .col-wrap,
html .netmede .col-s-3-list li .col-wrap,
html .netmede .col-xs-3-list li .col-wrap,
html .netmede .col-l-2-list li .col-wrap,
html .netmede .col-m-2-list li .col-wrap,
html .netmede .col-s-2-list li .col-wrap,
html .netmede .col-xs-2-list li .col-wrap {
  display: table;
  margin: 0 auto;
}
html .netmede .col-l-4-list li {
  float: left;
  width: 25%;
}
html .netmede .col-l-3-list li {
  float: left;
  width: 33.33%;
}
html .netmede .col-l-2-list li {
  float: left;
  width: 50%;
}
html .netmede .row {
  display: table;
  width: 100%;
}
html .netmede .row > * {
  position: relative;
  display: table-cell;
  text-align: left;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0 20px;
  /* 12 cols grid system */
}
html .netmede .row > *:first-child {
  padding-left: 0px;
}
html .netmede .row > *:last-child {
  padding-right: 0px;
}
html .netmede .row > *.left {
  display: block;
  float: left;
}
html .netmede .row > *.right {
  display: block;
  float: right;
}
html .netmede .row > *.sep {
  border-left: 1px solid #e5e5e5;
  margin-left: 20px;
  padding-left: 20px;
}
html .netmede .row > *.col-2,
html .netmede .row > *.col-xs-2,
html .netmede .row > *.col-s-2,
html .netmede .row > *.col-m-2 {
  width: 16.7%;
}
html .netmede .row > *.col-3,
html .netmede .row > *.col-xs-3,
html .netmede .row > *.col-s-3,
html .netmede .row > *.col-m-3 {
  width: 25%;
}
html .netmede .row > *.col-4,
html .netmede .row > *.col-xs-4,
html .netmede .row > *.col-s-4,
html .netmede .row > *.col-m-4 {
  width: 32.37%;
}
html .netmede .row > *.col-5,
html .netmede .row > *.col-s-5,
html .netmede .row > *.col-m-5 {
  width: 41.67%;
}
html .netmede .row > *.col-5.refined-width,
html .netmede .row > *.col-s-5.refined-width,
html .netmede .row > *.col-m-5.refined-width {
  width: 35%;
}
html .netmede .row > *.col-6,
html .netmede .row > *.col-xs-6,
html .netmede .row > *.col-s-6,
html .netmede .row > *.col-m-6 {
  width: 50%;
}
html .netmede .row > *.col-7,
html .netmede .row > *.col-xs-7,
html .netmede .row > *.col-s-7,
html .netmede .row > *.col-m-7 {
  width: 58.33%;
}
html .netmede .row > *.col-7.refined-width,
html .netmede .row > *.col-xs-7.refined-width,
html .netmede .row > *.col-s-7.refined-width,
html .netmede .row > *.col-m-7.refined-width {
  width: 65%;
}
html .netmede .row > *.col-8,
html .netmede .row > *.col-xs-8,
html .netmede .row > *.col-s-8,
html .netmede .row > *.col-m-8 {
  width: 67.63%;
}
html .netmede .row > *.padded-left {
  padding-left: 50px;
}
html .netmede .row > *.padded-right {
  padding-right: 50px;
}
html .netmede .row > *.padded-right-small {
  padding-right: 15px;
}
html .netmede .row.h-gray-blocks a[data-title]:after {
  border-bottom: 1px dotted #37434c;
}
html .netmede .row.h-gray-blocks > * {
  padding: 0;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  min-height: 78px;
  height: 78px;
  background-color: #e5e5e5;
  border-radius: 8px;
}
html .netmede .row.h-gray-blocks > *:first-child {
  border-left: none;
  background-color: #f1f1f0;
  display: block;
  width: 100%;
}
html .netmede .row.h-gray-blocks > *:last-child {
  border-right: none;
}
html .netmede #netmede-noscript {
  padding-top: 10px;
  background-color: #fff;
}
html .netmede #netmede-noscript .alert-disclaimer {
  margin-bottom: 0;
}
html .netmede #netmede-noscript .noscript-wrapper {
  width: 100%;
  max-width: 1030px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 20px;
}
html .netmede #netmede-noscript .noscript-wrapper .container {
  padding: 10px;
  background-color: #fcf8de;
  border: 1px solid #fae4b4;
  color: #333;
  font-size: 14px;
}
html .netmede #netmede-noscript .noscript-wrapper .container:before {
  display: block;
  float: left;
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: transparent url(/assets/img/sprite.png) no-repeat scroll -202px -58px;
}
html .netmede .cookies-disclaimer {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 0;
  background-color: rgba(79, 92, 97, 0.9);
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  z-index: 20;
}
html .netmede .cookies-disclaimer .wrapper {
  padding-right: 30px;
}
html .netmede .cookies-disclaimer a {
  color: #fff;
  text-decoration: underline;
}
html .netmede .cookies-disclaimer p:first-child {
  margin-top: 0;
}
html .netmede .cookies-disclaimer p:last-child {
  margin-bottom: 0;
}
html .netmede .cookies-disclaimer .close {
  position: absolute;
  right: 50%;
  margin-right: -510px;
  top: 22px;
  width: 13px;
  height: 12px;
  opacity: 0.8;
  cursor: pointer;
  background: transparent url(/assets/img/sprite.png) no-repeat scroll -238px -18px;
}
html .netmede .cookies-disclaimer .close:hover {
  opacity: 1;
}
html .netmede .alert-disclaimer {
  margin-bottom: 50px;
  padding: 20px 30px 25px 30px;
  background-color: #f3eeb6;
  border-radius: 4px;
}
html .netmede .alert-disclaimer .disclaimer-header {
  position: relative;
  padding-left: 48px;
  color: #605a34;
  font-weight: bold;
  font-size: 21px;
  line-height: 48px;
  text-transform: uppercase;
  height: 48px;
}
html .netmede .alert-disclaimer .disclaimer-header:before {
  position: absolute;
  top: 0;
  left: -10px;
  content: "";
  display: block;
  width: 49px;
  height: 48px;
  background: transparent url(/assets/img/sprite.png) no-repeat scroll -174px -96px;
}
html .netmede .alert-disclaimer .disclaimer-content {
  color: #605a34;
  font-size: 16px;
  line-height: 22px;
  margin-top: 10px;
}
html .netmede .alert-disclaimer .disclaimer-content p:first-child {
  margin-top: 0;
}
html .netmede .alert-disclaimer .disclaimer-content p:last-child {
  margin-bottom: 0;
}
html .netmede .tooltip {
  display: none;
  position: absolute;
  padding: 0 10px;
  height: 28px;
  line-height: 28px;
  text-transform: uppercase;
  border: 1px solid #7f7f7f;
  font-size: 14px;
  font-weight: bold;
  color: #666767;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.75);
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e5 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e5 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e6e6e5 100%);
}
html .netmede .tooltip-html {
  display: none;
  position: absolute;
  padding: 15px;
  min-width: 200px;
  max-width: 450px;
  font-size: 14px;
  color: #536777;
  border-radius: 2px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.75);
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e5 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e5 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e6e6e5 100%);
  z-index: 11;
}
html .netmede .tooltip-html p {
  margin: 0;
  line-height: 21px;
}
html .netmede .tooltip-html p + p {
  margin-top: 15px;
}
html .netmede .tooltip-html.left-side {
  margin-left: -450px;
}
html .netmede a[data-title] {
  display: inline-block;
  position: relative;
  cursor: help;
  color: #536777;
  color: #42525f;
  text-decoration: none;
}
html .netmede a[data-title]:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  border-bottom: 1px dotted #536777;
}
html .netmede .info-tooltip {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: transparent url(/assets/img/sprite.png) no-repeat scroll -238px 0;
  cursor: pointer;
}
html .netmede .dropdown {
  position: relative;
}
html .netmede .dropdown:before {
  position: absolute;
  top: 10px;
  left: 10px;
  content: "";
  display: block;
  height: 22px;
  min-width: 22px;
  background: transparent url(/assets/img/sprite.png) no-repeat scroll -152px -97px;
  z-index: 1;
}
html .netmede .dropdown input {
  width: 100%;
  padding-right: 40px;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.7);
}
html .netmede .dropdown .lbl {
  position: absolute;
  top: 10px;
  left: 40px;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  color: #536777;
  z-index: 1;
}
html .netmede .dropdown:after {
  content: "";
  position: absolute;
  z-index: 11;
  right: 0px;
  top: 1px;
  width: 33px;
  height: 40px;
  background: transparent url(/assets/img/sprite.png) no-repeat scroll 0 -497px;
}
html .netmede .dropdown.start input {
  padding-left: 88px;
}
html .netmede .dropdown.end input {
  padding-left: 76px;
}
html .netmede .daterangepicker {
  display: none;
  border: 1px solid #dcdcdc;
  position: absolute;
  background: #fcfcfc;
  top: 100px;
  left: 20px;
  margin-top: 1px;
  width: 250px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 100;
}
html .netmede .daterangepicker.single {
  width: auto;
}
html .netmede .daterangepicker .feedback-message-content .message {
  padding: 10px 14px;
  margin-bottom: 10px;
  background-color: #f5f6f7;
  color: #4d4e4e;
  text-align: center;
  border-radius: 9px;
  font-size: 15px;
  font-weight: 300;
}
html .netmede .daterangepicker .current-date {
  background-color: #f2f2f2;
  font-size: 15px;
  color: #333;
  padding: 2px;
  border-radius: 9px;
  text-align: center;
  margin-bottom: 10px;
}
html .netmede .daterangepicker .current-date .lbl {
  color: #4d4d4e;
}
html .netmede .daterangepicker .today-link {
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  text-transform: lowercase;
  margin-top: 12px;
}
html .netmede .daterangepicker .today-link a {
  text-decoration: underline;
}
html .netmede .daterangepicker .ranges {
  width: 200px;
  padding: 20px 30px 20px 20px;
  background-color: #fff;
}
html .netmede .daterangepicker .ranges ul li {
  padding: 0 8px;
  width: 100%;
  height: 28px;
  line-height: 27px;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html .netmede .daterangepicker .ranges ul li.active {
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  background-image: linear-gradient(to bottom, #ffffff 9%, #f2f2f2 80%);
  background-color: #f2f2f2;
}
html .netmede .daterangepicker .daterangepicker.dropdown-menu {
  max-width: none;
  z-index: 3000;
}
html .netmede .daterangepicker.opensleft .ranges,
html .netmede .daterangepicker.opensleft .calendar {
  float: left;
  margin: 4px;
}
html .netmede .daterangepicker.opensright .ranges,
html .netmede .daterangepicker.opensright .calendar,
html .netmede .daterangepicker.openscenter .ranges,
html .netmede .daterangepicker.openscenter .calendar {
  float: right;
}
html .netmede .daterangepicker.single .ranges,
html .netmede .daterangepicker.single .calendar {
  float: none;
}
html .netmede .daterangepicker .ranges .range_inputs > div {
  float: left;
}
html .netmede .daterangepicker .ranges .range_inputs > div:nth-child(2) {
  padding-left: 11px;
}
html .netmede .daterangepicker .calendar {
  display: none;
  max-width: 300px;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
}
html .netmede .daterangepicker .calendar.second {
  border-right: 1px solid #ccc;
  padding-right: 20px;
}
html .netmede .daterangepicker .calendar.first {
  padding-right: 30px;
}
html .netmede .daterangepicker.show-calendar .calendar {
  display: block;
}
html .netmede .daterangepicker.show-calendar .ranges {
  border-right: 1px solid #e9e8e8;
  box-shadow: 3px 0px 6px -7px rgba(0, 0, 0, 0.8);
  padding-right: 20px;
  padding-left: 20px;
}
html .netmede .daterangepicker .calendar.single .calendar-date {
  border: none;
}
html .netmede .daterangepicker .calendar th,
html .netmede .daterangepicker .calendar td {
  white-space: nowrap;
  text-align: center;
  min-width: 35px;
}
html .netmede .daterangepicker .daterangepicker_start_input label,
html .netmede .daterangepicker .daterangepicker_end_input label {
  color: #333;
  display: block;
  font-size: 14px;
  font-weight: 300;
  height: 20px;
  line-height: 20px;
  margin-bottom: 2px;
  text-shadow: #fff 1px 1px 0px;
  width: 74px;
}
html .netmede .daterangepicker .ranges input {
  font-size: 11px;
}
html .netmede .daterangepicker .ranges .input-mini {
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #767679;
  display: block;
  font-size: 14px;
  font-style: italic;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  margin: 0 0 10px 0;
  padding: 0 6px;
  width: 94px;
  box-shadow: none;
}
html .netmede .daterangepicker .ranges ul {
  list-style: none;
  margin: -6px 0 0;
  padding: 0;
}
html .netmede .daterangepicker .ranges li {
  font-size: 14px;
  color: #08c;
  padding: 3px 12px;
  margin-bottom: 4px;
  cursor: pointer;
}
html .netmede .daterangepicker .ranges li.custom-range-opt {
  display: none;
}
html .netmede .daterangepicker .range_inputs {
  margin-top: 10px;
}
html .netmede .daterangepicker .applyBtn {
  width: 100%;
  height: 28px;
}
html .netmede .daterangepicker .cancelBtn {
  right: 6px;
}
html .netmede .daterangepicker .calendar-date {
  background: #fcfcfc;
}
html .netmede .daterangepicker .calendar-time {
  text-align: center;
  margin: 8px auto 0 auto;
  line-height: 30px;
}
html .netmede .daterangepicker.dropup {
  margin-top: -5px;
}
html .netmede .daterangepicker.dropup:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}
html .netmede .daterangepicker.dropup:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}
html .netmede .daterangepicker table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
}
html .netmede .daterangepicker tr.month-year-selector th {
  padding-bottom: 10px;
}
html .netmede .daterangepicker td,
html .netmede .daterangepicker th {
  text-align: center;
  height: 28px;
  cursor: pointer;
  white-space: nowrap;
}
html .netmede .daterangepicker th {
  color: #666;
  font-size: 15px;
  font-weight: 300;
}
html .netmede .daterangepicker th.month {
  font-weight: normal;
  color: #666;
}
html .netmede .daterangepicker th.month select {
  color: #5988ad;
  border: none;
  box-shadow: none;
  background: #fcfcfc url(../img/select-icon-calendar.png) scroll no-repeat right 10px;
  font-size: 15px;
  text-align: right;
  direction: rtl;
}
html .netmede .daterangepicker th.month select option {
  text-align: left;
  direction: ltr;
}
html .netmede .daterangepicker th.weekday {
  height: 30px;
  vertical-align: text-top;
}
html .netmede .daterangepicker td {
  font-size: 14px;
  color: #5988ad;
}
html .netmede .daterangepicker td.off {
  color: #CCCBCB;
}
html .netmede .daterangepicker td.disabled,
html .netmede .daterangepicker option.disabled {
  color: #cccbcb;
}
html .netmede .daterangepicker td.available:hover,
html .netmede .daterangepicker th.available:hover {
  background: #eee;
}
html .netmede .daterangepicker th.available.prev:hover,
html .netmede .daterangepicker th.available.next:hover {
  background: transparent;
}
html .netmede .daterangepicker .fa-arrow-left {
  display: block;
  border-right: 9px solid #5988ad;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
html .netmede .daterangepicker .fa-arrow-right {
  display: block;
  border-left: 9px solid #5988ad;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
html .netmede .daterangepicker td.in-range {
  background: #ebf4f8;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
html .netmede .daterangepicker td.start-date {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
html .netmede .daterangepicker td.end-date {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
html .netmede .daterangepicker td.start-date.end-date {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
html .netmede .daterangepicker td.active,
html .netmede .daterangepicker td.active:hover {
  background-color: #79a7c4;
  border-color: #79a7c4;
  color: #fff;
}
html .netmede .daterangepicker td.week,
html .netmede .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}
html .netmede .daterangepicker select.monthselect,
html .netmede .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
  padding-right: 10px;
}
html .netmede .daterangepicker select.monthselect {
  margin-right: 3%;
}
html .netmede .daterangepicker select.hourselect,
html .netmede .daterangepicker select.minuteselect,
html .netmede .daterangepicker select.secondselect,
html .netmede .daterangepicker select.ampmselect {
  width: 50px;
  margin-bottom: 0;
}
html .netmede .daterangepicker .daterangepicker_start_input {
  float: left;
}
html .netmede .daterangepicker .daterangepicker_end_input {
  float: left;
  padding-left: 11px;
}
html .netmede .daterangepicker th.month {
  width: auto;
}
html .netmede .combobox {
  position: relative;
}
html .netmede .combobox input {
  width: 100%;
  padding-right: 40px;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.7);
}
html .netmede .combobox > ul {
  margin: 0 0 0 0;
  padding: 0;
  list-style: none;
  display: none;
  width: 100%;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  border-radius: 0px 0px 3px 3px;
  background-color: #fff;
  height: auto;
  max-height: 200px;
  overflow: auto;
  position: absolute;
  z-index: 20;
  top: 40px;
  left: 0px;
}
html .netmede .combobox > ul li {
  background: none;
}
html .netmede .combobox > ul li {
  font-size: 16px;
}
html .netmede .combobox > ul li.optgroup > .label {
  display: block;
  font-style: italic;
  font-weight: bold;
  padding: 1px;
}
html .netmede .combobox > ul li > ul {
  margin: 0 0 0 0;
  padding: 0;
  list-style: none;
}
html .netmede .combobox > ul li > ul li {
  background: none;
}
html .netmede .combobox > ul li > ul > li a {
  padding-left: 20px;
}
html .netmede .combobox > ul a,
html .netmede .combobox > ul span {
  display: block;
  text-decoration: none;
  color: #546877;
  cursor: default;
  padding: 1px;
  padding-left: 3px;
}
html .netmede .combobox > ul a.light,
html .netmede .combobox > ul span.light {
  color: #fff;
  background-color: #466ed2;
}
html .netmede .combobox span.selector {
  position: absolute;
  z-index: 11;
  right: 0px;
  top: 1px;
  width: 33px;
  height: 40px;
  background: transparent url(/assets/img/sprite.png) no-repeat scroll 0 -497px;
}
html .netmede #hidden-bg {
  position: absolute;
  display: block;
  top: 100px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.4);
}
html .netmede #hidden-bg.invisible {
  top: 0;
  background-color: transparent;
}
html .netmede .white-box {
  padding: 30px;
  background-color: #fff;
  box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.8);
  border-radius: 8px;
}
html .netmede .grey-box {
  padding: 25px;
  background-color: #fdfdfd;
  box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
  border-radius: 8px;
}
html .netmede .navbar-toggle {
  display: none;
  background: none;
  background-image: none;
  border: none;
  box-shadow: none;
  width: 24px;
  height: 20px;
  text-align: center;
  padding: 0;
  z-index: 11;
  border-radius: 0;
}
html .netmede .navbar-toggle > span {
  display: block;
  width: 24px;
  height: 4px;
  background-color: #fff;
}
html .netmede .navbar-toggle > span + span {
  margin-top: 4px;
}
html .netmede .print-link {
  position: relative;
  font-size: 16px;
  line-height: 18px;
  text-decoration: underline;
  padding-left: 32px;
}
html .netmede .print-link:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 1px;
  background: transparent url(/assets/img/sprite.png) no-repeat scroll -8px -27px;
}
html .netmede .filter-menu {
  display: table;
}
html .netmede .filter-menu li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
html .netmede .filter-menu li a {
  display: table;
  height: 36px;
  line-height: 36px;
  padding: 0 19px;
  background-color: #fff;
  border: 1px solid #bccbd3;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  color: #536777;
  border-radius: 18px;
  text-decoration: none;
}
html .netmede .filter-menu li.active a {
  color: #fff;
  background-color: #61798A;
  border-color: #637b8c;
  text-shadow: 0px -1px #485e67;
}
html .netmede .filter-menu li.all-opt {
  width: 100%;
}
html .netmede .points-menu li {
  position: relative;
  padding-left: 15px;
}
html .netmede .points-menu li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
}
html .netmede .dropdowns-block .form-block input,
html .netmede .dropdowns-block .form-block select {
  width: 100%;
}
html .netmede .dropdowns-block .form-block + .form-block {
  margin-top: 15px;
}
html .netmede .speedtest-section {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}
html .netmede .speedtest-section .loadings-box .loadings-wrapper a {
  display: inline-block;
  margin-top: 5px;
  font-size: 14px;
}
html .netmede .speedtest-section .loadings-box .loadings-wrapper > .row > * {
  text-align: center;
}
html .netmede .speedtest-section .loadings-box .final-values {
  display: none;
}
html .netmede .speedtest-section .loadings-box .final-values .test-item .title {
  display: table;
  margin: 5px auto 0 auto;
  font-size: 11px;
  color: #546877;
  text-transform: uppercase;
}
html .netmede .speedtest-section .loadings-box .final-values .test-item .final-val {
  display: table;
  margin: 5px auto 0 auto;
  color: #546877;
  text-align: right;
  min-width: 80px;
  text-align: center;
}
html .netmede .speedtest-section .loadings-box .final-values .test-item .final-val .val {
  font-size: 31px;
  font-weight: bold;
  line-height: 35px;
}
html .netmede .speedtest-section .loadings-box .final-values .test-item .final-val .sym {
  display: block;
  font-size: 10px;
  font-weight: bold;
}
html .netmede .speedtest-section .loadings-box .final-values .test-item .final-val .jitter {
  font-size: 12px;
  font-style: italic;
}
html .netmede .speedtest-section .loadings-box .final-values .test-item:before {
  display: table;
  margin: 0 auto;
  width: 46px;
  height: 45px;
  content: "";
}
html .netmede .speedtest-section .loadings-box .final-values .test-item.download:before {
  background: transparent url(/assets/img/sprite.png) no-repeat scroll 0 -57px;
}
html .netmede .speedtest-section .loadings-box .final-values .test-item.upload:before {
  background: transparent url(/assets/img/sprite.png) no-repeat scroll -46px -57px;
}
html .netmede .speedtest-section .loadings-box .final-values .test-item.ping .final-val .sym {
  display: inline;
}
html .netmede .speedtest-section .loadings-box .final-values .test-item.ping:before {
  background: transparent url(/assets/img/sprite.png) no-repeat scroll -92px -57px;
}
html .netmede .speedtest-section .loadings-box.is-testing .final-values .test-item {
  opacity: 0.5;
}
html .netmede .speedtest-section .loadings-box.is-testing .final-values .test-item.active {
  opacity: 1;
}
html .netmede .speedtest-section .speedtest-results > * h3 {
  display: inline;
  font-size: 16px;
  color: #536777;
  line-height: 21px;
  text-transform: uppercase;
}
html .netmede .speedtest-section .speedtest-results .supported-and-notsupported-section {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e0e6ea;
}
html .netmede .speedtest-section .speedtest-results .supported-and-notsupported-section .row > *:nth-child(2n) {
  padding: 0;
}
html .netmede .speedtest-section .speedtest-results .supported-and-notsupported-section .services-list {
  display: table;
  width: 100%;
  margin-top: 20px;
}
html .netmede .speedtest-section .speedtest-results .supported-and-notsupported-section .services-list li {
  position: relative;
  color: #536777;
  font-size: 14px;
  line-height: 17px;
  padding-left: 35px;
  width: 50%;
  box-sizing: border-box;
  margin-top: 20px;
  float: left;
}
html .netmede .speedtest-section .speedtest-results .supported-and-notsupported-section .services-list li:first-child,
html .netmede .speedtest-section .speedtest-results .supported-and-notsupported-section .services-list li:nth-child(2) {
  margin-top: 0;
}
html .netmede .speedtest-section .speedtest-results .supported-and-notsupported-section .services-list li:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: "";
}
html .netmede .speedtest-section .speedtest-results .supported-and-notsupported-section .services-list li.sites:before {
  width: 26px;
  height: 18px;
  background: transparent url(/assets/img/sprite.png) no-repeat scroll 0 -470px;
}
html .netmede .speedtest-section .speedtest-results .supported-and-notsupported-section .services-list li.music:before {
  width: 25px;
  height: 21px;
  background: transparent url(/assets/img/sprite.png) no-repeat scroll -26px -470px;
}
html .netmede .speedtest-section .speedtest-results .supported-and-notsupported-section .services-list li.vpn:before {
  top: -1px;
  left: 2px;
  width: 18px;
  height: 26px;
  background: transparent url(/assets/img/sprite.png) no-repeat scroll -51px -470px;
}
html .netmede .speedtest-section .speedtest-results .supported-and-notsupported-section .services-list li.voip:before {
  top: -2px;
  left: 2px;
  width: 24px;
  height: 24px;
  background: transparent url(/assets/img/sprite.png) no-repeat scroll -70px -470px;
}
html .netmede .speedtest-section .speedtest-results .supported-and-notsupported-section .services-list li.video:before {
  top: -2px;
  width: 24px;
  height: 18px;
  background: transparent url(/assets/img/sprite.png) no-repeat scroll -94px -470px;
}
html .netmede .speedtest-section .speedtest-results .supported-and-notsupported-section .services-list li.video-hd:before {
  top: -2px;
  width: 24px;
  height: 22px;
  background: transparent url(/assets/img/sprite.png) no-repeat scroll -118px -470px;
}
html .netmede .speedtest-section .speedtest-results .supported-and-notsupported-section .services-list li.video-4k:before {
  top: -2px;
  width: 24px;
  height: 22px;
  background: transparent url(/assets/img/sprite.png) no-repeat scroll -144px -470px;
}
html .netmede .speedtest-section .speedtest-results .supported-and-notsupported-section .services-list li.video-voip:before {
  top: -2px;
  left: 2px;
  width: 24px;
  height: 24px;
  background: transparent url(/assets/img/sprite.png) no-repeat scroll -169px -470px;
}
html .netmede .speedtest-section .speedtest-results .supported-and-notsupported-section .services-list li.games:before {
  top: -3px;
  width: 22px;
  height: 23px;
  background: transparent url(/assets/img/sprite.png) no-repeat scroll -193px -470px;
}
html .netmede .speedtest-section .speedtest-results .supported-and-notsupported-section > section + section {
  margin-top: 30px;
}
html .netmede .speedtest-section .speedtest-results .download-speed-section {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #e0e6ea;
}
html .netmede .speedtest-section .speedtest-results .download-speed-section table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin-top: 20px;
}
html .netmede .speedtest-section .speedtest-results .download-speed-section table tr th {
  color: #667580;
  font-size: 14px;
  line-height: 17px;
  font-weight: normal;
  border-right: 1px solid #b5b7b9;
  white-space: nowrap;
  text-align: right;
  width: 1%;
  padding-right: 10px;
}
html .netmede .speedtest-section .speedtest-results .download-speed-section table tr td {
  padding: 0;
  line-height: 17px;
  padding: 5px 0;
}
html .netmede .speedtest-section .speedtest-results .download-speed-section table tr td .bar {
  display: inline-block;
  height: 14px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background-clip: padding-box;
}
html .netmede .speedtest-section .speedtest-results .download-speed-section table tr td .val {
  color: #536777;
  font-size: 20px;
  font-weight: bold;
  margin-left: 15px;
}
html .netmede .speedtest-section .speedtest-results .download-speed-section table tr td .val .sym {
  margin-left: 4px;
  font-size: 14px;
  color: #5D6B75;
}
html .netmede .speedtest-section .speedtest-results .download-speed-section table tr.real-download td .bar {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bfdb7d+0,8aa83d+100 */
  background: #bfdb7d;
  /* Old browsers */
  background: -moz-linear-gradient(left, #bfdb7d 0%, #8aa83d 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #bfdb7d 0%, #8aa83d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #bfdb7d 0%, #8aa83d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
html .netmede .speedtest-section .speedtest-results .download-speed-section table tr.contracted-download td .bar {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cad9e0+0,8da2ac+100 */
  background: #cad9e0;
  /* Old browsers */
  background: -moz-linear-gradient(left, #cad9e0 0%, #8da2ac 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #cad9e0 0%, #8da2ac 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #cad9e0 0%, #8da2ac 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
html .netmede .speedtest-section .speedtest-results .download-speed-section footer {
  margin-top: 20px;
  font-size: 14px;
  color: #667580;
}
html .netmede .speedtest-section .speedtest-results .more-info-section {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #e0e6ea;
}
html .netmede .speedtest-section .speedtest-results .more-info-section .test-details-section {
  position: relative;
}
html .netmede .speedtest-section .speedtest-results .more-info-section .coll-content .col-s-6 {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
html .netmede .speedtest-section .speedtest-results .more-info-section .details-block {
  font-size: 14px;
}
html .netmede .speedtest-section .speedtest-results .more-info-section .details-block .lbl {
  color: #667580;
  margin-right: 5px;
}
html .netmede .speedtest-section .speedtest-results .more-info-section .details-block .val {
  font-weight: bold;
  color: #536777;
}
html .netmede .speedtest-section .speedtest-results .more-info-section .details-block + .details-block {
  margin-top: 4px;
}
html .netmede .speedtest-section .speedtest-results .more-info-section .details-block:first-child .val {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 400px;
  display: inline-block;
  vertical-align: top;
}
html .netmede .speedtest-section .speedtest-results .more-info-section .pdf-link {
  position: absolute;
  padding-left: 27px;
  top: 24px;
  right: 0;
  white-space: nowrap;
}
html .netmede .speedtest-section .speedtest-results .more-info-section .pdf-link a {
  display: block;
  font-size: 16px;
  line-height: 19px;
}
html .netmede .speedtest-section .speedtest-results .more-info-section .pdf-link .desc {
  font-size: 14px;
  color: #5d6a79;
  line-height: 18px;
}
html .netmede .speedtest-section .speedtest-results .more-info-section .pdf-link:before {
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 21px;
  height: 29px;
  content: "";
  background: transparent url(/assets/img/sprite.png) no-repeat scroll -146px -26px;
}
html .netmede .speedtest-section .speedtest-results .message-section {
  padding-top: 25px;
}
html .netmede .speedtest-section .speedtest-results .message-section .desc {
  font-size: 12px;
  line-height: 17px;
  color: #536777;
}
html .netmede .speedtest-section > footer {
  margin-top: 30px;
}
html .netmede .speedtest-section > footer .row > *:first-child {
  width: 100%;
  padding: 0;
}
html .netmede .speedtest-section > footer .contracted-speed {
  width: 100%;
}
html .netmede .speedtest-section > footer .contracted-speed option {
  font-style: normal;
}
html .netmede .speedtest-section > footer .contracted-speed:disabled {
  font-style: italic;
  color: #738490;
}
html .netmede .speedtest-section > footer .run-test-btn {
  float: right;
  white-space: nowrap;
  font-size: 15px;
  font-weight: bold;
  background-color: #5d800d;
  text-shadow: 0 1px #353a14;
}
html .netmede .speedtest-section > footer .run-test-btn:hover {
  background-color: #6d8e10;
}
html .netmede .speedtest-section > footer .run-test-btn:active {
  background-color: #596d0f;
}
html .netmede .loading-box {
  display: table;
  margin: 0 auto;
}
html .netmede .loading-box h3 {
  display: table;
  position: relative;
  padding-left: 55px;
  line-height: 45px;
  margin: 0;
  font-size: 16px;
  color: #596b7b;
  text-transform: uppercase;
  margin-bottom: 5px;
}
html .netmede .loading-box h3:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 46px;
  height: 45px;
  content: "";
}
html .netmede .loading-box .instant-wheel {
  margin: 0;
  width: 135px;
  height: 115px;
  border-radius: 100%;
  position: relative;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  background: #e5e8eb;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e5e8eb 0%, #f9f9f9 22%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e5e8eb 0%, #f9f9f9 22%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e5e8eb 0%, #f9f9f9 22%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  opacity: 0.3;
}
html .netmede .loading-box .instant-wheel:before {
  border-radius: 100%;
  content: '';
  background: #f9f9f9;
  width: 125px;
  height: 105px;
  top: 4px;
  left: 5px;
  position: absolute;
}
html .netmede .loading-box .loading-wheel {
  float: none;
  margin: -104px 0 0;
  background-color: #e8ecf1;
}
html .netmede .loading-box .loading-wheel > span .val {
  color: #536777;
  font-size: 35px;
  font-weight: bold;
}
html .netmede .loading-box .loading-wheel > span .sym {
  color: #5D6B75;
  font-size: 14px;
  font-weight: bold;
}
html .netmede .loading-box .loading-wheel > span > span {
  display: block;
  line-height: 20px;
}
html .netmede .loading-box .loading-wheel > span > span:first-child {
  margin-top: 50px;
}
html .netmede .loading-box .loading-wheel > span > span:nth-child(2) {
  margin-top: 10px;
}
html .netmede .loading-box .loading-wheel > span > span.jitter {
  margin-top: 0;
  font-size: 12px;
  color: #3a6266;
}
html .netmede .loading-box .loading-wheel > span > span.jitter a {
  margin: 0;
  text-transform: uppercase;
  font-size: 12px;
}
html .netmede .loading-box .loading-wheel > span > span.jitter .val {
  font-size: 12px;
}
html .netmede .loading-box.download h3:before {
  background: transparent url(/assets/img/sprite.png) no-repeat scroll 0 -57px;
}
html .netmede .loading-box.download .loading-wheel .slice .bar,
html .netmede .loading-box.download .loading-wheel .slice .fill {
  border-color: #739a00;
}
html .netmede .loading-box.upload h3:before {
  background: transparent url(/assets/img/sprite.png) no-repeat scroll -46px -57px;
}
html .netmede .loading-box.upload .loading-wheel .slice .bar,
html .netmede .loading-box.upload .loading-wheel .slice .fill {
  border-color: #8e5898;
}
html .netmede .loading-box.ping h3:before {
  background: transparent url(/assets/img/sprite.png) no-repeat scroll -92px -57px;
}
html .netmede .loading-box.ping .loading-wheel .slice .bar,
html .netmede .loading-box.ping .loading-wheel .slice .fill {
  border-color: #3d918d;
}
html .netmede .gray-desc-box {
  padding: 20px;
  background-color: #e8eaeb;
  border-radius: 10px;
  color: #536777;
}
html .netmede .gray-desc-box p {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}
html .netmede .gray-desc-box p + p {
  margin-top: 20px;
}
html .netmede .gray-desc-box a {
  color: #276EA4;
}
html .netmede .balloon {
  padding: 30px;
  background-color: white;
  border: 1px solid #eeefef;
  border-radius: 5px;
  position: relative;
  margin-bottom: 35px;
}
html .netmede .balloon header {
  margin-bottom: 15px;
}
html .netmede .balloon header h2 {
  font-size: 20px;
  color: #536777;
}
html .netmede .balloon .description {
  color: #536777;
  font-size: 16px;
}
html .netmede .balloon .link {
  font-size: 16px;
  margin-top: 10px;
}
html .netmede .balloon:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -28px;
  left: 22px;
  width: 43px;
  height: 30px;
  background: transparent url(/assets/img/sprite.png) no-repeat scroll -101px -26px;
}
html .netmede .balloon.margin-right {
  margin-right: 20px;
}
html .netmede .balloon.margin-left {
  margin-left: 20px;
}
html .netmede .list-links {
  list-style: disc;
  padding-left: 20px;
  color: #245dc1;
}
html .netmede .list-links li {
  font-size: 16px;
  line-height: 19px;
  margin-top: 10px;
}
html .netmede .list-bullets {
  list-style: disc;
  padding-left: 40px;
  color: #536777;
}
html .netmede .list-bullets.no-padding {
  padding-left: 20px;
}
html .netmede .list-roman-numeration {
  padding-left: 40px;
  color: #536777;
  counter-reset: list;
}
html .netmede .list-roman-numeration > li {
  list-style: none;
  position: relative;
}
html .netmede .list-roman-numeration > li:before {
  counter-increment: list;
  content: "(" counter(list, lower-roman) ") ";
  position: absolute;
  left: -30px;
  top: 3px;
  font-size: 20px;
}
html .netmede .tabbed {
  padding-left: 100px;
}
html .netmede .centered {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
html .netmede .wrapper {
  width: 100%;
  max-width: 1030px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 20px;
}
html .netmede > header .header-top {
  height: 111px;
}
html .netmede > header .header-top .row > *:first-child {
  padding-right: 5px;
}
html .netmede > header .header-top .logo {
  position: relative;
  z-index: 10;
  margin-top: 15px;
  width: 321px;
  height: 82px;
}
html .netmede > header .header-top .slogan {
  margin-top: 48px;
  color: #475960;
  font-size: 24px;
  font-weight: 300;
  white-space: nowrap;
}
html .netmede > header .header-top .slogan span {
  color: #535c3c;
}
html .netmede > header .header-top .private-area {
  float: right;
  margin-top: 25px;
  color: #536777;
  font-size: 13px;
  text-align: center;
  position: relative;
  border: 1px solid #dddede;
  padding: 15px 20px;
  border-radius: 4px;
}
html .netmede > header .header-top .private-area > .label {
  position: absolute;
  top: -10px;
  background-color: white;
  left: 50%;
  width: 106px;
  margin-left: -53px;
}
html .netmede > header .header-top .private-area .login-btn {
  background-color: #5d800d;
  text-shadow: 0 1px #353a14;
}
html .netmede > header .header-top .private-area .login-btn:hover {
  background-color: #6d8e10;
}
html .netmede > header .header-top .private-area .login-btn:active {
  background-color: #596d0f;
}
html .netmede > header .header-bar {
  background-color: #e0e3e3;
  box-shadow: inset 0 -1px 1px 0px #cac8c7;
  min-height: 70px;
}
html .netmede > header .header-bar .main-navbar ul {
  display: table;
  float: left;
  margin-top: 16px;
}
html .netmede > header .header-bar .main-navbar ul li {
  float: left;
}
html .netmede > header .header-bar .main-navbar ul li a,
html .netmede > header .header-bar .main-navbar ul li span {
  display: block;
  padding: 0 18px;
  height: 38px;
  line-height: 38px;
  color: #536574;
  text-transform: uppercase;
  font-size: 17px;
  text-shadow: 0px 1px #fff;
}
html .netmede > header .header-bar .main-navbar ul li a:hover,
html .netmede > header .header-bar .main-navbar ul li span:hover {
  text-decoration: none;
}
html .netmede > header .header-bar .main-navbar ul li.active span {
  color: #fff;
  background-color: #436269;
  border-radius: 19px;
  box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
  text-shadow: none;
}
html .netmede > header .header-bar .main-navbar ul li + li {
  margin-left: 10px;
}
html .netmede > header .header-bar .main-navbar .navbar-bottom {
  display: none;
  width: 100%;
  padding: 20px 20px 20px 20px;
  box-sizing: border-box;
  background-color: #f2f2f2;
}
html .netmede > header .header-bar .main-navbar .navbar-bottom button {
  width: 320px;
  padding: 0;
}
html .netmede > header .header-bar .share-buttons {
  position: relative;
  float: right;
  margin-top: 21px;
  z-index: 11;
  /*
						.addthis_button_google_plusone_share {
							&:before {
								content: "";
								display: block;
								width: 27px;
								height: 26px;
								.sprite(-54px, 0);
							}
						}
						.addthis_button_compact {
							&:before {
								content: "";
								display: block;
								width: 27px;
								height: 26px;
								.sprite(-81px, 0);
							}
						}*/
}
html .netmede > header .header-bar .share-buttons .facebook-btn a {
  display: inline-block;
}
html .netmede > header .header-bar .share-buttons .facebook-btn a:before {
  content: "";
  display: block;
  width: 27px;
  height: 27px;
  background: transparent url(/assets/img/sprite.png) no-repeat scroll -1px -538px;
}
html .netmede > header .header-bar .share-buttons .facebook-btn a:hover:before {
  background: transparent url(/assets/img/sprite.png) no-repeat scroll -1px -565px;
}
html .netmede > header .header-bar .share-buttons .twitter-btn a {
  display: inline-block;
}
html .netmede > header .header-bar .share-buttons .twitter-btn a:before {
  content: "";
  display: block;
  width: 28px;
  height: 27px;
  background: transparent url(/assets/img/sprite.png) no-repeat scroll -30px -538px;
}
html .netmede > header .header-bar .share-buttons .twitter-btn a:hover:before {
  background: transparent url(/assets/img/sprite.png) no-repeat scroll -30px -565px;
}
html .netmede > header .header-bar .share-buttons > ul li {
  float: left;
  display: block;
}
html .netmede > header .header-bar .share-buttons > ul li a {
  display: block;
  position: relative;
  line-height: 26px;
}
html .netmede > header .header-bar .share-buttons > ul li + li {
  margin-left: 10px;
}
html .netmede > header .header-bar .share-buttons .social-btn {
  display: none;
  cursor: pointer;
}
html .netmede > header .header-bar .share-buttons .social-btn:before {
  content: "";
  display: block;
  width: 30px;
  height: 27px;
  background: transparent url(/assets/img/sprite.png) no-repeat scroll -117px -128px;
}
html .netmede > main {
  margin-top: 60px;
}
html .netmede > main .grey-background {
  padding-top: 23px;
  padding-bottom: 50px;
  background-color: #f2f2f2;
}
html .netmede > main .light-grey-background {
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #f9f9f9;
}
html .netmede > main .grey-radial-background {
  padding-top: 5px;
  padding-bottom: 60px;
  background-color: #657980;
  color: white !important;
  margin-bottom: 140px;
  box-shadow: inset 0 1px 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 1px 8px rgba(0, 0, 0, 0.3);
}
html .netmede > main .grey-radial-background section header {
  margin-bottom: 15px;
}
html .netmede > main .grey-radial-background section header h2 {
  font-size: 34px;
}
html .netmede > main .grey-radial-background .main-content {
  margin-top: 40px;
}
html .netmede > main .grey-radial-background .image-container {
  position: relative;
}
html .netmede > main .grey-radial-background .image-container .responsive-img {
  position: absolute;
}
html .netmede > main .grey-radial-background .desc {
  font-size: 16px;
  line-height: 24px;
}
html .netmede > main .grey-radial-background a {
  color: white;
}
html .netmede > main .grey-radial-background button.blue-btn {
  background-color: #455356;
  box-shadow: 0px 1px 0px 0px #6b7a7d;
}
html .netmede > main .grey-radial-background button.blue-btn:hover {
  background: #4f5e60;
}
html .netmede > main .grey-radial-background button.blue-btn:active {
  background: #3a4647;
}
html .netmede > main .grey-radial-background button.green-btn {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  box-shadow: 0px 1px 0px 0px #6b7a7d;
  background-color: #5d800d;
  border: 1px solid #899e55;
  line-height: 38px;
  text-shadow: 0 1px #353a14;
}
html .netmede > main .grey-radial-background button.green-btn:hover {
  background-color: #6d8e10;
}
html .netmede > main .grey-radial-background button.green-btn:active {
  background-color: #596d0f;
}
html .netmede > main .blue-gradient-background {
  background-image: linear-gradient(to bottom, #f4f4f3 9%, #fff 80%);
  background-color: #fff;
  height: 100px;
}
html .netmede > main .wrapper > header .desc,
html .netmede > main .grey-background > header .desc,
html .netmede > main .light-grey-background > header .desc {
  margin: 0;
  color: #536777;
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
}
html .netmede > main .main-content {
  margin-top: 37px;
}
html .netmede > main .main-content aside .row-m > *:first-child > *:first-child {
  margin-top: 0;
}
html .netmede > main .main-content aside .lat-section {
  margin-top: 30px;
}
html .netmede > main .main-content aside .lat-filter-section header h2 {
  margin-bottom: 20px;
  font-size: 15px;
  color: #536777;
  font-weight: normal;
  line-height: 21px;
}
html .netmede > main .main-content aside .local-section .breadcrumb-menu {
  display: table;
  height: 50px;
}
html .netmede > main .main-content aside .local-section .breadcrumb-menu li {
  position: relative;
  float: left;
  font-size: 16px;
  text-transform: uppercase;
  color: #536777;
  font-weight: bold;
  padding-right: 18px;
  margin-right: 10px;
}
html .netmede > main .main-content aside .local-section .breadcrumb-menu li a {
  text-decoration: underline;
}
html .netmede > main .main-content aside .local-section .breadcrumb-menu li:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  right: 0;
  width: 8px;
  height: 12px;
  background: transparent url(/assets/img/sprite.png) no-repeat scroll 0 -26px;
}
html .netmede > main .main-content aside .local-section .breadcrumb-menu li:last-child {
  padding: 0;
  margin: 0;
}
html .netmede > main .main-content aside .local-section .breadcrumb-menu li:last-child:after {
  display: none;
}
html .netmede > main .main-content aside .local-section .map-block {
  margin-top: 5px;
}
html .netmede > main .main-content aside .local-section .map-block svg {
  width: 100% !important;
  height: auto !important;
}
html .netmede > main .main-content .results-section {
  min-height: 1200px;
}
html .netmede > main .main-content .results-section > header {
  display: table;
  width: 100%;
  padding-bottom: 18px;
  border-bottom: 1px solid #bccbd3;
}
html .netmede > main .main-content .results-section > header h2 {
  float: left;
  color: #536777;
  font-size: 16px;
  line-height: 21px;
  display: table;
}
html .netmede > main .main-content .results-section > header h2 .lbl {
  font-weight: 300;
  white-space: nowrap;
}
html .netmede > main .main-content .results-section > header h2 .filters {
  display: table-cell;
}
html .netmede > main .main-content .results-section > header h2 .filters .others {
  text-transform: lowercase;
}
html .netmede > main .main-content .results-section > header h2 .filters:first-letter {
  text-transform: uppercase;
}
html .netmede > main .main-content .results-section > header .print-link {
  float: right;
}
html .netmede > main .main-content .results-section .no-data-message {
  padding-top: 40px;
  color: #536777;
}
html .netmede > main .main-content .results-section .no-data-message .desc {
  margin-top: 0;
  font-size: 20px;
}
html .netmede > main .main-content .results-section .no-data-message .desc strong {
  color: #293842;
}
html .netmede > main .main-content .results-section .no-data-message .alt {
  margin: 40px 0 0;
  font-size: 18px;
}
html .netmede > main .main-content .results-section .no-data-message .share-buttons {
  padding: 25px;
  background-color: #f2f2f2;
}
html .netmede > main .main-content .results-section .no-data-message .share-buttons p {
  font-size: 16px;
}
html .netmede > main .main-content .results-section .no-data-message .share-buttons p:first-child {
  margin-top: 0;
}
html .netmede > main .main-content .results-section .no-data-message .share-buttons .facebook-btn a {
  display: block;
  width: 32px;
  height: 32px;
  background: transparent url(/assets/img/sprite.png) no-repeat scroll -34px -496px;
}
html .netmede > main .main-content .results-section .no-data-message .share-buttons .twitter-btn a {
  display: block;
  width: 32px;
  height: 32px;
  background: transparent url(/assets/img/sprite.png) no-repeat scroll -66px -496px;
}
html .netmede > main .main-content .results-section .no-data-message .share-buttons ul {
  display: table;
  margin: 0 auto;
}
html .netmede > main .main-content .results-section .no-data-message .share-buttons ul li {
  float: left;
}
html .netmede > main .main-content .results-section .no-data-message .share-buttons ul li a {
  display: block;
}
html .netmede > main .main-content .results-section .no-data-message .share-buttons ul li + li {
  margin-left: 20px;
}
html .netmede > main .main-content .results-section .statistic-section {
  margin-top: 40px;
}
html .netmede > main .main-content .results-section .statistic-section > header .header {
  /*position: absolute;
									top: 50%;
									left: 0;
									transform: translate(0, -50%);*/
  padding-left: 17px;
}
html .netmede > main .main-content .results-section .statistic-section > header h3 {
  font-size: 22px;
  line-height: 26px;
  color: #536777;
  text-transform: uppercase;
  text-shadow: 0px 1px #fff;
}
html .netmede > main .main-content .results-section .statistic-section > header a {
  font-size: 14px;
  font-weight: 300;
}
html .netmede > main .main-content .results-section .statistic-section > header .tests-count {
  display: table;
  margin: 20px auto 0;
  font-size: 24px;
  color: #536777;
  line-height: 19px;
  text-shadow: 0px 1px #fff;
}
html .netmede > main .main-content .results-section .statistic-section > header .lbl {
  display: table;
  margin: 5px auto 0;
  font-size: 14px;
  color: #536777;
  line-height: 17px;
}
html .netmede > main .main-content .results-section .statistic-section.speed-section > header .header {
  padding-top: 25px;
}
html .netmede > main .main-content .results-section .statistic-section.speed-section > section {
  margin-top: 30px;
}
html .netmede > main .main-content .results-section .statistic-section.speed-section > section > header h4 {
  position: relative;
  font-size: 16px;
  line-height: 45px;
  color: #536777;
  padding-left: 55px;
  text-transform: uppercase;
}
html .netmede > main .main-content .results-section .statistic-section.speed-section > section > header h4:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 46px;
  height: 45px;
}
html .netmede > main .main-content .results-section .statistic-section.speed-section > section > header a {
  display: table;
  margin-top: -10px;
  margin-left: 55px;
  font-size: 14px;
  font-weight: 300;
}
html .netmede > main .main-content .results-section .statistic-section.speed-section > section table {
  margin-top: 15px;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
html .netmede > main .main-content .results-section .statistic-section.speed-section > section table thead tr th {
  padding: 0px 8px 8px;
  color: #667580;
  font-size: 14px;
  line-height: 17px;
  font-weight: 300;
  border-bottom: 1px solid #dedfde;
}
html .netmede > main .main-content .results-section .statistic-section.speed-section > section table thead tr th:first-child {
  width: 130px;
  white-space: nowrap;
  border-right: 1px solid #dedfde;
  padding-left: 0;
  text-align: right;
}
html .netmede > main .main-content .results-section .statistic-section.speed-section > section table tbody tr th {
  padding: 6px 8px 6px 0;
  color: #191919;
  font-size: 16px;
  line-height: 19px;
  font-weight: normal;
  border-right: 1px solid #dedfde;
  white-space: nowrap;
  text-align: right;
}
html .netmede > main .main-content .results-section .statistic-section.speed-section > section table tbody tr td {
  padding: 6px 0 6px 0;
  line-height: 19px;
}
html .netmede > main .main-content .results-section .statistic-section.speed-section > section table tbody tr td .bar {
  display: inline-block;
  height: 14px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background-clip: padding-box;
}
html .netmede > main .main-content .results-section .statistic-section.speed-section > section table tbody tr td .pct {
  color: #536777;
  font-size: 18px;
  font-weight: bold;
  margin-left: 15px;
}
html .netmede > main .main-content .results-section .statistic-section.speed-section > section table tbody tr td .pct .sym {
  font-size: 14px;
}
html .netmede > main .main-content .results-section .statistic-section.speed-section > section table tbody tr:first-child > * {
  padding-top: 8px;
}
html .netmede > main .main-content .results-section .statistic-section.speed-section > section.download-section > header h4:before {
  background: transparent url(/assets/img/sprite.png) no-repeat scroll 0px -57px;
}
html .netmede > main .main-content .results-section .statistic-section.speed-section > section.download-section .bar {
  background: #bfdb7d;
  background: -moz-linear-gradient(left, #bfdb7d 0%, #8aa83d 100%);
  background: -webkit-linear-gradient(left, #bfdb7d 0%, #8aa83d 100%);
  background: linear-gradient(to right, #bfdb7d 0%, #8aa83d 100%);
}
html .netmede > main .main-content .results-section .statistic-section.speed-section > section.upload-section > header h4:before {
  background: transparent url(/assets/img/sprite.png) no-repeat scroll -46px -57px;
}
html .netmede > main .main-content .results-section .statistic-section.speed-section > section.upload-section .bar {
  background: #cca6b9;
  background: -moz-linear-gradient(left, #cca6b9 0%, #8e5898 100%);
  background: -webkit-linear-gradient(left, #cca6b9 0%, #8e5898 100%);
  background: linear-gradient(to right, #cca6b9 0%, #8e5898 100%);
}
html .netmede > main .main-content .results-section .statistic-section.speed-section > section.ping-section > header h4:before {
  background: transparent url(/assets/img/sprite.png) no-repeat scroll -92px -57px;
}
html .netmede > main .main-content .results-section .statistic-section.speed-section > section.ping-section .bar {
  background: #9cd3d8;
  background: -moz-linear-gradient(left, #9cd3d8 0%, #3c918e 100%);
  background: -webkit-linear-gradient(left, #9cd3d8 0%, #3c918e 100%);
  background: linear-gradient(to right, #9cd3d8 0%, #3c918e 100%);
}
html .netmede > main .main-content .results-section .statistic-section.speed-section > section + section {
  margin-top: 50px;
}
html .netmede > main .main-content .results-section .statistic-section.trafic-shaping-section > header .header {
  padding-top: 16px;
}
html .netmede > main .main-content .results-section .statistic-section.trafic-shaping-section > section {
  margin-top: 30px;
}
html .netmede > main .main-content .results-section .statistic-section.trafic-shaping-section > section > header {
  padding-bottom: 10px;
  border-bottom: 1px solid #dedfde;
  margin-bottom: 30px;
}
html .netmede > main .main-content .results-section .statistic-section.trafic-shaping-section > section > header h4 {
  font-size: 16px;
  line-height: 19px;
  color: #536777;
  font-weight: 300;
}
html .netmede > main .main-content .results-section .statistic-section.trafic-shaping-section > section.evidences-by-protocol-section {
  /*.piechart-code-legend {
											li {
												&:nth-child(1) {
													color: #254c65;
													border-left: 1px solid #fff;
												}
												&:nth-child(2) {
													color: #5988ad;
												}
												&:nth-child(3) {
													color: #96aec8;
												}
												&:nth-child(4) {
													color: #c7d2e2;
												}
											}
										}
										.piechart {
											height: 155px;
											margin-left: -10px;
											margin-top: -35px;
										}*/
}
html .netmede > main .main-content .results-section .statistic-section.trafic-shaping-section > section.evidences-by-protocol-section .chart-legend {
  display: table;
  width: 100%;
}
html .netmede > main .main-content .results-section .statistic-section.trafic-shaping-section > section.evidences-by-protocol-section .chart-legend li {
  float: left;
  width: 50%;
}
html .netmede > main .main-content .results-section .statistic-section.trafic-shaping-section > section.evidences-by-protocol-section .chart-legend li .legend-wrap {
  display: table;
  margin: 0 auto;
}
html .netmede > main .main-content .results-section .statistic-section.trafic-shaping-section > section.evidences-by-protocol-section .chart-legend li .legend-head {
  position: relative;
  padding-left: 40px;
}
html .netmede > main .main-content .results-section .statistic-section.trafic-shaping-section > section.evidences-by-protocol-section .chart-legend li .legend-head .name {
  font-size: 16px;
  font-weight: bold;
  color: #536777;
  line-height: 19px;
}
html .netmede > main .main-content .results-section .statistic-section.trafic-shaping-section > section.evidences-by-protocol-section .chart-legend li .legend-head .desc {
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  line-height: 17px;
  color: #667580;
}
html .netmede > main .main-content .results-section .statistic-section.trafic-shaping-section > section.evidences-by-protocol-section .chart-legend li .legend-head:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}
html .netmede > main .main-content .results-section .statistic-section.trafic-shaping-section > section.evidences-by-protocol-section .chart-legend li .legend-details {
  margin-top: 10px;
}
html .netmede > main .main-content .results-section .statistic-section.trafic-shaping-section > section.evidences-by-protocol-section .chart-legend li .legend-details .val {
  color: #536777;
  font-size: 21px;
  font-weight: bold;
  line-height: 25px;
}
html .netmede > main .main-content .results-section .statistic-section.trafic-shaping-section > section.evidences-by-protocol-section .chart-legend li .legend-details .evidences {
  color: #667580;
  font-size: 14px;
  line-height: 17px;
}
html .netmede > main .main-content .results-section .statistic-section.trafic-shaping-section > section.evidences-by-protocol-section .chart-legend li .legend-details .tests {
  color: #667580;
  font-size: 14px;
  line-height: 17px;
}
html .netmede > main .main-content .results-section .statistic-section.trafic-shaping-section > section.evidences-by-protocol-section .chart-legend li.youtube .legend-head:before {
  width: 33px;
  height: 24px;
  background: transparent url(/assets/img/sprite.png) no-repeat scroll -33px -26px;
}
html .netmede > main .main-content .results-section .statistic-section.trafic-shaping-section > section.evidences-by-protocol-section .chart-legend li.bittorrent .legend-head:before {
  width: 31px;
  height: 31px;
  background: transparent url(/assets/img/sprite.png) no-repeat scroll -66px -26px;
}
html .netmede > main .main-content .results-section .statistic-section.trafic-shaping-section > section.evidences-by-downup-section .protocols {
  display: table;
  width: 100%;
}
html .netmede > main .main-content .results-section .statistic-section.trafic-shaping-section > section.evidences-by-downup-section .protocols li {
  float: left;
  width: 50%;
}
html .netmede > main .main-content .results-section .statistic-section.trafic-shaping-section > section.evidences-by-downup-section .protocols li .protocol-wrap {
  display: table;
  margin: 0 auto;
}
html .netmede > main .main-content .results-section .statistic-section.trafic-shaping-section > section.evidences-by-downup-section .protocols li .protocol-head {
  display: table;
  position: relative;
  padding-left: 40px;
}
html .netmede > main .main-content .results-section .statistic-section.trafic-shaping-section > section.evidences-by-downup-section .protocols li .protocol-head .name {
  font-size: 16px;
  font-weight: bold;
  color: #536777;
  line-height: 19px;
}
html .netmede > main .main-content .results-section .statistic-section.trafic-shaping-section > section.evidences-by-downup-section .protocols li .protocol-head .desc {
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  line-height: 17px;
  color: #536777;
}
html .netmede > main .main-content .results-section .statistic-section.trafic-shaping-section > section.evidences-by-downup-section .protocols li .protocol-head:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}
html .netmede > main .main-content .results-section .statistic-section.trafic-shaping-section > section.evidences-by-downup-section .protocols li .protocol-foot {
  margin-top: 10px;
}
html .netmede > main .main-content .results-section .statistic-section.trafic-shaping-section > section.evidences-by-downup-section .protocols li .protocol-foot .total-evidences {
  font-weight: 300;
  font-size: 14px;
  color: #536777;
}
html .netmede > main .main-content .results-section .statistic-section.trafic-shaping-section > section.evidences-by-downup-section .protocols li .protocol-foot .total-evidences .total {
  font-weight: bold;
  font-size: 21px;
}
html .netmede > main .main-content .results-section .statistic-section.trafic-shaping-section > section.evidences-by-downup-section .protocols li table thead {
  display: table-footer-group;
}
html .netmede > main .main-content .results-section .statistic-section.trafic-shaping-section > section.evidences-by-downup-section .protocols li table thead tr th {
  position: relative;
  color: #667580;
  font-size: 14px;
  line-height: 17px;
  font-weight: 300;
  text-align: center;
  min-width: 64px;
  padding-top: 45px;
}
html .netmede > main .main-content .results-section .statistic-section.trafic-shaping-section > section.evidences-by-downup-section .protocols li table thead tr th:before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -16px;
  width: 33px;
  height: 21px;
}
html .netmede > main .main-content .results-section .statistic-section.trafic-shaping-section > section.evidences-by-downup-section .protocols li table thead tr th.up:before {
  background: transparent url(/assets/img/sprite.png) no-repeat scroll -33px -104px;
}
html .netmede > main .main-content .results-section .statistic-section.trafic-shaping-section > section.evidences-by-downup-section .protocols li table thead tr th.down:before {
  background: transparent url(/assets/img/sprite.png) no-repeat scroll 0px -104px;
}
html .netmede > main .main-content .results-section .statistic-section.trafic-shaping-section > section.evidences-by-downup-section .protocols li table tbody tr td {
  padding: 0;
  height: 100px;
  vertical-align: bottom;
  text-align: center;
  border-bottom: 1px solid #dedfde;
}
html .netmede > main .main-content .results-section .statistic-section.trafic-shaping-section > section.evidences-by-downup-section .protocols li table tbody tr td .pct {
  display: block;
  font-size: 20px;
  line-height: 24px;
  color: #536777;
  margin-bottom: 15px;
}
html .netmede > main .main-content .results-section .statistic-section.trafic-shaping-section > section.evidences-by-downup-section .protocols li table tbody tr td .bar {
  display: block;
  width: 14px;
  margin: 0 auto;
  min-height: 2%;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 8px;
  background-clip: padding-box;
}
html .netmede > main .main-content .results-section .statistic-section.trafic-shaping-section > section.evidences-by-downup-section .protocols li table tbody tr td.up .bar {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#af7193+0,cca6b9+100 */
  background: #af7193;
  /* Old browsers */
  background: -moz-linear-gradient(top, #af7193 0%, #cca6b9 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #af7193 0%, #cca6b9 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #af7193 0%, #cca6b9 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
html .netmede > main .main-content .results-section .statistic-section.trafic-shaping-section > section.evidences-by-downup-section .protocols li table tbody tr td.down .bar {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8aa83d+0,bfdb7d+100 */
  background: #8aa83d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #8aa83d 0%, #bfdb7d 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #8aa83d 0%, #bfdb7d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #8aa83d 0%, #bfdb7d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
html .netmede > main .main-content .results-section .statistic-section.trafic-shaping-section > section.evidences-by-downup-section .protocols li.youtube .protocol-head:before {
  width: 33px;
  height: 24px;
  background: transparent url(/assets/img/sprite.png) no-repeat scroll -33px -26px;
}
html .netmede > main .main-content .results-section .statistic-section.trafic-shaping-section > section.evidences-by-downup-section .protocols li.bittorrent .protocol-head:before {
  width: 31px;
  height: 31px;
  background: transparent url(/assets/img/sprite.png) no-repeat scroll -66px -26px;
}
html .netmede > main .main-content .results-section .statistic-section.trafic-shaping-section > section + section {
  margin-top: 50px;
}
html .netmede > main .main-content .results-section .statistic-section + section {
  margin-top: 70px;
}
html .netmede > main .main-content .shortcuts-menu {
  position: relative;
}
html .netmede > main .main-content .shortcuts-menu.fixed ul {
  position: fixed;
  top: 10px;
}
html .netmede > main .main-content .shortcuts-menu.bottom ul {
  position: absolute;
  top: auto;
  bottom: 20px;
}
html .netmede > main .main-content .shortcuts-section .list-links {
  padding-left: 0;
  list-style: none;
}
html .netmede > main .main-content .text-section > header {
  margin-bottom: 20px;
}
html .netmede > main .main-content .text-section > header h2 {
  color: #7e9534;
  font-size: 36px;
  font-weight: 300;
}
html .netmede > main .main-content .text-section h3 {
  font-size: 20px;
}
html .netmede > main .main-content .text-section .desc {
  color: #536777;
  font-size: 16px;
  line-height: 28px;
}
html .netmede > main .main-content .text-section .extra-desc {
  color: #666A70;
}
html .netmede > main .main-content .text-section .title {
  font-size: 16px;
  white-space: nowrap;
}
html .netmede > main .main-content .text-section .white-box {
  padding: 25px 30px;
  box-shadow: none;
  border-bottom: 1px solid #dbdbdb;
  border-radius: 0;
}
html .netmede > main .main-content .text-section .white-box > :first-child {
  margin-top: 0;
}
html .netmede > main .main-content .text-section .tabbed p {
  margin: 0 0 7px;
}
html .netmede > main .main-content .text-section + .text-section {
  margin-top: 55px;
}
html .netmede > main .platforms-section {
  margin-top: 50px;
  padding-bottom: 35px;
}
html .netmede > main .platforms-section > header {
  padding-bottom: 15px;
}
html .netmede > main .platforms-section h2 {
  color: #536777;
  font-weight: 300;
  font-size: 24px;
  text-align: center;
}
html .netmede > main .platforms-section .link {
  text-align: center;
  font-size: 16px;
  margin-top: 25px;
}
html .netmede > main .platforms-list li {
  padding-top: 20px;
  text-align: center;
}
html .netmede > main .platforms-list li a {
  display: table;
  margin: auto;
  color: #646A72;
}
html .netmede > main .platforms-list li .img {
  width: 210px;
  height: 156px;
  display: block;
}
html .netmede > main .platforms-list li .lbl {
  color: #646A72;
  font-size: 16px;
  margin-top: 10px;
  text-align: center;
  display: block;
}
html .netmede > main .platforms-list li.android .img {
  background: url(/assets/img/android-background.png);
}
html .netmede > main .platforms-list li.ios .img {
  background: url(/assets/img/ios-background.png);
}
html .netmede > main .platforms-list li.windows .img {
  background: url(/assets/img/windows-background.png);
}
html .netmede > main .platforms-list li.macos .img {
  background: url(/assets/img/macos-background.png);
}
html .netmede > main .platforms-list li.linux .img {
  background: url(/assets/img/linux-background.png);
}
html .netmede > main .download-app-list {
  display: table;
  width: 100%;
}
html .netmede > main .download-app-list li {
  display: table-cell;
  padding-top: 25px;
  padding-left: 45px;
  position: relative;
}
html .netmede > main .download-app-list li:before {
  position: absolute;
  top: 23px;
  bottom: 0;
  left: 0;
  width: 33px;
  margin: auto;
  display: block;
  content: "";
}
html .netmede > main .download-app-list li .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
}
html .netmede > main .download-app-list li .extra-desc {
  font-size: 16px;
  font-style: italic;
  line-height: 16px;
}
html .netmede > main .download-app-list li.bittorrent:before {
  height: 32px;
  background: transparent url(/assets/img/sprite.png) no-repeat scroll -169px -30px;
}
html .netmede > main .download-app-list li.youtube:before {
  height: 26px;
  background: transparent url(/assets/img/sprite.png) no-repeat scroll -204px -30px;
}
html .netmede > main .how-it-works-section {
  padding: 50px 0 70px 0;
}
html .netmede > main .sign-in-section {
  padding: 40px 0 60px 0;
  margin-bottom: 0 !important;
}
html .netmede > main .sign-in-section ul {
  color: white;
  margin-top: 15px;
  padding-left: 12px;
}
html .netmede > main .sign-in-section .bottom-btns {
  margin-top: 25px;
}
html .netmede > main .sign-in-section .bottom-btns > span + span {
  margin-left: 25px;
}
html .netmede > main .sign-in-section .responsive-img {
  top: -66px;
}
html .netmede > main .sign-in-section .video-container {
  position: absolute;
  right: 1%;
  top: -32px;
  width: 91%;
  max-width: 575px;
}
html .netmede > main .sign-in-section iframe {
  border: none;
}
html .netmede > main .advices-section {
  margin-top: 0px;
}
html .netmede > main .advices-section header h3 {
  font-size: 24px;
  color: #7e9534;
  line-height: 24px;
  font-weight: normal;
}
html .netmede > main .advices-section header h3:after {
  content: ":";
}
html .netmede > main .advices-section .advices-menu {
  margin-top: 20px;
}
html .netmede > main .advices-section .advices-menu li {
  font-size: 16px;
  line-height: 23px;
  color: #536777;
}
html .netmede > main .advices-section .advices-menu li + li {
  margin-top: 20px;
}
html .netmede > main .home-blocks-section {
  padding: 50px 0 60px;
}
html .netmede > main .home-blocks-section .home-block-section {
  position: relative;
  border: 1px solid #e3e4e3;
  padding: 30px 30px 70px 30px;
  min-height: 170px;
  border-radius: 8px;
}
html .netmede > main .home-blocks-section .home-block-section header h2 {
  font-size: 36px;
  font-weight: 300;
  color: #7e9534;
  line-height: 43px;
  white-space: nowrap;
}
html .netmede > main .home-blocks-section .home-block-section header.half {
  width: 50%;
}
html .netmede > main .home-blocks-section .home-block-section p.desc {
  font-size: 16px;
  line-height: 23px;
  color: #536777;
}
html .netmede > main .home-blocks-section .home-block-section a {
  display: inline-block;
  font-size: 16px;
  line-height: 19px;
}
html .netmede > main .home-blocks-section .home-block-section button {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
html .netmede > main .home-blocks-section .home-block-section.traffic-shaping-block-section {
  padding-right: 105px;
}
html .netmede > main .home-blocks-section .home-block-section.traffic-shaping-block-section:after {
  position: absolute;
  top: 45px;
  right: 40px;
  display: block;
  width: 45px;
  height: 160px;
  content: "";
  background: transparent url(/assets/img/sprite.png) no-repeat scroll 0 -306px;
}
html .netmede > main .home-blocks-section .home-block-section.statistics-block-section {
  padding-right: 150px;
}
html .netmede > main .home-blocks-section .home-block-section.statistics-block-section:after {
  position: absolute;
  top: 45px;
  right: 40px;
  display: block;
  width: 96px;
  height: 157px;
  content: "";
  background: transparent url(/assets/img/sprite.png) no-repeat scroll -46px -306px;
}
html .netmede > main .app-netmede-section {
  padding: 50px 0;
  background-color: #657980;
  box-shadow: inset 0 1px 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 1px 8px rgba(0, 0, 0, 0.3);
  color: #fff;
}
html .netmede > main .app-netmede-section .header {
  display: table;
}
html .netmede > main .app-netmede-section h2 {
  float: left;
  color: #f2f2f2;
  font-size: 34px;
  line-height: 41px;
  text-shadow: 0px 1px #637578;
}
html .netmede > main .app-netmede-section .platforms {
  float: left;
  margin-left: 20px;
  margin-top: 8px;
}
html .netmede > main .app-netmede-section .platforms li {
  display: inline-block;
}
html .netmede > main .app-netmede-section .platforms li.windows {
  width: 24px;
  height: 26px;
  background: transparent url(/assets/img/sprite.png) no-repeat scroll -163px 0;
}
html .netmede > main .app-netmede-section .platforms li.mac {
  width: 23px;
  height: 28px;
  background: transparent url(/assets/img/sprite.png) no-repeat scroll -187px 0;
}
html .netmede > main .app-netmede-section .platforms li.android {
  width: 24px;
  height: 26px;
  background: transparent url(/assets/img/sprite.png) no-repeat scroll -211px 0;
}
html .netmede > main .app-netmede-section .platforms li + li {
  margin-left: 20px;
}
html .netmede > main .app-netmede-section .description {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}
html .netmede > main .app-netmede-section .description.list {
  margin-top: 40px;
}
html .netmede > main .app-netmede-section p.desc {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}
html .netmede > main .app-netmede-section p.desc a {
  color: #fff;
  text-decoration: underline;
}
html .netmede > main .app-netmede-section button.blue-btn {
  background-color: #455356;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  box-shadow: 0px 1px 0px 0px #6b7a7d;
}
html .netmede > main .app-netmede-section button.blue-btn:hover {
  background: #4f5e60;
}
html .netmede > main .app-netmede-section button.blue-btn:active {
  background: #3a4647;
}
html .netmede > main .app-netmede-section button.green-btn {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  box-shadow: 0px 1px 0px 0px #6b7a7d;
  background-color: #5d800d;
  border: 1px solid #899e55;
  line-height: 38px;
  text-shadow: 0 1px #353a14;
}
html .netmede > main .app-netmede-section button.green-btn:hover {
  background-color: #6d8e10;
}
html .netmede > main .app-netmede-section button.green-btn:active {
  background-color: #596d0f;
}
html .netmede > main .app-netmede-section img {
  margin-top: 10px;
  width: 475px;
  height: 268px;
}
html .netmede > main .app-netmede-section .bottom-btns {
  margin-top: 20px;
}
html .netmede > main .app-netmede-section .bottom-btns > span + span {
  margin-left: 25px;
}
html .netmede > main .app-netmede-section .bottom-btns .download-app-btn {
  float: right;
}
html .netmede > main .app-netmede-section .video-container iframe {
  box-shadow: 0px 0px 3px 0px #6d4a3e;
}
html .netmede > main .advanteges-section {
  padding-top: 0px;
}
html .netmede > main .advanteges-section h2 {
  color: #7e9534;
  font-weight: 300;
  font-size: 34px;
}
html .netmede > main .advanteges-section .advanteges-list {
  display: table;
  width: 100%;
}
html .netmede > main .advanteges-section .advanteges-list li {
  display: table-cell;
  width: 33%;
  float: left;
  padding-top: 60px;
  text-align: center;
  height: 305px;
}
html .netmede > main .advanteges-section .advanteges-list li .title {
  font-size: 21px;
  color: #536777;
  font-weight: 500;
  width: 262px;
  padding-top: 100px;
  position: relative;
}
html .netmede > main .advanteges-section .advanteges-list li .title:before {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  content: "";
}
html .netmede > main .advanteges-section .advanteges-list li .desc {
  font-size: 16px;
  color: #536777;
  width: 262px;
}
html .netmede > main .advanteges-section .advanteges-list li.fast .title:before {
  background: transparent url(/assets/img/sprite.png) no-repeat scroll 0 -155px;
  width: 79px;
  height: 70px;
}
html .netmede > main .advanteges-section .advanteges-list li.equips .title:before {
  background: transparent url(/assets/img/sprite.png) no-repeat scroll -81px -155px;
  width: 91px;
  height: 70px;
}
html .netmede > main .advanteges-section .advanteges-list li.scheduling .title:before {
  background: transparent url(/assets/img/sprite.png) no-repeat scroll -174px -155px;
  width: 69px;
  height: 71px;
}
html .netmede > main .advanteges-section .advanteges-list li.hitory .title:before {
  background: transparent url(/assets/img/sprite.png) no-repeat scroll 0px -224px;
  width: 84px;
  height: 75px;
}
html .netmede > main .advanteges-section .advanteges-list li.parameters .title:before {
  background: transparent url(/assets/img/sprite.png) no-repeat scroll -86px -224px;
  width: 88px;
  height: 80px;
}
html .netmede > main .advanteges-section .advanteges-list li.management .title:before {
  background: transparent url(/assets/img/sprite.png) no-repeat scroll -174px -226px;
  width: 81px;
  height: 80px;
}
html .netmede > main .collapser {
  margin-bottom: 30px;
}
html .netmede > main .collapser .coll-head {
  position: relative;
  padding-left: 45px;
  cursor: pointer;
  min-height: 27px;
}
html .netmede > main .collapser .coll-head:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  display: block;
  width: 31px;
  height: 31px;
  background: transparent url(/assets/img/sprite.png) no-repeat scroll -170px -63px;
}
html .netmede > main .collapser .coll-content {
  display: none;
  height: 0;
  padding-left: 45px;
  margin: 0 !important;
}
html .netmede > main .collapser .coll-content.white-box {
  padding: 30px 30px 30px 45px;
}
html .netmede > main .collapser.no-margin .coll-head {
  margin-bottom: 0;
}
html .netmede > main .collapser.active .coll-head {
  margin-bottom: 12px;
}
html .netmede > main .collapser.active .coll-head:before {
  background: transparent url(/assets/img/sprite.png) no-repeat scroll -139px -63px;
}
html .netmede > main .collapser.active .coll-content {
  display: block;
  height: auto;
}
html .netmede > main .collapser.collapser-title-2 .coll-head:before {
  top: 0px;
}
html .netmede > main .collapser:not(.active) {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
html .netmede > main .collapser:not(.active):after {
  display: none !important;
}
html .netmede > main .collapser:not(.active).home-block-section {
  height: 34px !important;
}
html .netmede > main .collapser.balloon {
  padding: 20px !important;
}
html .netmede > main .collapser.balloon:not(.active) .coll-head {
  margin-bottom: 0;
}
html .netmede > main .collapser.balloon .coll-head:before {
  top: -2px;
}
html .netmede > main .collapser.balloon .coll-content {
  padding-left: 0px;
}
html .netmede > main .zebra-table {
  width: 100%;
  color: #536777;
  border-spacing: 0;
}
html .netmede > main .zebra-table th,
html .netmede > main .zebra-table td {
  font-size: 14px;
  padding: 10px 10px;
  vertical-align: middle;
  line-height: 30px;
  text-align: left;
  max-width: 250px;
}
html .netmede > main .zebra-table th .title,
html .netmede > main .zebra-table td .title {
  font-weight: 600;
}
html .netmede > main .zebra-table tr:nth-child(even) {
  background: #f2f2f2;
}
html .netmede > main .zebra-table tr:nth-child(odd) {
  background: #eaecec;
}
html .netmede > main .zebra-table tr > :first-child {
  padding-left: 20px;
}
html .netmede > main .zebra-table tr > :last-child {
  padding-right: 20px;
  text-align: right;
}
html .netmede > main .zebra-table thead tr {
  background: none !important;
}
html .netmede > main .zebra-table thead tr th {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
}
html .netmede > footer {
  margin-top: 60px;
}
html .netmede > footer .bottom-section {
  padding: 50px 0;
  background-color: #e0e3e3;
}
html .netmede > footer .bottom-section a {
  color: #02487e;
}
html .netmede > footer .bottom-section a:visited {
  color: #02487e;
}
html .netmede > footer .bottom-section .secondary-navbar .navbar-title {
  font-size: 16px;
  color: #37434e;
  line-height: 19px;
  font-weight: bold;
  text-transform: uppercase;
}
html .netmede > footer .bottom-section .secondary-navbar ul {
  margin-top: 15px;
}
html .netmede > footer .bottom-section .secondary-navbar ul li {
  font-size: 16px;
  line-height: 19px;
}
html .netmede > footer .bottom-section .secondary-navbar ul li + li {
  margin-top: 10px;
}
html .netmede > footer .bottom-section .secondary-navbar ul li.address {
  line-height: 22px;
}
html .netmede > footer .bottom-section .website-props {
  display: table;
  margin-top: 99px;
}
html .netmede > footer .bottom-section .website-props .acessibility {
  float: left;
  width: 25px;
  height: 25px;
  background: transparent url(/assets/img/sprite.png) no-repeat scroll -66px -104px;
}
html .netmede > footer .bottom-section .website-props .ipv6 {
  float: left;
  margin: 4px 0 0 20px;
  width: 58px;
  height: 23px;
  background: transparent url(/assets/img/sprite.png) no-repeat scroll -92px -104px;
}
html .netmede > footer .bottom-section .contacts-navbar ul li {
  color: #536777;
  position: relative;
  padding-left: 30px;
}
html .netmede > footer .bottom-section .contacts-navbar ul li + li {
  margin-top: 15px;
}
html .netmede > footer .bottom-section .contacts-navbar ul li.phone a {
  color: #536777;
  font-size: 18px;
  line-height: 22px;
}
html .netmede > footer .bottom-section .contacts-navbar ul li.phone .desc {
  color: #536777;
  font-size: 15px;
  line-height: 18px;
}
html .netmede > footer .bottom-section .contacts-navbar ul li.phone:before {
  width: 17px;
  height: 26px;
  background: transparent url(/assets/img/sprite.png) no-repeat scroll 0 -127px;
}
html .netmede > footer .bottom-section .contacts-navbar ul li.email:before {
  left: -3px;
  width: 24px;
  height: 15px;
  background: transparent url(/assets/img/sprite.png) no-repeat scroll -17px -127px;
}
html .netmede > footer .bottom-section .contacts-navbar ul li.address:before {
  left: -1px;
  width: 20px;
  height: 24px;
  background: transparent url(/assets/img/sprite.png) no-repeat scroll -41px -127px;
}
html .netmede > footer .bottom-section .contacts-navbar ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
}
html .netmede > footer .bottom-section .social-navbar {
  color: #536777;
  margin-top: 55px;
}
html .netmede > footer .bottom-section .social-navbar li {
  float: left;
  font-size: 16px;
}
html .netmede > footer .bottom-section .social-navbar li a {
  display: block;
  width: 27px;
  height: 26px;
}
html .netmede > footer .bottom-section .social-navbar li.twitter a {
  background: transparent url(/assets/img/sprite.png) no-repeat scroll -108px 0;
}
html .netmede > footer .bottom-section .social-navbar li.youtube a {
  background: transparent url(/assets/img/sprite.png) no-repeat scroll -135px 0;
}
html .netmede > footer .bottom-section .social-navbar li + li {
  margin-left: 10px;
}
html .netmede > footer .bottom-section button.email {
  font-weight: normal;
  padding-left: 55px;
  position: relative;
  margin-top: 40px;
  font-size: 13px;
  line-height: 15px;
  height: 38px;
  background-color: #647A83;
}
html .netmede > footer .bottom-section button.email:before {
  content: "";
  display: block;
  width: 24px;
  height: 16px;
  position: absolute;
  left: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: transparent url(/assets/img/sprite.png) no-repeat scroll -62px -131px;
}
html .netmede > footer .footer-section {
  min-height: 110px;
}
html .netmede > footer .footer-section .anacom-logo {
  display: block;
  margin-top: 25px;
}
html .netmede > footer .footer-section .anacom-logo img {
  width: 297px;
  height: 56px;
}
html .netmede > footer .footer-section .copyrights {
  float: right;
  margin-top: 42px;
}
html .netmede > footer .footer-section .copyrights a {
  font-size: 14px;
  color: #536777;
}
html .netmede.mobile-user .hidden-mobile {
  display: none;
}
html .netmede.mobile-user .hidden-desktop {
  display: block;
}
html .netmede.desktop-user .hidden-mobile {
  display: block;
}
html .netmede.desktop-user .hidden-desktop {
  display: none;
}
html .netmede.ie-browser > main .main-content aside .local-section .map-block {
  background-color: #e8eaeb;
  border-radius: 10px;
}
html .netmede.ie-browser > main .main-content aside .local-section .map-block svg {
  width: 100% !important;
  height: 480px !important;
}
html .netmede.ie-browser .pie,
html .netmede.opera-browser .pie,
html .netmede.ie-browser .c100 .bar,
html .netmede.opera-browser .c100 .bar,
html .netmede.ie-browser .c100.p51 .fill,
html .netmede.opera-browser .c100.p51 .fill,
html .netmede.ie-browser .c100.p52 .fill,
html .netmede.opera-browser .c100.p52 .fill,
html .netmede.ie-browser .c100.p53 .fill,
html .netmede.opera-browser .c100.p53 .fill,
html .netmede.ie-browser .c100.p54 .fill,
html .netmede.opera-browser .c100.p54 .fill,
html .netmede.ie-browser .c100.p55 .fill,
html .netmede.opera-browser .c100.p55 .fill,
html .netmede.ie-browser .c100.p56 .fill,
html .netmede.opera-browser .c100.p56 .fill,
html .netmede.ie-browser .c100.p57 .fill,
html .netmede.opera-browser .c100.p57 .fill,
html .netmede.ie-browser .c100.p58 .fill,
html .netmede.opera-browser .c100.p58 .fill,
html .netmede.ie-browser .c100.p59 .fill,
html .netmede.opera-browser .c100.p59 .fill,
html .netmede.ie-browser .c100.p60 .fill,
html .netmede.opera-browser .c100.p60 .fill,
html .netmede.ie-browser .c100.p61 .fill,
html .netmede.opera-browser .c100.p61 .fill,
html .netmede.ie-browser .c100.p62 .fill,
html .netmede.opera-browser .c100.p62 .fill,
html .netmede.ie-browser .c100.p63 .fill,
html .netmede.opera-browser .c100.p63 .fill,
html .netmede.ie-browser .c100.p64 .fill,
html .netmede.opera-browser .c100.p64 .fill,
html .netmede.ie-browser .c100.p65 .fill,
html .netmede.opera-browser .c100.p65 .fill,
html .netmede.ie-browser .c100.p66 .fill,
html .netmede.opera-browser .c100.p66 .fill,
html .netmede.ie-browser .c100.p67 .fill,
html .netmede.opera-browser .c100.p67 .fill,
html .netmede.ie-browser .c100.p68 .fill,
html .netmede.opera-browser .c100.p68 .fill,
html .netmede.ie-browser .c100.p69 .fill,
html .netmede.opera-browser .c100.p69 .fill,
html .netmede.ie-browser .c100.p70 .fill,
html .netmede.opera-browser .c100.p70 .fill,
html .netmede.ie-browser .c100.p71 .fill,
html .netmede.opera-browser .c100.p71 .fill,
html .netmede.ie-browser .c100.p72 .fill,
html .netmede.opera-browser .c100.p72 .fill,
html .netmede.ie-browser .c100.p73 .fill,
html .netmede.opera-browser .c100.p73 .fill,
html .netmede.ie-browser .c100.p74 .fill,
html .netmede.opera-browser .c100.p74 .fill,
html .netmede.ie-browser .c100.p75 .fill,
html .netmede.opera-browser .c100.p75 .fill,
html .netmede.ie-browser .c100.p76 .fill,
html .netmede.opera-browser .c100.p76 .fill,
html .netmede.ie-browser .c100.p77 .fill,
html .netmede.opera-browser .c100.p77 .fill,
html .netmede.ie-browser .c100.p78 .fill,
html .netmede.opera-browser .c100.p78 .fill,
html .netmede.ie-browser .c100.p79 .fill,
html .netmede.opera-browser .c100.p79 .fill,
html .netmede.ie-browser .c100.p80 .fill,
html .netmede.opera-browser .c100.p80 .fill,
html .netmede.ie-browser .c100.p81 .fill,
html .netmede.opera-browser .c100.p81 .fill,
html .netmede.ie-browser .c100.p82 .fill,
html .netmede.opera-browser .c100.p82 .fill,
html .netmede.ie-browser .c100.p83 .fill,
html .netmede.opera-browser .c100.p83 .fill,
html .netmede.ie-browser .c100.p84 .fill,
html .netmede.opera-browser .c100.p84 .fill,
html .netmede.ie-browser .c100.p85 .fill,
html .netmede.opera-browser .c100.p85 .fill,
html .netmede.ie-browser .c100.p86 .fill,
html .netmede.opera-browser .c100.p86 .fill,
html .netmede.ie-browser .c100.p87 .fill,
html .netmede.opera-browser .c100.p87 .fill,
html .netmede.ie-browser .c100.p88 .fill,
html .netmede.opera-browser .c100.p88 .fill,
html .netmede.ie-browser .c100.p89 .fill,
html .netmede.opera-browser .c100.p89 .fill,
html .netmede.ie-browser .c100.p90 .fill,
html .netmede.opera-browser .c100.p90 .fill,
html .netmede.ie-browser .c100.p91 .fill,
html .netmede.opera-browser .c100.p91 .fill,
html .netmede.ie-browser .c100.p92 .fill,
html .netmede.opera-browser .c100.p92 .fill,
html .netmede.ie-browser .c100.p93 .fill,
html .netmede.opera-browser .c100.p93 .fill,
html .netmede.ie-browser .c100.p94 .fill,
html .netmede.opera-browser .c100.p94 .fill,
html .netmede.ie-browser .c100.p95 .fill,
html .netmede.opera-browser .c100.p95 .fill,
html .netmede.ie-browser .c100.p96 .fill,
html .netmede.opera-browser .c100.p96 .fill,
html .netmede.ie-browser .c100.p97 .fill,
html .netmede.opera-browser .c100.p97 .fill,
html .netmede.ie-browser .c100.p98 .fill,
html .netmede.opera-browser .c100.p98 .fill,
html .netmede.ie-browser .c100.p99 .fill,
html .netmede.opera-browser .c100.p99 .fill,
html .netmede.ie-browser .c100.p100 .fill,
html .netmede.opera-browser .c100.p100 .fill {
  border: 0.06em solid #307bbb;
  width: 0.88em;
  height: 0.88em;
}
html .netmede.ie-browser .c100:after,
html .netmede.opera-browser .c100:after {
  position: absolute;
  top: 0.06em;
  left: 0.06em;
  width: 0.88em;
  height: 0.88em;
}
html .netmede.ff-fix-dropdown .select select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
}
html .netmede.ff-fix-dropdown .select:after {
  display: none;
}

  #server_notice{
    font-size: 22px; 
    color:#000; 
    margin: 0px 0px 50px 0px
}

#server_notice_title {
    font-size: 45px; 
}					 
/* ============================= */
/* ! Layout for large sizes	 */
/* ============================= */
@media (max-width: 990px) {
  html .netmede {
    -webkit-text-size-adjust: none;
    /*> header {
					.header-top {
						.logo {
						}
						.slogan {
							width: 321px;
							float: none;
							text-align: right;
							font-size: 18px;
							line-height: 22px;
							margin: -5px auto 0 auto;
						}
					}
					.header-bar {
						.main-navbar {
							
						}
						.share-buttons {
							margin-right: -20px;
							> ul {
								display: none;
								position: absolute;
								top: 32px;
								right: 0;
								background-color: #fff;
								padding: 10px;
								.drop-shadow(0px, 3px, 4px, 0.2, 0, 0, 0);
								li {
									float: left;
									display: block;
									width: 100%;
									a {
										position: relative;
										line-height: 26px;
										height: 26px;
										white-space: nowrap;
										.sr-only {
											display: inline-block;
											position: static;
											left: auto;
											width: auto;
											height: auto;
											overflow: auto;
											margin-left: 5px;
										}
										&:before {
											display: inline-block !important;
										}
									}
									& + li {
										margin-top: 10px;
										margin-left: 0;
									}
								}
							}
							.social-btn {
								display: block;
							}
							&.active {
								> ul {
									display: block;
								}
							}
						}
					}
				}*/
  }
  html .netmede h2 br,
  html .netmede h3 br,
  html .netmede h4 br {
    display: none;
  }
  html .netmede img.centered-img {
    margin-left: auto;
    margin-right: auto;
  }
  html .netmede .wrapper {
    padding: 0 60px;
  }
  html .netmede .hidden-md-down {
    display: none;
  }
  html .netmede .hidden-lg-down {
    display: none;
  }
  html .netmede .hidden-sm-up {
    display: none;
  }
  html .netmede .hidden-md-up {
    display: none;
  }
  html .netmede .col-m-4-list li {
    float: left;
    width: 25%;
  }
  html .netmede .col-m-3-list li {
    float: left;
    width: 33.33%;
  }
  html .netmede .col-m-2-list li {
    float: left;
    width: 50%;
  }
  html .netmede .row-m {
    display: table;
    width: 100%;
  }
  html .netmede .row-m > * {
    position: relative;
    display: table-cell;
    text-align: left;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0 20px;
    /* 12 cols grid system */
  }
  html .netmede .row-m > *:first-child {
    padding-left: 0px;
  }
  html .netmede .row-m > *:last-child {
    padding-right: 0px;
  }
  html .netmede .row-m > *.col-2,
  html .netmede .row-m > *.col-xs-2,
  html .netmede .row-m > *.col-s-2,
  html .netmede .row-m > *.col-m-2 {
    width: 16.7%;
  }
  html .netmede .row-m > *.col-3,
  html .netmede .row-m > *.col-xs-3,
  html .netmede .row-m > *.col-s-3,
  html .netmede .row-m > *.col-m-3 {
    width: 25%;
  }
  html .netmede .row-m > *.col-4,
  html .netmede .row-m > *.col-xs-4,
  html .netmede .row-m > *.col-s-4,
  html .netmede .row-m > *.col-m-4 {
    width: 32.37%;
  }
  html .netmede .row-m > *.col-5,
  html .netmede .row-m > *.col-s-5,
  html .netmede .row-m > *.col-m-5 {
    width: 41.67%;
  }
  html .netmede .row-m > *.col-6,
  html .netmede .row-m > *.col-xs-6,
  html .netmede .row-m > *.col-s-6,
  html .netmede .row-m > *.col-m-6 {
    width: 50%;
  }
  html .netmede .row-m > *.col-7,
  html .netmede .row-m > *.col-xs-7,
  html .netmede .row-m > *.col-s-7,
  html .netmede .row-m > *.col-m-7 {
    width: 58.33%;
  }
  html .netmede .row-m > *.col-8,
  html .netmede .row-m > *.col-xs-8,
  html .netmede .row-m > *.col-s-8,
  html .netmede .row-m > *.col-m-8 {
    width: 67.63%;
  }
  html .netmede .row {
    display: table;
    width: 100%;
  }
  html .netmede .row > * {
    /* 12 cols grid system */
  }
  html .netmede .row > *.col-m-2,
  html .netmede .row > *.col-m-3,
  html .netmede .row > *.col-m-4,
  html .netmede .row > *.col-m-5,
  html .netmede .row > *.col-m-6,
  html .netmede .row > *.col-m-7,
  html .netmede .row > *.col-m-8,
  html .netmede .row > *.col-m-9,
  html .netmede .row > *.col-m-10,
  html .netmede .row > *.col-m-11 {
    padding: 0;
    display: table;
    width: 100% !important;
  }
  html .netmede .row > *.padded-left {
    padding-left: 0px !important;
  }
  html .netmede .row > *.padded-right {
    padding-right: 0px !important;
  }
  html .netmede .row > * + * {
    margin-top: 20px;
  }
  html .netmede .row > .column {
    display: block;
    width: 100%;
  }
  html .netmede .row > .column .breadcrumb {
    float: left;
  }
  html .netmede .row.h-gray-blocks > * + * {
    margin-top: 5px;
  }
  html .netmede .cookies-disclaimer .close {
    position: absolute;
    right: 10px;
    margin-right: 0;
  }
  html .netmede .advanteges-section {
    display: table;
    margin-top: 40px;
  }
  html .netmede .advanteges-section li {
    width: 100% !important;
  }
  html .netmede .advanteges-section li * {
    margin: auto;
  }
  html .netmede .advanteges-section .advanteges-list.left-m {
    float: left;
    width: 50%;
  }
  html .netmede .advanteges-section .advanteges-list.right-m {
    float: left;
    width: 50%;
  }
  html .netmede .app-netmede-section .video-container {
    margin: 40px 0 30px;
  }
  html .netmede .grey-radial-background {
    margin-bottom: 55px !important;
    /*.background-img {
						display: none;
					}*/
  }
  html .netmede .grey-radial-background .responsive-img {
    position: static !important;
    display: block !important;
  }
  html .netmede .how-it-works-section {
    padding: 30px 0 0 0;
  }
  html .netmede .how-it-works-section .row {
    display: flex;
    flex-flow: row wrap;
  }
  html .netmede .how-it-works-section .row .col-m-7 {
    margin-top: 30px;
    order: 2;
  }
  html .netmede .how-it-works-section .row .col-m-5 {
    margin: 0;
    order: 1;
  }
  html .netmede .how-it-works-section .image-container img {
    margin: 0 auto -123px;
  }
  html .netmede .how-it-works-section .download-app-list {
    margin-top: 42px;
  }
  html .netmede .how-it-works-section .download-app-list li {
    padding-top: 20px;
    display: block;
  }
  html .netmede .sign-in-section .bottom-btns {
    margin-top: 69px !important;
  }
  html .netmede .sign-in-section .bottom-btns > span {
    display: block;
  }
  html .netmede .sign-in-section .bottom-btns > span button {
    width: 100%;
  }
  html .netmede .sign-in-section .bottom-btns > span + span {
    margin-left: 0 !important;
    margin-top: 10px;
  }
  html .netmede .sign-in-section .video-container {
    left: 4% !important;
    top: 5% !important;
    right: auto !important;
  }
  html .netmede > header .header-top {
    height: 100px;
  }
  html .netmede > header .header-top .row {
    position: relative;
  }
  html .netmede > header .header-top .row > * {
    margin: 0;
    text-align: center;
  }
  html .netmede > header .header-top .row > *:nth-child(2) {
    display: block;
    position: absolute;
    padding: 0;
    left: 0;
    width: 1%;
    top: 70px;
  }
  html .netmede > header .header-top .logo {
    margin-top: 20px;
    width: 160px;
    height: auto;
  }
  html .netmede > header .header-top .slogan {
    width: 160px;
    float: none;
    text-align: right;
    font-size: 17px;
    line-height: 22px;
    margin: -5px auto 0 auto;
  }
  html .netmede > header .header-bar {
    position: absolute;
    top: 10px;
    height: 70px;
    background-color: transparent;
    width: 100%;
    box-shadow: none;
  }
  html .netmede > header .header-bar .navbar-toggle {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: transparent;
  }
  html .netmede > header .header-bar .navbar-toggle span {
    background-color: #75888e;
  }
  html .netmede > header .header-bar .navbar-toggle:after {
    border: 1px solid transparent;
    position: absolute;
    content: "MENU";
    bottom: -30px;
    left: -1px;
    color: #75888e;
    font-size: 8px;
  }
  html .netmede > header .header-bar .main-navbar {
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    padding-bottom: 1px;
    z-index: 10;
  }
  html .netmede > header .header-bar .main-navbar.mobile-open {
    background-color: #f2f2f2;
    box-shadow: 0px 2px 10px #000000;
  }
  html .netmede > header .header-bar .main-navbar.mobile-open ul {
    background-color: #72878b;
    border-bottom: 1px solid #87989e;
  }
  html .netmede > header .header-bar .main-navbar.mobile-open ul li {
    display: block;
  }
  html .netmede > header .header-bar .main-navbar.mobile-open .navbar-bottom {
    display: table;
  }
  html .netmede > header .header-bar .main-navbar.mobile-open:before {
    display: block;
    content: "";
    width: 100%;
    height: 8px;
    background-color: #fff;
    position: absolute;
    top: -8px;
    left: 0;
  }
  html .netmede > header .header-bar .main-navbar ul {
    width: 100%;
    margin: 0;
    position: relative;
  }
  html .netmede > header .header-bar .main-navbar ul li {
    float: left;
    width: 100%;
    margin: 0 !important;
    display: none;
    font-weight: bold;
  }
  html .netmede > header .header-bar .main-navbar ul li a,
  html .netmede > header .header-bar .main-navbar ul li span {
    padding: 10px 20px 10px 20px;
    color: #fff;
    text-shadow: none;
  }
  html .netmede > header .header-bar .main-navbar ul li:hover a {
    background-color: #7a8e91;
  }
  html .netmede > header .header-bar .main-navbar ul li.active span {
    background-color: #5d6d71;
    border: none;
    box-shadow: none;
    border-radius: 0;
  }
  html .netmede > header .header-bar .main-navbar ul li + li {
    border-top: 1px solid #84969a;
  }
  html .netmede > header .header-bar .share-buttons {
    display: none;
    margin-right: 5px;
  }
  html .netmede > header .header-bar .share-buttons > ul {
    display: none;
    width: 90px;
    position: absolute;
    top: 32px;
    right: 0;
    background-color: #fff;
    padding: 10px;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
  }
  html .netmede > header .header-bar .share-buttons > ul li {
    float: left;
    display: block;
    width: 100%;
  }
  html .netmede > header .header-bar .share-buttons > ul li a {
    position: relative;
    line-height: 26px;
    height: 26px;
    white-space: nowrap;
  }
  html .netmede > header .header-bar .share-buttons > ul li a .sr-only {
    float: left;
    position: static;
    left: auto;
    width: auto;
    height: auto;
    overflow: auto;
    margin-left: 5px;
  }
  html .netmede > header .header-bar .share-buttons > ul li a:before {
    float: left;
    display: inline-block !important;
  }
  html .netmede > header .header-bar .share-buttons > ul li + li {
    margin-top: 10px;
    margin-left: 0;
  }
  html .netmede > header .header-bar .share-buttons > ul:before {
    content: "";
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    height: 30px;
    width: 100%;
    background: transparent;
  }
  html .netmede > header .header-bar .share-buttons .social-btn {
    display: block;
  }
  html .netmede > header .header-bar .share-buttons.active > ul {
    display: block;
  }
  html .netmede > main .main-content aside .row-m > * > *:first-child {
    margin-top: 0 !important;
  }
  html .netmede > main .main-content aside .lat-section {
    margin-top: 18px;
  }
  html .netmede > main .main-content aside .lat-filter-section header h2 {
    margin-bottom: 5px;
  }
  html .netmede > main .main-content .results-section {
    min-height: auto;
  }
  html .netmede > main .results-section {
    margin-top: 40px;
  }
  html .netmede > main .content-disclaimer {
    margin-top: 30px;
  }
  html .netmede > main .home-blocks-section .home-block-section {
    border: none;
    padding-left: 0;
    padding-top: 0;
    padding-right: 90px;
    padding-bottom: 50px;
    min-height: 190px;
  }
  html .netmede > main .home-blocks-section .home-block-section button {
    left: 0;
    bottom: 0;
  }
  html .netmede > main .home-blocks-section .home-block-section.traffic-shaping-block-section {
    padding-right: 65px;
  }
  html .netmede > main .home-blocks-section .home-block-section.traffic-shaping-block-section:after {
    top: 0;
    right: 10px;
  }
  html .netmede > main .home-blocks-section .home-block-section.statistics-block-section {
    padding-right: 95px;
  }
  html .netmede > main .home-blocks-section .home-block-section.statistics-block-section:after {
    top: 0;
    right: 0;
  }
  html .netmede > main .app-netmede-section {
    padding: 50px 0;
  }
  html .netmede > main .app-netmede-section .row > * + * {
    margin-top: 60px;
  }
  html .netmede > main .app-netmede-section img {
    margin-top: 35px;
    width: 100%;
  }
  html .netmede > main .app-netmede-section .description p:first-child {
    margin-top: 0;
  }
  html .netmede > main .app-netmede-section .bottom-btns {
    margin-top: 25px;
  }
  html .netmede > main .shortcuts-menu.fixed ul {
    position: relative !important;
    width: auto !important;
  }
  html .netmede > main .text-section > header h2 {
    font-size: 26px !important;
  }
  html .netmede > footer button.email {
    margin-top: 53px !important;
  }
  html .netmede > footer .social-navbar {
    margin-top: 75px !important;
  }
  html .netmede.medium > header .header-bar .navbar-toggle,
  html .netmede.small > header .header-bar .navbar-toggle {
    display: table;
  }
  html .netmede.medium > header .header-bar .share-buttons,
  html .netmede.small > header .header-bar .share-buttons {
    display: block;
  }
}
/* ============================= */
/* ! Layout for small sizes		 */
/* ============================= */
@media (max-width: 767px) {
  html .netmede h1 {
    font-size: 30px;
    line-height: 30px;
  }
  html .netmede .wrapper {
    padding: 0 20px;
  }
  html .netmede .mobile-white {
    position: relative;
    margin-top: 0 !important;
    background-color: #fff;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
  }
  html .netmede .speedtest-section.white-box {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  }
  html .netmede .speedtest-section .loadings-box .loadings-wrapper > .row > * {
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
  }
  html .netmede .speedtest-section .loadings-box .loading-box {
    position: relative;
    display: none;
    height: 160px;
  }
  html .netmede .speedtest-section .loadings-box .loading-box h3 {
    width: 100%;
    position: absolute;
    top: 25px;
    z-index: 5;
    padding: 0;
    font-size: 9px;
  }
  html .netmede .speedtest-section .loadings-box .loading-box h3:before {
    display: none;
  }
  html .netmede .speedtest-section .loadings-box .loading-box .loading-wheel > span > span:first-child {
    margin-top: 55px;
  }
  html .netmede .speedtest-section .loadings-box .loading-box.active {
    display: table;
  }
  html .netmede .speedtest-section .loadings-box .final-values {
    display: block;
  }
  html .netmede .white-box {
    padding: 20px;
    box-shadow: none;
    border-radius: 0;
  }
  html .netmede .white-box .grey-box {
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
  }
  html .netmede .loadings-box {
    padding: 25px;
    background-color: #fdfdfd;
    box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
    border-radius: 8px;
  }
  html .netmede .advanteges-section li {
    width: 100% !important;
    height: auto !important;
  }
  html .netmede .advanteges-section .advanteges-list.left-m {
    float: none;
    width: 100%;
  }
  html .netmede .advanteges-section .advanteges-list.right-m {
    float: none;
    width: 100%;
  }
  html .netmede .mobile-collapser {
    margin-bottom: 30px;
  }
  html .netmede .mobile-collapser .coll-head {
    position: relative;
    padding-left: 45px;
    cursor: pointer;
    min-height: 27px;
  }
  html .netmede .mobile-collapser .coll-head:before {
    position: absolute;
    top: -5px;
    left: 0;
    content: "";
    display: block;
    width: 31px;
    height: 31px;
    background: transparent url(/assets/img/sprite.png) no-repeat scroll -170px -63px;
  }
  html .netmede .mobile-collapser .coll-content {
    display: none;
    height: 0;
    padding-left: 45px;
    margin: 0 !important;
  }
  html .netmede .mobile-collapser.no-margin .coll-head {
    margin-bottom: 0;
  }
  html .netmede .mobile-collapser.active .coll-head {
    margin-bottom: 12px;
  }
  html .netmede .mobile-collapser.active .coll-head:before {
    background: transparent url(/assets/img/sprite.png) no-repeat scroll -139px -63px;
  }
  html .netmede .mobile-collapser.active .coll-content {
    display: block;
    height: auto;
  }
  html .netmede .mobile-collapser.collapser-title-2 .coll-head:before {
    top: 0px;
  }
  html .netmede .mobile-collapser:not(.active) {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  html .netmede .mobile-collapser:not(.active):after {
    display: none !important;
  }
  html .netmede .mobile-collapser:not(.active).home-block-section {
    height: 34px !important;
    min-height: 34px !important;
  }
  html .netmede .mobile-collapser.balloon {
    padding: 20px !important;
  }
  html .netmede .mobile-collapser.balloon:not(.active) .coll-head {
    margin-bottom: 0;
  }
  html .netmede .mobile-collapser.balloon .coll-head:before {
    top: -2px;
  }
  html .netmede .mobile-collapser.balloon .coll-content {
    padding-left: 0px;
  }
  html .netmede .zebra-table thead {
    display: none;
  }
  html .netmede .zebra-table td {
    display: block;
    line-height: 18px !important;
    text-align: left !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  html .netmede .zebra-table td .title {
    font-weight: normal !important;
  }
  html .netmede .zebra-table td .th {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 3px;
  }
  html .netmede .zebra-table td:first-child {
    padding-top: 17px !important;
  }
  html .netmede .zebra-table td:last-child {
    padding-bottom: 17px !important;
  }
  html .netmede .col-s-4-list li {
    float: left;
    width: 25%;
  }
  html .netmede .col-s-3-list li {
    float: left;
    width: 33.33%;
  }
  html .netmede .col-s-2-list li {
    float: left;
    width: 50%;
  }
  html .netmede .row,
  html .netmede .row-m {
    display: table;
    width: 100%;
  }
  html .netmede .row > *,
  html .netmede .row-m > * {
    /* 12 cols grid system */
  }
  html .netmede .row > *.col-s-2,
  html .netmede .row-m > *.col-s-2,
  html .netmede .row > *.col-s-3,
  html .netmede .row-m > *.col-s-3,
  html .netmede .row > *.col-s-4,
  html .netmede .row-m > *.col-s-4,
  html .netmede .row > *.col-s-5,
  html .netmede .row-m > *.col-s-5,
  html .netmede .row > *.col-s-6,
  html .netmede .row-m > *.col-s-6,
  html .netmede .row > *.col-s-7,
  html .netmede .row-m > *.col-s-7,
  html .netmede .row > *.col-s-8,
  html .netmede .row-m > *.col-s-8,
  html .netmede .row > *.col-s-9,
  html .netmede .row-m > *.col-s-9,
  html .netmede .row > *.col-s-10,
  html .netmede .row-m > *.col-s-10,
  html .netmede .row > *.col-s-11,
  html .netmede .row-m > *.col-s-11 {
    padding: 0;
    display: table;
    width: 100% !important;
  }
  html .netmede .row > *.refined-width + *,
  html .netmede .row-m > *.refined-width + * {
    margin-top: 30px;
  }
  html .netmede .speedtest-section .speedtest-results .download-speed-section {
    margin-top: 30px;
    padding: 0;
    border: none;
  }
  html .netmede .speedtest-section .speedtest-results .download-speed-section table tr {
    display: block;
  }
  html .netmede .speedtest-section .speedtest-results .download-speed-section table tr > * {
    padding: 0 !important;
    display: block;
  }
  html .netmede .speedtest-section .speedtest-results .download-speed-section table tr th {
    border: none;
    width: 100%;
    text-align: left;
  }
  html .netmede .speedtest-section .speedtest-results .download-speed-section table tr + tr {
    margin-top: 10px;
  }
  html .netmede .speedtest-section .speedtest-results .supported-and-notsupported-section {
    padding: 0;
    border: none;
  }
  html .netmede .speedtest-section .speedtest-results .supported-and-notsupported-section .services-list li {
    width: 100%;
    float: none;
  }
  html .netmede .speedtest-section .speedtest-results .supported-and-notsupported-section .services-list li + li {
    margin-top: 20px !important;
  }
  html .netmede .speedtest-section .speedtest-results .more-info-section {
    padding: 0;
    border: none;
  }
  html .netmede .speedtest-section .speedtest-results .more-info-section .row > * + * {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e0e6ea;
  }
  html .netmede .speedtest-section .speedtest-results .more-info-section .pdf-section {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e0e6ea;
    margin-left: 45px;
  }
  html .netmede .speedtest-section .speedtest-results .more-info-section .pdf-link {
    float: none;
    display: table;
    margin-left: 0;
    top: 0;
    position: relative;
  }
  html .netmede .speedtest-section .speedtest-results .more-info-section .details-block:first-child .val {
    white-space: inherit;
    width: auto;
    display: inline;
  }
  html .netmede .speedtest-section > footer {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e0e6ea;
  }
  html .netmede .speedtest-section > footer .run-test-btn {
    width: 100%;
  }
  html .netmede .sign-in-section .bottom-btns {
    display: table;
    width: 100%;
    margin-top: 25px !important;
  }
  html .netmede .sign-in-section .bottom-btns span {
    float: left;
    width: 50%;
    margin: 0 !important;
    box-sizing: border-box;
  }
  html .netmede .sign-in-section .bottom-btns span button {
    width: 100%;
  }
  html .netmede .sign-in-section .bottom-btns span:first-child {
    padding-right: 12px;
  }
  html .netmede .sign-in-section .bottom-btns span:last-child {
    padding-left: 12px;
  }
  html .netmede .tooltip-html {
    position: fixed;
    left: 20px !important;
    right: 20px;
    top: 50% !important;
    width: auto;
    max-width: 100%;
    height: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  html .netmede .tooltip-html.left-side {
    margin-left: 0;
  }
  html .netmede > header .share-buttons .social-btn:before {
    background: transparent url(/assets/img/sprite.png) no-repeat scroll -147px -133px !important;
    background: transparent url(/assets/img/sprite.png) no-repeat scroll -147px -133px;
    width: 22px !important;
    height: 21px !important;
  }
  html .netmede > main .main-content .wrapper {
    padding: 0;
  }
  html .netmede > main .main-content aside {
    padding: 0 20px;
  }
  html .netmede > main .main-content aside .lat-section {
    margin-top: 18px !important;
  }
  html .netmede > main .main-content .dropdowns-block .form-block + .form-block {
    margin-top: 10px;
  }
  html .netmede > main .main-content .results-section {
    padding-top: 30px;
    margin-top: 0;
  }
  html .netmede > main .main-content .results-section .statistic-section {
    margin-top: 20px;
  }
  html .netmede > main .wrapper > header .desc,
  html .netmede > main .grey-background > header .desc,
  html .netmede > main .light-grey-background > header .desc {
    margin-top: 5px;
    font-size: 15px;
    line-height: 22px;
  }
  html .netmede > main .grey-background,
  html .netmede > main .light-grey-background {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  html .netmede > main .grey-background.home-bg {
    padding-bottom: 0;
  }
  html .netmede > main .advices-section {
    border-top: 1px solid #e5e5e5;
    margin-top: 0;
  }
  html .netmede > main .advices-section header {
    margin-top: 15px;
  }
  html .netmede > main .advices-section header h3 {
    font-size: 17px !important;
    font-weight: bold !important;
  }
  html .netmede > main .platforms-section {
    margin-top: 0px;
  }
  html .netmede > main .platforms-section h2 {
    font-size: 18px;
  }
  html .netmede > main .platforms-section .platforms-list {
    margin-top: -17px;
  }
  html .netmede > main .advices-section header h3 {
    font-size: 28px;
    line-height: 34px;
    font-weight: 300;
  }
  html .netmede > main .advices-section header h3:after {
    content: "";
  }
  html .netmede > main .how-it-works-section {
    padding: 30px 0 0 0;
  }
  html .netmede > main .how-it-works-section section header h2 {
    font-size: 26px;
    line-height: 31px;
  }
  html .netmede > main .how-it-works-section .image-container {
    margin-bottom: -37px;
  }
  html .netmede > main .how-it-works-section .image-container img {
    margin: 0 auto;
  }
  html .netmede > main .how-it-works-section .download-app-list {
    margin-top: 32px;
  }
  html .netmede > main .how-it-works-section .download-app-list li {
    padding-top: 0px;
    display: table-cell;
  }
  html .netmede > main .home-blocks-section {
    padding: 40px 0 40px 0;
  }
  html .netmede > main .home-blocks-section .row > * + * {
    margin-top: 0px;
  }
  html .netmede > main .home-blocks-section .home-block-section {
    border: none;
    padding-left: 0;
    padding-top: 0;
    padding-right: 130px;
    padding-bottom: 70px;
    min-height: auto;
  }
  html .netmede > main .home-blocks-section .home-block-section header h2 {
    font-size: 28px;
    line-height: 34px;
  }
  html .netmede > main .home-blocks-section .home-block-section button {
    left: 45px;
    bottom: 0;
  }
  html .netmede > main .home-blocks-section .home-block-section p {
    margin: 10px 0 0;
  }
  html .netmede > main .home-blocks-section .home-block-section a {
    display: inline-block;
    margin: 10px 0 0;
  }
  html .netmede > main .home-blocks-section .home-block-section.traffic-shaping-block-section {
    padding-right: 70px;
  }
  html .netmede > main .home-blocks-section .home-block-section.traffic-shaping-block-section:after {
    position: absolute;
    top: 5px;
    right: 10px;
  }
  html .netmede > main .home-blocks-section .home-block-section.statistics-block-section {
    padding-right: 90px;
  }
  html .netmede > main .home-blocks-section .home-block-section.statistics-block-section:after {
    position: absolute;
    top: 5px;
    right: -10px;
  }
  html .netmede > main .app-netmede-section img {
    margin-top: 0;
  }
  html .netmede > main .app-netmede-section .description {
    margin-top: 20px;
  }
  html .netmede > main .app-netmede-section .bottom-btns {
    display: table;
    width: 100%;
    margin-top: 25px;
  }
  html .netmede > main .app-netmede-section .bottom-btns span {
    float: left;
    width: 50%;
    margin: 0 !important;
    box-sizing: border-box;
  }
  html .netmede > main .app-netmede-section .bottom-btns span button {
    width: 100%;
  }
  html .netmede > main .app-netmede-section .bottom-btns span:first-child {
    padding-right: 12px;
  }
  html .netmede > main .app-netmede-section .bottom-btns span:last-child {
    padding-left: 12px;
  }
  html .netmede > main .app-netmede-section .download-app-btn {
    width: 100%;
  }
  html .netmede > footer .bottom-section {
    padding: 40px 0;
    /*.website-props {
							display: table;
							margin-left: auto;
							margin-right: auto;
							.acessibility {
							}
							.ipv6 {
							}
						}*/
    /*.social-navbar {
							display: table;
							margin-left: auto;
							margin-right: auto;
							li {
							}
						}*/
  }
  html .netmede > footer .bottom-section .row > * + * {
    margin-top: 45px;
  }
  html .netmede > footer .bottom-section .secondary-navbar .navbar-title {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
  html .netmede > footer .bottom-section .secondary-navbar ul li {
    display: table;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  html .netmede > footer .bottom-section .secondary-navbar ul li span {
    padding-left: 3px;
  }
  html .netmede > footer .bottom-section .secondary-navbar ul li .desc + .desc {
    padding-top: 5px;
  }
  html .netmede > footer .bottom-section .secondary-navbar ul li.phone:before {
    left: 7px;
    top: -1px;
  }
  html .netmede > footer .bottom-section .secondary-navbar ul li.address:before {
    top: -1px;
  }
  html .netmede > footer .bottom-section .secondary-navbar ul li + li {
    margin-top: 15px;
  }
  html .netmede > footer .bottom-section .contacts-navbar button.email {
    display: block;
    margin: 40px auto 0 auto;
    font-size: 15px;
    line-height: 17px;
    height: 42px;
  }
  html .netmede > footer .bottom-section .website-mobile-propreties {
    display: table;
    margin: 20px auto 0 auto;
  }
  html .netmede > footer .bottom-section .website-mobile-propreties .website-props {
    float: left;
    margin: 0;
  }
  html .netmede > footer .bottom-section .website-mobile-propreties .social-navbar {
    float: left;
    margin: 0 0 0 60px !important;
  }
  html .netmede > footer .footer-section {
    padding-bottom: 30px;
  }
  html .netmede > footer .footer-section .anacom-logo {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
  html .netmede > footer .footer-section .copyrights {
    margin: 0;
    display: table;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
   	#server_notice{
	    font-size: 16px; 
	    color:#000; 
	    margin: 0px 0px 50px 0px
	}
	
	#server_notice_title {
	    font-size: 32px; 
	}
}
/* ============================= */
/* ! Layout for small sizes		 */
/* ============================= */
@media (max-width: 575px) {
  html .netmede .col-xs-4-list li {
    float: left;
    width: 25%;
  }
  html .netmede .col-xs-3-list li {
    float: left;
    width: 33.33%;
  }
  html .netmede .col-xs-2-list li {
    float: left;
    width: 50%;
  }
  html .netmede .row {
    display: table;
    width: 100%;
  }
  html .netmede .row > * {
    /* 12 cols grid system */
  }
  html .netmede .row > *.col-xs-2,
  html .netmede .row > *.col-xs-3,
  html .netmede .row > *.col-xs-4,
  html .netmede .row > *.col-xs-5,
  html .netmede .row > *.col-xs-6,
  html .netmede .row > *.col-xs-7,
  html .netmede .row > *.col-xs-8,
  html .netmede .row > *.col-xs-9,
  html .netmede .row > *.col-xs-10,
  html .netmede .row > *.col-xs-11 {
    padding: 0;
    display: table;
    width: 100% !important;
  }
  html .netmede > main .main-content .tabbed {
    padding-left: 40px !important;
  }
  html .netmede > main .main-content .results-section .statistic-section > header .header {
    padding: 0;
    text-align: center;
  }
  html .netmede > main .main-content .results-section .statistic-section.speed-section .row.h-gray-blocks > * {
    border-left: none;
    border-right: none;
  }
  html .netmede > main .main-content .results-section .statistic-section.trafic-shaping-section .row.h-gray-blocks > *.col-xs-6 {
    border-right: none;
  }
  html .netmede > main .main-content .results-section .statistic-section.trafic-shaping-section .row.h-gray-blocks > *.col-xs-3 {
    float: left;
    width: 50% !important;
  }
  html .netmede > main .main-content .results-section .statistic-section.trafic-shaping-section .row.h-gray-blocks > *.col-xs-3:nth-child(2) {
    border-left: none;
  }
  html .netmede > main .speedtest-section input {
    font-size: 13px;
  }
  html .netmede > main .app-netmede-section .header {
    width: 100%;
  }
  html .netmede > main .app-netmede-section .platforms {
    float: none !important;
    text-align: right;
  }
  html .netmede > main .app-netmede-section .platforms li + li {
    margin-left: 5px !important;
  }
  html .netmede > main .platforms-section .lbl {
    min-height: 46px;
  }
  html .netmede > main .video-container iframe {
    height: 180px !important;
  }
}
/* ============================= */
/* ! Layout for tiny sizes		 */
/* ============================= */
@media (max-width: 410px) {
  html .netmede .speedtest-section .loadings-box .final-values .test-item .final-val {
    min-width: 62px;
  }
  html .netmede .speedtest-section .loadings-box .final-values .test-item .final-val .val {
    font-size: 28px;
  }
}
/* ============================= */
/* ! Layout for tiny sizes		 */
/* ============================= */
@media (max-width: 360px) {
  html .netmede .speedtest-section .loadings-box .final-values .test-item .final-val {
    min-width: 58px;
  }
  html .netmede .speedtest-section .loadings-box .final-values .test-item .final-val .val {
    font-size: 26px;
  }
  html .netmede .speedtest-section .loadings-box .final-values > .row > * {
    padding: 0 10px;
  }
  html .netmede .speedtest-section .loadings-box .final-values > .row > *:first-child {
    padding-left: 0;
  }
  html .netmede .speedtest-section .loadings-box .final-values > .row > *:last-child {
    padding-right: 0;
  }
  html .netmede > header .header-bar .main-navbar .navbar-bottom button {
    width: 100%;
  }
  html .netmede > main .app-netmede-section .platforms {
    float: left !important;
    clear: left;
    margin-left: 0;
  }
  html .netmede > main .home-blocks-section .home-block-section a {
    white-space: nowrap;
  }
  html .netmede > footer .bottom-section .website-mobile-propreties .website-props {
    float: none;
    margin: 0 auto !important;
  }
  html .netmede > footer .bottom-section .website-mobile-propreties .social-navbar {
    float: none;
    margin: 20px auto 0 auto !important;
  }
}
/* ============================= */
/* ! Layout for tiny sizes		 */
/* ============================= */
@media (max-width: 320px) {
  html .netmede {
    width: 320px;
  }
}
/* ============================= */
/* ! Layout for tiny sizes		 */
/* ============================= */
@media (width: 1366px), (height: 667px) {
  html .netmede .grey-box {
    padding: 25px 25px 15px 25px;
  }
  html .netmede .white-box {
    padding: 25px;
  }
  html .netmede .speedtest-section > footer {
    margin-top: 25px;
  }
  html .netmede > header .header-top {
    height: 100px;
  }
  html .netmede > header .header-top .logo {
    margin-top: 9px;
  }
  html .netmede > header .header-top .slogan {
    margin-top: 40px;
  }
  html .netmede > header .header-top .private-area {
    margin-top: 17px;
  }
  html .netmede > main .grey-background {
    padding-top: 25px;
  }
  html .netmede > main .main-content {
    margin-top: 22px;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .hidden-m {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-s-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden-m-up {
    display: none !important;
  }
  .loadings-wrapper {
    display: block !important;
  }
}
@media (max-width: 990px) {
  .hidden-m-down {
    display: none !important;
  }
}
@media (min-width: 991px) {
  .hidden-l-up {
    display: none !important;
  }
}
.rect-auto,
.c100.p51 .slice,
.c100.p52 .slice,
.c100.p53 .slice,
.c100.p54 .slice,
.c100.p55 .slice,
.c100.p56 .slice,
.c100.p57 .slice,
.c100.p58 .slice,
.c100.p59 .slice,
.c100.p60 .slice,
.c100.p61 .slice,
.c100.p62 .slice,
.c100.p63 .slice,
.c100.p64 .slice,
.c100.p65 .slice,
.c100.p66 .slice,
.c100.p67 .slice,
.c100.p68 .slice,
.c100.p69 .slice,
.c100.p70 .slice,
.c100.p71 .slice,
.c100.p72 .slice,
.c100.p73 .slice,
.c100.p74 .slice,
.c100.p75 .slice,
.c100.p76 .slice,
.c100.p77 .slice,
.c100.p78 .slice,
.c100.p79 .slice,
.c100.p80 .slice,
.c100.p81 .slice,
.c100.p82 .slice,
.c100.p83 .slice,
.c100.p84 .slice,
.c100.p85 .slice,
.c100.p86 .slice,
.c100.p87 .slice,
.c100.p88 .slice,
.c100.p89 .slice,
.c100.p90 .slice,
.c100.p91 .slice,
.c100.p92 .slice,
.c100.p93 .slice,
.c100.p94 .slice,
.c100.p95 .slice,
.c100.p96 .slice,
.c100.p97 .slice,
.c100.p98 .slice,
.c100.p99 .slice,
.c100.p100 .slice {
  clip: rect(auto, auto, auto, auto);
}
.pie,
.c100 .bar,
.c100.p51 .fill,
.c100.p52 .fill,
.c100.p53 .fill,
.c100.p54 .fill,
.c100.p55 .fill,
.c100.p56 .fill,
.c100.p57 .fill,
.c100.p58 .fill,
.c100.p59 .fill,
.c100.p60 .fill,
.c100.p61 .fill,
.c100.p62 .fill,
.c100.p63 .fill,
.c100.p64 .fill,
.c100.p65 .fill,
.c100.p66 .fill,
.c100.p67 .fill,
.c100.p68 .fill,
.c100.p69 .fill,
.c100.p70 .fill,
.c100.p71 .fill,
.c100.p72 .fill,
.c100.p73 .fill,
.c100.p74 .fill,
.c100.p75 .fill,
.c100.p76 .fill,
.c100.p77 .fill,
.c100.p78 .fill,
.c100.p79 .fill,
.c100.p80 .fill,
.c100.p81 .fill,
.c100.p82 .fill,
.c100.p83 .fill,
.c100.p84 .fill,
.c100.p85 .fill,
.c100.p86 .fill,
.c100.p87 .fill,
.c100.p88 .fill,
.c100.p89 .fill,
.c100.p90 .fill,
.c100.p91 .fill,
.c100.p92 .fill,
.c100.p93 .fill,
.c100.p94 .fill,
.c100.p95 .fill,
.c100.p96 .fill,
.c100.p97 .fill,
.c100.p98 .fill,
.c100.p99 .fill,
.c100.p100 .fill {
  position: absolute;
  border: 0.0593em solid #307bbb;
  width: 0.8814em;
  height: 0.8814em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.pie-fill,
.c100.p51 .bar:after,
.c100.p51 .fill,
.c100.p52 .bar:after,
.c100.p52 .fill,
.c100.p53 .bar:after,
.c100.p53 .fill,
.c100.p54 .bar:after,
.c100.p54 .fill,
.c100.p55 .bar:after,
.c100.p55 .fill,
.c100.p56 .bar:after,
.c100.p56 .fill,
.c100.p57 .bar:after,
.c100.p57 .fill,
.c100.p58 .bar:after,
.c100.p58 .fill,
.c100.p59 .bar:after,
.c100.p59 .fill,
.c100.p60 .bar:after,
.c100.p60 .fill,
.c100.p61 .bar:after,
.c100.p61 .fill,
.c100.p62 .bar:after,
.c100.p62 .fill,
.c100.p63 .bar:after,
.c100.p63 .fill,
.c100.p64 .bar:after,
.c100.p64 .fill,
.c100.p65 .bar:after,
.c100.p65 .fill,
.c100.p66 .bar:after,
.c100.p66 .fill,
.c100.p67 .bar:after,
.c100.p67 .fill,
.c100.p68 .bar:after,
.c100.p68 .fill,
.c100.p69 .bar:after,
.c100.p69 .fill,
.c100.p70 .bar:after,
.c100.p70 .fill,
.c100.p71 .bar:after,
.c100.p71 .fill,
.c100.p72 .bar:after,
.c100.p72 .fill,
.c100.p73 .bar:after,
.c100.p73 .fill,
.c100.p74 .bar:after,
.c100.p74 .fill,
.c100.p75 .bar:after,
.c100.p75 .fill,
.c100.p76 .bar:after,
.c100.p76 .fill,
.c100.p77 .bar:after,
.c100.p77 .fill,
.c100.p78 .bar:after,
.c100.p78 .fill,
.c100.p79 .bar:after,
.c100.p79 .fill,
.c100.p80 .bar:after,
.c100.p80 .fill,
.c100.p81 .bar:after,
.c100.p81 .fill,
.c100.p82 .bar:after,
.c100.p82 .fill,
.c100.p83 .bar:after,
.c100.p83 .fill,
.c100.p84 .bar:after,
.c100.p84 .fill,
.c100.p85 .bar:after,
.c100.p85 .fill,
.c100.p86 .bar:after,
.c100.p86 .fill,
.c100.p87 .bar:after,
.c100.p87 .fill,
.c100.p88 .bar:after,
.c100.p88 .fill,
.c100.p89 .bar:after,
.c100.p89 .fill,
.c100.p90 .bar:after,
.c100.p90 .fill,
.c100.p91 .bar:after,
.c100.p91 .fill,
.c100.p92 .bar:after,
.c100.p92 .fill,
.c100.p93 .bar:after,
.c100.p93 .fill,
.c100.p94 .bar:after,
.c100.p94 .fill,
.c100.p95 .bar:after,
.c100.p95 .fill,
.c100.p96 .bar:after,
.c100.p96 .fill,
.c100.p97 .bar:after,
.c100.p97 .fill,
.c100.p98 .bar:after,
.c100.p98 .fill,
.c100.p99 .bar:after,
.c100.p99 .fill,
.c100.p100 .bar:after,
.c100.p100 .fill {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.c100 {
  position: relative;
  font-size: 136px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  float: left;
  margin: 0 0.1em 0.1em 0;
  background-color: #cccccc;
}
.c100 *,
.c100 *:before,
.c100 *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.c100.center {
  float: none;
  margin: 0 auto;
}
.c100.big {
  font-size: 240px;
}
.c100.small {
  font-size: 80px;
}
.c100 > span {
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  width: 5em;
  line-height: 5em;
  font-size: 0.2em;
  color: #cccccc;
  display: block;
  text-align: center;
  white-space: nowrap;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.c100:after {
  position: absolute;
  top: 0.0593em;
  left: 0.0593em;
  display: block;
  content: " ";
  border-radius: 50%;
  background-color: #f9f9f9;
  width: 0.8814em;
  height: 0.8814em;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.c100 .slice {
  position: absolute;
  width: 1em;
  height: 1em;
  clip: rect(0em, 1em, 1em, 0.5em);
}
.c100.p1 .bar {
  -webkit-transform: rotate(3.6deg);
  -moz-transform: rotate(3.6deg);
  -ms-transform: rotate(3.6deg);
  -o-transform: rotate(3.6deg);
  transform: rotate(3.6deg);
}
.c100.p2 .bar {
  -webkit-transform: rotate(7.2deg);
  -moz-transform: rotate(7.2deg);
  -ms-transform: rotate(7.2deg);
  -o-transform: rotate(7.2deg);
  transform: rotate(7.2deg);
}
.c100.p3 .bar {
  -webkit-transform: rotate(10.8deg);
  -moz-transform: rotate(10.8deg);
  -ms-transform: rotate(10.8deg);
  -o-transform: rotate(10.8deg);
  transform: rotate(10.8deg);
}
.c100.p4 .bar {
  -webkit-transform: rotate(14.4deg);
  -moz-transform: rotate(14.4deg);
  -ms-transform: rotate(14.4deg);
  -o-transform: rotate(14.4deg);
  transform: rotate(14.4deg);
}
.c100.p5 .bar {
  -webkit-transform: rotate(18deg);
  -moz-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  -o-transform: rotate(18deg);
  transform: rotate(18deg);
}
.c100.p6 .bar {
  -webkit-transform: rotate(21.6deg);
  -moz-transform: rotate(21.6deg);
  -ms-transform: rotate(21.6deg);
  -o-transform: rotate(21.6deg);
  transform: rotate(21.6deg);
}
.c100.p7 .bar {
  -webkit-transform: rotate(25.2deg);
  -moz-transform: rotate(25.2deg);
  -ms-transform: rotate(25.2deg);
  -o-transform: rotate(25.2deg);
  transform: rotate(25.2deg);
}
.c100.p8 .bar {
  -webkit-transform: rotate(28.8deg);
  -moz-transform: rotate(28.8deg);
  -ms-transform: rotate(28.8deg);
  -o-transform: rotate(28.8deg);
  transform: rotate(28.8deg);
}
.c100.p9 .bar {
  -webkit-transform: rotate(32.4deg);
  -moz-transform: rotate(32.4deg);
  -ms-transform: rotate(32.4deg);
  -o-transform: rotate(32.4deg);
  transform: rotate(32.4deg);
}
.c100.p10 .bar {
  -webkit-transform: rotate(36deg);
  -moz-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  -o-transform: rotate(36deg);
  transform: rotate(36deg);
}
.c100.p11 .bar {
  -webkit-transform: rotate(39.6deg);
  -moz-transform: rotate(39.6deg);
  -ms-transform: rotate(39.6deg);
  -o-transform: rotate(39.6deg);
  transform: rotate(39.6deg);
}
.c100.p12 .bar {
  -webkit-transform: rotate(43.2deg);
  -moz-transform: rotate(43.2deg);
  -ms-transform: rotate(43.2deg);
  -o-transform: rotate(43.2deg);
  transform: rotate(43.2deg);
}
.c100.p13 .bar {
  -webkit-transform: rotate(46.8deg);
  -moz-transform: rotate(46.8deg);
  -ms-transform: rotate(46.8deg);
  -o-transform: rotate(46.8deg);
  transform: rotate(46.8deg);
}
.c100.p14 .bar {
  -webkit-transform: rotate(50.4deg);
  -moz-transform: rotate(50.4deg);
  -ms-transform: rotate(50.4deg);
  -o-transform: rotate(50.4deg);
  transform: rotate(50.4deg);
}
.c100.p15 .bar {
  -webkit-transform: rotate(54deg);
  -moz-transform: rotate(54deg);
  -ms-transform: rotate(54deg);
  -o-transform: rotate(54deg);
  transform: rotate(54deg);
}
.c100.p16 .bar {
  -webkit-transform: rotate(57.6deg);
  -moz-transform: rotate(57.6deg);
  -ms-transform: rotate(57.6deg);
  -o-transform: rotate(57.6deg);
  transform: rotate(57.6deg);
}
.c100.p17 .bar {
  -webkit-transform: rotate(61.2deg);
  -moz-transform: rotate(61.2deg);
  -ms-transform: rotate(61.2deg);
  -o-transform: rotate(61.2deg);
  transform: rotate(61.2deg);
}
.c100.p18 .bar {
  -webkit-transform: rotate(64.8deg);
  -moz-transform: rotate(64.8deg);
  -ms-transform: rotate(64.8deg);
  -o-transform: rotate(64.8deg);
  transform: rotate(64.8deg);
}
.c100.p19 .bar {
  -webkit-transform: rotate(68.4deg);
  -moz-transform: rotate(68.4deg);
  -ms-transform: rotate(68.4deg);
  -o-transform: rotate(68.4deg);
  transform: rotate(68.4deg);
}
.c100.p20 .bar {
  -webkit-transform: rotate(72deg);
  -moz-transform: rotate(72deg);
  -ms-transform: rotate(72deg);
  -o-transform: rotate(72deg);
  transform: rotate(72deg);
}
.c100.p21 .bar {
  -webkit-transform: rotate(75.6deg);
  -moz-transform: rotate(75.6deg);
  -ms-transform: rotate(75.6deg);
  -o-transform: rotate(75.6deg);
  transform: rotate(75.6deg);
}
.c100.p22 .bar {
  -webkit-transform: rotate(79.2deg);
  -moz-transform: rotate(79.2deg);
  -ms-transform: rotate(79.2deg);
  -o-transform: rotate(79.2deg);
  transform: rotate(79.2deg);
}
.c100.p23 .bar {
  -webkit-transform: rotate(82.8deg);
  -moz-transform: rotate(82.8deg);
  -ms-transform: rotate(82.8deg);
  -o-transform: rotate(82.8deg);
  transform: rotate(82.8deg);
}
.c100.p24 .bar {
  -webkit-transform: rotate(86.4deg);
  -moz-transform: rotate(86.4deg);
  -ms-transform: rotate(86.4deg);
  -o-transform: rotate(86.4deg);
  transform: rotate(86.4deg);
}
.c100.p25 .bar {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.c100.p26 .bar {
  -webkit-transform: rotate(93.6deg);
  -moz-transform: rotate(93.6deg);
  -ms-transform: rotate(93.6deg);
  -o-transform: rotate(93.6deg);
  transform: rotate(93.6deg);
}
.c100.p27 .bar {
  -webkit-transform: rotate(97.2deg);
  -moz-transform: rotate(97.2deg);
  -ms-transform: rotate(97.2deg);
  -o-transform: rotate(97.2deg);
  transform: rotate(97.2deg);
}
.c100.p28 .bar {
  -webkit-transform: rotate(100.8deg);
  -moz-transform: rotate(100.8deg);
  -ms-transform: rotate(100.8deg);
  -o-transform: rotate(100.8deg);
  transform: rotate(100.8deg);
}
.c100.p29 .bar {
  -webkit-transform: rotate(104.4deg);
  -moz-transform: rotate(104.4deg);
  -ms-transform: rotate(104.4deg);
  -o-transform: rotate(104.4deg);
  transform: rotate(104.4deg);
}
.c100.p30 .bar {
  -webkit-transform: rotate(108deg);
  -moz-transform: rotate(108deg);
  -ms-transform: rotate(108deg);
  -o-transform: rotate(108deg);
  transform: rotate(108deg);
}
.c100.p31 .bar {
  -webkit-transform: rotate(111.6deg);
  -moz-transform: rotate(111.6deg);
  -ms-transform: rotate(111.6deg);
  -o-transform: rotate(111.6deg);
  transform: rotate(111.6deg);
}
.c100.p32 .bar {
  -webkit-transform: rotate(115.2deg);
  -moz-transform: rotate(115.2deg);
  -ms-transform: rotate(115.2deg);
  -o-transform: rotate(115.2deg);
  transform: rotate(115.2deg);
}
.c100.p33 .bar {
  -webkit-transform: rotate(118.8deg);
  -moz-transform: rotate(118.8deg);
  -ms-transform: rotate(118.8deg);
  -o-transform: rotate(118.8deg);
  transform: rotate(118.8deg);
}
.c100.p34 .bar {
  -webkit-transform: rotate(122.4deg);
  -moz-transform: rotate(122.4deg);
  -ms-transform: rotate(122.4deg);
  -o-transform: rotate(122.4deg);
  transform: rotate(122.4deg);
}
.c100.p35 .bar {
  -webkit-transform: rotate(126deg);
  -moz-transform: rotate(126deg);
  -ms-transform: rotate(126deg);
  -o-transform: rotate(126deg);
  transform: rotate(126deg);
}
.c100.p36 .bar {
  -webkit-transform: rotate(129.6deg);
  -moz-transform: rotate(129.6deg);
  -ms-transform: rotate(129.6deg);
  -o-transform: rotate(129.6deg);
  transform: rotate(129.6deg);
}
.c100.p37 .bar {
  -webkit-transform: rotate(133.2deg);
  -moz-transform: rotate(133.2deg);
  -ms-transform: rotate(133.2deg);
  -o-transform: rotate(133.2deg);
  transform: rotate(133.2deg);
}
.c100.p38 .bar {
  -webkit-transform: rotate(136.8deg);
  -moz-transform: rotate(136.8deg);
  -ms-transform: rotate(136.8deg);
  -o-transform: rotate(136.8deg);
  transform: rotate(136.8deg);
}
.c100.p39 .bar {
  -webkit-transform: rotate(140.4deg);
  -moz-transform: rotate(140.4deg);
  -ms-transform: rotate(140.4deg);
  -o-transform: rotate(140.4deg);
  transform: rotate(140.4deg);
}
.c100.p40 .bar {
  -webkit-transform: rotate(144deg);
  -moz-transform: rotate(144deg);
  -ms-transform: rotate(144deg);
  -o-transform: rotate(144deg);
  transform: rotate(144deg);
}
.c100.p41 .bar {
  -webkit-transform: rotate(147.6deg);
  -moz-transform: rotate(147.6deg);
  -ms-transform: rotate(147.6deg);
  -o-transform: rotate(147.6deg);
  transform: rotate(147.6deg);
}
.c100.p42 .bar {
  -webkit-transform: rotate(151.2deg);
  -moz-transform: rotate(151.2deg);
  -ms-transform: rotate(151.2deg);
  -o-transform: rotate(151.2deg);
  transform: rotate(151.2deg);
}
.c100.p43 .bar {
  -webkit-transform: rotate(154.8deg);
  -moz-transform: rotate(154.8deg);
  -ms-transform: rotate(154.8deg);
  -o-transform: rotate(154.8deg);
  transform: rotate(154.8deg);
}
.c100.p44 .bar {
  -webkit-transform: rotate(158.4deg);
  -moz-transform: rotate(158.4deg);
  -ms-transform: rotate(158.4deg);
  -o-transform: rotate(158.4deg);
  transform: rotate(158.4deg);
}
.c100.p45 .bar {
  -webkit-transform: rotate(162deg);
  -moz-transform: rotate(162deg);
  -ms-transform: rotate(162deg);
  -o-transform: rotate(162deg);
  transform: rotate(162deg);
}
.c100.p46 .bar {
  -webkit-transform: rotate(165.6deg);
  -moz-transform: rotate(165.6deg);
  -ms-transform: rotate(165.6deg);
  -o-transform: rotate(165.6deg);
  transform: rotate(165.6deg);
}
.c100.p47 .bar {
  -webkit-transform: rotate(169.2deg);
  -moz-transform: rotate(169.2deg);
  -ms-transform: rotate(169.2deg);
  -o-transform: rotate(169.2deg);
  transform: rotate(169.2deg);
}
.c100.p48 .bar {
  -webkit-transform: rotate(172.8deg);
  -moz-transform: rotate(172.8deg);
  -ms-transform: rotate(172.8deg);
  -o-transform: rotate(172.8deg);
  transform: rotate(172.8deg);
}
.c100.p49 .bar {
  -webkit-transform: rotate(176.4deg);
  -moz-transform: rotate(176.4deg);
  -ms-transform: rotate(176.4deg);
  -o-transform: rotate(176.4deg);
  transform: rotate(176.4deg);
}
.c100.p50 .bar {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.c100.p51 .bar {
  -webkit-transform: rotate(183.6deg);
  -moz-transform: rotate(183.6deg);
  -ms-transform: rotate(183.6deg);
  -o-transform: rotate(183.6deg);
  transform: rotate(183.6deg);
}
.c100.p52 .bar {
  -webkit-transform: rotate(187.2deg);
  -moz-transform: rotate(187.2deg);
  -ms-transform: rotate(187.2deg);
  -o-transform: rotate(187.2deg);
  transform: rotate(187.2deg);
}
.c100.p53 .bar {
  -webkit-transform: rotate(190.8deg);
  -moz-transform: rotate(190.8deg);
  -ms-transform: rotate(190.8deg);
  -o-transform: rotate(190.8deg);
  transform: rotate(190.8deg);
}
.c100.p54 .bar {
  -webkit-transform: rotate(194.4deg);
  -moz-transform: rotate(194.4deg);
  -ms-transform: rotate(194.4deg);
  -o-transform: rotate(194.4deg);
  transform: rotate(194.4deg);
}
.c100.p55 .bar {
  -webkit-transform: rotate(198deg);
  -moz-transform: rotate(198deg);
  -ms-transform: rotate(198deg);
  -o-transform: rotate(198deg);
  transform: rotate(198deg);
}
.c100.p56 .bar {
  -webkit-transform: rotate(201.6deg);
  -moz-transform: rotate(201.6deg);
  -ms-transform: rotate(201.6deg);
  -o-transform: rotate(201.6deg);
  transform: rotate(201.6deg);
}
.c100.p57 .bar {
  -webkit-transform: rotate(205.2deg);
  -moz-transform: rotate(205.2deg);
  -ms-transform: rotate(205.2deg);
  -o-transform: rotate(205.2deg);
  transform: rotate(205.2deg);
}
.c100.p58 .bar {
  -webkit-transform: rotate(208.8deg);
  -moz-transform: rotate(208.8deg);
  -ms-transform: rotate(208.8deg);
  -o-transform: rotate(208.8deg);
  transform: rotate(208.8deg);
}
.c100.p59 .bar {
  -webkit-transform: rotate(212.4deg);
  -moz-transform: rotate(212.4deg);
  -ms-transform: rotate(212.4deg);
  -o-transform: rotate(212.4deg);
  transform: rotate(212.4deg);
}
.c100.p60 .bar {
  -webkit-transform: rotate(216deg);
  -moz-transform: rotate(216deg);
  -ms-transform: rotate(216deg);
  -o-transform: rotate(216deg);
  transform: rotate(216deg);
}
.c100.p61 .bar {
  -webkit-transform: rotate(219.6deg);
  -moz-transform: rotate(219.6deg);
  -ms-transform: rotate(219.6deg);
  -o-transform: rotate(219.6deg);
  transform: rotate(219.6deg);
}
.c100.p62 .bar {
  -webkit-transform: rotate(223.2deg);
  -moz-transform: rotate(223.2deg);
  -ms-transform: rotate(223.2deg);
  -o-transform: rotate(223.2deg);
  transform: rotate(223.2deg);
}
.c100.p63 .bar {
  -webkit-transform: rotate(226.8deg);
  -moz-transform: rotate(226.8deg);
  -ms-transform: rotate(226.8deg);
  -o-transform: rotate(226.8deg);
  transform: rotate(226.8deg);
}
.c100.p64 .bar {
  -webkit-transform: rotate(230.4deg);
  -moz-transform: rotate(230.4deg);
  -ms-transform: rotate(230.4deg);
  -o-transform: rotate(230.4deg);
  transform: rotate(230.4deg);
}
.c100.p65 .bar {
  -webkit-transform: rotate(234deg);
  -moz-transform: rotate(234deg);
  -ms-transform: rotate(234deg);
  -o-transform: rotate(234deg);
  transform: rotate(234deg);
}
.c100.p66 .bar {
  -webkit-transform: rotate(237.6deg);
  -moz-transform: rotate(237.6deg);
  -ms-transform: rotate(237.6deg);
  -o-transform: rotate(237.6deg);
  transform: rotate(237.6deg);
}
.c100.p67 .bar {
  -webkit-transform: rotate(241.2deg);
  -moz-transform: rotate(241.2deg);
  -ms-transform: rotate(241.2deg);
  -o-transform: rotate(241.2deg);
  transform: rotate(241.2deg);
}
.c100.p68 .bar {
  -webkit-transform: rotate(244.8deg);
  -moz-transform: rotate(244.8deg);
  -ms-transform: rotate(244.8deg);
  -o-transform: rotate(244.8deg);
  transform: rotate(244.8deg);
}
.c100.p69 .bar {
  -webkit-transform: rotate(248.4deg);
  -moz-transform: rotate(248.4deg);
  -ms-transform: rotate(248.4deg);
  -o-transform: rotate(248.4deg);
  transform: rotate(248.4deg);
}
.c100.p70 .bar {
  -webkit-transform: rotate(252deg);
  -moz-transform: rotate(252deg);
  -ms-transform: rotate(252deg);
  -o-transform: rotate(252deg);
  transform: rotate(252deg);
}
.c100.p71 .bar {
  -webkit-transform: rotate(255.6deg);
  -moz-transform: rotate(255.6deg);
  -ms-transform: rotate(255.6deg);
  -o-transform: rotate(255.6deg);
  transform: rotate(255.6deg);
}
.c100.p72 .bar {
  -webkit-transform: rotate(259.2deg);
  -moz-transform: rotate(259.2deg);
  -ms-transform: rotate(259.2deg);
  -o-transform: rotate(259.2deg);
  transform: rotate(259.2deg);
}
.c100.p73 .bar {
  -webkit-transform: rotate(262.8deg);
  -moz-transform: rotate(262.8deg);
  -ms-transform: rotate(262.8deg);
  -o-transform: rotate(262.8deg);
  transform: rotate(262.8deg);
}
.c100.p74 .bar {
  -webkit-transform: rotate(266.4deg);
  -moz-transform: rotate(266.4deg);
  -ms-transform: rotate(266.4deg);
  -o-transform: rotate(266.4deg);
  transform: rotate(266.4deg);
}
.c100.p75 .bar {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.c100.p76 .bar {
  -webkit-transform: rotate(273.6deg);
  -moz-transform: rotate(273.6deg);
  -ms-transform: rotate(273.6deg);
  -o-transform: rotate(273.6deg);
  transform: rotate(273.6deg);
}
.c100.p77 .bar {
  -webkit-transform: rotate(277.2deg);
  -moz-transform: rotate(277.2deg);
  -ms-transform: rotate(277.2deg);
  -o-transform: rotate(277.2deg);
  transform: rotate(277.2deg);
}
.c100.p78 .bar {
  -webkit-transform: rotate(280.8deg);
  -moz-transform: rotate(280.8deg);
  -ms-transform: rotate(280.8deg);
  -o-transform: rotate(280.8deg);
  transform: rotate(280.8deg);
}
.c100.p79 .bar {
  -webkit-transform: rotate(284.4deg);
  -moz-transform: rotate(284.4deg);
  -ms-transform: rotate(284.4deg);
  -o-transform: rotate(284.4deg);
  transform: rotate(284.4deg);
}
.c100.p80 .bar {
  -webkit-transform: rotate(288deg);
  -moz-transform: rotate(288deg);
  -ms-transform: rotate(288deg);
  -o-transform: rotate(288deg);
  transform: rotate(288deg);
}
.c100.p81 .bar {
  -webkit-transform: rotate(291.6deg);
  -moz-transform: rotate(291.6deg);
  -ms-transform: rotate(291.6deg);
  -o-transform: rotate(291.6deg);
  transform: rotate(291.6deg);
}
.c100.p82 .bar {
  -webkit-transform: rotate(295.2deg);
  -moz-transform: rotate(295.2deg);
  -ms-transform: rotate(295.2deg);
  -o-transform: rotate(295.2deg);
  transform: rotate(295.2deg);
}
.c100.p83 .bar {
  -webkit-transform: rotate(298.8deg);
  -moz-transform: rotate(298.8deg);
  -ms-transform: rotate(298.8deg);
  -o-transform: rotate(298.8deg);
  transform: rotate(298.8deg);
}
.c100.p84 .bar {
  -webkit-transform: rotate(302.4deg);
  -moz-transform: rotate(302.4deg);
  -ms-transform: rotate(302.4deg);
  -o-transform: rotate(302.4deg);
  transform: rotate(302.4deg);
}
.c100.p85 .bar {
  -webkit-transform: rotate(306deg);
  -moz-transform: rotate(306deg);
  -ms-transform: rotate(306deg);
  -o-transform: rotate(306deg);
  transform: rotate(306deg);
}
.c100.p86 .bar {
  -webkit-transform: rotate(309.6deg);
  -moz-transform: rotate(309.6deg);
  -ms-transform: rotate(309.6deg);
  -o-transform: rotate(309.6deg);
  transform: rotate(309.6deg);
}
.c100.p87 .bar {
  -webkit-transform: rotate(313.2deg);
  -moz-transform: rotate(313.2deg);
  -ms-transform: rotate(313.2deg);
  -o-transform: rotate(313.2deg);
  transform: rotate(313.2deg);
}
.c100.p88 .bar {
  -webkit-transform: rotate(316.8deg);
  -moz-transform: rotate(316.8deg);
  -ms-transform: rotate(316.8deg);
  -o-transform: rotate(316.8deg);
  transform: rotate(316.8deg);
}
.c100.p89 .bar {
  -webkit-transform: rotate(320.4deg);
  -moz-transform: rotate(320.4deg);
  -ms-transform: rotate(320.4deg);
  -o-transform: rotate(320.4deg);
  transform: rotate(320.4deg);
}
.c100.p90 .bar {
  -webkit-transform: rotate(324deg);
  -moz-transform: rotate(324deg);
  -ms-transform: rotate(324deg);
  -o-transform: rotate(324deg);
  transform: rotate(324deg);
}
.c100.p91 .bar {
  -webkit-transform: rotate(327.6deg);
  -moz-transform: rotate(327.6deg);
  -ms-transform: rotate(327.6deg);
  -o-transform: rotate(327.6deg);
  transform: rotate(327.6deg);
}
.c100.p92 .bar {
  -webkit-transform: rotate(331.2deg);
  -moz-transform: rotate(331.2deg);
  -ms-transform: rotate(331.2deg);
  -o-transform: rotate(331.2deg);
  transform: rotate(331.2deg);
}
.c100.p93 .bar {
  -webkit-transform: rotate(334.8deg);
  -moz-transform: rotate(334.8deg);
  -ms-transform: rotate(334.8deg);
  -o-transform: rotate(334.8deg);
  transform: rotate(334.8deg);
}
.c100.p94 .bar {
  -webkit-transform: rotate(338.4deg);
  -moz-transform: rotate(338.4deg);
  -ms-transform: rotate(338.4deg);
  -o-transform: rotate(338.4deg);
  transform: rotate(338.4deg);
}
.c100.p95 .bar {
  -webkit-transform: rotate(342deg);
  -moz-transform: rotate(342deg);
  -ms-transform: rotate(342deg);
  -o-transform: rotate(342deg);
  transform: rotate(342deg);
}
.c100.p96 .bar {
  -webkit-transform: rotate(345.6deg);
  -moz-transform: rotate(345.6deg);
  -ms-transform: rotate(345.6deg);
  -o-transform: rotate(345.6deg);
  transform: rotate(345.6deg);
}
.c100.p97 .bar {
  -webkit-transform: rotate(349.2deg);
  -moz-transform: rotate(349.2deg);
  -ms-transform: rotate(349.2deg);
  -o-transform: rotate(349.2deg);
  transform: rotate(349.2deg);
}
.c100.p98 .bar {
  -webkit-transform: rotate(352.8deg);
  -moz-transform: rotate(352.8deg);
  -ms-transform: rotate(352.8deg);
  -o-transform: rotate(352.8deg);
  transform: rotate(352.8deg);
}
.c100.p99 .bar {
  -webkit-transform: rotate(356.4deg);
  -moz-transform: rotate(356.4deg);
  -ms-transform: rotate(356.4deg);
  -o-transform: rotate(356.4deg);
  transform: rotate(356.4deg);
}
.c100.p100 .bar {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.c100:hover {
  cursor: default;
}