.hang {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hang:before {
  content: "\f078";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hang:hover:before,
.hang:focus:before,
.hang:active:before {
  -webkit-animation-name: hang-sink, hang;
  animation-name: hang-sink, hang;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
  color: #ff5722;
}
@-webkit-keyframes bob {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@keyframes bob {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@-webkit-keyframes bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@keyframes bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
.bob {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.bob:before {
  content: "\f077";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.bob:hover:before,
.bob:focus:before,
.bob:active:before {
  -webkit-animation-name: bob-float, bob;
  animation-name: bob-float, bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
  color: #ff5722;
}
.account .fa {
  top: 1px !important;
}
.account .account-help-class {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding-bottom: 1px;
}
.account .account-help-class a {
  color: #263238;
  border-bottom: 1px solid #b0bec5 !important;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.account .account-help-class a:hover {
  color: #ff5722;
  border-bottom: 1px solid #ff5722 !important;
  text-decoration: none;
}
.account .account-padding {
  padding-top: 6px;
  padding-bottom: 6px;
}
.account .ipping {
  position: relative;
}
.account .ipping .cover {
  background: #ffffff;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 9999;
}
.account .details-control {
  cursor: pointer;
}
.account #iperror,
.account .tab-content {
  margin-top: 20px;
}
.account #iptabs {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .account .server-info {
    height: 240px;
  }
}
.account .fa {
  font-size: 120%;
  margin-right: 5px;
  position: relative;
}
.account h2 {
  margin: 50px 0 0;
  padding-bottom: 5px;
}
.account h2 .fa {
  color: #ff5722 !important;
  top: 3px !important;
}
.account .history {
  margin-top: 10px;
}
.account .history .fa {
  color: #ff1744;
  top: 2px !important;
}
.account .history a {
  color: #263238;
  border-bottom: 1px dotted #b0bec5 !important;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.account .history a:hover {
  color: #ff1744 !important;
  border-bottom: 1px dotted #ff1744 !important;
  text-decoration: none;
}
.account .export {
  margin-top: 10px;
}
.account .export .fa {
  color: #7cb342;
  top: 2px !important;
}
.account .export a {
  color: #263238;
  border-bottom: 1px solid #b0bec5 !important;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.account .export a:hover {
  color: #ff5722;
  border-bottom: 1px solid #ff5722 !important;
  text-decoration: none;
}
.account .export a:hover {
  color: #7cb342;
  border-bottom: 1px solid #7cb342 !important;
  text-decoration: none;
}
.account .review-del {
  color: #ff1744 !important;
}
.account .review-del:hover {
  opacity: 0.8;
}
.account .account-review-history {
  border: 0;
}
.account .account-review-history .review-history-date {
  width: 150px;
  white-space: nowrap;
}
.account .account-review-history .review-history-comment {
  overflow-wrap: anywhere;
}
.account .account-review-history .review-history-action {
  width: 72px;
  text-align: center;
  white-space: nowrap;
}
.account .account-review-history a.review-delete-control,
.account .account-review-history a.review-delete-control:hover {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  min-height: 32px;
  border-bottom: 0 !important;
  text-decoration: none;
}
.t3-mainbody .t3-content table.dataTable td a.review-delete-control,
.t3-mainbody .t3-content table.dataTable td a.review-delete-control:hover {
  border-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .account .account-review-history .review-history-date {
    width: auto;
    white-space: normal;
  }
}
.account .exit {
  margin: 30px auto 10px;
}
@media screen and (max-width: 768px) {
  .account .mobpadding {
    padding-bottom: 20px;
  }
}
.t3-mainbody .t3-content .item-page_rating .align-middle {
  vertical-align: middle;
}
.t3-mainbody .t3-content .item-page_rating progress {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: .25em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  color: #03a9f4;
  z-index: 1000;
}
.t3-mainbody .t3-content .item-page_rating progress::-webkit-progress-bar {
  background-color: transparent;
}
.t3-mainbody .t3-content .item-page_rating progress::-webkit-progress-value {
  background-color: #03a9f4;
}
.t3-mainbody .t3-content .item-page_rating progress::-moz-progress-bar {
  background-color: #03a9f4;
}
.t3-mainbody .t3-content .item-page_rating progress .progress-container {
  width: 100%;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  height: .25em;
  display: block;
}
.t3-mainbody .t3-content .item-page_rating progress .progress-container .progress-bar {
  background-color: #03a9f4;
  width: 50%;
  display: block;
  height: inherit;
}
.t3-mainbody .t3-content .item-page_rating .email-review-info {
  text-align: center;
  position: relative;
  font-size: 140%;
  top: 7px;
}
.t3-mainbody .t3-content .item-page_rating .email-review-info i:hover {
  opacity: 0.85;
  cursor: help;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.t3-mainbody .t3-content .item-page_rating .email-review-info .tooltip-inner {
  min-width: 300px;
}
.t3-mainbody .t3-content .item-page_rating #city-table .read-more a,
.t3-mainbody .t3-content .item-page_rating #city-table .read-less a {
  border-bottom: none !important;
  color: #03a9f4;
}
.t3-mainbody .t3-content .item-page_rating .rating {
  white-space: nowrap;
  top: -3px;
}
.t3-mainbody .t3-content .item-page_rating .rating .fa {
  font-size: 130%;
  display: inline-block;
  color: #78909c;
  margin-right: 1px;
}
.t3-mainbody .t3-content .item-page_rating .rating .star-on:before,
.t3-mainbody .t3-content .item-page_rating .rating .star-half:before {
  color: #ffc107;
}
.t3-mainbody .t3-content .item-page_rating .form-group .input-group-addon .fa {
  color: #263238;
  margin-right: 0;
  top: 0;
}
.t3-mainbody .t3-content .item-page_rating .form-group.label-floating.is-focused .input-group-addon .fa {
  color: #ff5722;
}
.t3-mainbody .t3-content .item-page_rating .search_clear {
  cursor: pointer;
  opacity: 1 !important;
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 10;
}
.t3-mainbody .t3-content .item-page_rating .search_clear .fa {
  color: #ff5722;
}
.t3-mainbody .t3-content .item-page_rating .search_clear:hover {
  opacity: 0.7 !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.t3-mainbody .t3-content .item-page_rating .nav .fa {
  color: #ff5722;
  font-size: 130%;
}
.t3-mainbody .t3-content .item-page_rating .nav sup {
  color: #ff5722;
}
.t3-mainbody .t3-content .item-page_rating .table-rating a {
  color: #263238;
  border-bottom: 1px solid #b0bec5 !important;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.t3-mainbody .t3-content .item-page_rating .table-rating a:hover {
  color: #ff5722;
  border-bottom: 1px solid #ff5722 !important;
  text-decoration: none;
}
.t3-mainbody .t3-content .item-page_rating .table-rating a.sort {
  border-bottom: none !important;
}
.t3-mainbody .t3-content .item-page_rating .table-rating a.sort .fa {
  color: #ff5722;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.t3-mainbody .t3-content .item-page_rating .table-rating a.sort .active {
  opacity: 1;
}
.t3-mainbody .t3-content .item-page_rating .table-rating th a {
  border-bottom: none;
}
.t3-mainbody .t3-content .item-page_rating .table-rating th a:hover {
  color: #263238;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.t3-mainbody .t3-content .item-page_rating .review-help {
  color: #78909c;
  font-size: 95%;
  margin: 24px 0 5px;
}
@media screen and (max-width: 767px) {
  .t3-mainbody .t3-content .item-page_rating .review-help {
    text-align: left;
    margin-top: 10px;
  }
}
@media screen and (max-width: 991px) {
  .t3-mainbody .t3-content .item-page_rating .review-help {
    text-align: left;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .t3-mainbody .t3-content .item-page_rating .searchfilter {
    margin-top: 25px;
    margin-bottom: -10px;
  }
}
.t3-mainbody .t3-content .item-page_rating .searchfilter .cityfilter .form-group {
  padding: 0;
  margin: 0;
}
.t3-mainbody .t3-content .item-page_rating .searchfilter .cityfilter .form-group .input-group .input-group-addon {
  color: #78909c;
  font-size: 90%;
  padding: 3px 8px 0 0;
}
.t3-mainbody .t3-content .item-page_rating .searchfilter .cityfilter .form-group .form-control {
  margin-bottom: 0;
  font-size: 90%;
}
.t3-mainbody .t3-content .item-page_rating .searchfilter .cityfilter .cityfilterlink {
  font-size: 90%;
  color: #009688;
  border-bottom: 1px dotted;
}
.t3-mainbody .t3-content .item-page_rating .searchfilter .cityfilter .cityfilterlink:hover {
  color: #ff5722;
}
.t3-mainbody .t3-content .item-page_rating .searchfilter .reviewfilter .dropdown-label {
  color: #78909c;
  font-size: 90%;
  padding-right: 5px;
}
.t3-mainbody .t3-content .item-page_rating .searchfilter .reviewfilter .hang {
  padding-right: 1.4em;
  font-size: 90%;
  color: #009688;
}
.t3-mainbody .t3-content .item-page_rating .searchfilter .reviewfilter .hang .dropdown-link {
  border-bottom: 1px dotted;
}
.t3-mainbody .t3-content .item-page_rating .searchfilter .reviewfilter .hang:before {
  right: 0;
  padding: 2px 0;
}
.t3-mainbody .t3-content .item-page_rating .searchfilter .reviewfilter .hang:hover {
  color: #ff5722;
}
@media screen and (max-width: 767px) {
  .t3-mainbody .t3-content .item-page_rating .searchfilter .reviewfilter {
    text-align: left;
  }
  .t3-mainbody .t3-content .item-page_rating .searchfilter .reviewfilter .dropdown-menu-right {
    right: auto;
  }
}
.t3-mainbody .t3-content .item-page_rating .searchfilter ul {
  padding: 0;
}
.t3-mainbody .t3-content .item-page_rating .searchfilter ul li a {
  font-size: 90%;
}
.t3-mainbody .t3-content .item-page_rating .searchfilter ul li.act a {
  color: #78909c;
  border-bottom: none !important;
}
.t3-mainbody .t3-content .item-page_rating .searchfilter .removecity i {
  color: #ff1744;
  font-size: 75%;
  top: 0;
  left: 3px;
}
.t3-mainbody .t3-content .item-page_rating .searchfilter .cityfilter {
  text-transform: none;
  padding: 2px 10px;
}
.t3-mainbody .t3-content .item-page_rating .searchfilter .cityfilter .dropdown-menu {
  padding: 0;
}
.t3-mainbody .t3-content .item-page_rating .breadcrumb {
  background-color: transparent;
}
.t3-mainbody .t3-content .item-page_rating .breadcrumb a {
  color: #009688;
  border-bottom: 1px solid #b2dfdb !important;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.t3-mainbody .t3-content .item-page_rating .breadcrumb a:hover {
  color: #ff5722;
  border-bottom: 1px solid #ff5722 !important;
  text-decoration: none;
}
.t3-mainbody .t3-content .item-page_rating .breadcrumb > .active a {
  color: #78909c;
  cursor: default;
  border-bottom: none !important;
}
.t3-mainbody .t3-content .item-page_rating .breadcrumb > li + li:before {
  padding: 0 0px 0 4px;
}
.t3-mainbody .t3-content .item-page_rating .breadcrumb.general {
  padding: 15px 0 0;
}
.t3-mainbody .t3-content .item-page_rating .breadcrumb.general li + li:before {
  font-family: FontAwesome;
  content: "\f105";
  padding-right: 5px;
  font-size: 140%;
  position: relative;
  top: 2px;
}
.t3-mainbody .t3-content .item-page_rating .breadcrumb.review {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .t3-mainbody .t3-content .item-page_rating .breadcrumb.review {
    text-align: left;
  }
}
.t3-mainbody .t3-content .item-page_rating .review_user_masagge {
  padding: 10px 0px 10px 10px;
  border: 1px solid #eceff1;
  border-radius: 4px;
  margin-top: 40px;
}
.t3-mainbody .t3-content .item-page_rating .provider_message {
  margin-top: 40px;
  padding: 10px;
  border-top: 1px solid #eceff1;
  border-bottom: 1px solid #eceff1;
}
.t3-mainbody .t3-content .item-page_rating .provider_message .vcenter {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.t3-mainbody .t3-content .item-page_rating .provider_message .pin {
  color: #ffc107;
  font-size: 300%;
  margin-right: 0;
}
.t3-mainbody .t3-content .item-page_rating .provider_message .pin_message {
  text-align: justify;
}
.t3-mainbody .t3-content .item-page_rating .provider_message .pin_updated {
  font-size: 90%;
  color: #78909c;
}
.t3-mainbody .t3-content .item-page_rating .alert-addreview {
  background-color: #FFAB40;
  border-radius: 3px;
  margin-top: 30px;
}
.t3-mainbody .t3-content .item-page_rating .alert-addreview i {
  color: white;
}
.t3-mainbody .t3-content .item-page_rating .section.general {
  margin-top: 15px;
  margin-bottom: 5px;
}
.t3-mainbody .t3-content .item-page_rating .section.review {
  margin-top: 35px;
  margin-bottom: 15px;
}
.t3-mainbody .t3-content .item-page_rating .section.addreview,
.t3-mainbody .t3-content .item-page_rating .section.addnews {
  margin-top: 35px;
  margin-bottom: -5px;
  font-size: 110%;
}
.t3-mainbody .t3-content .item-page_rating .section.addreview span .fa,
.t3-mainbody .t3-content .item-page_rating .section.addnews span .fa {
  color: #546e7a;
}
.t3-mainbody .t3-content .item-page_rating .section.addreview a,
.t3-mainbody .t3-content .item-page_rating .section.addnews a {
  color: #546e7a;
  position: relative;
  top: -1px;
}
.t3-mainbody .t3-content .item-page_rating .section.addreview a:hover,
.t3-mainbody .t3-content .item-page_rating .section.addnews a:hover {
  color: #263238;
}
.t3-mainbody .t3-content .item-page_rating .section.addnews {
  margin-bottom: 30px;
}
.t3-mainbody .t3-content .item-page_rating .provider-rating {
  line-height: 1.6;
  padding-bottom: 10px;
}
.t3-mainbody .t3-content .item-page_rating .provider-rating .main-star {
  font-size: 160%;
}
.t3-mainbody .t3-content .item-page_rating .provider-rating a {
  border-bottom: 1px solid #b3e5fc;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.t3-mainbody .t3-content .item-page_rating .provider-rating a:hover {
  border-bottom: 1px solid #ff5722;
  text-decoration: none;
}
.t3-mainbody .t3-content .item-page_rating .provider-rating .fa.star-help {
  color: #546e7a;
}
.t3-mainbody .t3-content .item-page_rating .provider-rating .fa.fa-check-circle-o {
  color: #7cb342;
}
.t3-mainbody .t3-content .item-page_rating .provider-rating .fa.fa-times-circle-o {
  color: #ff1744;
}
.t3-mainbody .t3-content .item-page_rating .provider-rating-right {
  line-height: 1.5;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .t3-mainbody .t3-content .item-page_rating .provider-rating-right {
    margin-top: 5px;
  }
}
.t3-mainbody .t3-content .item-page_rating .form-horizontal.form-addreview {
  margin-top: 30px;
}
.t3-mainbody .t3-content .item-page_rating .form-horizontal.form-addreview .form-group {
  margin: 0;
  padding: 0;
}
.t3-mainbody .t3-content .item-page_rating .form-horizontal.form-addreview .speed {
  padding: 7px;
}
.t3-mainbody .t3-content .item-page_rating .form-horizontal.form-editprovider .form-group {
  margin: 0;
}
.t3-mainbody .t3-content .item-page_rating .form-horizontal.form-editprovider .clean-logo {
  padding-top: 10px;
  padding-bottom: 10px;
}
.t3-mainbody .t3-content .item-page_rating .form-horizontal.form-editprovider .clean-logo .fa {
  margin-right: 0;
  color: #ff1744;
}
.t3-mainbody .t3-content .item-page_rating .form-horizontal.form-editprovider .clean-logo a {
  color: #263238 !important;
  border-bottom: 1px dotted #b0bec5 !important;
  text-decoration: none;
  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  -webkit-transition: 0.3s !important;
  -o-transition: 0.3s !important;
  transition: 0.3s !important;
}
.t3-mainbody .t3-content .item-page_rating .form-horizontal.form-editprovider .clean-logo a:hover {
  color: #ff1744 !important;
  border-bottom: 1px dotted #ff1744 !important;
  text-decoration: none;
}
.t3-mainbody .t3-content .item-page_rating .form-horizontal.form-addnews .form-group {
  margin: 0;
}
.t3-mainbody .t3-content .item-page_rating .form-horizontal a {
  border-bottom: 1px solid #b3e5fc;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.t3-mainbody .t3-content .item-page_rating .form-horizontal a:hover {
  border-bottom: 1px solid #ff5722;
  text-decoration: none;
}
.t3-mainbody .t3-content .item-page_rating .form-horizontal .section-name {
  margin-top: 25px;
}
.t3-mainbody .t3-content .item-page_rating .form-horizontal .section-name:first-child {
  margin-top: 0px;
}
.t3-mainbody .t3-content .item-page_rating .form-horizontal .section-name h1 {
  font-size: 130%;
  margin-bottom: 15px;
}
.t3-mainbody .t3-content .item-page_rating .form-horizontal label {
  font-size: 100% !important;
  text-align: left;
  line-height: 1.42857143;
}
.t3-mainbody .t3-content .item-page_rating .form-horizontal .radio {
  margin: 5px 0;
}
.t3-mainbody .t3-content .item-page_rating .form-horizontal .radio .fa {
  font-size: 150%;
}
.t3-mainbody .t3-content .item-page_rating .form-horizontal .radio .fa.fa-smile-o {
  color: #7cb342;
}
.t3-mainbody .t3-content .item-page_rating .form-horizontal .radio .fa.fa-frown-o {
  color: #ff1744;
}
.t3-mainbody .t3-content .item-page_rating .form-horizontal .quest {
  padding-top: 8px;
  padding-bottom: 8px;
}
.t3-mainbody .t3-content .item-page_rating .form-horizontal .help {
  font-size: 85%;
  color: #78909c;
}
.t3-mainbody .t3-content .item-page_rating .form-horizontal .quest-radio {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .t3-mainbody .t3-content .item-page_rating .form-horizontal .quest-radio {
    text-align: center;
  }
}
.t3-mainbody .t3-content .item-page_rating .review-header {
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: #F5F5F5;
}
.t3-mainbody .t3-content .item-page_rating .review-header .review-user {
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  color: #e1bee7;
  background: #b388ff;
  border-radius: 50%;
  font-size: 130%;
  top: 3px;
  line-height: 33px;
  margin-right: 10px;
}
.t3-mainbody .t3-content .item-page_rating .review-header .review-date {
  font-size: 90%;
  color: #78909c;
}
.t3-mainbody .t3-content .item-page_rating .review-header .review-star {
  margin-top: 9px;
  float: right;
}
.t3-mainbody .t3-content .item-page_rating .review-header .review-anc {
  color: #607d8b;
  opacity: 0.75;
}
.t3-mainbody .t3-content .item-page_rating .review-header .review-anc:hover {
  opacity: 1;
}
.t3-mainbody .t3-content .item-page_rating .review-header .tooltip-inner {
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  .t3-mainbody .t3-content .item-page_rating .review-header .review-star {
    width: 100%;
    text-align: left;
    margin-top: 5px;
  }
}
.t3-mainbody .t3-content .item-page_rating .review-body {
  margin-top: 15px;
  text-align: justify;
  position: relative;
}
@media screen and (max-width: 767px) {
  .t3-mainbody .t3-content .item-page_rating .review-body {
    text-align: left;
  }
}
.t3-mainbody .t3-content .item-page_rating .review-body > div {
  margin-top: 10px;
  margin-bottom: 10px;
}
.t3-mainbody .t3-content .item-page_rating .review-body .default-line-heigh {
  line-height: 1.42857143;
}
.t3-mainbody .t3-content .item-page_rating .review-body.uselessness {
  opacity: 0.6;
}
.t3-mainbody .t3-content .item-page_rating .review-body.uselessness:hover {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.t3-mainbody .t3-content .item-page_rating .review-body:before {
  content: '';
  width: 15px;
  height: 15px;
  background: #ffffff;
  border-left: 1px solid #e5e6e9;
  border-bottom: 1px solid #e5e6e9;
  position: absolute;
  top: -8px;
  left: 18px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}
.t3-mainbody .t3-content .item-page_rating .review-body .fa {
  font-size: 130%;
}
.t3-mainbody .t3-content .item-page_rating .review-body .fa.fa-thumbs-o-up {
  color: #7cb342;
}
.t3-mainbody .t3-content .item-page_rating .review-body .fa.fa-thumbs-o-down {
  color: #ff1744;
}
.t3-mainbody .t3-content .item-page_rating .review-body .fa.fa-cloud-download,
.t3-mainbody .t3-content .item-page_rating .review-body .fa.fa-cloud-upload,
.t3-mainbody .t3-content .item-page_rating .review-body .fa.fa-wifi {
  color: #78909c;
}
.t3-mainbody .t3-content .item-page_rating .review-body .fa.fa-frown-o {
  color: #ff1744;
}
.t3-mainbody .t3-content .item-page_rating .review-body .fa.fa-smile-o {
  color: #7cb342;
}
.t3-mainbody .t3-content .item-page_rating .review-body .user-review {
  word-wrap: break-word;
}
.t3-mainbody .t3-content .item-page_rating .review-body .answer {
  font-size: 90%;
  padding-left: 40px;
  word-wrap: break-word;
}
.t3-mainbody .t3-content .item-page_rating .review-body .answer .fa {
  top: 0;
}
.t3-mainbody .t3-content .item-page_rating .review-body .answer .title {
  color: #78909c;
}
.t3-mainbody .t3-content .item-page_rating .review-body .more-link,
.t3-mainbody .t3-content .item-page_rating .review-body .less-link {
  white-space: nowrap;
}
.t3-mainbody .t3-content .item-page_rating .review-alert {
  margin-top: 7px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .t3-mainbody .t3-content .item-page_rating .review-alert {
    text-align: left;
  }
}
.t3-mainbody .t3-content .item-page_rating .review-alert .text-alert {
  color: #f44336;
}
.t3-mainbody .t3-content .item-page_rating .review-alert .fa {
  color: #f44336;
  font-size: 130%;
}
.t3-mainbody .t3-content .item-page_rating .review-footer {
  margin-top: 7px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 40px;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .t3-mainbody .t3-content .item-page_rating .review-footer {
    text-align: left;
  }
}
.t3-mainbody .t3-content .item-page_rating .review-footer .fa-reply {
  top: 0;
}
.t3-mainbody .t3-content .item-page_rating .review-footer .review-plus,
.t3-mainbody .t3-content .item-page_rating .review-footer .review-minus {
  color: #78909c;
  top: 0;
  margin-right: 8px;
}
.t3-mainbody .t3-content .item-page_rating .review-footer .review-plus.not-allowed,
.t3-mainbody .t3-content .item-page_rating .review-footer .review-minus.not-allowed {
  cursor: not-allowed;
}
.t3-mainbody .t3-content .item-page_rating .review-footer .review-plus:hover:not(.not-allowed),
.t3-mainbody .t3-content .item-page_rating .review-footer .review-plus.active {
  color: #7cb342;
}
.t3-mainbody .t3-content .item-page_rating .review-footer .usefulness-count.data-positive {
  color: #7cb342;
}
.t3-mainbody .t3-content .item-page_rating .review-footer .usefulness-count.data-negative {
  color: #ff1744;
}
.t3-mainbody .t3-content .item-page_rating .review-footer .review-minus:hover:not(.not-allowed),
.t3-mainbody .t3-content .item-page_rating .review-footer .review-minus.active {
  color: #ff1744;
}
@media screen and (max-width: 767px) {
  .t3-mainbody .t3-content .item-page_rating .review-footer .provider-answer-add {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: left;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .t3-mainbody .t3-content .item-page_rating .review-footer .provider-answer-add {
    margin-top: 5px;
    text-align: left;
  }
}
.t3-mainbody .t3-content .item-page_rating .review-footer .collapse a {
  border-bottom: 1px solid #b3e5fc;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.t3-mainbody .t3-content .item-page_rating .review-footer .collapse a:hover {
  border-bottom: 1px solid #ff5722;
  text-decoration: none;
}
.t3-mainbody .t3-content .item-page_rating .review-pagination .pagination {
  margin: 0;
}
.t3-mainbody .t3-content .item-page_rating .rights {
  font-size: 80%;
  color: #78909c;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .t3-mainbody .t3-content .item-page_rating .rights {
    text-align: left;
  }
}
.t3-mainbody .t3-content .item-page_rating .addanswer {
  color: #263238;
  border-bottom: 1px dotted #b0bec5 !important;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.t3-mainbody .t3-content .item-page_rating .addanswer:hover {
  color: #ff5722 !important;
  border-bottom: 1px dotted #ff5722 !important;
  text-decoration: none;
}
.t3-mainbody .t3-content .item-page_rating .answer .fa {
  top: 0;
}
.t3-mainbody .t3-content .item-page_rating .answer td.answer-title {
  color: #607d8b;
}
.t3-mainbody .t3-content .item-page_rating .errorform {
  background-color: #FFCDD2;
}
.t3-mainbody .t3-content .item-page_rating .personal-page {
  margin-bottom: 20px;
}
.t3-mainbody .t3-content .item-page_rating .personal-page h2 .fa {
  color: #ff5722;
  top: 3px;
}
.t3-mainbody .t3-content .item-page_rating .personal-page a {
  border-bottom: 1px solid #b3e5fc;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.t3-mainbody .t3-content .item-page_rating .personal-page a:hover {
  border-bottom: 1px solid #ff5722;
  text-decoration: none;
}
.t3-mainbody .t3-content .item-page_rating .personal-page .read-more a,
.t3-mainbody .t3-content .item-page_rating .personal-page .read-less a {
  border-bottom: none !important;
  white-space: nowrap;
}
.t3-mainbody .t3-content .item-page_rating .personal-page .section {
  font-size: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
}
.t3-mainbody .t3-content .item-page_rating .personal-page .help {
  font-size: 95%;
  color: #78909c;
}
.t3-mainbody .t3-content .item-page_rating .personal-page .data {
  position: relative;
  top: 10px;
}
@media screen and (max-width: 767px) {
  .t3-mainbody .t3-content .item-page_rating .personal-page .data {
    top: 0;
    margin-top: 5px;
  }
}
.t3-mainbody .t3-content .item-page_rating .personal-page .edit-news .fa,
.t3-mainbody .t3-content .item-page_rating .personal-page .del-news .fa {
  margin-right: 3px;
  top: 1px;
}
.t3-mainbody .t3-content .item-page_rating .personal-page .edit-news .fa.fa-trash-o,
.t3-mainbody .t3-content .item-page_rating .personal-page .del-news .fa.fa-trash-o {
  color: #ff1744;
}
.t3-mainbody .t3-content .item-page_rating .personal-page .edit-news span,
.t3-mainbody .t3-content .item-page_rating .personal-page .del-news span {
  cursor: pointer;
  border-bottom: 1px dotted;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.t3-mainbody .t3-content .item-page_rating .personal-page .edit-news span:hover,
.t3-mainbody .t3-content .item-page_rating .personal-page .del-news span:hover {
  color: #ff5722;
  border-bottom: 1px dotted #ffab91;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.t3-mainbody .t3-content .item-page_rating .personal-page .time-position {
  position: relative;
  top: 12px;
}
.t3-mainbody .t3-content .item-page_rating .personal-page.add-answer .fa {
  top: 1px;
}
.t3-mainbody .t3-content .item-page_rating .personal-page .paginate_button a {
  border: 1px solid #dddddd !important;
}
.t3-mainbody .t3-content .item-page_rating .newmemb {
  margin: 15px 0 15px;
}
.t3-mainbody .t3-content .item-page_rating .newmemb .memb {
  margin-top: 5px;
  margin-bottom: 5px;
}
.t3-mainbody .t3-content .item-page_rating .newmemb a {
  border-bottom: 1px solid #b3e5fc;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.t3-mainbody .t3-content .item-page_rating .newmemb a:hover {
  border-bottom: 1px solid #ff5722;
  text-decoration: none;
}
.t3-mainbody .t3-content .item-page_rating .newmemb .memb-pseudolink {
  color: #03a9f4;
  border-bottom: 1px dotted #b3e5fc !important;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.t3-mainbody .t3-content .item-page_rating .newmemb .memb-pseudolink:hover {
  color: #ff5722 !important;
  border-bottom: 1px dotted #ff5722 !important;
  text-decoration: none;
}
.t3-mainbody .t3-content .item-page_rating .delete {
  color: #ff1744;
}
.t3-mainbody .t3-content .item-page_rating .delete:hover {
  opacity: 0.75;
}
.t3-mainbody .t3-content .item-page_rating .cdn a {
  color: #03a9f4 !important;
  border-bottom: 1px solid #b3e5fc !important;
  text-decoration: none;
  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  -webkit-transition: 0.3s !important;
  -o-transition: 0.3s !important;
  transition: 0.3s !important;
}
.t3-mainbody .t3-content .item-page_rating .cdn a:hover {
  color: #ff5722 !important;
  border-bottom: 1px solid #ff5722 !important;
  text-decoration: none;
}
.t3-mainbody .t3-content .item-page_rating .cdn .cdn-pseudolink {
  color: #03a9f4;
  border-bottom: 1px dotted #b3e5fc !important;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.t3-mainbody .t3-content .item-page_rating .cdn .cdn-pseudolink:hover {
  color: #ff5722 !important;
  border-bottom: 1px dotted #ff5722 !important;
  text-decoration: none;
}
.t3-mainbody .t3-content .item-page_rating .cdninfo .form-group {
  margin: 0;
  padding: 0;
}
.t3-mainbody .t3-content .item-page_rating .cdninfo .form-group .control-label {
  margin-top: 7px;
}
.t3-mainbody .t3-content .item-page_rating .cdninfo .edit-cdn .fa,
.t3-mainbody .t3-content .item-page_rating .cdninfo .del-cdn .fa {
  margin-right: 3px;
  top: 1px;
}
.t3-mainbody .t3-content .item-page_rating .cdninfo .edit-cdn .fa.fa-trash-o,
.t3-mainbody .t3-content .item-page_rating .cdninfo .del-cdn .fa.fa-trash-o {
  color: #ff1744;
}
.t3-mainbody .t3-content .item-page_rating .cdninfo .edit-cdn span,
.t3-mainbody .t3-content .item-page_rating .cdninfo .del-cdn span {
  cursor: pointer;
  border-bottom: 1px dotted;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.t3-mainbody .t3-content .item-page_rating .cdninfo .edit-cdn span:hover,
.t3-mainbody .t3-content .item-page_rating .cdninfo .del-cdn span:hover {
  color: #ff5722;
  border-bottom: 1px dotted #ffab91;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.t3-mainbody .t3-content .item-page_rating .noreview {
  margin-top: 25px;
  margin-bottom: 10px;
  font-weight: 500;
  border-top: 1px solid #eee;
  padding-top: 10px;
  font-size: 150%;
  font-family: "2ip-light";
}
.t3-mainbody .t3-content .item-page_rating .edit-review {
  margin-top: 15px;
}
.t3-mainbody .t3-content .item-page_rating .edit-review .fa {
  font-size: 110%;
  color: #009688;
  top: 3px;
  margin-right: 0px;
}
.t3-mainbody .t3-content .item-page_rating .edit-review .help-info {
  font-size: 90%;
  color: #78909c;
  position: relative;
  top: 1px;
}
.t3-mainbody .t3-content .item-page_rating .export {
  margin-top: 10px;
}
.t3-mainbody .t3-content .item-page_rating .export .fa {
  color: #7cb342;
  top: 2px !important;
}
.t3-mainbody .t3-content .item-page_rating .export a {
  color: #263238;
  border-bottom: 1px solid #b0bec5 !important;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.t3-mainbody .t3-content .item-page_rating .export a:hover {
  color: #ff5722;
  border-bottom: 1px solid #ff5722 !important;
  text-decoration: none;
}
.t3-mainbody .t3-content .item-page_rating .export a:hover {
  color: #7cb342;
  border-bottom: 1px solid #7cb342 !important;
  text-decoration: none;
}
.t3-mainbody .t3-content .item-page_rating .net-table .fa-trash-o {
  color: #ff1744;
}
.t3-mainbody .t3-content .item-page_rating .net-table .fa-trash-o:hover {
  opacity: 0.7;
}
.t3-mainbody .t3-content .item-page_rating .geo_edit:hover,
.t3-mainbody .t3-content .item-page_rating .geo_del:hover {
  opacity: 0.7;
}
.t3-mainbody .t3-content .item-page_rating .geo_del {
  color: #ff1744;
}
.t3-mainbody .t3-content .item-page_rating .multiple_add {
  color: #263238;
  border-bottom: 1px dotted #b0bec5 !important;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.t3-mainbody .t3-content .item-page_rating .multiple_add:hover {
  color: #ff5722 !important;
  border-bottom: 1px dotted #ff5722 !important;
  text-decoration: none;
}
.t3-mainbody .t3-content .item-page_speedtest .toogle-position {
  position: relative;
  top: -2px;
}
.t3-mainbody .t3-content .item-page_speedtest .togglebutton label .toggle {
  margin-right: 0;
}
.t3-mainbody .t3-content .item-page_speedtest .togglebutton label .toggle:after {
  left: -14px;
}
.t3-mainbody .t3-content .item-page_speedtest .togglebutton label input[type=checkbox]:checked + .toggle:after {
  left: 5px;
}
.t3-mainbody .t3-content .item-page_speedtest .nossl {
  margin: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #cfd8dc;
}
.t3-mainbody .t3-content .item-page_speedtest .nossl .nossl-help i.fa-unlock-alt,
.t3-mainbody .t3-content .item-page_speedtest .nossl .nossl-help i.fa-lock {
  color: #7cb342;
}
.t3-mainbody .t3-content .item-page_speedtest .nossl .nossl-help .text {
  color: #78909c;
}
.t3-mainbody .t3-content .item-page_speedtest .nossl .nossl-help i.fa-question-circle-o {
  font-size: 130%;
  top: 0;
  color: #03a9f4;
}
.t3-mainbody .t3-content .item-page_speedtest .nossl .nossl-help i.fa-question-circle-o:hover {
  color: #ff5722;
  cursor: pointer;
}
.t3-mainbody .t3-content .item-page_speedtest .tooltip-inner {
  white-space: nowrap;
}
.t3-mainbody .t3-content .item-page_speedtest svg {
  height: 100%;
  width: 100%;
}
.t3-mainbody .t3-content .item-page_speedtest .border-1 {
  position: relative;
  width: 100%;
  border-radius: 50%;
  border: 10px solid #001a36;
}
@media screen and (max-width: 767px) {
  .t3-mainbody .t3-content .item-page_speedtest .border-1 {
    border: 10px solid #001a36;
  }
}
.t3-mainbody .t3-content .item-page_speedtest .border-1:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.t3-mainbody .t3-content .item-page_speedtest .border-1.shadow {
  -webkit-box-shadow: 0 8px 10px -6px #263238;
  -moz-box-shadow: 0 8px 10px -6px #263238;
  box-shadow: 0 8px 10px -6px #263238;
}
.t3-mainbody .t3-content .item-page_speedtest .border-2 {
  border-radius: 50%;
  border: 8px solid #bdbdbd;
  background-image: -o-radial-gradient(center center, circle cover, #fefefe, #e0e0e0);
  background-image: -ms-radial-gradient(center center, circle cover, #fefefe, #e0e0e0);
  background-image: -moz-radial-gradient(center center, circle cover, #fefefe, #e0e0e0);
  background-image: -webkit-radial-gradient(center center, circle cover, #fefefe, #e0e0e0);
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media screen and (max-width: 767px) {
  .t3-mainbody .t3-content .item-page_speedtest .border-2 {
    border: 5px solid #bdbdbd;
  }
}
.t3-mainbody .t3-content .item-page_speedtest .wrapp {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.t3-mainbody .t3-content .item-page_speedtest .scale {
  padding: 2%;
}
.t3-mainbody .t3-content .item-page_speedtest .speedo-arrow {
  left: 0;
  position: absolute;
  top: 47.8%;
  opacity: 0.95;
  width: 100%;
}
.t3-mainbody .t3-content .item-page_speedtest .content {
  text-align: center;
}
.t3-mainbody .t3-content .item-page_speedtest .content .realtime {
  padding: 32% 0;
  z-index: 2;
  text-align: center;
}
.t3-mainbody .t3-content .item-page_speedtest .content .realtime #tool-status,
.t3-mainbody .t3-content .item-page_speedtest .content .realtime #tool-metrics {
  font-size: 140%;
  font-family: '2ip-light';
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .t3-mainbody .t3-content .item-page_speedtest .content .realtime #tool-status,
  .t3-mainbody .t3-content .item-page_speedtest .content .realtime #tool-metrics {
    font-size: 4vw;
  }
}
.t3-mainbody .t3-content .item-page_speedtest .content .realtime #tool-speed {
  font-size: 400%;
  font-family: 'Digital dream';
  margin: 0 0 -5px;
}
@media screen and (max-width: 767px) {
  .t3-mainbody .t3-content .item-page_speedtest .content .realtime #tool-speed {
    font-size: 10vw;
    margin: 1.5vw 0;
  }
}
.t3-mainbody .t3-content .item-page_speedtest .content .ready {
  padding: 45% 31%;
}
.t3-mainbody .t3-content .item-page_speedtest .content .button {
  -moz-user-select: none;
  border-radius: 4px;
  background: #03a9f4 linear-gradient(to bottom, #4fc3f7 0%, #03a9f4 92%, #0288d1 100%) repeat scroll 0 0;
  border: medium none;
  cursor: pointer;
  display: inline-block;
  outline: 0 none;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .t3-mainbody .t3-content .item-page_speedtest .content .button {
    font-size: 3vw;
  }
}
.t3-mainbody .t3-content .item-page_speedtest .content .button span {
  position: relative;
}
.t3-mainbody .t3-content .item-page_speedtest .content .button:before {
  border-radius: 4px;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #03a9f4 0%, #0288d1 100%) repeat scroll 0 0;
  bottom: 1px;
  box-shadow: 0 -0.08500000000000001em 0 0 rgba(61, 38, 35, 0.4) inset, 0 0 3px 0 rgba(254, 255, 187, 0.5) inset;
  content: "";
  left: 1px;
  position: absolute;
  right: 1px;
  top: 1px;
}
.t3-mainbody .t3-content .item-page_speedtest .content .button:hover:before {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #4fc3f7 0%, #0288d1 100%) repeat scroll 0 0;
}
.t3-mainbody .t3-content .item-page_speedtest .content .button:active {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #4fc3f7 0%, #03a9f4 8%, #0288d1 100%) repeat scroll 0 0;
}
.t3-mainbody .t3-content .item-page_speedtest .content .button:active:before {
  box-shadow: 0 2px 4px 0 rgba(2, 52, 0, 0.2) inset;
}
.t3-mainbody .t3-content .item-page_speedtest .content .button:active span {
  top: 3px;
}
.t3-mainbody .t3-content .item-page_speedtest .content .acl-indicator {
  font-size: 3em;
  top: 0;
  color: #01579b;
}
@media screen and (max-width: 767px) {
  .t3-mainbody .t3-content .item-page_speedtest .content .acl-indicator {
    font-size: 8vw;
  }
}
.t3-mainbody .t3-content .item-page_speedtest .content .text {
  position: absolute;
  bottom: 20px;
  width: 100%;
  font-family: '2ip-bold';
  font-size: 120%;
  color: #37474f;
}
@media screen and (max-width: 767px) {
  .t3-mainbody .t3-content .item-page_speedtest .content .text {
    bottom: 5vw;
    font-size: 3vw;
  }
}
.t3-mainbody .t3-content .item-page_speedtest .content .text .google_app {
  background-image: url(/images/google-play.png);
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: bottom center;
  color: transparent !important;
  font-size: 200% !important;
  margin-top: 20px;
  background-size: 155px auto;
}
@media screen and (max-width: 991px) {
  .t3-mainbody .t3-content .item-page_speedtest .content .text .google_app {
    background-size: 16vw auto;
  }
}
@media screen and (max-width: 767px) {
  .t3-mainbody .t3-content .item-page_speedtest .content .text .google_app {
    background-size: 26vw auto;
  }
}
.t3-mainbody .t3-content .item-page_speedtest .up-icon {
  color: #03a9f4;
}
.t3-mainbody .t3-content .item-page_speedtest .down-icon {
  color: #7cb342;
}
.t3-mainbody .t3-content .item-page_speedtest .status-bar {
  width: 100%;
  height: 50px;
}
.t3-mainbody .t3-content .item-page_speedtest .result-area {
  font-size: 100%;
}
.t3-mainbody .t3-content .item-page_speedtest .result-area .results {
  margin: 12px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #cfd8dc;
}
.t3-mainbody .t3-content .item-page_speedtest .result-area .results.info {
  border-bottom: none;
  position: relative;
  top: 10px;
  margin-top: 0;
  font-size: 120%;
  color: #78909c;
}
.t3-mainbody .t3-content .item-page_speedtest .result-area .results .fa {
  top: 1px;
}
.t3-mainbody .t3-content .item-page_speedtest .result-area .results .fa.fa-arrows-h {
  color: #ff5722;
}
.t3-mainbody .t3-content .item-page_speedtest .result-area .results .data {
  font-size: 250%;
  font-family: '2ip-bold';
}
.t3-mainbody .t3-content .item-page_speedtest .result-area .results .data.ping {
  color: #ff5722;
}
.t3-mainbody .t3-content .item-page_speedtest .result-area .results .data.download {
  color: #7cb342;
  border-right: 1px solid;
}
.t3-mainbody .t3-content .item-page_speedtest .result-area .results .data.upload {
  color: #03a9f4;
  border-right: 1px solid;
}
.t3-mainbody .t3-content .item-page_speedtest .result-area .results .speed_fix {
  position: relative;
  right: 12px;
}
.t3-mainbody .t3-content .item-page_speedtest .result-area .results .additionalres {
  color: #03a9f4;
  font-size: 90%;
  text-align: left;
  position: relative;
  top: 9px;
}
.t3-mainbody .t3-content .item-page_speedtest .result-area .results .additionalres.ping {
  color: #ff5722;
}
.t3-mainbody .t3-content .item-page_speedtest .result-area .results .additionalres.download .additionalres_name,
.t3-mainbody .t3-content .item-page_speedtest .result-area .results .additionalres.upload .additionalres_name {
  color: #78909c;
}
.t3-mainbody .t3-content .item-page_speedtest .result-area .results .additionalres.download .additionalres_name.min,
.t3-mainbody .t3-content .item-page_speedtest .result-area .results .additionalres.upload .additionalres_name.min {
  padding-right: 3px;
}
.t3-mainbody .t3-content .item-page_speedtest .result-area .results .additionalres.download .additionalres_data,
.t3-mainbody .t3-content .item-page_speedtest .result-area .results .additionalres.upload .additionalres_data {
  font-family: "2ip-bold";
}
.t3-mainbody .t3-content .item-page_speedtest .result-area .results .additionalres.download {
  color: #7cb342;
}
.t3-mainbody .t3-content .item-page_speedtest .result-area .results .additionalres.upload {
  color: #03a9f4;
}
.t3-mainbody .t3-content .item-page_speedtest .result-area .header-ping {
  color: #78909c;
  position: relative;
  top: 25px;
}
.t3-mainbody .t3-content .item-page_speedtest .result-area .header {
  color: #78909c;
  position: relative;
  top: 7px;
}
.t3-mainbody .t3-content .item-page_speedtest .result-area .header .faposs {
  position: relative;
  top: 10px;
}
.t3-mainbody .t3-content .item-page_speedtest .speed-result {
  margin-top: 30px;
}
.t3-mainbody .t3-content .item-page_speedtest .speed-result ul {
  margin: 7px 0 0px;
}
.t3-mainbody .t3-content .item-page_speedtest .speed-result .fa {
  font-size: 130%;
  color: #ff5722;
  top: 1px;
}
.t3-mainbody .t3-content .item-page_speedtest .speed-result .fa.fa-clock-o {
  top: 2px;
  margin-right: 0;
}
.t3-mainbody .t3-content .item-page_speedtest .speed-result table.table a {
  color: #263238;
  border-bottom: 1px solid #b0bec5 !important;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.t3-mainbody .t3-content .item-page_speedtest .speed-result table.table a:hover {
  color: #ff5722;
  border-bottom: 1px solid #ff5722 !important;
  text-decoration: none;
}
.t3-mainbody .t3-content .item-page_speedtest .ratinglink {
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 110%;
}
.t3-mainbody .t3-content .item-page_speedtest .ratinglink .fa {
  font-size: 140%;
  color: #ff5722;
  top: 3px;
}
.t3-mainbody .t3-content .item-page_speedtest .ratinglink a {
  color: #263238;
  border-bottom: 1px solid #b0bec5 !important;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.t3-mainbody .t3-content .item-page_speedtest .ratinglink a:hover {
  color: #ff5722;
  border-bottom: 1px solid #ff5722 !important;
  text-decoration: none;
}
.t3-mainbody .t3-content .item-page_speedtest .cdn-border {
  border-right: 1px solid #b0bec5;
}
@media screen and (max-width: 767px) {
  .t3-mainbody .t3-content .item-page_speedtest .cdn-border {
    border: none;
  }
}
.t3-mainbody .t3-content .item-page_speedtest .cdn .fa-hdd-o {
  font-size: 150%;
  color: #03a9f4;
  top: 4px;
}
.t3-mainbody .t3-content .item-page_speedtest .cdn .fa-retweet {
  color: #ff5722;
  margin-left: 7px;
}
.t3-mainbody .t3-content .item-page_speedtest .cdn .fa-retweet:hover {
  opacity: 0.8;
}
.t3-mainbody .t3-content .item-page_speedtest .cdn .cdn-server {
  font-family: "2ip-bold";
  position: relative;
  top: 1px;
}
.t3-mainbody .t3-content .item-page_speedtest .cdn-host {
  font-size: 100%;
  font-family: "2ip-light";
  position: relative;
  top: 5px;
}
@media screen and (max-width: 767px) {
  .t3-mainbody .t3-content .item-page_speedtest .cdn-host {
    margin: 20px 0 5px 0;
  }
}
.t3-mainbody .t3-content .item-page_speedtest .cdn-host .fa {
  color: #03a9f4;
}
.t3-mainbody .t3-content .item-page_speedtest .cdn-host .cdn-host-modale {
  color: #263238;
  border-bottom: 1px dotted #b0bec5 !important;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.t3-mainbody .t3-content .item-page_speedtest .cdn-host .cdn-host-modale:hover {
  color: #ff5722 !important;
  border-bottom: 1px dotted #ff5722 !important;
  text-decoration: none;
}
.t3-mainbody .t3-content .item-page_speedtest .cdn-pseudolink {
  color: #03a9f4;
  border-bottom: 1px dotted #b3e5fc !important;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.t3-mainbody .t3-content .item-page_speedtest .cdn-pseudolink:hover {
  color: #ff5722 !important;
  border-bottom: 1px dotted #ff5722 !important;
  text-decoration: none;
}
.t3-mainbody .t3-content .item-page_speedtest .cdn_link {
  color: #03a9f4;
  border-bottom: 1px solid #b3e5fc !important;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.t3-mainbody .t3-content .item-page_speedtest .cdn_link:hover {
  color: #ff5722;
  border-bottom: 1px solid #ff5722 !important;
  text-decoration: none;
}
.t3-mainbody .t3-content .item-page_speedtest .cdn-flag {
  width: 20px;
  position: relative;
  top: -2px;
  margin-right: 2px;
}
.t3-mainbody .t3-content .item-page_speedtest .cdn-speedtest .form-group {
  margin: 0;
}
.t3-mainbody .t3-content .item-page_speedtest .cnd-country-list {
  height: auto;
  max-height: 250px;
  overflow-x: hidden;
}
.t3-mainbody .t3-content .item-page_speedtest .alert-mess {
  padding-top: 8px;
}
.t3-mainbody .t3-content .item-page_speedtest .alert-mess .alert-mess-text {
  background-repeat: no-repeat;
  background-position: 30px center;
  background-size: auto 100%;
  padding-left: 11%;
  color: #78909c;
  font-size: 110%;
}
@media screen and (max-width: 991px) {
  .t3-mainbody .t3-content .item-page_speedtest .alert-mess .alert-mess-text {
    font-size: 3vw;
    padding-left: 16vw;
    font-weight: normal;
  }
}
.t3-mainbody .t3-content .item-page_speedtest .speed-padding {
  margin-top: 4%;
}
@media screen and (max-width: 767px) {
  .t3-mainbody .t3-content .item-page_speedtest .speed-padding {
    margin-top: 0;
  }
}

/* Long provider names must wrap on narrow screens instead of widening the page. */
.t3-mainbody .t3-content .item-page_speedtest .cdn-server-selection {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .t3-mainbody .t3-content .item-page_speedtest .cdn-server-selection {
    white-space: normal;
    overflow-wrap: anywhere;
  }
}
