body {
  min-width: 320px;
}
body.simple {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
#header {
  border-top: 5px solid #4a8285;
  background: #2A353C;
}
#header-simple {
  background: #2a353c;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
a:link {
  transition: color 0.5s ease;
}
.white a:hover {
  color: #4c343e;
}
p {
  font: 100%/140% Arial,sans-serif;
  color: #585858;
}
.btn {
  transition: all 0.3s ease;
}
.content p, .content a {
  font-size: 110%;
}
ul.content-ul {
  padding-left: 1em;
}
ul.content-ul li {
  padding-bottom: 0.3em;
  padding-top: 0.3em;
}
 .content p a {
   font-size: 100%;
 }
.logo {
  background-image: url("/static/new/images/logo.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  float: left;
  height: 83px;
  margin: 35px 0;
  width: 320px;
  text-indent: -9999px;
}
.simple .logo {
  width: 197px;
  height: 51px;
  margin: 20px 0;
  image-rendering: -webkit-optimize-contrast;
}
h1, h2, h3, h4, h5 {
  color: #585858;
  font-weight: 700;
  margin-bottom: 10px;
}
.coupon-title {
  color: #9e5774;
}
.content .free-days {
  color: #9e5774;
  font-size: 1.4em;
  margin-top: 1em;
  margin-bottom: 1em;
}
header .navbar-inverse {
  background-color: #2A353C;
  border: none;
}
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
img {
  height: auto;
  max-width: 100%;
}
#tabs {
  float: left;
  width: 33%;
  border-bottom: none;
}
#tabs li a {
  border-bottom-left-radius: 3px;
  border-color: #e1e3e3 #e1e3e3 #e1e3e3 #e1e3e3;
  border-left: 1px solid #e1e3e3;
  border-style: solid none solid solid;
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
  border-width: 1px medium 1px 1px;
  margin-bottom: 3px;
  margin-right: -1px;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  background: #e1e3e3;
  color: #5f5f5f;
}
#tabs li a:hover {
  text-decoration: underline;
  color: #000;
}
#tabs li.active a:hover {
  text-decoration: none;
}
#tabs li.active a {
  color: #9e5774;
  background: #fff;
}
.playful.featured {
  background-position: 0 -128px;
  height: 84px;
  left: -100px;
  top: 53px;
  width: 105px;
}
#topbar  #playful-logout {
  background-position: -20px -464px;
  height: 40px;
  top: 8px;
}
#my-tab-content {
  border: 1px solid #e1e3e3;
  border-radius: 3px;
  float: right;
  min-height: 360px;
  padding: 3% 4% 2%;
  width: 67%;
}
.tab-content h2 {
  margin-top: 0px;
}
.tab-content p {
  margin-bottom: 15px;
  font-size: 120%;
}
p.preamble {
  color: #818080;
  font: italic 20px/24px "Asap",sans-serif;
}
.white a#extensions-btn {
    color: #ffffff;
}
.white a {
  color: #9e5774;
}
.white ul li {
  color: #444;
  list-style: inside none disc;
}
.content p.preamble {
  color: #818080;
  font: italic 20px/24px "Asap",sans-serif;
}
.white .btn-purple, .white .btn-purple:visited {
  background: none repeat scroll 0 0 #9e5774;
  color: #fff;
  border-color: #9e5774;
  float: right;
  margin-bottom: 2em;
  transition: border-color 0.5s ease, background 0.5s ease;
}
.gray .btn-purple {
  margin-bottom: 0em;
  margin-left: 1em;
}
.btn-purple:hover, .btn-purple:active, .btn-purple:focus {
  background: none repeat scroll 0 0 #7c445b;
  color: #fff;
  border-color: #7c445b;
}
#main-menu {
  margin: 0;
}
#main-menu .navbar-nav {
  margin-top: 65px;
}
.simple #main-menu .navbar-nav {
  margin-top: 25px;
}
#responsive-menu a:hover {
  color: #fff;
  text-decoration: underline;
}
#main-menu ul a:active, #main-menu .active-menu-item a {
  background: none repeat scroll 0 0 #1c2328;
}
#main-menu #responsive-menu {
  padding-right: 0;
}
.playful {
  background-image: url("/static/new/images/text-sprite-en.png");
  display: block;
  position: absolute;
  text-indent: -9999px;
}
#topbar {
  height: 45px;
  position: absolute;
  right: 0;
  width: 366px;
  z-index: 1;
}
#topbar .playful {
  width: 89px;
  height: 20px;
  right: 255px;
  top: 13px;
}
.absolute {
  position: absolute;
}
#topbar #login.absolute {
  background-position: 10px -224px;
}
#login {
  right: 190px;
  top: 0;
  z-index: 1;
}
.absolute {
  position: absolute;
}
#login .symbol {
  color: #2a353c;
  font-size: 18px;
  height: 26px;
  margin: 11px 10px 0 0;
  width: 21px;
}
.symbol {
  cursor: pointer;
  float: right;
  margin: 8px 10px 0 0;
}
.symbol:hover {
  text-decoration: none;
}
.hiden {
  display: none;
}
#login-form {
  padding: 9px 0 0 10px;
}
#flags {
  padding: 8px 0 0 10px;
}
#topbar #language.absolute {
  width: 160px;
}
#topbar .absolute {
  background: none repeat scroll 0 0 #4a8285;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  height: 40px;
  width: 44px;
}
#language {
  right: 20px;
  top: 0;
  z-index: 2;
}
#language a:hover {
  text-decoration: none;
}
.language-list img {
  margin-right: 10px;
}
.language-list a img {
  opacity: 0.6;
  transition: opacity 0.25s linear 0s;
}
.language-list img, .language-list a:hover img {
  opacity: 1;
}
#langs-dropdown {
  position: absolute;
}
.current-lang-btn {
  border: 1px solid #35424c;
  cursor: pointer;
  float: left;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 6px;
  padding: 8px;
}
#lang-list ul {
  margin-bottom: 0;
  padding-left: 0;
}
.navbar-toggle.current-lang-btn:hover, .current-lang-btn:focus, .current-lang-btn.navbar-toggle {
  background: #35424c;
}
.current-lang-btn.collapsed {
  background: #2a353c;
  transition: all 0.5s ease 0s;
}
#langs-dropdown img {
    vertical-align: middle;
    border-radius: 3px;
    margin-right: 3px;
    float: left;
}
#langs-dropdown i {
  vertical-align: middle;
  color:#ffffff;
  font-size: 10px;
  line-height: 16px;
  top: 0px;
  float: right;
}
#lang-list {
  background: none repeat scroll 0 0 #35424c;
  border-radius: 3px;
  padding: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 2147483647;
}
#lang-list ul li {
  transition: all 0.5s ease 0s;
  list-style: outside none none;
}
#lang-list ul li:hover {
  background: #2a353c;
}
#lang-list ul li a{
    display: block;
    padding: 5px 7px;
    text-transform: uppercase;
    text-align: right;
    font-size: 9px;
    line-height: 16px;
    color: #f6f0ec;
    font-weight: 700;
}
#lang-list ul li a:hover {
  text-decoration:none;
}
#login .login-text, #login .login-submit {
  background: none repeat scroll 0 0 #cbd9da;
  border: medium none;
  float: left;
  font-size: 12px;
  margin-right: 5px;
  padding: 5px;
  width: 110px;
  border-radius: 4px;
}
.lang-fr #login .login-text,
.lang-de #login .login-text{
    width: 100px;
}
#login input {
  line-height: 14px;
}
#login .login-submit {
  background: none repeat scroll 0 0 #355d5f;
  color: #fff;
  cursor: pointer;
  padding: 5px 5px 4px;
  width: auto;
}
.white {
  background: #ffffff;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.gray {
  background: #F1EEEB;
}
.featured {
  padding-top: 1em;
}
.entry-content p {
  margin-bottom: 1em;
  font-size: 110%;
  line-height: 150%;
}
.server-countries h3 {
  background-image: url("/static/new/images/sprite.png");
  background-position: -753px -118px;
  background-repeat: no-repeat;
  line-height: 22px;
  padding: 10px 0 10px 57px;
  max-width: 290px;
}
.convert p {
  font: italic 130%/150% "Asap",sans-serif;
  color: #5f5f5f;
}
/*FOOTER CSS*/
#footer {
  background: #373f45;
  color: #a4a19e;
  font: 100% Arial,sans-serif;
}
#footer1 p {
  color: #a4a19e;
}
#footer1 {
  padding-bottom: 2em;
}
#footer2 {
  background: none repeat scroll 0 0 #273138;
  padding-bottom: 2.5em;
  padding-top: 2.5em;
  color: #a4a19e;
}
#footer-simple {
  background: none repeat scroll 0 0 #273138;
  padding-bottom: 1.5em;
  padding-top: 1.5em;
  color: #666;
}
.textwidget {
  font-size: 14px;
  line-height: 28px;
}
footer h3 {
  color: #eeebe8;
  font-size: 150%;
}
footer a:link, footer a:visited {
  line-height: 150%;
  font-size: 100%;
  color: #a4a19e;
}
.error-img {
  display: block;
  margin: 1em auto;
}
footer a:hover {
  color: #ffffff;
}
.footer-colum li:first-child {
  border: medium none;
  padding-top: 0;
}
.footer-colum li {
  border-top: 1px solid #3d474e;
  padding: 3px 0;
}
.footer-colum li a {
  display: block;
}
footer ul {
  padding: 0;
  list-style: none;
}
.playful.follow {
  background-position: 0 -39px;
  bottom: 40px;
  height: 60px;
  right: 32px;
  width: 91px;
}
#social {
  float: right;
  margin-right: 2em;
}
#social a:link, #social a:visited {
  background-image: url("/static/new/images/sprite.png");
  background-position: -603px -42px;
  background-repeat: no-repeat;
  display: inline-block;
  height: 31px;
  opacity: 0.8;
  padding-left: 20px;
  width: 31px;
  text-indent: -9999px;
}
#social a:hover {
  opacity: 1;
}
#social a.twitter {
  background-position: -603px -3px;
  height: 28px;
  width: 37px;
}
@media (max-width: 767px) {
  #footer2 .textwidget {
  text-align: center;
  }
  #social {
  float: right;
  margin: 1.8em 0 0;
  text-align: center;
  width: 100%;
  }
}
/*FOOTER END CSS*/
@media (min-width: 992px) {
  #responsive-menu a {
  background: none repeat scroll 0 0 #2f3b44;
  border-top: 1px solid #35424c;
  color: #c6d2da;
  display: block;
  font: 700 15px/50px "Asap",sans-serif;
  padding: 0 23px;
  text-transform: uppercase;
  border-radius: 4px;
  }
  .simple #responsive-menu a {
    background: none;
    border-top: 0px;
    font: 200 13px/50px "Open Sans",sans-serif;
    padding: 0 10px;
    color: rgb(198, 210, 218);
  }
  .simple #responsive-menu a:hover {
    text-decoration: none;
  }
  #responsive-menu li {
  float: left;
  margin-left: 5px;
  }
  #responsive-menu li.highlight a {
    color: rgb(0, 198, 195);
  }
}
@media (max-width: 991px) {
  .navbar-header {
  float: none;
  }
  .navbar-left,.navbar-right {
  float: none !important;
  }
  .navbar-toggle {
  display: block;
  }
  .navbar-collapse {
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
  display: none!important;
  }
  #main-menu .navbar-nav {
  float: none !important;
  margin-left: 0;
  margin-right: 0;
  margin-top: 7.5px;
  }
  #main-menu .navbar-nav>li {
  float: none;
  }
  #main-menu .navbar-nav > li > a {
  padding-bottom: 10px;
  padding-top: 10px;
  text-transform: uppercase;
  }
  .collapse.in {
  display: block !important;
  }
  #main-menu #responsive-menu {
  padding-left: 0;
  }
  #main-menu {
  background: none repeat scroll 0 0 #2f3b44;
  border-radius: 4px;
  border-top: 1px solid #35424c;
  margin: 55px 0 8px;
  }
  .logo {
  height: 53px;
  margin: 8px 0 8px 15px;
  width: 200px;
  }
  #main-menu .navbar-toggle .icon-bar {
  border-radius: 1px;
  display: block;
  height: 4px;
  width: 29px;
  }
  #main-menu .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
  }
  #main-menu .navbar-toggle {
  border: 1px solid #35424c;
  margin-top: 13px;
  padding: 9px;
  }
  #main-menu .navbar-toggle:hover, #main-menu .navbar-toggle:focus {
  background: #35424c;
  }
}
@media (max-width: 767px) {
  #login {
  right: 17px;
  }
  #topbar .playful {
  right: 70px;
  }
  #main-menu {
  margin-top: 50px;
  }
  .lang-menu-item .language-list {
  line-height: 35px;
  text-align: center;
  }
  .convert .btn {
  float: none;
  margin: 0 auto 2em;
  width: 100%;
  }
  #tabs {
  width: 100%;
  }
  #my-tab-content {
  padding: 3% 4% 2%;
  width: 92%;
  }
  #my-tab-content {
  min-height: auto;
  padding: 3% 4% 2%;
  width: 100%;
  }
  #tabs li a {
  border: 1px solid #e1e3e3;
  border-radius: 3px;
  }
}
/*HOMEPAGE SLIDER CSS*/
#slider {
  background: #F3F0ED;
}
#myCarousel .item {
  margin: 0;
  overflow: hidden;
  padding: 35px 0 0;
  height: 345px;
}
#myCarousel h1 {
  color: #9e5774;
  font-size: 290%;
  line-height: 44px;
  margin-top: 0;
}
#myCarousel ul {
  list-style: outside none none;
  margin: 15px 0 20px;
  padding-left: 0;
}
#myCarousel em {
  font-family: Georgia,serif;
  font-size: 130%;
  padding: 0 10px;
}
#myCarousel ul li {
  line-height: 30px;
  font-family: Arial,sans-serif;
  font-size: 140%;
  font-weight: 400;
  color: #585858;
  overflow: hidden;
}
#myCarousel ul li .glyphicon {
  width: 10%;
  color: #4A8285;
}
#myCarousel ul li span:last-child {
  float: right;
  width: 90%;
}
#myCarousel .carousel-control.left, #myCarousel .carousel-control.right {
  filter:;
  opacity: 1;
  width: 64px;
  background-image: none;
}
#myCarousel .carousel-control .glyphicon {
  background: none repeat scroll 0 0 #ffffff;
  border-radius: 32px;
  font-size: 30px;
  height: 64px;
  line-height: 64px;
  margin-top: -32px;
  width: 64px;
  text-shadow: none;
  color: #f3f0ed;
  opacity: 0.8;
}
#myCarousel .carousel-control:hover .glyphicon {
  opacity: 1;
}
#myCarousel .glyphicon-chevron-left {
  left: 15px;
}
#myCarousel .glyphicon-chevron-right {
  right: 15px;
}
body .btn {
  font-weight: bold;
  padding: 16px 18px 14px;
  text-transform: uppercase;
  font: 700 100% "Asap",sans-serif;
}
body .btn:hover {
  color: #fff;
  transition: color none
}
.tab-content input.btn {
    white-space: normal;
    display: block;
    font-family: inherit;
}
#myCarousel .btn-default {
  border-color: #f3f0ed;
  color: #9e5774;
  transition: border-color 0.5s ease, background 0.5s ease;
}
#myCarousel .btn-default:hover {
  background: #e6e6e6;
}
#myCarousel .btn-warning {
  border-color: #f0ad4e;
  color: #ffffff;
  transition: border-color 0.5s ease, background 0.5s ease;
}
@media (max-width: 1200px) and (min-width: 992px) {
  #myCarousel {
  font-size: 90%;
  }
  #myCarousel h1 {
  font-size: 180%;
  line-height: 110%;
  }
  #myCarousel ul li {
  font-size: 125%;
  }
  #myCarousel .btn {
  font: 700 95% "Asap",sans-serif;
  }
  #myCarousel .item img {
  width: 97%;
  }
  #myCarousel .item {
  height: 280px;
  padding: 30px 0 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  #myCarousel {
  font-size: 85%;
  }
  #myCarousel h1 {
  font-size: 180%;
  line-height: 100%;
  }
  #myCarousel ul li {
  font-size: 115%;
  line-height: 140%;
  margin-top: 3px;
  }
  #myCarousel .btn {
  font: 700 95% "Asap",sans-serif;
  padding: 13px 11px 11px;
  }
  #myCarousel .item img {
  width: 97%;
  }
  #myCarousel .item {
  height: 260px;
  padding: 30px 0 0;
  }
  #myCarousel .carousel-control .glyphicon {
  height: 56px;
  line-height: 56px;
  margin-top: -28px;
  width: 56px;
  }
}
@media (max-width: 767px) {
  #myCarousel {
  font-size: 80%;
  }
  #myCarousel .col-xs-8 {
  text-align: center;
  }
  #myCarousel ul {
  margin: 1.6em auto 2em;
  text-align: left;
  width: 245px;
  }
  #myCarousel ul li {
  line-height: 110%;
  margin-bottom: 6px;
  margin-top: 6px;
  }
  #myCarousel h1 {
  color: #9e5774;
  display: block;
  font-size: 280%;
  line-height: 35px;
  margin: 0 auto;
  text-align: left;
  width: 245px;
  }
  #myCarousel .item {
  height: 314px;
  }
}
@media (max-width: 479px) {
  #myCarousel .col-xs-8 {
  margin-left: 10%;
  padding: 0;
  text-align: center;
  width: 80%;
  }
  #myCarousel .carousel-control .glyphicon {
  color: #444444;
  background: none;
  }
  #myCarousel .glyphicon-chevron-right {
  right: 0px;
  }
  #myCarousel .glyphicon-chevron-left {
  left: 0px;
  }
  #myCarousel .item {
  height: 314px;
  }
  #myCarousel .item {
  height: 310px;
  padding: 20px 0 0;
  }
  #myCarousel .carousel-control.left, #myCarousel .carousel-control.right {
  height: 64px;
  margin-top: -32px;
  opacity: 0.4;
  top: 50%;
  width: 64px;
  }
  #myCarousel ul li {
  line-height: 22px;
  margin-top: 6px;
  }
}
/*ORDER PAGE CSS*/

