* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  min-width: 320px;
  font: 400 14px/18px "Open Sans", Arial, Helvetica, sans-serif;
  color: #666;
  -webkit-text-size-adjust: 100%;
}
body.specialoffers {
  background: #1d1d1d;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
  margin: 0;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #444;
}
dl,
dt,
dd,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ol {
  margin: 0;
  padding: 0 0 0 20px;
}
form {
  margin: 0;
  padding: 0;
}
img {
  display: block;
  border: 0;
  max-width: 100%;
}
abbr {
  border-bottom: 1px dotted #333;
  cursor: help;
}
table {
  border-collapse: collapse;
}
table tr th,
table tr td {
  margin: 0;
  padding: 0;
}
a {
  color: #1aa8cc;
  text-decoration: none;
  -moz-transition: background 0.15s linear, color 0.15s linear,
    border 0.15s linear;
  -webkit-transition: background 0.15s linear, color 0.15s linear,
    border 0.15s linear;
  -o-transition: background 0.15s linear, color 0.15s linear,
    border 0.15s linear;
  transition: background 0.15s linear, color 0.15s linear, border 0.15s linear;
}
a:hover {
  color: #2976ab;
  text-decoration: underline;
}
a:active {
  background: 0;
}
p {
  margin: 0 0 10px;
  line-height: 22px;
}
input,
textarea,
select {
  font: 400 14px/18px "Open Sans", Helvetica, Arial, Tahoma, sans-serif;
  margin: 0;
  padding: 0;
}
input:focus,
textarea:focus,
select:focus {
  outline: 0;
}
header,
nav,
section,
article,
hgroup,
aside,
figure,
time,
footer,
iframe,
object,
svg {
  display: block;
  margin: 0;
}
svg {
  max-width: 100%;
}
.extralarge_button,
.large_button,
.big_button {
  position: relative;
  display: inline-block;
  padding: 0 25px;
  color: #fff !important;
  font: 700 14px Montserrat, Arial, Helvetica, sans-serif;
  border-radius: 3px;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.extralarge_button:hover,
.large_button:hover,
.big_button:hover {
  color: #fff !important;
  text-decoration: none !important;
}
.extralarge_button {
  height: 50px;
  line-height: 50px;
}
.large_button {
  height: 44px;
  line-height: 44px;
}
.big_button {
  height: 36px;
  line-height: 36px;
}
.transp {
  background: 0;
  border: 2px solid #fff;
  line-height: 46px;
  padding: 0 20px;
}
.transp:hover,
.transp:active {
  opacity: 0.7;
}
.bwhite {
  background: #fff;
  color: #73584c !important;
}
.bwhite:hover,
.bwhite:active {
  opacity: 0.8;
  background: #fff;
  color: #73584c !important;
}
.bblue {
  background: #4b99d0;
  color: #fff !important;
}
.bblue:hover,
.bblue:active {
  background: #66addf;
}
.bred {
  background: #d0554b;
}
.bred:hover,
.bred:active {
  background: #e1746c;
}
.bgreen {
  background: #70b159;
}
.bgreen:hover,
.bgreen:active {
  background: #8dca77;
}
.borange {
  background: #f56332;
}
.borange:hover,
.borange:active {
  background: #f58058;
}
.bgrey {
  background: #444;
}
.bgrey:hover,
.bgrey:active {
  background: #555;
}
.bdarkgrey {
  background: #2b2b2b;
}
.bdarkgrey:hover,
.bdarkgrey:active {
  background: #333;
}
.blightgrey {
  background: #eee;
  color: #7a7a7a !important;
}
.blightgrey:hover,
.blightgrey:active {
  background: #fdfdfd;
  color: #7a7a7a !important;
}
.bdisabled {
  background: #f5f5f5;
  color: #b0b0b0 !important;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.bdisabled:hover,
.bdisabled:active {
  background: #f5f5f5;
  color: #b0b0b0 !important;
}
.small_button {
  position: relative;
  display: inline-block;
  padding: 4px 24px 4px 10px;
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 2px;
}
.small_button:hover {
  color: #fff;
  text-decoration: none;
}
.small_button:before {
  position: absolute;
  top: 9px;
  right: 7px;
  content: "";
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #fff;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.small_button:after {
  position: absolute;
  top: 11px;
  right: 11px;
  content: "";
  width: 4px;
  height: 4px;
  background: #fff;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.small_button.orange {
  background: #f56332;
}
.small_button.orange:hover {
  background: #f4794f;
}
.small_button.blue {
  background: #4b99d0;
}
.small_button.blue:hover {
  background: #66addf;
}
.fleft {
  float: left !important;
}
.fright {
  float: right !important;
}
.p0 {
  padding: 0 !important;
}
.p9 {
  padding: 9px !important;
}
.p13 {
  padding: 13px !important;
}
.p19 {
  padding: 19px !important;
}
.p30 {
  padding: 30px !important;
}
.p40 {
  padding: 40px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pl50 {
  padding-left: 50px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.m0auto {
  margin: 0 auto !important;
}
.m0 {
  margin: 0 !important;
}
.m8 {
  margin: 8px !important;
}
.m10 {
  margin: 10px !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.ml0 {
  margin-left: 0 !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.corange {
  color: #f56332 !important;
}
.cgreen {
  color: #719843 !important;
}
.cblue {
  color: #508cd0 !important;
}
.cred {
  color: #9c2c2c !important;
}
.cdanger {
  color: #c53939 !important;
}
.corange {
  color: #e0882a !important;
}
.cgrey {
  color: #999 !important;
}
.aleft {
  text-align: left !important;
}
.aright {
  text-align: right !important;
}
.acenter {
  text-align: center !important;
}
.amiddle {
  vertical-align: middle !important;
}
.bold {
  font-weight: 700 !important;
}
.regular {
  font-weight: 400 !important;
}
.italic {
  font-style: italic !important;
}
.input {
  box-shadow: 0 1px 0 #fff, inset 0 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc;
  background: #fff;
  height: 36px;
  padding: 6px;
  -moz-transition: border 0.15s linear;
  -webkit-transition: border 0.15s linear;
  -o-transition: border 0.15s linear;
  transition: border 0.15s linear;
}
.input:focus {
  border: 1px solid #aaa;
}
.input.error {
  background: #ffe4e4;
  border: 1px solid #f1b0b0;
  color: #c66;
}
.radio {
  float: left;
  margin: 2px 4px 0 0;
}
.checkbox {
  float: left;
  margin: 3px 6px 0 0;
}
.wid300 {
  width: 300px !important;
}
.wid400 {
  width: 400px !important;
}
.wid100p {
  width: 100% !important;
}
.wid736 {
  width: 736px !important;
}
.h200 {
  height: 200px !important;
}
.b0 {
  border: none !important;
}
.standardformlabel {
  float: left;
  line-height: 36px !important;
  cursor: pointer;
}
.standardformlabel a {
  border-bottom: 1px dotted #4290c5;
}
.standardformlabel a:hover {
  border-bottom: 1px dotted #2976ab;
  text-decoration: none;
}
.label {
  min-width: 140px;
  padding: 4px 10px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
  font: 11px Tahoma, Arial, Verdana, sans-serif;
  border-radius: 3px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  white-space: nowrap;
}
.label.orange {
  background: #f56332;
}
.clr {
  clear: both;
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.bigtitle {
  margin: 0 0 6px;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  position: relative;
  padding-top: 40px;
}
.bigsubtitle {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 300;
  margin: 0 0 40px;
  text-align: center;
}
.bigpara {
  margin: 15px 0 10px;
  font-size: 16px;
  line-height: 26px;
  color: #444;
}
.notes {
  margin: 15px 0 0;
  padding: 10px 0 0;
  border-top: 1px solid #d3d3d3;
  font-size: 12px;
  line-height: 16px;
}
.loader {
  display: none;
}
.loader > img {
  margin: 0 auto;
}
.dblock {
  display: block !important;
}
.diblock {
  display: inline-block !important;
}
.relative {
  position: relative !important;
}
.absolute {
  position: absolute !important;
}
.tabbedbox {
  border-radius: 0 5px 5px 5px !important;
}
.twoboxes {
  float: left;
  width: 48%;
  margin: 0 0 0 2%;
}
.twoboxes:first-of-type {
  margin: 0 2% 0 0;
}
.threeboxes {
  float: left;
  width: 30.6%;
  margin: 0 0 0 4%;
}
.threeboxes:first-of-type {
  margin: 0;
}
.invisible {
  position: absolute;
  top: -9999px;
  left: -9999px;
  width: 0;
  height: 0;
}
.helpy {
  display: inline;
  padding: 0 0 2px;
  border-bottom: 1px dotted #bbb;
  cursor: help;
}
.modal {
  display: none;
  position: fixed !important;
  z-index: 9999 !important;
  background: rgba(0, 0, 0, 0.8);
  border: none !important;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5) !important;
}
.fader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  z-index: 5000;
}
.tooltip {
  position: absolute;
  display: none;
  border: 1px solid #d1d1d1;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
  padding: 14px;
  z-index: 50;
  background: #fff;
}
.tooltip:before {
  position: absolute;
  top: -7px;
  left: 20px;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #d1d1d1;
}
.tooltip:after {
  position: absolute;
  top: -5px;
  left: 21px;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
}
.notify {
  max-width: 980px;
  margin: 0 auto 20px;
  line-height: 20px;
  padding: 15px 15px 15px 20px;
  text-align: left;
}
.notify svg {
  float: left;
  width: 32px;
  height: 32px;
  margin: 0 20px 0 0;
}
.notify strong:first-of-type {
  display: block;
  margin: 0 0 15px;
  padding: 0 0 0 38px;
  line-height: 30px;
  font-size: 16px;
  text-transform: uppercase;
}
.notify p {
  margin: 10px 0 0;
}
.notify ul li > ul {
  margin: 6px 0 6px 10px;
}
.notify ul li > ul > li {
  position: relative;
  padding: 0 0 0 14px;
}
.notify ul li > ul > li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #999;
}
.notify.withtooltip a {
  position: relative;
}
.notify.withtooltip a .helpy:hover + .tooltip {
  display: block;
}
.notify.withtooltip a .tooltip {
  font-size: 12px;
  width: 360px;
  color: #444;
}
.notify.withtooltip a .tooltip:after {
  left: 50%;
}
.notify.withtooltip a .tooltip:before {
  left: 50.4%;
}
.notify.error {
  border: 1px solid #fcdfd5;
  background: #fff5f0;
  border-left: 3px solid #dda496;
  color: #972c2c;
}
.notify.error svg path {
  fill: #c95f5f;
}
.notify.error ul li > ul > li:before {
  background: #972c2c;
}
.notify.warning {
  border: 1px solid #e6e998;
  background: #feffdd;
  border-left: 3px solid #c4c064;
  color: #646406;
}
.notify.warning svg path {
  fill: #a6a23b;
}
.notify.warning ul li > ul > li:before {
  background: #646406;
}
.notify.information {
  border: 1px solid #d6e2ea;
  border-left: 3px solid #6aa4c0;
  background: #f1f9fe;
  color: #2b586e;
}
.notify.information svg path {
  fill: #6aa4c0;
}
.notify.information ul li > ul > li:before {
  background: #2b586e;
}
.notify.success {
  border: 1px solid #d0e7b2;
  border-left: 3px solid #86c06a;
  background: #e7ffcd;
  color: #477b2e;
}
.notify.success svg path {
  fill: #82be65;
}
.notify.success ul li > ul > li:before {
  background: #477b2e;
}
.notify.notice {
  border: 1px solid #e9e9e9;
  border-left: 3px solid #c7c7c7;
  background: #f8f8f8;
  color: #888;
}
.notify.notice ul li > ul > li:before {
  background: #888;
}
.vat-notice-module {
  color: #adadad;
  font-size: 12px;
  padding: 10px 0 0;
  font-style: normal;
  font-weight: 400;
  clear: both;
  float: none !important;
  text-align: center;
}
.vat-notice-module.dblock {
  display: block;
}
.vatPriceElement,
.vatNoticeText {
  font-style: normal !important;
}
@media screen and (max-width: 768px), screen and (max-device-width: 768px) {
  .bigtitle {
    font-size: 28px;
    line-height: 32px;
    margin: 0 0 10px;
  }
  .bigsubtitle {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 480px), screen and (max-device-width: 480px) {
  .bigtitle {
    font-size: 22px;
    line-height: 24px;
  }
  .bigsubtitle {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
}
@media screen and (max-width: 360px), screen and (max-device-width: 360px) {
  .bigtitle {
    font-size: 20px;
    line-height: 22px;
  }
}
.no-padding--bottom {
  padding-bottom: 0 !important;
}
.no-padding--top {
  padding-top: 0 !important;
}
.flex--wrap-row-center {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.flex--wrap-row-center .flex__btn--margin-medium {
  margin: 10px 15px;
}
.pos-abs-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.border--top-solid-light {
  border-top: 1px solid #ddd;
}
.border--top-solid-dark {
  border-top: 1px solid #444;
}
.border--solid-grey {
  border: 1px solid #9c9e9e;
}
.border--solid-m-bronze {
  border: 2px solid #cdaa72;
}
.border--bottom-dotted-light {
  border-bottom: 1px dotted #ddd;
}
.border--bottom-dashed-brown {
  border-bottom: 2px dashed #ccb28b;
}
.border--radius-circle {
  border-radius: 50%;
}
.partner-logo svg {
  width: 100%;
  height: 100%;
}
.partner-logo--size_180 {
  max-width: 180px;
}
.density--xx-small {
  padding-bottom: 5px;
  padding-top: 5px;
}
.density--x-small {
  padding-bottom: 10px;
  padding-top: 10px;
}
.density--semismall {
  padding-bottom: 15px;
  padding-top: 15px;
}
.density--small {
  padding-bottom: 20px;
  padding-top: 20px;
}
.density--semimedium {
  padding-bottom: 25px;
  padding-top: 25px;
}
.density--medium {
  padding-bottom: 30px;
  padding-top: 30px;
}
.density--large {
  padding-bottom: 40px;
  padding-top: 40px;
}
.density--x-large {
  padding-bottom: 50px;
  padding-top: 50px;
}
.density--xx-large {
  padding-bottom: 60px;
  padding-top: 60px;
}
.feature-column__content {
  width: 50%;
}
.wrap {
  position: relative;
  margin: 0 auto;
}
.wrap--xx-small {
  max-width: 280px;
}
.wrap--x-small {
  max-width: 380px;
}
.wrap--small {
  max-width: 780px;
}
.landing-footer {
  text-align: center;
  padding: 30px 0;
  background: #333230;
}
.landing-footer .logo-footer {
  height: 27px;
  margin: 0 5px;
  display: inline-block;
}
.landing-footer .logo-footer svg {
  height: 100%;
  width: 130px;
}
.landing-footer p {
  margin: 30px 0 0 0;
  color: #fff;
  font-size: 13px;
  line-height: 17px;
}
@media screen and (min-width: 768px), screen and (min-device-width: 768px) {
  .no-display-border-widescreen {
    border: 0;
  }
  .pos-wrap--zindex_1 {
    z-index: 1;
  }
  .pos-wrap--absolute {
    position: absolute;
    margin: 0 auto;
  }
  .pos-wrap--left {
    left: 0;
  }
  .pos-wrap--top {
    top: 0;
  }
  .pos-wrap--right {
    right: 0;
  }
  .pos-wrap--bottom {
    bottom: 0;
  }
  .pos-wrap--bottom-small {
    bottom: 40px;
  }
  .pos-wrap--negative-left-xsmall {
    left: -30px;
  }
  .pos-wrap--negative-left-medium {
    left: -125px;
  }
  .pos-wrap--negative-left-large {
    left: -250px;
  }
  .pos-wrap--negative-top-xsmall {
    top: -40px;
  }
  .pos-wrap--negative-top-large {
    top: -300px;
  }
  .pos-wrap--negative-right-small {
    right: -70px;
  }
  .pos-wrap--negative-right-medium {
    right: -125px;
  }
  .pos-wrap--negative-right-large {
    right: -250px;
  }
  .pos-wrap--negative-bottom-large {
    bottom: -200px;
  }
}
@media screen and (max-width: 1023px), screen and (max-device-width: 1023px) {
  .no-display-1023 {
    display: none;
  }
  .center-elem {
    margin: 0 auto;
  }
}
@media screen and (max-width: 940px), screen and (max-device-width: 940px) {
  .feature-column__content {
    width: 100%;
  }
}
@media screen and (max-width: 767px), screen and (max-device-width: 767px) {
  .no-display-767 {
    display: none;
  }
  .no-padding--767 {
    padding: 0;
  }
  .center-elem--767 {
    margin: 0 auto;
  }
  .auto-height--767 {
    height: auto;
    min-height: auto !important;
  }
  .flex--wrap-column-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .density--xx-large {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .grid.cols3 .column {
    width: 49.5%;
  }
}
@media screen and (max-width: 480px), screen and (max-device-width: 480px) {
  .no-display-480 {
    display: none !important;
  }
  .no-padding--side {
    padding-left: 0;
    padding-right: 0;
  }
  .grid.cols3 .column,
  .grid.cols2 .column {
    width: 100%;
  }
}
#header #main-navigation {
  flex-grow: 12;
  top: 0;
}
#header #main-navigation > ul {
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-left: 20px;
}
#header #main-navigation > ul > li {
  margin: 0 1px;
}
#header #main-navigation > ul > li > a,
#header #main-navigation > ul > li > span {
  display: inline-block;
  padding: 0 20px;
  height: 60px;
  line-height: 60px;
  color: #e6e3e3;
  font-size: 15px;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 400;
  text-decoration: none;
  -moz-transition: background-color 0.25s linear, box-shadow 0.25 linear,
    color 0.25 linear;
  -webkit-transition: background-color 0.25s linear, box-shadow 0.25 linear,
    color 0.25 linear;
  -o-transition: background-color 0.25s linear, box-shadow 0.25 linear,
    color 0.25 linear;
  transition: background-color 0.25s linear, box-shadow 0.25 linear,
    color 0.25 linear;
  text-transform: uppercase;
  cursor: default;
}
#header #main-navigation > ul > li > a.reallink,
#header #main-navigation > ul > li > span.reallink {
  cursor: pointer;
}
#header #main-navigation > ul > li > div {
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background: #f5f1ea;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#header #main-navigation > ul > li > div .standard-dropdown {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}
#header #main-navigation > ul > li > div .standard-dropdown li {
  width: 22.6%;
  margin: 10px;
  text-align: center;
}
#header #main-navigation > ul > li > div .standard-dropdown li a {
  position: relative;
  width: 100%;
  min-height: 160px;
  padding: 20px 5px 0;
  border-radius: 3px;
  display: inline-block;
  background: #fff;
  color: #f56332;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#header #main-navigation > ul > li > div .standard-dropdown li a:hover {
  text-decoration: none;
}
#header #main-navigation > ul > li > div .standard-dropdown li a:before {
  z-index: 0;
  position: absolute;
  content: "";
  opacity: 0;
  top: 0;
  left: 0;
  width: 98.2%;
  height: 98%;
  border: 2px solid #c69c6d;
  border-radius: 3px;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#header #main-navigation > ul > li > div .standard-dropdown li a:after {
  z-index: -1;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#header #main-navigation > ul > li > div .standard-dropdown li a:hover::after,
#header #main-navigation > ul > li > div .standard-dropdown li a:hover::before {
  opacity: 1;
}
#header #main-navigation > ul > li > div .standard-dropdown li a .icon-size {
  height: 64px;
  display: flex;
  align-items: center;
  margin: 0 auto 15px;
}
#header
  #main-navigation
  > ul
  > li
  > div
  .standard-dropdown
  li
  a
  .icon-size
  svg {
  width: 100%;
}
#header #main-navigation > ul > li > div .standard-dropdown li a h4 {
  line-height: 1.6;
  font-family: Roboto, Arial, sans-serif;
  color: #404141;
  text-transform: uppercase;
}
#header #main-navigation > ul > li > div .standard-dropdown li a p {
  margin: 0 0 15px;
  color: #818181;
}
#header #main-navigation > ul > li > div.webhosting {
  max-width: 970px;
}
#header #main-navigation > ul > li > div.webhosting .webhosting-dropdown {
  padding: 10px 0;
}
#header
  #main-navigation
  > ul
  > li
  > div.webhosting
  .webhosting-dropdown
  ul
  li:nth-child(1)
  svg {
  height: 55px;
}
#header
  #main-navigation
  > ul
  > li
  > div.webhosting
  .webhosting-dropdown
  ul
  li:nth-child(1)
  svg
  * {
  fill: #e16b38;
}
#header
  #main-navigation
  > ul
  > li
  > div.webhosting
  .webhosting-dropdown
  ul
  li:nth-child(2)
  svg {
  height: 55px;
}
#header
  #main-navigation
  > ul
  > li
  > div.webhosting
  .webhosting-dropdown
  ul
  li:nth-child(2)
  svg
  * {
  fill: #56a0c2;
}
#header
  #main-navigation
  > ul
  > li
  > div.webhosting
  .webhosting-dropdown
  ul
  li:nth-child(3)
  svg {
  height: 43px;
}
#header
  #main-navigation
  > ul
  > li
  > div.webhosting
  .webhosting-dropdown
  ul
  li:nth-child(3)
  svg
  * {
  fill: #a269b9;
}
#header
  #main-navigation
  > ul
  > li
  > div.webhosting
  .webhosting-dropdown
  ul
  li:nth-child(4)
  svg {
  height: 43px;
}
#header
  #main-navigation
  > ul
  > li
  > div.webhosting
  .webhosting-dropdown
  ul
  li:nth-child(4)
  svg
  * {
  fill: #61bbc3;
}
#header #main-navigation > ul > li > div.ourtechnologies {
  max-width: 740px;
}
#header
  #main-navigation
  > ul
  > li
  > div.ourtechnologies
  .ourtechnologies-dropdown {
  padding: 10px 0;
}
#header
  #main-navigation
  > ul
  > li
  > div.ourtechnologies
  .ourtechnologies-dropdown
  ul
  li {
  width: 30.5%;
}
#header
  #main-navigation
  > ul
  > li
  > div.ourtechnologies
  .ourtechnologies-dropdown
  ul
  li:nth-child(1)
  svg {
  height: 52px;
}
#header
  #main-navigation
  > ul
  > li
  > div.ourtechnologies
  .ourtechnologies-dropdown
  ul
  li:nth-child(1)
  svg
  * {
  fill: #cfad78;
}
#header
  #main-navigation
  > ul
  > li
  > div.ourtechnologies
  .ourtechnologies-dropdown
  ul
  li:nth-child(2)
  svg {
  height: 50px;
}
#header
  #main-navigation
  > ul
  > li
  > div.ourtechnologies
  .ourtechnologies-dropdown
  ul
  li:nth-child(2)
  svg
  * {
  fill: #1c8ea6;
}
#header
  #main-navigation
  > ul
  > li
  > div.ourtechnologies
  .ourtechnologies-dropdown
  ul
  li:nth-child(3)
  svg {
  height: 55px;
}
#header
  #main-navigation
  > ul
  > li
  > div.ourtechnologies
  .ourtechnologies-dropdown
  ul
  li:nth-child(3)
  svg
  * {
  fill: #f68858;
}
#header #main-navigation > ul > li > div.aboutus {
  max-width: 970px;
}
#header #main-navigation > ul > li > div.aboutus .aboutus-dropdown {
  padding: 10px 0;
}
#header
  #main-navigation
  > ul
  > li
  > div.aboutus
  .aboutus-dropdown
  ul
  li:nth-child(1)
  svg {
  height: 55px;
}
#header
  #main-navigation
  > ul
  > li
  > div.aboutus
  .aboutus-dropdown
  ul
  li:nth-child(1)
  svg
  * {
  fill: #be9e73;
}
#header
  #main-navigation
  > ul
  > li
  > div.aboutus
  .aboutus-dropdown
  ul
  li:nth-child(2)
  svg {
  height: 55px;
}
#header
  #main-navigation
  > ul
  > li
  > div.aboutus
  .aboutus-dropdown
  ul
  li:nth-child(2)
  svg
  * {
  fill: #9b70ac;
}
#header
  #main-navigation
  > ul
  > li
  > div.aboutus
  .aboutus-dropdown
  ul
  li:nth-child(3)
  svg {
  height: 55px;
}
#header
  #main-navigation
  > ul
  > li
  > div.aboutus
  .aboutus-dropdown
  ul
  li:nth-child(3)
  svg
  * {
  fill: #1c8ea6;
}
#header
  #main-navigation
  > ul
  > li
  > div.aboutus
  .aboutus-dropdown
  ul
  li:nth-child(4)
  svg {
  height: 55px;
}
#header
  #main-navigation
  > ul
  > li
  > div.aboutus
  .aboutus-dropdown
  ul
  li:nth-child(4)
  svg
  * {
  fill: #d17751;
}
#header #main-navigation > ul > li:hover > a,
#header #main-navigation > ul > li:hover > span,
#header #main-navigation > ul > li:hover > .current {
  background: #f5f1ea;
  color: #1d1d1d;
  box-shadow: inset 0 3px 0 #cfad78;
}
#header #main-navigation > ul > li:hover > div {
  opacity: 1;
  visibility: visible;
  height: auto;
}
#header .addservices {
  padding: 0 20px;
  margin-bottom: 20px;
}
#header .addservices strong {
  display: inline;
  margin: 0 10px 0 0;
  font-size: 14px;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #989595;
}
#header .addservices ul {
  display: inline;
}
#header .addservices ul li {
  position: relative;
  display: inline;
  padding: 0 0 0 12px;
  margin: 0 0 0 6px;
}
#header .addservices ul li:before {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: silver;
}
#header .addservices ul li:first-child {
  margin: 0;
  padding: 0;
}
#header .addservices ul li:first-child:before {
  background: transparent;
}
#header .addservices ul li a {
  color: #1d1d1d;
  font-family: Roboto, Arial, sans-serif;
}
#header .addservices ul li a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 980px),
  screen and (min-device-width: 980px) and (orientation: portrait) {
  #header #main-navigation .main-dropdown .first-list,
  #header #main-navigation .main-dropdown > li:last-child svg,
  #header #main-navigation .main-dropdown > li > span,
  #header #main-navigation .main-dropdown > li a .mobile-icon,
  #header #main-navigation .main-dropdown .addservices ul li a svg {
    display: none;
  }
}
@media screen and (max-width: 980px),
  screen and (max-device-width: 980px) and (orientation: portrait) {
  #main-navigation {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -250px;
    width: 250px;
    min-height: 100%;
    padding: 0;
    overflow-y: auto;
    background: #333;
    box-shadow: inset 3px 0 10px rgba(0, 0, 0, 0.3);
  }
  #main-navigation.slide-left {
    display: block;
    right: -20px;
  }
  #main-navigation > ul > li:hover > span,
  #main-navigation > ul > li:hover > .current {
    background: #555;
    background: -moz-linear-gradient(top, #555 0, #444 100%);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0, #555),
      color-stop(100%, #444)
    );
    background: -webkit-linear-gradient(top, #555 0, #444 100%);
    background: -o-linear-gradient(top, #555 0, #444 100%);
    background: -ms-linear-gradient(top, #555 0, #444 100%);
    background: linear-gradient(top, #555 0, #444 100%);
  }
  #main-navigation > ul > li > span {
    display: block;
    padding-left: 15px;
    height: 22px;
    line-height: 20px;
    color: #888;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    background: #555;
    background: -moz-linear-gradient(top, #555 0, #444 100%);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0, #555),
      color-stop(100%, #444)
    );
    background: -webkit-linear-gradient(top, #555 0, #444 100%);
    background: -o-linear-gradient(top, #555 0, #444 100%);
    background: -ms-linear-gradient(top, #555 0, #444 100%);
    background: linear-gradient(top, #555 0, #444 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  #main-navigation > ul > li > a {
    display: block;
    padding-left: 15px;
    height: 40px;
    line-height: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: 0;
    font-size: 13px;
    text-transform: none;
    color: #f1f1f1;
  }
  #main-navigation > ul > li > a:hover {
    background: #212121;
    text-decoration: none;
  }
  #main-navigation > ul > li > a svg {
    display: inline-block;
    margin-right: 5px;
  }
  #main-navigation > ul > li > a svg * {
    fill: #9fa1a2;
  }
  #main-navigation > ul > li > a span {
    display: inline-block;
  }
  #main-navigation > ul > li:nth-child(n + 2):nth-child(-n + 4) > a {
    display: none;
  }
  #main-navigation > ul > li > div {
    display: block;
    position: relative;
    top: 0;
    box-shadow: none;
    background: transparent;
    font-size: 13px;
  }
  #main-navigation > ul > li > div .standard-dropdown li {
    height: 40px;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  #main-navigation > ul > li > div .standard-dropdown li a {
    display: block;
    padding-left: 15px;
  }
  #main-navigation > ul > li > div .standard-dropdown li a:hover {
    background: #212121;
    text-decoration: none;
  }
  #main-navigation > ul > li > div .standard-dropdown li a svg {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 5px;
  }
  #main-navigation > ul > li > div .standard-dropdown li a svg * {
    fill: #9fa1a2;
  }
  #main-navigation > ul > li > div .standard-dropdown li a h4 {
    height: 40px;
    line-height: 40px;
    display: inline-block;
    color: #f1f1f1;
    font-weight: 400;
    font-family: "Open Sans", Arial, sans-serif;
  }
  #main-navigation > ul > li > div .standard-dropdown li a .desktop-icon svg,
  #main-navigation > ul > li > div .standard-dropdown li a p {
    display: none;
  }
  #main-navigation
    > ul
    > li
    > div
    .standard-dropdown
    li.mobile-woohosting
    a
    svg {
    width: 20px;
    height: 20px;
    margin-bottom: -6px;
  }
  #main-navigation > ul > li > div .addservices strong {
    display: none;
  }
  #main-navigation > ul > li > div .addservices ul li {
    height: 40px;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  #main-navigation > ul > li > div .addservices ul li a {
    display: block;
    padding-left: 15px;
    color: #f1f1f1;
  }
  #main-navigation > ul > li > div .addservices ul li a:hover {
    background: #212121;
    text-decoration: none;
  }
  #main-navigation > ul > li > div .addservices ul li a span {
    line-height: 40px;
  }
  #main-navigation > ul > li > div .addservices ul li a svg {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 5px;
  }
  #main-navigation > ul > li > div .addservices ul li a svg * {
    fill: #9fa1a2;
  }
  #main-navigation > ul > li > div .addservices ul li a .desktop-icon svg {
    display: none;
  }
}
.cookie-notice {
  position: relative;
  background: #353535;
  color: #e5e5e5;
  font-size: 12px;
  padding: 8px 20px;
  line-height: 20px;
  width: 100%;
  z-index: 1001;
}
.cookie-notice > div {
  position: relative;
  padding: 0 !important;
}
.cookie-notice > div p {
  margin: 0;
  padding: 0 110px 0 0;
}
.cookie-notice > div p a {
  color: inherit;
  border-bottom: 1px dotted #e5e5e5;
  text-decoration: none;
}
.cookie-notice > div p a:hover {
  border-bottom: 1px solid #e5e5e5;
}
.cookie-notice > div .hide-cookie {
  display: block;
  border-radius: 2px;
  border: 1px solid #9a9a9a;
  line-height: 16px;
  padding: 0 5px;
  height: 20px;
  font-size: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  color: #9a9a9a;
  margin: -10px 0 0;
  text-transform: uppercase;
}
.cookie-notice > div .hide-cookie svg {
  fill: #f6f6f6;
  width: 8px;
  height: 8px;
  margin: 4px;
  position: relative;
}
.cookie-notice > div .hide-cookie:hover {
  background: #9a9a9a;
  color: #fff;
  text-decoration: none;
}
.cookie-notice.sticky {
  position: fixed;
}
#header {
  min-height: 80px;
  background: #333230;
}
#header .header-content {
  position: relative;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
}
#header .header-content .header-logo {
  flex-grow: 1;
}
#header .header-content .header-logo #logo {
  display: inline-block;
  vertical-align: super;
  position: relative;
  bottom: -5px;
}
#header .header-content .header-logo #logo svg {
  height: 32px;
}
#header .header-content .header-help .nav-buttons {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#header .header-content .header-help .nav-buttons .set {
  font-weight: 400 !important;
}
#header .header-content .header-help .nav-buttons .set.context:hover {
  background: #f5f1ea;
  text-decoration: none;
}
#header .header-content .header-help .nav-buttons .set.context:hover > a {
  cursor: default;
  color: #282828;
  box-shadow: inset 0 3px 0 #cfad78;
}
#header .header-content .header-help .nav-buttons .set.context:hover form {
  opacity: 1;
  visibility: visible;
  height: auto;
  overflow: visible;
}
#header .header-content .header-help .nav-buttons .set > a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  min-width: 104px;
  height: 60px;
  line-height: 60px;
  color: #e3e3e3;
  font-weight: 500;
  font-family: Roboto, Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#header .header-content .header-help .nav-buttons .set > a:hover {
  text-decoration: none;
  background: #f5f1ea;
  color: #282828;
  box-shadow: inset 0 3px 0 #cfad78;
}
#header .header-content .header-help .nav-buttons .set > a span {
  vertical-align: middle;
  font-size: 15px;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 400;
}
#header .header-content .header-help .nav-buttons .set svg {
  vertical-align: middle;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 4px;
}
#header .header-content .header-help .nav-buttons .set svg * {
  fill: #727171;
}
#header .header-content .header-help .nav-buttons .set form {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  z-index: 9999;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  background: #f5f1ea;
  color: #434242;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  text-align: center;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#header .header-content .header-help .nav-buttons .set form .main-call {
  padding: 20px;
}
#header
  .header-content
  .header-help
  .nav-buttons
  .set
  form
  .main-call
  .big_button {
  display: block;
  padding: 0 10px;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 400;
}
#header .header-content .header-help .nav-buttons .set form .second-call {
  padding: 15px 15px 10px;
  border-top: 1px solid #d8d7d6;
}
#header .header-content .header-help .nav-buttons .set form .second-call .need {
  font-size: 16px;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 500;
  padding-bottom: 15px;
}
#header .header-content .header-help .nav-buttons .set form .second-call a {
  display: inline-block;
  margin-bottom: 10px;
  color: #269eca;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 400;
  text-decoration: none;
}
#header .header-content .header-help .nav-buttons .set form .second-call a svg {
  height: 16px;
  display: inline-block;
  margin-right: 10px;
}
#header
  .header-content
  .header-help
  .nav-buttons
  .set
  form
  .second-call
  a
  svg
  * {
  fill: #a9a9a8;
}
#header
  .header-content
  .header-help
  .nav-buttons
  .set
  form
  .second-call
  a
  span {
  vertical-align: middle;
}
#header
  .header-content
  .header-help
  .nav-buttons
  .set
  form
  .second-call
  a:hover {
  text-decoration: underline;
}
#header
  .header-content
  .header-help
  .nav-buttons
  .set
  form
  .second-call
  #phone_holder
  a {
  color: #434242;
}
#header .header-content .header-help .nav-buttons .open-main-nav {
  display: none;
  padding: 0 10px;
  margin-left: 10px;
  background: #f5f1ea;
  color: #282828;
  font-weight: 500;
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
  cursor: pointer;
  border-radius: 1px;
}
#header .header-content .header-help .nav-buttons .open-main-nav:hover {
  background: #fff;
  text-decoration: none;
}
#header .header-content .header-help .nav-buttons .open-main-nav > div {
  height: 30px;
  display: flex;
  align-items: center;
}
#header .header-content .header-help .nav-buttons .open-main-nav > div svg {
  display: inline-block;
  width: 18px;
  height: 15px;
  margin-right: 10px;
}
@media screen and (max-width: 980px), screen and (max-device-width: 980px) {
  #header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 4000;
  }
  #header.fixed.slide-left {
    left: -230px;
  }
  #header .header-content .header-logo {
    flex-grow: 0;
  }
  #header .header-content .header-help {
    flex-grow: 0;
  }
  #header .header-content .header-help .nav-buttons {
    justify-content: flex-end;
  }
  #header .header-content .header-help .nav-buttons .open-main-nav {
    display: block;
  }
}
@media screen and (max-width: 580px), screen and (max-device-width: 580px) {
  #header {
    min-height: 70px;
  }
  #header .header-content .header-logo #logo {
    position: relative;
    bottom: -4px;
  }
  #header .header-content .header-logo #logo svg {
    height: 26px;
  }
  #header .header-content .header-help .nav-buttons {
    position: initial;
  }
  #header .header-content .header-help .nav-buttons .set {
    background: #444;
    border-radius: 3px;
    margin-right: 10px;
  }
  #header .header-content .header-help .nav-buttons .set.context:hover > a {
    border-radius: 3px;
  }
  #header .header-content .header-help .nav-buttons .set svg {
    height: 20px;
    margin: 0;
  }
  #header .header-content .header-help .nav-buttons .set > a {
    padding: 0 7px;
    min-width: auto;
    height: 34px;
    line-height: 34px;
  }
  #header .header-content .header-help .nav-buttons .set > a:hover {
    border-radius: 3px;
  }
  #header .header-content .header-help .nav-buttons .set > a span {
    display: none;
  }
  #header .header-content .header-help .nav-buttons .set form {
    top: 70px;
  }
  #header .header-content .header-help .nav-buttons .set form:before {
    content: "";
    position: absolute;
    top: -16px;
    right: 88px;
    width: 0;
    height: 0;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-bottom: 16px solid #f5f1ea;
  }
  #header .header-content .header-help .nav-buttons .open-main-nav {
    padding: 0 8px;
    margin-left: 0;
    border-radius: 3px;
  }
  #header .header-content .header-help .nav-buttons .open-main-nav > div {
    height: 34px;
  }
  #header .header-content .header-help .nav-buttons .open-main-nav > div svg {
    margin: 0;
  }
  #header .header-content .header-help .nav-buttons .open-main-nav > div span {
    display: none;
  }
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.flex > * {
  min-width: 0;
  max-width: 100%;
}
.flex--direction-row {
  flex-direction: row;
}
.flex--direction-column {
  flex-direction: column;
}
.flex--direction-row-reverse {
  flex-direction: row-reverse;
}
.flex--direction-column-reverse {
  flex-direction: column-reverse;
}
.flex--justify-flex-start {
  justify-content: flex-start;
}
.flex--justify-center {
  justify-content: center;
}
.flex--justify-flex-end {
  justify-content: flex-end;
}
.flex--justify-space-between {
  justify-content: space-between;
}
.flex--justify-space-around {
  justify-content: space-around;
}
.flex--align-flex-start {
  align-items: flex-start;
}
.flex--align-center {
  align-items: center;
}
.flex--align-flex-end {
  align-items: flex-end;
}
.flex--align-baseline {
  align-items: baseline;
}
.flex--align-stretch {
  align-items: stretch;
}
.flex--align-self-flex-start {
  align-self: flex-start;
}
.flex--align-self-center {
  align-self: center;
}
.flex--align-self-flex-end {
  align-self: flex-end;
}
.flex--align-self-baseline {
  align-self: baseline;
}
.flex--align-self-stretch {
  align-self: stretch;
}
.flex--flex-wrap-wrap {
  flex-wrap: wrap;
}
.flex--flex-wrap-nowrap {
  flex-wrap: nowrap;
}
.flex--background-light {
  background-color: #f8f8f8;
}
.flex--background-white {
  background-color: #fff;
}
.flex--margin-start-right {
  margin-right: auto;
}
.flex--margin-start-top {
  margin-bottom: auto;
}
.flex--gutter-xx-small {
  padding-left: 2.5px;
  padding-right: 2.5px;
}
.flex--gutter-xx-small.flex--expanded {
  margin-left: -5px;
  margin-right: -5px;
}
.flex--gutter-x-small {
  padding-left: 5px;
  padding-right: 5px;
}
.flex--gutter-x-small.flex--expanded {
  margin-left: -10px;
  margin-right: -10px;
}
.flex--gutter-small {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.flex--gutter-small.flex--expanded {
  margin-left: -15px;
  margin-right: -15px;
}
.flex--gutter-medium {
  padding-left: 10px;
  padding-right: 10px;
}
.flex--gutter-medium.flex--expanded {
  margin-left: -20px;
  margin-right: -20px;
}
.flex--gutter-large {
  padding-left: 15px;
  padding-right: 15px;
}
.flex--gutter-large.flex--expanded {
  margin-left: -30px;
  margin-right: -30px;
}
.flex--gutter-x-large {
  padding-left: 20px;
  padding-right: 20px;
}
.flex--gutter-x-large.flex--expanded {
  margin-left: -40px;
  margin-right: -40px;
}
.flex--gutter-xx-large {
  padding-left: 30px;
  padding-right: 30px;
}
.flex--gutter-xx-large.flex--expanded {
  margin-left: -60px;
  margin-right: -60px;
}
.grid {
  display: block;
  position: relative;
}
.grid.cols3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.grid.cols3 .column {
  width: 33%;
}
.grid.cols2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.grid.cols2 .column {
  width: 49.5%;
}
.grid .column_density_small-side {
  padding: 0 20px;
}
.grid .column_density_extralarge {
  padding: 50px;
}
.grid.grid_density_extralarge {
  padding-top: 50px;
  padding-bottom: 50px;
}
.grid.grid_density_large {
  padding-top: 40px;
  padding-bottom: 40px;
}
.grid.grid-density_medium {
  padding-top: 30px;
  padding-bottom: 30px;
}
.grid.grid-density_small {
  padding-top: 20px;
  padding-bottom: 20px;
}
.grid.grid-density_extrasmall {
  padding-top: 10px;
  padding-bottom: 10px;
}
.grid2 {
  display: grid;
  align-self: stretch;
}
.grid2 * {
  min-width: 0;
}
.grid--tp-icon-text {
  grid-template-columns: auto auto;
}
.grid--autoflow-row {
  grid-auto-flow: row;
}
.grid--autoflow-column {
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
}
.grid--padding-xx-small {
  padding: 5px;
}
.grid--padding-x-small {
  padding: 10px;
}
.grid--padding-medium {
  padding: 20px;
}
.grid--padding-large {
  padding: 30px;
}
.grid--padding-x-large {
  padding: 40px;
}
.grid--padding-xx-large {
  padding: 60px;
}
.grid--gap-none {
  grid-gap: 0;
}
.grid--gap-xx-small {
  grid-gap: 5px;
}
.grid--gap-x-small {
  grid-gap: 10px;
}
.grid--gap-small {
  grid-gap: 15px;
}
.grid--gap-medium {
  grid-gap: 20px;
}
.grid--gap-large {
  grid-gap: 30px;
}
.grid--gap-x-large {
  grid-gap: 40px;
}
.grid--gap-xx-large {
  grid-gap: 60px;
}
.grid--density-extralarge {
  padding-top: 50px;
  padding-bottom: 50px;
}
.grid--density-large {
  padding-top: 40px;
  padding-bottom: 40px;
}
.grid--density-medium {
  padding-top: 30px;
  padding-bottom: 30px;
}
.grid--density-small {
  padding-top: 20px;
  padding-bottom: 20px;
}
.grid--density-extrasmall {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 425px) {
  .grid--xxs-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid--xxs-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid--xxs-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid--xxs-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid--xxs-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid--xxs-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid--xxs-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .grid--xxs-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .grid--xxs-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .grid--xxs-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .grid--xxs-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .grid--xxs-12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .grid--xxs-13 {
    grid-template-columns: repeat(13, 1fr);
  }
  .grid--xxs-14 {
    grid-template-columns: repeat(14, 1fr);
  }
}
@media (max-width: 767px) {
  .grid--xs-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid--xs-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid--xs-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid--xs-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid--xs-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid--xs-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid--xs-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .grid--xs-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .grid--xs-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .grid--xs-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .grid--xs-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .grid--xs-12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .grid--xs-13 {
    grid-template-columns: repeat(13, 1fr);
  }
  .grid--xs-14 {
    grid-template-columns: repeat(14, 1fr);
  }
  .grid--xs-col-1-span-2 {
    grid-column: 1 / span 2;
  }
  .grid--xs-col-2-span-2 {
    grid-column: 2 / span 2;
  }
  .grid--xs-col-3-span-2 {
    grid-column: 3 / span 2;
  }
  .grid--xs-col-4-span-2 {
    grid-column: 4 / span 2;
  }
  .grid--xs-col-5-span-2 {
    grid-column: 5 / span 2;
  }
  .grid--xs-col-6-span-2 {
    grid-column: 6 / span 2;
  }
  .grid--xs-col-7-span-2 {
    grid-column: 7 / span 2;
  }
  .grid--xs-col-8-span-2 {
    grid-column: 8 / span 2;
  }
  .grid--xs-col-9-span-2 {
    grid-column: 9 / span 2;
  }
  .grid--xs-col-10-span-2 {
    grid-column: 10 / span 2;
  }
  .grid--xs-col-11-span-2 {
    grid-column: 11 / span 2;
  }
  .grid--xs-col-12-span-2 {
    grid-column: 12 / span 2;
  }
  .grid--xs-col-13-span-2 {
    grid-column: 13 / span 2;
  }
  .grid--xs-col-14-span-2 {
    grid-column: 14 / span 2;
  }
  .grid--gap-xx-large {
    grid-gap: 20px;
  }
  .grid--gap-none-767 {
    grid-gap: 0;
  }
  .grid--density-none-767 {
    padding: 0;
  }
  .grid.cols3 .column,
  .grid.cols2 .column {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .grid--sm-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid--sm-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid--sm-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid--sm-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid--sm-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid--sm-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid--sm-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .grid--sm-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .grid--sm-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .grid--sm-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .grid--sm-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .grid--sm-12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .grid--sm-13 {
    grid-template-columns: repeat(13, 1fr);
  }
  .grid--sm-14 {
    grid-template-columns: repeat(14, 1fr);
  }
  .grid--sm-col-1-span-2 {
    grid-column: 1 / span 2;
  }
  .grid--sm-col-2-span-2 {
    grid-column: 2 / span 2;
  }
  .grid--sm-col-3-span-2 {
    grid-column: 3 / span 2;
  }
  .grid--sm-col-4-span-2 {
    grid-column: 4 / span 2;
  }
  .grid--sm-col-5-span-2 {
    grid-column: 5 / span 2;
  }
  .grid--sm-col-6-span-2 {
    grid-column: 6 / span 2;
  }
  .grid--sm-col-7-span-2 {
    grid-column: 7 / span 2;
  }
  .grid--sm-col-8-span-2 {
    grid-column: 8 / span 2;
  }
  .grid--sm-col-9-span-2 {
    grid-column: 9 / span 2;
  }
  .grid--sm-col-10-span-2 {
    grid-column: 10 / span 2;
  }
  .grid--sm-col-11-span-2 {
    grid-column: 11 / span 2;
  }
  .grid--sm-col-12-span-2 {
    grid-column: 12 / span 2;
  }
  .grid--sm-col-13-span-2 {
    grid-column: 13 / span 2;
  }
  .grid--sm-col-14-span-2 {
    grid-column: 14 / span 2;
  }
  .grid--auto-fit {
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  }
  .grid--row-gap--mega-large {
    grid-row-gap: 300px;
  }
}
@media (min-width: 1024px) {
  .grid--m-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid--m-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid--m-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid--m-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid--m-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid--m-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid--m-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .grid--m-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .grid--m-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .grid--m-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .grid--m-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .grid--m-12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .grid--m-13 {
    grid-template-columns: repeat(13, 1fr);
  }
  .grid--m-14 {
    grid-template-columns: repeat(14, 1fr);
  }
  .grid--m-col-1-span-2 {
    grid-column: 1 / span 2;
  }
  .grid--m-col-2-span-2 {
    grid-column: 2 / span 2;
  }
  .grid--m-col-3-span-2 {
    grid-column: 3 / span 2;
  }
  .grid--m-col-4-span-2 {
    grid-column: 4 / span 2;
  }
  .grid--m-col-5-span-2 {
    grid-column: 5 / span 2;
  }
  .grid--m-col-6-span-2 {
    grid-column: 6 / span 2;
  }
  .grid--m-col-7-span-2 {
    grid-column: 7 / span 2;
  }
  .grid--m-col-8-span-2 {
    grid-column: 8 / span 2;
  }
  .grid--m-col-9-span-2 {
    grid-column: 9 / span 2;
  }
  .grid--m-col-10-span-2 {
    grid-column: 10 / span 2;
  }
  .grid--m-col-11-span-2 {
    grid-column: 11 / span 2;
  }
  .grid--m-col-12-span-2 {
    grid-column: 12 / span 2;
  }
  .grid--m-col-13-span-2 {
    grid-column: 13 / span 2;
  }
  .grid--m-col-14-span-2 {
    grid-column: 14 / span 2;
  }
}
@media (min-width: 1200px) {
  .grid--lg-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid--lg-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid--lg-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid--lg-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid--lg-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid--lg-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid--lg-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .grid--lg-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .grid--lg-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .grid--lg-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .grid--lg-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .grid--lg-12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .grid--lg-13 {
    grid-template-columns: repeat(13, 1fr);
  }
  .grid--lg-14 {
    grid-template-columns: repeat(14, 1fr);
  }
  .grid--lg-col-1-span-2 {
    grid-column: 1 / span 2;
  }
  .grid--lg-col-2-span-2 {
    grid-column: 2 / span 2;
  }
  .grid--lg-col-3-span-2 {
    grid-column: 3 / span 2;
  }
  .grid--lg-col-4-span-2 {
    grid-column: 4 / span 2;
  }
  .grid--lg-col-5-span-2 {
    grid-column: 5 / span 2;
  }
  .grid--lg-col-6-span-2 {
    grid-column: 6 / span 2;
  }
  .grid--lg-col-7-span-2 {
    grid-column: 7 / span 2;
  }
  .grid--lg-col-8-span-2 {
    grid-column: 8 / span 2;
  }
  .grid--lg-col-9-span-2 {
    grid-column: 9 / span 2;
  }
  .grid--lg-col-10-span-2 {
    grid-column: 10 / span 2;
  }
  .grid--lg-col-11-span-2 {
    grid-column: 11 / span 2;
  }
  .grid--lg-col-12-span-2 {
    grid-column: 12 / span 2;
  }
  .grid--lg-col-13-span-2 {
    grid-column: 13 / span 2;
  }
  .grid--lg-col-14-span-2 {
    grid-column: 14 / span 2;
  }
}
.background-wrap {
  position: relative;
}
.background-wrap.wpsupport {
  background-image: url(../img/specialoffers/bg_wphosting_support-32b592b.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #58504b;
}
.background-wrap.advanced-support {
  background-image: url(../img/specialoffers/bg_advanced_support-d33ed88.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #58504b;
}
.background-wrap.online-shoping-bg {
  background-image: url(../img/specialoffers/bg_online_shoping2-d33ed88.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #333230;
}
.background-wrap.white {
  background-color: #fff;
}
.background-wrap.cream-white {
  background-color: #f4f0e9;
}
.background-wrap.orange {
  background-color: #f68b57;
}
.background-wrap.green {
  background-color: #2eb888;
}
.background-wrap.beige {
  background-color: #f7f3ec;
}
.background-wrap.promo-blue {
  background-color: #1aa8ca;
}
.background-wrap.lightgrey {
  background-color: #f9f9f9;
}
.background-wrap.highlight {
  background: #fff
    url(../img/specialoffers/background_ligthyellow_noise-af3fdc0.png) repeat;
}
.background-wrap.pattern--noise-dark-green {
  background: #124f37 url(../img/patterns/noise_dark_green_pattern-5290356.png)
    repeat;
}
.background-wrap.pattern--noise-highdark {
  background: #343331 url(../img/patterns/noise_highdark_pattern-d33ed88.png)
    repeat;
}
.background-wrap.pattern--cardboard-lilac {
  background: #88659c url(../img/patterns/cardboard_lilac_pattern-598d564.jpg)
    repeat;
}
.background-wrap.pattern--cardboard-dark-lilac {
  background: #78497e
    url(../img/patterns/cardboard_dark_lilac_pattern-598d564.jpg) repeat;
}
.background-wrap.pattern--cardboard-pale-green {
  background: #e4f1c9
    url(../img/patterns/cardboard_pale_green_pattern-598d564.jpg) repeat;
}
.background-wrap.pattern--cardboard-pale-purple {
  background: #eddcf1
    url(../img/patterns/cardboard_pale_purple_pattern-598d564.jpg) repeat;
}
.background-wrap.pattern--cardboard-green4 {
  background: #66a476 url(../img/patterns/cardboard_green4_pattern-d33ed88.jpg)
    repeat;
}
.background-wrap.pattern--canvas-dark-yellow {
  background: #eca03e
    url(../img/patterns/canvas_dark_yellow_pattern-598d564.jpg) repeat;
}
.background-wrap.pattern--canvas-grey {
  background: #88868b url(../img/patterns/canvas_grey_pattern-598d564.jpg)
    repeat;
}
.background-wrap.pattern--canvas-black {
  background: #1a1e21 url(../img/patterns/canvas_black_pattern-65b025f.jpg)
    repeat;
}
.background-wrap.pattern--canvas-red {
  background: #b43010 url(../img/patterns/canvas_red_pattern-65b025f.jpg) repeat;
}
.background-wrap.pattern--canvas-green3 {
  background: #63be7b url(../img/patterns/canvas_green3_pattern-598d564.jpg)
    repeat;
}
.background-wrap.pattern--canvas-green {
  background: #389562 url(../img/patterns/canvas_green_pattern-95b5008.jpg)
    repeat;
}
.background-wrap.pattern--crepe-paper2-turquiose {
  background: #25b8d2
    url(../img/patterns/crepe_paper2_turquiose_pattern-598d564.jpg) repeat;
}
.background-wrap.pattern--crepe-paper2-lightblue {
  background: #3dafcb
    url(../img/patterns/crepe_paper2_light_blue_pattern-598d564.jpg) repeat;
}
.background-wrap.pattern--crepe-paper2-mintblue {
  background: #1f90a0
    url(../img/patterns/crepe_paper2_mint_blue_pattern-598d564.jpg) repeat;
}
.background-wrap.pattern--crepe-paper2-darkblue {
  background: #325374
    url(../img/patterns/crepe_paper2_dark_blue_pattern-598d564.jpg) repeat;
}
.background-wrap.pattern--crepe-paper2-green1 {
  background: #2cab7f
    url(../img/patterns/crepe_paper2_green1_pattern-598d564.jpg) repeat;
}
.background-wrap.pattern--crepe-paper2-pale-blue {
  background: #d0ebf2
    url(../img/patterns/crepe_paper2_pale_blue_pattern-598d564.jpg) repeat;
}
.background-wrap.pattern--crepe-paper2-pale-orange {
  background: #f6ebbe
    url(../img/patterns/crepe_paper2_pale_orange_pattern-598d564.jpg) repeat;
}
.background-wrap.pattern--crepe-paper2-darkerblue {
  background: #284e5b
    url(../img/patterns/crepe_paper2_darkerblue_pattern-d33ed88.jpg) repeat;
}
.background-wrap.pattern--creased-paper2-dark-yellow {
  background: #efb14f
    url(../img/patterns/creased_paper2_dark_yellow_pattern-598d564.jpg) repeat;
}
.background-wrap.pattern--creased-paper2-grey {
  background: #acabb0
    url(../img/patterns/creased_paper2_grey_pattern-598d564.jpg) repeat;
}
.background-wrap.border-plus-shadow {
  border-radius: 3px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
.btn {
  position: relative;
  display: inline-block;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.btn:hover {
  color: #fff;
  text-decoration: none;
}
.btn.btn--size-x-large {
  height: 50px;
  line-height: 50px;
}
.btn.btn--size-large {
  height: 44px;
  line-height: 44px;
}
.btn.btn--size-semi-large {
  height: 40px;
  line-height: 40px;
}
.btn.btn--size-medium {
  height: 36px;
  line-height: 36px;
}
.btn.btn--density-x-large {
  padding: 0 60px;
}
.btn.btn--density-large {
  padding: 0 40px;
}
.btn.btn--text-regular {
  font-family: Roboto, Arial, sans-serif;
}
.btn.btn--text-regular.btn--text-regular-size {
  font-size: 16px;
}
.btn.btn--bg-orange {
  background: #f67a3c;
}
.btn.btn--bg-orange:hover {
  background-color: #d45e2a;
}
.btn.btn--bg-transparent {
  background: 0;
  border: 2px solid #fff;
  line-height: 46px;
}
.btn.btn--bg-transparent:hover,
.btn.btn--bg-transparent:active {
  opacity: 0.7;
}
.btn.btn--bg-transparent-small {
  background: 0;
  border: 1px solid #fff;
}
.btn.btn--bg-transparent-small:hover,
.btn.btn--bg-transparent-small:active {
  opacity: 0.7;
}
.btn.btn--bg-transparent-small.btn--border-lightgrey {
  border: 1px solid #b6bbbf;
  color: #393938;
}
.btn.btn--bg-transparent-small.btn--border-dark {
  border: 1px solid #6c6d6d;
  color: #2e2d2d;
}
.button-outline {
  font: 500 13px/20px "Roboto", Arial, Helvetica, sans-serif;
  padding: 5px 30px;
  display: inline-block;
  border-radius: 2px;
  text-transform: uppercase;
  text-decoration: none;
}
.button-outline.button--color-highlight {
  border: 2px solid #cdaa72;
  color: #545454;
}
.button-outline.button--color-highlight:hover {
  background: #cdaa72;
  text-decoration: none;
}
.button-outline.button--color-white {
  border: 2px solid #fff;
  color: #fff;
}
.button-outline.button--color-white:hover {
  background: #fff;
  color: #545454;
  text-decoration: none;
}
@media screen and (max-width: 767px), screen and (max-device-width: 767px) {
  .btn.btn--text-regular.btn--text-regular-size {
    font-size: 14px;
  }
}
.title {
  position: relative;
}
.title.title--condensed {
  font-family: "Roboto Condensed", Arial, sans-serif;
}
.title.title--regular {
  font-family: "Roboto", Arial, sans-serif;
}
.title.title--subtitle {
  font-family: "Open Sans", Arial, sans-serif;
}
.title.title--style-italic {
  font-style: italic;
}
.title.title--letter-spacing1 {
  letter-spacing: 1px;
}
.title.title--letter-spacing2 {
  letter-spacing: 2px;
}
.title.title--upper {
  text-transform: uppercase;
}
.title.title--cap {
  text-transform: capitalize;
}
.title.title--subtitle-density-extralarge {
  padding-bottom: 50px;
}
.title.title--subtitle-density-large {
  padding-bottom: 40px;
}
.title.title--subtitle-density-medium {
  padding-bottom: 30px;
}
.title.title--subtitle-density-small {
  padding-bottom: 20px;
}
.title.title--density-large {
  padding: 40px 0;
}
.title.title--density-medium {
  padding: 30px 0;
}
.title.title--density-small {
  padding: 20px 0;
}
.title.title--density-extrasmall {
  padding: 10px 0;
}
.title.title--weight-light {
  font-weight: 300;
}
.title.title--weight-normal {
  font-weight: 400;
}
.title.title--weight-medium {
  font-weight: 500;
}
.title.title--weight-bold {
  font-weight: 700;
}
.title.title--size-extralarge {
  font-size: 54px;
  line-height: 70px;
}
.title.title--size-extralarge.title--line-center {
  padding-top: 26px;
  margin-top: 30px;
}
.title.title--size-extralarge.title--line-center:before {
  content: "";
  position: absolute;
  width: 140px;
  height: 4px;
  background: #cdaa72;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.title.title--size-semilarge {
  font-size: 40px;
  line-height: 50px;
}
.title.title--size-large {
  font-size: 36px;
  line-height: 46px;
}
.title.title--size-large.title--line-center {
  padding-top: 26px;
  margin-top: 30px;
}
.title.title--size-large.title--line-center:before {
  content: "";
  position: absolute;
  width: 140px;
  height: 4px;
  background: #cdaa72;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.title.title--size-large.title--line-top-left {
  padding-top: 26px;
  margin-top: 30px;
}
.title.title--size-large.title--line-top-left:before {
  content: "";
  position: absolute;
  width: 140px;
  height: 4px;
  background: #cdaa72;
  top: 0;
}
.title.title--size-large.title--line-left {
  padding-left: 26px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.title.title--size-large.title--line-left:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  background: #cdaa72;
  left: 0;
  top: 0;
}
.title.title--size-medium {
  font-size: 26px;
  line-height: 36px;
}
.title.title--size-medium.title--line-top-left {
  padding-top: 17px;
  margin-top: 10px;
}
.title.title--size-medium.title--line-top-left:before {
  content: "";
  position: absolute;
  width: 80px;
  height: 3px;
  background: #cdaa72;
  left: 0;
  top: 0;
}
.title.title--size-medium.title--line-left {
  padding-left: 17px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.title.title--size-medium.title--line-left:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  background: #cdaa72;
  left: 0;
  top: 0;
}
.title.title--size-semimedium {
  font-size: 20px;
  line-height: 28px;
}
.title.title--size-small {
  font-size: 18px;
  line-height: 28px;
}
.title.title--size-semismall {
  font-size: 16px;
  line-height: 26px;
}
.title.title--size-xsmall {
  font-size: 14px;
  line-height: 24px;
}
.title.color-light-transparent {
  color: rgba(255, 255, 255, 0.6);
}
.title.color-light {
  color: #fff;
}
.title.color-dark {
  color: #939191;
}
.title.color-darker {
  color: #444;
}
.title.color-darkest {
  color: #000;
}
.title.color-highlight {
  color: #cdaa72;
}
.title.color-lightblue {
  color: #c1ebf8;
}
.title.color-blue {
  color: #299ebf;
}
.title.color-orange {
  color: #e95031;
}
.title .title__icon {
  display: inline-block;
  vertical-align: bottom;
}
.title .title__icon.icon-size_30 {
  width: 30px;
  height: 30px;
}
.title .title__icon.fill_light svg * {
  fill: #fff;
}
.title.title-themeforest .title--line-throught {
  text-decoration: line-through;
}
.title.title-themeforest .porange {
  color: #f67a3c;
}
.title.title-themeforest .vatNoticeText {
  display: block;
  color: #737373;
  font-size: 13px;
}
.title.title-themeforest .vatPriceElement,
.title.title-themeforest .vatNoticeText {
  font-style: italic !important;
}
.title .plightorange {
  color: #fbc75c;
}
@media screen and (max-width: 767px), screen and (max-device-width: 767px) {
  .title.title--size-extralarge {
    font-size: 44px;
    line-height: 54px;
  }
  .title.title--size-large {
    font-size: 30px;
    line-height: 40px;
  }
  .title.title--size-medium {
    font-size: 22px;
    line-height: 30px;
  }
}
.text {
  font-family: "Open Sans", Arial, sans-serif;
}
.text.text--size-large {
  font-size: 18px;
  line-height: 28px;
}
.text.text--size-medium {
  font-size: 16px;
  line-height: 26px;
}
.text.text--size-small {
  font-size: 14px;
  line-height: 24px;
}
.text.text--size-x-small {
  font-size: 12px;
  line-height: 22px;
}
.text.text--size-xx-small {
  font-size: 10px;
  line-height: 20px;
}
.text.color-light {
  color: #fff;
}
.text.color-lightgrey {
  color: #ddd;
}
.text.color-dark {
  color: #939191;
}
.text.color-darker {
  color: #5d5c5c;
}
.text.color-darkest {
  color: #000;
}
.text.color-highlight {
  color: #cdaa72;
}
.text.text--wrapper-large {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  padding: 50px 0;
}
.text.text--style-italic {
  font-style: italic;
}
.text.text--list li {
  position: relative;
  padding: 10px 0 10px 55px;
}
.text .text--list__svg {
  position: absolute;
  top: 8px;
  left: 0;
  width: 30px;
  height: 30px;
}
.text .text--list__svg svg {
  width: 100%;
}
.text .text--list__svg.text--list__svg-purple svg * {
  fill: #9e7db0;
}
.text .text--list__svg.text--list__svg-mint svg * {
  fill: #1d6447;
}
.text--wrapper800 {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
.text--wrapper600 {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}
.text--wrapper400 {
  max-width: 400px;
  margin: 0 auto;
  position: relative;
}
.text--wrapper300 {
  max-width: 300px;
  margin: 0 auto;
  position: relative;
}
.text--wrapper200 {
  max-width: 200px;
  margin: 0 auto;
  position: relative;
}
.text--weight-small {
  font-weight: 400;
}
.text--weight-medium {
  font-weight: 500;
}
.text--weight-large {
  font-weight: 700;
}
.text-link {
  font-family: Roboto, Arial, sans-serif;
}
.text-link--inblock {
  display: inline-block;
}
.text-link--color-white {
  color: #fff;
}
.text-link--color-white:hover {
  color: #fff;
  text-decoration: underline;
}
.text-link--color-blue {
  color: #299ebf;
}
.text-link--color-lightgrey {
  color: #ddd;
}
.text-link--color-lightgrey:hover {
  color: #fff;
}
.text-link--color-highlight {
  color: #cdaa72;
}
.text-link--color-highlight:hover {
  color: #cdaa72;
  text-decoration: underline;
}
.text-link--color-dark {
  color: #939191;
}
.text-link--color-dark:hover {
  color: #000;
  background-color: rgba(253, 253, 252, 0.7);
  text-decoration: none;
}
.text-link__arrow {
  display: inline-block;
}
.text-link__arrow--size-small {
  width: 7px;
  height: 11px;
  margin: 0 5px;
}
.text-link__arrow--left {
  background: url(../img/icons/icon_left_arrow-d33ed88.png) no-repeat;
}
.text-link__arrow--right {
  background: url(../img/icons/icon_right_arrow-d33ed88.png) no-repeat;
}
.text--shadow-opacity {
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}
.text--shadow-no-opacity {
  text-shadow: 0 0 4px black;
}
@media screen and (min-width: 768px), screen and (min-device-width: 768px) {
  .text-align--r {
    text-align: right;
  }
}
@media screen and (max-width: 767px), screen and (max-device-width: 767px) {
  .text.text--size-large {
    font-size: 16px;
    line-height: 26px;
  }
  .text.text--wrapper-large {
    padding: 40px 0;
  }
}
.migration-promobar {
  position: relative;
  margin: -30px 0 0;
  padding: 0 10px;
  z-index: 10;
  background: url(../img/promobars/migration_promobar-b2fcf63.png) no-repeat top
    center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
}
.migration-promobar > .fit,
.cookie-notice.migration-promobar > div {
  padding: 60px 0 22px;
}
.migration-promobar > .fit strong,
.cookie-notice.migration-promobar > div strong {
  display: block;
  margin: 0 0 5px;
  text-transform: uppercase;
  color: #1d416b;
  font: 700 38px Montserrat;
}
.migration-promobar > .fit ul li,
.cookie-notice.migration-promobar > div ul li {
  display: inline-block;
  margin: 10px 20px;
  font-size: 16px;
  color: #1d416b;
}
.migration-promobar > .fit ul li svg,
.cookie-notice.migration-promobar > div ul li svg {
  float: left;
  margin: -3px 10px 0 0;
  width: 24px;
  height: 24px;
}
.migration-promobar > .fit p,
.cookie-notice.migration-promobar > div p {
  margin: 0;
}
.migration-promobar > .fit p .text-link,
.cookie-notice.migration-promobar > div p .text-link {
  display: inline-block;
  margin: 15px 0 0;
  font: 700 12px Montserrat, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  opacity: 0.9;
  border-bottom: 2px solid #1d416b;
  padding: 0 0 3px;
  color: #1d416b;
}
.migration-promobar > .fit p .text-link:hover,
.cookie-notice.migration-promobar > div p .text-link:hover {
  text-decoration: none;
  opacity: 1;
}
.specialoffer {
  height: 70px;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.3);
}
.specialoffer a {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
}
.specialoffer a:hover {
  text-decoration: none;
}
.specialoffer p {
  font: 24px/70px "Open Sans", Arial, Helvetica, sans-serif;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  margin: 0;
}
.specialoffer.purple {
  background: #a54a9c
    url(../img/promobars/specialoffer_smashingconf_bg-22197c9.png);
}
.specialoffer.purple > a.default {
  background: url(../img/promobars/specialoffer_default-22197c9.png) no-repeat
    right 0;
}
.specialoffer.purple > a.default p {
  padding: 0;
}
.specialoffer.purple > a.jquery {
  background: url(../img/promobars/specialoffer_jquery-22197c9.png) no-repeat
    right 0;
}
.specialoffer.purple > a.jquery p {
  padding: 0 0 0 110px;
}
.specialoffer.fourthjulybar {
  background: #2e4571 url(../img/home/4july-background-6bbeb1e.jpg) no-repeat
    center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.specialoffer.fourthjulybar p {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
}
.specialoffer.labordaybar {
  background: #fff url(../img/home/laborday_main_bg_2018-0e1ff92.png);
}
.specialoffer.labordaybar p {
  padding: 0 20px;
  text-align: center;
  background: url(../img/home/laborday_second_bg_2018-0e1ff92.png) no-repeat
    center -11px;
  color: #e42239;
  font: 700 22px/65px Montserrat, Arial, Helvetica, sans-serif;
}
.specialoffer.christmastime {
  background: url(../img/home/christmastime_lenta-de9e37a.jpg) no-repeat bottom
    center;
  text-align: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.specialoffer.christmastime span {
  display: inline-block;
  line-height: 45px;
  padding: 0 50px;
  background: #d0554b;
  position: relative;
  text-transform: uppercase;
  font-size: 20px;
  top: -2px;
}
.specialoffer.christmastime span:before,
.specialoffer.christmastime span:after {
  content: "";
  position: absolute;
  width: 45px;
  height: 45px;
  top: 4px;
  left: -45px;
  background: url(../img/home/ribbon_left.svg) no-repeat 0 0;
}
.specialoffer.christmastime span:after {
  left: auto;
  right: -45px;
  background: url(../img/home/ribbon_right.svg) no-repeat 0 0;
}
.specialoffer.websitetransfer {
  background: url(../img/promobars/websitetransfer-d15894d.jpg) no-repeat bottom
    center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.specialoffer.websitetransfer a > * {
  display: block;
  vertical-align: middle;
  text-align: center;
}
.specialoffer.websitetransfer a strong {
  text-transform: uppercase;
  font-size: 22px;
  margin-right: 20px;
}
.specialoffer.websitetransfer a span {
  font-size: 18px;
}
.specialoffer.websitetransfer a u {
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
.specialoffer.pink {
  background: #e16553 url(../img/promobars/specialoffer_bg-22197c9.png);
}
.specialoffer.pink > a.default {
  background: url(../img/promobars/specialoffer_default-22197c9.png) no-repeat
    right 0;
}
.specialoffer.pink > a.video {
  background: url(../img/promobars/specialoffer_video-22197c9.png) no-repeat;
}
.specialoffer.pink > a.video p {
  padding: 0 0 0 154px;
}
.specialoffer.pink > a.mobile {
  background: url(../img/promobars/specialoffer_mobile-22197c9.png) no-repeat;
}
.specialoffer.pink > a.mobile p {
  padding: 0 0 0 90px;
}
.specialoffer.pink > a.beat {
  background: url(../img/promobars/specialoffer_beat-22197c9.png) no-repeat;
}
.specialoffer.pink > a.beat p {
  padding: 0 0 0 130px;
}
.specialoffer.pink > a.jhr {
  background: url(../img/promobars/specialoffer_jhr-22197c9.png) no-repeat;
}
.specialoffer.pink > a.jhr p {
  padding: 0 0 0 138px;
}
.specialoffer.pink > a.wplift {
  background: url(../img/promobars/specialoffer_wordpress-22197c9.png) no-repeat;
}
.specialoffer.pink > a.wplift p {
  padding: 0 0 0 156px;
}
.specialoffer.pink > a.wordpressbanner {
  background: url(../img/promobars/specialoffer_wordpress-22197c9.png) no-repeat
    right 0;
}
.specialoffer.pink > a.wptransfers {
  background: url(../img/promobars/specialoffer_wordpress-22197c9.png) no-repeat
    right 0;
}
.specialoffer.pink > a.athemes {
  background: url(../img/promobars/specialoffer_athemes-22197c9.png) right 6px
    no-repeat;
}
.specialoffer.pink > a.clef {
  background: url(../img/promobars/specialoffer_clef-22197c9.png) right 0
    no-repeat;
}
.specialoffer.pink > a.wpreviews {
  background: url(../img/promobars/specialoffer_wordpress-22197c9.png) no-repeat
    right 0;
}
.specialoffer.pink > a.woothemes {
  background: url(../img/promobars/specialoffer_woothemes-22197c9.png) no-repeat;
}
.specialoffer.pink > a.woothemes p {
  padding: 0 0 0 148px;
}
.specialoffer.pink > a.akeeba {
  background: url(../img/promobars/specialoffer_akeeba-22197c9.png) no-repeat;
}
.specialoffer.pink > a.akeeba p {
  padding: 0 0 0 108px;
}
.specialoffer.pink > a.moz {
  background: url(../img/promobars/specialoffer_moz-22197c9.png) no-repeat;
}
.specialoffer.pink > a.moz p {
  padding: 0 0 0 108px;
}
.specialoffer.pink > a.magentotutorials {
  background: url(../img/promobars/magentotutorials-22197c9.png) no-repeat 0
    18px;
}
.specialoffer.pink > a.magentotutorials p {
  padding: 0 0 0 108px;
}
.specialoffer.pink > a.sbo p {
  text-align: center;
}
.specialoffer.pink > a.wpbeginner {
  background: url(../img/promobars/specialoffer_wpbeginner-22197c9.png)
    no-repeat right 1px;
}
.specialoffer.pink > a.fooplugins {
  background: url(../img/promobars/robot-22197c9.png) no-repeat 0 1px;
}
.specialoffer.pink > a.fooplugins p {
  padding: 0 0 0 80px;
}
.specialoffer.pink > a.wpsitecare {
  background: url(../img/promobars/specialoffer_wpsitecare-22197c9.png)
    no-repeat right 0;
}
.specialoffer.pink > a.wpsitecare p {
  padding: 0 0 0 20px;
}
.specialoffer.pink > a.wpexplorer {
  background: url(../img/promobars/specialoffer_wpexplorer-22197c9.png)
    no-repeat right 0;
}
.specialoffer.pink > a.wpexplorer p {
  padding: 0 0 0 20px;
}
.specialoffer.pink > a.wphostinghub {
  background: url(../img/promobars/specialoffer_wordpress-22197c9.png) no-repeat
    right 0;
}
.specialoffer.pink > a.penguininitiatives {
  background: url(../img/promobars/specialoffer_penguininitiatives-22197c9.png)
    no-repeat right 1px;
}
.specialoffer.pink > a.coschedule {
  background: url(../img/promobars/specialoffer_coschedule-22197c9.png)
    no-repeat right 7px;
}
.specialoffer.pink > a.tutsplus {
  background: url(../img/sprites/modules_2dc50a8-d8a7890.png) no-repeat right -3px;
}
.specialoffer.pink > a.winningwp {
  text-align: center;
}
.specialoffer.pink > a.winningwp p {
  display: inline-block;
  background: url(../img/promobars/specialoffer_winningwp-22197c9.png) no-repeat
    0 8px;
  padding: 0 0 0 65px;
}
.specialoffer.pink > a.wpsessions {
  background: url(../img/promobars/specialoffer_wp_sessions-22197c9.png)
    no-repeat right 0;
}
.specialoffer.pink > a.meetup {
  background: url(../img/promobars/specialoffer_meetup-22197c9.png) no-repeat
    right 3px;
}
.specialoffer.pink > a.press75 {
  background: url(../img/promobars/specialoffer_press75-22197c9.png) no-repeat
    right 0;
}
.specialoffer.pink > a.whoishostingthis {
  background: url(../img/promobars/specialoffer_whoishostingthis-22197c9.png)
    no-repeat right 12px;
}
.specialoffer.pink > a.wordsesh {
  background: url(../img/promobars/specialoffer_wordsesh2-22197c9.png) no-repeat
    right 0;
}
.specialoffer.pink > a.entrepreneuronfire {
  background: url(../img/promobars/specialoffer_entrepreneuronfire2-22197c9.png)
    no-repeat right 0;
}
.specialoffer.pink > a.whmcsbar {
  background: url(../img/promobars/specialoffer_whmcs-22197c9.png) no-repeat
    right 0;
}
.specialoffer.pink > a.themeforest {
  background: url(../img/promobars/specialoffer_themeforest4-22197c9.png)
    no-repeat right 0;
}
.specialoffer.pink > a.codeinwp {
  background: url(../img/promobars/specialoffer_codeinwp-22197c9.png) no-repeat
    right 6px;
}
.specialoffer.pink > a.wpshrug {
  background: url(../img/promobars/specialoffer_wpshrug-2f17111.png) no-repeat
    right 20px;
}
.specialoffer.pink > a.themeisle {
  background: url(../img/promobars/specialoffer_themeisle-22197c9.png) no-repeat
    right 8px;
}
.specialoffer.pink > a.wpshout {
  background: url(../img/promobars/specialoffer_wpshout-22197c9.png) no-repeat
    right 15px;
}
.specialoffer.pink > a.j2store {
  background: url(../img/promobars/specialoffer_j2store-22197c9.png) no-repeat
    right 16px;
}
.specialoffer.pink > a.top10websitehosting {
  background: url(../img/promobars/specialoffer_toptenbestwebsitehosting-22197c9.png)
    no-repeat right 4px;
}
.specialoffer.pink > a.wpkube {
  background: url(../img/promobars/specialoffer_wpkube-22197c9.png) no-repeat
    right -1px;
}
.specialoffer.pink > a.envato {
  background: url(../img/promobars/specialoffer_envato-db1c630.png) no-repeat
    right center;
}
.specialoffer.pink > a.colorlib {
  background: url(../img/promobars/specialoffer_colorlib-22197c9.png) no-repeat
    right 3px;
}
.specialoffer.pink > a.layershosting {
  background: url(../img/promobars/specialoffer_layers-22197c9.png) no-repeat
    right 3px;
}
.specialoffer.pink > a.antevenio {
  background: url(../img/promobars/specialoffer_antevenio-22197c9.png) no-repeat
    right 7px;
}
.specialoffer.pink > a.make {
  background: url(../img/promobars/specialoffer_make-22197c9.png) no-repeat
    right -3px;
}
.specialoffer.pink > a.hostadvice {
  background: url(../img/promobars/specialoffer_hostadvice-22197c9.png)
    no-repeat right 0;
}
.specialoffer.pink > a.mythemeshop {
  background: url(../img/promobars/specialoffer_mythemeshop-22197c9.png)
    no-repeat right 10px;
}
.specialoffer.pink > a.mythemeshop {
  background: url(../img/promobars/specialoffer_mythemeshop-22197c9.png)
    no-repeat right 10px;
}
.specialoffer.pink > a.monetizepros {
  background: url(../img/promobars/specialoffer_monetizepros-22197c9.png)
    no-repeat right 0;
}
.specialoffer.pink > a.wooconf {
  background: url(../img/promobars/specialoffer_wooconf-22197c9.png) no-repeat
    right 0;
}
.specialoffer.pink > a.offscreen {
  background: url(../img/promobars/specialoffer_offscreen-22197c9.png) no-repeat
    right 11px;
}
.specialoffer.pink > a.mastermind {
  background: url(../img/promobars/specialoffer-mastermind-0d0705a.png)
    no-repeat right -3px;
}
.specialoffer.pink > a.foundr {
  background: url(../img/promobars/specialoffer-foundr-739df9f.png) no-repeat
    right -6px;
}
.specialoffer.pink > a.thewebmaster {
  background: url(../img/promobars/specialoffer_tw_thewebmaster-ea1b588.png)
    no-repeat right -2px;
}
.specialoffer.pink > a.creative {
  background: url(../img/promobars/specialoffer_creative-739df9f.png) no-repeat
    right 14px;
}
.specialoffer.pink > a.revisionpath {
  background: url(../img/promobars/logo_revisionpath-3f1c7b9.png) no-repeat
    right 7px;
}
.specialoffer.pink > a.sitepoint {
  background: url(../img/promobars/specialoffer_sitepoint-182270e.png) no-repeat
    right 10px;
}
.specialoffer.pink > a.themefurnace {
  background: url(../img/promobars/themefurnace-e22a905.png) no-repeat right 0;
}
.specialoffer.pink > a.alienwp {
  background: url(../img/promobars/alienwp-e22a905.png) no-repeat right 7px;
}
.specialoffer.pink > a.dribbble {
  background: url(../img/promobars/specialoffer_dribbble-1cef7e4.png) no-repeat
    right 10px;
}
.specialoffer.pink > a.dribbble-ball {
  background: url(../img/promobars/dribbble-ball.svg) no-repeat 99% center;
  background-size: 40px 40px;
}
.specialoffer.pink > a.dribbble-ball p {
  line-height: 32px;
  padding: 16px 40px 16px 0;
}
.specialoffer.pink > a.nomadasaurus {
  background: url(../img/promobars/specialoffer_nomadasaurus-32eaa6e.png)
    no-repeat right 8px;
}
.specialoffer.pink > a.startamomblog {
  background: url(../img/promobars/specialoffer_startamomblog-70758db.png)
    no-repeat right 8px;
}
.specialoffer.pink > a.pixelgrade {
  background: url(../img/promobars/specialoffer_pixelgrade-f0940b7.png)
    no-repeat right 8px;
}
.specialoffer.pink > a.storeya {
  background: url(../img/promobars/specialoffer_storeya-a55ba34.png) no-repeat
    right center;
}
.specialoffer.pink > a.hostingadvice {
  background: url(../img/promobars/specialoffer_hostingadvice-e82c74d.png)
    no-repeat right center;
}
.specialoffer.pink > a.wpfixit {
  background: url(../img/promobars/specialoffer_wpfixit-d651193.png) no-repeat
    right 6px;
}
.specialoffer.pink > a.twinsmommy {
  background: url(../img/promobars/specialoffer_twins_mommy-946948e.png)
    no-repeat right center;
}
.specialoffer.pink > a.codeable {
  background: url(../img/promobars/specialoffer_codeable-8522877.png) no-repeat
    right center;
}
.specialoffer.pink > a.flothemes {
  background: url(../img/promobars/specialoffer_flothemes-0790e45.png) no-repeat
    right center;
}
.specialoffer.pink > a.hostingreview {
  background: url(../img/promobars/specialoffer_hostingreview-c8cd22e.png)
    no-repeat right center;
}
.specialoffer.pink > a.katka {
  background: url(../img/promobars/specialoffer_katka-c8cd22e.png) no-repeat
    right center;
}
.specialoffer.pink > a.redefiningmom {
  background: url(../img/promobars/specialoffer_redefiningmom-262d4ac.png)
    no-repeat right center;
}
.specialoffer.pink > a.nonprofitwp {
  background: url(../img/promobars/specialoffer_nonprofitwp-262d4ac.png)
    no-repeat right center;
}
.specialoffer.pink > a.realyntan {
  background: url(../img/promobars/specialoffer_realyntan-99156a0.png) no-repeat
    right center;
}
.specialoffer.pink.j-tutorials {
  height: auto;
  text-align: center;
  width: 100%;
  z-index: 100;
  top: 0;
}
.specialoffer.pink.j-tutorials p {
  font-size: 16px;
  line-height: 38px;
  font-weight: 600;
}
.specialoffer.pink.j-tutorials p span {
  margin: 0 0 0 10px;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
  width: 130px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}
.specialoffer.multirow {
  height: auto;
}
.specialoffer.xmas2018promobar {
  background-image: url(../img/promobars/xmas_2018_promobar-5290356.png),
    url(../img/patterns/noise_dark_green_pattern-5290356.png);
  background-position: top center, left top;
  background-repeat: no-repeat, repeat;
  background-color: #124f37;
  background-size: auto;
}
.specialoffer.xmas2018promobar > a {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}
.specialoffer.xmas2018promobar > a p {
  position: relative;
  display: inline-block;
  padding: 0 40px;
  font: bold 44px/70px Roboto, Arial, sans-serif;
  background-color: #c43442;
}
.specialoffer.xmas2018promobar > a p:before,
.specialoffer.xmas2018promobar > a p:after {
  position: absolute;
  display: block;
  content: "";
  width: 30px;
  height: 100%;
  top: 0;
}
.specialoffer.xmas2018promobar > a p:before {
  left: -30px;
  background: url(../img/promobars/xmas_2018_ribbon_promobar-5290356.png)
    no-repeat;
}
.specialoffer.xmas2018promobar > a p:after {
  right: -30px;
  background: url(../img/promobars/xmas_2018_ribbon_promobar-5290356.png)
    no-repeat;
  transform: rotate(180deg);
}
.specialoffer.xmas2018promobar > a p .leftdot,
.specialoffer.xmas2018promobar > a p .rightdot {
  position: absolute;
  top: -20px;
  font-size: 70px;
}
.specialoffer.xmas2018promobar > a p .leftdot {
  left: 0;
}
.specialoffer.xmas2018promobar > a p .rightdot {
  right: 0;
}
.specialoffer.easterpromobar {
  height: 65px;
  background: url(../img/promobars/easterpromobar_bg-22197c9.jpg) no-repeat
    center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-transform: uppercase;
  text-align: center;
}
.specialoffer.easterpromobar > a {
  max-width: 100%;
  margin: 0 auto;
  height: 65px;
  padding: 0 10px;
}
.specialoffer.easterpromobar > a p {
  font: 40px/65px Roboto Slab, Arial, Helvetica, sans-serif;
  color: #fff;
  text-align: center;
}
.specialoffer.easterpromobar > a p span {
  color: #e74c57;
}
.specialoffer.blackfriday .intro__stripe-content,
.specialoffer.cybermonday .intro__stripe-content {
  padding: 10px 0;
}
.specialoffer.blackfriday .intro__stripe-content-label,
.specialoffer.cybermonday .intro__stripe-content-label {
  position: relative;
  margin: 0 20px;
}
.specialoffer.blackfriday .intro__stripe-content-label svg,
.specialoffer.cybermonday .intro__stripe-content-label svg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.specialoffer.blackfriday .intro__stripe-content-label span,
.specialoffer.cybermonday .intro__stripe-content-label span {
  display: inline-block;
  padding: 7px 25px;
  font-size: 24px;
}
.specialoffer.blackfriday {
  background-image: url(../img/backgrounds-png/promo_bar_bg_blackfriday-65b025f.png),
    url(../img/patterns/canvas_red_pattern-65b025f.jpg);
  background-repeat: no-repeat, repeat;
  background-position: top center, top left;
  background-color: #b43010;
  background-size: auto;
}
.specialoffer.cybermonday {
  background-image: url(../img/backgrounds-png/promo_bar_bg_cybermonday-65b025f.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto;
}
@media screen and (max-width: 900px), screen and (max-device-width: 900px) {
  .specialoffer a {
    background: none !important;
    text-align: center;
  }
  .specialoffer a p {
    font-size: 18px !important;
  }
  .specialoffer.pink.j-tutorial {
    display: none;
  }
  .specialoffer.xmas2018promobar > a p {
    font-size: 40px !important;
  }
}
@media screen and (max-width: 767px), screen and (max-device-width: 767px) {
  .specialoffer.blackfriday .intro__stripe-content-label span,
  .specialoffer.cybermonday .intro__stripe-content-label span {
    font-size: 22px;
  }
}
@media screen and (max-width: 640px), screen and (max-device-width: 640px) {
  .migration-promobar > .fit strong,
  .cookie-notice.migration-promobar > div strong {
    font: 700 26px Montserrat;
    margin: 0 0 15px;
  }
  .migration-promobar > .fit ul,
  .cookie-notice.migration-promobar > div ul {
    text-align: left;
  }
  .migration-promobar > .fit ul li,
  .cookie-notice.migration-promobar > div ul li {
    display: block;
    font-size: 14px;
  }
  .migration-promobar > .fit .text-link,
  .cookie-notice.migration-promobar > div .text-link {
    margin: 12px 0 0;
  }
  .specialoffer {
    height: auto;
    padding: 10px 0;
  }
  .specialoffer a p {
    font-size: 16px !important;
    line-height: 26px !important;
    font-weight: 700;
  }
  .specialoffer.xmas2018promobar > a p {
    padding: 4px 40px;
    font-size: 18px !important;
  }
  .specialoffer.xmas2018promobar > a p .leftdot,
  .specialoffer.xmas2018promobar > a p .rightdot {
    top: -6px;
    font-size: 35px;
  }
  .specialoffer.websitetransfer a strong {
    display: block;
    font-size: 22px;
  }
  .specialoffer.easterpromobar a p {
    font-size: 26px !important;
    line-height: 44px !important;
  }
}
@media screen and (max-width: 480px), screen and (max-device-width: 480px) {
  .specialoffer a p {
    font-size: 14px !important;
    line-height: 22px !important;
  }
  .specialoffer.easterpromobar a p {
    font-size: 26px !important;
    line-height: 44px !important;
  }
}
#footer {
  position: relative;
  background: #333230;
}
#footer .blog article + article {
  margin-top: 20px;
}
#footer .blog article > a {
  float: left;
  margin: 0 10px 0 0;
  border: 2px solid #ddd;
}
#footer .blog article > a:hover {
  border: 2px solid #eee;
}
#footer .blog article > a img {
  width: 40px;
  height: 40px;
}
#footer .blog article ul li {
  font-size: 11px;
  color: #666;
}
#footer .blog article ul li a {
  color: #666;
}
#footer .blog article ul li a:hover {
  color: #777;
}
#footer .blog article ul li svg {
  float: left;
  width: 12px;
  height: 12px;
  margin: 3px 4px 0 0;
}
#footer .blog article ul li svg path {
  fill: #666;
}
#footer .companylocation {
  float: left;
  padding: 0 0 0 5px;
  position: relative;
}
#footer .companylocation .icon {
  display: block;
  line-height: 25px;
  font-size: 12px;
  color: #ddd;
  padding: 0 22px 0 25px;
}
#footer .companylocation .icon.es {
  background: url(../img/sprites/flags-footer_b064410-d8a7890.png) no-repeat 5px
    7px;
}
#footer .companylocation .icon.uk {
  background: url(../img/sprites/flags-footer_b064410-d8a7890.png) no-repeat 5px -24px;
}
#footer .companylocation .icon.us {
  background: url(../img/sprites/flags-footer_b064410-d8a7890.png) no-repeat 5px -55px;
}
#footer .companylocation .icon.ww {
  background: url(../img/sprites/flags-footer_b064410-d8a7890.png) no-repeat 5px -86px;
}
#footer .companylocation .icon.eu {
  background: url(../img/sprites/flags-footer_b064410-d8a7890.png) no-repeat 5px -117px;
}
#footer .companylocation .icon.br {
  background: url(../img/sprites/flags-footer_b064410-d8a7890.png) no-repeat 5px -148px;
}
#footer .companylocation .icon.it {
  background: url(../img/sprites/flags-footer_b064410-d8a7890.png) no-repeat 5px -179px;
}
#footer .companylocation .icon.au {
  background: url(../img/sprites/flags-footer_b064410-d8a7890.png) no-repeat 5px -210px;
}
#footer .companylocation .icon.la {
  background: url(../img/sprites/flags-footer_b064410-d8a7890.png) no-repeat 5px -241px;
}
#footer .companylocation .icon#choosen {
  position: relative;
  z-index: 5;
  cursor: pointer;
}
#footer .companylocation .icon#choosen:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 4px solid #555;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  position: absolute;
  bottom: 10px;
  right: 6px;
}
#footer .companylocation .icon#choosen:hover {
  background-color: #484848;
  border-radius: 3px;
}
#footer .companylocation ul {
  display: none;
  position: absolute;
  bottom: -4px;
  padding: 0 0 30px 0;
  background: #484848;
  border-radius: 3px;
  z-index: 4;
  box-shadow: 2px 0 3px rgba(0, 0, 0, 0.2);
}
#footer .companylocation ul li {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  border-left: 0;
  border-bottom: 1px solid #555;
  white-space: nowrap;
}
#footer .companylocation ul li a {
  display: block;
}
#footer .companylocation ul li a:hover {
  background-color: #666;
  text-decoration: none;
}
#footer .companylocation.active ul {
  display: block;
}
#footer .payments {
  position: relative;
}
#footer .payments strong {
  padding: 0 10px 0 30px;
}
#footer .payments ul {
  margin: 0;
}
#footer .payments ul li {
  height: 22px;
  border: 0;
  margin: 0 2px 0 0;
  width: 34px;
  background: #989696;
  text-align: center;
  padding: 0;
}
#footer .payments ul li svg {
  max-height: 100%;
}
#footer .payments ul li#footer_Amex_icon {
  width: 22px;
  padding: 0;
}
#footer .payments ul li:first-child {
  padding: 3px;
}
#footer #vatSwitcher a {
  margin-left: 5px;
}
#footer #vatSwitcher a:hover {
  text-decoration: none;
}
#footer .footer__privacy-policy li + li {
  padding: 0 0 0 8px;
  margin: 0 0 0 8px;
  border-left: 1px solid #444;
}
#footer .footer__socials li + li {
  margin-left: 10px;
}
#footer .footer__socials a {
  display: block;
  padding: 6px;
  border: 2px solid #ddd;
  border-radius: 50%;
  -moz-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
