@charset "UTF-8";
.clear20{height:20;}
.clear50{height:50;}
.clear100{height:100;}
.t0 {
  margin-top: 0 !important; }

.t3 {
  margin-top: 3px !important; }

.t5 {
  margin-top: 5px !important; }

.t10 {
  margin-top: 10px !important; }

.t15 {
  margin-top: 15px !important; }

.t20 {
  margin-top: 20px !important; }

.t30 {
  margin-top: 10px !important; }

.t50 {
  margin-top: 50px !important; }

.t100 {
  margin-top: 100px !important; }

.b0 {
  margin-bottom: 0 !important; }

.b5 {
  margin-bottom: 5px !important; }

.b10 {
  margin-bottom: 10px !important; }

.b15 {
  margin-bottom: 15px !important; }

.b20 {
  margin-bottom: 20px !important; }

.b30 {
  margin-bottom: 30px !important; }

.b50 {
  margin-bottom: 50px !important; }

.b100 {
  margin-bottom: 100px !important; }

.pad10 {
  padding: 10px !important; }

.p50 {
  padding: 50px 0 !important; }

.p100 {
  padding: 100px 0 !important; }

.r5 {
  margin-right: 5px !important; }

.r10 {
  margin-right: 10px !important; }

.r20 {
  margin-right: 20px !important; }

.l10 {
  margin-left: 10px !important; }

.l20 {
  margin-left: 20px !important; }

body, html {
  height: 100%; }

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  /*background: #f4f4f4 url("../img/bg.jpg") repeat;*/
  color: #2b2b2b; }

a {
  color: #2cacff;
  text-decoration: none;
  outline: 0; }

a:hover {
  text-decoration: none; }

/*a.btn {
  color: #FFF; }*/

