﻿

.package-wrapper > .ribbon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #B3B7BD;
  color: #ffffff;
  position: absolute;
  border-radius: 0 5px 1px 1px;
  top: -7px;
  left: 0px;
  margin-left: calc(50% - 45px);
  min-width: 90px;
  max-width: 90px;
  max-height: 27px;
  min-height: 27px;
  line-height: 12px;
}
.package-wrapper > .ribbon:before {
  content: " ";
  position: absolute;
  left: -10px;
  top: 0;
  width: 10px;
  height: 7px;
  border-radius: 10px 10px 0 0;
  background-color: #8a9099;
  z-index: 99;
}
.package-wrapper > .ribbon:after {
  content: " ";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 45px 0 45px;
  border-color: #B3B7BD transparent transparent transparent;
}

.package-wrapper.pop-lg > .ribbon {
    top: -47px;
}

.package-wrapper > .ribbon span {
  font-size: 12px;
  text-shadow: 0px 1px rgba(51, 51, 51, 0.2);
  padding-top: 5px;
  z-index: 99;
  white-space: pre-wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 80px;
  max-height: 28px;
}
.package-wrapper > .ribbon > .curve {
  content: " ";
  position: absolute;
  left: -5px;
  top: 0;
  width: 5px;
  height: 5px;
  background-color: #B3B7BD;
}
.package-wrapper > .ribbon.ribbon-orange {
  background-color: #ff7200;
  color: #ffffff;
}
.package-wrapper > .ribbon.ribbon-orange:before {
  background-color: #b35000;
}
.package-wrapper > .ribbon.ribbon-orange:after {
  border-color: #ff7200 transparent transparent transparent;
}
.package-wrapper > .ribbon.ribbon-orange > .curve {
  background-color: #ff7200;
}
.package-wrapper > .ribbon.ribbon-green {
  background-color: #81bc00;
  color: #ffffff;
}
.package-wrapper > .ribbon.ribbon-green:before {
  background-color: #4d7000;
} 
.package-wrapper > .ribbon.ribbon-green:after {
  border-color: #81bc00 transparent transparent transparent;
}
.package-wrapper > .ribbon.ribbon-green > .curve {
  background-color: #81bc00;
}
.package-wrapper > .ribbon.ribbon-blue {
  background-color: #3BAFDA;
  color: #ffffff;
}
.package-wrapper > .ribbon.ribbon-blue:before {
  background-color: #2084a9;
}
.package-wrapper > .ribbon.ribbon-blue:after {
  border-color: #3BAFDA transparent transparent transparent;
}
.package-wrapper > .ribbon.ribbon-blue > .curve {
  background-color: #3BAFDA;
}

