/*noinspection CssUnknownTarget*/
@import "https://fonts.googleapis.com/css?family=Roboto:400,400italic,500,700&subset=latin,cyrillic";
/*noinspection CssUnknownTarget*/
@import "https://fonts.googleapis.com/css?family=Roboto+Slab:400&subset=latin,cyrillic";

/* Bootstrap 5 columns */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}

/* END: Bootstrap 5 columns */

html, body {
  position: relative;
  min-height: 100%;
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #0b3951;
  font-weight: 400;
  line-height: 20px;
  border-top: 5px solid #172d41;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: 'Roboto Slab', sans-serif;
}

h1.page-header {
  margin: 0 0 20px;
  padding: 0;
  color: #13638d;
  text-transform: uppercase;
  border: none;
}

h1.page-header span {
  color: #0b6394;
  font-size: 28px;
  font-weight: normal;
  text-transform: none;
}

.region-sidebar-second {
  margin-top: 120px;
}

.simple-page .region-sidebar-second {
  margin-top: 0;
}

.label-inline .field-label,
.label-inline .field-content {
  display: inline;
}

label {
  margin: 0;
}

ul, ol {
  margin: 15px 0;
}

.content ul,
.content ol {
  list-style-position: inside;
}

p {
  margin: 0;
}

p + p {
  margin-top: 15px;
}

iframe {
  max-width: 100%;
}

.field-type-text-long img {
  max-width: 100%;
  height: auto;
}

.views-exposed-form .views-exposed-widget {
  padding: 0;
}

form .panel-body {
  padding: 0;
}

form input.btn,
input.btn,
button.btn,
form input.form-text,
input.form-text,
form textarea.form-control,
textarea.form-control {
  padding: 10px;
  height: auto;
  color: inherit;
  font-size: 20px;
  line-height: 24px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

form input[type="submit"],
form input[type="button"],
input[type="button"],
form button.webform-submit,
form button.form-submit {
  position: relative;
  padding: 12px 30px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #096293;
  border: none;
  z-index: 1;
  overflow: hidden;
}

form input[type="submit"]:hover,
form input[type="button"]:hover,
input[type="button"]:hover,
form button.webform-submit:hover,
form button.form-submit:hover {
  color: #ffffff;
  background-color: #096293;
}

form input[type="submit"]:before,
form input[type="button"]:before,
input[type="button"]:before,
form button.webform-submit:before,
form button.form-submit:before,
form input[type="submit"]:after,
form input[type="button"]:after,
input[type="button"]:after,
form button.webform-submit:after,
form button.form-submit:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  background-color: #0b3951;
  left: 50%;
  top: 0;
  transition: .3s;
  z-index: -1;
}

form input[type="submit"]:after,
form input[type="button"]:after,
input[type="button"]:after,
form button.webform-submit:after,
form button.form-submit:after {
  right: 50%;
}

form input[type="submit"]:hover:before,
form input[type="button"]:hover:before,
input[type="button"]:hover:before,
form button.webform-submit:hover:before,
form button.form-submit:hover:before,
form input[type="submit"]:hover:after,
form input[type="button"]:hover:after,
input[type="button"]:hover:after,
form button.webform-submit:hover:after,
form button.form-submit:hover:after {
  width: 51%;
}

form input[type="submit"]:hover:before,
form input[type="button"]:hover:before,
input[type="button"]:hover:before,
form button.webform-submit:hover:before,
form button.form-submit:hover:before {
  left: 0;
}

form input[type="submit"]:hover:after,
form input[type="button"]:hover:after,
input[type="button"]:hover:after,
form button.webform-submit:hover:after,
form button.form-submit:hover:after {
  right: 0;
}

.back-name {
  padding-left: 35px !important;
  background-image: url(../images/input-name.png);
  background-position: 10px 13px;
  background-repeat: no-repeat;
}

.back-email {
  padding-left: 35px !important;
  background-image: url(../images/input-email.png);
  background-position: 10px 15px;
  background-repeat: no-repeat;
}

.back-message {
  padding-left: 35px !important;
  background-image: url(../images/input-message.png);
  background-position: 10px 13px;
  background-repeat: no-repeat;
}

.g-recaptcha {
  margin: 0 auto;
  width: 304px;
}

.panel-pane .container {
  padding: 40px 0;
}

.pane-title {
  font-family: 'Roboto Slab', serif;
  margin-bottom: 20px;
  text-align: center;
  color: #13638d;
  font-size: 40px;
  text-transform: uppercase;
}

.bx-wrapper {
  max-width: 100% !important;
}

.bx-wrapper .bx-controls-direction a {
  display: block;
  width: 25px;
  height: 21px;
}

.bx-wrapper .bx-prev {
  background: url(../images/arrow-left.png);
}

.bx-wrapper .bx-next {
  background: url(../images/arrow-right.png);
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-next:hover {
  background-position: 0 0;
}

.alert li {
  list-style: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 992px) {
  div[id^="webform-ajax"] .alert {
    margin: 0 auto 20px;
    width: 66.66666666666666%;
  }

  div[id^="webform-ajax"]:after {
    display: table;
    content: " ";
    clear: both;
  }
}

@media (max-width: 991px) {
  body.admin-menu.navbar-is-fixed-top,
  body.navbar-is-fixed-top {
    padding-top: 160px !important;
  }
}

@media (max-width: 767px) {
  input[type="submit"],
  input[type="button"] {
    width: 100% !important;
  }

  .panel-pane .container {
    padding: 20px;
  }
}

.main-container {
  background: #dddddd;
}

.main-container > .container {
  background: #ffffff;
  -webkit-box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.11);
}

.main-container > .container {
  padding-bottom: 60px;
}

/* Navbar */

.header-wrapper {
  position: relative;
  margin-top: 1px;
  background-color: #096293;
  z-index: 2;
}

#navbar {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  height: auto;
  background-color: transparent;
  border: none;
}

@media (min-width: 992px) {
  #navbar > .container {
    margin: 0 -30px;
  }
}

#navbar .navbar-header {
  line-height: 50px;
}

#navbar .logo,
#navbar .slogan {
  text-align: center;
}

#navbar .logo {
}

#navbar .logo a {
  text-decoration: none;
}

#navbar .logo-text {
  margin: -9px 0 -9px 10px;
  width: 70%;
}

#navbar .slogan {
  margin-top: 15px;
  color: #1d1d1d;
  font-size: 20px;
  font-weight: 500;
}

#navbar .balloon {
}

#navbar .balloon .balloon-red {
  position: relative;
  float: right;
  padding: 5px 15px;
  width: 75%;
  height: 50px;
  color: #fb2327;
  font-size: 13px;
  font-style: italic;
  line-height: 18px;
  background-color: #ffdfdf;
  border: 1px dashed #fa565a;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#navbar .balloon .balloon-red:after {
  content: " ";
  position: absolute;
  top: 18px;
  right: -8px;
  display: block;
  width: 8px;
  height: 13px;
  background: url(../images/tootip-right.png) no-repeat;
}

#navbar .balloon .balloon-red a {
  color: #fb2327;
  text-decoration: underline;
}

#navbar .balloon .balloon-red a:hover {
  text-decoration: none;
}

#navbar .balloon .smile {
  float: right;
  margin-top: 10px;
  margin-left: 15px;
  width: 32px;
  height: 32px;
}

#navbar .balloon .smile.bad {
  background: url(../images/smile-bad.png) no-repeat;
}

#navbar .top-info {
  margin-top: 7px;
  color: #13638d;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

#navbar .top-info label {
  margin-right: 10px;
  color: #a9a9a9;
  font-size: 14px;
  font-weight: 400;
}

#navbar .navbar-collapse {
  max-height: none;
}

#navbar .nav-first ul.navbar-nav {
  float: right;
}

#navbar .nav-first ul.navbar-nav li {
  padding: 0;
  margin: 0;
}

#navbar .nav-first ul.navbar-nav li a {
  padding-left: 10px;
  padding-right: 10px;
  height: 50px;
  color: #ffffff;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
}

/*#navbar .nav-first ul.navbar-nav li.last a {
  padding-right: 0;
}

#navbar .nav-first ul.navbar-nav li.last a {
  padding-left: 20px;
  background: url(../images/fav-icon.png) left center no-repeat;
}*/

#navbar .nav-first ul.navbar-nav li.active a,
#navbar .nav-first ul.navbar-nav li a:hover {
  text-decoration: underline;
  background-color: transparent;
}

#navbar .nav-search {
  float: right;
  padding: 10px 20px;
  line-height: 30px;
}

#navbar .nav-search a {
  color: #ffffff;
}

#navbar .nav-search form.search-form {
  position: fixed;
  left: 0;
  top: -100%;
  height: 100%;
  width: 100%;
  z-index: 100;
  color: #ffffff;
}

#navbar .nav-search form.search-form:before {
  display: block;
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0.9;
  background-color: #1f9de0;
}

form.search-form .search-form-h {
  display: table;
  height: 100%;
  width: 100%;
}

form.search-form .search-form-row {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
}

form.search-form .search-label {
  font-size: 2em;
  line-height: 1.6em;
  color: #ffffff;
}

form.search-form .search-input {
  width: 80%;
  margin: 0 auto;
}

form.search-form .search-input input {
  font-size: 5em;
  line-height: 1em;
  text-align: center;
  height: auto;
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: none !important;
  background-color: transparent;
  color: #ffffff;
}

form.search-form .search-submit {
  display: none;
}

form.search-form .search-close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 40px;
  line-height: 80px;
  height: 80px;
  width: 80px;
  opacity: 0.5;
  color: #ffffff;
}

form.search-form a.search-close,
form.search-form a.search-close:link,
form.search-form a.search-close:visited,
form.search-form a.search-close:focus,
form.search-form a.search-close:hover,
form.search-form a.search-close:active {
  text-decoration: none;
}

@media (max-width: 991px) {
  #navbar {
    /*height: 160px;*/
  }

  #navbar .navbar-header {
    margin-bottom: 30px;
  }

  #navbar .col-sm-6 {
    height: 50px;
  }

  .navbar-header {
    float: none;
  }

  #navbar .nav-first ul.navbar-nav {
    float: none;
  }

  #navbar .nav-first ul.navbar-nav li {
    margin: 0 7px;
  }
}

@media (max-width: 767px) {
  #navbar .navbar-header {
    margin-bottom: 0;
    line-height: 50px;
  }

  #navbar .navbar-collapse {
    margin-top: 25px;
    margin-bottom: -25px;
  }

  #navbar .logo {
    padding: 0;
    float: left;
    margin-left: 15px;
    width: 75%;
  }

  #navbar .top-info {
    text-align: center;
  }

  #navbar .slogan {
    height: 30px !important;
  }

  #navbar .logo-text {
    width: 70%;
    max-width: 190px;
  }

  #navbar .nav-search {
    display: none;
  }

  #navbar .nav-first ul.navbar-nav li.last a {
    padding-left: 35px;
    width: auto;
    /*background: none;*/
    color: #ffffff;
    text-indent: 0;
    background-position: 15px 18px;
  }
}

@media (max-width: 1199px) {
  #navbar .nav-first ul.navbar-nav li {
    margin: 0 0 0 3px;
  }
}

/* Map block */

#map-block {
  position: relative;
  width: 100%;
  background: #172d41 url(../images/map-bg.png) center bottom no-repeat;
}

#map-block.panel-pane .container {
  min-height: 451px;
}

#map-block .pane-title {
  color: #ffffff;
  font-size: 40px;
  text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.2),
  1px 1px 1px rgba(255, 255, 255, 0.2),
  1px 1px 1px rgba(0, 0, 0, 0.7),
  0 2px 12px rgba(255, 255, 255, 0.35),
  0 2px 3px rgba(255, 255, 255, 0.35);
}

#map {
  margin: 0 auto;
  width: 75%;
}

#map svg polygon {
  stroke: #117aa1;
  stroke-width: 1px;
  fill: #19709f;
  fill-opacity: 0;
  cursor: pointer;
}

#map svg polygon[active="1"] {
  fill-opacity: 0.5;
}

#map svg polygon.hover,
#map svg polygon.active {
  fill-opacity: 1;
}

#map svg polygon.active[main="1"] {
  /*fill: url(../images/arrow-left.png);*/
}

#map-info {
  display: none;
  position: absolute;
  bottom: 30px;
  width: 50%;
}

#map-info .map-info-title {
  font-family: 'Roboto Slab', serif;
  height: 30px;
  color: #e9e9e9;
  font-size: 24px;
  font-weight: 400;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.38);
}

#map-info .map-info-title:before {
  content: " ";
  margin: 5px 10px 0 5px;
  display: block;
  float: left;
  width: 9px;
  height: 9px;
  background: #ffffff;
}

#map-info .map-info-close {
  position: absolute;
  top: 30px;
  right: 2px;
  color: #ffffff;
  font-size: 24px;
  cursor: pointer;
}

