body {
  font-family: 'Open Sans', sans-serif;
  background-color: #e5e5e5;
}
body * {
  margin: 0;
  padding: 0;
}
header {
  padding-top: 20px;
  padding-bottom: 15px;
}
header nav .navbar_container {
  margin-left: 40px;
  display: inline-block;
  margin-top: 12px;
}
header nav .navbar_container li {
  margin-right: 10px;
  display: inline-block;
}
header nav .navbar_container li .navbar_links {
  color: #7a7a7a;
}
header nav .navbar_container li .navbar_links:hover {
  color: #6c6969;
  text-decoration: underline;
}
header nav .right_header_block {
  margin-top: 10px;
  float: right;
}
header nav .right_header_block a {
  color: #ffffff;
}
.title {
  text-align: center;
  margin-bottom: 30px;
}
.localization_block {
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
  position: relative;
}
.localization_block .localization_popup {
  padding-top: 10px;
  padding-left: 10px;
  width: 120px;
  height: 70px;
  background-color: #525252;
  position: absolute;
  top: 25px;
  display: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.localization_block .localization_popup a {
  display: block;
  margin-bottom: 10px;
}
.localization_block .localization_popup a:hover {
  text-decoration: underline;
}
footer {
  padding-top: 30px;
  padding-bottom: 30px;
}
footer .footer_info_wrapper {
  text-align: center;
}
footer .footer_info_wrapper .socials {
  display: inline-block;
}
footer .footer_info_wrapper .localization {
  display: inline-block;
  margin-right: 20px;
  margin-top: -2px;
}
footer .footer_info_wrapper .localization a {
  margin-right: 5px;
}
footer .footer_info_wrapper .footer_info {
  display: inline-block;
  margin-right: 20px;
}
footer .gplus, footer .android {
  padding-top: 20px;
  text-align: center;
}
.jumb {
  padding-top: 40px;
  padding-bottom: 30px;
  padding-left: 5px;
  border-bottom: 1px solid #9a9a9a;
}
.jumb_left_side h3 {
  margin-bottom: 10px;
}
.jumb_left_side h3 span {
  color: #f06d00;
}
.jumb_left_side h1,
.jumb_left_side h2,
.jumb_left_side h3,
.jumb_left_side h4
.jumb_left_side h5 {
  margin-bottom: 15px;
}
.jumb_left_side .our_advantages {
  padding-bottom: 10px;
  margin-left: 20px;
  list-style-type: square;
}
.jumb_left_side .our_advantages li {
  margin-bottom: 10px;
}
.jumb_left_side .our_advantages li h3 {
  font-size: 18px;
}
.jumb_left_side .get_started_block .get_started_btn_wrap {
  padding-top: 30px;
}
.jumb_left_side .get_started_block .get_started_btn_wrap a {
  color: #ffffff;
  border-bottom: 3px solid #609302;
}
.jumb_left_side .get_started_block .get_started_price_wrap {
  line-height: 30px;
  margin-top: 10px;
}
.jumb_left_side .get_started_block .get_started_price_wrap p {
  color: #f06d00;
  font-weight: 600;
}
.jumb_right_side img {
  margin-top: 40px;
}
.our_features {
  padding-top: 20px;
  padding-bottom: 30px;
}
.features_left_side .first_feature_block {
  margin-bottom: 20px;
}
.features_left_side .first_feature_block h4 {
  color: #f06d00;
  margin-bottom: 10px;
}
.features_left_side .first_feature_block .little_text {
  font-weight: bold;
}
.features_left_side .first_feature_block .little_text a {
  color: #7a7a7a;
}
.features_left_side .first_feature_block .little_text a:hover {
  color: #000000;
}
.features_left_side .second_feature_block h1,
.features_left_side .second_feature_block h2,
.features_left_side .second_feature_block h3,
.features_left_side .second_feature_block h4 {
  color: #7a7a7a;
  margin-bottom: 10px;
  margin-top: 20px;
}
.features_left_side .second_feature_block .little_text {
  margin-bottom: 10px;
}
.features_right_side .install_anonymous_buttons {
  list-style-type: none;
  padding-top: 60px;
  text-align: center;
}
.features_right_side .install_anonymous_buttons li {
  position: relative;
  margin-right: 10px;
  display: inline-block;
}
.features_right_side .install_anonymous_buttons li:first-child:hover .icon_wrapper img {
  animation: rotating 2s linear infinite;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
}
.features_right_side .install_anonymous_buttons li .icon_wrapper {
  top: -35px;
  left: 42%;
  position: absolute;
}
.features_right_side .install_anonymous_buttons li .icon_wrapper .little_cogwheel {
  position: absolute;
  top: 19px;
  left: 15px;
}
.features_right_side .install_anonymous_buttons li:last-child {
  margin-right: 0;
}
.features_right_side .install_anonymous_buttons li a {
  color: #ffffff;
}
@-webkit-keyframes rotating {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
.payment_one_color {
  color: #5a5e64;
}
.payment_two_color {
  color: #0099cc;
}
.payment_three_color {
  color: #ff9900;
}
.payment_four_color {
  color: #66cc66;
}
.buy_page_headers {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 10px;
}
.buy_payment_block {
  text-align: center;
  padding-bottom: 45px;
  border-bottom: 1px solid #9a9a9a;
}
.single_payment {
  border: 1px solid #cccccc;
  width: 200px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.congratulation_popup {
  position: absolute;
  bottom: -45px;
  left: 18%;
  font-weight: bold;
  display: none;
}
.best_value_block {
  width: 110px;
  height: 110px;
  background-image: url('../img/BestValue.png');
  position: absolute;
  right: -6px;
  top: -6px;
}
.time_payment_block {
  padding-top: 5px;
}
.time_payment_block h4 {
  color: #ffffff;
}
.triangle-down {
  width: 0;
  height: 0;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
}
.time_payment_block_one {
  background-color: #babbbb;
  background: -webkit-gradient(linear, left top, left bottom, from(#babbbb), to(#5a5e64));
  background: -webkit-linear-gradient(top, #babbbb, #5a5e64);
  background: -moz-linear-gradient(top, #babbbb, #5a5e64);
  background: -ms-linear-gradient(top, #babbbb, #5a5e64);
  background: -o-linear-gradient(top, #babbbb, #5a5e64);
}
.time_payment_triangle_one {
  border-top: 20px solid #5a5e64;
}
.time_payment_block_two {
  background-color: #09b0d1;
  background: -webkit-gradient(linear, left top, left bottom, from(#09b0d1), to(#0099cc));
  background: -webkit-linear-gradient(top, #09b0d1, #0099cc);
  background: -moz-linear-gradient(top, #09b0d1, #0099cc);
  background: -ms-linear-gradient(top, #09b0d1, #0099cc);
  background: -o-linear-gradient(top, #09b0d1, #0099cc);
}
.time_payment_triangle_two {
  border-top: 20px solid #0099cc;
}
.time_payment_block_three {
  background-color: #fcad00;
  background: -webkit-gradient(linear, left top, left bottom, from(#fcad00), to(#ff9900));
  background: -webkit-linear-gradient(top, #fcad00, #ff9900);
  background: -moz-linear-gradient(top, #fcad00, #ff9900);
  background: -ms-linear-gradient(top, #fcad00, #ff9900);
  background: -o-linear-gradient(top, #fcad00, #ff9900);
}
.time_payment_triangle_three {
  border-top: 20px solid #ff9900;
}
.time_payment_block_four {
  background-color: #77dd77;
  background: -webkit-gradient(linear, left top, left bottom, from(#77dd77), to(#66cc66));
  background: -webkit-linear-gradient(top, #77dd77, #66cc66);
  background: -moz-linear-gradient(top, #77dd77, #66cc66);
  background: -ms-linear-gradient(top, #77dd77, #66cc66);
  background: -o-linear-gradient(top, #77dd77, #66cc66);
}
.time_payment_triangle_four {
  border-top: 20px solid #66cc66;
}
.price_block {
  padding-top: 15px;
}
.price_block p {
  font-weight: bold;
}
.price_block .crossed_price {
  color: #e74d4d;
  text-decoration: line-through;
}
.discount_block {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding-top: 2px;
  margin-top: 15px;
  padding-bottom: 2px;
}
.discount_block .discount_value {
  width: 48%;
  display: inline-block;
  border-right: 1px solid #cccccc;
}
.discount_block .price_with_discount {
  width: 48%;
  display: inline-block;
}
.what_include_block {
  padding-left: 0;
  padding-right: 0;
}
.what_include_list {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  list-style-type: none;
  background-color: #525252;
}
.what_include_list li {
  font-size: 13px;
  line-height: 29px;
  color: #ffffff;
  border-top: 1px dashed #6c6c6c;
  border-bottom: 1px dashed #393939;
}
.what_include_list li:first-child {
  background-color: #9ac280;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border: none;
}
.what_include_list li:nth-child(2) {
  border-top: none;
}
.what_include_list li:last-child {
  border-bottom: none;
}
.user_details_block {
  padding-top: 12px;
  text-align: center;
}
.user_details_block h4 {
  margin-bottom: 10px;
  margin-top: 10px;
}
.form_block {
  margin-bottom: 20px;
  display: inline-block;
  width: 50%;
}
.form_block label {
  margin-top: 4px;
  width: 30%;
  float: left;
  text-align: left;
  font-size: 13px;
}
.form_block input {
  width: 70%;
  height: 27px;
  border: none;
  border: 1px solid #cdcdcd;
}
.form_block textarea {
  width: 70%;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border: none;
  border: 1px solid #cdcdcd;
}
.user_details_form .form_block {
  display: block;
  overflow: hidden;
  width: 100%;
}
.checkout_btn button {
  color: #000000;
  font-weight: bold;
  font-size: 20px;
}
.paypal_logo_wrap {
  position: absolute;
  right: 0;
  top: 10px;
  width: 184px;
  height: 26px;
  background-image: url('../img/paypal_logo.png');
}
.pw_cc_logo_wrap {
  position: absolute;
  right: 0;
  top: 10px;
  width: 139px;
  height: 22px;
  background-image: url('../img/visa.png');
}
.bank_logo_wrap {
  position: absolute;
  right: 8px;
  top: 4px;
  width: 90px;
  height: 30px;
  background-image: url('../img/payson_logo.jpg');
}
.float_right {
  float: right;
}
.flag_margin {
  margin-top: -5px;
}
.warning {
  background-color: #e74d4d;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 5px;
  color: #ffffff;
  margin-bottom: 5px;
}
.bestoffer {
  border: 1px solid #cccccc;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  top: -10px;
  z-index: 2;
  min-height: 270px;
  background-color: #ffffff;
}
.bestoffer .radio_btn_block {
  padding-top: 10px;
}
div.error, label.error {
    background-color: #e74d4d;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #ffffff;
    margin-bottom: 5px;
    padding: 5px;
}
label.error {
    float: right;
    margin-bottom: 5px;
    width: 70%;
}
.error p {
  font-size: 13px;
}
.error_block {
  background-color: #e74d4d;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 5px;
  color: #ffffff;
}
.error_block p {
  font-size: 13px;
}
.on_horizontal_form {
  margin-left: 30%;
}
.single_service {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px;
  border-bottom: 1px dashed #949494;
}
.single_service:last-child {
  border-bottom: none;
}
.service_cover_wrapper img {
  width: 100%;
}
.service_description_wrapper {
  padding-top: 70px;
  text-shadow: 0 1px 0 #fff;
  color: #616161;
}
.service_description_wrapper p {
  font-size: 12px;
}
.form-control {
  height: 27px;
  border: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border: 1px solid #cdcdcd;
}
.form_block_vertical {
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}
.form_block_vertical label {
  width: 100%;
  margin-top: 4px;
  text-align: left;
  float: left;
  font-size: 13px;
}
.form_block_vertical input, .form_block_vertical select {
  width: 100%;
  height: 27px;
  border: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border: 1px solid #cdcdcd;
  background-color: white;
}
.form_block_vertical textarea {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border: none;
  width: 100%;
  border: 1px solid #cdcdcd;
}
.contact_us_block {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
.contact_us_block h1 {
  margin-bottom: 10px;
}
.contact_us_block .contact_us_title {
  margin-bottom: 30px;
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.contact_us_form {
  width: 40%;
  display: inline-block;
}
.login_form_wrapper {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.login_block {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  background-color: #525252;
  width: 40%;
  display: inline-block;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}
.contact_us_form_block {
  display: inline-block;
}
.contact_us_form_block textarea {
  resize: none;
  overflow-y: scroll;
}
.login_form {
  width: 100%;
  display: inline-block;
}
.login_form .form_block_vertical {
  width: 90%;
}
.login_form .form_block_vertical label {
  color: #ffffff;
}
.login_form .checkout_btn {
  width: 50%;
  display: inline-block;
  margin-bottom: 20px;
}
.login_form .forgot_password_block a {
  color: #ffffff;
}
.change_email_block {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
.change_email_form {
  text-align: center;
  display: inline-block;
  width: 40%;
}
.change_password_block {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
.change_password_block {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
.change_password_block .checkout_btn {
  width: inherit;
}
.change_password_block .tooltip_description {
  color: #cccccc;
  text-align: left;
  margin-top: 5px;
}
.change_password_block .or_cancel_block span {
  color: #ffffff;
}
.change_password_block .or_cancel_block a {
  color: #ffffff;
}
.capcha_block .capcha_image {
  width: 310px;
  height: 65px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.capcha_block label {
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
}
.help_container {
  padding-top: 40px;
  padding-bottom: 40px;
}
.main_help_menu {
  padding-bottom: 20px;
}
.help_description_block h5 {
  padding-bottom: 10px;
  border-bottom: 1px dashed #949494;
}
.help_menu {
  list-style-type: none;
}
.help_menu li {
  margin-bottom: 5px;
}
.help_menu li a {
  color: #474747;
}
.help_list {
  list-style-type: none;
}
.help_list li {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px dashed #949494;
}
.small_list li {
    margin-left: 20px;
    color: #6d6d6d;
    border: none;
    padding: 5px;
}
.help_list li p:first-child {
  margin-bottom: 10px;
}
.help_list li p:last-child {
  margin-left: 20px;
  color: #6d6d6d;
}
.help_list li:first-child {
  border-top: none;
}
.help_list h1 {
  font-size: 16px;
  margin-bottom: 10px;
}
.list_item_description {
  margin-top: 5px;
}
.header_help_description {
  margin-bottom: 20px;
  margin-top: 10px;
}
.troubleshooting_produced_list {
  list-style-type: none;
}
.troubleshooting_produced_list li {
  margin-bottom: 15px;
}
.troubleshooting_produced_list li ol {
  font-size: 13px;
  margin-left: 30px;
  margin-top: 15px;
}
.troubleshooting_produced_list li ol li {
  margin-bottom: 5px;
}
.guides_main_wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}
.guides_wrapper {
  padding-bottom: 40px;
}
.guides_title {
  line-height: 48px;
}
.guides_title span {
  padding: 14px 20px;
  background-color: #525252;
  color: #eeba66;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  margin-right: 10px;
}
.guides_menu_wrapper {
  padding-top: 40px;
}
.guide_description {
  padding-top: 40px;
}
.guide_name {
  color: #616161;
  margin-bottom: 25px;
}
.guide_menu {
  border-right: 1px dashed #7a7a7a;
  list-style-type: none;
  color: #616161;
}
.guide_menu .guide_submenu_wrap {
  margin-bottom: 20px;
}
.guide_submenu {
  margin-top: 10px;
  list-style-type: none;
}
.guide_submenu li a {
  color: #7a7a7a;
  font-size: 13px;
}
.single_guidepart {
  margin-bottom: 20px;
}
.single_guidepart p {
  line-height: 36px;
}
.single_guidepart p span {
  padding: 8px 13px;
  background-color: #525252;
  color: #eeba66;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  margin-right: 10px;
}
.single_guidepart p .two_number {
  padding: 8px 9px;
}
.single_guidepart img {
  margin-top: 15px;
}
.my_account_container {
  padding-top: 0px;
  padding-bottom: 30px;
}
.accont_title {
  background-color: #ffffff;
  line-height: 33px;
  padding-left: 15px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.my_account_table tbody {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #525252;
  display: block;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.my_account_table tbody tr {
  line-height: 33px;
  border-bottom: 1px solid #666666;
}
.my_account_table tbody tr:last-child {
  border-bottom: none;
}
.my_account_table tbody tr td {
  width: 100%;
  font-size: 13px;
  color: #ffffff;
}
.my_account_table .change_email_link {
  color: #eeba66;
}
.my_account_table .user_status_notactive {
  background-color: #e74d4d;
  padding: 4px 5px;
  color: #000000;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.user_speedtest, .user_speedtest:focus {
  background-color: #70ac00;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  color: #ffffff;
  display: block;
  float: none;
  margin: 10px auto;
  padding: 4px 5px;
  text-align: center;
  width: 100px;
}
.user_speedtest span {
  margin-right: 5px;
}
.user_speedtest:hover, .user_speedtest:active {
  color: #ffffff;
}
.my_account_table .user_status_active {
  background-color: #9ac280;
  padding: 4px 5px;
  color: #000000;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.account_table {
  width: 100%;
  border-collapse: collapse;
}
.account_table tbody {
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #525252;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.account_table tbody tr {
  line-height: 33px;
  border-bottom: 1px solid #666666;
}
.account_table tbody tr:last-child {
  border-bottom: none;
}
.account_table tbody tr td {
  width: 50%;
  font-size: 13px;
  color: #ffffff;
  text-align: left;
}
.account_info_wrapper {
  background-color: #525252;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.account_links {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  list-style-type: none;
  background-color: #525252;
}
.account_links li {
  font-size: 13px;
  line-height: 33px;
  color: #ffffff;
  border-top: 1px dashed #6c6c6c;
  border-bottom: 1px dashed #393939;
  padding-left: 15px;
}
.account_links li:first-child {
  background-color: #9ac280;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border: none;
}
.account_links li:nth-child(2) {
  border-top: none;
}
.account_links li:last-child {
  border-bottom: none;
}
.account_links li a {
  color: #eeba66;
}
.info_block {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  list-style-type: none;
  background-color: #525252;
  margin-bottom: 15px;
}
.info_block li {
  font-size: 13px;
  line-height: 20px;
  color: #ffffff;
  border-top: 1px dashed #6c6c6c;
  border-bottom: 1px dashed #393939;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.info_block li:first-child {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-top: none;
}
.info_block li:nth-child(2) {
  border-top: none;
}
.info_block li:last-child {
  border-bottom: none;
}
.info_block li a {
  color: #eeba66;
}
.success {
  padding: 5px 10px;
  background-color: #9ac280;
  margin-bottom: 1em;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  color: #ffffff;
}
input[type=radio].css-checkbox {
  display: none;
}
input[type=radio].css-checkbox + label.css-label {
  padding-left: 30px;
  height: 25px;
  display: inline-block;
  line-height: 25px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 25px;
  vertical-align: middle;
  cursor: pointer;
}
input[type=radio].css-checkbox:checked + label.css-label {
  background-position: 0 -25px;
}
label.css-label {
  background-image: url(/static/new/img/csscheckbox.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.links:hover {
  text-decoration: none;
}
.policy-links {
  margin-top: 10px;
  margin-bottom: 10px;
}
.policy-links span {
  color: #9d9d9d;
}
.policy-links a {
  color: #333;
}
.policy-links a:hover {
  color: #9d9d9d;
  text-decoration: underline;
}
.usual_button {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  padding: 6px 8px;
  background-color: #e74d4d;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.usual_button:hover {
  background-color: #d63d3d;
}
.big_button {
  padding: 15px 25px 17px 25px;
}
.very_big_button {
  padding: 50px 75px 15px 75px;
}
.very_big_button_one {
  padding: 15px 50px 17px 50px;
}
.very_big_button_two {
  padding: 50px 40px 15px 40px;
}
.btn_color_two {
  background-color: #525252;
}
.btn_color_two:hover {
  background-color: #423f3f;
}
.btn_color_three {
  background-color: #eeba66;
}
.btn_color_three:hover {
  background-color: #dfaa54;
}
.btn_color_four {
  background-color: #70ac00;
}
.btn_color_four:hover {
  background-color: #609302;
}
.for_buttons_tags {
  border: none;
  box-shadow: none;
}
.little_text {
  font-size: 13px;
}
.bigger_little_text {
  font-size: 17px;
}
.middle_text {
  font-size: 20px;
}
.smaller_big_text {
  font-size: 28px;
}
.big_text {
  font-size: 34px;
}
.single_service .little_text {
  margin-bottom: 10px;
}
.single_service .h2_header {
  font-size: 15px;
  font-weight: 600;
  color: rgb(97, 97, 97);
  margin-bottom: 10px;
}
.single_service .h1_header {
  font-size: 25px;
  font-weight: 600;
  color: rgb(97, 97, 97);
  margin-bottom: 10px;
}
.h3_header {
  font-size: 44px;
  font-weight: 600;
  color: #000000;
}
.h4_header {
  font-size: 21px;
  font-weight: 600;
}
.h5_header {
  font-size: 17px;
  line-height: 25px;
  font-weight: normal;
}
.h6_header {
  font-size: 14px;
  font-weight: normal;
}
i.british_flag_icon {
  width: 18px;
  height: 11px;
  display: inline-block;
  background-image: url('../img/united-kingdom.png');
  background-position: 0 0;
  margin-right: 10px;
}
i.sweden_flag_icon {
  width: 18px;
  height: 11px;
  display: inline-block;
  background-image: url('../img/sweden.png');
  background-position: 0 0;
  margin-right: 10px;
}
i.faq_list_icon {
  width: 8px;
  height: 8px;
  display: inline-block;
  background-image: url('../img/faq_circle_list_icon.png');
  background-position: 0 0;
  margin-right: 10px;
  margin-bottom: 2px;
}
i.arrow_list_icon {
  width: 8px;
  height: 8px;
  display: inline-block;
  background-image: url('../img/arrow-small_list_icon.png');
  background-position: 0 0;
  margin-right: 10px;
  margin-bottom: 2px;
}
i.check_icon {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-image: url('../img/check_icon.png');
  background-position: 0 0;
  margin-right: 1px;
}
img.big_guides_pictures {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.bordered {
  border: 1px solid grey;
}
#user_data {
  position: relative;
}
.ajax_error {
  background: none repeat scroll 0 0 #e74d4d;
  border-radius: 5px;
  color: #ffffff;
  display: block;
  font-size: 1em;
  margin-bottom: 15px;
  padding: 3px 5px;
  width: 100%;
}
.successUser {
  color: #66cc66;
}

*:before, *:after {
    box-sizing: border-box;
}
*:before, *:after {
    box-sizing: border-box;
}
#stripeFields > div {
    margin-bottom: 5px;
    overflow: hidden;
}
.form-wait {
    opacity: 0.8;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #e5e5e5;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
.account_second_block {
  padding-top: 30px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  /*Home page responsive*/
  .jumb_right_side img {
    width: 100%;
  }
  header nav .navbar_container {
    margin-left: 7px;
  }
  /*End Home page responsive*/
  /*Buy Page Responsive*/
  .payments_wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .single_payment {
    width: 195px;
  }
  .triangle-down {
    border-left: 97px solid transparent;
    border-right: 97px solid transparent;
  }
  /*End Buy Page Responsive*/
  /*Guides Page Responsive*/
  .big_guides_pictures {
    width: 100%;
  }
  /*End of Guides Page Responsive*/
  #ip-details p .ng-binding {
    font-size: 12px;
  }
}
@media (max-width: 990px) {
  #pingLatency, #ipInfo {
    float: none;
    width: 100%;
  }
  .account_second_block {
    padding-top: 0px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  /*Home page responsive*/
  header nav .navbar_container {
    margin-left: 0;
    margin-top: 18px;
  }
  header nav .navbar_container li {
    margin-right: 8px;
    font-size: 13px;
  }
  .jumb {
    padding-top: 0px;
  }
  .h3_header {
    font-size: 36px;
  }
  .h5_header {
    font-size: 14px;
  }
  .jumb_right_side img {
    width: 100%;
  }
  .big_text {
    font-size: 24px;
  }
  .features_right_side .install_anonymous_buttons li {
    margin-bottom: 90px;
    margin-right: 0;
  }
  /*End Home page responsive*/
  /*Buy Page Responsive*/
  .single_payment {
    margin-right: 30px;
    margin-bottom: 60px;
  }
  .single_payment:nth-child(2) {
    margin-right: 0;
  }
  .single_payment:nth-child(3) {
    margin-bottom: 0;
  }
  .single_payment:nth-child(4) {
    margin-right: 0;
    margin-bottom: 0;
  }
  .what_include_block {
    padding-right: 15px;
  }
  .user_details_block .form_block {
    width: 70%;
  }
  .user_details_block .checkboxes_wrap {
    width: 65%;
  }
  .form_block {
    text-align: center;
    display: inline-block;
  }
  /*End Buy Page Responsive*/
  /*Service Page Responsive*/
  .service_description_wrapper {
    padding-top: 15px;
  }
  /*End of Service Page Responsive*/
  /*Contact Us Page Responsive*/
  .contact_us_form .checkout_btn {
    margin-right: 0%;
  }
  /*End of Contact Us Page Responsive*/
  /*Login Page Responsive*/
  .login_block {
    width: 65%;
  }
  /*End Login Page Responsive*/
  /*Guides Page Responsive*/
  .big_guides_pictures {
    width: 100%;
  }
  /*End of Guides Page Responsive*/
  /*Account Page Responsive*/
  .account_column {
    margin-bottom: 25px;
  }
  /*End Account Page Responsive*/
}
@media (max-width: 767px) and (min-width: 480px) {
  /*Home page responsive*/
  .header_wrapper {
    text-align: center;
  }
  header nav .right_header_block {
    margin-top: 20px;
    float: inherit;
  }
  .jumb {
    padding-top: 5px;
  }
  .jumb_left_side h3 {
    text-align: center;
  }
  .jumb_left_side h5 {
    text-align: center;
  }
  .jumb_right_side img {
    width: 100%;
  }
  .features_left_side .first_feature_block h4 {
    text-align: center;
  }
  .h4_header {
    font-size: 22px;
  }
  .features_right_side .install_anonymous_buttons li {
    margin-right: 0;
  }
  /*End Home page responsive*/
  /*Buy Page Responsive*/
  .single_payment {
    margin-right: 10px;
    margin-bottom: 60px;
  }
  .single_payment:nth-child(2) {
    margin-right: 0;
  }
  .single_payment:nth-child(4) {
    margin-right: 0;
  }
  .what_include_block {
    padding-left: 100px;
    padding-right: 100px;
  }
  .form_block {
    width: 100%;
  }
  .user_details_block .checkboxes_wrap {
    width: 100%;
  }
  .user_details_block .checkboxes_wrap label {
    font-size: 13px;
  }
  /*End Buy Page Responsive*/
  /*Service Page Responsive*/
  .service_cover_wrapper {
    text-align: center;
  }
  .service_description_wrapper {
    padding-top: 0;
  }
  /*End of Service Page Responsive*/
  /*Login Page Responsive*/
  .login_block {
    width: 90%;
  }
  /*End Login Page Responsive*/
  /*Guides Page Responsive*/
  .big_guides_pictures {
    width: 100%;
  }
  .middle_guides_pictures {
    width: 100%;
  }
  .guide_menu {
    border-right: none;
    border-bottom: 1px dashed #7a7a7a;
  }
  .guides_menu_wrapper {
    text-align: center;
  }
  .guides_menu_wrapper {
    padding-top: 5px;
  }
  /*End of Guides Page Responsive*/
  /*Account Page Responsive*/
  .account_column {
    margin-bottom: 25px;
    padding-right: 40px;
    padding-left: 40px;
  }
  /*End Account Page Responsive*/
}
/*FOR RIGHT VIEW OF SERCVICE COVER IMAGE*/
@media (max-width: 767px) and (min-width: 550px) {
  .service_cover_wrapper img {
    width: inherit;
  }
}
@media (max-width: 549px) and (min-width: 480px) {
  .service_cover_wrapper img {
    width: 100%;
  }
}
/*FOR RIGHT VIEW OF SERCVICE COVER IMAGE*/
@media (max-width: 479px) {
  /*Home page responsive*/
  .header_wrapper {
    text-align: center;
  }
  header nav .navbar_container {
    margin-left: 0;
  }
  header nav .navbar_container li {
    margin-right: 1px;
  }
  header nav .right_header_block {
    margin-top: 20px;
    float: inherit;
  }
  .middle_text {
    font-size: 16px;
  }
  .little_text {
    font-size: 11px;
  }
  .big_text {
    font-size: 23px;
  }
  .jumb_left_side .our_advantages {
    padding-bottom: 0;
  }
  .usual_button {
    padding: 6px 3px;
  }
  .h3_header {
    font-size: 28px;
  }
  .jumb {
    padding-top: 5px;
    padding-bottom: 0;
  }
  .jumb_left_side h3 {
    text-align: center;
  }
  .jumb_left_side h5 {
    text-align: center;
  }
  .jumb_right_side img {
    width: 100%;
  }
  .big_button {
    padding: 10px 10px 12px 10px;
  }
  .very_big_button {
    padding: 50px 40px 15px 40px;
  }
  .very_big_button_two {
    padding: 50px 10px 15px 10px;
  }
  .features_left_side .first_feature_block h4 {
    text-align: center;
  }
  .h4_header {
    font-size: 22px;
  }
  .features_right_side .install_anonymous_buttons li {
    margin-right: 0;
  }
  .localization_block {
    margin-left: 0px;
    margin-right: 0px;
  }
  /*End Home page responsive*/
  /*Buy Page Responsive*/
  .buy_page_headers {
    padding-top: 0;
  }
  .single_payment {
    margin-bottom: 60px;
  }
  .buy_payment_block {
    padding-bottom: 30px;
  }
  .user_details_block {
    padding-top: 20px;
  }
  .what_include_block {
    padding-left: 40px;
    padding-right: 40px;
  }
  .form_block {
    width: 100%;
  }
  .user_details_block .checkboxes_wrap {
    width: 100%;
  }
  .user_details_block .form_block label {
    font-size: 13px;
  }
  .bank_logo_wrap {
    display: none;
  }
  .user_details_block .checkboxes_wrap label {
    font-size: 13px;
    line-height: 26px;
  }
  .user_details_block .checkboxes_wrap .form_checkbox_block {
    margin-bottom: 10px;
  }
  .user_details_block .checkboxes_wrap input {
    margin-top: 7px;
  }
  /*End Home page responsive*/
  /*Service Page Responsive*/
  .service_cover_wrapper {
    text-align: center;
  }
  .service_description_wrapper {
    padding-top: 0;
  }
  /*End of Service Page Responsive*/
  /*Contact Us Page Responsive*/
  .contact_us_form .checkout_btn {
    margin-right: 22%;
  }
  /*End of Contact Us Page Responsive*/
  /*Login Page Responsive*/
  .login_block {
    width: 100%;
  }
  .capcha_block .capcha_image {
    width: 240px;
    height: 60px;
  }
  /*End Login Page Responsive*/
  /*Guides Page Responsive*/
  .big_guides_pictures {
    width: 100%;
  }
  .middle_guides_pictures {
    width: 100%;
  }
  .guide_menu {
    border-right: none;
    border-bottom: 1px dashed #7a7a7a;
  }
  .guides_menu_wrapper {
    text-align: center;
  }
  .guides_menu_wrapper {
    padding-top: 5px;
  }
  /*End of Guides Page Responsive*/
  /*Account Page Responsive*/
  .account_column {
    margin-bottom: 25px;
  }
  .my_account_table tbody tr td {
    font-size: 12px;
  }
  .account_table tbody tr td {
    font-size: 12px;
  }
}
/*End Account Page Responsive*/
#showUpload .progress-bar-warning {
  background-color: #00A6E2;
  background-image: linear-gradient(to bottom, #00A6E2 0%, #00A2DD 100%);
  background-repeat: repeat-x;
}
#showUpload .progress-striped .progress-bar, #showUpload .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
#pingLatency .progress-bar-warning {
  background-color: #609302;
  background-image: linear-gradient(to bottom, #609302 0%, #77B700 100%);
  background-repeat: repeat-x;
}
#pingLatency .progress-striped .progress-bar, #pingLatency .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
#showUpload .progress.active .progress-bar, #showUpload .progress-bar.active {
  animation: 2s linear 0s normal none infinite running progress-bar-stripes;
}
#showPing {

}
.ng-scope .usual_button {
  color: #ffffff;
  cursor: pointer;
  background-color: #70ac00;
  display: block;
  float: none;
  font-weight: bold;
  padding: 0.7em;
  text-align: center;
  text-transform: uppercase;
}
.ng-scope .usual_button:hover {
  background-color: #609302;  
}
.ng-scope .usual_button .glyphicon {
  margin-right: 0.5em;
}
.ng-isolate-scope .progress {
  margin-bottom: 0.7em;
}
.ng-isolate-scope label {
  font-size: 1.3em;
  text-align: center;
  width: 100%;
}
.ng-scope .panel-title {
  color: #777;
  font-family: "Open Sans",sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
}
input[type="checkbox"].ng-valid  {
  margin-top: 2px;
}
.ng-scope .form-control {
  margin-bottom: 0.4em;
  padding: 0 10px;
}
#left-bar label {
  color: #777;
}
#ip-details p {
  color: #777;
  font-family: open sans;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 15px;
  margin-top: 10px;
}
#map-canvas {
  min-height: 130px;left-label
}
.ip-details {
  color: #777;
  display: block;
  font-size: 13px;
  margin-bottom: 8px;
  margin-top: 8px;
}
#pingLatency .panel-body {
  display: block;
  height: 160px;
}
#pingLatency .progress {
  margin-top: 13px;
}
.ping-value {
  color: #777;
  display: block;
  font-size: 16px;
  font-weight: bold;
}
.form-control option:disabled {
  font-weight: bold;
  color: #333;
  margin-left: 3px;
  background-color: #f5f5f5;
}
.form-control option {
  margin-left: 10px;
}
#locations-block-content {
    margin-bottom: 18px;
    margin-top: 16px;
}
span.error {
  color: #e74d4d;
  font-size: 15px;
}
#map-canvas {
  width: 100%;
  height: 130px;
}
#pingLatency {
  float: left;
}
#ipInfo {
  float: right;
}
#left-bar .active_button {
  color: #ffffff;
  background-color: #eeba66;
  background-image: url("/static/new/img/button_loader_test.gif");
  background-position: 94% center;
  background-repeat: no-repeat;
  transition: none;
}
.expire-msg {
    color: #5bb846;
    display: block;
    font-weight: bold;
    margin-bottom: 12px;
    width: 100%;
}
.navbar-inverse {
  background: none;
  border: none;
  margin-bottom: 0;
  min-height: 45px;
}
.logo-bar {
  display: block;
  margin-top: 5px;
}
.navbar-nav.navbar-left {
  margin-left: 35px;
}
.navbar-inverse .navbar-nav > li > a {
  padding: 12px 7px;
  color: #333;
  text-shadow: none;
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:active {
  color: #6c6969;
  text-decoration: underline;
}
.navbar-inverse .navbar-nav > li > a.active-menu {
  color: #6c6969;
}
@media (max-width: 991px) {
  .navbar-inverse {
    border-radius: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .navbar-nav.navbar-left {
    float: right !important;
  }
  .header_wrapper {
    text-align: center !important;
  }
  header nav .right_header_block {
    float: none;
  }
  header nav .right_header_block {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-toggle .icon-bar {
    background: #333;
  }
  .navbar-inverse .navbar-toggle:hover .icon-bar, .navbar-inverse .navbar-toggle:focus .icon-bar, .navbar-inverse .navbar-toggle:active .icon-bar {
    background: #fff;
  }
  .navbar-nav.navbar-left {
    margin-left: -15px;
  }
  .logo-bar {
    float: left;
    margin-top: 0;
  }
  .navbar-toggle {
    margin-top: 0px;
    margin-right: 0;
  }
  .navbar-nav.navbar-left {
    float: none !important;
  }
  .navbar-inverse {
    padding-bottom: 0;
  }
  .navbar-inverse .navbar-collapse {
    border-top: 0;

  }
}

.terms_of_use h2 {
  font-size: 16px;
  margin-bottom: 10px;
}