.trans-2 {
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.trans-5 {
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.trans-none {
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
}
body,
html {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300; /*Konuşalım BekirErsin*/
    color: #222222;
    /*line-height: normal; Yazılar bunu kaldırınca daha okunaklı oluyor. Beraber inceleyelim? BekirErsin 12.10.2016*/
    box-sizing: border-box;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
}
.container {
 /* height: 100%;*/
}
body {
  padding-top: 116px;
}
a,
a:hover,
a:focus {
 /* text-decoration: none;*/
/*  color: #222222;*/
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.price {
    font-size: 55px;
    line-height: 100%;
    font-weight: 900;
    letter-spacing: -0.04em;
    position: relative;
    white-space: nowrap;
}

    .price small {
        position: relative;
        font-size: 55%;
        line-height: 50%;
        top: -18px;
        margin-left: -9px;
        white-space: nowrap;
    }

        .price small .usd:after {
            content: " $";
            font-weight: 400;
        }

        .price small .try:after {
          content: " ₺";
          font-weight: 400;
        }

    .price .month:after {
           content: "/Ay";
        letter-spacing: 0;
        white-space: nowrap;
        font-size: 30%;
        line-height: 30%;
        position: absolute;
        bottom: 10px;
        font-weight: 400;
        color: #B3B7BD;
    }

    .price .year:after {
      content: "/Yıl";
      font-family: 'Roboto', sans-serif;
      letter-spacing: 0;
      white-space: nowrap;
      font-size: 30%;
      line-height: 30%;
      position: absolute;
      bottom: 10px;
      font-weight: 400;
      color: #B3B7BD;
    }


   

.price-xs {
  font-size: 35px;
  line-height: 90%;
}
 @media screen and (max-width: 768px) { /*Mobilde kaymayı engellemek için BekirErsin*/
    .price-xs {
        white-space: nowrap;
    }
}
.price-xs small {
  top: -11px;
  margin-left: -5px;
  line-height: 50%;
}
.price-xs .month:after {
  bottom: 6px;
}
.price-xs .year:after {
  bottom: 6px;
}

.price-xxs {
  font-size: 25px;
  line-height: 90%;
}
.price-xxs small {
  top: -8px;
  margin-left: -3px;
  line-height: 50%;
}
.price-xxs .month:after {
  bottom: 4px;
}
.price-xxs .year:after {
  bottom: 4px;
}

.price-sm {
  font-size: 45px;
  line-height: 90%;
}
.price-sm small {
  top: -15px;
  margin-left: -7px;
  line-height: 50%;
}
.price-sm .month:after {
  bottom: 8px;
}
.price-sm .year:after {
  bottom: 8px;
}

.price-lg {
  font-size: 70px;
  line-height: 90%;
}
.price-lg small {
  top: -24px;
  margin-left: -11px;
  line-height: 50%;
}
.price-lg .month:after {
  bottom: 13px;
}
.price-lg .year:after {
  bottom: 13px;
}
.price-xlg {
  font-size: 85px;
  line-height: 90%;
}
.price-xlg small {
  top: -28px;
  margin-left: -15px;
  line-height: 50%;
}
.price-xlg .month:after {
  bottom: 16px;
}
.price-xlg .year:after {
  bottom: 16px;
}

.price.discount {
  font-weight: 300;
  letter-spacing: -1px;
  position: relative;
  color: #6b7077;
}
.price.discount small {
  position: relative;
  font-size: 55%;
  -top: -9px;
  margin-left: -4px;
  white-space: nowrap;
}
.price.discount small .usd:after {
  content: " $";
  font-weight: 400;
}
.price.discount small .try:after {
  content: " ₺";
  font-weight: 400;
}
.price.discount .month:after {
  content: "/Ay";
  letter-spacing: 0;
  white-space: nowrap;
  font-size: 30%;
  position: absolute;
  font-weight: 400;
}
.price.discount .year:after {
  content: "/Yıl";
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0;
  white-space: nowrap;
  font-size: 30%;
  position: absolute;
  font-weight: 400;
}
.price.discount:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 90%;
  fill: #ff7200;
  left: 0;
  top: 0;
  background: url("/images/line.svg") 50% center no-repeat;
  z-index: 98;
  opacity: .7;
}
.grey-discount .price.discount:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 90%;
  fill: #ccc;
  left: 0;
  top: 0;
  background: url("/images/line-dark_grey.svg") 50% center no-repeat;
  z-index: 98;
  opacity: .7;
}
.price.discount.green:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 90%;
  fill: #81bc00;
  left: 0;
  top: 0;
  background: url("/images/line-green.svg") 50% center no-repeat;
  z-index: 98;
  opacity: .7;
}

    .btn-login.signed {
  background-color: #81bc00;
  font-weight: 300 !important;
  font-size: 16px;
  color: #ffffff;
  text-align: left;
  position: relative;
  overflow: inherit;
  padding: 7px 17px 10px 17px !important;
  box-shadow: inset 0 -3px 0 0 rgba(34, 34, 34, 0.1) !important;
  -webkit-box-shadow: inset 0 -3px 0 0 rgba(34, 34, 34, 0.1) !important;
  -moz-box-shadow: inset 0 -3px 0 0 rgba(34, 34, 34, 0.1) !important;
}
@media only screen and (max-width : 992px) {
  .btn-login.signed {
    overflow: inherit;
    padding: 7px 17px 8px 17px !important;
  }
}
@media only screen and (max-width : 767px) {
  .btn-login.signed {
    -width: 100%;
    text-align: center;
  }
}
.btn-login.signed > .btn-login-caption {
  margin-left: 29px;
  display: inline-block;
}
@media only screen and (max-width : 992px) {
  .btn-login.signed > .btn-login-caption {
    display: none;
  }
}
@media only screen and (max-width : 767px) {
  .btn-login.signed > .btn-login-caption {
    display: none;
    margin-left: 5px;
  }
}
.btn-login.signed > i:first-of-type {
  position: absolute;
  margin-right: 5px;
  font-size: 27px;
  padding-top: 3px;
}
@media only screen and (max-width : 992px) {
  .btn-login.signed > i:first-of-type {
    position: relative;
    font-size: 22px;
    line-height: 26px;
    margin-right: 0;
  }
}
@media only screen and (max-width : 767px) {
  .btn-login.signed > i:first-of-type {
    position: relative;
    font-size: 22px;
    line-height: 26px;
    margin-right: 0;
  }
}
.btn-login.signed > i:last-of-type {
  display: inline-block;
}
@media only screen and (max-width : 767px) {
  .btn-login.signed > i:last-of-type {
    display: none;
  }
}
.btn-login.signed > div.badge {
  z-index: 99;
  display: inline-block;
  position: absolute;
  right: -3px;
  top: -8px;
  font-size: 10px;
  color: #81bc00;
}
.btn-login.signed:focus {
  outline: 0;
}
.btn-login.signed > .user-name {
  font-size: 10px;
  font-weight: 300;
  display: block;
  line-height: 6px;
  margin-left: 30px;
  color: #222222;
}
@media only screen and (max-width : 992px) {
  .btn-login.signed > .user-name {
    display: none;
  }
}
@media only screen and (max-width : 767px) {
  .btn-login.signed > .user-name {
    display: block;
    margin-left: 20px;
  }
}
.btn-login.cookie {
  background-color: #e6e9ed;
  font-weight: 300 !important;
  font-size: 16px;
  color: #333333;
  text-align: left;
  position: relative;
  overflow: inherit;
  padding: 7px 17px 10px 17px !important;
  box-shadow: inset 0 0 0 2px #333333 !important;
  -webkit-box-shadow: inset 0 0 0 2px #333333 !important;
  -moz-box-shadow: inset 0 0 0 2px #333333 !important;
}
@media only screen and (max-width : 992px) {
  .btn-login.cookie {
    overflow: inherit;
    padding: 7px 17px 8px 17px !important;
  }
}
@media only screen and (max-width : 767px) {
  .btn-login.cookie {
    -width: 100%;
    text-align: center;
  }
}
.btn-login.cookie > .btn-login-caption {
  margin-left: 29px;
  display: inline-block;
}
@media only screen and (max-width : 992px) {
  .btn-login.cookie > .btn-login-caption {
    display: none;
  }
}
@media only screen and (max-width : 767px) {
  .btn-login.cookie > .btn-login-caption {
    display: none;
    margin-left: 5px;
  }
}
.btn-login.cookie > i:first-of-type {
  position: absolute;
  margin-right: 5px;
  font-size: 27px;
  padding-top: 3px;
}
@media only screen and (max-width : 992px) {
  .btn-login.cookie > i:first-of-type {
    position: relative;
    font-size: 22px;
    line-height: 26px;
    margin-right: 0;
  }
}
@media only screen and (max-width : 767px) {
  .btn-login.cookie > i:first-of-type {
    position: relative;
    font-size: 22px;
    line-height: 26px;
    margin-right: 0;
  }
}
.btn-login.cookie > i:last-of-type {
  display: none;
}
@media only screen and (max-width : 767px) {
  .btn-login.cookie > i:last-of-type {
    display: none;
  }
}
.btn-login.cookie > div.badge {
  z-index: 99;
  display: none;
  position: absolute;
  right: -3px;
  top: -8px;
  font-size: 10px;
  color: #81bc00;
}
.btn-login.cookie:focus {
  outline: 0;
}
.btn-login.cookie > .user-name {
  font-size: 10px;
  font-weight: 300;
  display: block;
  line-height: 6px;
  margin-left: 30px;
  color: #222222;
}
@media only screen and (max-width : 992px) {
  .btn-login.cookie > .user-name {
    display: none;
  }
}
@media only screen and (max-width : 767px) {
  .btn-login.cookie > .user-name {
    display: block;
    margin-left: 20px;
  }
}
.btn-login.signed:hover,
.btn-login.signed:focus,
.btn-login.signed.focus {
  background-color: #70a300;
  color: #ffffff;
}
.btn-login {
  background-color: #e6e9ed;
  font-weight: 300 !important;
  font-size: 16px;
  color: #333333;
  max-width: 250px;
  margin-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 12px 17px 11px 17px !important;
  box-shadow: inset 0 0 0 2px #333333 !important;
  -webkit-box-shadow: inset 0 0 0 2px #333333 !important;
  -moz-box-shadow: inset 0 0 0 2px #333333 !important;
}
@media only screen and (max-width : 992px) {
  .btn-login {
    padding: 9.5px 17px !important;
  }
}
@media only screen and (max-width : 767px) {
  .btn-login {
    max-width: none;
  }
}
@media only screen and (max-width : 320px) {
  .btn-login {
    margin-right: 5px;
  }
}
.btn-login .btn-login-caption {
  margin-left: 22px;
}
@media only screen and (max-width : 992px) {
  .btn-login .btn-login-caption {
    display: none;
  }
}
.btn-login i:first-of-type {
  margin-right: 5px;
  font-size: 21px;
  position: absolute;
}
@media only screen and (max-width : 992px) {
  .btn-login i:first-of-type {
    margin-right: 0;
    position: relative;
    font-size: 22px;
    line-height: 24px;
  }
}
.btn-login i:last-of-type {
  display: none;
}
@media only screen and (max-width : 767px) {
  .btn-login i:last-of-type {
    display: none;
  }
}
.btn-login div.badge {
  display: none;
}
.btn-login > .user-name {
  display: none;
}
.btn-login:hover,
.btn-login:focus,
.btn-login.focus {
  background-color: #d7dce2;
  color: #333333;
}
a.btn-basket {
  background-color: #333333;
  padding: 13px 17px 12px 17px !important;
  box-shadow: inset 0 -3px 0 0 rgba(34, 34, 34, 0.1);
  -webkit-box-shadow: inset 0 -3px 0 0 rgba(34, 34, 34, 0.1);
  -moz-box-shadow: inset 0 -3px 0 0 rgba(34, 34, 34, 0.1);
}
@media only screen and (max-width : 992px) {
  a.btn-basket {
    padding: 13px 17px 10px 12px !important;
  }
}
@media only screen and (max-width : 767px) {
  a.btn-basket {
    width: 100%;
  }
}
a.btn-basket > .btn-basket-caption {
  font-weight: 300 !important;
  color: #ffffff !important;
  margin-left: 27px;
}
@media only screen and (max-width : 992px) {
  a.btn-basket > .btn-basket-caption {
    display: none;
  }
}
a.btn-basket > i:first-of-type {
  position: absolute;
  margin-right: 5px;
  margin-top: 0px;
  font-size: 20px;
  color: #ffffff;
}
@media only screen and (max-width : 992px) {
  a.btn-basket > i:first-of-type {
    position: relative;
    margin-right: 0;
  }
}
a.btn-basket > .badge {
  top: -2px;
  background-color: #ff7200;
  font-size: 10px;
}
@media only screen and (max-width : 992px) {
  a.btn-basket > .badge {
    position: absolute;
    top: 5px;
    right: 5px;
  }
}
@media only screen and (max-width : 767px) {
  a.btn-basket > .badge {
    position: absolute;
    top: 5px;
    left: 50%;
    right: auto;
  }
}
a.btn-basket:hover,
a.btn-basket:focus,
a.btn-basket.focus {
  background-color: #262626 !important;
  color: #ffffff;
}
.btn {
  letter-spacing: normal;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  border-radius: 3px;
  padding: 6px 12px;
  border: none;
  box-shadow: inset 0 -3px 0 0 rgba(34, 34, 34, 0.1);
  -webkit-box-shadow: inset 0 -3px 0 0 rgba(34, 34, 34, 0.1);
  -moz-box-shadow: inset 0 -3px 0 0 rgba(34, 34, 34, 0.1);
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.btn-default {
  background-color: #f6f7fa;
  color: #333333;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus {
  background-color: #e6e8f1;
  color: #333333;
}
.btn-orange {
  background-color: #ff7d01;
  color: #ffffff;
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange.focus {
  background-color: #e66700;
  color: #ffffff;
}
.btn-green {
  background-color: #81bc00;
  color: #ffffff;
}
.btn-green:hover,
.btn-green:focus,
.btn-green.focus {
  background-color: #70a300;
  color: #ffffff;
}
.btn-blue {
  background-color: #3BAFDA;
  color: #ffffff;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue.focus {
  background-color: #28a5d4;
  color: #ffffff;
}
.btn-dark_grey {
  background-color: #656D78;
  color: #ffffff;
}
.btn-dark_grey:hover,
.btn-dark_grey:focus,
.btn-dark_grey.focus {
  background-color: #59606a;
  color: #ffffff;
}
.btn-big,
.btn-group-big > .btn {
  font-size: 25px;
  padding: 15px 30px;
}


.btn-xs,
.btn-group-xs > .btn {
  font-size: 12px;
  padding: 3px 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  font-size: 12px;
  padding: 5px 10px;
}
.btn-support {
      background-color: #ff7d01;
    font-size: 14px;
    padding: 3px 12px;
  font-weight: 300;

  border: none;
    box-shadow: inset 0 -3px 0 0 rgba(34, 34, 34, 0.1);
    -webkit-box-shadow: inset 0 -3px 0 0 rgba(34, 34, 34, 0.1);
    -moz-box-shadow: inset 0 -3px 0 0 rgba(34, 34, 34, 0.1);
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;

    border-radius: 3px;
}
.btn-support:hover {
    background-color: #e77100;
}
.btn-lg,
.btn-group-lg > .btn {
  font-size: 18px;
  padding: 8px 16px;
}
.btn-xlg,
.btn-group-xlg > .btn {
  font-size: 20px;
  padding: 10px 20px;
}
.btn-justified {
  display: block;
}
    h2,
.h2 {
    font-size: 40px;
    margin-top: 0;
    font-weight: bold;
}

section div.container h2, h3 {
    text-align: center;
}

.tab-container .panel-title {
    text-align: left;
}

/*.tab-container .container h3 {
    text-align: left;
}*/

h3,
.h3 {
    font-size: 25px;
    margin-top: 10px;
    line-height: 1.25;
    letter-spacing: .5px;
}

h4, .h4 {
    font-size: 20px;
}

.text-thin {
    font-weight: 100;
}

.text-light {
    font-weight: 300;
}

.text-normal {
    font-weight: 400;
}

.text-bold {
    font-weight: 700;
}
.text-bolder {
    font-weight: 900;
}

.bg-blue {
    background-color: #3BAFDA;
}

.bg-grey {
    background-color: #e6e9ed;
}

.bg-grey-light {
    background-color: #f6f7fa;
}

.bg-white {
    background-color: #ffffff;
}

.bg-navydark {
    background-color: #434a54;
    color: #ffffff;
}

.bg-light_grey {
    background-color: #f6f7fa;
}

.bg-grey {
    background-color: #e6e9ed;
}

.bg-dark {
    background-color: #333333;
}

.bg-dark_grey {
    background-color: #4d4d4d !important;
}

.bg-green {
    background-color: #81bc00;
}
.text-medium_grey {
  color: #B3B7BD;
}
div .toggle .btn {
  box-shadow: none;
  margin-top: 1px;
}
div .toggle {
  margin-top: -2px;
}
.navbar {
  z-index: 9999;
}/*
.navbar a {
    font-weight: 300 !important;
}*/
.navbar-fixed-top .navbar-collapse {
  -max-height: none;
}
@media only screen and (max-width : 767px) {
  .navbar-fixed-top .navbar-collapse {
    -max-height: none;
    background-color: #f6f7fa;
    padding-right: 30px !important;
    padding-left: 15px !important;
  }
}
.navbar-collapse.in {
  overflow-y: overlay;
}
.navbar-default {
  height: 116px;
  background-color: #f6f7fa;
  -border-bottom: 3px solid #81bc00;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.navbar-default .navbar-toggle.collapsed {
  border: none;
  margin-top: 16px;
  border-radius: 3px;
  padding: 13px 13px;
  background-color: #e6e9ed !important;
}
.navbar-default .navbar-toggle.collapsed:hover {
  background-color: #656D78;
}
.navbar-default .navbar-toggle.collapsed:hover .icon-bar {
  background-color: #ffffff;
}
.navbar-default .navbar-toggle.collapsed .icon-bar {
  width: 23px;
  height: 3px;
  border-radius: 0;
  background-color: #333333 !important;
}
.navbar-default .navbar-toggle.collapsed .icon-bar + .icon-bar {
  margin-top: 5px;
}
.navbar-default .navbar-toggle {
  border: none;
  margin-top: 16px;
  border-radius: 3px;
  padding: 13px 13px;
  background-color: #656D78 !important;
  box-shadow: inset 0 -3px 0 0 rgba(34, 34, 34, 0.1);
  -webkit-box-shadow: inset 0 -3px 0 0 rgba(34, 34, 34, 0.1);
  -moz-box-shadow: inset 0 -3px 0 0 rgba(34, 34, 34, 0.1);
}
.navbar-default .navbar-toggle .icon-bar {
  width: 23px;
  height: 3px;
  border-radius: 0;
  background-color: #ffffff;
}
.navbar-default .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
}
.navbar-header {
  height: 76px;
}
@media only screen and (max-width : 992px) {
  .navbar-header {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
}
@media only screen and (max-width : 767px) {
  .navbar-header {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
}
.top-bar {
  background-color: #222222;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
}
.top-bar > .container {
  padding-left: 0px;
  padding-right: 0px;
}
@media only screen and (max-width : 1200px) {
  .top-bar > .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (max-width : 992px) {
  .top-bar > .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (max-width : 767px) {
  .top-bar > .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width : 768px) {
  .top-bar > .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.top-bar .customer-services {
  font-size: 14px;
  line-height: 38px;
}
@media only screen and (max-width : 767px) {
  .top-bar .customer-services {
    font-size: 14px;
  }
}
@media only screen and (max-width : 640px) {
  .top-bar .customer-services {
    font-size: 12px;
    line-height: 38px;
  }
}
@media only screen and (max-width : 480px) {
  .top-bar .customer-services {
    font-size: 14px;
    line-height: 38px;
  }
}
.top-bar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.top-bar-menu li {
  list-style: none;
  float: left;
  margin-left: 20px;
  line-height: 30px;
  padding: 4px 0 5px 0;
}
.top-bar-menu li a {
  margin-top: -2px;
  color: #ffffff;
}
.top-bar-menu li:first-child {
  margin-left: 0;
}
.top-bar-menu li:last-child {
  margin-left: 20px;
}
@media only screen and (max-width : 480px) {
  .top-bar-menu li:last-child {
    margin-left: 0px;
  }
}
.navbar-wrapper {
  margin-right: 0;
}
.dropdown-menu {
  -border: none;
  background-color: #f6f7fa;
  border-color: #e6e9ed;
  border-radius: 3px;
  padding: 10px 0;
  -box-shadow: 0 0 10px rgba(34, 34, 34, 0.1);
}
.navbar-brand {
  margin-top: 2px;
}
.navbar-brand img {
  height: 36px;
}
@media only screen and (max-width : 1200px) {
  .navbar-brand img {
    margin-top: 3px;
    height: 30px;
  }
}
@media only screen and (max-width : 767px) {
  .navbar-brand img {
    margin-top: 0px;
    height: 36px ;
  }
}
@media only screen and (max-width : 480px) {
  .navbar-brand img {
    margin-top: 3px;
    height: 30px ;
  }
}
@media only screen and (max-width : 320px) {
  .navbar-brand img {
    margin-top: 7px;
    height: 25px ;
  }
}
@media only screen and (max-width : 767px) {
  .navbar-brand {
    margin-left: 0px !important;
  }
}
@media only screen and (min-width : 768px) {
  .navbar-brand {
    margin-left: -15px;
  }
}
.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 101;
  display: none;
  left: 0;
  top: 0;
  background-color: rgba(34, 34, 34, 0.85);
}
.overlay .show {
  display: block !important;
}
@media only screen and (max-width : 480px) {
  .hidden-phone {
    display: none;
  }
}
.nav-menu.navbar-nav {
  margin-top: 23px;
  margin-left: 30px;
  background-color: #f6f7fa;
}
@media only screen and (max-width : 1200px) {
  .nav-menu.navbar-nav {
    margin-left: 10px;
  }
}
@media only screen and (max-width : 992px) {
  .nav-menu.navbar-nav {
    margin-left: 5px;
  }
}
@media only screen and (max-width : 767px) {
  .nav-menu.navbar-nav {
    margin-top: 15px;
    margin-left: 15px;
    background-color: #f6f7fa;
  }
}


.nav-menu.navbar-nav > .active > a,
.nav-menu.navbar-nav > .active a:hover,
.nav-menu.navbar-nav > .active a:focus {
  background-color: #e6e9ed;
  border-radius: 3px;
  color: #333333;
}
.nav-menu.navbar-nav > .open {
  position: static;
}
.nav-menu.navbar-nav > .open > a,
.nav-menu.navbar-nav > .open a:hover,
.nav-menu.navbar-nav > .open a:focus {
  background-color: #81bc00;
  border-radius: 3px;
  color: #ffffff;
}
@media only screen and (max-width : 767px) {
  .nav-menu.navbar-nav > .open > a,
  .nav-menu.navbar-nav > .open a:hover,
  .nav-menu.navbar-nav > .open a:focus {
    border-radius: 3px 3px 0 0;
  }
}
.nav-menu.navbar-nav > .open > a div.badge,
.nav-menu.navbar-nav > .open a:hover div.badge,
.nav-menu.navbar-nav > .open a:focus div.badge {
  color: #ff7200;
}
.nav-menu.navbar-nav > .open > .dropdown-menu {
  width: 100%;
  border: 0;
  border-radius: 0;
  background-color: #81bc00;
  margin-top: -10px;
  -webkit-animation: slide 0.2s forwards;
  animation: slide 0.2s forwards;
}
@-webkit-keyframes slide {
  100% {
    margin-top: 0px;
  }
}
@keyframes slide {
  100% {
    margin-top: 0px;
  }
}
@media only screen and (max-width : 767px) {
  .nav-menu.navbar-nav > .open > .dropdown-menu {
    border-top: 1px solid #f6f7fa;
    border-radius: 0px 0px 3px 3px;
  }
}
@media only screen and (max-width : 767px) {
  .nav-menu.navbar-nav > .open > .dropdown-menu > .container > .row > div:first-of-type {
    padding: 15px 0px 15px 15px;
  }
}
@media only screen and (max-width : 640px) {
  .nav-menu.navbar-nav > .open > .dropdown-menu > .container > .row > div:first-of-type {
    padding: 15px 0px 15px 0px;
    width: 100%;
  }
}
.nav-menu.navbar-nav > .open > .dropdown-menu > .container > .row > div:last-of-type {
  margin-right: 15px;
  padding: 10px 20px;
}
@media only screen and (max-width : 767px) {
  .nav-menu.navbar-nav > .open > .dropdown-menu > .container > .row > div:last-of-type {
    border-radius: 0 0 3px 0;
    padding: 20px;
  }
}
@media only screen and (max-width : 640px) {
  .nav-menu.navbar-nav > .open > .dropdown-menu > .container > .row > div:last-of-type {
    border-radius: 0 0 3px 3px;
    padding: 20px;
    width: 100%;
  }
}
.nav-menu.navbar-nav > .open > .dropdown-menu > .container .close {
  position: absolute;
  color: #ffffff;
  top: 56px;
  right: 20px;
  z-index: 999;
}
@media only screen and (max-width : 767px) {
  .nav-menu.navbar-nav > .open > .dropdown-menu > .container .close {
    display: none;
  }
}
.nav-menu.navbar-nav > .open > .dropdown-menu > ul {
  list-style: none;
}
.nav-menu.navbar-nav > .open > .dropdown-menu > ul > li {
  list-style: none;
}
@media only screen and (max-width : 640px) {
  .nav-menu.navbar-nav > .open > .dropdown-menu .sidemenu-wrapper {
    padding: 0 15px;
  }
}
.nav-menu.navbar-nav > .open > .dropdown-menu .sidemenu-wrapper .sidemenu {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 10px 10px;
  list-style: none;
  margin: 0;
}
.nav-menu.navbar-nav > .open > .dropdown-menu .sidemenu-wrapper .sidemenu:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 0;
  border-style: solid;
  border-width: 10px 0px 10px 10px;
  border-color: transparent transparent transparent #81bc00;
}
@media only screen and (max-width : 640px) {
  .nav-menu.navbar-nav > .open > .dropdown-menu .sidemenu-wrapper .sidemenu:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 50%;
    margin-left: -5px;
    top: 0;
    border-style: solid;
    border-width: 10px 10px 0px 10px;
    border-color: #81bc00 transparent transparent transparent;
  }
}
.nav-menu.navbar-nav > .open > .dropdown-menu .sidemenu-wrapper .sidemenu .subject {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 10px;
}
.nav-menu.navbar-nav > .open > .dropdown-menu .sidemenu-wrapper .sidemenu > li {
  list-style: none;
  line-height: 20px;
  margin-bottom: 5px;
}
.nav-menu.navbar-nav > .open > .dropdown-menu .sidemenu-wrapper .sidemenu > li > a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
}
.nav-menu.navbar-nav > .open > .dropdown-menu .sidemenu-wrapper .sidemenu > li > a > i {
  color: #81bc00;
  margin-right: 5px;
}
.nav-menu.navbar-nav > .open > .dropdown-menu .sidemenu-wrapper .sidemenu > li > a:hover {
  color: #81bc00;
  background-color: inherit;
}
.nav-menu.navbar-nav > .open > .dropdown-menu .sidemenu-wrapper .sidemenu > li > a.active {
  color: #656D78;
  pointer-events: none;
}
.nav-menu.navbar-nav > .open > .dropdown-menu .sidemenu-wrapper .sidemenu > li:last-child {
  margin-bottom: 0;
}
.nav-menu.navbar-nav > .open > .dropdown-menu .menu-item-wrapper {
  margin-left: -15px;
  padding-right: 30px;
}
@media only screen and (max-width : 767px) {
  .nav-menu.navbar-nav > .open > .dropdown-menu .menu-item-wrapper {
    margin-left: 0px;
    display: table-row !important;
  }
}
.nav-menu.navbar-nav > .open > .dropdown-menu .menu-item {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
  padding: 20px 0px;
  height: 100%;
}
@media only screen and (max-width : 767px) {
  .nav-menu.navbar-nav > .open > .dropdown-menu .menu-item {
    padding: 0;
  }
}
.nav-menu.navbar-nav > .open > .dropdown-menu .menu-item > a {
  border-radius: 5px;
  padding: 20px 10px;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width : 767px) {
  .nav-menu.navbar-nav > .open > .dropdown-menu .menu-item > a {
    text-align: left;
    height: auto;
  }
}
@media only screen and (max-width : 640px) {
  .nav-menu.navbar-nav > .open > .dropdown-menu .menu-item > a {
    margin-right: 0px;
    padding: 10px 15px;
  }
}
.nav-menu.navbar-nav > .open > .dropdown-menu .menu-item > a:hover {
  background-color: #333333;
  color: #e6e9ed;
}
.nav-menu.navbar-nav > .open > .dropdown-menu .menu-item > a:hover svg {
  fill: #ffffff;
}
.nav-menu.navbar-nav > .open > .dropdown-menu .menu-item > a:hover div.badge {
  background-color: #ff7200;
  color: #333333;
}
.nav-menu.navbar-nav > .open > .dropdown-menu .menu-item > a > svg {
  fill: #222222;
  margin-bottom: 10px;
}
@media only screen and (max-width : 767px) {
  .nav-menu.navbar-nav > .open > .dropdown-menu .menu-item > a > svg {
    width: 100px;
    height: 50px;
    float: left;
    margin-bottom: 0;
  }
}
@media only screen and (max-width : 640px) {
  .nav-menu.navbar-nav > .open > .dropdown-menu .menu-item > a > svg {
    display: none;
  }
}

.nav-menu.navbar-nav > .open > .dropdown-menu .menu-item > a .price .month:after, .nav-menu.navbar-nav > .open > .dropdown-menu .menu-item > a .price .year:after {
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #333333;
}

.nav-menu.navbar-nav > .open > .dropdown-menu .menu-item > a:hover .price .month:after, .nav-menu.navbar-nav > .open > .dropdown-menu .menu-item > a .price .year:after {
    color: #ffffff;
}

.nav-menu.navbar-nav > .open > .dropdown-menu .menu-item > a > span:not(.price) {
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
@media only screen and (max-width : 1200px) {
  .nav-menu.navbar-nav > .open > .dropdown-menu .menu-item > a > span:not(.price) {
    font-size: 16px !important;
  }
}
@media only screen and (max-width : 992px) {
  .nav-menu.navbar-nav > .open > .dropdown-menu .menu-item > a > span:not(.price) {
    font-size: 14px !important;
  }
}
@media only screen and (max-width : 767px) {
  .nav-menu.navbar-nav > .open > .dropdown-menu .menu-item > a > span:not(.price) {
    font-size: 16px !important;
  }
}
@media only screen and (max-width : 640px) {
  .nav-menu.navbar-nav > .open > .dropdown-menu .menu-item > a > span:not(.price) {
    font-size: 18px !important;
  }
}

.nav-menu.navbar-nav > .open > .dropdown-menu .menu-item > a > p {
  margin: 0;
  display: block;
  font-size: 15px;
  font-weight: 300;
}
.nav-menu.navbar-nav > .open > .dropdown-menu .menu-item > a > div.badge {
  position: absolute;
  right: 10px;
  font-size: 10px;
  top: 30px;
  background-color: #333333;
  color: #81bc00;
}
@media only screen and (max-width : 767px) {
  .nav-menu.navbar-nav > .open > .dropdown-menu .menu-item > a > div.badge {
    left: 30px;
    top: 10px;
    right: auto;
  }
}
@media only screen and (max-width : 640px) {
  .nav-menu.navbar-nav > .open > .dropdown-menu .menu-item > a > div.badge {
    right: 25px;
    top: 10px;
    left: auto;
  }
}
.nav-menu.navbar-nav > .open > .dropdown-menu .menu-item > a.active {
  background-color: #70a300;
  color: #222222;
}
.nav-menu.navbar-nav > .open > .dropdown-menu .menu-item > a.active:hover {
  -webkit-box-shadow: inset 0px 0px 0px 2px #333333;
  -moz-box-shadow: inset 0px 0px 0px 2px #333333;
  box-shadow: inset 0px 0px 0px 2px #333333;
  cursor: default;
}
.nav-menu.navbar-nav > .open > .dropdown-menu .menu-item > a.active:hover svg {
  fill: #222222;
}
.nav-menu.navbar-nav > .open > .dropdown-menu .menu-item > a.active:hover div.badge {
  background-color: #222222;
  color: #81bc00;
}
.nav-menu.navbar-nav > .open > .dropdown-menu .menu-item > a.active i.fa-check {
  position: absolute;
  top: 30px;
  left: 25px;
}
@media only screen and (max-width : 767px) {
  .nav-menu.navbar-nav > .open > .dropdown-menu .menu-item > a.active i.fa-check {
    top: 10px;
  }
}
@media only screen and (max-width : 640px) {
  .nav-menu.navbar-nav > .open > .dropdown-menu .menu-item > a.active i.fa-check {
    bottom: 10px;
    top: inherit;
    right: 30px !important;
    left: inherit;
  }
}
.nav-menu.navbar-nav > .open > .dropdown-menu .menu-item > a.chance {
  background: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1) 20px, rgba(129, 188, 0, 0.95) 20px, rgba(129, 188, 0, 0.95) 40px);
}
.nav-menu.navbar-nav > .open > .dropdown-menu .menu-item > a.chance:hover {
  background: repeating-linear-gradient(-45deg, #404040, #404040 20px, #333333 20px, #333333 40px);
}
.nav-menu.navbar-nav > .open > .dropdown-menu .menu-item > a.chance:hover div.badge {
  background-color: #ff7200;
  color: #333333;
}
.nav-menu.navbar-nav > .open > .dropdown-menu .menu-item > a.chance > div.badge {
  position: absolute;
  right: 10px;
  font-size: 10px;
  top: 30px;
  background-color: #333333;
  color: #81bc00;
}
@media only screen and (max-width : 767px) {
  .nav-menu.navbar-nav > .open > .dropdown-menu .menu-item > a.chance > div.badge {
    left: 30px;
    top: 10px;
    right: auto;
  }
}
@media only screen and (max-width : 640px) {
  .nav-menu.navbar-nav > .open > .dropdown-menu .menu-item > a.chance > div.badge {
    right: 25px;
    top: 10px;
    left: auto;
  }
}
.nav-menu.navbar-nav > .open > .dropdown-menu .row-flex {
  display: flex;
  height: 100%;
}
.nav-menu.navbar-nav > .open > .dropdown-menu .row-flex > div[class^="col-"] {
  padding-right: 0px;
}
.nav-menu.navbar-nav > .open > .dropdown-menu .row-flex > div[class^="col-"]:last-of-type {
  padding-right: 0px;
}
@media only screen and (max-width : 767px) {
  .nav-menu.navbar-nav > .open > .dropdown-menu .row-flex > div[class^="col-"] {
    padding-right: 15px;
  }
  .nav-menu.navbar-nav > .open > .dropdown-menu .row-flex > div[class^="col-"]:last-of-type {
    padding-right: 15px;
  }
}
@media only screen and (max-width : 640px) {
  .nav-menu.navbar-nav > .open > .dropdown-menu .row-flex {
    display: block;
  }
}
.nav-menu.navbar-nav > .open > .dropdown-menu .col-flex {
  display: flex;
}
.nav-menu.navbar-nav > .open > .dropdown-menu .brc {
  padding: 10px 0;
}
.nav-menu.navbar-nav > .open > .dropdown-menu .brc a:hover {
  color: #333333;
  background-color: inherit;
}
.nav-menu.navbar-nav > .open > .dropdown-menu .brc a:first-of-type {
  background-color: #333333;
  padding: 3px 10px 3px 5px;
  color: #ffffff !important;
  border-radius: 3px;
  pointer-events: inherit !important;
  animation-name: blink_home;
  animation-duration: 0.4s;
  animation-timing-function: ease;
  animation-iteration-count: 2;
}
@keyframes blink_home {
  to {
    background-color: #333333;
    color: #333333;
  }
}
.nav-menu.navbar-nav > .open > .dropdown-menu .brc a:first-of-type:before {
  content: "\f015" !important;
  font-family: FontAwesome;
  margin-right: 5px;
  color: #81bc00;
  animation-name: blink_home2;
  animation-duration: 0.4s;
  animation-timing-function: ease;
  animation-iteration-count: 2;
}
@keyframes blink_home2 {
  to {
    color: #333333;
  }
}
@media only screen and (max-width : 480px) {
  .nav-menu.navbar-nav > .open > .dropdown-menu .brc a:first-of-type:before {
    margin-right: 5px;
  }
}
.nav-menu.navbar-nav > .open > .dropdown-menu .brc a:first-of-type:hover {
  background-color: #333333;
  color: #ffffff !important;
}
.nav-menu.navbar-nav > .open > .dropdown-menu .brc a:first-of-type:hover:before {
  color: #81bc00;
}
@media only screen and (max-width : 480px) {
  .nav-menu.navbar-nav > .open > .dropdown-menu .brc a:first-of-type > span {
    display: none;
  }
}
.nav-menu.navbar-nav > .open > .dropdown-menu .brc a:last-of-type {
  color: #656D78;
  pointer-events: none;
}
.nav-menu.navbar-nav > .open > .dropdown-menu .brc a:before {
  content: "\f105";
  font-family: FontAwesome;
  margin: 0 5px;
  color: #333333;
}
@media only screen and (max-width : 767px) {
  .nav-menu.navbar-nav > .open > .dropdown-menu .brc-wrapper {
    margin: 0;
  }
}
@media only screen and (max-width : 767px) {
  .nav-menu.navbar-nav > .open > .dropdown-menu .brc-wrapper > .container {
    padding: 0 10px;
  }
}
@media only screen and (max-width : 767px) {
  .nav-menu.navbar-nav > .open > .dropdown-menu .brc-wrapper > .container > .row {
    margin: 0;
  }
}
.nav-menu.navbar-nav > li {
  margin-right: 7px;
}
@media only screen and (max-width : 1200px) {
  .nav-menu.navbar-nav > li {
    margin-right: 5px;
  }
}
@media only screen and (max-width : 767px) {
  .nav-menu.navbar-nav > li {
    margin-right: 15px;
    margin-left: 0px;
  }
}
.nav-menu.navbar-nav > li > :last-child {
  margin-right: 0;
}
.nav-menu.navbar-nav > li > a {
  padding: 6px 8px 6px 9px !important;
  font-size: 15px;
  font-weight: 400;
  color: #333333;
}
.nav-menu.navbar-nav > li > a:hover {
  -background-color: #ffffff;
  border-radius: 3px;
}
@media only screen and (max-width : 767px) {
  .nav-menu.navbar-nav > li > a:hover {
    background-color: #ffffff;
  }
}
@media only screen and (max-width : 1200px) {
  .nav-menu.navbar-nav > li > a {
    font-size: 14px;
  }
}
@media only screen and (max-width : 992px) {
  .nav-menu.navbar-nav > li > a {
    font-size: 14px;
    letter-spacing: -0.5px;
  }
}
@media only screen and (max-width : 767px) {
  .nav-menu.navbar-nav > li > a {
    font-size: 18px;
    padding: 10px 10px 10px 10px !important;
  }
}
.nav-menu.navbar-nav > li > a > .badge {
  position: absolute;
  right: -3px;
  top: -8px;
  z-index: 99;
  background-color: #333333;
  color: #81bc00;
  font-size: 10px;
}
@media only screen and (max-width : 767px) {
  .nav-menu.navbar-nav > li > a > .badge {
    right: 10px;
    top: 12px;
  }
}
.nav-menu.navbar-nav > .sub-btn-home {
  background-color: #B3B7BD;
  text-align: center;
  margin-left: 15px;
  width: 100%;
}

  

.nav-menu.navbar-nav > .open > .dropdown-menu .sidemenu-wrapper .advert {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.nav-menu.navbar-nav > .open > .dropdown-menu .sidemenu-wrapper .advert > li {
  margin-bottom: 0;
}
.nav-menu.navbar-nav > .open > .dropdown-menu .sidemenu-wrapper .advert > li:last-child {
  text-align: center;
  line-height: inherit;
}
@media only screen and (max-width : 992px) {
  .nav-menu.navbar-nav > .open > .dropdown-menu .sidemenu-wrapper .advert > li > a > span {
    display: none;
  }
}
@media only screen and (max-width : 640px) {
  .nav-menu.navbar-nav > .open > .dropdown-menu .sidemenu-wrapper .advert > li > a > span {
    display: inline-block;
  }
}
@media only screen and (max-width : 480px) {
  .nav-menu.navbar-nav > .open > .dropdown-menu .sidemenu-wrapper .advert > li > a > span {
    display: none;
  }
}
.nav-menu.navbar-nav > .open > .dropdown-menu .sidemenu-wrapper .advert .msg {
  color: #B3B7BD;
  font-size: 12px;
  font-weight: 300;
  display: none;
  margin-top: -5px;
  margin-bottom: 10px;
}
@media only screen and (max-width : 992px) {
  .nav-menu.navbar-nav > .open > .dropdown-menu .sidemenu-wrapper .advert .msg > span {
    display: none;
  }
}
@media only screen and (max-width : 640px) {
  .nav-menu.navbar-nav > .open > .dropdown-menu .sidemenu-wrapper .advert .msg > span {
    display: inline-block;
  }
}
.nav-menu.navbar-nav > .open > .dropdown-menu .sidemenu-wrapper .sidemenu > li > .sidemenu-spec {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-menu.navbar-nav > .open > .dropdown-menu .sidemenu-wrapper .sidemenu > li > .sidemenu-spec > span {
  display: block;
  color: #81bc00;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 5px;
}
.nav-menu.navbar-nav > .open > .dropdown-menu .sidemenu-wrapper .sidemenu > li > .sidemenu-spec > span > small {
  display: block;
  font-weight: 300;
  font-size: 14px;
  color: #ffffff;
}
.nav-menu.navbar-nav > .open > .dropdown-menu .sidemenu-wrapper .sidemenu > li > .sidemenu-spec > li {
  display: block;
  list-style: none;
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 0px;
  font-size: 14px;
}
@media only screen and (max-width : 992px) {
  .nav-menu.navbar-nav > .open > .dropdown-menu .sidemenu-wrapper .sidemenu > li > .sidemenu-spec > li {
    font-size: 12px;
    line-height: 16px;
  }
}
@media only screen and (max-width : 640px) {
  .nav-menu.navbar-nav > .open > .dropdown-menu .sidemenu-wrapper .sidemenu > li > .sidemenu-spec > li {
    font-size: 14px;
    line-height: inherit;
  }
}
.nav-menu.navbar-nav > .open > .dropdown-menu .sidemenu-wrapper .sidemenu > li > .sidemenu-spec > li:last-of-type {
  margin-bottom: 0;
}
.nav-menu.navbar-nav > .open > .dropdown-menu .sidemenu-wrapper .sidemenu > li > .sidemenu-spec > li i:first-child {
  color: #81bc00;
  margin-right: 5px;
}
@media only screen and (max-width : 992px) {
  .nav-menu.navbar-nav > .open > .dropdown-menu .sidemenu-wrapper .sidemenu > li > .sidemenu-spec > li i:first-child {
    display: none;
  }
}
@media only screen and (max-width : 640px) {
  .nav-menu.navbar-nav > .open > .dropdown-menu .sidemenu-wrapper .sidemenu > li > .sidemenu-spec > li i:first-child {
    display: inline-block;
  }
}
@media only screen and (max-width : 480px) {
  .nav-menu.navbar-nav > .open > .dropdown-menu .sidemenu-wrapper .sidemenu > li > .sidemenu-spec > li i:first-child {
    display: none;
  }
}
.slimScrollDiv {
  display: flex;
  align-items: center;
}
.user-menu-mobile {
  position: absolute;
  right: 75px;
  margin-top: 16px;
  margin-right: 0;
  background-color: #f6f7fa;
}
@media only screen and (max-width : 320px) {
  .user-menu-mobile {
    right: 70px;
  }
}
.user-menu-mobile > li {
  float: left;
}
.user-menu {
  position: relative;
  margin-top: 16px;
  margin-right: 0;
  background-color: #f6f7fa;
}
@media only screen and (max-width : 767px) {
  .user-menu {
    margin-right: 0px;
    margin-left: 15px;
    padding-right: 15px;
    width: 100%;
    display: none;
  }
}
@media only screen and (max-width : 767px) {
  .user-menu > li {
    width: 50%;
    float: left;
    padding-right: 5px;
  }
}
@media only screen and (max-width : 767px) {
  .user-menu > li:last-of-type {
    padding-right: 0px;
    padding-left: 5px;
  }
}
.user-menu .dropdown-menu[aria-labelledby="logindownMenu"] {
  border-color: #e6e9ed;
  border-radius: 3px;
  padding: 10px 0;
  margin-right: 10px;
}
.user-menu .dropdown-menu[aria-labelledby="logindownMenu"] li a {
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.user-menu .dropdown-menu[aria-labelledby="logindownMenu"] li a:hover,
.user-menu .dropdown-menu[aria-labelledby="logindownMenu"] li a:focus {
  color: #ffffff;
  background-color: #333333;
}
.user-menu .dropdown-menu[aria-labelledby="logindownMenu"] li a:hover i.fa {
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #ffffff;
}
.user-menu .dropdown-menu[aria-labelledby="logindownMenu"] li a:hover .badge {
  background-color: #ff7200;
  color: #333333;
}
.user-menu .dropdown-menu[aria-labelledby="logindownMenu"] li a > .badge {
  margin-left: 10px;
  margin-bottom: 2px;
  font-size: 10px;
  color: #81bc00;
}
.user-menu .dropdown-menu[aria-labelledby="logindownMenu"] i.fa {
  text-align: center;
  width: 20px;
  color: #333333;
}

.no-padding {
    padding: 0;
}

.padding-40 {
    padding: 40px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-top_bottom-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.padding-top-60 {
    padding-top: 60px;
}

.padding-left-70 {
    padding-top: 70px;
}


.padding-top_bottom-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.padding-30 {
    padding: 30px;
}

.support img {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

.support span {
    font-size: 16px;
    font-weight: 700;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.support p {
    font-size: 15px;
    font-weight: 300;
}

.support a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 300;
  color: #333333;
  display: inline-block;
}
.support a :hover + span {
  color: #ff7200;
}
.support-badge-customer_services {
    position: absolute;
    display: inline-block;
    background-color: #e6e9ed;
    padding: 5px;
    width: 115px;
    margin: 0 auto;
    margin-left: 110px;
    margin-top: -30px;
}

    .support-badge-customer_services p {
        font-size: 12px;
        line-height: 15px;
        font-weight: 400;
        margin: 0;
    }

    .support-badge-customer_services :after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        bottom: -10px;
        left: 0;
        border-style: solid;
        border-width: 10px 10px 0 0;
        border-color: #e6e9ed transparent transparent transparent;
    }

.support-badge-live_support {
  position: absolute;
  display: inline-block;
  background-color: #e6e9ed;
  padding: 5px;
  width: 100px;
  margin: 0 auto;
  margin-left: 70px;
  margin-top: -30px;
}

    .support-badge-live_support p {
        font-size: 12px;
        line-height: 15px;
        font-weight: 400;
        margin: 0;
    }

    .support-badge-live_support :after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        bottom: -10px;
        left: 0;
        border-style: solid;
        border-width: 10px 10px 0 0;
        border-color: #e6e9ed transparent transparent transparent;
    }



/*.unique-spec { natro.css de section div > div.container.properties > .row
	text-align: left;
	margin-top: 40px;
}

	.unique-spec span { natro.css de section div > div.container.properties span
		font-size: 16px;
		font-weight: 700;
	}

	.unique-spec p { natro.css de section div > div.container.properties p
		font-size: 14px;
		margin-top: 5px;
		font-weight: 400;
	}*/

.standard-spec-icons .circle {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.standard-spec-icons p {
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    margin: 0;
    margin-top: 10px;
    font-weight: 400;
}
@media only screen and (max-width : 640px) {
  .standard-spec-icons {
    margin-top: 20px;
  }
}
.panel-group .panel {
    border-radius: 0;
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}

    .panel-group .panel + .panel {
        margin-top: 2px;
    }

.panel-heading {
    padding: 0;
}

.panel-title > a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    display: block;
    padding: 10px 15px;
}


@media screen and (max-width: 768px) {
    .panel-title > a {
        padding: 10px 5px;
    }
}


.panel-title > a i {
  font-size: 12px;
  color: #ff7200;
}

.panel-title a[aria-expanded=true] {
  background-color: #ff7200;
  color: #ffffff;
  /*i {
      -ms-transform: rotate(90deg); !* IE 9 *!
      -webkit-transform: rotate(90deg); !* Chrome, Safari, Opera *!
      transform: rotate(90deg);
    }*/
}

    .panel-title a[aria-expanded=true] i {
        color: #ffffff;
    }

.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 0;
}

.panel-default > .panel-heading {
    background-color: #f6f7fa;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.float-right {
    float: right;
}

.input-icon {
  position: relative;
  left: 0;
}
.float-left {
    float: left;
}


.blink {
    animation-name: color_change;
    animation-duration: 0.4s;
    animation-timing-function: ease;
    animation-iteration-count: 2;
}

@keyframes color_change {
    to {
        background-color: #ff7d01;
    }
}
.affix {
  position: fixed;
  z-index: 99;
}
.radio,
.checkbox {
    padding-top: 3px;
    margin-top: 0;
    margin-bottom: 3px;
}

.hardware-list {
    list-style: none;
    padding: 0;
    /*li:nth-child(even) {
    -background-color: @light-grey;
    border-bottom: 1px solid @light-grey;
  }*/
}

    .hardware-list li {
        list-style: none;
        margin: 0;
        position: relative;
        border-bottom: 1px solid #f6f7fa;
    }

        .hardware-list li label {
            font-weight: 400;
            font-size: 14px;
            width: 100%;
            margin: 0;
            padding: 10px;
            position: relative;
            padding-left: 35px;
            border-bottom: 0 solid #e6e9ed;
        }

            .hardware-list li label input[type=radio] {
                margin-right: 5px;
                margin-top: 2px;
                margin-left: 10px;
                left: 0;
                position: absolute;
            }

            .hardware-list li label input[type=checkbox] {
                margin-right: 5px;
                margin-top: 2px;
                margin-left: 10px;
                left: 0;
                position: absolute;
            }

        .hardware-list li .hardware-price {
            position: absolute;
            right: 10px;
            top: 0;
            line-height: 43px;
            font-size: 14px;
        }

        .hardware-list li .hardware-price-caption {
            position: absolute;
            right: 10px;
            top: 0;
            font-size: 16px;
        }

        .hardware-list li:first-child {
            border-bottom: 0;
        }

            .hardware-list li:first-child:hover {
                background-color: transparent;
            }

        .hardware-list li:hover {
            background-color: #f6f7fa;
        }

        .hardware-list li:first-child {
            padding-bottom: 10px;
            margin-left: 10px;
        }

            .hardware-list li:first-child span {
                font-size: 18px;
                font-weight: 700;
            }

    .hardware-list .input-sm {
        margin-top: 3px;
    }
@media only screen and (max-width : 992px) {
  .hardware-list .col-sm-2 {
    padding: 0 25px;
  }
}
.full-width {
  width: 100%;
}
.config-wrapper .caption {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.config-wrapper label {
    font-size: 16px;
    font-weight: 400;
    margin-right: 10px;
}

    .config-wrapper label input[type=radio] {
        margin: 2px 5px 0 0;
    }

.config-sum-caption {
  list-style: none;
  padding: 0;
  margin: 10px 20px;
  font-size: 22px;
  font-weight: 700;
  position: relative;
}

.config-sum-caption .price {
  position: absolute;
  right: 0;
  line-height: 25px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
}


.config-sum-spec {
    padding: 10px 10px;
}

    .config-sum-spec ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .config-sum-spec ul li {
            margin: 10px 0;
            list-style: none;
            font-size: 14px;
        }

            .config-sum-spec ul li i:after {
                content: "\00a0";
            }

    .config-sum-spec .passive {
        text-decoration: line-through;
        color: #a7adb5;
    }

        .config-sum-spec .passive i:after {
            content: "\00a0";
        }

.config-sum-spec2 {
    padding: 10px 10px;
}

    .config-sum-spec2 ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .config-sum-spec2 ul li {
            margin: 10px 0;
            list-style: none;
            font-size: 14px;
            position: relative;
        }

            .config-sum-spec2 ul li .spec-price {
                position: absolute;
                right: 0;
            }

            .config-sum-spec2 ul li i:after {
                content: "\00a0";
            }

.config-sum-total {
    list-style: none;
    padding: 0;
    margin: 20px 20px;
    font-size: 18px;
    font-weight: 400;
    position: relative;
}

    .config-sum-total .total-price {
        position: absolute;
        right: 0;
        line-height: 25px;
        font-size: 22px;
        font-weight: 700;
        letter-spacing: normal;
    }

    .config-sum-total .pre-total-price {
        position: absolute;
        right: 0;
        font-weight: 700;
        letter-spacing: normal;
    }

.sale-msg {
    position: relative;
    color: #ffffff;
    font-size: 12px;
    font-weight: 300;
    padding: 10px 20px;
}

    .sale-msg:before {
        position: absolute;
        content: " ";
        width: 0;
        height: 0;
        left: 50%;
        margin-left: -5px;
        top: -10px;
        border-style: solid;
        border-width: 0px 10px 10px 10px;
        border-color: transparent transparent #81bc00 transparent;
    }

    .sale-msg > span {
        display: block;
        font-weight: 700;
        font-size: 16px;
    }

    .sale-msg > i {
        float: left;
        font-size: 35px;
        margin-right: 7px;
    }

.price-type {
  background-color: #f6f7fa;
  color: #222222;
  text-align: center;
  padding: 12px 0;
  cursor: pointer;
  font-size: 16px;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

    .price-type:before {
        content: "\f1db";
        font-family: FontAwesome;
    }

    .price-type:hover {
        background-color: #e6e9ed;
    }

    .price-type.active {
        background-color: #3BAFDA;
        color: #ffffff;
        cursor: default;
    }

        .price-type.active:before {
            content: "\f058";
            font-family: FontAwesome;
            color: #ffffff;
        }
/*paketler listeleme başlangıç*/

.package-wrapper {
  width: 100%;
  left: 0;
  top: 0;
  text-align: center;
  /*&:hover { 
    box-shadow: 0 0 50px fade(@black, 40%);
    z-index: 999;
  }*/
}

    .package-wrapper .description {
        color: #666666;
        font-size: 16px;
        text-align: center;
        margin: -15px 0px 15px 0px;
        font-weight: lighter;
    }


@media only screen and (max-width : 992px) {
    .package-wrapper {
        margin-top: 20px !important;
    }
}

.package-wrapper .caption {
  display: block;
  padding: 16px 0;
  background-color: #333333;
  color: #ffffff;
  font-size: 22px;
  height: 57px;
}

.package-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #ffffff;
  -border-right: 1px solid #e6e9ed;
}

    .package-wrapper ul li {
        text-align: center;
        height: 45px;
        border-top: 1px solid #e6e9ed;
        border-right: 1px solid #e6e9ed;
        line-height: 45px;
        font-weight: 400;
    }

        .package-wrapper ul li.price-box {
            position: relative;
            height: auto;
                padding-top: 70px;
            line-height: normal;
        }

            .package-wrapper ul li.price-box .description {
                position: absolute;
                display: block;
                width: 100%;
                top: 40px;
                text-align: center;
                font-size: 14px;
                color: #656D78;
                font-weight: 300;
            }

        .package-wrapper ul li:first-child {
            height: auto;
            line-height: normal;
        }

        .package-wrapper ul li:last-child {
            border-bottom: 1px solid #e6e9ed;
        }

        .package-wrapper ul li.lighten {
            background-color: rgba(255, 125, 1, 0.1);
        }

    .package-wrapper ul:nth-child(4) {
        border-right: 0;
    }

@media only screen and (max-width : 992px) {
    .package-wrapper ul {
        border-right: 0;
    }
}

.package-wrapper .btn-buy {
    margin-top: 5px;
    width: 50%;
}

.package-wrapper .right {
    position: absolute;
    right: 20px;
    line-height: 45px;
}

.package-wrapper .message {
  position: absolute;
  font-size: 12px;
  font-weight: 300;
  color: #222222;
  margin: 0;
  padding: 5px 0;
  display: block;
  width: 100%;
  background-color: #f6f7fa;
  -border-bottom: 1px solid rgba(179, 183, 189, 0.3);
}

    .package-wrapper .message:before {
        content: " ";
        position: absolute;
        top: -6px;
        left: 50%;
        margin-left: -3px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 6px 6px 6px;
        border-color: transparent transparent #f6f7fa transparent;
    }

.package-wrapper.pop-lg.ribbon .caption:before {
  content: " ";
  position: absolute;
  top: -49px;
  left: 50%;
  margin-left: -52px;
  width: 96px;
  height: 34px;
  z-index: 100;
}

.package-wrapper.pop.ribbon .caption:before {
  content: " ";
  position: absolute;
  top: -29px;
  left: 50%;
  margin-left: -52px;
  width: 96px;
  height: 34px;
  z-index: 100;
}

.package-wrapper.ribbon .caption:before {
  content: " ";
  position: absolute;
  top: -9px;
  left: 50%;
  margin-left: -5px;
  width: 96px;
  height: 34px;
  z-index: 100;
}

.ribbon.ribbon-new-green .caption:before {
    background-image: url("../images/common/ribbon/ribbon_new-green.png");
}

.ribbon.ribbon-new-orange .caption:before {
    background-image: url("../images/common/ribbon/ribbon_new-orange.png");
}

.ribbon.ribbon-new-blue .caption:before {
    background-image: url("../images/common/ribbon/ribbon_new-blue.png");
}

.ribbon.ribbon-reduced-green .caption:before {
    background-image: url("../images/common/ribbon/ribbon_reduced-green.png");
}

.ribbon.ribbon-reduced-orange .caption:before {
    background-image: url("../images/common/ribbon/ribbon_reduced-orange.png");
}

.ribbon.ribbon-reduced-blue .caption:before {
    background-image: url("../images/common/ribbon/ribbon_reduced-blue.png");
}

.ribbon.ribbon-bestprice-green .caption:before {
    background-image: url("../images/common/ribbon/ribbon_bestprice-green.png");
}

.ribbon.ribbon-bestprice-orange .caption:before {
    background-image: url("../images/common/ribbon/ribbon_bestprice-orange.png");
}

.ribbon.ribbon-bestprice-blue .caption:before {
    background-image: url("../images/common/ribbon/ribbon_bestprice-blue.png");
}

.ribbon.ribbon-smart-green .caption:before {
    background-image: url("../images/common/ribbon/ribbon_smart-green.png");
}

.ribbon.ribbon-smart-orange .caption:before {
    background-image: url("../images/common/ribbon/ribbon_smart-orange.png");
}

.ribbon.ribbon-smart-blue .caption:before {
    background-image: url("../images/common/ribbon/ribbon_smart-blue.png");
}

.ribbon.ribbon-suggest-green .caption:before {
    background-image: url("../images/common/ribbon/ribbon_suggest-green.png");
}

.ribbon.ribbon-suggest-orange .caption:before {
    background-image: url("../images/common/ribbon/ribbon_suggest-orange.png");
}

.ribbon.ribbon-suggest-blue .caption:before {
    background-image: url("../images/common/ribbon/ribbon_suggest-blue.png");
}
.passiveforwin {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  not supported by any browser */
}
.passiveforwin:before {
    content: "Seçilen işletim sistemi bu donanımı desteklememektedir.";
    font-size: 22px;
    font-weight: 700;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    /*background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAIElEQVQYV2NkYGD4z8DAwMiABjAEYPJES8CNJVoH3AkAz5sCByWV0yoAAAAASUVORK5CYII=");*/
    /*background-repeat: repeat;*/
    background: repeating-linear-gradient(-45deg, rgba(230, 233, 237, 0.95), rgba(230, 233, 237, 0.95) 20px, rgba(255, 255, 255, 0.95) 20px, rgba(255, 255, 255, 0.95) 40px);
}

.pop {
  position: relative;
  z-index: 99;
  border-top: 15px solid #333333;
  border-bottom: 15px solid #333333;
  margin-top: -15px;
  box-shadow: 0 0 50px rgba(34, 34, 34, 0.4);
}

@media only screen and (max-width : 992px) {
    .pop {
        box-shadow: none;
        border-top: 0px;
    }
}

.pop:before {
  content: " ";
  width: 100%;
  border-top: 5px solid #ff7200;
  position: absolute;
  left: 0;
  top: -20px;
}

.pop:after {
  content: " ";
  width: 100%;
  border-top: 5px solid #ff7200;
  position: absolute;
  left: 0;
  bottom: -20px;
}

.pop ul {
    border-right: 0;
}

    .pop ul li:last-child {
        border-bottom: 0;
    }

.pop-lg {
  z-index: 100;
  border-top: 40px solid #333;
  border-bottom: 40px solid #333;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 0 50px rgba(34, 34, 34, 0.4);
}

@media only screen and (max-width : 992px) {
    .pop-lg {
        box-shadow: none;
    }
}

.pop-lg:before {
    content: " ";
    width: 100%;
    border-top: 5px solid #ff7200;
    position: absolute;
    left: 0;
    top: -40px;
}

.pop-lg:after {
    content: " ";
    width: 100%;
    border-top: 5px solid #ff7200;
    position: absolute;
    left: 0;
    bottom: -40px;
}

.pop-lg ul {
    border-right: 0;
}
/*paketler listeleme bitiş*/


/*hosting karşılaştırma başlangıç*/
.compare-list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: -60px;
}

    .compare-list li {
        list-style: none;
        margin: 0;
        padding: 10px 20px;
        line-height: normal;
        border-bottom: 1px solid #e6e9ed;
        border-right: 1px solid #e6e9ed;
        text-align: center;
        overflow: hidden;
        min-height: 45px;
        max-height: 65px;
    }

        .compare-list li.caption {
            font-size: 20px;
            line-height: 20px;
            height: 60px;
            border-bottom: 0;
            border-right: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
        }

        .compare-list li.spec-1 {
            border-bottom: 5px solid #B3B7BD;
        }

        .compare-list li.spec-2 {
            border-bottom: 5px solid #333333;
        }

        .compare-list li.spec-seperate {
            border-top: 1px solid #e6e9ed;
        }

        .compare-list li.compare-price {
            padding: 20px 20px;
            max-height: none;
        }

            .compare-list li.compare-price .dan-den {
                font-size: 12px;
                color: #656D78;
                line-height: 20px;
                font-weight: 300;
            }

        .compare-list li.spec-green {
            border-bottom: 8px solid #81bc00;
        }

        .compare-list li.spec-blue {
            border-bottom: 8px solid #3BAFDA;
        }

        .compare-list li.spec-orange {
            border-bottom: 8px solid #ff7200;
        }

        .compare-list li.spec-dark-grey {
            border-bottom: 8px solid #656D78;
        }

        .compare-list li.note small {
            font-size: 12px;
            color: #656D78;
        }

        .compare-list li.row-x2 {
            height: 63px;
            line-height: 45px;
        }

        .compare-list li:last-child {
            border-bottom: 0;
        }

    .compare-list.border-top {
        border-top: 1px solid #e6e9ed;
    }
a.sep[aria-expanded="true"] i {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.compare-list.margin-top-0 {
  margin-top: 0;
}
.compare-list.last li {
  border-right: 0;
}
.compare-list-spec {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: -60px;
}

    .compare-list-spec li {
        list-style: none;
        margin: 0;
        padding: 10px 20px;
        line-height: normal;
        border-bottom: 1px solid #e6e9ed;
        border-right: 1px solid #e6e9ed;
        text-align: right;
        min-height: 45px;
        max-height: 65px;
    }

        .compare-list-spec li.caption {
            font-size: 20px;
            font-weight: 700;
            line-height: 60px;
            height: 60px;
            border-right: 0;
            line-height: 40px;
        }

        .compare-list-spec li.note small {
            font-size: 12px;
        }

        .compare-list-spec li.row-x2 {
            height: 65px;
            line-height: 45px;
        }

        .compare-list-spec li.spec-seperate {
            border-top: 1px solid #e6e9ed;
        }

        .compare-list-spec li:last-child {
            border-bottom: 0;
        }

.compare-list.compare-pop {
  position: relative;
  z-index: 99;
  box-shadow: -50px 0 50px -50px rgba(34, 34, 34, 0.4), 50px 0 50px -50px rgba(34, 34, 34, 0.4);
}

    .compare-list.compare-pop li {
        font-weight: 700;
    }

.padding-left-right { /*1024 * 768 'de Sayfada scrool çıkmasına sebep oluyor*/
padding: 0 30px;
/*hosting karşılaştırma bitiş*/
.margin-40 {
  margin: 40px;
}
.margin-30 {
  margin: 30px;
}
.margin-20 {
  margin: 20px;
}
.margin-top-60 {
  margin-top: 60px;
}
.margin-top-40 {
  margin-top: 40px;
}
.margin-top-30 {
  margin-top: 30px;
}
.margin-top-20 {
  margin-top: 20px !important;
}
.margin-bottom-20 {
  margin-bottom: 20px !important;
}
.margin-bottom-40 {
  margin-bottom: 40px ;
}
.margin-bottom-60 {
  margin-bottom: 60px ;
}
.padding-40 {
  padding: 40px;
}
.padding-60 {
  padding: 60px;
}
.padding-top-40 {
  padding-top: 40px;
}
.padding-bottom-30 {
  padding-bottom: 30px;
}
.padding-bottom-40 {
  padding-bottom: 40px;
}
.padding-bottom-60 {
  padding-bottom: 60px;
}
.padding-top_bottom-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.padding-top_bottom-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.padding-right-30 {
  padding-right: 30px;
}
@media only screen and (max-width : 1200px) {
  .padding-right-30 {
    padding-right: 15px;
  }
}
.padding-top-60 {
  padding-top: 60px;
}
.padding-top_bottom-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.no-padding {
  padding: 0;
}
.no-margin {
  margin: 0;
}
.padding-30 {
  padding: 30px;
}
.padding-20 {
  padding: 20px;
}
.padding-20-30 {
  padding: 20px 30px;
}
.padding-left-right-15 {
  padding: 0 15px;
}
.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex > .row {
  margin-right: 15px;
  margin-left: 15px;
  width: 100%;
}
.height {
  height: 100%;
  min-height: 100%;
}
.bg-login-wrapper {
  position: absolute;
  z-index: 0;
  overflow: hidden;
  left: 0px;
  top: 0px;
  width: 100%;
  height: calc(100%);
  min-height: 600px;
}
.bg-login-wrapper > .bg-login {
  position: relative;
  left: -20px;
  top: -20px;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  background-color: #e6e9ed;
  background: url("../images/bg-login.jpg") 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-login-wrapper > .bg-login:before {
  content: " ";
  position: absolute;
  background: url("../images/pattern-dot.png");
  background-repeat: repeat;
  opacity: .05;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.new-account {
  color: #81bc00;
  font-size: 22px;
  font-weight: 700;
  margin: 0px;
  padding: 20px;
  background-color: #ffffff;
  width: 100%;
  display: block;
}
.new-account:hover {
  background-color: #81bc00;
  color: #ffffff;
}
.blur {
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
}
.login-wrapper {
  padding: 60px;
  margin: 0 !important;
}
@media only screen and (max-width : 1200px) {
  .login-wrapper {
    padding: 40px;
  }
}
@media only screen and (max-width : 992px) {
  .login-wrapper {
    padding: 60px;
  }
}
@media only screen and (max-width : 640px) {
  .login-wrapper {
    padding: 40px;
  }
}
.login-wrapper > .caption {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  display: block;
}
@media only screen and (max-width : 480px) {
  .login-wrapper > .caption {
    font-size: 30px;
  }
}
.login-wrapper > .user-name {
  font-size: 18px;
  font-weight: 300;
  color: #B3B7BD;
  display: block;
}
.login-wrapper > .user-name > .not-user {
  font-size: 14px;
  color: #ff7200;
  text-decoration: underline;
}
@media only screen and (max-width : 640px) {
  .login-wrapper > .user-name > .msg {
    display: none;
  }
}
.login-wrapper > form#loginform {
  margin-top: 30px;
}
.login-wrapper > form#loginform > .form-group {
  margin-bottom: 10px;
}
.login-wrapper > form#loginform label {
  font-size: 14px;
  letter-spacing: normal;
  font-weight: 300;
  color: #ffffff;
}
.login-wrapper > form#loginform .checkbox {
  float: left;
}
@media only screen and (max-width : 480px) {
  .login-wrapper > form#loginform .checkbox {
    float: none;
  }
}
.login-wrapper > form#loginform .checkbox input[type="checkbox"] {
  margin-top: 2px;
}
.login-wrapper > form#loginform .checkbox i {
  font-size: 14px;
  margin-left: 2px;
}
.login-wrapper > form#loginform input.form-control::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
}
.login-wrapper > form#loginform .forget {
  float: right;
  font-size: 11px;
  color: #B3B7BD;
  font-weight: 300;
  line-height: 30px;
  text-decoration: underline;
}
@media only screen and (max-width : 480px) {
  .login-wrapper > form#loginform .forget {
    float: left;
  }
}
.login-wrapper .input-group > .form-control {
  border-radius: 0 3px 3px 0 !important;
}
@media only screen and (max-width : 480px) {
  .login-wrapper .input-group > .form-control {
    border-radius: 3px !important;
  }
}
.login-wrapper .input-group > .form-control:focus {
  border-color: #e6e9ed !important;
}
.login-wrapper .input-group > .form-control:focus .form-control-feedback {
  display: block !important;
}
.login-wrapper .input-group > .input-group-addon {
  background-color: #666;
  border-color: #666;
  color: #ffffff;
  font-size: 18px;
  border-radius: 3px;
  position: relative;
}
.login-wrapper .input-group > .input-group-addon:after {
  position: absolute;
  z-index: 99;
  content: "";
  width: 0;
  height: 0;
  bottom: 12px;
  right: -5px;
  border-style: solid;
  border-width: 5px 0px 5px 5px;
  border-color: transparent transparent transparent #666;
}
@media only screen and (max-width : 480px) {
  .login-wrapper .input-group > .input-group-addon {
    display: none;
  }
}
.login-wrapper .input-group .form-control-feedback {
  z-index: 99;
  line-height: 36px;
  color: #656D78;
}

.one{
	letter-spacing:-12px;
}

.tab-container .panel-title {
    text-align: left;
} 