#payments img {
  display: block;
  float: none;
  margin: 0.5em auto 1em ;
}
#month {
  margin-bottom: 1.3em;
  overflow: hidden;
  text-align: center;
}
#month > section {
  width: 32.5%;
  float: left;
}
.order-options {
  width: 100%;
}
#month > section:first-child {
  margin-left: 1.25%;
}
#month > section:last-child {
  margin-right: 1.25%;
}
.coupon-block {
  float: none;
  margin-bottom: 2.6em;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
#couponField {
  border: 1px solid #cccccc;
  text-align: center;
  width: 80%;
}
.coupon-btns {
  margin: 0 auto;
  width: 240px;
}
#couponFormBlock .field {
  margin-bottom: 1em;
  min-height: auto;
}
#submitCouponBtn {
  display: block;
  float: left;
  margin: 0;
}
#cancelCouponBtn {
  display: block;
  float: right;
}
#iHaveCouponBtn {
  float: none;
  margin: 0 auto;
  width: 60%;
}
.paypal {
  background-image: url("/static/new/images/payments/paypal_logo_2.png");
  height: 26px;
  width: 84px;
}
.visa_mc {
  background-image: url("/static/new/images/payments/visa_mc.png");
  background-repeat: no-repeat;
  height: 22px;
  width: 70px;
}
.ps-icon {
  float: right;
  margin-left: 10px;
}
section.best {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  top: -10px;
  z-index: 1;
}
#month section {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  float: left;
  margin-bottom: 15px;
  margin-top: 25px;
  padding: 0;
  position: relative;
}
#month section.regular {
  background-color: rgba(210, 210, 210, 0.27);
}
#month section.best {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  top: -10px;
  z-index: 1;
}
#month section.regular, #month section.best {
  cursor: pointer;
}
.time_payment_block_1 {
  background-color: #585858;
}
.time_payment_block_12 {
  background-color: #9e5774;
}
.time_payment_block_3 {
  background-color: #4a8285;
}
.h4_header {
  color: #ffffff;
  margin-top: 0;
  padding: 20px 0;
}
.best h4 {
  box-sizing: content-box !important;
  font-size: 2em;
  height: 35px;
}
p.middle_text {
  font-size: 170%;
  line-height: 110%;
}
.payment_one_color {
  font-weight: bold;
}
.crossed_price {
  font-weight: bold;
  text-decoration: line-through;
}
.text_color_1 {
  color: #585858;
}
.text_color_12 {
  color: #9e5774;
}
.text_color_3 {
  color: #4a8285;
}
#month footer > p {
  font-size: 96%;
  margin-bottom: 1.3em;
  margin-top: 5px;
}
#form-order li {
  background-image: url("/static/new/images/sprite.png");
  background-position: -784px -414px;
  background-repeat: no-repeat;
  font-size: 110%;
  line-height: 130%;
  list-style: outside none none;
  margin: 0 0 8px;
  padding-left: 30px;
}
#payment_terms-error {
  width: 100%;
}
#form-order ul {
  margin-top: 2em;
  padding: 0;
}
input[type="radio"], input[type="checkbox"] {
  vertical-align: top;
}
.payment-option {
  font-weight: normal;
  color:  #585858;
  font: 110% Arial, sans-serif;
}
.allow-auto {
  font-weight: normal;
  padding-top: 15px;
}
.allow-auto strong {
  font-size: 11px;
}
.allow-auto label {
  margin-bottom: 0;
}
.allow-auto input {
  margin-top: 5px;
}
.row-978 {
  margin-top: 10px;
  overflow: hidden;
}
.payments-cards {
  float: right;
}
.vpn-form {
  background: none repeat scroll 0 0 #eae8e5;
  border-radius: 3px;
  height: auto !important;
  padding: 0;
}
#payment_terms {
  float: left;
  margin-right: 5px;
}
#payment_terms_label {
  margin-bottom: 0px;
}
.field label {
  color: #585858;
  display: block;
  font-size: 120%;
  font-weight: bold;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
}
.field {
  height: auto !important;
  min-height: 75px;
  padding-bottom: 0.3em;
}
.vpn-form .inner-form {
  padding: 5% 6%;
}
.field input, .field select {
  background: none repeat scroll 0 0 #fff;
  border: medium none;
  border-radius: 4px;
  font-size: 100%;
  line-height: 115%;
  padding: 12px 2.5%;
  width: 100%;
  margin-bottom: 10px;
}
.field textarea {
  background: none repeat scroll 0 0 #fff;
  border: medium none;
  border-radius: 4px;
  font-size: 100%;
  line-height: 110%;
  padding: 12px 2.5%;
  width: 100%;
}
.contact-form #form-arrow {
  left: -5px;
}
#contact-submit {
  margin-top: 1em;
}
.payment-option {
  display: inline !important;
}
a.btn-small, .btn-small {
  border: medium none;
  cursor: pointer;
  display: inline-block;
  font: 700 15px/18px "Asap",sans-serif;
  padding: 7px 20px;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  border-radius: 4px;
  color: #fff;
  transition: all 0.3s ease;
}
.btn-small {
  text-decoration: none;
}
.btn-small-green {
  background: none repeat scroll 0 0 #4a8285;
}
.btn-small-green:hover {
  background: none repeat scroll 0 0 #3d6c6e;
}
.btn-big-green {
  background: none repeat scroll 0 0 #4a8285;
  border-color: #4a8285;
  color: #fff;
}
body .btn-big-green:hover, body .btn-big-green:focus {
  text-decoration: none;
  background: none repeat scroll 0 0 #3d6c6e;
  border-color: #3d6c6e;
  color: #fff;
}
#form-arrow {
  color: #eae8e5;
  font-size: 2em;
  height: 31px;
  left: -19px;
  position: absolute;
  top: 82px;
  width: 15px;
}
.field input.error, .field textarea.error {
  background: none repeat scroll 0 0 #e26262;
  border-color: #e26262 !important;
  color: #fff;
}
.field label.error, .checkbox-input label.error {
  color: #990000;
  font-size: 12px;
}
.status-form {
  font-size: 170%;
  margin-top: 10px;
  display: block;
  font-weight: 700;
  margin-bottom: 0;
  font-family: "Asap",sans-serif;
}
.status-error, .status-danger {
  color: #990000;
}
.status-info {
  color: #6183ad;
}
.status-warning {
  color: #cdc24a;
}
.status-success {
  color: #30be3a;
}
.captcha {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
#recaptcha_image {
  height: auto !important;
  margin-bottom: 0.2em;
  max-width: 300px;
  padding-bottom: 0 !important;
  width: 100% !important;
}
#form-message {
  background-color: #f2dede;
  border: 1px solid #eed3d7;
  border-radius: 4px;
  color: #b94a48;
  display: none;
  font-size: 12px;
  margin-bottom: 20px;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