#map-info .map-info-text {
  padding: 20px 20px 30px;
  color: #ffffff;
  font-weight: 500;
  background: url(../images/map-info-bg.png);
  border-top: 2px solid #0f95c2;
}

#map-info .map-info-text .info-highlight {
  margin-bottom: 20px;
  color: #157eb3;
}

@media (max-width: 1199px) {
  #map-info {
    bottom: 25px;
  }

  #map-info .map-info-title {
    height: 25px;
    font-size: 20px;
  }

  #map-info .map-info-title:before {
    margin: 6px 8px 0 4px;
    width: 7px;
    height: 7px;
  }

  #map-info .map-info-close {
    top: 25px;
    font-size: 20px;
  }

  #map-info .map-info-text {
    padding: 16px 16px 25px;
    font-size: 12px;
    line-height: 16px;
  }
}

@media (max-width: 991px) {
  #map-block.panel-pane .pane-content {
    display: none;
  }

  #map-info {
    bottom: 15px;
  }

  #map-info .map-info-title {
    height: 20px;
    font-size: 16px;
  }

  #map-info .map-info-title:before {
    margin: 6px 6px 0 3px;
    width: 5px;
    height: 5px;
  }

  #map-info .map-info-close {
    top: 20px;
    font-size: 16px;
  }

  #map-info .map-info-text {
    padding: 12px 12px 15px;
    font-size: 9px;
    line-height: 13px;
  }
}

/* Info block */

#info-block {
  background: #f1f3f5;
}

#info-block .inner {
  padding: 30px 20px 35px;
  height: 167px;
  border: 1px solid #bbbbbb;
  background: #ffffff;
}

#info-block .title {
  text-align: center;
  color: #13638d;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

#info-block .content {
  margin-top: 10px;
  text-align: center;
}

@media (max-width: 1199px) {
  #info-block .inner {
    height: 187px;
  }
}

@media (max-width: 991px) {
  #info-block .inner {
    height: 207px;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  #info-block .col-sm-4 {
    margin-bottom: 30px;
  }

  #info-block .inner {
    height: 187px;
  }
}

/* Info graphic */

#info-graphic {
  background: #f1f3f5 url(../images/info-graphic-bg-shadow.png) center top no-repeat;
}

@media (max-width: 767px) {
  #info-graphic .col-sm-4 {
    margin-bottom: 30px;
  }
}

/* About service */

#about-service {
}

#about-service .sub-pane-title {
  margin-bottom: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 21px;
}

#about-service .content p {
  text-align: center;
}

#about-service .content a {
  color: #fa565a;
  text-decoration: underline;
}

#about-service .content a:hover {
  text-decoration: none;
}

#about-service .more-details {
  display: none;
}

/* Top VPN */

#top7vpn {
  background: #f1f3f5;
}

#top7vpn .view-header {
  text-align: center;
  color: #0b3951;
}

#top7vpn .service-card {
  margin-top: 50px;
  background-color: #ffffff;
  border: 1px solid #bbbbbb;
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.05);
}

#top7vpn .service-card .service-card-common-wrapper {
  position: relative;
  border-right: 1px solid #bbbbbb;
}

#top7vpn .service-card .service-card-common-wrapper .discount {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  text-align: center;
  overflow: hidden;
}

#top7vpn .service-card .service-card-common-wrapper .discount .field-content {
  position: absolute;
  padding: 14px 20px 0;
  top: -10px;
  left: -36px;
  background: #c9252e;
  color: #ffffff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#top7vpn .service-card .service-card-common-wrapper .discount .field-content span {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
}

#top7vpn .service-card .service-card-common-wrapper .service-number,
#top7vpn table .views-field-counter .service-number {
  position: absolute;
  top: -32px;
  left: 50%;
  margin-left: -32px;
  width: 61px;
  height: 51px;
  text-align: center;
  color: #bbbbbb;
  font-size: 24px;
  font-weight: 500;
  line-height: 51px;
  /*background: #ffffff url(../images/service-card-number-gray.png) top center*/;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

#top7vpn .service-card .service-card-common-wrapper .service-number {
  display: none !important;
}

#top7vpn table .views-field-counter .service-number {
  position: static;
  margin: 0 auto;
}

#top7vpn .service-card.card-position-1 {
  border-top: 4px solid #efd213;
}

#top7vpn .service-card.card-position-1 .service-card-common-wrapper .service-number,
#top7vpn table .views-field-counter .card-position-1.service-number {
  /*color: #0c6494;*/
  /*color: #efd213;*/
  /*background-image: url(../images/service-card-number-pos1.png);*/
}

#top7vpn .service-card.card-position-2 {
  border-top: 4px solid #bbbbbb;
}

#top7vpn .service-card.card-position-2 .service-card-common-wrapper .service-number,
#top7vpn table .views-field-counter .card-position-2.service-number {
  /*color: #bbbbbb;*/
  /*background-image: url(../images/service-card-number-pos2.png);*/
}

#top7vpn .service-card.card-position-3 {
  border-top: 4px solid #cda04a;
}

#top7vpn .service-card.card-position-3 .service-card-common-wrapper .service-number,
#top7vpn table .views-field-counter .card-position-3.service-number {
  /*color: #cda04a;*/
  /*background-image: url(../images/service-card-number-pos3.png);*/
}

#top7vpn .service-card .service-card-logo {
  margin: 40px 30px 30px;
  text-align: center;
}

#top7vpn .service-card .service-card-logo img {
  max-width: 100%;
  height: auto;
}

#top7vpn .service-card .service-card-common {
  color: #0b3951;
  font-size: 14px;
  text-align: center;
}

#top7vpn .service-card .service-card-common .platforms {
  margin-top: 10px;
  padding-bottom: 15px;
}

#top7vpn .service-card .service-card-common .platforms img {
  margin: 0 5px;
  width: auto;
  height: 20px;
}

#top7vpn .service-card .service-card-common .tif a {
  color: #fb2327;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: underline;
}

#top7vpn .service-card .service-card-common .tif a:hover {
  text-decoration: none;
}

#top7vpn .service-card .service-card-common .prices-block {
  margin: 15px 20px 20px 20px;
}

#top7vpn .service-card .service-card-common .prices,
#top7vpn table .views-field-field-prices .prices,
#top7vpn.gtable .views-field-field-prices .prices {
  color: #13638d;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  /*cursor: pointer;*/
}

#top7vpn table .views-field-field-prices .prices,
#top7vpn.gtable .views-field-field-prices .prices {
  font-size: 14px;
}

#top7vpn .service-card .service-card-common .prices .value,
#top7vpn table .views-field-field-prices .prices .value,
#top7vpn.gtable .views-field-field-prices .prices .value {
  position: relative;
  font-size: 30px;
  line-height: 30px;
}

#top7vpn table .views-field-field-prices .prices .value,
#top7vpn.gtable .views-field-field-prices .prices .value {
  font-size: 26px;
  line-height: 22px;
}

/*#top7vpn .service-card .service-card-common .prices .value:after {
  content: " ";
  display: block;
  position: absolute;
  top: 16px;
  right: -13px;
  width: 9px;
  height: 5px;
  background: url(../images/price-dropdown.png);
}*/

#top7vpn .service-card .service-card-common .prices .dollar,
#top7vpn table .views-field-field-prices .prices .dollar,
#top7vpn.gtable .views-field-field-prices .prices .dollar {
  position: absolute;
  left: -10px;
  top: 5px;
  font-size: 16px;
  line-height: 16px;
}

#top7vpn table .views-field-field-prices .started,
#top7vpn.gtable .views-field-field-prices .started {
  margin: 10px 0;
}

/*#top7vpn .service-card .started a,
#top7vpn table .views-field-field-discount .started a,
#top7vpn table .views-field-field-prices .started a,
#top7vpn.gtable .started a,
#block-views-services-block-5 .field-field-link .started a,
.node-service .field-field-link .started a {
  padding: 8px 25px;
  display: inline-block;
  text-align: center;
  color: #4d9d0e;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
  background: #ffffff;
  border: 2px solid #4d9d0e;
}*/

/*#top7vpn .service-card .started a:hover,
#top7vpn table .views-field-field-discount .started a:hover,
#top7vpn table .views-field-field-prices .started a:hover,
#top7vpn.gtable .started a:hover,
#block-views-services-block-5 .field-field-link .started a:hover,
.node-service .field-field-link .started a:hover {
  color: #ffffff;
  background: #4d9d0e;
}*/

/*#top7vpn table .views-field-field-discount .started a,
#top7vpn table .views-field-field-prices .started a,
#top7vpn.gtable .started a,
#block-views-services-block-5 .field-field-link .started a,
.node-service .field-field-link .started a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}*/

.started a {
  position: relative;
  padding: 8px 25px;
  display: inline-block;
  text-align: center;
  color: #4d9d0e;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
  background: #ffffff;
  border: 2px solid #4d9d0e;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 1;
  overflow: hidden;
}

.started a:hover {
  color: #ffffff;
  /*  background: #4d9d0e;*/
}

.started a:before,
.started a:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  background: #4d9d0e;
  left: 50%;
  top: 0;
  transition: .3s;
  z-index: -1;
}

.started a:after {
  right: 50%;
}

.started a:hover:before,
.started a:hover:after {
  width: 51%;
}

.started a:hover:before {
  left: 0;
}

.started a:hover:after {
  right: 0;
}

#top7vpn .service-card .prices-full {
  display: none;
  padding: 15px 0;
  text-align: center;
  color: #bbbbbb;
  font-size: 10px;
  font-weight: 700;
  line-height: 24px;
  background: #ffffff;
  border: 1px solid #bbbbbb;
}

#top7vpn .service-card .prices-full .price {
  font-size: 16px;
}

#top7vpn .service-card .prices-full .months {
  font-size: 14px;
  color: #000000;
}

#top7vpn .service-card .prices-full .prices-position:last-child {
  color: #fa565a;
}

#top7vpn .service-card .service-title {
  margin: 15px 0;
  text-align: center;
  color: #13638d;
  font-size: 20px;
  font-weight: 700;
}

#top7vpn .service-card .service-card-description-wrapper {
  border-left: 1px solid #bbbbbb;
  margin-left: -1px;
}

#top7vpn .service-card .service-title-border {
  margin: 30px auto;
  width: 300px;
  border-bottom: 1px solid #bbbbbb;
}

#top7vpn .service-card .description {
}

#top7vpn .service-card .description .field-content p {
  margin: 0;
}

#top7vpn .service-card .description-accent {
  color: #53a523;
  font-size: 16px;
  font-weight: 700;
}

#top7vpn .service-card .description-accent .flag-icon {
  width: 26px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0.8);
  border-radius: 4px;
}

#top7vpn .service-card .description .field-content,
#top7vpn .service-card .description-accent .field-content,
#top7vpn .service-card .parameters .field-content {
  margin-bottom: 15px;
  font-size: 14px;
}

#top7vpn .service-card .description-accent .field-countries {
  margin-bottom: 20px;
  color: #13638d;
  font-size: 20px;
  font-weight: 400;
}

#top7vpn .service-card .description-accent .discount {
  margin-bottom: 20px;
}

#top7vpn .service-card .description-accent .discount .field-content {
  margin: 0;
  padding: 1px 15px;
  float: left;
  color: #ffffff;
  background: #53a523;
}

#top7vpn .service-card .description-accent .discount .field-content span {
  font-size: 13px;
  text-transform: uppercase;
}

#top7vpn .service-card .parameters .field-content {
  margin: 0;
}

#top7vpn .service-card .parameters {
}

#top7vpn .service-card .parameters label {
  font-weight: 700;
}

#top7vpn .service-card .parameters .started {
  text-align: center;
  margin: 30px 0 20px;
}

#top7vpn table,
#top7vpn.gtable .view-content {
  margin-top: 30px;
  /*min-width: 970px;*/
}

#top7vpn.gtable {
  background: none;
}

#top7vpn.gtable .vpn-item {
  margin-bottom: 30px;
  padding: 20px 30px;
  border: 1px solid #bbbbbb;
}

#top7vpn.gtable .vpn-item:hover {
  border-color: #0b3951;
}

#top7vpn.gtable .vpn-item .views-field-field-logo {
  margin: 0 auto;
  width: 70%;
  height: 55px;
  position: relative;
  overflow: hidden;
}

#top7vpn.gtable .vpn-item .views-field-field-logo img {
  position: absolute;
  top: 50%;
  max-height: 100%;
  display: block;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  height: auto;
  width: auto;
}

#top7vpn.gtable .vpn-item .views-field-field-user-rating {
  margin: 15px auto;
  width: 106px;
  text-align: center;
}

#top7vpn.gtable .vpn-item .views-field-field-voted-users {
  padding-bottom: 20px;
  text-align: center;
}

#top7vpn.gtable .vpn-item .views-field-body {
  padding: 20px 20px 0;
  height: 106px;
  overflow: hidden;
  background: #f7f6f6;
}