#footer .footer__socials a:hover {
  opacity: 0.8;
}
#footer .footer__socials a svg {
  width: 14px;
  height: 14px;
}
#footer .footer__socials a svg path {
  fill: #ddd;
}
@media screen and (max-width: 980px), screen and (max-device-width: 980px) {
  #footer.slide-left {
    right: 230px;
  }
}
@media screen and (max-width: 449px), screen and (max-device-width: 449px) {
  .flex--wrap-column-center-450 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  #footer .footer__content,
  #footer .footer__locations,
  #footer .footer__bottom {
    grid-template-columns: repeat(1, 1fr);
  }
}
#container {
  position: relative;
  right: 0;
  _height: 100%;
  min-height: 100%;
}
.pusher {
  background: #fff url(../img/helpers/content_bg-22197c9.png) repeat-x left top;
  box-shadow: inset 0 1px 0 #ddd;
}
#leftcol {
  float: left;
  width: 25%;
  margin: 0 3% 0 0;
}
#leftcol > section {
  margin: 28px 0 0;
}
#leftcol > section:first-child {
  margin: 0;
}
.fit,
.cookie-notice > div {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
}
.fit-wide {
  max-width: 1240px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
}
.no-height-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.no-width-padding {
  padding-left: 0;
  padding-right: 0;
}
.resp-paddings {
  padding-left: 20px;
  padding-right: 20px;
}
.resp-paddings.gray {
  background: #f8f8f8;
}
.resp-paddings.white {
  background: #fff;
}
#maincol {
  float: left;
  width: 72%;
}
.box {
  background: #fff;
  border-radius: 5px;
  border: 1px solid #ccc;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}
.boxheading {
  overflow: hidden;
  position: relative;
  z-index: 5;
  line-height: 24px;
  padding: 10px 16px;
  border-radius: 5px 5px 0 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), inset 0 1px 0 #fff,
    inset 0 -1px 0 rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid #bababa;
  color: #333;
  font-size: 16px;
  text-shadow: 0 1px 0 #fff;
  text-align: center;
  background: #f9f9f9;
  background: -moz-linear-gradient(top, #f9f9f9 0, #e9e9e9 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #f9f9f9),
    color-stop(100%, #e9e9e9)
  );
  background: -webkit-linear-gradient(top, #f9f9f9 0, #e9e9e9 100%);
  background: -o-linear-gradient(top, #f9f9f9 0, #e9e9e9 100%);
  background: -ms-linear-gradient(top, #f9f9f9 0, #e9e9e9 100%);
  background: linear-gradient(top, #f9f9f9 0, #e9e9e9 100%);
}
.boxheading .close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 26px;
  height: 26px;
}
.boxheading .close svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
}
.boxheading .close svg polygon {
  fill: #666;
}
.boxheading .close:hover {
  background: #d6d6d6;
  border-radius: 3px;
}
.boxheading strong {
  float: left;
  width: 60%;
}
.boxheading .extratext {
  float: left;
  width: 40%;
  text-align: right;
}
.boxheading .extratext.minor {
  font: 400 11px/24px "Open Sans", Arial, Helvetica, sans-serif;
}
.boxheading .label {
  position: absolute;
  top: 12px;
  right: 12px;
  width: auto;
  min-width: 0;
  background: #f56332;
}
.promomanager {
  position: fixed;
  bottom: 0;
  right: 50px;
  padding: 10px 20px;
  background: #eee;
  font-size: 12px;
  text-align: center;
  border-radius: 5px 5px 0 0;
  box-shadow: 2px 4px 0 rgba(0, 0, 0, 0.1);
  z-index: 10000;
}
.promomanager > a {
  font-size: 14px;
  font-weight: 700;
  color: #333;
  cursor: pointer;
}
.promomanager > a:hover {
  text-decoration: none;
}
.promomanager > div {
  display: none;
  bottom: 0;
  right: 200px;
  width: 300px;
  margin: 10px 0 0;
  text-align: left;
}
.promomanager > div > div {
  margin: 10px 0 0;
}
.promomanager > div label {
  color: #333;
  float: left;
  width: auto;
  margin: 0 10px 0 0;
  font-weight: 700;
}
.promomanager > div .input {
  width: 100%;
  margin: 0 0 2px;
}
iframe[name="google_conversion_frame"] {
  height: 0 !important;
}
@media screen and (max-width: 980px), screen and (max-device-width: 980px) {
  #container.slide-left {
    right: 230px;
  }
}
@media screen and (max-width: 768px), screen and (max-device-width: 768px) {
  .fit,
  .cookie-notice > div {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .fit-wide {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .no-height-padding {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.quick-links-bar {
  background: #f1f1f1;
  border-top: 1px solid #ccc;
  padding: 0 20px;
}
.quick-links-bar .fit,
.quick-links-bar .cookie-notice > div {
  padding: 16px 0;
}
.quick-links-bar h5 {
  float: left;
  margin: 0 20px 0 0;
  font-size: 16px;
  line-height: 22px;
}
.quick-links-bar h5 svg {
  float: left;
  margin: 3px 10px 0 0;
}
.quick-links-bar h5 svg path {
  fill: #474745;
}
.quick-links-bar ul {
  float: left;
}
.quick-links-bar ul li {
  position: relative;
  float: left;
  padding: 0 0 0 15px;
  margin: 0 0 0 10px;
  line-height: 22px;
}
.quick-links-bar ul li:first-child {
  padding: 0;
  margin: 0;
}
.quick-links-bar ul li:first-child:before {
  content: none;
}
.quick-links-bar ul li:before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 2px;
  height: 2px;
  content: "";
  background: #444;
}
.quick-links-bar ul li a {
  color: #666;
}
.quick-links-bar ul li a:hover {
  color: #333;
  text-decoration: underline;
}
@media screen and (max-width: 580px), screen and (max-device-width: 580px) {
  .quick-links-bar h5 {
    margin: 0 0 10px;
  }
  .quick-links-bar ul li {
    width: 100%;
    line-height: 22px;
  }
  .quick-links-bar ul li:first-child {
    padding: 0 0 0 15px;
    margin: 0 0 0 10px;
  }
  .quick-links-bar ul li:first-child:before {
    content: "";
  }
}
.basic_features > li {
  float: left;
  width: 31.33%;
  margin: 0 0 0 3%;
}
.basic_features > li:first-child {
  margin: 0;
}
.basic_features > li > span {
  float: left;
  width: 34px;
  height: 34px;
  line-height: 40px;
  background: #fa6851;
  border-radius: 50%;
  text-align: center;
}
.basic_features > li > span svg {
  display: inline;
  width: 18px;
  height: 16px;
}
.basic_features > li > span svg path,
.basic_features > li > span svg polygon {
  fill: #fff;
}
.basic_features > li > div {
  margin: 0 0 0 50px;
}
.basic_features > li > div h3,
.basic_features > li > div h4 {
  font-size: 16px;
  margin: 0 0 10px;
}
.basic_features > li > div p {
  line-height: 22px;
}
.basic_features.horizontal > li {
  float: none;
  width: 100%;
  margin: 20px 0 0;
}
.features-gray .separated {
  border-top: 6px solid #f0f0f0;
}
.features-gray.three ul li {
  width: 33.3%;
}
.features-gray.four ul li {
  width: 25%;
}
.features-gray ul {
  background: #fafafa;
  padding: 30px 0;
  text-align: center;
}
.features-gray ul li {
  display: inline-block;
  float: left;
  padding: 40px 20px;
  position: relative;
}
.features-gray ul li:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border-left: 1px solid #ededee;
}
.features-gray ul li:last-child:after {
  content: none;
}
.features-gray ul li h5 {
  color: #418fca;
  font-size: 26px;
  padding: 5px 0;
}
.features-gray ul li span {
  font-size: 16px;
}
@media screen and (max-width: 640px), screen and (max-device-width: 640px) {
  .features-gray.three ul li,
  .features-gray.four ul li {
    width: 100%;
  }
  .features-gray.three ul li:after,
  .features-gray.four ul li:after {
    top: auto;
    left: 0;
    border-left: 0;
    border-bottom: 1px solid #ededee;
  }
}
.label-base {
  height: 20px;
  line-height: 20px;
  padding: 0 20px;
  border-radius: 2px;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  background: #58a0d3;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.label-base.recommended {
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translate(-52%, 0);
  -moz-transform: translate(-52%, 0);
  -ms-transform: translate(-52%, 0);
  -o-transform: translate(-52%, 0);
  transform: translate(-52%, 0);
}
.label-base.right-title {
  position: absolute;
  right: 10px;
  top: 10px;
}
.label-base.orange {
  background: #f56332;
}
.pusher {
  background-image: none;
}
.datacenters .intro {
  position: relative;
  padding: 0 20px;
  text-align: center;
  background: #949eb7 url(../img/backgrounds-svg/background-datacenters.svg)
    no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.datacenters .intro > .fit,
.datacenters .cookie-notice.intro > div {
  position: relative;
  padding: 11% 0;
  z-index: 10;
}
.datacenters .intro > .fit h1,
.datacenters .cookie-notice.intro > div h1 {
  padding-top:5%;
  font-size: 53px;
  color: #fff;
  font-family: "Roboto Condensed";
}
.datacenters .intro > .fit p,
.datacenters .cookie-notice.intro > div p {
  font: 400 22px/32px Roboto;
  color: #fff;
  margin: 20px 0 0;
}
.datacenters .contacts-map .map-wrap {
  margin: 60px 0;
  width: 100%;
  position: relative;
}
.datacenters .contacts-map .map-wrap > svg {
  height: 100%;
  width: 100%;
}
.datacenters .contacts-map .map-wrap > svg * {
  fill: #d0d8dd;
}
.datacenters .contacts-map .map-wrap .pin {
  position: absolute;
  width: 3.5%;
  height: 8.7%;
  cursor: pointer;
}
.datacenters .contacts-map .map-wrap .pin svg {
  height: 100%;
  width: 100%;
}
.datacenters .contacts-map .map-wrap .pin svg .map-pin {
  fill: #66addf;
}
.datacenters .contacts-map .map-wrap .pin svg .map-mail {
  fill: #7b7979;
}
.datacenters .contacts-map .map-wrap .pin .office-details {
  position: absolute;
  width: 235px;
  padding: 25px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  display: none;
}
.datacenters .contacts-map .map-wrap .pin .office-details:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  display: block;
  position: absolute;
}
.datacenters .contacts-map .map-wrap .pin .office-details h3 {
  font-size: 18px;
  line-height: 20px;
  padding: 0 0 10px 0;
}
.datacenters .contacts-map .map-wrap .pin .office-details ul li {
  font-size: 14px;
  line-height: 20px;
}
.datacenters .contacts-map .map-wrap .pin.active .map-pin {
  fill: #f56332;
}
.datacenters .contacts-map .map-wrap .pin.active .office-details {
  display: block;
}
.datacenters .contacts-map .map-wrap .pin#singapore {
  top: 54.7%;
  left: 73.5%;
}
.datacenters .contacts-map .map-wrap .pin#singapore .office-details {
  left: -100px;
  bottom: 55px;
}
.datacenters .contacts-map .map-wrap .pin#singapore .office-details:after {
  border-width: 10px 10px 0 10px;
  border-color: rgba(255, 255, 255, 0.8) transparent transparent transparent;
  bottom: -10px;
  left: 50%;
  margin: 0 0 0 -10px;
}
.datacenters .contacts-map .map-wrap .pin#chicago {
  top: 31.2%;
  left: 21.1%;
}
.datacenters .contacts-map .map-wrap .pin#chicago .office-details {
  left: -100px;
  bottom: 55px;
}
.datacenters .contacts-map .map-wrap .pin#chicago .office-details:after {
  border-width: 10px 10px 0 10px;
  border-color: rgba(255, 255, 255, 0.8) transparent transparent transparent;
  bottom: -10px;
  left: 50%;
  margin: 0 0 0 -10px;
}
.datacenters .contacts-map .map-wrap .pin#iowa {
  top: 33%;
  left: 19%;
}
.datacenters .contacts-map .map-wrap .pin#iowa .office-details {
  left: -100px;
  bottom: 55px;
}
.datacenters .contacts-map .map-wrap .pin#iowa .office-details:after {
  border-width: 10px 10px 0 10px;
  border-color: rgba(255, 255, 255, 0.8) transparent transparent transparent;
  bottom: -10px;
  left: 50%;
  margin: 0 0 0 -10px;
}
.datacenters .contacts-map .map-wrap .pin#amsterdam {
  top: 23.7%;
  left: 46.9%;
}
.datacenters .contacts-map .map-wrap .pin#amsterdam .office-details {
  left: -100px;
  bottom: 55px;
}
.datacenters .contacts-map .map-wrap .pin#amsterdam .office-details:after {
  border-width: 10px 10px 0 10px;
  border-color: rgba(255, 255, 255, 0.8) transparent transparent transparent;
  bottom: -10px;
  left: 50%;
  margin: 0 0 0 -10px;
}
.datacenters .contacts-map .map-wrap .pin#milan {
  top: 28.5%;
  left: 47.9%;
}
.datacenters .contacts-map .map-wrap .pin#milan .office-details {
  left: -100px;
  bottom: 55px;
}
.datacenters .contacts-map .map-wrap .pin#milan .office-details:after {
  border-width: 10px 10px 0 10px;
  border-color: rgba(255, 255, 255, 0.8) transparent transparent transparent;
  bottom: -10px;
  left: 50%;
  margin: 0 0 0 -10px;
}
.datacenters .contacts-map .map-wrap .pin#london {
  top: 23.7%;
  left: 45.2%;
}
.datacenters .contacts-map .map-wrap .pin#london .office-details {
  left: -100px;
  bottom: 55px;
}
.datacenters .contacts-map .map-wrap .pin#london .office-details:after {
  border-width: 10px 10px 0 10px;
  border-color: rgba(255, 255, 255, 0.8) transparent transparent transparent;
  bottom: -10px;
  left: 50%;
  margin: 0 0 0 -10px;
}
.datacenters .datacenters-features {
  border-top: 1px solid #e8e8e8;
}
.datacenters .datacenters-features .fit > ul > li,
.datacenters .datacenters-features .cookie-notice > div > ul > li {
  float: left;
  width: 33.33%;
  margin: 40px 0 0;
  text-align: center;
}
.datacenters .datacenters-features .fit > ul > li article svg,
.datacenters .datacenters-features .cookie-notice > div > ul > li article svg {
  width: 60px;
  height: 60px;
  margin: 0 auto 30px;
}
.datacenters .datacenters-features .fit > ul > li article svg *,
.datacenters
  .datacenters-features
  .cookie-notice
  > div
  > ul
  > li
  article
  svg
  * {
  fill: #d0d8dd;
}
.datacenters .datacenters-features .fit > ul > li article h5,
.datacenters .datacenters-features .cookie-notice > div > ul > li article h5 {
  font-weight: 400;
  font-size: 18px;
  margin: 0 0 15px;
  color: #333;
}
.datacenters .datacenters-features .fit > ul > li article p,
.datacenters .datacenters-features .cookie-notice > div > ul > li article p {
  width: 80%;
  margin: 0 auto;
}
.uptime .intro {
  position: relative;
  padding: 0 20px;
  text-align: center;
  background: #97aa73 url(../img/backgrounds-svg/background-uptime.svg)
    no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.uptime .intro > .fit,
.uptime .cookie-notice.intro > div {
  position: relative;
  padding: 11% 0;
  z-index: 10;
}
.uptime .intro > .fit h1,
.uptime .cookie-notice.intro > div h1 {
  font-size: 53px;
  color: #fff;
  font-family: "Roboto Condensed";
}
.uptime .intro > .fit p,
.uptime .cookie-notice.intro > div p {
  font: 400 22px/32px Roboto;
  color: #fff;
  margin: 20px 0 0;
}
.uptime .sitestatus {
  background: #f4f4f4;
  padding: 40px 20px;
  text-align: center;
}
.uptime .sitestatus .fit,
.uptime .sitestatus .cookie-notice > div {
  padding: 0;
}
.uptime .sitestatus .fit strong,
.uptime .sitestatus .cookie-notice > div strong {
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  color: #444;
}
.uptime .sitestatus .fit .domainstatus,
.uptime .sitestatus .cookie-notice > div .domainstatus {
  margin: 25px auto 0;
}
.uptime .sitestatus .fit .domainstatus .status-domain-name,
.uptime .sitestatus .cookie-notice > div .domainstatus .status-domain-name {
  float: left;
  width: 70%;
  height: 50px;
  line-height: 48px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.uptime .sitestatus .fit .domainstatus .status-domain-name > div,
.uptime
  .sitestatus
  .cookie-notice
  > div
  .domainstatus
  .status-domain-name
  > div {
  float: left;
  width: 20%;
  height: 48px;
  border-radius: 3px 0 0 3px;
  padding: 0 13px;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1);
  background: #f8f8f8;
  color: #666;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-align: center;
}
.uptime .sitestatus .fit .domainstatus .status-domain-name input,
.uptime
  .sitestatus
  .cookie-notice
  > div
  .domainstatus
  .status-domain-name
  input {
  float: left;
  border: 0;
  height: 48px;
  width: 79%;
  padding: 0 15px;
  background: 0;
  font: 300 16px/24px "Open Sans", Helvetica, Arial, Tahoma, sans-serif;
  -moz-transition: color 0.15 linear;
  -webkit-transition: color 0.15 linear;
  -o-transition: color 0.15 linear;
  transition: color 0.15 linear;
}
.uptime .sitestatus .fit .domainstatus .status-domain-name input:focus,
.uptime
  .sitestatus
  .cookie-notice
  > div
  .domainstatus
  .status-domain-name
  input:focus,
.uptime .sitestatus .fit .domainstatus .status-domain-name input:active,
.uptime
  .sitestatus
  .cookie-notice
  > div
  .domainstatus
  .status-domain-name
  input:active {
  color: #333;
}
.uptime .sitestatus .fit .domainstatus .svg-loader,
.uptime .sitestatus .cookie-notice > div .domainstatus .svg-loader {
  display: block;
  margin: 6px 0 0;
}
.uptime .sitestatus .fit .domainstatus a,
.uptime .sitestatus .cookie-notice > div .domainstatus a {
  float: right;
  width: 25%;
}
.uptime .sitestatus .domainresult {
  padding: 30px 0 0;
  text-align: left;
}
.uptime .sitestatus .domainresult > div h3 {
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
}
.uptime .sitestatus .domainresult > div hr {
  max-width: 1000px;
  margin: 20px auto;
  height: 1px;
  background: #e5e5e5;
  border: 0;
  font-size: 0;
}
.uptime .sitestatus .domainresult > div div {
  float: left;
  width: 50%;
  padding: 20px;
  font-size: 16px;
  text-align: center;
}
.uptime .sitestatus .domainresult > div div:first-of-type {
  width: 100%;
}
.uptime .sitestatus .domainresult > div div span {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto 10px;
  line-height: 49px;
  background: #70b159;
  border-radius: 50%;
  text-align: center;
}
.uptime .sitestatus .domainresult > div div span svg {
  display: inline;
  width: 20px;
  height: 20px;
}
.uptime .sitestatus .domainresult > div div span svg polygon {
  fill: #fff;
}
.uptime .sitestatus .domainresult > div div span.error {
  background: #cb3e2f;
}
.uptime .sitestatus .domainresult > div div strong {
  font: 700 20px/30px Montserrat, Arial, Helvetica, sans-serif;
}
.uptime .sitestatus .domainresult > div p {
  margin: 40px 0 0;
  font-size: 16px;
  text-align: center;
}
.uptime .feature {
  padding: 90px 0;
  border-top: 1px solid #e8e8e8;
}
.uptime .feature section {
  width: 50%;
}
.uptime .feature section h2 {
  text-transform: uppercase;
  color: #919191;
  font: 400 14px/20px Montserrat, Arial, Helvetica, sans-serif;
}
.uptime .feature section h3 {
  font: 700 30px/36px Montserrat, Arial, Helvetica, sans-serif;
  color: #444;
  padding: 5px 0 30px 0;
}
.uptime .feature section p {
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 16px 0;
  color: #444;
}
.uptime .feature section p em {
  color: #919191;
}
.uptime .feature:first-child {
  border: 0;
  padding-top: 0;
}
.uptime .feature:last-child {
  padding-bottom: 0;
}
.uptime .feature.img-right .description {
  float: left;
  padding: 0 4% 0 0;
}
.uptime .feature.img-right .img-wrap {
  float: left;
  padding: 0 14% 0 10%;
}
.uptime .feature.img-right .img-wrap .svg-wrap {
  height: 0;
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.uptime .feature.img-right .img-wrap .svg-wrap svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.uptime .feature.img-left .description {
  float: right;
  padding: 0 0 0 4%;
}
.uptime .feature.img-left .img-wrap {
  float: left;
  padding: 0 14% 0 10%;
}
.uptime .feature.img-left .img-wrap .svg-wrap {
  height: 0;
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.uptime .feature.img-left .img-wrap .svg-wrap svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.uptime .feature.img-wider .description {
  float: left;
  padding: 0;
}
.uptime .feature.img-wider .img-wrap {
  padding: 10%;
}
.backup-restore .intro {
  background: #1ea6c5 url(../img/backgrounds-svg/background_backup_restore.svg)
    no-repeat center center;
}
.backup-restore .intro:after {
  content: none;
}
.backup-restore .feature:first-of-type {
  padding-top: 60px;
  border: 0;
}
.backup-restore .feature.img-left .img-wrap,
.backup-restore .feature.img-right .img-wrap {
  padding: 0;
}
.backup-restore .feature .labeled {
  padding-right: 90px;
  position: relative;
}
.backup-restore .compare-plans-features .fit,
.backup-restore .compare-plans-features .cookie-notice > div {
  border-top: 6px solid #f0f0f0;
}
.backup-restore .compare-plans-features .fit em,
.backup-restore .compare-plans-features .cookie-notice > div em {
  font-size: 11px;
  color: #959595;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 400;
  display: block;
}
.backup-restore .compare-plans-features .fit .label-base:not(.recommended),
.backup-restore
  .compare-plans-features
  .cookie-notice
  > div
  .label-base:not(.recommended) {
  position: relative;
  top: -2px;
}
.backup-restore .compare-plans-features .fit .label-wrapper,
.backup-restore .compare-plans-features .cookie-notice > div .label-wrapper {
  position: relative;
}
.backup-restore .compare-plans-features .fit .label-wrapper .label-base,
.backup-restore
  .compare-plans-features
  .cookie-notice
  > div
  .label-wrapper
  .label-base {
  top: -26px;
}
.backup-restore .compare-plans-features .fit .secondary,
.backup-restore .compare-plans-features .cookie-notice > div .secondary {
  font-size: 22px;
  margin-bottom: 0;
}
.backup-restore .content .solutions .wordpress {
  margin-top: 40px;
}
.backup-restore .content .solutions .wordpress .top-ico {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100px;
  height: 100px;
  margin-left: -50px;
  margin-top: -50px;
  border-radius: 50%;
  background: #f56332;
}
.backup-restore .content .solutions .wordpress .top-ico svg {
  left: 0;
  margin: 10px;
  padding: 12px;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  background: transparent;
}
.backup-restore .content .solutions .wordpress .top-ico svg path {
  fill: #fff;
}
.backup-restore .content .solutions .wordpress h4 {
  text-transform: none;
}
.backup-restore .content .solutions .wordpress h5 {
  font-size: 24px;
  margin-bottom: 20px;
}
.backup-restore .content .solutions .wordpress .ours {
  margin: 20px 0 10px;
}
.speed .intro {
  position: relative;
  padding: 0 20px;
  text-align: center;
  background: #71a9be url(../img/backgrounds-svg/background-technology.svg)
    no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.speed .intro > .fit,
.speed .cookie-notice.intro > div {
  position: relative;
  padding-top: 15%;
  padding-left: 0px;
  padding-right:0px;
  padding-bottom:5%
  z-index: 10;
}

@media (max-width:1281px){
	.speed .intro > .fit, .speed .cookie-notice.intro > div {
    position: relative;
    padding-top: 50%;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 5% z-index: 10;}

    }


.speed .intro > .fit h1,
.speed .cookie-notice.intro > div h1 {
  font-size: 53px;
  color: #fff;
  font-family: "Roboto Condensed";
}
.speed .intro > .fit p,
.speed .cookie-notice.intro > div p {
  font: 400 22px/32px Roboto;
  color: #fff;
  margin: 20px 0 0;
}
.speed .content #features {
  width: 100%;
  max-width: 1200px;
}
.speed .content #features ul {
  display: block;
  border: 1px solid #eee;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
  width: 100%;
  max-width: 1200px;
  background: #fff;
}
.speed .content #features ul li {
  float: left;
  width: 16.65%;
  border-left: 1px solid #eee;
}
.speed .content #features ul li:first-child {
  border: 0;
}
.speed .content #features ul li a {
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 20px 0;
}
.speed .content #features ul li a span {
  display: block;
  font: 700 18px/20px Montserrat, Arial, Helvetica, sans-serif;
  color: #444;
}
.speed .content #features ul li a strong {
  text-transform: uppercase;
  color: #888;
  font: 400 10px/10px Montserrat, Arial, Helvetica, sans-serif;
}
.speed .content #features ul li a:hover {
  background: #efefef;
}
.speed .content #features ul li a.active span,
.speed .content #features ul li a.active strong {
  color: #4290c5;
}
.speed .content #features.sticky {
  top: 0;
}
.speed .content .feature {
  padding: 90px 0;
  border-top: 1px solid #e8e8e8;
  outline: 0;
}
.speed .content .feature section {
  width: 50%;
}
.speed .content .feature section h2 {
  text-transform: uppercase;
  color: #919191;
  font: 400 14px/20px Montserrat, Arial, Helvetica, sans-serif;
}
.speed .content .feature section h3 {
  font: 700 30px/36px Montserrat, Arial, Helvetica, sans-serif;
  color: #444;
  padding: 5px 0 30px 0;
}
.speed .content .feature section p {
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 16px 0;
  color: #444;
}
.speed .content .feature section p em {
  color: #919191;
}
.speed .content .feature:first-of-type {
  border: 0;
}
.speed .content .feature:last-child {
  padding-bottom: 0;
}
.speed .content .feature.img-right .description {
  float: left;
  padding: 0 4% 0 0;
}
.speed .content .feature.img-right .img-wrap {
  float: left;
  padding: 0 14% 0 10%;
}
.speed .content .feature.img-right .img-wrap .svg-wrap {
  height: 0;
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.speed .content .feature.img-right .img-wrap .svg-wrap svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.speed .content .feature.img-left .description {
  float: right;
  padding: 0 0 0 4%;
}
.speed .content .feature.img-left .img-wrap {
  float: left;
  padding: 0 14% 0 10%;
}
.speed .content .feature.img-left .img-wrap .svg-wrap {
  height: 0;
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.speed .content .feature.img-left .img-wrap .svg-wrap svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 940px), screen and (max-device-width: 940px) {
  .datacenters .intro > .fit h1,
  .datacenters .cookie-notice.intro > div h1,
  .speed .intro > .fit h1,
  .speed .cookie-notice.intro > div h1,
  .uptime .intro > .fit h1,
  .uptime .cookie-notice.intro > div h1 {
    font-size: 46px;
  }
  .datacenters .intro > .fit p,
  .datacenters .cookie-notice.intro > div p,
  .speed .intro > .fit p,
  .speed .cookie-notice.intro > div p,
  .uptime .intro > .fit p,
  .uptime .cookie-notice.intro > div p {
    font-size: 20px;
  }
  .datacenters .content #features,
  .speed .content #features,
  .uptime .content #features {
    display: none;
  }
}
@media screen and (max-width: 768px), screen and (max-device-width: 768px) {
  .speed .content .feature:first-of-type,
  .uptime:not(.backup-restore) .content .feature:first-of-type {
    padding-top: 0;
  }
  .datacenters .datacenters-features .fit > ul > li,
  .datacenters .datacenters-features .cookie-notice > div > ul > li {
    width: 50%;
    margin: 30px 0 0 !important;
  }
}
@media screen and (max-width: 640px), screen and (max-device-width: 640px) {
  .datacenters .intro > .fit h1,
  .datacenters .cookie-notice.intro > div h1 {
    font-size: 32px;
  }
  .datacenters .intro > .fit p,
  .datacenters .cookie-notice.intro > div p {
    font-size: 16px;
    line-height: 22px;
  }
  .datacenters .contacts-map {
    padding: 30px 0 0 0;
  }
  .datacenters .contacts-map .map-wrap {
    margin: 30px 0 0 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    width: 100%;
    position: relative;
  }
  .datacenters .contacts-map .map-wrap > svg {
    display: none;
  }
  .datacenters .contacts-map .map-wrap .pin {
    position: relative;
    width: 100%;
    height: auto;
    left: auto !important;
    top: auto !important;
  }
  .datacenters .contacts-map .map-wrap .pin svg {
    display: none;
  }
  .datacenters .contacts-map .map-wrap .pin .office-details {
    display: block;
    position: relative;
    width: 100% !important;
    padding: 20px;
    box-shadow: none;
    border-radius: 0;
    left: auto !important;
    top: auto !important;
    bottom: auto !important;
  }
  .datacenters .contacts-map .map-wrap .pin .office-details:after {
    border: 0;
    width: 100%;
    height: 2px;
    top: 0 !important;
    left: 0 !important;
    bottom: auto !important;
    background: #4b99d0;
    margin: 0 !important;
  }
  .datacenters .contacts-map .map-wrap .pin .office-details h3 {
    font-size: 18px;
    line-height: 20px;
    padding: 0;
  }
  .datacenters .contacts-map .map-wrap .pin .office-details ul {
    display: none;
    margin: 10px 0 0;
  }
  .datacenters .contacts-map .map-wrap .pin.active ul {
    display: block;
  }
  .datacenters .contacts-map .map-wrap .pin.active .office-details:after {
    background: #f56332;
  }
  .speed .intro > .fit h1,
  .speed .cookie-notice.intro > div h1 {
    font-size: 32px;
  }
  .speed .intro > .fit p,
  .speed .cookie-notice.intro > div p {
    font-size: 16px;
    line-height: 22px;
  }
  .speed .content .feature {
    padding: 45px 0;
    border-top: 1px solid #e8e8e8;
  }
  .speed .content .feature section {
    width: 100%;
  }
  .speed .content .feature section p {
    font-size: 16px;
    line-height: 24px;
  }
  .speed .content .feature.img-right .description {
    float: none;
    padding: 0;
  }
  .speed .content .feature.img-right .img-wrap {
    float: none;
    padding: 5% 20% 0;
  }
  .speed .content .feature.img-left .description {
    float: none;
    padding: 0;
  }
  .speed .content .feature.img-left .img-wrap {
    float: none;
    padding: 5% 20% 0;
  }
  .uptime .intro > .fit h1,
  .uptime .cookie-notice.intro > div h1 {
    font-size: 32px;
  }
  .uptime .intro > .fit p,
  .uptime .cookie-notice.intro > div p {
    font-size: 16px;
    line-height: 22px;
  }
  .uptime .sitestatus .fit .domainstatus .status-domain-name,
  .uptime .sitestatus .cookie-notice > div .domainstatus .status-domain-name,
  .uptime .sitestatus .fit .domainstatus a,
  .uptime .sitestatus .cookie-notice > div .domainstatus a {
    width: 100%;
    margin: 0 0 10px;
  }
  .uptime .sitestatus .domainresult > div div {
    width: 100%;
    font-size: 14px;
    padding: 10px 15px;
  }
  .uptime .sitestatus .domainresult > div div strong {
    font-size: 14px;
  }
  .uptime .sitestatus .domainresult > div p {
    font-size: 14px;
  }
  .uptime .content .feature {
    padding: 45px 0;
  }
  .uptime .content .feature section {
    width: 100%;
  }
  .uptime .content .feature section p {
    font-size: 16px;
    line-height: 24px;
  }
  .uptime .content .feature.img-right .description {
    float: none;
    padding: 0;
  }
  .uptime .content .feature.img-right .img-wrap {
    float: none;
    padding: 5% 20% 0;
  }
  .uptime .content .feature.img-left .description {
    float: none;
    padding: 0;
  }
  .uptime .content .feature.img-left .img-wrap {
    float: none;
    padding: 5% 20% 0;
  }
  .backup-restore .intro {
    background: #1ea6c5
      url(../img/backgrounds-svg/background_backup_restore.svg) no-repeat center
      center;
  }
  .backup-restore .content .feature h3 {
    font-size: 22px;
  }
  .backup-restore .content .feature.img-left .img-wrap,
  .backup-restore .content .feature.img-right .img-wrap {
    padding: 0;
  }
}
@media screen and (max-width: 480px), screen and (max-device-width: 480px) {
  .datacenters .datacenters-features .fit > ul > li,
  .datacenters .datacenters-features .cookie-notice > div > ul > li {
    width: 100%;
  }
  .backup-restore .label-base:not(.recommended) {
    margin-left: 0;
  }
}