ul.help_list {
    list-style-type: decimal;
    color: #585858;
    font-family: "Asap",sans-serif;
    font-weight: 700;
    font-size: 24px;
}
ul.help_list li {
    color: #585858;
}
.help_list li p:first-child {
    margin-bottom: 10px;
    color: #585858;
    font-family: "Asap",sans-serif;
    font-weight: 700;
    font-size: 24px;
}
ul.help_list li p{
    font-family: Arial,sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
}

@media (max-width: 1200px) and (min-width: 992px) {
  #month footer > p {
  font-size: 90%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  #paypal img {
  margin-top: 50px;
  }
  .vpn-form {
  width: 100%;
  margin: 2em auto;
  max-width: 480px;
  }
}
@media (max-width: 991px) {
  .coupon-block {
  margin-bottom: 2.2em;
  margin-top: 2em;
  }
}
@media (max-width: 767px) {
  #month {
  display: table;
  margin: 0 auto;
  width: 290px;
  }
  #month section:first-child {
  display: table-footer-group;
  }
  #month > section:last-child {
  display: table;
  }
  #month section.best {
  display: table-header-group;
  }
  #form-order #month > section {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.35) inset;
  float: none;
  margin: 10px 0 10px;
  width: 100%;
  }
  .vpn-form {
  width: 100%;
  margin: 2em auto;
  max-width: 480px;
  }
  #payment_terms_label, .allow-auto label {
  float: right;
  width: 90%;
  }
  .checkbox-input, .allow-auto {
  overflow: hidden;
  }
  ul.left-menu {
  margin-bottom: 0em;
  }
  .payments-cards {
  float: none;
  width: 100%;
  }
  .ps-icon {
  float: left;
  margin-right: 10px;
  }
  div#loginform h1 {
  font-size: 2em;
  }
  #topbar {
  width: 200px;
  }
  .col-error h1 {
  margin-top: 0;
  }
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
  select:focus,
  textarea:focus,
  input:focus {
  background: #eee;
  }
}
/*CATEGORY PAGE CSS*/
.main-img {
  display: block;
  float: none;
  margin: 1em auto 3em;
}
.left-menu {
  margin-bottom: 3em;
  margin-top: 1em;
  padding: 0;
}
ul.left-menu li {
  list-style: none;
  margin-bottom: 0.5em;
}
a.btn-green {
  background: none repeat scroll 0 0 #f2efec;
  color: #4a8285;
  border-color: #f2efec;
  display: block;
  font-size: 110%;
  text-align: left;
  white-space: normal;
}
.active-rm-item .btn-green, .active-rm-item .btn-green:focus, .btn-green:hover, .btn-green:active {
  background: none repeat scroll 0 0 #4a8285;
  color: #fff;
  border: 1px solid #4a8285;
}
.btn-green:active, .btn-green:focus {
  text-decoration: underline;
}
.btn-green:focus {
  color: #4a8285;
}
li:hover .btn-green:focus {
  color: #fff;
}
.left-contact-widget {
  background: none repeat scroll 0 0 #9e5774;
  border-radius: 4px;
  color: #e2c6d1;
  line-height: normal;
  margin-bottom: 3em;
  margin-top: 1em;
  padding: 30px 30px 15px;
  position: relative;
  text-align: center;
}
.playful.contact {
  background-position: 0 -374px;
  bottom: 96px;
  height: 74px;
  left: -100px;
  width: 87px;
}
.white .widget-title {
  margin-top: 0px;
  color: #ffffff;
}
.left-contact-widget p {
  color: #e2c6d1;
  font-size: 110%;
}
.left-menu .btn-purple {
  float: none;
  width: 100%;
}
.left-menu .btn-purple {
  margin-bottom: 0.5em;
}
a.btn-small-purpule, .btn-small-purpule {
  background: none repeat scroll 0 0 #8b4c66;
  font: 700 15px/18px arial;
  text-transform: none;
}
a.btn-small-purpule:hover, .btn-small-purpule:hover {
  background: none repeat scroll 0 0 #714158;
  color: #fff;
}
/*FAQS PAGE CSS*/
.submenu-faq {
  font-size: 110%;
  padding-left: 1em;
}
.submenu-faq li {
  margin-bottom: 0.1em;
}
.faq-wrapper .btn-green:focus {
  color: #fff;
}
.spoiler {
  transition: all 0.5s ease;
  border-radius: 4px;
  display: block;
  float: left;
  margin-top: 0.6em;
  padding: 0.9em 1em;
  width: 100%;
  background: none repeat scroll 0 0 #4a8285;
}
.spoiler:after {
  color: #ffffff;
  content: "−";
  float: right;
  font-family: "Glyphicons Halflings";
  font-size: 21px;
  line-height: 1em;
  position: relative;
}
.spoiler.collapsed:after {
  color: #4a8285;
  content: "+";
}
a.spoiler:link, a.spoiler h3 {
  color: #fff;
  float: left;
  text-decoration: none;
}
.spoiler.collapsed h3 {
  color: #585858;
  float: left;
}
.spoiler.collapsed {
  background: none repeat scroll 0 0 #f2efec;
}
.spoiler.collapsed:hover, .spoiler.collapsed a:hover {
  background: none repeat scroll 0 0 #E9E7E4;
  text-decoration: none;
}
#faq-wrapper > div {
  float: left;
  padding: 0 1em;
}
#faq-wrapper p {
  margin-bottom: 0.7em;
  margin-top: 0.5em;
}
.spoiler h3 {
  font-size: 120%;
  margin: 0;
  max-width: 90%;
}
.content-img {
  text-align: center;
}
.content-img p {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.white pre {
  white-space: normal;
}
.flash-message-container {
  text-align: center;
}
div#loginform {
  background: none repeat scroll 0 0 #ffffff;
  border: 3px solid #f6f6f6;
  color: #2b363e;
  margin: 65px auto;;
  overflow: hidden;
  padding: 20px;
  max-width: 420px;
  width: 100%;
}
div#loginform .btn-big-green {
  float: right;
}
div#loginform a:link {
  float: left;
  font-size: 100%;
  margin-top: 13px;
}
div#loginform h1 {
  margin-top: 0;
}
div#loginform .field input {
  border: 1px solid #eee;
  padding-left: 0.5em;
}
.new-password {
  text-align: center;
  margin-bottom: 3em;
  margin-top: 3em;
}

