.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

a {
  font-family: 'Roboto Condensed', sans-serif;
  text-decoration: none;
}

.navbar {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 64px;
  clear: none;
  border-style: none;
  border-top-width: 9px;
  border-top-color: #adc936;
  border-bottom-width: 1px;
  border-bottom-color: #333;
  background-color: #fff;
}

.navbar.shop_navbar {
  height: 85px;
  margin-top: -8px;
  margin-bottom: 6px;
  background-color: transparent;
}

.menuitem {
  display: block;
  padding: 22px 10px;
  float: left;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: #4e555f;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.menuitem:hover {
  background-color: #bf163e;
  color: #fff;
}

.menuitem:focus {
  background-color: #840523;
  color: #fff;
}

.menuitem.w--current {
  background-color: #bf163e;
  color: #fff;
}

.menuitem.w--current:hover {
  background-color: #4e555f;
  color: #fff;
}

.menuitem.tarhely {
  display: block;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: #4e555f;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
  letter-spacing: 0px;
}

.menuitem.tarhely:hover {
  background-color: #bf163e;
}

.menuitem.tarhely:focus {
  background-color: #4e555f;
  color: #fff;
}

.menuitem.tarhely.w--current {
  background-color: #bf163e;
  background-image: url('../images/1pixel.png');
  background-position: 50% 100%;
  background-size: 0px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.menuitem.tarhely.w--current:hover {
  background-color: #bf163e;
}

.menuitem.mainmenuitem_selected {
  display: block;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  background-color: #4e555f;
  text-align: center;
}

.menuitem.mainmenuitem_selected:hover {
  background-color: #bf163e;
}

.menuitem.mainmenuitem_selected.w--current {
  padding-right: 10px;
  padding-left: 10px;
  background-color: #bf163e;
  background-image: url('../images/1pixel.png');
  background-position: 50% 100%;
  background-size: 0px;
  background-repeat: no-repeat;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  color: #fff;
}

.menuitem.mainmenuitem_selected.w--current:hover {
  background-color: #4e555f;
}

.menuitem.mainmenuitem_selected.mainmenuitem_backuptarhely {
  display: none;
}

.menuitem.akcio_menuitem {
  padding-right: 10px;
  padding-left: 10px;
}

.menuitem.last_menuitem {
  margin-right: -15px;
  padding-right: 7px;
  padding-left: 7px;
}

.menuitem.last_menuitem.smallversion {
  margin-right: 0px;
  font-size: 14px;
}

.menuitem.smallversion {
  padding: 10px;
  background-color: transparent;
  font-size: 14px;
}

.menuitem.smallversion:hover {
  background-color: #4e555f;
}

.menuitem.firstmenuitem {
  display: block;
  margin-left: -15px;
  padding-left: 15px;
  float: left;
  background-color: #4e555f;
  letter-spacing: -0.5px;
}

.menuitem.firstmenuitem:hover {
  background-color: #bf163e;
}

.menuitem.menuitemshop:hover {
  background-color: #840523;
}

.logo {
  width: auto;
  height: 45px;
  margin-top: -3px;
}

.logo.shoplogo {
  height: 50px;
}

.logo.smallversion_logo {
  height: 28px;
  margin-top: 5px;
}

.header {
  position: static;
  margin: 0px;
  padding-bottom: 0px;
  float: right;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-top: 0px solid #adc936;
  font-family: Roboto, sans-serif;
  color: #4e555f;
  font-weight: 300;
}

.header.important_header {
  margin-top: 79px;
  margin-bottom: -69px;
  float: none;
  font-size: 46px;
  text-align: center;
}

.header.subheadtitle {
  float: none;
  font-size: 24px;
}

.footer {
  display: block;
  overflow: auto;
  margin-top: 0px;
  padding-top: 61px;
  border-top: 15px solid #bf163e;
  background-color: #4e555f;
  color: #4e555f;
}

.extra-front {
  margin-top: 0px;
  margin-bottom: 5px;
  padding-top: 42px;
  padding-bottom: 10px;
  border-top: 9px none #adc936;
  background-color: #fff;
  opacity: 1;
}

.services-front {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom: 20px;
  border-style: solid none none;
  border-width: 5px 0px 0px;
  border-color: #01aef0 transparent transparent;
  background-color: #fff;
}

.services-front.uzletifront {
  padding-top: 13px;
  padding-bottom: 0px;
  border-top-style: none;
  background-image: linear-gradient(88deg, rgba(0, 0, 0, 0.47), hsla(0, 0%, 100%, 0) 41%), url('../images/szerverberles.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.heading-footer {
  margin-bottom: 21px;
  padding-bottom: 21px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.4);
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 100;
}

.service-header {
  margin-top: 0px;
  margin-bottom: 56px;
  font-family: Roboto, sans-serif;
  color: #01aef0;
  font-size: 26px;
  line-height: 42px;
  font-weight: 300;
  text-align: center;
}

.service-header.uzleti-front-title {
  display: none;
  margin-bottom: 218px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 174, 240, 0.56)), to(rgba(1, 174, 240, 0.56)));
  background-image: linear-gradient(180deg, rgba(1, 174, 240, 0.56), rgba(1, 174, 240, 0.56));
  color: #4e555f;
  text-align: left;
}

.extra-header {
  margin-top: 0px;
  margin-bottom: 29px;
  padding-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #4e555f;
  font-size: 40px;
  font-weight: 300;
  text-align: center;
}

.extra-header.ssdheader {
  margin-bottom: 15px;
  padding-bottom: 1px;
}

.extra-header.ssdheader.uhuhuh {
  color: #bf163e;
}

.extra-text {
  padding-right: 5px;
  padding-left: 5px;
  font-family: Roboto, sans-serif;
  color: #4e555f;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
}

.extra-heading {
  margin-top: 0px;
  margin-bottom: 21px;
  font-family: Roboto, sans-serif;
  color: #4e555f;
  font-size: 24px;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
}

.extra-column {
  text-align: center;
}

.setrvice-1-column {
  padding: 0px 0px 9px;
  background-color: #4e555f;
  text-align: center;
}

.service-2-column {
  margin-top: -59px;
  margin-bottom: 0px;
  padding: 0px 0px 30px;
  border: 3px solid #dfff3a;
  background-color: #4e555f;
  text-align: center;
}

.productbox_header_title {
  margin-top: 0px;
  margin-bottom: 6px;
  padding: 10px 0px 4px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.productbox_header_title.related_productbox_headertitle {
  margin-bottom: 7px;
  padding-top: 7px;
  font-size: 14px;
}

.productbox_header_title.szerverberles_subtitle {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  text-align: left;
  text-transform: none;
}

.productbox_header_title.ujuzleti-100gthcs {
  margin-bottom: 0px;
  padding-top: 0px;
  font-size: 24px;
}

.productbox_header_title.ujuzleti-100gthcs.yello {
  color: #dfff3a;
}

.productbox_header_title.biggerprodtitle {
  font-size: 20px;
}

.productbox_price_details {
  margin-top: 8px;
  padding-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 19px;
  font-weight: 500;
  text-align: center;
}

.productbox_price_details.side {
  margin-top: 0px;
  padding-bottom: 12px;
  font-size: 14px;
}

.productbox_price_details.side.related_price_details {
  padding-bottom: 0px;
  color: #4e555f;
}

.productbox_price {
  display: block;
  margin-top: 0px;
  padding-top: 6px;
  font-family: Roboto, sans-serif;
  color: #dfff3a;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

.productbox_price.side {
  font-size: 27px;
}

.productbox_price.side.related_productbox_price {
  margin-top: 0px;
  color: #4e555f;
}

.productbox_price.uzlet100geseten-ar {
  padding-right: 10px;
  padding-left: 10px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
}

.productbox_price.uzlet100geseten-ar.uzleti100g-fiok-promo {
  margin-right: 10px;
  margin-left: 10px;
  padding-bottom: 6px;
  border: 1px solid #dfff3a;
  background-color: #c2eb16;
  color: #4e555f;
}

.productbox_price.yellow-price {
  color: #dfff3a;
}

.productbox_item {
  margin-left: 10px;
  padding-top: 15px;
  padding-bottom: 10px;
  border-top: 1px none transparent;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.4);
  background-color: transparent;
  font-family: 'Helveticaneueltpro ltcn', sans-serif;
  color: #fff;
  font-size: 16px;
  list-style-type: none;
}

.productbox_item.related_productbox_item {
  padding-top: 7px;
  padding-bottom: 7px;
  border-bottom-color: #4e555f;
  font-family: 'Helveticaneueltpro cn', sans-serif;
  color: #4e555f;
  font-size: 16px;
}

.productbox_item.szerverberles_details {
  margin-left: 0px;
  padding-top: 0px;
  padding-left: 20px;
  font-weight: 300;
}

.productbox_item.yellomarker {
  color: #dfff3a;
}

.belepve-top {
  position: relative;
  display: none;
  width: 180px;
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 9px;
  float: right;
  font-family: Roboto, sans-serif;
  color: #4e555f;
  font-size: 11px;
  line-height: 13px;
}

.price-buttton-2 {
  height: 52px;
  margin: 10px 5px 13px 0px;
  padding-top: 15px;
  border: 2px solid transparent;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Roboto, sans-serif;
  color: #4e555f;
  font-weight: 700;
  text-align: center;
}

.price-buttton-2:hover {
  border: 2px solid transparent;
  background-color: #920d2c;
  color: #fff;
}

.price-buttton-2.bigger_bottom_margin {
  margin-top: 20px;
  margin-bottom: 0px;
  clear: left;
}

.price-buttton-2.bigger_bottom_margin.displaynone {
  display: none;
}

.price-buttton-2.bigger_bottom_margin.cloudbackup-productbutton {
  display: block;
  margin-top: 10px;
  margin-right: 0px;
  background-color: #01aef0;
  color: #fff;
}

.price-buttton-2.bigger_bottom_margin.cloudbackup-productbutton:hover {
  border-color: #01aef0;
  background-color: #fff;
  color: #01aef0;
}

.price-buttton-2.bigger_bottom_margin.cloudbackup-productbutton.tobbeterrolcb {
  display: none;
}

.price-buttton-2.bigger_bottom_margin.cloudbackup-productbutton.havidijasbutton {
  display: block;
  height: 77px;
  padding-top: 5px;
  padding-bottom: 0px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.price-buttton-2.bigger_bottom_margin.cloudbackup-productbutton.havidijasbutton.x1orderbuttoninbox {
  margin-top: 19px;
}

.price-buttton-2.bigger_bottom_margin.cloudbackup-productbutton.havidijasbutton.alonebutton {
  display: inline-block;
  margin-right: 20px;
  padding-right: 30px;
  padding-left: 30px;
  float: none;
  clear: left;
}

.price-buttton-2.bigger_bottom_margin.cloudbackup-productbutton.vm-calltoaction {
  width: 300px;
  margin-left: 0px;
}

.price-buttton-2.szerverberles_buttonsfix {
  height: 44px;
  margin-bottom: 20px;
  line-height: 10px;
}

.price-buttton-2.szerverberles_buttonsfix.smallcartbutton {
  height: 30px;
  margin-top: -15px;
  padding-top: 8px;
  font-size: 10px;
}

.price-buttton-2.szerverberles_buttonsfix.smallcartbutton.bulebotton_on_gray {
  background-color: #0399d3;
  color: #fff;
}

.price-buttton-2.szerverberles_buttonsfix.smallcartbutton.bulebotton_on_gray:hover {
  background-color: #fff;
  color: #0399d3;
}

.price-buttton-2.email110buttonalatt {
  margin-bottom: 15px;
}

.price-buttton-2.email110buttonalatt.nextcloud-bovebben {
  height: 60px;
  padding-top: 9px;
  padding-right: 5px;
  padding-left: 5px;
}

.extraicon {
  width: 95px;
  margin-bottom: 23px;
}

.extraicon.spextraicon {
  margin-top: 10px;
  margin-bottom: 13px;
}

.logo-footer {
  position: static;
  padding-top: 44px;
  float: none;
}

.price-list-green {
  margin-right: 18px;
  margin-left: 18px;
  list-style-type: none;
}

.list-middle {
  margin-left: -41px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  border-top: 1px none #fff;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.4);
  background-color: transparent;
  font-family: 'Helveticaneueltpro cn', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  list-style-type: none;
}

.list-middle.firstline {
  margin-top: 9px;
}

.list-middle.firstline.promoflip {
  padding-top: 10px;
  padding-bottom: 10px;
}

.list-middle.firstline.promoflip.textsize_18 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  line-height: 8px;
  font-weight: 400;
}

.list-middle.textsize18 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  line-height: 12px;
  font-weight: 400;
}

.list-middle.yellowmarker {
  color: #dfff3a;
}

.right-footer-down {
  font-family: 'Roboto Condensed', sans-serif;
  text-align: right;
}

.middle-footer-down {
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
}

.headtitle {
  margin-top: 5px;
  margin-bottom: 0px;
  border-bottom: 1px none #0098ff;
  font-family: Roboto, sans-serif;
  color: #4e555f;
  font-size: 30px;
  font-weight: 300;
  text-align: left;
}

.headtitle.ugy {
  margin-bottom: 4px;
}

.headtitle.aszwoframe_title {
  font-size: 20px;
}

.headtitle.cc-title {
  position: relative;
  z-index: 0;
  display: block;
  height: 495px;
  margin-top: 57px;
  margin-bottom: 0px;
  background-image: url('../images/cc-main-hero-1000.png');
  background-position: 87% 73px;
  background-size: 900px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: #01aef0;
  font-size: 82px;
  font-weight: 100;
  text-align: center;
}

.headtitle.uzletiakcio-title {
  margin-bottom: 5px;
  font-size: 36px;
}

.headtitle.sargaakciotitle {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  color: #ff8f00;
}

.headtitle.vpspage-subtitle {
  margin-top: 20px;
}

.headtitle.vpscompare-title {
  margin-top: 20px;
}

.headtitle.aszf-headline {
  margin-top: auto;
}

.price-table {
  position: relative;
  top: 72px;
  margin-bottom: 0px;
}

.heading-top {
  position: static;
  width: 60%;
  margin-top: 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 47px;
  font-weight: 300;
}

.top-text {
  width: 60%;
  margin-top: 21px;
  padding-right: 0px;
  float: none;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}

.extra-site-protection-heading {
  margin-top: 25px;
  margin-bottom: 21px;
  font-family: Roboto, sans-serif;
  color: #4e555f;
  font-size: 24px;
  line-height: 25px;
  font-weight: 300;
}

.topbutton {
  width: 130px;
  margin-top: 29px;
  border: 2px solid #fff;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.topbutton:hover {
  border-radius: 3px;
  background-color: #fff;
  color: #333;
}

.nagy-1-column-text {
  margin-top: 15px;
  margin-right: 18px;
  margin-left: 18px;
  padding-top: 0px;
  padding-bottom: 5px;
  font-family: Roboto, sans-serif;
  color: #d9ff3a;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
}