#top7vpn.gtable .vpn-item .views-field-title {
  padding-top: 10px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-align: center;
  background: #f7f6f6;
}

#top7vpn.gtable .vpn-item .views-field-field-prices {
  float: left;
  padding-left: 5%;
  width: 40%;
  height: 40px;
}

#top7vpn.gtable .views-field-field-link {
  float: right;
  width: 60%;
  height: 40px;
  text-align: right;
}

#top7vpn.gtable .views-field-field-link .started a {
  padding: 5px 15px;
  line-height: 25px;
}

#top7vpn table thead tr {
  background: #13638d;
}

#top7vpn table .tablesorter-header {
  padding: 4px 20px 4px 4px !important;
  background: url(data:image/gif;base64,R0lGODlhFQAJAIAAAP///////yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==) center right no-repeat;
  cursor: pointer;
}

#top7vpn table .tablesorter-header.sorter-false {
  background: transparent;
  cursor: auto;
}

#top7vpn table .tablesorter-header.tablesorter-headerDesc {
  background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
}

#top7vpn table .tablesorter-header.tablesorter-headerAsc {
  background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
}

#top7vpn table tr {
  background: #ffffff;
}

#top7vpn table thead th {
  height: 52px;
  text-align: center;
  color: #ffffff;
  vertical-align: middle;
}

#top7vpn table td {
  padding: 10px 0 !important;
}

#top7vpn table td.views-field-field-logo {
  width: 16.6%;
}

#top7vpn table td.views-field-field-logo img {
  width: 80%;
  height: auto;
}

#top7vpn table td.views-field-field-prices {
  width: 9.6%;
}

#top7vpn table td.views-field-body {
  width: 27.1%;
  text-align: left;
  font-size: 14px;
}

#top7vpn table td.views-field-body .fa {
  margin-right: 2px;
  position: relative;
  top: -1px;
  color: #aaaaaa;
  font-size: 10px;
  line-height: 20px;
}

#top7vpn table td.views-field-counter {
  width: 7.5%;
}

#top7vpn table td.views-field-field-user-rating {
  width: 12.2%;
}

#top7vpn table td.views-field-field-countries {
  width: 12.4%;
}

#top7vpn table th.views-field-field-discount {
  text-align: right;
}

#top7vpn table td.views-field-field-discount {
  width: 27%;
}

#top7vpn table td {
  padding: 30px 0 !important;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #dddddd;
}

#top7vpn table td:first-child {
  border-left: 1px solid #dddddd;
}

#top7vpn table td:last-child {
  border-right: 1px solid #dddddd;
}

#top7vpn table tr:hover td {
  border-top: 3px solid #dddddd;
  border-bottom: 3px solid #dddddd;
}

#top7vpn table td .sorter {
  display: none;
}

#top7vpn.gtable .views-field-body {
  text-align: left;
  font-size: 14px;
}

#top7vpn.gtable .views-field-body .fa {
  margin-right: 3px;
  position: relative;
  top: -1px;
  color: #aaaaaa;
  font-size: 10px;
  line-height: 20px;
}

#top7vpn table .views-field-field-user-rating .rating,
#top7vpn table .views-field-field-logo .rating,
#top7vpn.gtable .views-field-field-user-rating .rating,
#top7vpn.gtable .views-field-field-logo .rating {
  font-size: 20px;
  color: #bbbbbb;
}

#top7vpn table .views-field-field-user-rating .rating-wrapper,
#top7vpn.gtable .views-field-field-user-rating .rating-wrapper {
  background: url(../images/rating-line.png) left center repeat-x;
}

#top7vpn table .views-field-field-user-rating .rating,
#top7vpn.gtable .views-field-field-user-rating .rating {
  padding: 0 5px;
  display: inline;
  background: #ffffff;
}

#top7vpn table .views-field-field-user-rating .rating span,
#top7vpn table .views-field-field-logo .rating span,
#top7vpn.gtable .views-field-field-user-rating .rating span,
#top7vpn.gtable .views-field-field-logo .rating span {
  color: #13638d;
  font-weight: bold;
}

#top7vpn table .views-field-field-logo .rating,
#top7vpn.gtable .views-field-field-logo .rating {
  margin-top: 10px;
}

#top7vpn table .review-link,
#top7vpn.gtable .review-link {
  font-size: 14px;
}

#top7vpn table .rate-link a,
#top7vpn.gtable .rate-link a {
  font-size: 16px;
}

#top7vpn table .rate-link span,
#top7vpn.gtable .rate-link span {
  color: #aaaaaa;
  font-size: 16px;
}

#top7vpn table .review-link a,
#top7vpn table .rate-link a,
#top7vpn.gtable .review-link a,
#top7vpn.gtable .rate-link a {
  color: #fa565a;
  text-decoration: underline;
}

#top7vpn table .review-link a:hover,
#top7vpn table .rate-link a:hover,
#top7vpn.gtable .review-link a:hover,
#top7vpn.gtable .rate-link a:hover {
  text-decoration: none;
}

#top7vpn table .views-field-field-countries .countries-count,
#top7vpn.gtable .views-field-field-countries .countries-count {
  font-size: 20px;
  color: #888888;
}

#top7vpn table .views-field-field-discount,
#top7vpn.gtable .views-field-field-discount {
  position: relative;
}

#top7vpn table .views-field-field-discount .discount,
#top7vpn.gtable .views-field-field-discount .discount {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 100px;
  text-align: center;
  overflow: hidden;
}

#top7vpn table .views-field-field-discount .discount .field-content,
#top7vpn.gtable .views-field-field-discount .discount .field-content {
  position: absolute;
  padding: 14px 20px 0;
  top: -10px;
  right: -36px;
  background: #c9252e;
  color: #ffffff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#top7vpn table .views-field-field-discount .discount .field-content span,
#top7vpn.gtable .views-field-field-discount .discount .field-content span {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
}

#top7vpn table .views-field-field-discount .tif,
#top7vpn.gtable .views-field-field-discount .tif {
  margin-top: 5px;
}

#top7vpn table .views-field-field-discount .tif a,
#top7vpn.gtable .views-field-field-discount .tif a {
  color: #fa565a;
  text-decoration: underline;
}

#top7vpn table .views-field-field-discount .tif a:hover,
#top7vpn.gtable .views-field-field-discount .tif a:hover {
  text-decoration: none;
}

#top7vpn .output-style {
  position: absolute;
  top: 12px;
  right: 15px;
  font-size: 25px;
}

#top7vpn .output-style ul {
  list-style: none;
}

#top7vpn .output-style ul li {
  float: left;
  margin-left: 10px;
}

#top7vpn .output-style ul li a {
  padding: 2px;
  display: inline-block;
  height: 26px;
  color: #bbbbbb;
  line-height: 26px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#top7vpn .output-style ul li a:hover,
#top7vpn .output-style ul li a.active {
  color: #ffffff;
  background: #13638d;
}

@media (max-width: 1199px) {
  #top7vpn .service-card .service-card-common .prices-block {
    margin-left: 0;
    margin-right: 0;
  }

  #top7vpn .service-card .service-card-common .prices {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  #top7vpn .service-card .service-card-common .platforms {
    padding-bottom: 10px;
  }

  #top7vpn .service-card .service-card-common .prices-block {
    margin-bottom: 10px;
  }

  #top7vpn .service-card .service-card-common .prices {
    font-size: 10px;
  }

  #top7vpn .service-card .service-card-common .prices .value {
    font-size: 26px;
    line-height: 26px;
  }

  #top7vpn .service-card .service-card-common .started a {
    padding: 6px 20px;
    font-size: 14px;
  }

  #top7vpn .service-card .service-title {
    margin: 10px 0;
  }

  #top7vpn .service-card .description .field-content,
  #top7vpn .service-card .description-accent .field-content,
  #top7vpn .service-card .parameters .field-content {
    margin-bottom: 10px;
    font-size: 12px;
  }

  #top7vpn .service-card .description-accent .flag-icon {
    width: 21px;
    height: 16px;
  }

  #top7vpn .service-card .description-accent .field-countries {
    margin-bottom: 20px;
  }

  #top7vpn .service-card .parameters .started {
    margin: 20px 0;
  }

  #top7vpn table {
    width: 100%;
    min-width: inherit;
  }

  #top7vpn table .views-field-counter {
    width: 23%;
  }

  #top7vpn table .views-field-field-logo {
    width: 47%;
  }

  #top7vpn table .views-field-field-logo img {
    max-width: 100% !important;
    height: auto !important;
  }

  #top7vpn table .views-field-field-prices {
    width: 30%;
  }

  /*#top7vpn table thead {
    display: none;
  }

  #top7vpn table {
    min-width: inherit;
  }

  #top7vpn table tr {
    margin-bottom: 20px;
    display: block;
  }

  #top7vpn table tr td {
    position: relative;
    margin-top: -1px;
    display: block;
    width: 100% !important;
    border: 1px solid #ddd;
  }

  #top7vpn table tr td:first-child {
    margin-top: 0;
  }

  #top7vpn table tr td:before {
    position: absolute;
    top: 2px;
    left: 5px;
    display: block;
    font-weight: bold;
  }

  #top7vpn table td.views-field-field-logo:before {
    content: "Provider";
  }

  #top7vpn table td.views-field-field-prices:before {
    content: "Pricing";
  }

  #top7vpn table td.views-field-counter:before {
    content: "Our Rank";
  }

  #top7vpn table td.views-field-field-user-rating:before {
    content: "User Rating";
  }

  #top7vpn table td.views-field-field-countries:before {
    content: "Countries Serviced";
  }

  #top7vpn table td.views-field-field-discount:before {
    content: "Discount";
  }*/
}

@media (max-width: 767px) {
  #top7vpn .service-card .service-card-common-wrapper {
    border-right: none;
    border-bottom: 1px solid #bbbbbb;
  }

  #top7vpn .service-card .service-card-common-wrapper .service-number {
    top: -72px;
  }

  #top7vpn .service-card .service-card-common-wrapper .discount {
    top: -40px;
  }

  #top7vpn table th {
    font-size: 12px;
  }

  #top7vpn table .views-field-field-logo img {
    width: 90% !important;
    height: auto !important;
  }

  #top7vpn table .views-field-field-logo .rating {
    font-size: 18px;
  }

  #top7vpn table .views-field-field-prices .prices {
    font-size: 12px;
  }

  #top7vpn table .views-field-field-prices .prices .value {
    font-size: 20px;
    line-height: 16px;
  }

  #top7vpn table .views-field-field-prices .prices .dollar {
    left: -9px;
    top: 1px;
    font-size: 14px;
  }

  #top7vpn table .views-field-field-prices .started {
    margin-bottom: 4px;
  }

  #top7vpn table .views-field-field-prices .started a {
    padding: 2px 8px;
    font-size: 14px;
  }

  #top7vpn table .views-field-field-prices .review-link a {
    font-size: 10px;
  }
}

@media (max-width: 320px) {
  #top7vpn.gtable .vpn-item .views-field-field-prices,
  #top7vpn.gtable .views-field-field-link {
    float: none;
    width: 100%;
    text-align: center;
  }

  #top7vpn.gtable .vpn-item .views-field-field-prices {
    margin-bottom: 10px;
  }
}

/* Access block */

#access-block {
  height: 319px;
  background: url(../images/access-block-bg.png) center bottom no-repeat;
}

#access-block .pane-title {
  margin: 20px 0 40px;
  color: #ffffff;
  font-size: 34px;
}

#access-block p {
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
}

@media (max-width: 767px) {
  #access-block .pane-title {
    margin: 0 0 20px;
  }
}

/* Subscribe */

#subscribe {
  background: #f1f3f5;
}

#subscribe .pane-title {
  color: #aaaaaa;
  font-size: 28px;
  font-weight: 400;
  text-transform: none;
}

#subscribe .pane-content {
  text-align: center;
}

#subscribe input,
#subscribe form .form-item {
  display: inline-block;
}

#subscribe input[type="text"] {
  width: 600px;
}

@media (max-width: 991px) {
  #subscribe input[type="text"] {
    width: 500px;
  }
}

@media (max-width: 767px) {
  #subscribe input[type="text"] {
    width: 100%;
  }
}

/* Testimonials */
#testimonials {
}

#testimonials .pane-title {
  margin-bottom: 35px;
}

#testimonials .bx-wrapper .bx-viewport {
  margin: 0 auto;
  width: 70% !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  left: 0;
}

#testimonials .bx-wrapper .bx-prev {
  margin-left: -25px;
  left: 10%;
}

#testimonials .bx-wrapper .bx-next {
  margin-right: -25px;
  right: 10%;
}

#testimonials .testimonial {
  position: relative;
  margin-right: 30px;
  padding: 20px 50px;
  text-align: center;
  border: 1px solid #bbbbbb;
}