/*NEW ORDER PAGE CSS*/
#progress-footer {
  padding-bottom: 2em;
  padding-top: 1.3em;
  text-align: center;
}
#progress-footer p {
  font-size: 110%;
  line-height: 105%;
}
.new-order #features ul {
  list-style: outside none none;
  padding: 0;
  background-color: #525252;
  border-radius: 3px;
  list-style-type: none;
  margin-top: 0;
}
.new-order #features li:first-child {
  background-color: #9e5774;
  border: medium none;
  border-radius: 2px;
}
.new-order #month {
  overflow: visible;
}
.new-order #features li {
  background-image: none;
  border-bottom: 1px dashed #393939;
  border-top: 1px dashed #6c6c6c;
  color: #ffffff;
  font-size: 13px;
  margin: 0;
  text-align: center;
  padding: 7px 5px;
}
.new-order #user-data .form-group {
  margin-bottom: 7px;
}
.new-order #user-data {
  border:none;
  padding-top: 1em;
  padding-bottom: 1em;
}
.new-order #order-submit {
  display: block;
  float: none;
  margin: 0 auto;
  overflow: hidden;
}
.new-order .checkboxes_wrap {
  margin: 1.8em auto;
  width: 390px;
}
.new-order .checkboxes_wrap label {
  font-weight: normal;
  margin-left: 5px;
}
.new-order .single_payment {
  border: 1px solid #cccccc;
  display: inline-block;
  float: left;
  margin-right: 4%;
  position: relative;
  width: 30.4%;
  cursor: pointer;
}
#payment_block_3 {
  margin-right: 0px;
}
.new-order .time_payment_block h4 {
  color: #ffffff;
}
.new-order .triangle-down {
  width: 100%;
  height: 20px;
  background-size: 100% 20px;
}
.new-order .time_payment_triangle_12 {
  background-image: url('data:image/svg+xml;base64, PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKICAgICB2aWV3Qm94PSIwIDAgMTI4MCA3MCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTI4MCA3MCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+Cjxwb2x5Z29uIHBvaW50cz0iMCwwIDEyODAsMCA2NDAsNzAgIiBmaWxsPSIjZmY5OTAwIi8+Cjwvc3ZnPg==');
}
.new-order .time_payment_triangle_3 {
  background-image: url('data:image/svg+xml;base64, PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKICAgICB2aWV3Qm94PSIwIDAgMTI4MCA3MCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTI4MCA3MCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+Cjxwb2x5Z29uIHBvaW50cz0iMCwwIDEyODAsMCA2NDAsNzAgIiBmaWxsPSIjMDA5OWNjIi8+Cjwvc3ZnPg==');
}
.new-order .time_payment_triangle_1 {
  background-image: url('data:image/svg+xml;base64, PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKICAgICB2aWV3Qm94PSIwIDAgMTI4MCA3MCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTI4MCA3MCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+Cjxwb2x5Z29uIHBvaW50cz0iMCwwIDEyODAsMCA2NDAsNzAgIiBmaWxsPSIjNWE1ZTY0Ii8+Cjwvc3ZnPg==');
}
.time_payment_block {
  margin-bottom: 0;
}
.new-order .time_payment_block_1 {
  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);
}
.new-order .time_payment_block_3 {
  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);
}
.new-order .time_payment_block_12 {
  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);
}
.new-order .payment_1_color {
  color: #5a5e64;
}
.new-order .payment_3_color {
  color: #0099cc;
}
.new-order .payment_12_color {
  color: #ff9900;
}
.new-order #month .h4_header {
  font-family: "Open Sans",sans-serif;
  font-size: 21px;
  font-weight: normal;
  height: auto;
  margin: 0;
  padding: 15px 0;
}
.new-order #month .price_block {
  padding-top: 15px;
}
.new-order .price_block .crossed_price {
  color: #e74d4d;
  text-decoration: line-through;
}
.new-order .bigger_little_text {
  font-size: 17px;
}
.new-order .price_block p {
  font-weight: bold;
  margin-bottom: 0;
}
.new-order .smaller_big_text {
  font-size: 28px;
}
.new-order .middle_text {
  font-size: 20px;
}
.new-order .discount_block {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  margin-bottom: 6px;
  margin-top: 15px;
  padding-bottom: 2px;
  padding-top: 2px;
}
.new-order .discount_block .discount_value {
  border-right: 1px solid #cccccc;
  display: inline-block;
  width: 48%;
}
.new-order .discount_block .price_with_discount {
  display: inline-block;
  width: 48%;
}
.new-order input.css-checkbox[type="radio"] {
  display: none;
}
.new-order input.css-checkbox[type="radio"] + label.css-label {
  background-position: 0 0;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  font-size: 25px;
  height: 25px;
  line-height: 25px;
  padding-left: 30px;
  vertical-align: middle;
}
.new-order input.css-checkbox[type="radio"]:checked + label.css-label {
  background-position: 0 -25px;
}
.new-order label.css-label {
  -moz-user-select: none;
  background-image: url("/static/new/images/csscheckbox.png");
}
.new-order .congratulation_popup {
  bottom: -46px;
  display: none;
  font-weight: bold;
  position: absolute;
  width: 100%;
}
.new-order .checked-month .congratulation_popup {
  display: block;
}
.new-order .congratulation_popup p {
  font-weight: bold;
  line-height: 105%;
}
.new-order .bolockname {
  padding-bottom: 1em;
  text-align: center;
}
.new-order .bolockname h1 {
  color: #333333;
  font-family: "Open Sans",sans-serif;
  font-size: 24px;
  font-weight: 300;
  margin: 0;
  padding-top: 1.5em;
}
.new-order .bolockname p {
  margin-bottom:0;
}
.new-order .best_value_block {
  background-image: url("/static/new/images/bestvalue.png");
  height: 110px;
  position: absolute;
  right: -6px;
  top: -6px;
  width: 110px;
}
.new-order label.label-form {
  color: #333333;
  float: left;
  font-weight: normal;
  line-height: 36px;
  width: 30%;
}
.new-order input.form-control {
  width: 70%;
}
.new-order label.error {
  color: #990000;
  font-size: 12px;
}
.new-order .borderblock {
  border-bottom: 1px solid #9a9a9a;
  padding-bottom: 45px;
  text-align: center;
}
.new-order .payment-method {
  border-bottom: 1px solid #cdcdcd;
  height: auto;
  overflow: hidden;
  cursor: pointer;
}
.new-order #payments .payment-method:last-child {
  border-bottom: none;
}
.new-order input[type="radio"], .new-order input[type="checkbox"] {
  margin: 3px 5px 0 0;
}
.new-order .checkboxes_wrap input[type="checkbox"] {
  float: left;
}
.new-order .form_checkbox_block:last-child label  {
  margin-bottom:0;
}
.new-order #payments img {
  display: inline;
  float: right;
  margin: 0 3px 0 0;
}
.btn-big-orange {
  background: none repeat scroll 0 0 #eeba66;
  border-color: #eeba66;
  color: #000;
}
body .btn-big-orange:hover, body .btn-big-orange:focus {
  text-decoration: none;
  background: none repeat scroll 0 0 #dfaa54;
  border-color: #dfaa54;
  color: #000;
}
.new-order #payment_terms-error {
  font-weight: bold;
  margin: 0;
  width: 100%;
}
.new-order label.payment-option {
  cursor: pointer;
  display: block !important;
  float: left;
  line-height: 40px;
  margin: 0;
  text-align: left;
}
.new-order input[type="radio"] {
  float: left;
  margin-right: 20px;
  margin-top: 13px;
}
.new-order .new-order input[type="radio"] {
  float: left;
  margin-right: 20px;
  margin-top: 13px;
}
.new-order  .payments-cards {
  float: right;
  margin-top: 8px;
}
.footer-order#footer2 .textwidget {
  text-align: center;
}
.footer-order#footer2 #social {
  display: inline;
  float: none;
  margin: 0 0 0 1em;
}
.footer-order#footer2 .language-list {
  display: inline;
}
.footer-order#footer2 p {
  color: #a4a19e;
  font-size: 11px;
  margin-top: 9px;
  text-align: center;
}
.last-footer > div {
  display: block !important;
  margin: 20px auto 0 !important;
}
#header.order-head .logo {
  height: 58px;
  margin: 16px 0;
  width: 220px;
}
#header.order-head .navbar-nav {
  float: left;
  margin-left: 4em;
  margin-top: 1.2em;
}
#header.order-head #responsive-menu li {
  margin-left: 0;
}
#header.order-head ul a:active, #header.order-head .active-menu-item a {
  background: none;
}
#header.order-head #responsive-menu a {
  background: none;
  border-radius: 4px;
  border-top: medium none navy;
  color: #fff;
  display: block;
  font-family: arial;
  font-weight: normal;
  padding: 0 12px;
  text-transform: uppercase;
  font-weight: bold;
}
.buttons-panel {
  float: right;
}
#header.order-head #flags {
  float: left;
}
#header.order-head .language-list a:hover {
  text-decoration: none;
}
#header.order-head #flags {
  padding: 29px 0 0;
}
#header.order-head .buttons-panel {
  float: right;
  margin-top: 21px;
}
body .btn-header-red, body .btn-header-green {
  color: #fff;
  padding: 12px 18px 11px;
}
body .btn-header-red {
  border-color:#E74D4D;
  background:#E74D4D;
}
.btn-header-red:hover {
  background: #ff5a4d;
  border-color: #ff5a4d;
}
body .btn-header-green {
  border-color:#23B200;
  background:#23B200;
}
.btn-header-green:hover {
  background: #27C400;
  border-color: #27C400;
}
body .btn-header-orange {
  background: none repeat scroll 0 0 #eeba66;
  border-color: #eeba66;
  color: #fff;
  padding: 12px 18px 11px;
}
.btn-header-orange:hover {
  background: #FFC76D;
  border-color: #FFC76D;
}
.footer-order #social a:link {
  line-height: 31px;
}
@media (max-width: 1200px) {
#header.order-head .navbar-nav {
  margin-left: 1em;
}
#header.order-head .logo {
  height: 53px;
  margin: 19px 0;
  width: 200px;
}
#header.order-head #responsive-menu a {
  font-size:100%;
  padding:0 12px;
}
body .btn-header-red, body .btn-header-orange, body .btn-header-green {
  font-size: 90%;
  padding: 11px 10px 10px;
}
#header.order-head .language-list img {
  margin-right: 8px;
}
#header.order-head .navbar-nav {
  margin-top: 1.4em;
}
#header.order-head #flags {
  padding: 33px 0 0;
}
#header.order-head .buttons-panel {
  margin-top: 24px;
}
}
@media (max-width: 991px) {
#features {
  display: table-header-group;
  float: none;
}
.borderblock {
  display: table;
  margin: 0;
  width: 100%;
}
.new-order label.label-form {
  float: none;
  line-height: 20px;
  margin-bottom: 0;
  width: 100%;
}
.new-order input.form-control {
  width: 100%;
}
.new-order .form-group {
  margin-bottom: 5px;
}
.new-order label.error {
  margin-bottom: 0;
}
.order-head > .container > .row {
  position: relative;
}
#left-side {
  position: absolute;
}
#left-side > .row {
  padding-left: 18px;
  padding-right: 18px;
}
#header.order-head .buttons-panel {
  margin-top: 6px;
}
#header.order-head #flags {
  padding: 19px 0 0;
}
#header.order-head .logo {
  height: 53px;
  margin: 8px 0 8px 15px;
  width: 200px;
}
#header.order-head .navbar-nav {
  margin: 7.5px 0;
}
#header.order-head #responsive-menu li > a {
  color: #9d9d9d;
  padding-bottom: 10px;
  padding-top: 10px;
  text-transform: uppercase;
  line-height: 20px;
  border-radius: 0;
}
#header.order-head #responsive-menu li > a:hover {
  color:#fff;
}
#header.order-head #responsive-menu .active-menu-item a {
  background: none repeat scroll 0 0 #1c2328;
}
}
@media (max-width: 767px) {
.new-order #order-submit {
  width: 130px;
}
.footer-order#footer2 .language-list {
  display: block;
  margin-bottom: 1em;
}
.footer-order#footer2  #social {
  display: block;
  float: none;
  margin: 0.9em 0;
}
.new-order .single_payment {
  margin-bottom: 44px;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
#payment_block_12 {
  display: table-header-group;
  float: left;
  margin-bottom: 44px;
}
#payment_block_1 {
  display: table-footer-group;
  float: none;
  position: relative;
}
.new-order .checkboxes_wrap {
  width: 100%;
}
.new-order .single_payment {
  background: none repeat scroll 0 0 #fff;
  border: medium none;
}
.new-order .checkboxes_wrap label {
  font-weight: normal;
  margin-left: 0;
  width: 90%;
}
.new-order input[type="radio"] {
    margin: 10px 5px 0;
}
.new-order input[type="checkbox"] {
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 3px;
  width: 6%;
}
.new-order #month {
  position: relative;
}
.new-order .payments-cards {
  float: right;
  margin-top: 0;
  width: 44%;
}
.new-order .payment-method {
  padding-bottom: 10px;
  padding-top: 10px;
}
.new-order label.payment-option {
  line-height: 36px; 
}
.new-order .triangle-down {
  margin-top: -1px;
}
}
@media (max-width: 420px) {
.new-order label.payment-option {
  font-size: 13px;
  line-height: 17px;
  width: 130px;
}
}
@media (max-width: 370px) {
body .btn-header-red, body .btn-header-green {
  display: none;
}
.new-order #month {
  width: 100%;
}
}

#login a.login-submit{
    text-decoration: None; padding: 3px 5px 3px;
}

#login-form a.tech-link{
    color: #C6D2DA;
    position: absolute;
    top: 38px;
    font-weight: bold;
    text-decoration: underline;
    font-size: 10px;
}
#login-acc-new{
   left: 15px;
}

#login-acc-forgot{
   left: 138px;
}

div#loginform a:link{
    clear: left;
    margin-top: 3px;
    display: inline-block;
}

.simple {
  background-color: #273138;
}
