/*!
 * Created by PhpStorm.
 * User: Blovsky
 */
.block-buttons-pack {
  position: relative;
}
.block-buttons-pack a {
  margin-bottom: 10px;
}
.block-buttons {
  position: absolute;
  background-image: url("images/block-buttons.jpg");
  background-repeat: repeat-x;
  height: 6px;
  top: 15px;
  left: 10%;
  right: 10%;
}
.bg-numbers {
  background-color: #515050;
  border-bottom: 4px solid #0e71b8;
}
.blue-block {
  background: #0069b4;
  height: 10px;
  width: 100%;
}
/* Home Page Carousel */
.carousel-block {
  background-image: linear-gradient(#fdfdfd, #f7f7f7);
  background-color: #f7f7f7;
}
.item {
  background: transparent;
  text-align: center;
  height: 265px !important;
}
@media (min-width: 992px) {
  .item {
    background: transparent;
    text-align: center;
    height: 345px !important;
  }
}
@media (min-width: 1200px) {
  .item {
    background: transparent;
    text-align: center;
    height: 420px !important;
  }
}
.control-buttons {
  text-align: center;
}
.transition-timer-carousel-progress-bar {
  height: 2px;
  background-color: #666666;
  width: 0%;
  margin: 0px 0px 1px 0px;
  border: none;
  z-index: 11;
  position: relative;
}
.carousel-control {
  width: 3%;
  font-size: 40px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 30px;
  height: 30px;
  margin-top: -15px;
  font-size: 50px;
  color: #000;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  margin-left: -15px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  margin-right: -15px;
}
.carousel-caption {
  left: 20%;
  right: 20%;
  padding-bottom: 30px;
}
.carousel-indicators {
  bottom: 20px;
}
.feature-info-boxes {
  margin-bottom: 20px;
  position: relative;
}
.feature-info-boxes .feature-info-box {
  display: inline-block;
  padding-left: 80px;
  line-height: 1;
}
.feature-info-boxes i {
  font-size: 30px;
  line-height: 60px;
  width: 60px;
  height: 60px;
  margin-top: 5px;
  text-align: center;
  position: absolute;
  left: 0;
  color: #ffffff;
  background-color: #0e71b8;
  border-radius: 50%;
}
.feature-info-boxes .feature-info-box .info-box-title {
  font-size: 26px;
  font-weight: 400;
  margin-top: 2px;
  margin-bottom: 4px;
}
.feature-info-boxes .feature-info-box p {
  margin-bottom: 0;
}
.feature-block {
  background-color: #ffffff;
  margin-bottom: 10px;
  text-align: center;
  padding: 10px;
}
.feature-block .feature-block-content {
  padding: 10px;
}
.feature-block .feature-block-content h2 {
  font-size: 24px;
  font-weight: 400;
}
/*---------cookies---------*/
.eu-cookies {
  text-align: center;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  color: white;
  background-color: #868686;
  z-index: 999;
  padding: 3px;
}
.eu-cookies a {
  color: #ffffff;
}
.eu-cookies a:hover {
  color: #000000;
}
.eu-cookies button {
  background: #449740;
  color: white;
  border: 0;
  padding: 3px 6px;
  margin: 2px 5px;
  border-radius: 2px;
}
/*------------------------------*/
.fa-facebook {
  color: #ffffff;
}
body {
  padding-top: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
.img-center img {
  margin: 0 auto;
}
.separator-1 {
  height: 1px;
}
.separator-5 {
  height: 5px;
}
.separator-10 {
  height: 10px;
}
.separator-20 {
  height: 20px;
}
.separator-30 {
  height: 30px;
}
.separator-40 {
  height: 40px;
}
.separator-50 {
  height: 50px;
}
.separator-60 {
  height: 60px;
}
.separator-70 {
  height: 70px;
}
.separator-80 {
  height: 80px;
}
.separator-90 {
  height: 90px;
}
.separator-100 {
  height: 100px;
}
.title-divider {
  background: #fff url("images/bg_divider.png") repeat-x scroll left center;
  margin-bottom: 1.2em;
  padding: 0;
  text-align: left;
}
.title-divider span {
  background: #fff none repeat scroll 0 0;
  padding-right: 0.5em;
}
.de-em {
  color: #929292;
  font-weight: normal;
  font-size: 90%;
}
.title-divider small {
  color: rgba(51, 51, 51, 0.6);
  display: block;
  font-size: 50%;
  padding-top: 2px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 100;
  line-height: 1.1;
}
.underline-h2 {
  border-bottom: 6px solid #f1f1f1;
  display: inline-block;
  padding: 0 1.1em 10px 1.1em;
  font-weight: 400;
  line-height: 50px;
}
.separator-menu {
  height: 60px;
  background-color: #474746;
}
@media (max-width: 768px) {
  .separator-menu {
    height: 60px;
    background-color: #474746;
  }
}
.modal {
  color: #333333;
}
.modal-img .modal-content {
  background-color: transparent;
}
.modal-img .modal-header {
  border-bottom: 0;
  padding-bottom: 0;
  padding-right: 0;
}
.modal-backdrop.in {
  opacity: 0.6;
}
.gallery img {
  padding-bottom: 5px;
  padding-right: 2px;
}
/*basic panel
*/
.panel-how .panel-heading {
  background-color: #5d5c5c;
  color: #ffffff;
}
.special-panel .panel {
  border: 0;
}
.special-panel .panel-body {
  border: solid 1px #c0c0c0;
}
.special-panel .panel-group .panel + .panel {
  margin-top: 0;
}
.media-body h4 {
  font-weight: 400;
}
.media-news h2 {
  margin-top: 0;
  font-weight: 400;
}
.media-date {
  text-align: center;
  color: #ffffff;
  width: 62px;
}
.media-date .media-date-top {
  padding: 3px 5px;
  background-color: #515050;
  font-size: 18px;
  font-weight: 400;
  border-radius: 10px 10px 0 0px;
}
.media-date .media-date-bottom {
  padding: 5px 5px;
  font-size: 10px;
  border-radius: 0 0 10px 10px;
  font-weight: 400;
  line-height: 1.1em;
}
.media-date .date-red {
  background-color: #e72606;
}
.media-date .date-blue {
  background-color: #0069b4;
}
.media-body-float-left img {
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
}
/*-------------------------------------------------------------------*/
/* Pricing */
/*-------------------------------------------------------------------*/
.pricingTable {
  border: 1px solid #ddd;
  text-align: center;
  color: #333;
  padding: 50px 0 25px;
  margin-top: 30px;
  position: relative;
  font-weight: 300;
}
.pricingTable .pricing-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #ddd;
  position: absolute;
  top: -40px;
  left: 50%;
  padding: 10px;
  transform: translateX(-50%);
  transition: all 0.5s ease 0s;
}
.pricingTable:hover .pricing-icon {
  border: 1px solid #0e71b8;
  background: #0e71b8;
}
.pricingTable .pricing-icon i {
  width: 100%;
  height: 100%;
  line-height: 58px;
  border-radius: 50%;
  background: #0e71b8;
  font-size: 30px;
  color: #fff;
  transition: all 0.5s ease 0s;
}
.pricingTable:hover .pricing-icon i {
  color: #0e71b8;
  background: #fff;
}
.pricingTable .price-Value {
  display: inline-block;
  font-size: 40px;
  color: #494949;
  position: relative;
}
.pricingTable .currency {
  font-size: 14px;
  position: relative;
  top: -20px;
  left: -5px;
}
.pricingTable .month {
  display: block;
  font-size: 17px;
}
.pricingTable .pricingHeader {
  position: relative;
  z-index: 1;
  height: 65px;
}
.pricingTable .pricingHeader:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #ddd;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}
.pricingTable .title {
  background: #0e71b8;
  margin: 10px auto;
  padding: 10px 0;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.pricingTable .title span {
  font-size: 14px;
}
.pricingTable .hottip {
  display: block;
  margin: 0;
  padding: 0 0 5px 0;
}
.pricingTable .hottip-no {
  padding: 20px 0;
}
.pricingTable .top {
  background: #F07C00;
}
.pricingTable .pricing-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 30px;
  margin-bottom: 15px;
}
.pricingTable .pricing-content ul span {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-top: -8px;
}
.pricingTable .pricing-content ul span i.green {
  color: #089d08;
}
.pricingTable .pricing-content ul span i.red {
  color: #bb0a04;
}
.pricingTable .pricingTable-signup {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  background: #0e71b8;
  border: 1px solid #0e71b8;
  padding: 5px 20px;
  transition: all 0.5s ease 0s;
}
.pricingTable .pricingTable-signup:hover {
  background: #fff;
  color: #0e71b8;
  text-decoration: none;
}
.pricingTable {
  margin-bottom: 20px;
}
@media only screen and (max-width: 990px) {
  .pricingTable {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .pricingTable {
    margin-bottom: 60px;
  }
}
.nav-block {
  padding: 5px 0;
  background-image: url("images/white_wall_hash.png");
  background-repeat: repeat;
  background: rgba(255, 255, 255, 0) none repeat scroll 0 0;
}
.logo {
  margin-top: 10px;
  margin-bottom: 10px;
}
.top-info {
  font-size: 11px;
  padding: 8px;
}
.top-info h1 {
  font-size: 11px;
  padding: 0px;
  margin: 0;
  font-weight: normal;
  display: inline;
}
.top-info i {
  color: #147ec2;
  vertical-align: middle;
}
.top-info span {
  vertical-align: middle;
  padding-left: 5px;
  padding-right: 0px;
  white-space: nowrap;
}
.top-info span i {
  margin-right: 5px;
}
.top-bar {
  border-bottom: solid 1px #d5d5d5;
}
.top-logo {
  background-color: #ffffff;
  border-top: solid 1px #d5d5d5;
  border-bottom: solid 1px #d5d5d5;
  padding: 3px;
}
.top-logo h1 {
  color: #ffffff;
  font-size: 10px;
  padding: 0px;
  margin: 0;
  font-weight: normal;
  display: flex;
}
.top-logo i {
  color: #147ec2;
  vertical-align: middle;
}
.top-logo span {
  vertical-align: middle;
  padding-left: 5px;
  padding-right: 30px;
  white-space: nowrap;
}
.top-logo span i {
  margin-right: 5px;
}
.top-logo form {
  margin-top: 10px;
  font-size: 11px;
}
.top-logo label {
  font-weight: normal;
}
.top-logo .form-group {
  margin-top: 7px;
}
.navbar-fixed-top p {
  color: #FFFFFF;
}
.navbar-header p {
  margin: 13px 0 0 5px;
}
.navbar-header img {
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
}
.navbar-user {
  padding: 10px 15px;
}
.navbar-user i {
  margin: 10px 0 0 60px;
}
.navbar-fixed-top {
  background-color: #ffffff;
  border-bottom: 1px solid #d0d0d0;
  z-index: 1000;
}
.navbar-fixed-top .container .collapse {
  padding-left: 15px;
}
.navbar-default .navbar-fixed-inverse > li > a {
  color: #000000;
}
.navbar-default .navbar-fixed-inverse i {
  color: #000000;
}
.navbar-nav li {
  margin-top: 5px;
}
.interesting-numbers {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .interesting-numbers .large {
    font-size: 42px;
    font-weight: 700;
  }
  .interesting-numbers small {
    font-size: 70%;
  }
}
@media (min-width: 768px) {
  .interesting-numbers .large {
    font-size: 30px;
    font-weight: 700;
  }
  .interesting-numbers small {
    font-size: 70%;
  }
}
@media (min-width: 992px) {
  .interesting-numbers .large {
    font-size: 42px;
    font-weight: 700;
  }
  .interesting-numbers small {
    font-size: 70%;
  }
}
@media (min-width: 1200px) {
  .interesting-numbers .large {
    font-size: 42px;
    font-weight: 700;
  }
  .interesting-numbers small {
    font-size: 70%;
  }
}
body.active {
  overflow-x: hidden;
  overflow-y: hidden;
}
body.active .navbar {
  z-index: 1000;
}
.overlay {
  position: fixed;
  z-index: 1000;
  top: 0;
  bottom: 0;
  left: 0;
  width: 25px;
  background-color: rgba(0, 0, 0, 0);
}
.overlay.active {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: background-color 0.35s;
  background-color: rgba(0, 0, 0, 0.5);
}
.navbar .navbar-nav > .current-menu-item a {
  color: #fff;
  background-color: #080808;
}
.navbar .navbar-toggle:focus,
.navbar .navbar-toggle:hover {
  background-color: transparent;
}
.navbar .container,
.navbar .container-fluid {
  /*ul
    {
      //width: 100%;
      //padding-left: 15px;
    }*/
}
.navbar .container > .navbar-collapse,
.navbar .container-fluid > .navbar-collapse {
  position: fixed;
  z-index: 1000;
  top: 0;
  bottom: 0;
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  width: 0;
  padding: 0;
  white-space: nowrap;
  border-top: 0 solid white;
  background-color: #ffffff;
  box-shadow: none;
}
.navbar .container > .navbar-collapse.in,
.navbar .container-fluid > .navbar-collapse.in {
  width: 90%;
  color: #000;
  background-color: #ffffff;
}
.transition {
  transition: width 0.35s !important;
}
.navbar-toggle {
  margin-left: 10px;
  border: none;
}
.navbar-nav {
  margin: 0;
}
@media (min-width: 768px) {
  .navbar {
    z-index: 1000;
  }
  .navbar .container,
  .navbar .container-fluid {
    padding: 0 15px;
  }
  .navbar .container .navbar-header,
  .navbar .container-fluid .navbar-header {
    margin: 0;
    padding: 0;
  }
  .navbar .container ul,
  .navbar .container-fluid ul {
    width: auto;
    padding-left: 0;
  }
  .navbar .container > ul,
  .navbar .container-fluid > ul {
    background-color: transparent;
  }
  .navbar .container > .navbar-collapse,
  .navbar .container-fluid > .navbar-collapse {
    position: relative;
    position: initial;
    z-index: auto;
    z-index: initial;
    top: auto;
    top: initial;
    bottom: auto;
    bottom: initial;
    width: auto;
    width: initial;
    margin: auto;
    margin: initial;
    background-color: transparent;
    background-color: initial;
  }
  .navbar-nav {
    margin: initial;
  }
  .overlay {
    display: none;
  }
}
.motto {
  margin-bottom: 35px;
  padding-left: 10px;
  padding-right: 10px;
}
.motto h2 {
  margin-top: 30px;
  margin-bottom: 5px;
  padding: 0;
  font-weight: 400;
}
/* Home Page Carousel */
.features {
  margin-top: 20px;
  text-align: center;
}
.feature a {
  padding: 0 3px 3px 3px;
  text-decoration: none;
  color: #252525;
  display: block;
  border: solid 1px #ffffff;
}
.feature a:hover {
  border: solid 1px #d7d7d7;
}
.features .feature img {
  display: block;
  margin: 0px auto 0px;
}
.features .title {
  margin-top: 0px;
  padding-top: 10px;
  font-size: 22px;
  line-height: 1;
}
.reference {
  margin-bottom: 15px;
}
.content-block {
  background-color: #f7f7f7;
  margin-top: 40px;
  padding: 0px 0 30px 0;
}
.map-canvas {
  color: #000000;
  border: 1px solid #CCC;
  width: 100%;
  height: 420px;
}
.content-invert-blue {
  padding: 15px;
  background-color: #147ec2;
  color: #ffffff;
}
.content-invert-blue span {
  color: #fd7e02;
  font-weight: 600;
}
.content-invert-blue p {
  text-transform: uppercase;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .content-invert-blue {
    font-size: 16px;
  }
}
@media (min-width: 750px) {
  .margin-free {
    padding-top: 55px;
  }
}
.footer {
  background: #333 none repeat scroll 0 0;
  color: #d7d7d7;
  min-height: 200px;
  padding: 30px 0;
}
.footer a {
  color: #d7d7d7;
}
.foo-logos img {
  margin: 0px 5px 5px 0;
}
.footer .fa-ul-menu {
  list-style-type: none;
  margin-left: 15px;
  padding-left: 0;
}
.bottom-info-hotline {
  text-align: right;
  font-size: 20px;
  padding: 10px 0 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.bottom-info-hotline .hotline-time {
  font-size: 14px;
  display: block;
}
.bottom-info-hotline span {
  white-space: nowrap;
}
.bottom-info-hotline small {
  font-size: 14px;
  line-height: 14px;
}
.footer .toplink {
  text-align: center;
}
.footer .subfooter {
  border-top: 1px dotted rgba(255, 255, 255, 0.4);
  padding-top: 10px;
}
.fo-link {
  padding-bottom: 10px;
  padding-left: 30px;
}
.well-sm {
  border-radius: 3px;
  padding: 9px;
}
.well {
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
  margin-bottom: 20px;
  min-height: 20px;
  padding: 19px;
}
.inline-el {
  display: inline-block;
}
.pad-right {
  padding-right: 0.5em;
}
.news-block span {
  font-weight: 400;
}
.orange {
  color: #fd7e02;
}
.blue {
  color: #147ec2;
}
.contact-block li {
  padding: 0px 0 10px 0;
}
.content-invert {
  padding: 15px;
  background-color: #147ec2;
  color: #ffffff;
}
.content-invert span {
  color: #ffffff;
  font-weight: 600;
}
.content-invert h2 {
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .content-invert {
    font-size: 20px;
  }
}
.content-invert small {
  font-size: 70%;
}
.logo-header {
  position: relative;
  z-index: 999;
}
.centered {
  text-align: center;
  font-size: 0;
}
.centered > div {
  float: none;
  display: inline-block;
  text-align: left;
  font-size: 13px;
}

.grecaptcha-badge {
  visibility: hidden;
}