#testimonials .testimonial .testimonial-badge {
  position: absolute;
  top: 10px;
  left: 5px;
  width: 40px;
}

#testimonials .testimonial .post-content span {
  color: #0b6394;
}

#testimonials .testimonial .post-author {
  margin-top: 20px;
  color: #0b6394;
}

/* Contact us */

.page-node-187 .main-container {
  padding-bottom: 25px;
  /*background: url(../images/contact-bg.png) center top no-repeat;*/
}

#contact-us,
.page-node-187 .region-content {
  text-align: center;
}

.page-node-187 h1.page-header {
  display: none;
}

.not-front.page-node-187 footer.footer {
  margin-top: 0;
}

#contact-us.panel-pane .container {
  padding-bottom: 40px;
}

#contact-us .pane-title,
.page-node-187 .block-title {
  margin-bottom: 35px;
  /*color: #ffffff;*/
  font-size: 38px;
  text-transform: uppercase;
}

.page-node-187 .block-title {
  padding-top: 40px;
}

#contact-us .row,
.page-node-187 .row,
#webform-client-form-222 .row {
  margin-bottom: 20px;
}

#contact-us .captcha,
.page-node-187 .captcha {
  max-width: 100%;
  margin-top: -10px;
  margin-bottom: 10px;
}

#contact-us input[type="text"],
#contact-us input[type="email"],
.page-node-187 input[type="text"],
.page-node-187 input[type="email"],
#webform-client-form-222 input[type="text"],
#webform-client-form-222 input[type="email"] {
  width: 100%;
}

#contact-us textarea,
.page-node-187 textarea,
#webform-client-form-222 textarea {
  width: 100%;
  height: 130px;
}

#contact-us input[type="button"],
.page-node-187 input[type="button"],
#webform-client-form-222 input[type="button"] {
  width: 150px;
}

#contact-us .webform-component-fieldset,
.page-node-187 .webform-component-fieldset,
#webform-client-form-222 .webform-component-fieldset {
  background: none;
  border: none;
}

@media (max-width: 767px) {
  #contact-us .pane-title {
    margin-bottom: 20px;
  }

  #contact-us .row,
  #webform-client-form-222 .row {
    margin-bottom: 10px;
  }

  #contact-us .captcha {
    margin-top: -5px;
    margin-bottom: 5px;
  }

  #contact-us .col-sm-6 + .col-sm-6,
  #webform-client-form-222 .col-sm-6 + .col-sm-6 {
    margin-top: 10px;
  }

  #rc-imageselect,
  .g-recaptcha {
    margin: 0 auto;
    width: 234px;
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}

/* FAQ */

.page-faq-page h3.faq-header {
  color: #13638d;
  text-transform: uppercase;
}

.page-faq-page .faq-qa {
  margin: 30px 0;
}

.page-faq-page .faq-qa .faq-dl-hide-answer {
  padding: 0 0 0 30px;
}

.page-faq-page .faq-qa .faq-question-answer {
  display: list-item;
  color: #13638d;
}

.page-faq-page .faq-qa .faq-question-answer .faq-question {
  padding-left: 0;
}

.page-faq-page .faq-qa .faq-question-answer .faq-question a,
.page-faq-page .faq-qa .faq-question-answer .faq-question a:link,
.page-faq-page .faq-qa .faq-question-answer .faq-question a:visited,
.page-faq-page .faq-qa .faq-question-answer .faq-question a:focus,
.page-faq-page .faq-qa .faq-question-answer .faq-question a:hover,
.page-faq-page .faq-qa .faq-question-answer .faq-question a:active {
  color: #13638d;
  text-decoration: none;
}

.page-faq-page .faq-qa .faq-question-answer .faq-answer {
  margin: 20px 0;
  padding-left: 0;
  color: #0b3951;
}

/* Footer */

footer.footer {
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.3);
  border: none;
  /*background-color: #0b3951;*/
  background: #0d4563;
}

footer.footer .bottom-footer {
  padding: 0;
}

footer.footer > .container {
  line-height: 30px;
}

footer.footer .nav-item {
  padding: 20px 0;
  margin-right: 20px;
  float: left;
}

footer.footer a,
footer.footer a:link,
footer.footer a:visited,
footer.footer a:focus,
footer.footer a:hover,
footer.footer a:active {
  color: #bebebe;
}

footer.footer .footer-banners {
  float: right;
  line-height: 60px;
}

footer.footer .footer-banners a {
  margin-left: 15px;
}

#top a {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  background: url(../images/top.png);
  opacity: 0.5;
}

#top a:hover {
  background: url(../images/top_hover.png);
  opacity: 1;
}

@media (max-width: 767px) {
  footer.footer {
    font-size: 10px;
  }
}

/* News list / page */

.node-type-news .region-sidebar-second,
.node-type-article .region-sidebar-second {
  margin-top: 160px;
}

.node-type-news .simple-page .region-sidebar-second,
.node-type-article .simple-page .region-sidebar-second {
  margin-top: 40px;
}

.view-ratings .view-content {
  /*margin-top: 30px;*/
}

.art-news-list .view-content:after {
  content: ' ';
  display: table;
  clear: both;
}

.art-news-list .views-row {
  position: relative;
  padding-bottom: 20px;
  z-index: 1;
}

.view-id-articles.view-display-id-block_2.art-news-list .views-row {
  padding-bottom: 0;
}

.art-news-block .views-row {
  position: relative;
}

.art-news-block .views-row + .views-row {
  margin-top: 20px;
}

.art-news-block .views-row:before {
  content: ' ';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  margin: 0 15px;
  width: calc(100% - 30px);
  height: 3px;
  background: #13638d;
}

#last-articles .art-news-list .views-row:before {
  display: none;
}

.art-news-block .views-row.views-row-last:before {
  display: none;
}

.art-news-block .views-row:before {
  height: 2px;
}

.art-news-list .views-row .item-wrapper {
  position: relative;
  padding: 15px 15px 0;
  height: 440px;
  background-color: #f7f7f7;
  border: 1px solid #dddddd;
}

.view-ratings.art-news-list .views-row .item-wrapper {
  height: 400px;
}

.art-news-list .views-row .item-wrapper:hover {
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.23);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.23);
}

.view-id-articles.view-display-id-block_2.art-news-list .views-row:hover:after {
  content: ' ';
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
  border: 3px solid #13638d;
  z-index: -1;
}

.art-news-list .field-title {
  padding: 10px 0;
  line-height: 20px;
}

.art-news-list .field-title a {
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
}

.art-news-list .field-title h2 {
  line-height: 20px;
}

.art-news-list .views-row .item-wrapper:hover .field-title a {
  text-decoration: underline;
}

.art-news-block .field-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #f1f3f5;
}

.art-news-list .field-title a,
.art-news-list .field-title a:link,
.art-news-list .field-title a:visited,
.art-news-list .field-title a:focus,
.art-news-list .field-title a:hover,
.art-news-list .field-title a:active,
.art-news-block .field-title a,
.art-news-block .field-title a:link,
.art-news-block .field-title a:visited,
.art-news-block .field-title a:focus,
.art-news-block .field-title a:hover,
.art-news-block .field-title a:active {
  color: #13638d;
  text-decoration: none;
}

.art-news-list .tags {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 12px 15px;
  width: 100%;
  background: #f7f7f7;
  border-top: 1px solid #dddddd;
}

.view-articles.view-display-id-block_2.art-news-list .tags {
  position: static;
  padding: 0;
  background: none;
  border: none;
}

.art-news-list .tags,
.art-news-block .tags {
  margin-top: 5px;
}

.art-news-block .tags {
  margin: 13px 0 0;
}

.art-news-block .tags > div {
  margin-bottom: 15px;
}

.node-news .tags,
.node-article .tags {
  margin: 0 0 20px;
}

.art-news-list .tags > div,
.art-news-block .tags > div,
.node-news .tags > div,
.node-article .tags > div {
  margin-right: 15px;
  display: inline-block;
  color: #aaaaaa;
  line-height: 16px;
}

.tags a,
.tags a:link,
.tags a:visited,
.tags a:focus,
.tags a:hover,
.tags a:active {
  color: #fa565a;
}

.art-news-list .tags .field-created,
.art-news-block .tags .field-created,
.node-news .tags .field-created,
.node-article .tags .field-created {
  padding-left: 23px;
  background: url(../images/tag-dt.png) left bottom no-repeat;
}

.art-news-list .tags .field-field-service,
.art-news-block .tags .field-field-service,
.node-news .tags .field-field-service,
.node-article .tags .field-field-service {
  padding-left: 19px;
  background: url(../images/tag-service.png) left bottom no-repeat;
}

.art-news-list .tags .field-field-service {
  margin: 0;
  float: left;
}

.art-news-list .tags .field-created {
  margin: 0;
  padding: 0;
  float: right;
  background: none;
}

.view-articles.view-display-id-block_2.art-news-list .tags .field-created {
  padding-left: 23px;
  float: none;
  background: url(https://www.bestvpnrating.com/sites/all/themes/custom/images/tag-dt.png) left bottom no-repeat;
}

.view-id-articles.view-display-id-page_2 .views-row .item-wrapper,
.view-id-articles.view-display-id-page_3 .views-row .item-wrapper {
  padding-bottom: 15px;
  height: auto;
  border-bottom: 4px solid #13638d;
}

.view-id-articles.view-display-id-page_2 .views-row .item-wrapper {
  height: 460px;
}

.view-id-articles.view-display-id-page_2 .field-created,
.view-id-articles.view-display-id-page_3 .field-created {
  margin-top: 10px;
  color: #aaaaaa;
}

.view-id-articles.view-display-id-page_2 .views-row .item-wrapper.next-page-item a {
  padding: 140px 0 170px;
  display: block;
  text-align: center;
  color: #13638d;
  font-size: 70px;
}

.view-id-articles.view-display-id-page_3 .views-row .item-wrapper.next-page-item a {
  padding: 150px 0 180px;
  display: block;
  text-align: center;
  color: #13638d;
  font-size: 50px;
}

.view-id-articles.view-display-id-page_2 .views-row .item-wrapper.next-page-item a span,
.view-id-articles.view-display-id-page_3 .views-row .item-wrapper.next-page-item a span {
  display: inline-block;
  line-height: 50px;
}

.view-id-articles.view-display-id-page_2 .views-row .item-wrapper.next-page-item a i,
.view-id-articles.view-display-id-page_3 .views-row .item-wrapper.next-page-item a i {
  margin-left: 15px;
  padding-top: 25px;
  display: inline-block;
  vertical-align: top;
}

.art-news-list .views-row .item-wrapper.next-page-item a,
.art-news-list .views-row .item-wrapper.next-page-item a:hover {
  text-decoration: none;
}

.art-news-list .field-body {
  line-height: 20px;
}

.art-news-list .field-view-node {
  margin-top: 30px;
}

.art-news-list .field-view-node a {
  position: relative;
  display: block;
  width: 164px;
  height: 48px;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  line-height: 48px;
  background-color: #0b6394;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 1;
  overflow: hidden;
}

.art-news-list .field-view-node a,
.art-news-list .field-view-node a:link,
.art-news-list .field-view-node a:visited,
.art-news-list .field-view-node a:focus,
.art-news-list .field-view-node a:hover,
.art-news-list .field-view-node a:active {
  text-decoration: none;
}

.art-news-list .field-view-node a:before,
.art-news-list .field-view-node a:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  background-color: #0b3951;
  left: 50%;
  top: 0;
  transition: .3s;
  z-index: -1;
}

.art-news-list .field-view-node a:after {
  right: 50%;
}

.art-news-list .field-view-node a:hover:before,
.art-news-list .field-view-node a:hover:after {
  width: 51%;
}

.art-news-list .field-view-node a:hover:before {
  left: 0;
}

.art-news-list .field-view-node a:hover:after {
  right: 0;
}

.art-news-list.view-id-articles.view-display-id-block_2 .field-title a {
  font-size: 20px;
}

/* Ratings */

#block-views-services-block-5 {
  margin: 30px 0 20px;
}

#block-views-services-block-5 .views-row {
  position: relative;
  padding-top: 40px;
  padding-bottom: 35px;
}

#block-views-services-block-5 .views-row:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  margin: 0 15px;
  width: calc(100% - 30px);
  height: 3px;
  background: #13638d;
}

#block-views-services-block-5 .field-field-images {
  position: relative;
}

#block-views-services-block-5 .field-field-images .badge-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 85px;
  height: 85px;
  background: url(../images/rating-badge.png);
}

#block-views-services-block-5 .views-row:first-child .field-field-images .badge-line {
  background: url(../images/rating-badge-first.png);
}

#block-views-services-block-5 .field-field-images .badge-line-inner {
  width: 85px;
  height: 85px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  line-height: 58px;
  text-transform: uppercase;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#block-views-services-block-5 .field-field-images a img {
  float: left;
  margin-right: 2%;
  width: 32%;
  height: auto;
}