a.btn.btn-default {
  color: #555; }

.label.label-lg {
  font-size: 1em;
  padding: 0.3em 1em; }

.inlineBlock {
  display: inline-block; }

.firstContainer {
  margin-top: 104px;
  overflow: hidden; }

.alert-primary {
  background-color: #3a81c3;
  color: #FFF; }

.alert-primary a {
  color: #d3e6ff; }

.alert-primary a:hover {
  color: white; }

.alert-primary hr {
  border-top: 1px solid #87bcff; }

section {
  padding: 30px 0; }

.whitebg {
  background-color: #FFF; }

.whitetext {
  color: #FFF; }

.grayText {
  color: #585f69; }

.graybg {
  background-color: #F0F0F0;
}

.darkBg {
  background-color: #1B2123; }

.reset-gutter, .reset-margin {
  margin-right: 0;
  margin-left: 0; }

.hideContent {
  display: none; }

.respImg {
  max-width: 100%; }

.boldTitle span {
  font-size: 42px;
  font-weight: 800;
  display: block; }

.panel-title {
  font-size: 15px; }

.topBorder {
  background-image: url("../img/border_pattern.png");
  background-position: 0 0;
  background-repeat: repeat-x;
  border-top: 1px solid #e5e5e5;
  padding-top: 5px !important;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.sideBroder {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5; }

.btn-custom-reverse.btn-lg, .btn-custom.btn-lg {
  padding: 6px 20px;
  font-size: 15px; }

.btn-invoice{
  min-width: 90px;
}

.sectionTitle h2 {
  position: relative;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase; }

.sectionTitle h2:before {
  content: " ";
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 3em;
  height: 2px;
  background-color: #3a81c3;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.subTitle {
  position: relative;
  padding-bottom: 10px; }

.subTitle:before {
  width: 40px;
  height: 2px;
  background-color: #3a81c3;
  bottom: 0;
  position: absolute;
  content: " "; }

.leftTitle {
  position: relative;
  padding-bottom: 10px; }

.leftTitle {
  line-height: 1.6em; }

.leftTitle:before {
  width: 4px;
  height: 34px;
  background-color: #3a81c3;
  top: -5px;
  left: -16px;
  position: absolute;
  content: " "; }

.leftTitle.danger:before {
  background-color: #d9321e; }

.leftTitle.success:before {
  background-color: #5cb85c; }

.sectionTitle.text-left h2 {
  text-align: left; }

.sectionTitle.text-left h2:before {
  left: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.alert-white {
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid #fff;
  border-top: 1px solid #E5E5E5; }

.dashBorder {
  border-left: 1px dashed #EEE; }

.darkhr {
  border-top: 1px solid #283134; }

.roundIcon {
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  clear: both;
  background-color: #fff;
  background-image: url("../img/stripped_pattern.png");
  background-position: left top;
  background-repeat: repeat;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border: 1px #eee solid;
  color: #999;
  font-size: 22px;
  line-height: 40px;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease; }

.roundIcon i {
  text-shadow: 0 0 2px #ccc;
  line-height: 40px; }

.roundIconHover:hover .roundIcon {
  color: #3a81c3; }

.roundIconHover.danger:hover .roundIcon {
  color: #d9321e; }

.roundIconHover.success:hover .roundIcon {
  color: #5cb85c; }

.roundIconHover.info:hover .roundIcon {
  color: #5bc0de; }

.roundIconHover.warning:hover .roundIcon {
  color: #f0ad4e; }

.roundIcon.bigIcon {
  width: 140px;
  height: 140px;
  line-height: 140px;
  font-size: 70px;
  margin: 20px auto 20px auto; }

.roundIcon.bigIcon i {
  line-height: 140px; }

.plusEqual {
  color: #fff !important;
  font-size: 24px;
  line-height: 15px;
  padding: 12px;
  text-align: center;
  margin: 70px 0 0 -33px;
  position: absolute;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #3a81c3; }

.smallerP {
  font-size: 1.35rem;
  line-height: 2.1rem;
  color: #777;
  letter-spacing: .05rem;
  word-spacing: .3rem; }

/*a.btn {
  font-weight: 400; }*/

.btn-custom {
  background-color: #2e3138;
  border-radius: 0;
  -webkit-transition: background-color .25s;
  transition: background-color .25s;
  text-transform: uppercase;
  color: #FFF; }

.secondary-menu-links > li > a, .btn-custom-reverse {
  -webkit-transition: background-color .25s;
  text-transform: uppercase; }

.btn-custom:focus, .btn-custom:hover {
  color: #fff;
  background-color: #3a81c3;
  box-shadow: none; }

.btn-custom-reverse {
  background-color: #3a81c3;
  border-radius: 0;
  transition: background-color 0.25s;
  color: #fff; }

.btn-custom-reverse:focus, .btn-custom-reverse:hover {
  color: #fff;
  background-color: #2e3138;
  box-shadow: none; }

#promo {
  padding: 15px 0;
  background-color: #3a81c3;
  top: 0;
  z-index: 1;
  display: none; }

#promo p {
  margin-bottom: 0;
  color: #fff;
  font-size: 20px;
  line-height: 38px; }

#promo a.btn {
  padding: 8px 30px;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 0;
  background-color: #fff;
  color: #3a81c3; }

#promo a.btn:hover {
  background-color: #2e3138;
  color: #fff; }

#menu.secondarySticky {
  position: fixed;
  top: 0;
  background: #fff;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.14);
}

#primaryMenu {
  margin: 0;
  border: none;
  border-radius: 0;
  /*background-color: #fff;*/
  z-index: 1; }

#menu {
  position: absolute;
  left: 0;
  width: 100%; }

#menu {
  top: 0;
  z-index: 12; }

#menu.secondarySticky #primaryMenu {
  display: none; }

#primaryMenu .navbar-toggle {
  border-color: #3a81c3; }

#primaryMenu .navbar-toggle .icon-bar {
  background-color: #3a81c3; }

.primary-menu-links li a, .primary-social-menu-links a {
  color: #2e3138; }

#primaryMenu .nav > li > a:focus, #primaryMenu .nav > li > a:hover {
  background: none;
  color: #5AB0FF; }

.primary-menu-links > li:first-child > a {
  padding-left: 10px; }

.primary-social-menu-links {
  margin-right: 0; }

/* .primary-social-menu-links > li:last-child > a {
  padding-right: 0; } */

#secondaryMenu {
  border-top: 1px solid #EFEFEF;
}

#menu.secondarySticky #secondaryMenu {
  border-top: none; }

#secondaryMenu .navbar-toggle {
  border-color: #3a81c3; }

#secondaryMenu .navbar-toggle .icon-bar {
  background-color: #3a81c3;
}

#secondaryMenu a.navbar-brand {
  display: block;
  padding: 0;
  margin-top: 20px;
  margin-left: 0;
  color: #fff;
  font-size: 24px;
  width: 180px;
  font-weight: 700; }

#secondaryMenu a.navbar-brand span {
  color: #3a81c3; }

.secondary-menu-links li a {
  color: #2B2B2B;
  font-weight: 300; }

.secondary-menu-links > li > a {
  transition: background-color 0.25s; }

.secondary-menu-links > li > a > .fa {
  display: inline-block;
  margin: 0 10px 3px 0;
  font-size: 20px; }

.secondary-menu-links > li:hover > .dropdown-menu {
  display: block; }

.secondary-menu-links > li > .dropdown-menu {
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: #2e3138; }

.secondary-menu-links .dropdown-menu > li > a {
  padding: 12px 15px;
  -webkit-transition: background-color .25s;
  transition: background-color .25s;
  text-transform: uppercase; }

.secondary-menu-links .dropdown-menu > li > a:hover, .secondary-menu-links li.active > a, .secondary-menu-links > li.open > a, .secondary-menu-links > li.open > a:focus, .secondary-menu-links > li.open > a:hover, .secondary-menu-links > li:hover > a, .secondary-menu-links > li > a:focus, .secondary-menu-links > li > a:hover {
  background-color: #3a81c3;
  color: #fff; }

.registration-links {
  margin: 10px 0 10px 0;
  display: inline-block;
  float: none; }

.registration-links a {
  width: 100px;
  padding: 8px 12px;
  background-color: #3a81c3;
  text-transform: uppercase; }

.registration-links a:focus, .registration-links a:hover {
  background-color: #fff;
  color: #3a81c3; }

.coverSlider {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px 0;
  position: relative;
  z-index: 0; }

.darkCover:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -1;
  content: " ";
  position: absolute; }

.topSlider {
  color: #FFF; }

.topSlider .slider-item {

  font-weight: 400;
  min-height: 280px;
  overflow: hidden; }

.slider .item {
  padding: 15px;
 }

.pageTitle {
  padding: 50px 0;
  color: #FFF;
  z-index: 1;
  position: relative; }

.darkPageTitle:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(6, 23, 29, 0.7);
  z-index: -1;
  content: " ";
  position: absolute; }

#testimonialSlider:before {
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); }

#testimonialSlider.no-bg:before {
  display: none; }

.testimonial-item {
  max-width: 750px;
  margin: 0 auto; }

.recommender-comment p {
  color: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 1.9;
  font-weight: 400; }

#testimonialSlider.no-bg .recommender-comment p {
  color: #2e3138; }

.recommender-info {
  color: #fff;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  margin-top: 160px; }

#testimonialSlider.no-bg .recommender-info {
  color: #2e3138; }

.testimonial-slider .owl-controls {
  text-align: center;
  margin-top: -150px;
  margin-bottom: 90px; }

.testimonial-slider .owl-page {
  position: relative;
  width: 60px;
  height: 60px;
  padding: 5px;
  border: 1px solid #fff;
  display: inline-block;
  margin: 40px 2px 0;
  opacity: .5;
  filter: alpha(opacity=50);
  -webkit-transition-property: margin, opacity, height, width;
  transition-property: margin, opacity, height, width;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  z-index: 0; }

.testimonial-slider .owl-page:before {
  content: " ";
  position: absolute; }

#testimonialSlider.no-bg .testimonial-slider .owl-page {
  border-color: #3a81c3; }

.testimonial-slider .owl-page.active {
  width: 100px;
  height: 100px;
  margin-top: 0;
  opacity: 1;
  filter: alpha(opacity=100); }

.testimonial-slider .owl-page:before {
  top: auto;
  left: 50%;
  width: 10px;
  height: 10px;
  background-color: #fff;
  bottom: -95px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 5px;
  -webkit-transition: padding-right .25s;
  transition: padding-right 0.25s; }

#testimonialSlider.no-bg .testimonial-slider .owl-page:before {
  background-color: #2e3138; }

#testimonialSlider.no-bg .testimonial-slider .owl-page.active:before {
  background-color: #3a81c3; }

.testimonial-slider .owl-page.active:before {
  padding-right: 20px;
  background-color: #3a81c3; }

.testimonial-slider.owl-theme .owl-controls {
  text-align: center;
  margin-top: -150px;
  margin-bottom: 90px; }

.testimonial-slider.owl-theme .owl-controls .owl-page {
  position: relative;
  width: 60px;
  height: 60px;
  padding: 5px;
  border: 1px solid #fff;
  display: inline-block;
  margin: 40px 2px 0;
  opacity: .5;
  filter: alpha(opacity=50);
  -webkit-transition-property: margin, opacity, height, width;
  transition-property: margin, opacity, height, width;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  z-index: 0;
  vertical-align: bottom; }

.testimonial-slider.owl-theme .owl-controls .owl-page.active {
  width: 100px;
  height: 100px;
  margin-top: 0;
  opacity: 1;
  filter: alpha(opacity=100); }

.testimonial-slider.owl-theme .owl-controls .owl-page span {
  display: block;
  max-width: 100%;
  height: auto;
  width: auto;
  margin: 0;
  filter: Alpha(Opacity=60);
  opacity: 0.6;
  border-radius: 0;
  background: transparent;
  border: none; }

.server-block{
	padding: 0 35px;
}

.pricing-table-item {
  background-color: #fff;
  box-shadow: 0 14px 27px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 30px;
}
.price-shadow {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14); }

.pricingTableHead {
	background-image: url(../img/new/price_bgr.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	width: 100%;
	text-align: center;
	padding-bottom: 30px;
    border-radius: 10px;
}

.pricingTableHead .caption {
	color: #333;
	margin-bottom: 0;
	text-align: center;
	height: 38px;
	line-height: 38px;
	display: inline-block;
	background: #fff;
	position: relative;
	top: -20px;
	padding: 0 25px;
	border-radius: 84px;
	font-size: 14px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
}
.vps-list-index .pt-price-tag-small{
    left: -12px;
}
.pt-price-tag {
  font-size: 50px;
  font-weight: 700;
  padding-top: 10px;
  text-align: center;
  padding-bottom: 10px; }

.pt-price-tag span {
  font-size: 50px;
  color: #283A5E;
  font-family: Raleway;
  font-weight: 700;
  line-height: 30px;
  position: relative;
}
.pt-price-tag span.per-month{
	font-size: 17px;
	font-weight: 700;
	color: #ababab;
	margin-left: 0;
  margin-top: 10px;
}
.pt-price-tag sup{
	font-size: 18px;
    margin: 0;
    position: relative;
    top: -35px;
    line-height: normal;
}
.pt-price-tag sub{
	font-size: 22px;
    position: unset;
    line-height: normal;
    margin-left: -15px;
}
.totalPriceContainer .pt-price-tag sub{
  right: -20px;
}

.vps-list-index{
    float: left;
    width: 100%;
    padding: 0 15px;
    display: grid;
    grid-gap: 50px 20px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

#subscribe h2, .pricingTablePlan {
  text-transform: uppercase;
  font-weight: 700; }

.pricingTablePlan {
 	font-size: 20px;
 	color: #5AB0FF;
 	font-weight: 900;
}

.pricingTableFeatures {
  padding: 0 15px;
  text-align: center;
}

.pricingTableFeatures ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.pricingTableFeatures ul li {
  color: #737373;
  padding: 7px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.pricingTableFooter {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px; }

.pricingTableFooter a.btn {
  width: 100px;
  background-color: #FFC35A;
  color: #fff;
  margin: 0;
  height: 40px;
  line-height: 40px;
}
.pricingTableFooter a.btn:hover{
	opacity: 0.8;
	box-shadow: 0 11px 15px rgba(0, 0, 0, 0.12);
}
.faq-categories h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  position: relative;
  padding-bottom: 10px;
  text-transform: uppercase; }

.faq-categories h3:before {
  position: absolute;
  content: " ";
  width: 40px;
  height: 2px;
  background-color: #3a81c3;
  bottom: 0;
}

.faq-categories ul {
  margin-top: 25px; }

.faq-categories ul li a {
  background-color: #2e3138;
  color: #fff;
  margin-top: 6px;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: color .25s, background-color .25s;
  transition: color 0.25s, background-color 0.25s; }

.faq-categories ul li a:hover, .faq-categories ul li.active a {
  background-color: #3a81c3; }

.faq-categories ul li a:before {
  content: '';
  position: absolute;
  -webkit-transition: right 0s;
  transition: right 0s;
  z-index: -1;
}

.faq-categories ul li a:hover:before, .faq-categories ul li.active a:before {
  -webkit-transition: right .25s;
  transition: right 0.25s; }

.faq-content .panel-group {
  margin-bottom: 0; }

#contact:before{
  content: " ";
  right: 0;
}

.accordion .panel {
  border-radius: 0; }

.accordion .panel-heading {
  padding: 0; }

.accordion .panel-heading a {
  display: block;
  padding: 10px 15px;
  color: #fff;
  background-color: #3a81c3; }

.accordion .panel-heading a.collapsed {
  background-color: #2e3138; }

.accordion .panel-heading a span {
  font-weight: 500;
  overflow: hidden;
  text-transform: uppercase; }

.accordion .panel-heading a span i.fa-minus {
  float: right;
  color: #fff; }

.accordion .panel-heading a.collapsed span i.fa-minus {
  color: #3a81c3; }

.accordion .panel-heading a.collapsed i.fa-minus:before {
  content: ""; }

.google-maps {
  position: relative;
  padding-bottom: 30%;
  height: 0;
  overflow: hidden;
  margin-bottom: 0;
  margin-top: 15px; }

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.counter-block {
  background-color: #3a81c3;
  text-align: center; }

.counter-icon i.fa {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  color: #3a81c3;
  background-color: #fff;
  font-size: 26px;
  -webkit-transition: .25s;
  transition: 0.25s; }

.counter-icon i.fa:before {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.counter-text {
  margin-bottom: 12px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase; }

.counter-number {
  font-size: 22px;
  font-weight: 700;
  color: #fff; }

.counter-number-holder {
  font-size: 42px;
  font-weight: 700;
  color: #fff; }

.counter-number-holder .counter-number {
  font-size: 42px; }

.tablePrimary thead {
  background-color: #3a81c3;
  color: #FFF;
  letter-spacing: 1px; }

.tablePrimary.table thead th {
  padding: 15px 8px;
  font-size: 14px; }

.label {
  font-size: 75%;
  font-weight: 400;
  line-height: 1.6; }

.infoBlock {
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14); }

.infoBlock table {
  font-size: 1em; }

.infoBlock .infoBlockTitle {
  background-color: #222;
  color: #FFF;
  padding: 10px 10px 10px 10px;
  position: relative; }

.infoBlock .infoBlockTitle small {
  color: #FFF;
  text-align: left;
  display: block;
  margin-bottom: 3px; }

.infoBlock.primary .infoBlockTitle {
  background-color: #3a81c3;
  color: #FFF; }

.infoBlock.darkPrimary .infoBlockTitle {
  background-color: #485463;
  color: #FFF; }

.infoBlock.darkgray .infoBlockTitle {
  background-color: #2E3138;
  color: #EEE;
  border: 1px solid #000; }

.infoBlock.success .infoBlockTitle {
  background-color: #5cb85c; }

.infoBlock.danger .infoBlockTitle {
  background-color: #d9321e; }

.label.vb {
  vertical-align: text-bottom; }

.hddList {
  padding-left: 0; }

.hddList li {
  display: block;
  background: #3a81c3;
  padding: 8px 5px;
  color: #FFFFFF;
  border-bottom: 1px solid #005dd3;
}
.hddList .btn-group{
  margin-right: 5px;
  margin-top: 3px;
}
.hddList input{
  float: left;
}
.hddNumber {
  width: 30px;
  border: none;
  background: #F5F5F5;
  padding: 5px;
  text-align: center;
  /*margin-right: 10px;*/
  color: #333;
  /*font-weight: bold;*/
  font-size: 14px;
  vertical-align: middle; }

.hddBtn {
  font-size: 16px;
  padding: 2px 10px;
  border: 1px solid #549fff; }

.hddBtn:hover {
  background-color: #005dd3; }

.hddBtn:focus {
  outline: none;
  background-color: #2E3138; }

.minusBtn {
  color: #FF4136; }

.plusBtn {
  background: #333;
  color: #4FD04F; }

.alert-sm {
  padding: 5px 10px; }

.stickyPrice {
  position: fixed;
  top: 100px;
  z-index: 4; }

.radioBtnGroup {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse; }

.radioBtnGroup .radioBtn {
  display: table-cell;
  float: none;
  width: 1%;
  background-color: #2E3138;
  padding: 15px 0 0;
  color: #d5d7dd;
  cursor: pointer;
  font-weight: normal;
  text-align: center; }

.radioBtnGroup .radioBtn:hover, .radioBtnGroup .radioBtn.active {
  background-color: #3a81c3;
  color: #FFF; }

.radioBtnGroup .radioBtn input {
  display: none; }

.radioBtnGroup .radioBtn span {
  display: block;
  background-color: #40454e;
  padding: 4px 6px;
  margin-bottom: 5px; }

.radioBtnGroup .radioBtn:hover span, .radioBtnGroup .radioBtn.active span {
  background-color: #63a8ff; }

.colorTh th {
  color: #2a81a7; }

.simpleTable {
  width: 100%; }

.text-center th {
  text-align: center; }

.simpleTable td, .simpleTable th {
  padding: 8px; }

.sidebarMenu .list-group-item i.fa {
  margin-right: 5px; }

.sidebarMenu a.list-group-item, .sidebarMenu button.list-group-item {
  color: #FFF;
  background-color: #485463; }

.sidebarMenu a.list-group-item.danger, .sidebarMenu button.list-group-item.danger {
  color: #FFF;
  background-color: #3a81c3; }

.sidebarMenu a.list-group-item:hover, .sidebarMenu button.list-group-item:hover, .sidebarMenu a.list-group-item.active, .sidebarMenu button.list-group-item.active {
  background-color: #536172;
  border-color: #DDD; }

.sidebarMenu a.list-group-item.danger:hover, .sidebarMenu button.list-group-item.danger:hover, .sidebarMenu a.list-group-item.danger.active, .sidebarMenu button.list-group-item.danger.active {
  background-color: #549fff;
  border-color: #DDD; }

.spin {
  -webkit-animation: spin .6s infinite ease-out;
  -moz-animation: spin .6s infinite ease-out;
  -o-animation: spin .6s infinite ease-out;
  animation: spin .6s infinite ease-out;
  -webkit-transform-origin: 50% 47%;
  transform-origin: 50% 47%;
  -ms-transform-origin: 50% 47%;
  /* IE 9 */ }

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
.vpsDetailsTitle {
  position: relative;
  padding-left: 25px; }

#loadingIcon {
  position: absolute;
  left: 0;
  top: 2px;
  color: #3a81c3; }

#alertBox {
  letter-spacing: initial;
  border-left: 3px solid #3a81c3;
  padding: 4px 10px;
  background: #485463;
  color: #FFF;
  font-weight: normal;
  font-size: 13px;
  opacity: 0;
  margin-left: 20px; }

.okBtn {
  display: none; }

.cardBox ul {
  list-style: none;
  padding: 30px;
  display: table;
  table-layout: auto;
  border-collapse: collapse;
  width: 100%; }

.cardBox ul li {
  display: table-row;
  border-bottom: 1px solid #E9E9E9; }

.cardBox ul li strong, .cardBox ul li span, .cardBox ul li em {
  display: table-cell;
  padding: 8px 12px; }

.cardBox ul li strong {
  text-align: right;
  white-space: nowrap;
  color: #2a81a7; }

.cardBox ul li span {
  width: 100%; }

.cardBox ul li em {
  width: 16px;
  text-align: right; }

.cardBox ul li em a {
  color: #3a81c3; }

.cardBox ul li em a:hover {
  color: #333; }

.graphBox {
  /*overflow-y: scroll; */
}

.payBtn {
  padding: 1em 2em;

}
.credit-card {
  background-color: #0E458C;
}
.credit-card:hover {
  background-color: #0A2E5D;
}
.payment_btn .payBtn {
  width: 195px;
  padding: 1em 0;
  height: 100px;
  margin: 0 10px 30px;
  justify-content: center;
  align-items: center;
  display: flex;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 11px 35px rgba(0, 0, 0, 0.12);
}
.payment_btn .insufficient-funds{
  border: 3px solid #ff9d9d;
}
.insufficient-funds-txt{
  color: #ff9d9d;
  position: absolute;
  bottom: -8px;
  left: 50%;
  font-size: 13px;
  text-transform: none;
  font-weight: 500;
  transform: translateX(-50%);
}

.payment-methods [tooltip]::after{
  width: auto;
  max-width: none;
}
.payment-methods [tooltip]:not([flow])::before,
.payment-methods [tooltip][flow^="up"]::before{
  bottom: 105%;
}
.payment-methods [tooltip]:not([flow])::after,
.payment-methods [tooltip][flow^="up"]::after{
  bottom: calc(100% + 10px);
}

.payBtn i.fa {
  display: block;
  font-size: 2.2em;
  margin-bottom: 0.3em; }

footer {
  padding: 80px 0 40px;
  background-color: #1B2123;
  overflow: hidden; }

.footer-about {
  color: #fff; }

.footer-widget h4 {
  color: #2B2B2B;
  font-size: 24px;
  font-weight: 900;
  position: relative;
  padding-bottom: 10px;
}
.footer-widget h4 span{
  color: #5AB0FF;
}
#pageTitle:before, .footer-widget h4:before {
  position: absolute;
  content: " "; }

/*.footer-widget h4:before {
  width: 40px;
  height: 2px;
  background-color: #3a81c3;
  bottom: 0;
}*/
.footer-buttons .btn{
  background: #fff;
  width: 100%;
  max-width: 330px;
  height: 68px;
  text-align: left;
  color: #989898;
  font-size: 15px;
  font-weight: 500;
  line-height: 70px;
  text-transform: none;
}
.footer-buttons .btn:hover{
  background: #f9f9f9;
  color: #989898;
}
.footer-buttons .btn i{
  color: #FFC35A;
  font-size: 30px;
  position: relative;
  top: 3px;
  margin-right: 30px;
}
.footer-buttons .btn img{
  width: 30px;
  margin-right: 30px;
}
.footer-buttons a.db{
   margin: 0 auto 30px auto;
}
.footer-about img{
  margin-bottom: 30px;
}
.footer-about p {
  margin-top: 20px;
  color: #737373;
}
.footer-about p.m0{
  margin-top: 0;
}
.footer-about a.btn {
  color: #fff;
  margin-top: 5px; }

.footer-about a.btn:hover {
  color: #2e3138;
  background-color: #fff; }

.footer-widget ul {
  margin: 20px 0 40px;
  padding: 0;
  list-style: none; }

.footer-widget ul li {
  font-size: 15px;
  font-weight: 300;
  padding-bottom: 4px; }

.footer-widget ul li a {
  color: #919191;
  font-weight: 500;
  font-size: 15px;
  font-family: Raleway;
  -webkit-transition: color .25s;
  transition: color .25s;
  display: block;
  margin: 2px 0;
  padding-bottom: 5px; }

.footer-widget a:hover {
  color: #5AB0FF;
}

.contact-info {
  color: #fff;
  padding: 50px 15px 0;
  border-top: 1px solid #14191B; }

.contact-info a {
  font-size: 16px;
  font-weight: 400; }

.contact-info a:hover {
  color: #5bc0de; }

.contact-info i.fa {
  font-size: 20px;
  margin-right: 10px;
  vertical-align: middle; }

.footer-bottom{
  color: #919191;
  background-color: #fff;
  border-top: 1px solid #e4e4e4;
  text-align: center;
  line-height: 25px;
  text-align: left;

}
.footer-bottom .footer-border{
  border-right: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
}
.footer-bottom .footer-box{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 30px 0;
}
.footer-bottom img{
  margin-right: 20px;
}
.footer-bottom p{
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .secondary-menu-links > li > a > .fa {
    display: block;
    margin: 0 auto 3px;
    font-size: 20px; }

  .registration-links {
    margin: 17px 0 0 20px;
    display: inline-block;
    float: right; } }
/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

/* mouse grab icon */
.grabbing {
  cursor: url("../img/grabbing.png") 8 8, move; }

.owl-theme .owl-controls {
  margin-top: -30px;
  text-align: center;
  position: relative; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #EEE;
  filter: Alpha(Opacity=70);
  /*IE7 fix*/
  opacity: 0.7; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 13px;
  height: 13px;
  margin: 5px 7px;
  filter: Alpha(Opacity=60);
  /*IE7 fix*/
  opacity: 0.6;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #3a81c3;
  border: 3px solid #EEE; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px; }

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease; }

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease; }

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease; }

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease; }

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both; }

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both; }

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both; }

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both; }

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1; } }
@-moz-keyframes empty {
  0% {
    opacity: 1; } }
@keyframes empty {
  0% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); } }
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); } }
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px); }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); } }
@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0); } }
@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0); } }
@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    transform: translateZ(-500px); }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0); } }
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8); } }
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8); } }
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8); } }
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%); } }
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%); } }
@keyframes goDown {
  from {
    transform: translateY(-100%); } }
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5); } }
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5); } }
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5); } }
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5); } }
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5); } }
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5); } }

  #cookie_policy {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fff;
  }
  #cookie_policy section{
    padding: 0;
  }
  @media screen and (max-width: 1200px) {
    .navbar-brand>img {
      width: 150px;
    }

  }
  @media screen and (max-width: 1000px) {
    #secondaryMenu > .container {
      margin: 0 15px;
      width: auto;
    }
    .secondary-menu-links > li > a {
      font-size: 14px;
      padding: 10px;
    }
  }

  @media screen and (max-width:992px) {
    .pricingTableBlock .col-sm-6 {
      height: 640px;
    }
    .pricingTableFeatures ul li {
      padding: 10px 5px;
    }
  }

  /* New design Card payment  */
  .form-container {
    border:none !important;
  }