.vps-transparent-button {
  margin: 10px 5px;
  border-style: none;
  border-color: transparent;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.vps-transparent-button:hover {
  background-color: #0399d3;
  color: #fff;
}

.vps-transparent-button.domain_search_button_athome {
  width: 100px;
  margin-top: 10px;
  color: #01aef0;
}

.vps-transparent-button.domain_search_button_athome:hover {
  color: #fff;
}

.tabmenu_item {
  padding: 12px 10px 10px;
  background-color: transparent;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
}

.tabmenu_item:hover {
  background-color: #fff;
  font-family: Roboto, sans-serif;
  color: #01aef0;
  font-weight: 300;
}

.tabmenu_item.w--current {
  padding: 12px 15px 10px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: #4e555f;
  opacity: 1;
  color: #fff;
}

.tabmenu_item.helpermenu-orderbutton {
  margin-top: 2px;
  padding-top: 6px;
  padding-bottom: 6px;
  border: 2px solid #01aef0;
  border-radius: 4px;
  background-color: #01aef0;
  color: #fff;
  font-weight: 500;
}

.tabmenu_item.helpermenu-orderbutton:hover {
  border: 2px solid #01aef0;
  background-color: #fff;
  color: #01aef0;
}

.productpage_column1 {
  padding-top: 10px;
}

.productpage_column1.paypal_form_column {
  padding-top: 0px;
}

.productpage_row {
  margin-bottom: 26px;
}

.productpage_column-2 {
  padding-top: 24px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: right;
}

.red_subheadtitle {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #01aef0;
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
  text-align: left;
  text-transform: none;
}

.red_subheadtitle.php7-miatitle {
  margin-top: 21px;
}

.red_subheadtitle.boldtitle-oncomparepage {
  margin-bottom: 0px;
  font-weight: 500;
}

.red_subheadtitle.tavolisegitsegbox {
  padding: 10px;
  border: 2px solid #ff8f00;
  color: #ff8f00;
  font-size: 18px;
  line-height: 25px;
}

.red_subheadtitle.h1title {
  font-size: 40px;
}

.details {
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #4e555f;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  text-align: left;
}

.details.whitetext.centeredblocktext {
  width: 700px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.details.whitetext.centeredblocktext.centeredtext {
  text-align: center;
}

.details.imagedesc {
  font-size: 14px;
  font-weight: 400;
}

.details.smallerdetails {
  margin-bottom: 10px;
  font-size: 14px;
}

.product_text {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: Roboto, sans-serif;
  color: #4e555f;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}

.vps-green-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #ff8f00;
  font-size: 32px;
  line-height: 34px;
  font-weight: 400;
}

.vps-green-text.specialoffer {
  margin-top: 0px;
  color: #ff8f00;
  font-size: 16px;
}

.vps-green-text.specialoffer.greenhightlight {
  margin-top: -4px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #c2eb16;
  font-size: 14px;
  line-height: 24px;
}

.vps-green-text.oldprice {
  color: #a1acbd;
  text-decoration: line-through;
}

.vps-green-text.oldprice.oldprice-smaller {
  margin-top: 0px;
  font-size: 16px;
  line-height: 18px;
}

.vps-green-text.green {
  color: #dfff3a;
}

.vps-green-text.green.smallerprice {
  margin-top: 0px;
  font-size: 20px;
  line-height: 20px;
}

.top-section-vps {
  width: 100%;
  margin-top: 0px;
  margin-left: 0px;
  border-bottom: 1px none #000;
  border-radius: 3px;
  font-weight: 300;
}

.productbox_button {
  position: relative;
  bottom: 0px;
  width: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 2px solid #01aef0;
  border-radius: 3px;
  background-color: #01aef0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.productbox_button:hover {
  border: 2px solid #01aef0;
  background-color: #fff;
  color: #01aef0;
}

.productbox_button.tobbeterrol_in_product_comparison {
  display: block;
  width: auto;
  height: auto;
  margin-top: 7px;
  margin-bottom: 7px;
  padding: 6px;
  font-size: 14px;
}

.productbox_button.tobbeterrol_in_product_comparison.lastcol {
  margin-right: 20px;
}

.productbox_button.tobbeterrol_in_product_comparison.kieg-orderbutton {
  margin-top: -3px;
}

.productbox_button.related_product_button {
  width: 140px;
  height: auto;
  margin-top: 7px;
  margin-bottom: 18px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-color: #4e555f;
  background-color: #4e555f;
  font-size: 14px;
}

.productbox_button.related_product_button:hover {
  border-color: #4e555f;
  background-color: #fff;
  color: #4e555f;
}

.productbox_button.vps_order_button_onallo {
  width: auto;
  margin-left: 20px;
}

.productbox_button.uzleti100ge5-button {
  margin-top: 0px;
  margin-bottom: 10px;
}

.productbox_button.nextcloud-calltoaction {
  margin-top: 0px;
}

.productbox_button.downloadbutton {
  display: block;
  width: 200px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: 125px;
}

.productbox_button.downloadbutton.forwindows {
  padding-top: 45px;
  border-style: none;
  background-color: transparent;
  background-image: url('../images/6874.5_5F00_01C91EBC.png');
  background-position: 50% 2px;
  background-size: 40px;
  background-repeat: no-repeat;
  color: #01aef0;
  text-decoration: underline;
}

.productbox_button.downloadbutton.forwindows:hover {
  color: #ff8f00;
}

.productbox_button.downloadbutton.formac {
  padding-top: 45px;
  border-style: none;
  background-color: transparent;
  background-image: url('../images/original_macos_logo_redesigned_by_zapper3-da9gl56.png');
  background-position: 50% 3px;
  background-size: 55px;
  background-repeat: no-repeat;
  color: #01aef0;
  text-decoration: underline;
}

.productbox_button.downloadbutton.formac:hover {
  color: #ff8f00;
}

.productbox_button._110gemailfiok-megrendelesbutton {
  margin-top: -1px;
}

.productbox_button.buttoninflexibox {
  margin-top: 0px;
}

.productbox_button.kuponbutton {
  margin-top: 0px;
  margin-bottom: 0px;
}

.related_proucts_sectiontitle {
  display: block;
  margin-bottom: 25px;
  padding-top: 20px;
  border-top: 3px none #4e555f;
  font-family: Roboto, sans-serif;
  color: #01aef0;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
}

.related_proucts_sectiontitle.notopline {
  border-top-style: none;
  line-height: 32px;
}

.related_proucts_sectiontitle.related_lower_margin40 {
  margin-bottom: 40px;
}

.star-text {
  margin-top: 21px;
  margin-bottom: 28px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #4e555f;
  border-bottom: 1px solid #4e555f;
  font-family: 'Proximanova light', sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
}

.tech2column {
  position: relative;
  width: 100%;
  padding-top: 0px;
  float: left;
  border-top-style: none;
}

.tech3column {
  position: relative;
  width: 100%;
  float: left;
}

.techtitle {
  position: static;
  float: none;
  font-family: Roboto, sans-serif;
  color: #bf163e;
  font-size: 24px;
  text-transform: uppercase;
}

.techtext {
  display: block;
  padding-top: 0px;
  border-top-style: solid;
  border-top-color: transparent;
  font-family: 'Proximanova light', sans-serif;
  color: #4e555f;
  font-size: 16px;
  line-height: 26px;
}

.techline {
  display: block;
  width: 100%;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 1px none #01aef0;
}

.tech-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.section-on-top {
  position: static;
  z-index: 0;
  height: 433px;
  padding-top: 61px;
}

.dropdown-on-mobile {
  padding-right: 15px;
  padding-left: 15px;
  font-family: Roboto, sans-serif;
  font-size: 21px;
  font-weight: 300;
  text-transform: uppercase;
}

.open-mobile-menu {
  display: block;
  float: left;
}

.open-mobile-menu.smallversion {
  display: block;
  -webkit-transform: scale(0.93);
  -ms-transform: scale(0.93);
  transform: scale(0.93);
}

.dropdown-row {
  position: static;
  display: block;
  width: 100%;
  margin: 0px 0px 44px;
  padding-left: 17px;
  font-family: Roboto, sans-serif;
}

.dropdown-row.smallmenu_submenupanel_row {
  display: block;
  margin-top: 25px;
  margin-bottom: 20px;
}

._1rowimage {
  position: relative;
  display: block;
  width: 70px;
  margin-bottom: 0px;
  padding-left: 10px;
  text-align: center;
}

._1rowimage.nc {
  width: 95px;
}

.blue-column {
  position: relative;
  display: block;
  padding: 0px;
  opacity: 0.75;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: left;
}

.blue-column:hover {
  opacity: 1;
}

.link_in_productpage {
  width: 100%;
  color: #01aef0;
  text-decoration: none;
}

.link_in_productpage:hover {
  color: #adc936;
}

.maxer-top {
  display: block;
  padding-top: 0px;
  border-style: none;
  background-color: transparent;
}

.menu-section {
  margin-top: 6px;
  border-top: 0px solid #fff;
  border-bottom: 0px solid #fff;
  background-color: #fff;
}

.menu-section.mainmenusection {
  position: relative;
  z-index: 10000;
  display: block;
  overflow: visible;
  width: 100%;
  margin-top: 0px;
  background-color: #4e555f;
}

.menu-container {
  position: relative;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.productbox_header {
  width: 100%;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.14);
  border-bottom-style: solid;
  background-color: #bf163e;
}

.productbox_header.grey {
  margin-bottom: 9px;
  background-color: #4e555f;
}

.productbox_header.blacktableheader {
  background-color: #bf163e;
  color: #fff;
}

.productbox_details {
  margin-right: 18px;
  margin-left: 18px;
  color: #000;
}

.productbox_details.productdetailsinbox {
  padding-left: 0px;
}

.productbox_details.prodboxclassic-onhome {
  padding-left: 0px;
}

.kosar-title {
  margin-top: 0px;
  border-top: 1px none transparent;
  font-family: Roboto, sans-serif;
  color: #4e555f;
  font-size: 21px;
  line-height: 28px;
  font-weight: 400;
  text-transform: uppercase;
}

.kosar-button {
  display: inline-block;
  width: 100%;
  margin-top: 19px;
  border: 2px solid #01aef0;
  border-radius: 3px;
  background-color: #00b0e7;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.kosar-button:hover {
  border: 2px solid #01aef0;
  border-radius: 3px;
  background-color: #fff;
  color: #01aef0;
  font-size: 14px;
}

.kosar-div {
  width: 100%;
  margin-top: 30px;
  padding: 10px;
  float: right;
  border: 1px solid #bcc5d2;
  border-radius: 1px;
  background-color: transparent;
}

.kosar-text {
  position: relative;
  margin-top: 0px;
  float: left;
  font-family: Roboto, sans-serif;
  color: #4e555f;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
}

.kosar-text.price {
  padding-left: 20px;
}

.kosar-text.result {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.kosar-text.result.price {
  margin-right: 1px;
  padding-right: 10px;
  padding-left: 0px;
  float: right;
  text-align: right;
}

.checkbox {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 14px;
  padding-bottom: 5px;
  padding-left: 23px;
}

.general-top-button {
  display: inline-block;
  width: 135px;
  height: 32px;
  margin-top: 10px;
  margin-right: 15px;
  padding-top: 7px;
  padding-right: 0px;
  padding-left: 36px;
  float: right;
  background-color: transparent;
  background-image: url('../images/basket1.png');
  background-position: 0px 50%;
  background-size: 32px;
  background-repeat: no-repeat;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 11px;
  text-transform: uppercase;
}

.general-top-button.webmail {
  width: 91px;
  margin-top: 10px;
  margin-right: 15px;
  padding-left: 36px;
  background-image: url('../images/webmail.png');
  background-position: 0px 0px;
  background-size: 32px;
}

.general-top-button.control-center {
  width: 149px;
  margin-top: 10px;
  margin-right: 10px;
  padding-left: 36px;
  background-image: url('../images/center.png');
  background-size: 32px;
}

.tarhely-submenu-wrapper {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 1000;
  display: none;
  overflow: visible;
  width: 100%;
  margin-top: -3px;
  background-color: #4e555f;
  opacity: 1;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 0%;
  perspective-origin: 50% 0%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.tarhely-submenu-wrapper.shadow {
  top: 62px;
  display: none;
  margin-top: 0px;
  background-color: #bf163e;
  box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.29);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.submenu-links {
  display: block;
  padding-left: 10px;
  float: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}

.submenu-links:hover {
  color: #c2eb16;
}

.submenu-links.w--current {
  display: block;
}

.submenu-heading {
  display: block;
  margin-top: auto;
  margin-right: 15px;
  padding-top: 14px;
  padding-bottom: 20px;
  padding-left: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 14.27px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.submenu-heading:hover {
  color: #01aef0;
}

.submenu-heading.w--current {
  display: block;
}

.submenu-heading.list {
  margin-right: 47px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.container-tarhely {
  display: block;
  margin-top: 0px;
  padding-top: 25px;
  border: 0px none transparent;
}

.container-tarhely.containervps {
  padding-right: 82px;
  padding-left: 0px;
}

.container-tarhely.containerszolgatatasok {
  display: block;
  padding-left: 68px;
}

.container-tarhely.containerugyfels {
  padding-left: 81px;
}

.top-container {
  position: relative;
  display: block;
  margin-top: 70px;
}

.seo-tarhely-list {
  margin-top: 14px;
}

.related_links {
  padding: 10px 17px;
  background-color: transparent;
  font-family: Roboto, sans-serif;
  color: #4e555f;
  font-size: 16px;
  font-weight: 300;
}

.related_links:hover {
  color: #01aef0;
}

.related_links.w--current {
  background-color: transparent;
  color: #4e555f;
  font-size: 16px;
}

.related_links.tippflag {
  padding-right: 36px;
  background-image: url('../images/tipp1.svg');
  background-position: 98% 36%;
  background-size: 32px;
  background-repeat: no-repeat;
}

.top-icons {
  margin-right: 24px;
  float: left;
  font-family: Roboto, sans-serif;
  text-align: center;
  text-decoration: none;
}

.top-icons.firsticon {
  width: 40px;
  height: 40px;
  padding-top: 39px;
  background-image: url('../images/maxer-iconset.png');
  background-position: 25% 0px;
  background-size: 200px;
  background-repeat: no-repeat;
}

.top-icons.firsticon:hover {
  background-image: url('../images/maxer-iconset.png');
  background-position: 25% 100%;
  background-size: 200px;
  color: #bf163e;
}

.top-icons.headericons {
  width: 40px;
  height: 40px;
  padding-top: 39px;
  float: left;
  background-image: url('../images/maxer-iconset.png');
  background-position: 50% 0px;
  background-size: 200px;
}

.top-icons.headericons:hover {
  background-position: 50% 100%;
  color: #bf163e;
}

.top-icon-text {
  margin-top: 0px;
  font-family: Roboto, sans-serif;
  color: #4e555f;
  font-size: 11px;
  text-decoration: none;
  text-transform: uppercase;
}

.top-icon-text:hover {
  color: #bf163e;
}

.top-icon-text.webmail {
  margin-left: -3px;
  font-size: 11px;
}

.top-icon-text.webmail:hover {
  color: #bf163e;
}

.top-icon-text.cartbutton_in_header {
  width: 60px;
  margin-left: -9px;
}

.top-icon-text.cartbutton_in_header:hover {
  color: #bf163e;
}

.kosardiv {
  position: absolute;
  left: -145px;
  top: 30px;
  z-index: 9001;
  display: none;
  width: 320px;
  margin-top: 1px;
  margin-left: 0px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  border-radius: 4px;
  background-color: #4e555f;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.5);
  text-align: left;
}

.kosardivheading {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  border-bottom: 1px solid #b0b4bb;
  background-color: transparent;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
}

.kosarpopuptext {
  position: relative;
  font-family: 'Proximanova light', sans-serif;
  color: #fff;
}

.kosarpopuptext.offername_in_cart {
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.kosarpopuptext.offername_in_cart.gray_on_white_item {
  color: #4e555f;
}

.kosarpopuptext.domaintld_in_cart {
  margin-left: auto;
  padding-top: 10px;
  font-family: Roboto, sans-serif;
}

.kosarpopuptext.domaintld_in_cart.black_on_white_item {
  color: #000;
}

.kosarpopupprice {
  position: static;
  right: 0px;
  bottom: 0px;
  float: right;
  font-family: Roboto, sans-serif;
  color: #fff;
  text-align: right;
}

.kosarpopupprice.sumprices {
  margin-top: 9px;
  margin-right: 11px;
}

.kosarpopupprice.gray_on_white_item2 {
  color: #4e555f;
}

.kosar-row {
  display: block;
  padding-bottom: 10px;
}

.kosarpopupbutton {
  width: 135px;
  margin-right: 5px;
  padding: 6px 13px 6px 12px;
  border: 1px solid transparent;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.kosarpopupbutton:hover {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}

.kosarpopupbutton.megrendelesbutton {
  width: 135px;
  margin-right: 0px;
  margin-left: 4px;
  float: none;
}

.sumkosar {
  padding-top: 8px;
  padding-bottom: 15px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 300;
}

.kosarrowcolumn1 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icontop {
  margin-top: 0px;
  margin-right: 24px;
  padding-top: 39px;
  float: left;
  background-image: url('../images/kosar.png');
  background-position: 50% 0px;
  background-size: 39px;
  background-repeat: no-repeat;
  text-align: center;
  text-decoration: none;
}

.icontop:hover {
  background-image: url('../images/kosar-red.png');
  background-position: 50% 0px;
  background-size: 39px;
}

.icontop:focus {
  background-image: url('../images/kosar-red.png');
  background-size: 39px;
}

.icontop.top-icons {
  width: 40px;
  height: 40px;
  background-image: url('../images/maxer-iconset.png');
  background-position: 0px 0px;
  background-size: 200px;
}

.icontop.top-icons:hover {
  background-position: 0px 100%;
  color: #bf163e;
}

.footer-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  margin-bottom: 33px;
  font-family: 'Proximanova light', sans-serif;
  color: #fff;
}

.footer-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Roboto, sans-serif;
}

.second-navbar {
  position: static;
  margin-top: 0px;
  background-color: #fff;
}

.tabnav {
  position: relative;
  display: block;
  margin-left: 0px;
  text-align: right;
}

.tabnav.shop_order_tab {
  margin-left: 217px;
}

.tabnav.tabnavright {
  margin-right: 0px;
}

.tabnav.my_container.tabnavright {
  margin-top: 12px;
  border-bottom: 1px none #b0b4bb;
}

.vps-menu {
  position: static;
  margin-bottom: 10px;
  border-bottom: 2px solid #4e555f;
  background-color: transparent;
}

.vps-menu.shop_order_menu {
  margin-top: -38px;
}

.vps-menu.helpermenuv2 {
  border-bottom-style: none;
}

.top-line {
  position: relative;
  margin-top: 15px;
}

.productbox {
  position: relative;
  z-index: 2;
  width: 300px;
  margin-top: 18px;
  margin-bottom: 26px;
  background-color: #01aef0;
  text-align: center;
}

.productbox.related_productbox {
  z-index: 3;
  display: block;
  width: 200px;
  margin-bottom: 15px;
  border: 3px solid #4e555f;
  background-color: transparent;
}

.productbox.promobox_on_home {
  display: block;
  width: 300px;
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
  background-color: #4e555f;
}

.productbox.promobox_on_home.ujuzleti-box {
  margin-top: 21px;
}

.productbox.promobox_on_home.ujuzleti-box.email10g {
  margin: 0px auto 18px;
  float: none;
  background-color: #ff8f00;
}

.productbox.promobox_on_home.ujuzleti-box.email10g.email20g {
  background-color: #f60;
}

.productbox.promobox_on_home.ujuzleti-box.email10g.email50g {
  background-color: #ff4700;
}

.productbox.promobox_on_home.ujuzleti-box.email10g.email110g {
  margin-bottom: 16px;
  background-color: #ff0052;
}

.productbox.promobox_on_home.ujuzleti-box.email10g._4oszlopos {
  width: 100%;
  padding-bottom: 11px;
}

.productbox.promobox_on_home.ujuzleti-box.uzleti100-bgcolor {
  background-color: red;
}

.productbox.related_productbox_180 {
  z-index: 3;
  display: block;
  width: 180px;
  margin-bottom: 15px;
  border: 3px solid #4e555f;
  background-color: transparent;
}

.domain-submenu-wrapper {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 1000;
  display: none;
  width: 100%;
  margin-top: -3px;
  background-color: #4e555f;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 0%;
  perspective-origin: 50% 0%;
}

.domain-submenu-wrapper.shadow {
  top: 62px;
  z-index: 1001;
  display: none;
  margin-top: 0px;
  background-color: #bf163e;
  box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.29);
}

.vps-submenu-wrapper {
  position: absolute;
  z-index: 1000;
  display: none;
  width: 100%;
  margin-top: -3px;
  background-color: #4e555f;
}

.vps-submenu-wrapper.shadow {
  top: 62px;
  display: none;
  margin-top: 0px;
  background-color: #bf163e;
  box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.29);
}

.szolgaltatasok-submenu-wrapper {
  position: absolute;
  z-index: 1000;
  display: none;
  overflow: visible;
  width: 100%;
  margin-top: -3px;
  margin-left: -21px;
  background-color: #4e555f;
  opacity: 1;
}

.szolgaltatasok-submenu-wrapper.shadow {
  top: 62px;
  display: none;
  margin-top: 0px;
  background-color: #bf163e;
  box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.3);
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 0%;
  perspective-origin: 50% 0%;
}

.ugyfelszolgalat-submenu-wrapper {
  position: absolute;
  z-index: 1000;
  display: block;
  width: 100%;
  margin-top: -3px;
  background-color: #4e555f;
}

.ugyfelszolgalat-submenu-wrapper.shadow {
  top: 62px;
  display: none;
  margin-top: 0px;
  background-color: #bf163e;
  box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.47);
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 0%;
  perspective-origin: 50% 0%;
}

.domain-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.domain-nav {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 1px solid #4e555f;
  background-color: transparent;
}

.domain-menu-item {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  color: #4e555f;
  font-weight: 300;
  text-transform: uppercase;
}

.domain-menu-item:hover {
  color: #01aef0;
}

.domain-menu-item.w--current {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #4e555f;
  color: #fff;
  font-weight: 500;
}

.domain-menu-item.w--current:hover {
  color: #01aef0;
}

.domain-reg-button {
  position: static;
  margin-top: 10px;
  margin-left: 0px;
  padding-right: 18px;
  padding-left: 18px;
  float: none;
  clear: both;
  border: 1px solid #0399d3;
  border-radius: 2px;
  background-color: #01aef0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.domain-reg-button:hover {
  background-color: #fff;
  color: #01aef0;
}

.domain-reg-button.szamla {
  margin-top: 0px;
  margin-left: 179px;
}

.domain-reg-button.ugy {
  display: block;
  width: 30%;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: auto;
  padding-bottom: auto;
  float: none;
}

.top-result {
  position: relative;
  margin-right: 25px;
  margin-bottom: 0px;
  padding-left: 0px;
  float: left;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Proximanova light', sans-serif;
  font-size: 32px;
}

.domain-red-text {
  margin-bottom: 14px;
  font-family: Roboto, sans-serif;
  color: #bf163e;
  font-size: 18px;
  font-weight: 700;
}

.domain-red-text.hozz {
  margin-top: 5px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #01aef0;
  font-size: 12px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.tovabbi-button {
  position: static;
  margin-top: 10px;
  margin-right: 259px;
  float: none;
  clear: both;
  border: 1px solid #01aef0;
  border-radius: 2px;
  background-color: transparent;
  font-family: Roboto, sans-serif;
  color: #01aef0;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.tovabbi-button:hover {
  background-color: #01aef0;
  color: #fff;
}

.domain-row {
  position: relative;
  margin-bottom: 100px;
}

.addons-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Roboto, sans-serif;
  color: #4e555f;
  font-size: 18px;
  font-weight: 700;
  text-align: right;
}

.addons-text.white {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 0px;
  color: #fff;
}

.kosar-item {
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 13px;
  font-weight: 400;
}

.close-icon {
  position: relative;
  float: right;
}

.kosar-column-2 {
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 20px;
}

.inkosar-row {
  padding-top: 5px;
  padding-bottom: 6px;
  border-bottom: 1px solid #4e555f;
}

.inputlabel {
  display: inline-block;
  margin-bottom: 5px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #4e555f;
  font-size: 16px;
  font-weight: 400;
}

.inputlabel.levelezesi {
  position: relative;
  margin-bottom: 9px;
  font-size: 16px;
  font-weight: 700;
}

.inputlabel.levelezesi.code {
  margin-top: 14px;
  margin-right: 15px;
}

.div-top {
  margin-top: 37px;
}

.ta-form-little {
  height: 45px;
  margin-bottom: 20px;
  border: 2px solid #bdbdbd;
  border-radius: 3px;
}

.column1 {
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 12px;
}

.form_textinput {
  display: block;
  margin-bottom: 10px;
  border: 1px solid #4e555f;
  border-radius: 3px;
  font-family: Roboto, sans-serif;
  color: #4e555f;
}

.form_textinput.paypal_szlainput {
  display: inline-block;
  color: #4e555f;
}

.domainresult {
  min-width: 30%;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 400;
}

.domainresult.domainresult_mainresult {
  font-weight: 500;
}

.v {
  height: 26px;
  margin-top: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 14px;
}

.form-flex {
  display: inline-block;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.form-flex-left {
  width: 50%;
}

.link-in-text {
  color: #01aef0;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
}

.ugy-form {
  border: 2px solid #bdbdbd;
}

.message {
  border: 2px solid #bdbdbd;
}

.code {
  margin-right: 9px;
  margin-bottom: 9px;
}

.logowrapper {
  width: 60%;
}

.logowrapper.w--current {
  margin-right: 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.basket-red-arrow {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 20px;
  height: 10px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/Basket_arrow.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.domain-menu-highlight {
  position: absolute;
  top: 0px;
  z-index: 999;
  width: 15px;
  height: 15px;
  margin-top: -7px;
  margin-left: 115px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.31) transparent transparent hsla(0, 0%, 100%, 0.31);
  background-color: #4e555f;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 0%;
  perspective-origin: 50% 0%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.domain-menu-highlight.tarhelyhihjlight {
  margin-left: 290px;
}

.domain-menu-highlight.vps-highlight {
  margin-left: 379px;
}

.domain-menu-highlight.szolgaltatasok-highlight {
  margin-left: 463px;
}

.domain-menu-highlight.ugyfelszolgalat-highlight {
  margin-left: 713px;
}

.headericonswrapper {
  position: absolute;
  right: 4%;
  bottom: auto;
}

.greysubmenu {
  margin-left: -15px;
  float: none;
}

.navmenu {
  z-index: 999;
  display: block;
  float: left;
}

.navmenu.navmenuright {
  float: right;
}

.domainform {
  display: block;
}

.domainfreeform {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.domainfreesection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 5px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.domainfreesection.domainactive {
  display: block;
  padding-right: 30px;
  padding-left: 30px;
  border-bottom: 1px solid #bdbdbd;
  line-height: 40px;
}

.domainfreesection.divider {
  border-bottom: 1px solid #bdbdbd;
}

.domainfreesection.greenbg {
  background-color: #adc936;
}

.domainfreesection.domaincsomagrow {
  padding-top: 10px;
  padding-bottom: 10px;
}

.whitetext {
  font-family: Roboto, sans-serif;
  color: #fff;
}

.whitetext.bodytext {
  font-size: 14px;
  font-weight: 300;
}

.lastrow {
  margin-bottom: 14px;
}

.aszf-column-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.aszfcol01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.aszfcol01.textbold {
  padding-left: 25px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.aszfcol01.wof_text {
  font-size: 11px;
}

.aszf-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.delete-icon {
  padding-left: 7px;
  float: right;
}

.aszf-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px solid #bdbdbd;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.aszf-header {
  margin-top: -5px;
  color: #4e555f;
  font-size: 20px;
  line-height: 27px;
}

.aszf-header.aszt-subheader {
  font-weight: 400;
}

.aszf-header.wof_header {
  font-size: 15px;
}

.aszf-textblock {
  padding-left: 22px;
  color: #4e555f;
  line-height: 24px;
  text-align: justify;
}

.aszf-textblock.aszf_wof_text {
  font-size: 11px;
  line-height: 12px;
}

.listsublist {
  display: block;
  padding-left: 40px;
}

.basketpriceright {
  padding-right: 0px;
  padding-left: 26px;
}

.counterblock {
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.counterblock.counternumbers {
  position: static;
  width: 250px;
  height: 250px;
  margin-right: 30px;
  margin-left: 30px;
  padding-top: 64px;
  padding-right: 0px;
  padding-left: 0px;
  border: 7px solid #c2eb16;
  border-radius: 50%;
  font-family: Roboto, sans-serif;
  color: #adc936;
  font-size: 70px;
  font-weight: 100;
  text-align: center;
}

.count {
  color: #c2eb16;
  font-size: 60px;
  font-weight: 400;
}

.countertitle {
  margin-top: 0px;
  margin-bottom: 26px;
  color: #01aef0;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
}

.countertitle.firstcountertitle {
  margin-top: -11px;
}

.countersection {
  display: block;
}

.ssdtechflex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ssdtechflexchild {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.important_subtitle {
  margin-top: 115px;
  margin-bottom: 81px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  line-height: 60px;
  font-weight: 100;
  text-align: center;
}

.leftrightstyle_section {
  padding-top: 45px;
  padding-bottom: 45px;
}

.leftrightstyle_section.sectiongreen {
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #01aef0;
}

.leftrightstyle_section.contentbottomborder.ssdlastsection {
  padding-top: 10px;
  padding-bottom: 0px;
}

.leftrightstyle_section.ssdhatrany {
  padding-top: 23px;
}

.leftrightstyle_section.sectiongray {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #01aef0;
}

.leftrightstyle_section.tarhely_automation {
  padding-top: 50px;
  padding-bottom: 50px;
}

.leftrightstyle_blocktitle {
  margin-top: 0px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 300;
}

.leftrightstyle_blocktitle.whitetext {
  margin-top: 0px;
  margin-bottom: 20px;
}

.leftrightstyle_blocktitle.whitetext.dropshadowontext {
  text-shadow: 1px 1px 6px #000;
}

.bodytext {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 26px;
  font-weight: 300;
}

.centerobject {
  display: block;
  width: 50%;
  height: 50%;
  margin-right: auto;
  margin-left: auto;
}

.centerobject.ugyfelszolg_image {
  margin-top: 183px;
}

.centerobject.automation {
  width: 70%;
  height: 70%;
}

.centerobject.gray-shield {
  width: 250px;
}

.centerobject.iolatency {
  width: 80%;
}

.ssdexplanation {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}

.productitems_in_productpage {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 20px;
  list-style-type: disc;
}

.productitems_in_productpage.whitetext.dropshadowontext {
  text-shadow: 1px 1px 6px #000;
}

.productitems_in_productpage.white {
  color: #fff;
}

.productitems_in_productpage.vm-white {
  color: #fff;
}

.productitem_in_productpage {
  padding-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #4e555f;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.common_container {
  display: block;
  padding-left: 17px;
}

.common_container.aszf_wof_container {
  padding-right: 17px;
}

.compares_header {
  color: #fff;
}

.compares_header.tablecell.leftcolumnt_in_tableheader {
  width: 20%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-right-style: none;
  border-right-width: 0px;
  font-family: 'Helveticaneueltpro cn', sans-serif;
}

.compares_header.tablecell.leftcolumnt_in_tableheader._3colsetup {
  width: 33%;
}

.comparation_table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 19px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #4e555f;
  font-family: 'Helveticaneueltpro ltcn', sans-serif;
  font-size: 18px;
  font-weight: 400;
  list-style-type: none;
  -webkit-column-count: 4;
  column-count: 4;
}

.comparation_table.compares_header {
  margin-top: 40px;
  padding-top: 5px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #4e555f;
  font-size: 18px;
  font-weight: 400;
}

.comparation_table.highlighted-row {
  background-color: #e0ff00;
}

.tablecell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.tablecell.leftcolumn_in_table {
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-right-style: none;
  border-right-width: 0px;
  font-family: 'Helveticaneueltpro ltcn', sans-serif;
  font-weight: 400;
}

.tablecell.nopadding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.tablecell.nopadding._3colsetup {
  width: 33%;
}

.tablecell.nopadding._3colsetup.lastcell {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.tablecell.emptycell {
  color: #4e555f;
}

.tablecell._3colsetup {
  width: 33%;
}

.tablecell.center_text {
  text-align: center;
}

.cell_tick_yes {
  display: block;
  width: 30px;
  height: 30px;
  margin: 10px auto 4px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.backbutton {
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 7px;
  padding-left: 28px;
  background-color: #fff;
  background-image: url('../images/backbutton.png');
  background-position: 0px 9%;
  background-size: 24px;
  background-repeat: no-repeat;
  font-family: Roboto, sans-serif;
  color: #4e555f;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.backbutton:hover {
  background-position: 0px 87%;
  color: #bf163e;
}

.cart_item_row {
  display: block;
  border-bottom: 1px solid #b0b4bb;
}

.leftcolumn_cell {
  margin-right: 10px;
}

.kosar_buttondiv {
  display: block;
  text-align: center;
}

.uzleti_product_anim {
  height: 500px;
}

.booble_legnepszerubb {
  position: absolute;
  top: -27px;
  z-index: 2;
  display: inline-block;
  margin-top: 14px;
}

.booble_legnepszerubb.booble_legnepszerubb_220width {
  width: 220px;
}

.supportvideobg {
  height: 600px;
}

.serversidecounter_section {
  display: none;
  background-color: #4e555f;
}

.sscounter_box {
  padding-top: 50px;
  padding-bottom: 50px;
  color: #fff;
}

.sscounter_label {
  font-family: 'Helveticaneueltpro ltcn', sans-serif;
  font-size: 16px;
  font-weight: 100;
  text-transform: none;
}

.sscounter_number {
  padding-top: 10px;
  font-family: Roboto, sans-serif;
  color: #c2eb16;
  font-size: 22px;
  font-weight: 100;
}

.docslink {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 46px;
  background-image: url('../images/icon-download7.png');
  background-position: 5px 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  color: #01aef0;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  text-decoration: underline;
}

.docslink:hover {
  color: #adc936;
}

.common_text {
  font-family: Roboto, sans-serif;
  color: #4e555f;
  font-size: 14px;
  line-height: 26px;
  font-weight: 300;
}

.link_in_footer {
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-weight: 100;
  text-decoration: none;
}

.link_in_footer:hover {
  color: #c2eb16;
}

.link_in_footer.w--current {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  text-decoration: none;
}

.link_in_footer.w--current:hover {
  color: #adc936;
}

.link_in_footer.partnerlink {
  margin-right: 10px;
}

.linkblock {
  text-decoration: none;
}

.slicestart {
  display: none;
}

.sliceend {
  display: none;
}

.spvideobg {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.messagebox {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 10px;
  border: 3px solid #4e555f;
  border-radius: 3px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  text-align: center;
}

.messagebox.errorbox {
  display: none;
}

.messagebox.message_ok {
  display: none;
}

.message_text {
  padding-top: 70px;
  padding-bottom: 70px;
  font-size: 18px;
  line-height: 29px;
  text-align: center;
}

.message_title {
  color: #01aef0;
  font-size: 32px;
  line-height: 25px;
  font-weight: 300;
  text-transform: uppercase;
}

.message_ok {
  padding-top: 40px;
  padding-bottom: 40px;
  border: 3px solid #4e555f;
  border-radius: 3px;
  text-align: center;
}

.errortext {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #bf163e;
  font-size: 18px;
  font-weight: 300;
}

.captcha {
  width: 150px;
  height: 30px;
  background-color: transparent;
  background-image: url('../images/uj_ellenorzo_kod.png');
  background-position: 50% 50%;
  background-size: 140px;
  background-repeat: no-repeat;
}

.my_container {
  display: block;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.my_container.domain_search_box {
  padding-top: 0px;
  padding-bottom: 0px;
}

.my_container.vps-promo-conatiner {
  padding-left: 171px;
}

.my_container.ccnoti-iconrow {
  margin-top: 36px;
  text-align: center;
}

.my_container.uzleti100g-hero-label {
  height: 30px;
}

.my_container.my_menucontainer {
  padding-top: 20px;
}

.my_container.vpsarak-container {
  padding-right: 0px;
  padding-left: 0px;
}

.my_container.smallmenucontainer {
  padding-top: 33px;
}

.my_container.felhotarhelychoose-container {
  margin-top: 20px;
}

.my_container.cloudhero-container {
  text-align: center;
}

.networklinks {
  max-width: 1230px;
  margin: 11px auto 13px;
  padding-left: 15px;
}

.icon_langswi.w--current {
  width: 80px;
  height: 18px;
  margin-top: 9px;
  margin-right: 15px;
  background-image: url('../images/home_icon.png');
  background-position: 0px 0px;
  background-size: 18px;
  background-repeat: no-repeat;
  text-decoration: none;
}

.icon_langswi.w--current:hover {
  background-image: url('../images/home_icon.png');
  background-position: 0px 96%;
  background-size: 18px;
}

.icon_langswi.icon_langswitch:hover {
  color: #adc936;
}

.icon_langswi.icon_langswitch.w--current {
  height: 20px;
  background-image: url('../images/home_langswitch.png');
  background-position: 0px 0px;
  background-size: 16px;
  background-repeat: no-repeat;
}

.icon_langswi.icon_langswitch.w--current:hover {
  background-position: 0px 100%;
}

.icon_langswi.icon_tudasbazis.w--current {
  height: 20px;
  margin-right: 20px;
  background-image: url('../images/icon_tudasbazis.png');
  background-position: 0px 0px;
  background-size: 19px;
}

.icon_langswi.icon_tudasbazis.w--current:hover {
  background-position: 0px 104%;
}

.icon_langswi.icon_blog.w--current {
  height: 22px;
  margin-right: 12px;
  background-image: url('../images/icon_blog.png');
  background-position: 0px 2px;
  background-size: 20px;
}

.icon_langswi.icon_blog.w--current:hover {
  height: 22px;
  background-position: 0px 100%;
}

.icon_langswi.icon_webmail.w--current {
  background-image: url('../images/icon_webmail.png');
  background-position: 0px 1px;
  background-size: 21px;
}

.icon_langswi.icon_webmail.w--current:hover {
  background-position: 0px 103%;
}

.icon_langswi.icon_shop.w--current {
  height: 22px;
  background-image: url('../images/icon_shop.png');
  background-position: 0px 0px;
  background-size: 20px;
}

.icon_langswi.icon_shop.w--current:hover {
  background-position: 0px 108%;
}

.icon_langswi.icon_cc.w--current {
  width: auto;
  float: right;
  background-image: url('../images/icon_cc.png');
  background-position: 0px 0px;
  background-size: 14px;
}

.icon_langswi.icon_cc.w--current:hover {
  background-position: 0px 100%;
}

.icon_text {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 24px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #4e555f;
  font-size: 13px;
  text-decoration: none;
}

.icon_text:hover {
  color: #bf163e;
  text-decoration: none;
}

.icon_text.icon_text_blog {
  padding-left: 25px;
}

.icon_text.icon_text_webmail {
  display: block;
  padding-left: 26px;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-size: 13px;
}

.icon_text.icon_text_cc {
  padding-left: 22px;
}

.icon_text.icon_text_small {
  color: #fff;
}

.icon_text.icon_text_small:hover {
  color: #fff;
}

.home_icon {
  margin-right: 20px;
  background-image: url('../images/home_icon_1.png');
  background-position: 0px 0px;
  background-size: 18px;
  background-repeat: no-repeat;
}

.home_icon:hover {
  background-position: 0px 104%;
}

.home_icon.w--current {
  display: none;
  margin-right: 25px;
  margin-left: 5px;
}

.langswitch_icon {
  display: none;
  margin-right: 20px;
  background-image: url('../images/home_langswitch.png');
  background-position: 0px 0px;
  background-size: 16px;
  background-repeat: no-repeat;
}

.langswitch_icon:hover {
  background-position: 0px 100%;
}

.langswitch_icon.w--current {
  display: none;
  margin-right: 25px;
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.tudasbazis_icon {
  margin-right: 17px;
  background-image: url('../images/icon_tudasbazis.png');
  background-position: 0px 0px;
  background-size: 19px;
  background-repeat: no-repeat;
  font-size: 13px;
}

.tudasbazis_icon:hover {
  background-position: 0px 104%;
}

.tudasbazis_icon.w--current {
  margin-right: 25px;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.blog_icon {
  margin-right: 32px;
  background-image: url('../images/icon_blog.png');
  background-position: 0px 1px;
  background-size: 20px;
  background-repeat: no-repeat;
}

.blog_icon:hover {
  background-position: 0px 96%;
}

.blog_icon.w--current {
  margin-right: 35px;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.webmail_icon {
  margin-right: 22px;
  background-image: url('../images/icon_webmail.png');
  background-position: 0px 1px;
  background-size: 21px;
  background-repeat: no-repeat;
}

.webmail_icon:hover {
  background-position: 0px 117%;
}

.webmail_icon.w--current {
  margin-right: 25px;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.webmail_icon.sticky_webmail_icon {
  background-image: url('../images/icon_webmail-sticky-1.png');
  background-size: 21px;
}

.webmail_icon.sticky_webmail_icon.w--current {
  margin-right: 3px;
  background-image: url('../images/icon_webmail-sticky-1.png');
  background-position: 0px 0px;
  background-size: 21px;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  color: #4e555f;
}

.webmail_icon.sticky_webmail_icon.w--current:hover {
  background-image: url('../images/icon_webmail-sticky-1.png');
  background-position: 0px 0px;
  background-size: 21px;
}

.shop_icon {
  margin-right: 20px;
  padding-bottom: 10px;
  background-image: url('../images/shopicon.png');
  background-position: 0px 0px;
  background-size: 20px;
  background-repeat: no-repeat;
}

.shop_icon:hover {
  background-position: 0px 100%;
}

.shop_icon.w--current {
  display: inline-block;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.shop_icon.sticky_shop_icon {
  background-image: url('../images/shopicon_feher.png');
  background-size: 20px;
}

.shop_icon.sticky_shop_icon.w--current {
  margin-right: 6px;
  background-image: url('../images/shopicon_feher.png');
  background-size: 20px;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.cc_icon {
  margin-right: 16px;
  float: none;
  background-image: url('../images/icon_cc.png');
  background-position: 0px 0px;
  background-size: 14px;
  background-repeat: no-repeat;
}

.cc_icon:hover {
  background-position: 0px 108%;
}

.cc_icon.w--current {
  margin-right: 20px;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.cc_icon.cc_icon_on_smallmenu {
  background-image: url('../images/icon_cc-sticky.png');
  background-size: 14px;
}

.cc_icon.cc_icon_on_smallmenu.w--current {
  margin-right: 0px;
  float: none;
  background-image: url('../images/icon_cc-sticky.png');
  background-size: 14px;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.information_block {
  margin-top: 30px;
  margin-left: -8px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.smallmenu {
  position: fixed;
  z-index: 10000;
  display: none;
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #bf163e;
  background-color: #bf163e;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
}

.domain-submenu-wrapper-small {
  position: fixed;
  top: 36px;
  z-index: 20000;
  display: none;
  width: 100%;
  background-color: #4e555f;
}

.icons_in_smallmenu {
  margin-top: 9px;
  float: right;
}

.networklinksontop {
  margin-top: 10px;
  float: right;
}

.ccstatusbox {
  display: none;
  width: 270px;
  margin-top: 8px;
  padding: 3px 8px 3px 36px;
  float: right;
  border: 1px solid #b0b4bb;
  border-radius: 4px;
  background-color: #fff;
  background-image: url('../images/Screen-Shot-2016-08-09-at-7.40.52.png');
  background-position: 8px 49%;
  background-size: 22px;
  background-repeat: no-repeat;
  font-family: 'Roboto Condensed', sans-serif;
  color: #4e555f;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
}

.ccstatusbox:hover {
  background-color: #4e555f;
  background-image: url('../images/ccinverse.png');
  background-position: 8px 49%;
  background-size: 22px;
  background-repeat: no-repeat;
  color: #fff;
}

.tarhely-submenu-wrapper-small {
  position: fixed;
  top: 36px;
  z-index: 20000;
  display: none;
  width: 100%;
  background-color: #4e555f;
}

.vps-submenu-wrapper-small {
  position: fixed;
  top: 36px;
  z-index: 20000;
  display: none;
  width: 100%;
  background-color: #4e555f;
}

.szolgaltatasok-submenu-wrapper-small {
  position: fixed;
  top: 36px;
  z-index: 20000;
  display: none;
  width: 100%;
  background-color: #4e555f;
}

.ugyfelszolgalat-submenu-wrapper-small {
  position: fixed;
  top: 36px;
  z-index: 20000;
  display: none;
  width: 100%;
  background-color: #4e555f;
}

.products-compare-row {
  margin-top: 40px;
}

.kosar_container_div {
  position: relative;
  display: inline-block;
}

.domain_search_label {
  font-family: Roboto, sans-serif;
  color: #4e555f;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
}

.domain_search_input {
  width: 375px;
  margin-top: 10px;
  float: left;
  border-radius: 3px;
  color: #4e555f;
}

.domainsearchbox {
  width: 550px;
  margin-top: 0px;
  margin-right: auto;
  padding: 14px 20px 10px;
  border: 2px solid #dfff3a;
  border-radius: 12px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(194, 235, 22, 0.52)), to(rgba(194, 235, 22, 0.52)));
  background-image: linear-gradient(180deg, rgba(194, 235, 22, 0.52), rgba(194, 235, 22, 0.52));
}

.kosar_badge {
  position: absolute;
  left: 10px;
  top: -7px;
  display: none;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: #bf163e;
  color: #fff;
  font-size: 8px;
  line-height: 15px;
  text-align: center;
}

.kosar_badge.kosar_badge_small {
  background-color: #4e555f;
}

.kosardivsmall {
  position: absolute;
  left: -145px;
  top: 30px;
  z-index: 9001;
  display: none;
  width: 320px;
  margin-top: 1px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  border-radius: 4px;
  background-color: #4e555f;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.5);
}

.domain_select_checkbox {
  margin-top: 15px;
}

.cart_item_sum_row {
  display: block;
}

.cart_item_empty_row {
  border-bottom: 1px solid #b0b4bb;
}

.logout_icon {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  background-image: url('../images/logout-icon.png');
  background-position: 0px 1px;
  background-size: 20px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.logout_icon:hover {
  background-position: 0% 72%;
}

.maxer_form {
  font-family: 'Roboto Condensed', sans-serif;
}

.skybluetitle {
  font-family: Roboto, sans-serif;
  color: #01aef0;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.skybluetitle.bubble {
  height: 70px;
  padding-top: 6px;
  padding-left: 16px;
  background-image: url('../images/general_bubble1.svg');
  background-position: 0px 50%;
  background-size: 300px;
  background-repeat: no-repeat;
  color: #9bbe05;
  font-size: 16px;
}

.vps_promo_text1 {
  display: inline-block;
  margin-top: -3px;
  margin-left: 22px;
  float: none;
  font-family: Roboto, sans-serif;
  color: #4e555f;
  font-size: 40px;
  line-height: 56px;
  font-weight: 300;
}

.vps_promo_text1.ujuzleti-home-promotitle1 {
  display: block;
  width: 100%;
  float: right;
  font-size: 34px;
  text-align: right;
}

.vps_promo_text1.ujuzleti-home-promotitle1.bold {
  display: block;
  font-size: 38px;
  line-height: 40px;
  font-weight: 500;
}

.vps_promo_text1.ujuzleti-home-promotitle1.ujuzleti-topmargin {
  margin-top: 70px;
  font-size: 38px;
  line-height: 40px;
}

.vps_promo_text1.ujuzleti-home-promotitle1.onalloemailfiok-title-insection {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  font-size: 44px;
  text-align: center;
}

.vps_promo_text1.ujuzleti-home-promotitle1.onalloemailfiok-title-insection.cloudteampromotitle {
  font-size: 32px;
  line-height: 33px;
}

.vps_promo_text1.ujuzleti-home-promotitle1.onalloemailfiok-title-insection.cloudteampromotitle.maintitleathome {
  font-size: 46px;
}

.vps_promo_text1.ujuzleti-home-promotitle1.onalloemailfiok-title-insection.kuponbevalto-title {
  margin-left: 0px;
  font-size: 34px;
  line-height: 40px;
  text-align: left;
}

.maxerbody {
  font-family: 'Roboto Condensed', sans-serif;
}

.bluesection {
  height: 114px;
  margin-top: 359px;
  background-color: #01aef0;
}

.bluesection.cc-icon-minimals-block {
  position: relative;
  z-index: 100;
  padding-top: 60px;
  padding-bottom: 68px;
}

.bluesection.cc-icon-minimals-block.incc {
  height: 184px;
  margin-top: -1px;
}

.bluesection.php7blue {
  height: 10px;
}

.cc-icon-minimals {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.cc-icon-minimals.incc {
  margin-top: -40px;
}

.cc-promotext1 {
  margin-top: 31px;
  color: #f9ffe0;
  font-size: 40px;
  font-weight: 100;
  text-align: center;
}

.cc-promotext1.gray-title {
  color: #4e555f;
}

.body {
  font-family: Roboto, sans-serif;
  color: #4e555f;
}

.cc-white-section {
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
}

.cc-white-section.cc-graywhite-section {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #fff), color-stop(0, #4e555f));
  background-image: linear-gradient(180deg, #fff 30%, #4e555f 0);
}

.cc-red-section {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #bf163e;
}

.image-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-3 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.cc-mobil-soon {
  display: block;
  margin-top: 12px;
  margin-right: auto;
  margin-left: auto;
}

.php7-herobg {
  height: 400px;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0.59) 38%, hsla(0, 0%, 100%, 0)), url('../images/chequered-flag.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.php7-heroh1 {
  position: relative;
  left: 60px;
  top: 135px;
  color: #4e555f;
  font-weight: 400;
  text-align: center;
}

.php7-heroh1-v2 {
  position: relative;
  top: 13px;
  margin-top: 94px;
  color: #0399d3;
  font-size: 390px;
  text-align: center;
}

.phpszalag-section {
  height: 150px;
  background-image: url('../images/php7szalagv2.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.red-section {
  padding-bottom: 30px;
  background-color: #bf163e;
}

.php7-sectiontitle {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #4e555f;
  font-weight: 400;
  text-align: center;
}

.php7-sectiontitle.whitetext {
  color: #fff;
}

.php7-charts {
  top: 0px;
  right: 0px;
  display: block;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}

.php7-ccmiabg {
  height: 300px;
  background-image: url('../images/mia-image.png');
  background-position: 72% 58%;
  background-size: auto 450px;
  background-repeat: no-repeat;
}

.notianimbg {
  height: 600px;
}

.noti-ring {
  height: 300px;
  margin-top: 39px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/noti-ring.svg');
  background-position: 51% 50%;
  background-size: 250px;
  background-repeat: no-repeat;
}

.ccnotiicon-on-anim {
  margin-right: 20px;
  margin-left: 20px;
}

.image-5 {
  position: relative;
  left: 297px;
  top: 280px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.noti-title {
  margin-top: 5px;
  margin-bottom: 34px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 75px;
  font-weight: 300;
}

.noti-image {
  display: block;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
}

.viszonteladoi-100szazalekkenyelem {
  width: 60%;
}

.szerverberles_hero {
  height: 1000px;
  background-image: url('../images/szerverberles.jpg');
  background-position: 50% 12%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block {
  width: 730px;
}

.div-block-2 {
  background-color: #bf163e;
  font-family: Roboto, sans-serif;
}

.szerverberles {
  margin-top: 120px;
  font-family: Roboto, sans-serif;
  color: #4e555f;
  font-size: 50px;
  font-weight: 400;
}

.szerverberles_price {
  margin-bottom: 5px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}

.celltext {
  margin-top: 3px;
  font-family: 'Helveticaneueltpro ltcn', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.celltext.floatleft {
  float: left;
}

.celltext.floatright {
  float: right;
}

.celltext.cell-201711 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
}

.celltext.cell-201711.cell-2017-sortext {
  color: #4e555f;
}

.celltext.cell-201711.cell-2017-sortext.firstcolumn-incell2017 {
  padding-left: 10px;
}

.celltext.cell-201711.firstheadercolumn-incell2017 {
  padding-left: 10px;
}

.simpletable {
  padding-top: 20px;
  background-color: #4e555f;
}

.simpletable.bottomline {
  border-bottom: 1px solid #b0b4bb;
}

.simpletable.bottomline.plusbutton {
  padding-bottom: 20px;
  border-bottom-color: #b0b4bb;
}

.div-block-3 {
  padding-right: 10px;
  padding-left: 20px;
}

.div-block-3.szerverberles_tablebg {
  margin-top: 5px;
  padding-right: 20px;
  background-color: #4e555f;
}

.section-backuptarhely-hero {
  height: 400px;
  background-image: url('../images/cloudbackup-3.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-4 {
  width: 600px;
  height: auto;
  margin-top: 15px;
  margin-bottom: 24px;
  padding: 30px;
  background-color: #4e555f;
}

.highlighted-white-header {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 22px;
  line-height: 26px;
}

.highlighted-white-header.roboto-light {
  margin-bottom: 0px;
  font-weight: 100;
}

.captcharow {
  margin-bottom: 15px;
}

.ujuzleti-home-columns {
  border-top: 5px solid #01aef0;
  background-color: #fff;
}

.ujuzleti-boxbg {
  margin-right: -15px;
  background-image: url('../images/ujuzleti-bg.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.ujuzleti-100g {
  margin-top: 5px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}

.ujuzleti-100g._110gfiokboxtitle {
  margin-top: 16px;
  margin-bottom: 4px;
  font-size: 60px;
}

.ujuzleti-100g._110gfiokboxtitle.yello {
  color: #dfff3a;
}

.onalloemailfiok-section-home {
  background-color: #01aef0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#01aef0), to(#fff));
  background-image: linear-gradient(180deg, #01aef0, #fff);
}

.uj-highlightedtext {
  color: #d9ff3a;
}

.uzleti100g-landing-hero {
  height: 300px;
  background-image: url('../images/ujuzleti-bg.png');
  background-position: 50% 21%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tablafej {
  background-color: #4e555f;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
}

.tablasor {
  border-bottom: 1px solid #4e555f;
}

.tablasor.highlightersor {
  position: absolute;
  z-index: -10;
  width: 1200px;
}

.tablasortext {
  font-family: 'Roboto Condensed', sans-serif;
  color: #4e555f;
  font-size: 16px;
  line-height: 50px;
  font-weight: 400;
}

.tablasortext.fejsortext {
  color: #fff;
}

.tablasortext.fejsortext.centered-cella {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.tablasortext.firstcolumn {
  padding-left: 15px;
}

.tablasortext.centered-cella2 {
  text-align: center;
}

.tablasortext.columnhighlight {
  height: 755px;
  background-color: #ffe49e;
  color: #4e555f;
}

._1stcolumn {
  padding-left: 25px;
  border-right: 1px solid #fff;
}

.uzlet100ge5hero {
  height: 330px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/server-uzleti.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/server-uzleti.jpg');
  background-position: 0px 0px, 50% 29%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-block-5 {
  background-image: url('../images/whiteicons.svg');
  background-position: 0px 0px;
  background-size: 60%;
  background-repeat: no-repeat;
}

.div-block-5.whiteicons {
  width: 550px;
  height: 300px;
  margin-right: auto;
  margin-left: 55px;
  float: left;
  background-position: 50% 50%;
  background-size: contain;
}

.cloudbackup-section {
  margin-top: -111px;
}

.cloudbackup-section.vps-prodbox-section {
  margin-top: -124px;
}

.cloudbackup-section.vps-prodbox-section.onvpspage {
  margin-top: 0px;
}

.cloudbackup-section.vps-prodbox-section.highlighted-box {
  margin-top: -305px;
}

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

.heading.cloudbackup-h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #01aef0;
  color: #fff;
  text-align: left;
}

.heading.cloudbackup-h1.vps-hero-h1 {
  background-color: transparent;
}

.redbox {
  padding-bottom: 20px;
  background-color: #bf163e;
}

.cloudbackup-h2 {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
  color: #fff;
  font-size: 50px;
  font-weight: 400;
}

.cloudbackup-h3 {
  margin-top: 0px;
  margin-bottom: 30px;
  padding-left: 20px;
  color: #fff;
  font-weight: 400;
}

.cloudbackup-price {
  margin-bottom: 10px;
  padding-left: 20px;
  color: #fff;
  font-size: 28px;
}

.cloudbackup-price.afatext {
  font-size: 20px;
}

.cloudbackup-price.afatext.vpspice-subtext {
  padding-left: 15px;
  font-size: 14px;
  line-height: 16px;
}

.cloudbackup-price.vpsprice {
  margin-top: 20px;
  padding-left: 15px;
  color: #dfff3a;
}

.cloudbackup-price.vpsprice.highlighted-bold-price {
  font-size: 36px;
  font-weight: 700;
}

.cloudbackup-price.vpsprice.nextcloudusanotebookarak {
  font-size: 20px;
}

.herosection-blue {
  background-color: #01aef0;
}

.herosection-blue.vps-herolabel {
  background-color: #01aef0;
}

.cbicon {
  margin-top: 8px;
  padding-top: 1px;
  float: right;
}

.cbslogan {
  margin-top: 14px;
  margin-right: 8px;
  float: right;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  text-align: right;
}

._4oszlopos-tabla-sor {
  height: 52px;
  padding-top: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #4e555f;
}

._4oszlopos-tabla-sor.fej {
  background-color: #4e555f;
}

.countersblock {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 6px solid #01aef0;
  background-color: #fff;
}

.fejcella {
  border-right: 1px solid #fff;
}

.column-2 {
  border-right: 1px solid #fff;
}

.graybox {
  padding-bottom: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4e555f), to(#4e555f));
  background-image: linear-gradient(180deg, #4e555f, #4e555f);
}

.graybox.ssd-akcio-box {
  border: 2px solid #dfff3a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8f00), to(#ff8f00));
  background-image: linear-gradient(180deg, #ff8f00, #ff8f00);
}

.graybox.yellowborder-on-vpsbox {
  position: relative;
  top: -6px;
  padding-right: 5px;
  border: 3px solid #dfff3a;
}

.vps-arak-box-title {
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  background-color: #bf163e;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 18px;
}

.productline {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 15px;
  font-family: 'Helveticaneueltpro cn', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}

.section-vps-hero {
  height: 400px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.42)), to(hsla(0, 0%, 100%, 0.42))), url('../images/onallovps-heroimg-2.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.42), hsla(0, 0%, 100%, 0.42)), url('../images/onallovps-heroimg-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.pic-border {
  margin-bottom: 6px;
  border: 2px solid #01aef0;
}

.pic-border.noborder {
  border-style: none;
}

.rfcikon {
  margin-top: 14px;
  float: right;
}

.megrendeles-subbutton {
  font-size: 16px;
  line-height: 22px;
}

.cloudtarhely-hero {
  height: 400px;
  background-image: url('../images/cloud-hero2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.nextcloud-tarhely {
  height: 650px;
  background-image: url('../images/background.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.nextcloud-tarhely.nextcloudmain {
  height: 410px;
}

.ssdvps-5oszlopossor {
  margin-right: auto;
  margin-left: auto;
}

.centeredtext {
  text-align: center;
}

.fix185-vpsbox {
  width: 185px;
  float: right;
}

.fix185-vpsbox.floatleft {
  float: left;
}

.bold-text-4 {
  font-size: 30px;
}

.form {
  margin-bottom: 42px;
}

.link {
  font-family: Roboto, sans-serif;
  color: #01aef0;
  font-weight: 700;
  text-decoration: underline;
}

.link:hover {
  color: #ff8f00;
}

.fineheading {
  margin-top: -15px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 45px;
  font-weight: 100;
}

.bold-text-5 {
  font-size: 36px;
  line-height: 30px;
}

.text-span-2 {
  font-size: 30px;
}

.ppagreementbox {
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 2000;
  display: none;
  width: 320px;
  height: 50px;
  padding: 10px;
  background-color: rgba(78, 85, 95, 0.57);
}

.ppagreementbutton {
  margin-bottom: 27px;
  margin-left: 8px;
  padding: 5px 10px;
  float: left;
  border-style: none;
  border-radius: 6px;
  background-color: #4e555f;
  font-size: 10px;
}

.ppagreementtext {
  display: block;
  width: 250px;
  float: left;
  color: #fff;
  font-size: 9px;
  line-height: 13px;
  font-weight: 100;
}

.ppagreement-morelink {
  color: #fff;
  text-decoration: underline;
}

.nemirtukel-promo1 {
  margin-top: 4px;
  margin-bottom: -24px;
  margin-left: 70px;
  font-family: Roboto, sans-serif;
  color: #ff0052;
  font-size: 48px;
  line-height: 65px;
  font-weight: 100;
}

.nemirtukel-promo1._110g {
  margin-top: 6px;
  margin-bottom: -24px;
  margin-left: 0px;
  color: #ff0052;
  font-size: 300px;
  line-height: 250px;
  font-weight: 700;
  letter-spacing: -9px;
}

.nemirtukel-promo1._110g.aloldalpromo {
  margin-top: -45px;
  margin-bottom: -48px;
  margin-left: -8px;
  font-size: 200px;
}

.nemirtukel-promo1.nemirtukel-landing-h1 {
  margin-left: 0px;
}

.nemirtukel-promo1-2 {
  margin-top: 37px;
  margin-left: 69px;
  font-family: Roboto, sans-serif;
  color: #4e555f;
  font-size: 23px;
  line-height: 28px;
  font-weight: 300;
}

.nemirtukel-promo1-2.nemirtukel-landinh1 {
  margin-left: 0px;
}

.nemirtukel-promosection {
  margin-top: 0px;
  padding-top: 18px;
  border-top: 5px solid red;
  border-bottom: 5px solid #ff0052;
  background-color: #fff;
}

.nemirtukel-promosection.landing {
  border-top-style: none;
  border-top-color: #ff0052;
  border-bottom-style: none;
}

.bold-text-6 {
  color: #4e555f;
}

.vpsdiv {
  margin-top: 3px;
}

.appleappdownloaditem {
  width: 120px;
  height: 50px;
  margin-top: -2px;
  margin-left: 29px;
  float: left;
  background-image: url('../images/2000px-Download_on_the_App_Store_Badge.svg.png');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
}

.appleappdownloaditem.androiddownload {
  margin-left: -4px;
  background-image: url('../images/en_badge_web_generic.png');
  background-position: 50% 50%;
  background-size: 117px;
}

.iphoneapplink {
  width: 141px;
  height: 51px;
  float: right;
  background-color: transparent;
  background-image: url('../images/2000px-Download_on_the_App_Store_Badge.svg.png');
  background-position: 50% 50%;
  background-size: 130px;
  background-repeat: no-repeat;
}

.iphoneapplink.androidlink {
  float: left;
  background-image: url('../images/en_badge_web_generic.png');
  background-position: 50% 50%;
  background-size: 147px;
}

.kekfixbox {
  width: 300px;
  height: 300px;
  padding: 30px;
  background-color: #01aef0;
}

.titleinkekfixbox {
  margin-top: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
}

.pseubutton {
  position: static;
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  text-align: center;
}

.pseubutton:hover {
  background-color: #fff;
  color: #01aef0;
}

.kekfixboxdetails {
  height: 130px;
  color: #fff;
}

.kekfixboxdetails.kekfixbox2linetitle {
  height: 95px;
}

.kekfixboxdetails.kekfixbox_smaller {
  height: 95px;
}

.ujuzleti-100g_new {
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 40px;
  font-weight: 500;
}

.ujuzleti-100g_new._110gfiokboxtitle_new {
  margin-top: 16px;
  margin-bottom: 4px;
  font-size: 60px;
}

.ujuzleti-100g_new._110gfiokboxtitle_new.yello {
  margin-top: 25px;
  margin-bottom: 22px;
  color: #dfff3a;
}

.productbox_header_title_new {
  margin-top: 0px;
  margin-bottom: 6px;
  padding: 10px 0px 4px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.productbox_header_title_new.ujuzleti-100gthcs_new {
  margin-bottom: 0px;
  padding-top: 0px;
  font-size: 24px;
}

.productbox_header_title_new.ujuzleti-100gthcs_new.yello {
  margin-top: 5px;
  padding-bottom: 10px;
  color: #dfff3a;
}

.nextcloud_smallpromobox {
  width: 300px;
  margin-top: 50px;
  margin-left: 50px;
  padding: 30px;
  background-color: #01aef0;
  background-image: url('../images/background.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.nextcloud_smallpromo_text {
  font-family: Roboto, sans-serif;
  color: #fff;
  text-align: left;
}

.nextcloud_smallpromo_title {
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 25px;
}

.nextcloud_smallpromo_button {
  margin-top: 10px;
  margin-left: 60px;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  color: #1e5486;
}

.nc-promo-home {
  height: 640px;
  border-bottom: 8px solid #01aef0;
}

.grid {
  padding-right: 15px;
  padding-left: 15px;
  grid-template-areas: ". . ."
    ". . .";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.flexihomebox {
  margin-top: 15px;
  padding-top: 20px;
  padding-right: 30px;
  padding-left: 30px;
  border-style: none;
  border-width: 1px;
  border-color: #e0e0e0;
  background-color: #fff;
}

.graybg {
  padding-top: 0px;
  background-color: #eaeff1;
}

.buttonbox {
  margin-top: 15px;
  margin-right: 15px;
  margin-left: 15px;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 0 6px 0 #cfcccc;
  -webkit-transition-property: none;
  transition-property: none;
  text-decoration: none;
}

.buttonbox.gradient-pink {
  padding: 0px;
  -webkit-transition-property: none;
  transition-property: none;
}

.buttonbox.gradient-pink:active {
  box-shadow: 0 0 6px 3px #03a9fc;
}

.buttonbox.gradient-pink.ujregicon {
  width: 340px;
  height: 70px;
  margin-top: 7px;
  margin-right: 3px;
  margin-left: 2px;
  padding-top: 16px;
  padding-bottom: 5px;
  padding-left: 0px;
  border-radius: 10px;
  background-color: #03a9fc;
}

.buttonbox.gradient-pink.ujregicon:active {
  color: #fff;
}

.buttonbox.gradient-pink.ujregicon.inactive-ujregbutton {
  margin-top: 7px;
  margin-right: 3px;
  margin-left: 2px;
  background-color: #fff;
}

.buttonbox.gradient-pink.atregicon {
  width: 340px;
  height: 70px;
  margin-top: 7px;
  padding-top: 16px;
  padding-bottom: 5px;
  padding-left: 0px;
  border-radius: 10px;
  background-color: #03a9fc;
}

.buttonbox.gradient-pink.atregicon:active {
  color: #fff;
}

.buttonbox.gradient-pink.atregicon.inactive-selector-button {
  width: 340px;
  background-color: #fff;
}

.div-block-8 {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.horizscrollmenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  padding-bottom: 3px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.linkblokk {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
  color: #000;
  text-decoration: none;
}

.buttonbox-h2-2 {
  margin: 0px 20px;
  font-family: Roboto, sans-serif;
  color: #4e555f;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.buttonbox-h2-2.ujregicontext.whitebuttontitle {
  color: #fff;
}

.buttonbox-h2-2.ujregicontext.whitebuttontitle.inactiveujregbuttontext {
  color: #01aef0;
}

.buttonbox-h2-2.regicontext.whitebuttontitle {
  color: #fff;
}

.buttonbox-h2-2.regicontext.whitebuttontitle.inactive-selectortext {
  color: #01aef0;
}

.stickymenu {
  position: fixed;
  width: 100%;
}

.stickylogo {
  display: none;
  margin-top: 15px;
  margin-right: 25px;
  float: left;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.stickylogo.w--current {
  display: none;
  -webkit-transform: scale3d(0.5, 1, 1);
  transform: scale3d(0.5, 1, 1);
}

.nextcloud-promo-home1 {
  height: 700px;
  background-image: url('../images/background.png');
  background-position: 50% 0%;
  background-size: cover;
}

.nextcloud-team-box-athome {
  width: 300px;
  margin-top: 0px;
}

.cloud-home-split {
  margin-top: 141px;
}

.kuponform {
  width: 550px;
  margin-top: 22px;
  padding: 20px;
  border: 2px solid #adc936;
  background-color: #fff;
}

.kuponinput {
  border: 1px solid #adc936;
  border-radius: 3px;
}

.usenotebooklogo {
  position: relative;
  left: 0%;
  top: 152px;
  right: 0%;
  bottom: auto;
  float: right;
}

.usanotebookbx {
  height: 180px;
}

.focuspromo-section {
  padding-top: 40px;
  padding-bottom: 0px;
}

.promobox-title {
  margin-top: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 24px;
}

.promobox-title:hover {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-perspective: 0px;
  perspective: 0px;
}

.promobox-details {
  height: 130px;
  font-family: Roboto, sans-serif;
  color: #fff;
}

.homepromobox-gray {
  width: 280px;
  height: 280px;
  padding: 30px;
  background-color: #4e555f;
  background-image: none;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.homepromobox-gray:hover {
  border: 1px solid #d9ff3a;
}

.homepromobox-gray.cloudteambox {
  border: 3px solid #dfff3a;
}

.homepromobox-gray.cloudteambox:hover {
  opacity: 1;
}

.background-video {
  padding-top: 195px;
}

.background-video.vintagescene {
  height: 760px;
  padding-top: 40px;
}

.promotitleathome {
  width: 80%;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 55px;
  font-weight: 300;
  text-align: center;
}

.boxwithtopmargin {
  margin-top: 11px;
}

.ujuzleti-100g_paragraph_style {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}

.text-block {
  font-family: Roboto, sans-serif;
  color: #dfff3a;
  font-size: 20px;
  font-weight: 300;
}

.text-block:hover {
  text-decoration: underline;
}

.text-block.tobbeterrol-link-kozepre {
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  color: #001653;
  font-size: 26px;
  font-weight: 400;
  text-align: center;
  text-decoration: underline;
}

.text-block.tobbeterrol-link-kozepre:hover {
  color: #d9ff3a;
}

.text-block.tobbeterrolinvpsbox {
  margin-left: 20px;
}

.homepromobox-link {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  cursor: pointer;
}

.homepromobox-link:hover {
  -webkit-filter: contrast(200%);
  filter: contrast(200%);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.columns_20low {
  padding-top: 20px;
}

.ncpromo-home-zsvkampany {
  margin-right: auto;
  margin-left: auto;
}

.ncpromo-home-zsvkampany.my_container {
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.link-block {
  width: 100%;
  background-color: #ff003c;
}

.link-block.home-zsv-promolink {
  margin-top: 60px;
  margin-bottom: 60px;
  padding-bottom: 40px;
  background-color: red;
}

.linkinitemslist {
  font-family: Roboto, sans-serif;
  color: #333;
  font-weight: 700;
}

.grey-bold_subheadtitle {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #4e555f;
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
  text-align: left;
  text-transform: none;
}

.email-szolgaltatas-box {
  padding: 10px 20px;
  background-color: #fde2a8;
}

.regiaszflink {
  text-decoration: underline;
}

.regiaszflinkblock {
  text-align: right;
}

.eszamlabox {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 5px 30px 20px;
  background-color: #d9ff3a;
}

.eszamla-valtozas {
  padding-top: 0px;
  background-color: rgba(173, 201, 54, 0);
  color: #6e8800;
  font-size: 12px;
  line-height: 16px;
}

.eszamlanews {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #21a700;
  font-size: 16px;
  font-weight: 400;
}

.aszflinkingreen {
  color: #338000;
  text-decoration: underline;
}

.blog_box {
  margin-top: 100px;
  padding: 10px 20px;
  border: 1px solid #000;
  background-color: #bdbdbd;
}

.white_subheadtitle {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
  text-align: left;
  text-transform: none;
}

.vm-bg {
  display: none;
  padding-top: 80px;
  padding-bottom: 80px;
  border-bottom: 6px dashed #dfff3a;
  background-color: #1e9eff;
}

.vm-red {
  color: red;
}

.vm-calltoaction {
  margin-left: 60px;
}

.section {
  background-color: transparent;
}

.section-2 {
  background-color: #e7f8ff;
}

.my_container_also {
  display: block;
  max-width: 1230px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
}

.price-buttton-3 {
  height: 52px;
  margin: 10px 5px 13px 0px;
  padding-top: 15px;
  border: 2px solid transparent;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Roboto, sans-serif;
  color: #4e555f;
  font-weight: 700;
  text-align: center;
}

.price-buttton-3:hover {
  border: 2px solid transparent;
  background-color: #920d2c;
  color: #fff;
}

.price-buttton-3.bigger_bottom_margin {
  margin-top: 20px;
  margin-bottom: 0px;
  clear: left;
}

.price-buttton-3.bigger_bottom_margin.cloudbackup-productbutton {
  display: block;
  margin-top: 10px;
  margin-right: 0px;
  background-color: #01aef0;
  color: #fff;
}

.price-buttton-3.bigger_bottom_margin.cloudbackup-productbutton:hover {
  border-color: #01aef0;
  background-color: #fff;
  color: #01aef0;
}

.price-buttton-3.bigger_bottom_margin.cloudbackup-productbutton.vm-calltoaction {
  width: 300px;
  margin-bottom: 40px;
}

.vmimg1 {
  display: block;
  max-width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.vmimg2 {
  display: block;
  max-width: 70%;
  margin: 30px auto;
}

.vmimg3 {
  display: block;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.vmimg4 {
  margin-top: 40px;
}

.commonitem {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
}

.maxercloud-home-herosection {
  height: 600px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 79, 238, 0.56)), to(hsla(0, 0%, 100%, 0.68))), url('../images/cloud-bg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 79, 238, 0.56), hsla(0, 0%, 100%, 0.68)), url('../images/cloud-bg.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.cloud-hero-image {
  display: block;
  width: 800px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.cloudhero-title {
  font-family: Roboto, sans-serif;
  color: #d9ff3a;
  font-size: 30px;
  line-height: 33px;
  font-weight: 400;
}

.eszamlabox-2 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 5px 30px 20px;
  background-color: #fff;
}

.eszamlanews-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #4e555f;
  font-size: 16px;
  font-weight: 500;
}

.eszamla-valtozas-2 {
  padding-top: 0px;
  background-color: rgba(173, 201, 54, 0);
  color: #516988;
  font-size: 12px;
  line-height: 16px;
}

html.w-mod-js *[data-ix="all-sub-menu-initial"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, -100px) scale(1, 0.01);
  -ms-transform: translate(0px, -100px) scale(1, 0.01);
  transform: translate(0px, -100px) scale(1, 0.01);
}

html.w-mod-js *[data-ix="basket-red-arrow"] {
  -webkit-transform: translate(0px, 0px) scale(0.01, 0.01);
  -ms-transform: translate(0px, 0px) scale(0.01, 0.01);
  transform: translate(0px, 0px) scale(0.01, 0.01);
}

html.w-mod-js *[data-ix="slidefromleft-0"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="slidefromleft-200"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="slidefromleft-400"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="priceboxheader"] {
  -webkit-transform: translate(0px, -600px);
  -ms-transform: translate(0px, -600px);
  transform: translate(0px, -600px);
}

html.w-mod-js *[data-ix="showgreenbox"] {
  -webkit-transform: translate(0px, -300px);
  -ms-transform: translate(0px, -300px);
  transform: translate(0px, -300px);
}

html.w-mod-js *[data-ix="greenarrowheader"] {
  -webkit-transform: rotate(45deg) translate(0px, 0px);
  -ms-transform: rotate(45deg) translate(0px, 0px);
  transform: rotate(45deg) translate(0px, 0px);
}

html.w-mod-js *[data-ix="product-item-slidein"] {
  opacity: 0;
  -webkit-transform: translate(-300px, 0px);
  -ms-transform: translate(-300px, 0px);
  transform: translate(-300px, 0px);
}

html.w-mod-js *[data-ix="product-item-right-slidein"] {
  opacity: 0;
  -webkit-transform: translate(300px, 0px);
  -ms-transform: translate(300px, 0px);
  transform: translate(300px, 0px);
}

html.w-mod-js *[data-ix="price-pop"] {
  opacity: 0;
  -webkit-transform: scale(1, 0.1);
  -ms-transform: scale(1, 0.1);
  transform: scale(1, 0.1);
}

html.w-mod-js *[data-ix="vps-marker-mover"] {
  opacity: 0;
  -webkit-transform: translate(650px, 1200px);
  -ms-transform: translate(650px, 1200px);
  transform: translate(650px, 1200px);
}

html.w-mod-js *[data-ix="table-roll-down"] {
  -webkit-transform: translate(0px, 1000px);
  -ms-transform: translate(0px, 1000px);
  transform: translate(0px, 1000px);
}

html.w-mod-js *[data-ix="tarhely-marker-mover"] {
  opacity: 0;
  -webkit-transform: translate(650px, 1200px);
  -ms-transform: translate(650px, 1200px);
  transform: translate(650px, 1200px);
}

html.w-mod-js *[data-ix="booble-popup"] {
  -webkit-transform: translate(-27px, 20px) scale(0.68, 0.68);
  -ms-transform: translate(-27px, 20px) scale(0.68, 0.68);
  transform: translate(-27px, 20px) scale(0.68, 0.68);
}

html.w-mod-js *[data-ix="scalability"] {
  opacity: 0;
  -webkit-transform: scale(0.1, 0.1);
  -ms-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
}

html.w-mod-js *[data-ix="linkblock-hover"] {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

html.w-mod-js *[data-ix="bgslidein"] {
  -webkit-transform: translate(1200px, 0px);
  -ms-transform: translate(1200px, 0px);
  transform: translate(1200px, 0px);
}

html.w-mod-js *[data-ix="shophome-offers"] {
  -webkit-transform: translate(0px, 1000px);
  -ms-transform: translate(0px, 1000px);
  transform: translate(0px, 1000px);
}

html.w-mod-js *[data-ix="promotext1-slide"] {
  -webkit-transform: translate(1300px, 0px);
  -ms-transform: translate(1300px, 0px);
  transform: translate(1300px, 0px);
}

html.w-mod-js *[data-ix="promotext1-slide-2"] {
  -webkit-transform: translate(1300px, 0px);
  -ms-transform: translate(1300px, 0px);
  transform: translate(1300px, 0px);
}

html.w-mod-js *[data-ix="promotext1-slide-3"] {
  -webkit-transform: translate(1300px, 0px);
  -ms-transform: translate(1300px, 0px);
  transform: translate(1300px, 0px);
}

html.w-mod-js *[data-ix="promotextflip"] {
  -webkit-transform: scale(1, 0.1);
  -ms-transform: scale(1, 0.1);
  transform: scale(1, 0.1);
}

html.w-mod-js *[data-ix="promotextflip-2"] {
  -webkit-transform: scale(1, 0.1);
  -ms-transform: scale(1, 0.1);
  transform: scale(1, 0.1);
}

html.w-mod-js *[data-ix="promotextflip-3"] {
  -webkit-transform: scale(1, 0.1);
  -ms-transform: scale(1, 0.1);
  transform: scale(1, 0.1);
}

html.w-mod-js *[data-ix="promotextflip-4"] {
  -webkit-transform: scale(1, 0.1);
  -ms-transform: scale(1, 0.1);
  transform: scale(1, 0.1);
}

html.w-mod-js *[data-ix="promobanner-1"] {
  -webkit-transform: scale(0.1, 0.1);
  -ms-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
}

html.w-mod-js *[data-ix="promobanner-2"] {
  -webkit-transform: scale(0.1, 0.1);
  -ms-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
}

html.w-mod-js *[data-ix="promobanner-3"] {
  -webkit-transform: scale(0.2, 0.2);
  -ms-transform: scale(0.2, 0.2);
  transform: scale(0.2, 0.2);
}

html.w-mod-js *[data-ix="uzletitarhelybox-mainpage"] {
  -webkit-transform: scale(0.58, 0.58);
  -ms-transform: scale(0.58, 0.58);
  transform: scale(0.58, 0.58);
}

html.w-mod-js *[data-ix="cc-promo-moveuphero"] {
  -webkit-transform: translate(0px, 400px);
  -ms-transform: translate(0px, 400px);
  transform: translate(0px, 400px);
}

html.w-mod-js *[data-ix="cc-promo-moveuphero-2"] {
  -webkit-transform: translate(0px, 400px);
  -ms-transform: translate(0px, 400px);
  transform: translate(0px, 400px);
}

html.w-mod-js *[data-ix="cc-promo-minimals-moveup"] {
  -webkit-transform: scale(1, 0.1);
  -ms-transform: scale(1, 0.1);
  transform: scale(1, 0.1);
}

html.w-mod-js *[data-ix="cc-promo-minimals-moveup-2"] {
  -webkit-transform: scale(1, 0.1);
  -ms-transform: scale(1, 0.1);
  transform: scale(1, 0.1);
}

html.w-mod-js *[data-ix="cc-promo-fadein"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="php7-hero-scalein-v2"] {
  -webkit-transform: translate(0px, -13px) scale(0.1500000000000001, 0.1500000000000001);
  -ms-transform: translate(0px, -13px) scale(0.1500000000000001, 0.1500000000000001);
  transform: translate(0px, -13px) scale(0.1500000000000001, 0.1500000000000001);
}

html.w-mod-js *[data-ix="php7herov1"] {
  -webkit-transform: scale(3.5, 3.5);
  -ms-transform: scale(3.5, 3.5);
  transform: scale(3.5, 3.5);
}

html.w-mod-js *[data-ix="notiring"] {
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

html.w-mod-js *[data-ix="notiicon1"] {
  -webkit-transform: scale(1, 0.01);
  -ms-transform: scale(1, 0.01);
  transform: scale(1, 0.01);
}

html.w-mod-js *[data-ix="notiicon-2"] {
  -webkit-transform: scale(1, 0.01);
  -ms-transform: scale(1, 0.01);
  transform: scale(1, 0.01);
}

html.w-mod-js *[data-ix="notiicon-3"] {
  -webkit-transform: scale(1, 0.01);
  -ms-transform: scale(1, 0.01);
  transform: scale(1, 0.01);
}

html.w-mod-js *[data-ix="notiicon-4"] {
  -webkit-transform: scale(1, 0.01);
  -ms-transform: scale(1, 0.01);
  transform: scale(1, 0.01);
}

html.w-mod-js *[data-ix="notiicon-5"] {
  -webkit-transform: scale(1, 0.01);
  -ms-transform: scale(1, 0.01);
  transform: scale(1, 0.01);
}

html.w-mod-js *[data-ix="notiicon-6"] {
  -webkit-transform: scale(1, 0.01);
  -ms-transform: scale(1, 0.01);
  transform: scale(1, 0.01);
}

html.w-mod-js *[data-ix="notiicon-7"] {
  -webkit-transform: scale(1, 0.01);
  -ms-transform: scale(1, 0.01);
  transform: scale(1, 0.01);
}

html.w-mod-js *[data-ix="notiicon-8"] {
  -webkit-transform: scale(1, 0.01);
  -ms-transform: scale(1, 0.01);
  transform: scale(1, 0.01);
}

html.w-mod-js *[data-ix="notiicon-9"] {
  -webkit-transform: scale(1, 0.01);
  -ms-transform: scale(1, 0.01);
  transform: scale(1, 0.01);
}

html.w-mod-js *[data-ix="notiicon-11"] {
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

html.w-mod-js *[data-ix="notiicon-10"] {
  -webkit-transform: scale(5, 5);
  -ms-transform: scale(5, 5);
  transform: scale(5, 5);
}

html.w-mod-js *[data-ix="szerverberlesbox1slidein"] {
  -webkit-transform: translate(0px, 1000px);
  -ms-transform: translate(0px, 1000px);
  transform: translate(0px, 1000px);
}

html.w-mod-js *[data-ix="szerverberlesbox1slidein-2"] {
  -webkit-transform: translate(0px, 1000px);
  -ms-transform: translate(0px, 1000px);
  transform: translate(0px, 1000px);
}

@media screen and (max-width: 991px) {
  .menuitem {
    padding-right: 14px;
    padding-left: 14px;
    font-size: 14px;
  }

  .menuitem:hover {
    position: relative;
  }

  .menuitem.tarhely {
    font-size: 14px;
  }

  .menuitem.mainmenuitem_selected {
    font-size: 14px;
  }

  .menuitem.mainmenuitem_selected.w--current {
    font-size: 14px;
  }

  .menuitem.firstmenuitem {
    margin-left: 0px;
    font-size: 14px;
    letter-spacing: 0px;
  }

  .logo {
    height: 28px;
    max-width: 100%;
    margin-top: 5px;
  }

  .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .extra-front {
    padding-bottom: 0px;
  }

  .services-front {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
  }

  .service-header {
    font-size: 38px;
    line-height: 47px;
  }

  .extra-header {
    font-size: 38px;
    line-height: 47px;
  }

  .service-2-column {
    padding-bottom: 15px;
  }

  .productbox_header_title {
    font-size: 16px;
    font-weight: 700;
  }

  .price-buttton-2.bigger_bottom_margin.cloudbackup-productbutton {
    padding-right: 5px;
    padding-left: 5px;
  }

  .price-buttton-2.bigger_bottom_margin.cloudbackup-productbutton.havidijasbutton {
    font-size: 11px;
  }

  .headtitle {
    font-size: 38px;
    line-height: 40px;
  }

  .headtitle.ugy {
    margin-top: 50px;
  }

  .price-table {
    margin-bottom: 0px;
  }

  .heading-top {
    width: 80%;
    margin-top: 57px;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    font-size: 38px;
  }

  .top-text {
    margin-top: 20px;
    padding-right: 0px;
  }

  .responsive-menu {
    display: inline-block;
  }

  .responsive-menu.w--open {
    background-color: #fff;
  }

  .productpage_column1 {
    padding-top: 30px;
  }

  .productpage_column-2 {
    padding-top: 30px;
  }

  .red_subheadtitle {
    margin-top: 0px;
    font-size: 26px;
    line-height: 30px;
  }

  .details {
    font-size: 16px;
    line-height: 22px;
  }

  .vps-green-text {
    margin-top: 30px;
    font-size: 38px;
    line-height: 45px;
  }

  .top-section-vps {
    margin-left: 0px;
  }

  .productbox_button {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .techline {
    border-top: 1px solid #01aef0;
  }

  .section-on-top {
    padding-top: 35px;
  }

  .dropdown-on-mobile {
    padding-right: 14px;
    padding-left: 14px;
    background-color: #01aef0;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
  }

  .dropdown-on-mobile:hover {
    background-color: #00aeef;
    color: #fff;
    font-weight: 300;
  }

  .blue-submenu-mobile {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 79px;
    border-top: 1px solid #fff;
    background-color: #00aeef;
    background-image: url('../images/1e.png');
    background-position: 19px 50%;
    background-size: 35px;
    background-repeat: no-repeat;
    font-family: Roboto, sans-serif;
    color: #fff;
    font-size: 21px;
    font-weight: 300;
    text-transform: uppercase;
  }

  .blue-submenu-mobile:hover {
    background-color: rgba(0, 152, 255, 0.69);
  }

  .icon-mobile-menu {
    color: #333;
  }

  .open-mobile-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: left;
    background-color: #fff;
  }

  .bluesubmenu1 {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 79px;
    border-top: 1px solid #fff;
    background-color: #00aeef;
    background-image: url('../images/2e.png');
    background-position: 19px 50%;
    background-size: 35px;
    background-repeat: no-repeat;
    font-family: Roboto, sans-serif;
    color: #fff;
    font-size: 21px;
    font-weight: 300;
    text-transform: uppercase;
  }

  .bluesubmenu1:hover {
    background-color: rgba(0, 152, 255, 0.69);
  }

  .bluesubmenu2 {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 79px;
    border-top: 1px solid #fff;
    background-color: #00aeef;
    background-image: url('../images/3e.png');
    background-position: 21px 50%;
    background-size: 36px;
    background-repeat: no-repeat;
    font-family: Roboto, sans-serif;
    color: #fff;
    font-size: 21px;
    font-weight: 300;
    text-transform: uppercase;
  }

  .bluesubmenu2:hover {
    background-color: rgba(0, 152, 255, 0.69);
  }

  .bluesubmenu3 {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 79px;
    border-top: 1px solid #fff;
    background-color: #00aeef;
    background-image: url('../images/4e.png');
    background-position: 19px 50%;
    background-size: 35px;
    background-repeat: no-repeat;
    font-family: Roboto, sans-serif;
    color: #fff;
    font-size: 21px;
    font-weight: 300;
    text-transform: uppercase;
  }

  .bluesubmenu3:hover {
    background-color: rgba(0, 152, 255, 0.69);
  }

  .bluesubmenu4 {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 79px;
    border-top: 1px solid #fff;
    background-color: #00aeef;
    background-image: url('../images/5e.png');
    background-position: 19px 50%;
    background-size: 35px;
    background-repeat: no-repeat;
    font-family: Roboto, sans-serif;
    color: #fff;
    font-size: 21px;
    font-weight: 300;
    text-transform: uppercase;
  }

  .bluesubmenu4:hover {
    background-color: rgba(0, 152, 255, 0.69);
  }

  .bluesubmenu5 {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 79px;
    border-width: 1px;
    border-top-style: solid;
    background-color: #00aeef;
    background-image: url('../images/6e.png');
    background-position: 19px 50%;
    background-size: 36px;
    background-repeat: no-repeat;
    font-family: Roboto, sans-serif;
    color: #fff;
    font-size: 21px;
    font-weight: 300;
    text-transform: uppercase;
  }

  .bluesubmenu5:hover {
    background-color: rgba(0, 152, 255, 0.69);
  }

  .menu-section {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .menu-container {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .kosar-text.price {
    padding-left: 0px;
    float: left;
  }

  .kosar-text.result {
    width: 100%;
    text-align: center;
  }

  .kosar-text.result.price {
    text-align: center;
  }

  .tarhely-submenu-wrapper.shadow {
    display: none;
  }

  .top-container {
    margin-top: 0px;
  }

  .related_links {
    width: 25%;
    text-align: center;
  }

  .kosardiv {
    display: none;
    margin-left: 297px;
  }

  .tabnav.shop_order_tab {
    margin-left: 192px;
  }

  .productbox.promobox_on_home {
    margin-left: 5px;
  }

  .productbox.promobox_on_home.ujuzleti-box.email10g {
    width: 230px;
  }

  .domain-submenu-wrapper.shadow {
    display: none;
  }

  .vps-submenu-wrapper.shadow {
    display: none;
  }

  .szolgaltatasok-submenu-wrapper.shadow {
    display: none;
  }

  .ugyfelszolgalat-submenu-wrapper.shadow {
    display: none;
  }

  .domain-reg-button {
    float: left;
    font-size: 11px;
  }

  .domain-reg-button.szamla {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .domain-reg-button.ugy {
    display: block;
    width: 40%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-bottom: 11px;
    padding-left: 0px;
    float: none;
  }

  .addons-text {
    font-size: 16px;
  }

  .close-icon {
    float: right;
  }

  .ta-form-little {
    width: 100%;
  }

  .domainresult {
    min-width: 71%;
  }

  .form-flex {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .form-flex-left {
    display: block;
    margin-right: auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 50%;
    -ms-flex: 0 50%;
    flex: 0 50%;
  }

  .logowrapper.w--current {
    width: 42%;
    margin-right: 0px;
  }

  .basket-red-arrow {
    margin-top: 0px;
  }

  .domain-menu-highlight {
    margin-left: 95px;
  }

  .domain-menu-highlight.tarhelyhihjlight {
    margin-left: 233px;
  }

  .domain-menu-highlight.vps-highlight {
    margin-left: 304px;
  }

  .domain-menu-highlight.szolgaltatasok-highlight {
    margin-left: 362px;
  }

  .domain-menu-highlight.ugyfelszolgalat-highlight {
    margin-left: 556px;
  }

  .headericonswrapper {
    right: 25%;
  }

  .kosarprice {
    text-align: center;
  }

  .lastrow {
    margin-bottom: 20px;
  }

  .counterblock.counternumbers {
    width: 180px;
    height: 180px;
    padding-top: 52px;
  }

  .count {
    font-size: 40px;
    font-weight: 400;
  }

  .countertitle {
    margin-bottom: 3px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
  }

  .comparation_table {
    font-size: 15px;
  }

  .comparation_table.compares_header {
    font-size: 16px;
  }

  .my_container.vps-promo-conatiner {
    padding-left: 25px;
  }

  .icon_text {
    font-size: 11px;
  }

  .domain_search_input {
    width: 530px;
  }

  .domainsearchbox {
    width: 700px;
  }

  .vps_promo_text1 {
    left: 10px;
    margin-left: 9px;
    font-size: 39px;
    line-height: 44px;
  }

  .vps_promo_text1.ujuzleti-home-promotitle1.bold {
    font-size: 34px;
  }

  .vps_promo_text1.ujuzleti-home-promotitle1.ujuzleti-topmargin {
    font-size: 34px;
  }

  .vps_promo_text1.ujuzleti-home-promotitle1.onalloemailfiok-title-insection {
    font-size: 34px;
  }

  .vps_promo_text1.ujuzleti-home-promotitle1.onalloemailfiok-title-insection.kuponbevalto-title {
    font-size: 20px;
    line-height: 30px;
  }

  .bluesection {
    margin-top: 184px;
  }

  .ccnotiicon-on-anim {
    margin-right: 15px;
    margin-left: 15px;
    float: left;
  }

  .div-block-4 {
    width: 100%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .highlighted-white-header {
    margin-top: 0px;
    margin-bottom: 8px;
  }

  .highlighted-white-header.roboto-light {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .ujuzleti-boxbg {
    background-position: 59px 0px;
  }

  .ujuzleti-100g {
    font-size: 40px;
    line-height: 36px;
  }

  .uzlet100ge5hero {
    height: 400px;
  }

  .div-block-5.whiteicons {
    width: 600px;
    height: 100px;
  }

  .heading.cloudbackup-h1 {
    font-size: 30px;
  }

  .heading.cloudbackup-h1.vps-hero-h1 {
    font-size: 22px;
  }

  .cloudbackup-h2 {
    font-size: 34px;
  }

  .cloudbackup-price.afatext {
    font-size: 14px;
  }

  .cloudbackup-price.vpsprice {
    font-size: 22px;
  }

  .cloudbackup-price.vpsprice.highlighted-bold-price {
    font-size: 18px;
  }

  .cbslogan {
    font-size: 10px;
  }

  ._4oszlopos-tabla-sor {
    height: 70px;
  }

  .vps-arak-box-title {
    font-size: 16px;
  }

  .megrendeles-subbutton {
    font-size: 14px;
  }

  .bold-text {
    font-size: 12px;
  }

  .bold-text-2 {
    font-size: 12px;
  }

  .bold-text-3 {
    font-size: 12px;
  }

  .fix185-vpsbox {
    width: 130px;
    padding-right: 5px;
  }

  .form {
    margin-bottom: 150px;
  }

  .nemirtukel-promo1 {
    margin-left: 27px;
    font-size: 34px;
  }

  .nemirtukel-promo1._110g {
    margin-left: -21px;
    font-size: 220px;
  }

  .nemirtukel-promo1-2 {
    margin-left: 28px;
  }

  .appleappdownloaditem {
    margin-top: 5px;
    float: none;
  }

  .appleappdownloaditem.androiddownload {
    float: none;
  }

  .ujuzleti-100g_new {
    font-size: 40px;
    line-height: 36px;
  }

  .productbox_header_title_new {
    font-size: 16px;
    font-weight: 700;
  }

  .buttonbox.gradient-pink {
    text-decoration: none;
  }

  .usenotebooklogo {
    position: static;
    margin-top: 11px;
  }

  .usanotebookbx {
    height: auto;
  }

  .ujuzleti-100g_paragraph_style {
    font-size: 40px;
    line-height: 36px;
  }

  .grey-bold_subheadtitle {
    margin-top: 0px;
    font-size: 26px;
    line-height: 30px;
  }

  .white_subheadtitle {
    margin-top: 0px;
    font-size: 26px;
    line-height: 30px;
  }

  .price-buttton-3.bigger_bottom_margin.cloudbackup-productbutton {
    padding-right: 5px;
    padding-left: 5px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    position: static;
    display: none;
    height: 142px;
  }

  .logo {
    display: block;
    margin-right: auto;
    margin-left: -13px;
    padding-bottom: 7px;
    float: left;
  }

  .header {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
  }

  .footer {
    display: none;
    margin-top: 10px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .service-header {
    font-size: 32px;
    line-height: 35px;
  }

  .extra-header {
    margin-bottom: 47px;
    font-size: 32px;
    line-height: 35px;
  }

  .extra-column {
    padding-bottom: 53px;
  }

  .setrvice-1-column {
    margin-bottom: 10px;
  }

  .service-2-column {
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .belepve-top {
    position: absolute;
    right: 5%;
    bottom: -64px;
    width: 60%;
    margin-right: 0px;
    margin-bottom: 18px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    float: right;
    color: #000;
    font-size: 12px;
    text-align: left;
  }

  .logo-footer {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 60px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .right-footer-down {
    text-align: left;
  }

  .headtitle {
    margin-top: 0px;
    margin-bottom: 20px;
    padding-left: 20px;
    font-size: 28px;
    line-height: 35px;
  }

  .headtitle.ugy {
    margin-top: 20px;
  }

  .heading-top {
    width: 90%;
    margin-top: 38px;
    margin-left: 23px;
    font-size: 32px;
    line-height: 35px;
  }

  .top-text {
    width: 90%;
    margin-left: 23px;
    padding-right: 0px;
    font-size: 16px;
  }

  .topbutton {
    margin-left: 23px;
  }

  .responsive-menu {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 999;
    display: block;
    float: none;
  }

  .responsive-menu.w--open {
    background-color: #bf163e;
  }

  .vps-transparent-button {
    border-style: none;
    border-color: transparent;
    background-color: #01aef0;
  }

  .tabmenu_item {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 11px;
    font-weight: 400;
  }

  .productpage_column1 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .productpage_column-2 {
    padding-right: 20px;
    padding-left: 30px;
  }

  .details {
    font-size: 24px;
    line-height: 26px;
  }

  .product_text {
    margin-bottom: 10px;
    line-height: 22px;
  }

  .top-section-vps {
    margin-left: 0px;
  }

  .productbox_button {
    width: 80%;
    padding-top: 16px;
    padding-bottom: 15px;
    font-size: 17px;
    font-weight: 500;
  }

  .productbox_button.tobbeterrol_in_product_comparison {
    width: 100px;
    font-size: 11px;
  }

  .tech2column {
    width: 100%;
  }

  .tech3column {
    width: 100%;
  }

  .techtitle {
    font-size: 18px;
  }

  .techline {
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dropdown-on-mobile {
    background-color: #00aeef;
  }

  .icon-mobile-menu {
    color: #fff;
  }

  .open-mobile-menu {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 9999;
    display: block;
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .menu-section {
    position: static;
    display: block;
    height: 62px;
  }

  .menu-container {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .kosar-title {
    font-size: 28px;
  }

  .kosar-div {
    float: none;
  }

  .kosar-text.price {
    padding-left: 0px;
  }

  .related_links {
    width: 33%;
    text-align: center;
  }

  .top-icons {
    width: 33%;
    margin-right: 0px;
  }

  .top-icons.firsticon {
    display: block;
    width: 40px;
    margin-right: 20px;
  }

  .top-icons.headericons {
    margin-right: 20px;
    margin-left: 20px;
  }

  .icontop.top-icons {
    margin-right: 19px;
    margin-left: 19px;
  }

  .tabnav {
    display: none;
  }

  .tabnav.shop_order_tab {
    margin-top: 38px;
    margin-left: 0px;
  }

  .domain-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }

  .domain-nav {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .domain-menu-item {
    position: relative;
    display: block;
    float: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 15px;
  }

  .domain-reg-button {
    font-size: 14px;
  }

  .domainresult {
    min-width: 75%;
  }

  .logowrapper.w--current {
    display: block;
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    float: left;
  }

  .columnfooter-phoneportrait {
    padding-right: 0px;
    padding-left: 0px;
  }

  .headericonswrapper {
    top: 3px;
    right: 0%;
    bottom: auto;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  .greysubmenu {
    display: none;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .sectiongeneral {
    padding-right: 10px;
    padding-left: 10px;
  }

  .aszfcol01.textbold {
    padding-left: 0px;
  }

  .aszf-textblock {
    padding-left: 0px;
    line-height: 22px;
  }

  .common_container.counter_container {
    display: none;
  }

  .comparation_table {
    padding-left: 20px;
    font-size: 14px;
  }

  .comparation_table.compares_header {
    padding-left: 19px;
    font-size: 17px;
    font-weight: 400;
  }

  .cell_tick_yes {
    width: 30px;
  }

  .my_container {
    display: block;
  }

  .my_container.related_submenu {
    display: none;
  }

  .my_container_also {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    position: static;
    z-index: 1000;
    height: auto;
  }

  .menuitem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #bf163e;
  }

  .menuitem.tarhely {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .logo {
    margin-bottom: 13px;
  }

  .logo.shoplogo {
    width: 100%;
    height: 100%;
    margin-left: 5px;
    float: left;
  }

  .header {
    position: static;
    display: block;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .footer {
    margin-top: 0px;
    padding-top: 50px;
  }

  .extra-front {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .services-front {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .service-header {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 26px;
    line-height: 30px;
  }

  .extra-header {
    margin-bottom: 50px;
    font-size: 26px;
    line-height: 30px;
  }

  .extra-text {
    margin-bottom: 30px;
  }

  .extra-column {
    padding-bottom: 0px;
  }

  .setrvice-1-column {
    margin-bottom: 10px;
    padding-bottom: 0px;
  }

  .service-2-column {
    position: relative;
    display: block;
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .belepve-top {
    z-index: 4;
    width: 60%;
    margin-right: 99px;
    margin-bottom: 14px;
    margin-left: 32px;
    text-align: left;
  }

  .logo-footer {
    margin-left: 0px;
    padding-top: 21px;
  }

  .right-footer-down {
    text-align: left;
  }

  .middle-footer-down {
    text-align: left;
  }

  .headtitle {
    margin-left: 0px;
    padding-left: 0px;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
  }

  .headtitle.ugy {
    margin-top: 20px;
  }

  .price-table {
    position: static;
    display: block;
    margin-right: auto;
    margin-left: 0px;
  }

  .heading-top {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 10px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 26px;
    line-height: 30px;
  }

  .top-text {
    margin-right: 0px;
    margin-bottom: 38px;
    margin-left: 10px;
    padding-right: 0px;
    font-size: 14px;
    line-height: 20px;
  }

  .topbutton {
    margin-top: 10px;
    margin-left: 10px;
  }

  .responsive-menu {
    position: static;
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    float: left;
    clear: none;
  }

  .responsive-menu.w--open {
    background-color: #bf163e;
  }

  .tabmenu_item {
    display: block;
    width: 100%;
  }

  .tabmenu_item.w--current {
    display: inline-block;
  }

  .productpage_column-2 {
    padding-top: 30px;
    padding-left: 10px;
  }

  .red_subheadtitle {
    margin-top: 0px;
    font-size: 24px;
    line-height: 25px;
  }

  .details {
    font-size: 18px;
  }

  .product_text {
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
  }

  .vps-green-text {
    margin-top: 24px;
    padding-left: 0px;
    font-size: 40px;
  }

  .top-section-vps {
    margin-left: 0px;
  }

  .productbox_button {
    width: 100%;
    margin: 30px 0px;
    padding-right: 0px;
  }

  .productbox_button.tobbeterrol_in_product_comparison {
    width: 74px;
    font-size: 9px;
    font-weight: 400;
  }

  .star-text {
    padding-left: 0px;
    font-size: 15px;
  }

  .tech2column {
    width: 100%;
    border-top-style: none;
  }

  .tech3column {
    width: 100%;
  }

  .techtitle {
    margin-top: 27px;
    margin-bottom: 0px;
    font-size: 17px;
    text-align: center;
  }

  .techline {
    margin-left: 0px;
  }

  .tech-list {
    border-top-style: none;
  }

  .section-on-top {
    height: 390px;
  }

  .dropdown-on-mobile {
    background-color: #fff;
    color: #333;
  }

  .dropdown-on-mobile:hover {
    background-color: #0098ff;
    color: #fff;
  }

  .blue-submenu-mobile {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 79px;
    border-top: 1px solid #fff;
    background-color: #0098ff;
    background-image: url('../images/1e.png');
    background-position: 19px 50%;
    background-size: 35px;
    background-repeat: no-repeat;
    direction: ltr;
    font-family: Roboto, sans-serif;
    color: #fff;
    font-size: 21px;
    font-weight: 300;
    text-transform: uppercase;
  }

  .blue-submenu-mobile:hover {
    background-color: rgba(0, 152, 255, 0.69);
  }

  .icon-mobile-menu {
    float: left;
    color: #fff;
  }

  .open-mobile-menu {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    height: auto;
    float: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #fff;
  }

  .menu-section {
    display: block;
    height: 63px;
  }

  .menu-container {
    position: static;
    z-index: 9999;
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    text-align: center;
  }

  .productbox_header.grey {
    margin-bottom: 0px;
  }

  .productbox_details {
    margin-bottom: 0px;
  }

  .kosar-title {
    font-size: 24px;
    line-height: 26px;
  }

  .top-container {
    padding-top: 15%;
  }

  .related_links {
    width: 50%;
    font-size: 13px;
    text-align: center;
  }

  .top-icons {
    display: inline-block;
    width: 33%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .top-icons.firsticon {
    margin-right: 7px;
    margin-left: 109px;
    float: right;
  }

  .top-icons.headericons {
    margin-right: 1px;
    margin-left: 0px;
    float: right;
  }

  .icontop.top-icons {
    margin-right: 1px;
    margin-left: 0px;
    float: right;
  }

  .footer-parent {
    float: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }

  .footer-child {
    padding-top: 11px;
    padding-bottom: 11px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .tabnav {
    display: block;
    width: 100%;
    margin-top: 13px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .productbox {
    margin-bottom: 10px;
  }

  .domain-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .domain-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .domain-menu-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
  }

  .domain-reg-button {
    width: 100%;
    margin-top: 6px;
    font-size: 15px;
    text-align: center;
  }

  .domain-reg-button.ugy {
    width: 100%;
  }

  .tovabbi-button {
    width: 100%;
  }

  .addons-text {
    min-width: 86%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .addons-text.white {
    display: block;
    min-width: 86%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    text-align: left;
  }

  .inputlabel {
    font-size: 12px;
  }

  .domainresult {
    min-width: 83%;
  }

  .domainresult.csomagmobilerow {
    width: 100%;
  }

  .logowrapper {
    width: 40%;
    margin-top: 3px;
  }

  .logowrapper.w--current {
    position: static;
    display: block;
    width: 36%;
    margin: 6px auto;
    padding-left: 0px;
    float: left;
  }

  .headericonswrapper {
    left: -2%;
    top: -11px;
    right: auto;
    margin-top: 5px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .greysubmenu {
    font-size: 12px;
  }

  .navmenu {
    float: none;
  }

  .domainfreesection.greenbg.domaincsomagrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .domainfreesection.domaincsomagrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .aszfcolor {
    color: #4e555f;
  }

  .comparation_table {
    padding-left: 12px;
    font-size: 11px;
  }

  .comparation_table.compares_header {
    padding-left: 9px;
    font-size: 12px;
  }

  .cloudbackup-section {
    margin-top: -44px;
  }

  .buttonbox.gradient-pink {
    padding-bottom: 10px;
    background-color: #fff;
    color: #000;
  }

  .buttonbox.gradient-pink.ujregicon {
    width: 270px;
    margin-right: 0px;
    padding-top: 6px;
    padding-right: 5px;
  }

  .buttonbox.gradient-pink.atregicon {
    padding-left: 60px;
    background-size: 60px;
  }

  .horizscrollmenu {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .linkblokk {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #414053;
    text-decoration: none;
  }

  .linkblokk:hover {
    text-decoration: none;
  }

  .buttonbox-h2-2.ujregicontext {
    margin-right: 0px;
  }

  .buttonbox-h2-2.regicontext {
    margin-right: 10px;
  }

  .grey-bold_subheadtitle {
    margin-top: 0px;
    font-size: 24px;
    line-height: 25px;
  }

  .white_subheadtitle {
    margin-top: 0px;
    font-size: 24px;
    line-height: 25px;
  }
}

#w-node-09566fc31ff7-2793b708 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-2a44467042fb-2793b708 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-ad60dae8e315-2793b708 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@font-face {
  font-family: 'Glyphicons halflings regular';
  src: url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Helveticaneueltpro ltcn';
  src: url('../fonts/HelveticaNeueLTPro-LtCn.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Helveticaneueltpro cn';
  src: url('../fonts/HelveticaNeueLTPro-Cn.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Proximanova light';
  src: url('../fonts/ProximaNova-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}