#block-views-services-block-5 .field-field-images a:first-child img {
  margin: 0 0 20px;
  width: 100%;
}

#block-views-services-block-5 .field-field-images a:last-child img {
  margin: 0;
}

#block-views-services-block-5 .field-field-user-rating {
  float: right;
  color: #aaaaaa;
  font-size: 24px;
}

#block-views-services-block-5 .field-field-user-rating .field-label {
  color: #0b6394;
  font-size: 20px;
}

#block-views-services-block-5 .field-field-user-rating .field-content {
  color: #13638d;
}

#block-views-services-block-5 .field-title {
  margin-bottom: 40px;
  font-size: 38px;
}

#block-views-services-block-5 .field-title a,
#block-views-services-block-5 .field-title a:link,
#block-views-services-block-5 .field-title a:visited,
#block-views-services-block-5 .field-title a:focus,
#block-views-services-block-5 .field-title a:hover,
#block-views-services-block-5 .field-title a:active {
  color: #0b6394;
  text-decoration: none;
}

#block-views-services-block-5 .field-field-link .started {
  margin-top: 20px;
}

@media (max-width: 767px) {
  #block-views-services-block-5 .field-field-user-rating {
    margin-bottom: 10px;
    float: none;
    line-height: 40px;
  }
}

/* Pagination */

.pagination {
  margin: 10px 0 85px;
  padding: 0 15px;
}

.pagination > li > a,
.pagination > li > a.progress-disabled,
.pagination > li > span {
  margin: 0 5px 0 0;
  padding: 0 13px;
  float: none;
  display: inline-block;
  color: #0b3951;
  text-align: center;
  font-size: 20px;
  line-height: 37px;
  border: none;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus,
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #ffffff;
  background-color: #0b6394;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* Service page */

.node-type-service h1.page-header {
  margin-bottom: 25px;
  text-transform: none;
}

#block-views-services-block-6 {
  padding: 0 20px 20px;
}

.node-type-service .block-views .views-field-field-logo {
  margin-top: 35px;
  text-align: center;
}

.node-type-service .block-views .views-field-field-logo img {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.node-type-service .block-views .views-field-field-user-rating {
  margin: 20px auto 0;
  width: 50%;
}

.node-type-service .block-views .views-field-field-user-rating,
.node-type-service .block-views .views-field-field-voted-users {
  text-align: center;
}

.node-type-service .block-views .views-field-field-user-rating .rating {
  font-size: 20px;
  color: #bbbbbb;
}

.node-type-service .block-views .views-field-field-user-rating .rating-wrapper {
  background: url(../images/rating-line.png) left center repeat-x;
}

.node-type-service .block-views .views-field-field-user-rating .rating {
  padding: 0 5px;
  display: inline;
  background: #fafafa;
}

.node-type-service .block-views .views-field-field-user-rating .rating span {
  color: #13638d;
  font-weight: bold;
}

.node-type-service .block-views .views-field-field-voted-users .review-link {
  font-size: 14px;
}

.node-type-service .block-views .views-field-field-voted-users .rate-link a {
  font-size: 16px;
}

.node-type-service .block-views .views-field-field-voted-users .rate-link span {
  color: #0b3951;
  font-size: 16px;
}

.node-type-service .block-views .views-field-field-voted-users .rate-link a {
  color: #0b6394;
  text-decoration: underline;
}

.node-type-service .block-views .views-field-field-voted-users .rate-link a:hover {
  text-decoration: none;
}

.node-type-service .block-views .views-field-field-compatible-text {
  display: block;
  margin-top: 25px;
  text-align: center;
}

@media (max-width: 991px) {
  .node-type-service .block-views .views-field-field-user-rating {
    width: 100%;
  }
}

.node-service {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px solid #bbbbbb;
}

.node-service .top-info {
  position: absolute;
  top: 10px;
  right: 15px;
}

.node-service .top-info > div {
  margin-left: 20px;
  display: inline-block;
}

/*.node-service .prices {
  position: relative;
  bottom: -5px;
}

.node-service .prices .value {
  color: #0b3951;
  font-size: 40px;
}

.node-service .prices .value .dollar {
  position: relative;
  top: -14px;
  left: 10px;
  font-size: 24px;
}

.node-service .prices .value .small {
  font-size: 16px;
}*/

.node-service > .content {
  min-height: 120px;
}

.node-service .tab-wrapper {
  position: relative;
  margin-top: 20px;
  padding: 20px 15px;
  min-height: 250px;
  border-top: 2px solid #bbbbbb;
}

.node-service .tags {
  margin-top: 20px;
}

.node-service .tags,
.node-service .tags a,
.all-tags,
.all-tags a {
  color: #999999;
  font-size: 14px;
}

.node-service .tags .field-label {
  font-weight: normal;
}

.all-tags a .fa {
  font-size: 12px;
}

.extra-info {
  padding-top: 20px;
}

.extra-info .update-block {
  padding-top: 18px;
  text-align: right;
}

.node-type-news .extra-info .update-block,
.node-type-article .extra-info .update-block {
  padding-top: 2px;
}

.author-card {
  text-align: left;
}

.author-card .author-photo {
  float: left;
}

.author-card .author-photo img {
  width: auto;
  height: 40px;
}

.author-card .author-description {
  margin-left: 10px;
  float: left;
}

.author-card .author-description .author-name {
  /*display: inline-block;*/
}

.author-card .author-description .send-link {
  display: inline-block;
  font-size: 14px;
}

.node-service .service-link-alter {
  margin-top: 20px;
  padding: 10px 0;
  height: 70px;
  border-top: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
}

.node-service .service-link-alter .service-logo {
  text-align: left;
}

.node-service .service-link-alter .service-logo img {
  max-width: 100%;
  max-height: 50px;
  width: auto !important;
  height: auto !important;
}

.node-service .service-link-alter .service-price {
  text-align: center;
}

.node-service .service-link-alter .prices-block-on-page .prices {
  top: 5px;
  line-height: 20px;
}

.node-service .service-link-alter .prices-block-on-page .prices .dollar {
  top: -10px;
  left: 0;
}

.node-service .service-link-alter .service-link {
  text-align: right;
}

@media (max-width: 991px) {
  .node-type-service h1.page-header {
    margin-bottom: 60px;
  }

  .node-service .top-info {
    top: 60px;
  }
}

@media (max-width: 767px) {
  .node-type-service h1.page-header {
    margin-bottom: 100px;
  }

  .node-service .top-info {
    left: 0;
  }

  .node-service .top-info > div {
    margin-bottom: 10px;
    display: block;
  }
}

.tab-wrapper .cat-items {
  position: absolute;
  left: -35%;
}

.tab-wrapper .cat-item {
  margin: 0 -30px 0 110px;
  padding: 20px 0 20px 20px;
  display: block;
  color: #aaaaaa;
  font-size: 20px;
}

.tab-wrapper .cat-item.active {
  color: #0b6394;
}

.tab-wrapper .cat-item,
.tab-wrapper .cat-item:focus,
.tab-wrapper .cat-item:hover,
.tab-wrapper .cat-item:active {
  text-decoration: underline;
}

.tab-contents .tab-item.active {
  display: block !important;
}

.tab-wrapper .art-news-list .views-row {
  padding-top: 0;
}

@media (max-width: 991px) {
  .tab-wrapper .cat-item {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .tab-wrapper .cat-items {
    display: none;
  }
}

#top7vpn.view-id-services.view-display-id-page_4 .view-header {
  text-align: left;
}

.view-id-services.view-display-id-block_2 .view-content {
  -webkit-box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.11);
}

#top7vpn.view-id-services.view-display-id-page_4 {
  background: none;
}

@media (max-width: 991px) {
  #top7vpn.view-id-services.view-display-id-page_4 > .view-content,
  #top7vpn.view-id-services.view-display-id-page_4 > .text-left,
  #top7vpn.view-id-services.view-display-id-block_4 > .view-content {
    display: none;
  }

  .page-service #top7vpn.view-id-services.view-display-id-block_3 .view-header,
  .node-type-rating #top7vpn.view-id-services.view-display-id-block_3 .view-header {
    display: none;
  }
}

.stars .star,
.fivestar-static-item div.fivestar-widget-static .star,
.webform-component-fivestar div.fivestar-widget .star,
.webform-component-fivestar div.fivestar-widget .star a {
  display: inline-block;
  width: 18px;
  height: 17px;
  background: url(../images/star-gr.png?v=1.2);
}

.webform-component-fivestar div.fivestar-widget .star,
.webform-component-fivestar div.fivestar-widget .star a {
  display: block;
  float: left;
}

.stars .star .on,
.fivestar-static-item div.fivestar-widget-static .star .on,
.webform-component-fivestar div.fivestar-widget div.hover a,
.webform-component-fivestar div.fivestar-widget .star.on a {
  width: 100%;
  height: 100%;
  background: url(../images/star.png?v=1.2);
}

.fivestar-static-item div.fivestar-widget-static .star .off {
  display: none;
}

.breadcrumb {
  background: none;
  margin-bottom: 0;
}

.breadcrumb li,
.breadcrumb a,
.breadcrumb a:link,
.breadcrumb a:visited,
.breadcrumb a:focus,
.breadcrumb a:hover,
.breadcrumb a:active {
  color: #aaaaaa;
  font-size: 12px;
}

.breadcrumb > li + li:before {
  content: "\f178";
  font-family: FontAwesome;
  color: #aaaaaa;
  font-size: 12px;
}

.share-buttons {
  margin-top: 40px;
  padding-bottom: 40px;
  border-bottom: 3px solid #13638d;
}

.extra-info .share-buttons {
  margin: 0;
  padding: 0;
  border: none;
}

/*.share-buttons a,
.share-buttons a:link,
.share-buttons a:visited,
.share-buttons a:focus,
.share-buttons a:hover,
.share-buttons a:active {
  margin-right: 20px;
  padding: 6px 6px 6px 36px;
  color: #0b3951;
  background-color: rgba(170, 170, 170, 0.2);;
  background-position: 6px center;
  background-repeat: no-repeat;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.share-buttons .share-facebook {
  background-image: url(../images/facebook-icon.png);
}

.share-buttons .share-twitter {
  background-image: url(../images/twitter-icon.png);
}*/

.view-comments .views-row {
  margin-top: 30px;
}

.view-comments .views-field-title {
  font-weight: bold;
}

.view-comments .views-field-created {
  font-size: 12px;
}

.view-comments .views-field-field-rating {
  margin-top: 10px;
}

#webform-client-form-222 {
  margin: 20px 0 50px;
}

#webform-client-form-222 .fivestar-form-item {
  margin-top: 20px;
}

@media (max-width: 991px) {
  #block-views-services-block-7 {
    display: none;
  }
}

.field-type-text-long h1,
.field-type-text-long h2,
.field-type-text-long h3,
.field-type-text-long h4,
.field-type-text-long h5,
.field-type-text-long h6 {
  margin-bottom: 10px;
  line-height: 1.2;
}

footer.footer .list-title {
  margin-bottom: 20px;
  padding-top: 20px;
  color: #f7f7f7;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.links-and-social {
  padding: 20px 0 25px;
  background: #0d4563;
}

.links-and-social .link-list-block {
  float: left;
  width: 250px;
}

.links-and-social .link-list-block ul {
  margin: 0;
  padding: 0;
  font-size: 14px;
  list-style: none;
}

.links-and-social .link-list-block ul li a {
  color: #f7f7f7;
  font-size: 15px;
}

footer.footer .social-links {
  margin-bottom: 30px;
}

footer.footer .social-links a {
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}

footer.footer .social-links a img {
  width: 30px;
  height: 30px;
}

footer.footer .social-links a:hover {
  background: #ffffff;
}

footer.footer .social-links a:hover img {
  opacity: 0.7;
}