.form-element-holder{
    display:none;
    z-index: 4;
}
  .card-payment header .alert {
    display: none;
  }
  .error-card header .alert {
    display: block;
    border: none;
    background-color: inherit !important;
    text-align: center;
    font-weight: bold;
    padding: 0;
  }

  .error-card #my-sample-form {

    padding: 15px 3em 2em;
  }
  .lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;

  }
  .lds-ellipsis div {
    position: absolute;
    top: 33%;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #3a81c3;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
    margin-left: 48%;
  }
  .lds-ellipsis div:nth-child(1) {
    left: 6px;
    animation: lds-ellipsis1 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(2) {
    left: 6px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(3) {
    left: 26px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(4) {
    left: 45px;
    animation: lds-ellipsis3 0.6s infinite;
  }
  @keyframes lds-ellipsis1 {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes lds-ellipsis3 {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(0);
    }
  }
  @keyframes lds-ellipsis2 {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(19px, 0);
    }
  }
.overPrice {
  position: relative !important;
  z-index: auto;
  margin-top: 260px;
}
/* .outOfStock {
  background-color: grey;
  cursor: default;
}
.outOfStock:hover {
  background-color: grey;
}
.image_outOfStock::after {
  content: "";
  background: url(../img/image_020617.png);
  background-size: contain;
  opacity: 0.4;
  display: block;
  width: 89%;
  height: 200px;
  top: 0;
  position: relative;
  position: absolute;
  background-repeat: no-repeat;
}

.image_outOfStockBG::after {
  content: "";
  background: url(../img/kol-2.png);
  background-size: contain;
  opacity: 0.4;
  display: block;
  width: 89%;
  height: 200px;
  top: 0;
  position: relative;
  position: absolute;
  background-repeat: no-repeat;
} */
.item.slider-item .hidden-xs img{
  height: 250px;
}