footer.footer .footer-social > a {
  margin-bottom: 20px;
  padding: 10px 10px 10px 45px;
  height: 25px;
  color: #ffffff;
  font-size: 14px;
  background: url(../images/pen.png) 10px center no-repeat;
  border: 1px solid #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

footer.footer .footer-social-padding {
  padding-top: 30px;
}

.hr-line-wrapper {
  background: #0d4563;
}

footer.footer .hr-line {
  height: 1px;
  background: rgba(125, 125, 125, 0.62);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.subscribe-form {
  /*margin-bottom: 20px;*/
}

.subscribe-form p {
  margin-bottom: 10px;
  font-size: 14px;
  color: #ffffff;
}

.subscribe-form .form-title-text {
  font-size: 16px;
  color: #ffffff;
  line-height: 46px;
}

.subscribe-form .form-type-textfield,
.subscribe-form button {
  position: relative;
  float: left;
  width: 50%;
}

.subscribe-form .form-type-textfield input,
.subscribe-form button.form-submit {
  padding: 2px 5px;
  height: 30px;
  font-size: 12px;
  line-height: 28px;
}

.subscribe-form .form-type-textfield input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.subscribe-form button.form-submit {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.subscribe-form .form-type-textfield input.back-email {
  padding-left: 30px !important;
  background-position: 5px 7px !important;
}

.subscribe-form .form-type-textfield input.back-email.with-hover:focus ~ .focus-border:before,
.subscribe-form .form-type-textfield input.back-email.with-hover:focus ~ .focus-border:after {
  left: 0;
  right: 0;
}

.subscribe-form .form-type-textfield input.back-email.with-hover ~ .focus-border i:before,
.subscribe-form .form-type-textfield input.back-email.with-hover ~ .focus-border i:after {
  left: 0;
}

.subscribe-form .form-type-textfield input.back-email.with-hover ~ .focus-border i:after {
  right: 0;
}

.view-id-search .views-exposed-form #edit-s-wrapper,
.view-id-search_advanced .views-exposed-form #edit-s-wrapper {
  width: 78%;
}

.view-id-search .views-exposed-form .views-submit-button,
.view-id-search_advanced .views-exposed-form .views-submit-button {
  width: 22%;
}

.view-id-search .views-exposed-form .views-submit-button button,
.view-id-search_advanced .views-exposed-form .views-submit-button button {
  margin: 0;
  width: 100%;
}

@media (max-width: 1199px) {
  .subscribe-form .form-title-text {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .view-id-search .views-exposed-form #edit-s-wrapper,
  .view-id-search .views-exposed-form .views-submit-button,
  .view-id-search_advanced .views-exposed-form #edit-s-wrapper,
  .view-id-search_advanced .views-exposed-form .views-submit-button {
    width: 100%;
  }

  .subscribe-form .form-title-text {
    font-size: 20px;
  }
}

.not-front .page-wrapper {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.not-front .main-container {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.not-front .main-container > .container {
  max-width: 100%;
  flex: 1;
}

/*.not-front .page-wrapper {
  position: relative;
  padding-top: 110px;
  height: 100%;
}

.not-front .header-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.not-front .main-container {
  position: relative;
  padding-bottom: 129px;
  min-height: 100%;
}

.not-front .main-container>.container {
  min-height: 100%;
}

.not-front footer.footer {
  position: relative;
  top: -129px;
}

@media (max-width: 991px) {
  .not-front .page-wrapper {
    padding-top: 200px;
  }
}

@media (max-width: 767px) {
  .not-front .page-wrapper {
    padding-top: 100px;
  }

  .not-front .main-container {
    padding-bottom: 223px;
  }

  .not-front footer.footer {
    top: -223px;
  }
}*/

/* Home 3 */

#home3.panel-display {
  position: relative;
  background: #f1f3f5;
}

#home3.panel-display .pane-title {
  margin-bottom: 30px;
  font-family: Roboto, serif;
  font-size: 45px;
  font-weight: 400;
  color: #0b3951;
}

.pane-custom-blocks-custom-blocks-header-map {
  position: absolute;
  top: -70px;
  width: 100%;
  height: 680px;
  background: url(../images/header-map-bottom.png) bottom center no-repeat,
  url(../images/header-map-left.png) top left no-repeat,
  url(../images/header-map-right.png) top right no-repeat,
  url(../images/header-map-min.png) top center no-repeat;
}

#map-block.pane-custom-blocks-custom-blocks-map {
  position: absolute;
  top: -30px;
  width: 100%;
}

#home3.panel-display #top7vpn {
  position: relative;
  padding-top: 60px;
  background: none;
}

#home3.panel-display #top7vpn .pane-title {
  margin-bottom: 35px;
  color: #ffffff;
}

#home3 #top7vpn .view-header {
  margin-bottom: 30px;
  color: #ffffff;
}

#filter-links.view-filters {
  text-align: center;
}

#filter-links.view-filters div.drop-down-group {
  position: relative;
  margin: 0 16px;
  display: inline-block;
  width: 232px;
}

#filter-links.view-filters .drop-down-group a.drop-down {
  display: block;
  padding: 8px 20px;
  width: 232px;
  text-align: left;
  font-size: 16px;
  color: #0b3951;
  background: #ffffff;
  border: 1px solid #062130;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
}

#filter-links.view-filters .drop-down-group a.drop-down,
#filter-links.view-filters .drop-down-group a.drop-down:link,
#filter-links.view-filters .drop-down-group a.drop-down:visited,
#filter-links.view-filters .drop-down-group a.drop-down:focus,
#filter-links.view-filters .drop-down-group a.drop-down:hover,
#filter-links.view-filters .drop-down-group a.drop-down:active {
  text-decoration: none;
}

#filter-links.view-filters .drop-down-group a.drop-down:after {
  content: '';
  position: absolute;
  top: 0;
  right: 18px;
  display: block;
  width: 13px;
  height: 100%;
  background: url(../images/drop-icon-down.png) left center no-repeat;
}

#filter-links.view-filters .drop-down-group.dropped a.drop-down:after {
  background-image: url(../images/drop-icon-up.png);
}

#filter-links.view-filters .drop-down-group .drop-down-block {
  display: none;
  position: absolute;
  top: 38px;
  left: 18px;
  width: 464px;
  background: #ffffff;
}

#filter-links.view-filters .drop-down-group:last-child .drop-down-block {
  left: auto;
  right: 18px;
}

#filter-links.view-filters .drop-down-group.dropped .drop-down-block {
  display: block;
  z-index: 1000;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.75);
}

#filter-links.view-filters .drop-down-group ul.drop-down-links {
  margin: 0;
  padding: 20px 20px 0;
  list-style: none;
}

#filter-links.view-filters .drop-down-group ul.drop-down-links li {
  float: left;
  padding: 2px 10px 22px;
  width: 50%;
  text-align: left;
}

#filter-links.view-filters .drop-down-group ul.drop-down-links li a {
  font-size: 14px;
  text-decoration: underline;
}

#filter-links.view-filters .drop-down-group ul.drop-down-links li a:hover {
  text-decoration: none;
}

@media (max-width: 991px) {
  #filter-links.view-filters div.drop-down-group {
    margin: 10px auto;
    display: block;
  }

  #filter-links.view-filters .drop-down-group .drop-down-block {
    left: -116px !important;
    right: auto !important;
  }
}

#home3.panel-display #top7vpn table {
  margin-top: 70px;
  margin-bottom: 0;
  border-collapse: separate;
  border-spacing: 0 10px;
}

#home3 #top7vpn table thead {
  display: none;
}

#home3 #top7vpn table td {
  position: relative;
  padding: 12px 20px !important;
}

#home3 #top7vpn table tr:hover td {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

#home3 #top7vpn table td.views-field-counter {
  width: 10%;
}

#home3 #top7vpn table td.views-field-field-logo {
  width: 15%;
}

#home3 #top7vpn table td.views-field-body {
  width: 33%;
  font-size: 16px;
}

#home3 #top7vpn table td.views-field-field-prices {
  width: 12%;
}

#home3 #top7vpn table td.views-field-field-discount {
  padding-right: 40px !important;
  width: 30%;
}

#home3 #top7vpn table td.views-field-field-logo img {
  width: 100%;
  margin-bottom: 20px;
}

#home3 #top7vpn table td.views-field-body .fa {
  top: -2px;
  display: inline-block;
  width: 16px;
  height: 16px;
  text-align: center;
  color: #ffffff;
  line-height: 16px;
  background: #0b6394;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

#home3 #top7vpn table .views-field-field-discount .started a {
  padding: 3px 0;
  display: inline-block;
  width: 60%;
  background-color: #65c133;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#home3 #top7vpn table .review-link {
  margin-top: 10px;
}

#home3 #top7vpn table .review-link a {
  position: relative;
  padding: 3px 0;
  display: inline-block;
  width: 60%;
  background-color: #e8e8e8;
  text-align: center;
  font-size: 14px;
  color: #0b6394;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 1;
  overflow: hidden;
}

#home3 #top7vpn table .review-link a:hover {
  color: #e8e8e8;
  /*  background: #4d9d0e;*/
}

#home3 #top7vpn table .review-link a:before,
#home3 #top7vpn table .review-link a:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  background: #0b6394;
  left: 50%;
  top: 0;
  transition: .3s;
  z-index: -1;
}

#home3 #top7vpn table .review-link a:after {
  right: 50%;
}

#home3 #top7vpn table .review-link a:hover:before,
#home3 #top7vpn table .review-link a:hover:after {
  width: 51%;
}

#home3 #top7vpn table .review-link a:hover:before {
  left: 0;
}

#home3 #top7vpn table .review-link a:hover:after {
  right: 0;
}

#home3 #top7vpn table .flag-wrapper {
  position: static;
  display: block;
  height: 0;
  display: none !important;
}

#home3 #top7vpn table .flag-favorites a {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 16px;
  height: 15px;
  color: transparent;
  background: url(../images/flag-off.png) no-repeat;
  text-indent: -1000px;
  overflow: hidden;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

#home3 #top7vpn table .flag-favorites a.unflag-action {
  background: url(../images/flag-on.png) no-repeat;
}

#home3 #top7vpn table .flag-favorites a:hover {
  top: 5px;
}

#home3 #access-block .pane-title {
  color: #ffffff;
}

@media (max-width: 991px) {
  #top7vpn .view-header {
    display: none;
  }
}

@media (max-width: 767px) {
  #home3 #top7vpn table td.views-field-counter,
  #home3 #top7vpn table td.views-body,
  #home3 #top7vpn table td.views-field-discount {
    display: none;
  }

  #home3 #top7vpn table td.views-field-field-logo,
  #home3 #top7vpn table td.views-field-field-prices {
    display: block;
    width: 100%;
  }
}

.node .content h2,
.field-type-text-with-summary .field-item h2 {
  margin-top: 15px;
  margin-bottom: 6px;
  font-size: 23px;
}

@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

form input.form-text.with-hover,
form textarea.form-control.with-hover {
  transition: 0.4s;
}

form input.form-text.with-hover:focus,
form textarea.form-control.with-hover:focus {
  border-color: #cccccc;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

form input.form-text.with-hover ~ .focus-border:before,
form input.form-text.with-hover ~ .focus-border:after,
form textarea.form-control.with-hover ~ .focus-border:before,
form textarea.form-control.with-hover ~ .focus-border:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #0b6394;
  transition: 0.4s;
}

form input.form-text.with-hover ~ .focus-border:after,
form textarea.form-control.with-hover ~ .focus-border:after {
  top: auto;
  bottom: 0;
}

form input.form-text.with-hover:focus ~ .focus-border:before,
form input.form-text.with-hover:focus ~ .focus-border:after,
form textarea.form-control.with-hover:focus ~ .focus-border:before,
form textarea.form-control.with-hover:focus ~ .focus-border:after {
  left: 15px;
  right: 15px;
  width: auto;
  transition: 0.4s;
}

form input.form-text.with-hover ~ .focus-border i:before,
form input.form-text.with-hover ~ .focus-border i:after,
form textarea.form-control.with-hover ~ .focus-border i:before,
form textarea.form-control.with-hover ~ .focus-border i:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  width: 2px;
  height: 0;
  background-color: #0b6394;
  transition: 0.6s;
}

form input.form-text.with-hover ~ .focus-border i:after,
form textarea.form-control.with-hover ~ .focus-border i:after {
  left: auto;
  right: 15px;
}

form input.form-text.with-hover:focus ~ .focus-border i:before,
form input.form-text.with-hover:focus ~ .focus-border i:after,
form textarea.form-control.with-hover:focus ~ .focus-border i:before,
form textarea.form-control.with-hover:focus ~ .focus-border i:after {
  top: 0;
  height: 100%;
  transition: 0.6s;
}

#webform-client-form-126 .panel {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* Service page */
.main-container.page-node-service > .container {
  margin-top: 17px;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.main-container.page-node-service section {
  background: #ffffff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
}

.main-container.page-node-service section section {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.main-container.page-node-service .img-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 287px;
}

.main-container.page-node-service .service-head {
  position: relative;
  height: 287px;
  color: #ffffff;
  z-index: 1;
}

.main-container.page-node-service .service-head h1.page-header {
  margin: 0;
  padding: 30px 0 20px;
  text-align: center;
  color: #ffffff;
  font-size: 45px;
}

.main-container.page-node-service .service-head .short {
  margin: 0 auto;
  width: 600px;
  text-align: center;
}

.main-container.page-node-service .service-head .prices-block-on-page {
  padding-top: 20px;
  text-align: center;
}

.main-container.page-node-service .service-head-ratings {
  padding: 10px 0;
  position: absolute;
  top: 221px;
  left: 0;
  width: 100%;
  height: 66px;
  text-align: center;
  color: #ffffff;
}

.main-container.page-node-service .service-head-ratings-back {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0.2;
  background-color: black;
}

.main-container.page-node-service .service-head-ratings .rating-radial-wrapper {
  position: relative;
  margin: 0 15px;
  display: inline-block;
  color: #ffffff;
  font-size: 12px;
}

.main-container.page-node-service .rating-radial-wrapper .rating-radial,
.main-container.page-node-service .rating-radial-wrapper .rating-radial-description {
  float: left;
}

.main-container.page-node-service .rating-radial-wrapper .rating-radial .percent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 46px;
}

.main-container.page-node-service .rating-radial-wrapper .rating-radial-description {
  margin-left: 15px;
  line-height: 46px;
}

.prices-block-on-page .prices {
  margin-right: 20px;
  position: relative;
  top: -10px;
  display: inline-block;
  font-size: 40px;
  line-height: normal;
}

.prices-block-on-page .prices .dollar,
.prices-block-on-page .prices .small {
  font-size: 16px;
}

.prices-block-on-page .prices .dollar {
  position: absolute;
  top: 5px;
  left: -10px;
}

.main-container.page-node-service .service-head .field-field-link {
  display: inline-block;
}

.main-container.page-node-service .service-head .field-field-link .started a {
  padding: 7px 25px;
  display: block;
  color: #ffffff;
  background: #4d9d0e;
}

.main-container.page-node-service .service-head .field-field-link .started a:hover {
  color: #4d9d0e;
}

.main-container.page-node-service .service-head .field-field-link .started a:before,
.main-container.page-node-service .service-head .field-field-link .started a:after {
  background: #ffffff;
}

.main-container.page-node-service .node-service {
  margin: 10px 0;
  border: none;
}

.main-container.page-node-service .node-service h2 {
  color: #13638d;
}

.main-container.page-node-service .node-service h2.tab-title {
  margin-bottom: 30px;
}

.main-container.page-node-service aside section + section {
  margin-top: 14px;
}

.main-container.page-node-service aside .view-services .views-field-field-logo {
  position: relative;
  padding-bottom: 20px;
}

.main-container.page-node-service aside .view-services.view-display-id-block_6 .views-field-field-logo:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 70px;
  height: 1px;
  background: #bbbbbb;
}

.main-container.page-node-service aside .view-services .views-field-field-user-rating {
  width: auto;
}

.main-container.page-node-service aside .view-services .views-field-field-user-rating .review-title {
  color: #13638d;
  font-size: 20px;
  font-weight: bold;
}

.main-container.page-node-service aside .view-services .views-field-field-user-rating .stars {
  margin: 5px 0;
}

.main-container.page-node-service aside .view-services .views-field-field-user-rating .rating-wrapper {
  margin: 0 25%;
}

.main-container.page-node-service aside .view-services .views-field-field-user-rating .rating-pie {
  margin: 17px 0 21px;
}

.main-container.page-node-service aside .view-services .views-field-field-voted-users {
  margin-top: 5px;
}

.main-container.page-node-service aside .view-services .views-field-field-compatible-text {
  position: relative;
  padding-bottom: 25px;
}

.main-container.page-node-service aside .view-services .views-field-field-compatible-text:after,
.main-container.page-node-service aside .review-wrapper:after{
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 70px;
  height: 1px;
  background: #bbbbbb;
}

.main-container.page-node-service aside .ratings {
  margin: 0 10px;
  padding-top: 25px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .main-container.page-node-service aside .ratings {
    margin: 0;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .main-container.page-node-service .service-head .short {
    width: auto;
  }

  .main-container.page-node-service .service-head-ratings {
    display: none;
  }
}

.main-container.page-node-service aside .ratings .rating-item {
  position: relative;
}

.main-container.page-node-service aside .ratings .rating-item + .rating-item {
  margin-top: 20px;
}

.main-container.page-node-service aside .ratings .rating-item .rating-value {
  position: absolute;
  top: 0;
  right: 0;
  color: #096293;
}

.ui-slider {
  margin-top: 10px;
  height: 5px;
  background: #e0e0e0;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  opacity: 1;
}

.ui-slider .ui-slider-range {
  background: #096293;
}

.ui-slider .ui-slider-handle {
  top: -6px;
  width: 16px;
  height: 16px;
  background: #ffffff;
  border: 2px solid #096293;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
}

.main-container.page-node-service aside .review-wrapper {
  position: relative;
  margin-top: 30px;
  padding-bottom: 25px;
}

.main-container.page-node-service aside .review-wrapper img {
  margin: 0 auto;
  display: block;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}

.main-container.page-node-service aside .review-wrapper .review-content {
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
  color: #0b3951;
  line-height: 18px;
}

.main-container.page-node-service aside .review-wrapper .review-title {
  font-family: RobotoSlab, serif;
  text-align: center;
  font-size: 14px;
  color: #0b6394;
  line-height: 28px;
}

.main-container.page-node-service aside .tab-select {
  padding-top: 35px;
}

.main-container.page-node-service aside .tab-select .link-wrapper {
  margin-bottom: 14px;
  padding: 14px 0;
  text-align: center;
  background-color: #f7f7f7;
  border: 2px solid transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.main-container.page-node-service aside .tab-select .link-wrapper {
  background-color: #ffffff;
  border-color: #0b6394;
}

.main-container.page-node-service aside .tab-select a {
  position: relative;
  display: inline-block;
  color: #aaaaaa;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
}

.main-container.page-node-service aside .tab-select a:hover {
  text-decoration: none;
}

.main-container.page-node-service aside .tab-select .link-wrapper.active a {
  color: #0b6394;
  text-decoration: none;
}

.main-container.page-node-service aside .tab-select a .icon {
  position: absolute;
  top: -3px;
  left: 0;
  height: 25px;
}

.main-container.page-node-service aside .tab-select .link-wrapper.active a .icon {
  background-position-y: 0;
}

.main-container.page-node-service aside .tab-select a.item-description {
  padding-left: 45px;
}

.main-container.page-node-service aside .tab-select a.item-description .icon {
  width: 25px;
  background: url(../images/tab-icons.png) 0 -25px no-repeat;
}

.main-container.page-node-service aside .tab-select a.item-comments {
  padding-left: 50px;
}

.main-container.page-node-service aside .tab-select a.item-comments .icon {
  width: 30px;
  background: url(../images/tab-icons.png) -25px -25px no-repeat;
}

.main-container.page-node-service aside .tab-select a.item-news {
  padding-left: 46px;
}

.main-container.page-node-service aside .tab-select a.item-news .icon {
  width: 26px;
  background: url(../images/tab-icons.png) -55px -25px no-repeat;
}

.main-container.page-node-service aside .aside-site-link {
  margin: 20px 0 0;
  text-align: center;
}

.main-container.page-node-service aside .aside-site-link a {
  width: 100%;
}

/*.main-container.page-node-service aside .aside-site-link a {
  color: #096293;
  text-decoration: underline;
}

.main-container.page-node-service aside .aside-site-link a:hover {
  text-decoration: none;
}*/

#block-views-services-block-11 {
  position: relative;
  padding: 50px 15px 35px;
}

#block-views-services-block-11:before {
  content: ' ';
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 15px;
  right: 15px;
  display: block;
  background: #f7f7f7;
  border: 1px solid #dddddd;
}

#block-views-services-block-11 h2 {
  position: relative;
  padding-bottom: 20px;
  text-align: center;
  color: #03638d;
  font-size: 24px;
  z-index: 1;
}

#block-views-services-block-11 .views-field-field-logo {
  position: relative;
  margin: 0 auto;
  padding: 30px 0;
  width: 160px;
  border: none;
}

#block-views-services-block-11 .views-field-field-logo:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 70px;
  height: 1px;
  background: #bbbbbb;
}

/* New header */
#navbar .drop-down-header {
  margin: -5px 20px -5px 0;
  float: right;
}

#navbar .drop-down-header div.drop-down-groups-title {
  padding-right: 10px;
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  opacity: .5;
}

#navbar .drop-down-header div.drop-down-group {
  position: relative;
  display: inline-block;
}

#navbar .drop-down-header .drop-down-group a.drop-down {
  display: block;
  padding: 20px 10px;
  text-align: left;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
}

#navbar .drop-down-header .drop-down-group a.drop-down .fa {
  margin-left: 5px;
}

#navbar .drop-down-header .drop-down-group a.drop-down,
#navbar .drop-down-header .drop-down-group a.drop-down:link,
#navbar .drop-down-header .drop-down-group a.drop-down:visited,
#navbar .drop-down-header .drop-down-group a.drop-down:focus,
#navbar .drop-down-header .drop-down-group a.drop-down:hover,
#navbar .drop-down-header .drop-down-group a.drop-down:active {
  text-decoration: none;
}

#navbar .drop-down-header .drop-down-group:hover a.drop-down {
  color: #285782;
  background: #ffffff;
}

#navbar .drop-down-header .drop-down-group .drop-down-block {
  display: none;
  position: absolute;
  top: 60px;
  left: -234px;
  width: 678px;
  min-height: 150px;
  background: #ffffff;
  border-bottom: 4px solid #096293;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

#navbar .drop-down-header .drop-down-group:hover .drop-down-block {
  display: block;
}

#navbar .drop-down-header .drop-down-group ul.drop-down-links {
  margin: 0;
  padding: 20px 20px 0;
  list-style: none;
}

#navbar .drop-down-header .drop-down-group ul.drop-down-links li {
  float: left;
  padding: 0 10px 15px;
  width: 33.33333%;
  text-align: left;
}

#navbar .drop-down-header .drop-down-group ul.drop-down-links li a {
  position: relative;
  padding: 4px 0 3px 30px;
  display: block;
  width: 100%;
  height: 37px;
  font-size: 14px;
  text-decoration: underline;
  font-weight: bold;
  line-height: 16px;
}

#navbar .drop-down-header .drop-down-group #countries ul.drop-down-links li a {
  background-size: 25px 15px;
  background-position: 0 5px;
}

#navbar .drop-down-header .drop-down-group #purpose ul.drop-down-links li a:before,
#navbar .drop-down-header .drop-down-group #diveses ul.drop-down-links li a:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  background: url(../images/drop-down-icons.png?TeMp) left top no-repeat;
}

#navbar .drop-down-header .drop-down-group ul.drop-down-links li a:hover {
  text-decoration: none;
}

ul.drop-down-links li a.icon-iOS:before {
  background-position: -25px 0 !important;
}

ul.drop-down-links li a.icon-Mac:before {
  background-position: -50px 0 !important;
}

ul.drop-down-links li a.icon-Windows:before {
  background-position: -75px 0 !important;
}

ul.drop-down-links li a.icon-Android:before {
  background-position: -100px 0 !important;
}

ul.drop-down-links li a.icon-Linux:before {
  background-position: -125px 0 !important;
}

ul.drop-down-links li a.icon-netflix:before {
  background-position: -25px -25px !important;
}

ul.drop-down-links li a.icon-torrents:before {
  background-position: -75px -25px !important;
}

ul.drop-down-links li a.icon-Cheap:before {
  background-position: -100px -25px !important;
}

ul.drop-down-links li a.icon-ABC-Family:before {
  background-position: -125px -25px !important;
}

ul.drop-down-links li a.icon-Apple-TV:before {
  background-position: -150px -25px !important;
}

ul.drop-down-links li a.icon-BBC-iPlayer:before {
  background-position: -175px -25px !important;
}

ul.drop-down-links li a.icon-Facebook:before {
  background-position: -200px -25px !important;
}

ul.drop-down-links li a.icon-HBO-GO:before {
  background-position: -225px -25px !important;
}

ul.drop-down-links li a.icon-Logless:before {
  background-position: -250px -25px !important;
}

ul.drop-down-links li a.icon-Encryption:before {
  background-position: -275px -25px !important;
}

ul.drop-down-links li a.icon-Hulu:before {
  background-position: -300px -25px !important;
}

ul.drop-down-links li a.icon-Pandora:before {
  background-position: -325px -25px !important;
}

ul.drop-down-links li a.icon-Sky-Go:before {
  background-position: -350px -25px !important;
}

ul.drop-down-links li a.icon-Spotify:before {
  background-position: -375px -25px !important;
}

ul.drop-down-links li a.icon-YouTube:before {
  background-position: -400px -25px !important;
}

ul.drop-down-links li a.icon-YouTube-In-China:before {
  background-position: -425px -25px !important;
}

ul.drop-down-links li a.icon-Wi-Fi-Hotspots:before {
  background-position: -450px -25px !important;
}

ul.drop-down-links li a.icon-Skype:before {
  background-position: -475px -25px !important;
}

ul.drop-down-links li a.icon-Gaming:before {
  background-position: -500px -25px !important;
}

ul.drop-down-links li a.icon-free:before {
  background-position: -525px -25px !important;
}

.view-services .views-exposed-form {
  margin-top: 20px;
}

.view-services .views-exposed-form .views-exposed-widget {
  width: 100%;
}

.view-services .views-exposed-form .views-exposed-widget .views-widget,
.view-services .views-exposed-form .views-exposed-widget .views-widget > div {
  position: relative;
  margin-left: 12px;
  display: inline-block;
}

.view-services .views-exposed-form .views-exposed-widget .views-widget > div:before {
  content: '$';
  position: absolute;
  left: -12px;
  top: 2px;
  font-size: 20px;
}

.view-services .views-exposed-form .views-exposed-widget .views-widget .form-item-price-max {
  margin-left: 21px;
}

.view-services .views-exposed-form .views-exposed-widget .views-widget .form-item-price-max:before {
  content: '- $';
  left: -21px;
}

.view-services .views-exposed-form .views-exposed-widget label {
}

.view-services .views-exposed-form .views-exposed-widget input {
  position: relative;
  padding: 0;
  width: 35px;
  text-align: left;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.view-services .views-exposed-form .views-exposed-widget .focus-border {
  display: none;
}

.view-services .views-exposed-form .views-exposed-widget .form-item-price-min label,
.view-services .views-exposed-form .views-exposed-widget .form-item-price-max label {
  display: none;
}

.view-services .views-exposed-form .views-exposed-widget .ui-slider {
  margin: 10px auto 0;
  width: 500px;
}

@media (max-width: 520px) {
  .view-services .views-exposed-form .views-exposed-widget .ui-slider {
    width: 300px;
  }
}

/* New blue table */
.view-id-services.view-display-id-block_13#top7vpn {
  margin: 20px -15px 0;
  padding: 20px 0;
  background-color: #172d41;
}

.view-id-services.view-display-id-block_13#top7vpn table {
  margin-top: 0;
  margin-bottom: 0;
}

.view-id-services.view-display-id-block_13#top7vpn table tr {
  background-color: #1f3b55;
}

.view-id-services.view-display-id-block_13#top7vpn table tr:hover {
  background-color: #345878;
}

.view-id-services.view-display-id-block_13#top7vpn table td {
  border: none;
  border-bottom: 2px solid #172d41;
}

.view-id-services.view-display-id-block_13#top7vpn table tr:first-child td {
  border-top: 2px solid #172d41;
}

#home3 .view-id-services.view-display-id-block_13#top7vpn table tr:hover td {
  border-width: 2px;
  border-color: #172d41;
}

#home3 .view-id-services.view-display-id-block_13#top7vpn table td.views-field-counter {
  width: 6.5%;
}

#home3 .view-id-services.view-display-id-block_13#top7vpn table td.views-field-field-logo {
  width: 18.7%;
}

#home3 .view-id-services.view-display-id-block_13#top7vpn table td.views-field-field-user-rating {
  width: 14.5%;
}

#home3 .view-id-services.view-display-id-block_13#top7vpn table td.views-field-body {
  width: 22.6%;
}

#home3 .view-id-services.view-display-id-block_13#top7vpn table td.views-field-field-prices {
  width: 13.5%;
}

#home3 .view-id-services.view-display-id-block_13#top7vpn table td.views-field-field-discount {
  width: 24.2%;
}

.view-id-services.view-display-id-block_13#top7vpn table .views-field-counter .service-number {
  color: white;
  font-weight: 700;
}

#home3 .view-id-services.view-display-id-block_13#top7vpn table td.views-field-field-logo a {
  padding: 10px;
  display: block;
  max-width: 160px;
  width: 100%;
  height: 55px;
  background: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

#home3 .view-id-services.view-display-id-block_13#top7vpn table td.views-field-field-logo img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

#home3 .view-id-services.view-display-id-block_13#top7vpn table td.views-field-body {
  color: #ffffff;
  font-size: 12px;
}

#home3 .view-id-services.view-display-id-block_13#top7vpn table td.views-field-body .fa {
  top: -1px;
  background: none;
}

#home3 .view-id-services.view-display-id-block_13#top7vpn table .review-link-simple a {
  color: #5bb4e6;
  font-size: 12px;
  font-weight: 500;
  line-height: 21px;
  text-decoration: underline;
  text-transform: uppercase;
}

#home3 .view-id-services.view-display-id-block_13#top7vpn table .review-link-simple a:hover {
  text-decoration: none;
}

.view-id-services.view-display-id-block_13#top7vpn table .views-field-field-prices .prices {
  color: #ffffff;
  font-size: 16px;
}

.view-id-services.view-display-id-block_13#top7vpn table .views-field-field-prices .prices .value {
  font-size: 30px;
  line-height: 30px;
}

#home3 .view-id-services.view-display-id-block_13#top7vpn table td.views-field-field-discount {
  padding-right: 60px !important;
}

#home3 .view-id-services.view-display-id-block_13#top7vpn table .views-field-field-discount .started a {
  margin: 0 auto;
  display: block;
  width: 80%;
}

#home3 .view-id-services.view-display-id-block_13#top7vpn table .flag-favorites a {
  top: 50%;
  right: 40px;
  margin-top: -7px;
  width: 18px;
  height: 15px;
  background: url(../images/flag-new-off.png);
}

#home3 .view-id-services.view-display-id-block_13#top7vpn table .flag-favorites a.unflag-action {
  background: url(../images/flag-new-on.png);
}

#home3 #top7vpn.view-display-id-block_13 table .views-field-field-user-rating .rating-wrapper {
  background-image: url(../images/rating-line-white.png);
}

#home3 #top7vpn.view-display-id-block_13 table .views-field-field-user-rating .rating {
  background: #1f3b55;
}

#home3 #top7vpn.view-display-id-block_13 table tr:hover .views-field-field-user-rating .rating {
  background: #345878;
}

#home3 #top7vpn.view-display-id-block_13 table .views-field-field-user-rating .rating span {
  color: #ffffff;
}

#home3 #top7vpn.view-display-id-block_13 table .review-link a {
  width: 100%;
}

.view-search-advanced .form-type-textfield {
  position: relative;
}

.view-search-advanced .form-type-textfield input.form-text.with-hover:focus ~ .focus-border:before,
.view-search-advanced .form-type-textfield input.form-text.with-hover:focus ~ .focus-border:after {
  left: 0;
  right: 0;
}

.view-search-advanced .form-type-textfield input.form-text.with-hover ~ .focus-border i:before {
  left: 0;
}

.view-search-advanced .form-type-textfield input.form-text.with-hover ~ .focus-border i:after {
  right: 0;
}

.rating-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(2, 21, 31, 0.9);
  z-index: 1000;
}

.rating-overlay .overlay-content {
  position: relative;
  margin: 80px auto 0;
  width: 1000px;
}

.rating-overlay .overlay-close {
  position: absolute;
  top: 0;
  right: -34px;
  display: block;
  width: 34px;
  height: 34px;
  background: url(../images/overlay-close.png);
  cursor: pointer;
}

.rating-overlay .overlay-logo {
  margin: 0 auto 80px;
  display: block;
  width: 270px;
}

.rating-overlay .overlay-content .inner-content img {
  margin: 0 auto;
  display: block;
  width: 128px;
}

.rating-overlay .overlay-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.rating-overlay .overlay-content li {
  float: left;
  display: block;
  width: 200px;
  height: 50px;
}

.rating-overlay .overlay-content a {
  color: #ffffff;
  font-size: 16px;
}

@media (max-width: 767px) {
  .table-responsive {
    border: none;
  }
}

/* Radial rating */

.rating-radial {
  position: relative;
  width: 46px;
  height: 46px;
}

.rating-radial > .slice {
  position: absolute;
  width: 46px;
  height: 46px;
  clip: rect(0px, 46px, 46px, 23px);
}

.rating-radial > .slice.gt50 {
  clip: rect(auto, auto, auto, auto);
}

.rating-radial > .slice > .pie {
  border: 3px solid #5dca06;
  position: absolute;
  width: 46px;
  height: 46px;
  clip: rect(0px, 23px, 46px, 0px);
  -moz-border-radius: 23px;
  -webkit-border-radius: 23px;
  border-radius: 23px;
}

.rating-radial > .slice > .pie.fill {
  -moz-transform: rotate(180deg) !important;
  -webkit-transform: rotate(180deg) !important;
  -o-transform: rotate(180deg) !important;
  transform: rotate(180deg) !important;
}

.art-news-block.view-display-id-block_1 .views-row img {
  display: none;
}

.art-news-block.view-display-id-block_1 .views-row-first img {
  display: block;
}

.view-news.view-display-id-block_1 .tags .field-field-service {
  display: none;
}

#block-views-news-block-1 .block-title,
#block-views-articles-block-1 .block-title {
  margin-bottom: 20px;
}

.art-news-list-head {
  margin-bottom: 15px;
}

.art-news-list-head .views-row {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  width: 25%;
  height: 260px;
  overflow: hidden;
  border: 2px solid #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.art-news-list-head .views-row:nth-child(1),
.art-news-list-head .views-row:nth-child(4),
.art-news-list-head .views-row:nth-child(5) {
  width: 50%;
}

.art-news-list-head .views-row .head-item-wrapper,
.art-news-list-head .views-row .head-item-wrapper .field-content {
  height: 100%;
}

.art-news-list-head .views-row .head-item-wrapper > .field-content > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, #0b6394 0%, transparent 63%, transparent 100%);
}

.art-news-list-head .views-row .head-item-wrapper img {
  position: absolute;
  left: 50%;
  display: block;
  max-width: none;
  width: auto;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

.art-news-list-head .views-row:nth-child(1) .head-item-wrapper img,
.art-news-list-head .views-row:nth-child(4) .head-item-wrapper img,
.art-news-list-head .views-row:nth-child(5) .head-item-wrapper img {
  left: 0;
  top: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -ms-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
}

.art-news-list-head .views-row .head-item-wrapper:hover > .field-content a img {
  opacity: 0.8;
}

.art-news-list-head .views-row .head-item-wrapper .head-item-title {
  position: absolute;
  bottom: 0;
  padding: 10px;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  z-index: 1;
}

.art-news-list-head .views-row .head-item-wrapper .head-item-title-back {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  opacity: 0.5;
}

.art-news-list-head .views-row .head-item-wrapper .head-item-title-wrapper {
  position: relative;
  z-index: 1;
}

.art-news-list-head .views-row .head-item-wrapper .head-item-title a {
  color: #ffffff;
  text-decoration: none;
}

.art-news-list-head .views-row .head-item-wrapper .head-item-title .field-field-service {
  padding-left: 19px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: normal;
  background: url(../images/tag-service.png) left center no-repeat;
}

.art-news-list-head .views-row .head-item-wrapper .head-item-title .field-field-service a {
  color: #fa565a;
  text-decoration: none;
}

@media (max-width: 991px) {
  .art-news-list-head .views-row {
    width: 50%;
  }

  .art-news-list-head .views-row:nth-child(1),
  .art-news-list-head .views-row:nth-child(4),
  .art-news-list-head .views-row:nth-child(5) {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .art-news-list-head .views-row {
    width: 100%;
  }

  .art-news-list-head .views-row .head-item-wrapper img {
    left: 0;
    top: 50%;
    width: 100%;
    height: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);/
  -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

/* SH-Rating */
#home3.sh-rating #top7vpn .view-header {
  display: none;
}

#home3.sh-rating #top7vpn table td {
  padding: 10px !important;
}

#home3.sh-rating #top7vpn table td.views-field-counter {
  width: 5%;
}

#home3.sh-rating #top7vpn table .views-field-counter .service-number {
  width: 100%;
}

#home3.sh-rating #top7vpn table td.views-field-field-logo {
  width: 22%;
}

#home3.sh-rating #top7vpn table td.views-field-field-logo img {
  margin-bottom: 5px;
}

#home3.sh-rating #top7vpn table td.views-field-body {
  width: 36%;
}

#home3.sh-rating #top7vpn table td.views-field-field-prices {
  width: 14%;
}

#home3.sh-rating #top7vpn table td.views-field-field-discount {
  width: 25%;
}

#home3.sh-rating #top7vpn table .views-field-field-discount .started a,
#home3.sh-rating #top7vpn table .review-link a {
  width: 90%;
}

#home3.sh-rating #top7vpn table td.views-field-field-discount {
  padding-right: 30px !important;
}

@media (max-width: 1199px) {
  #home3.sh-rating #top7vpn table td.views-field-body {
    font-size: 12px;
  }

  #home3.sh-rating #top7vpn table .views-field-field-prices .prices {
    font-size: 12px;
  }

  #home3.sh-rating #top7vpn table .views-field-field-discount .started a,
  #home3.sh-rating #top7vpn table .review-link a {
    width: 100%;
  }

  #home3.sh-rating #top7vpn table .views-field-field-discount .started a {
    font-size: 14px;
  }

  #home3.sh-rating #top7vpn table .review-link a {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  #home3.sh-rating #top7vpn table td.views-field-field-logo,
  #home3.sh-rating #top7vpn table td.views-field-field-prices {
    width: 100%;
  }

  #home3.sh-rating #top7vpn table .review-link a {
    width: 60%;
  }
}