body {
}
* {
  text-rendering: optimizeLegibility;
  font-family: "museo-sans", arial, sans-serif;
}
div, section {
  border: 0px solid blue;
}
#instantclick-bar {
  background: #df081e;
}
.error {
  border: 1px solid red !important;
}
section.row {
  width: 100%;
  margin: 0;
}
section.row:nth-of-type(even) {
  background-color: #ececec;
}
div.js-overlay {
  z-index: 5000;
}
header {
  width: 100%;
  background-color: #FFF;
  top: 0;
}
.modal {
  z-index: 10000;
}
/* pagination */
.inpagenav {
  display: none;
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4em;
  z-index: 10;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.inpagenav li {
  height: 0.4em;
  width: 0.4em;
  margin-bottom: 0.4em;
  background-color: rgba(0,0,0,0.4);
  background-size: auto 100%;
  background-repeat: no-repeat;
  border-radius: 50%;
  transition: background-color 0.5s;
}
.inpagenav li a {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
}
.inpagenav li.active,
.inpagenav li:hover {
  background-color: rgba(183,3,22,1);
}
@media only screen and (max-height: 750px) {
  .inpagenav {
    top: 70%;
  }
}
@media only screen and (max-height: 530px) {
  .inpagenav {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .inpagenav {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .inpagenav {
    right: 10px;
  }
}

div.row.limited {
  width: 84%;
  margin-left: 8%;
}
div.row.limited.subpage {
  /*margin-top: -260px;*/
  background-color: #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.5);
  -mox-box-shadow: 0 0 8px rgba(0,0,0,0.5);
  -ms-box-shadow: 0 0 8px rgba(0,0,0,0.5);
  box-shadow: 0 0 8px rgba(0,0,0,0.5);
  min-height: 300px;
  z-index: 4000;
  margin-bottom: 3em;
  padding-top: 20px;
}
div.row.limited.subpage.transparent {
  background-color: initial;
  -webkit-box-shadow: none;
  -mox-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.scrollify.scale {
  min-height: 100vh;
}
/*a, a:visited {
  color: #df081e;
  text-decoration: underline;
}
a:hover, a:active {
  color: #df081e;
  text-decoration: none;
}*/
.gray,
a.gray,
a.gray:visited {
  color: #a3a3a3;
}
a.btn-primary {
  color: #FFF;
}
.logo {
  display: inline-block;
}
.logo img {
  width: 100%;
  max-width: 300px;
  margin: 5% 0;
}
nav.mainnav {
  display: inline-block;
  margin-top: 1%;
  margin-bottom: 1%;
  padding-right: 0;
}
nav.submenu {
  width: 100%;
  text-align: center;
}
nav.mainnav ul {
  margin: 0;
  display: inline-block;
  height: 100%;
}
nav.mainnav ul li {
  display: inline-block;
}
nav.mainnav ul li a,
nav.submenu ul li a {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  color: #000;
  font-size: 1.4em;
  height: 10%;
  padding: 10px;
  border-bottom: 1px solid #FFF;
  transition: border-bottom 0.8s;
  -webkit-transition: border-bottom 0.8s;
}
nav.submenu ul li a {
  font-size: 1.2em;
}
nav.mainnav ul li a.active,
nav.mainnav ul li a:hover,
nav.submenu ul li a:hover {
  border-bottom: 1px solid #df081e;
  transition: border-bottom 0.8s;
  -webkit-transition: border-bottom 0.8s;
}
nav.i18n {
  display: block;
  float: right;
  width: 50px;
  background: #e6e6e6; /* Old browsers */
  background: -moz-linear-gradient(left,  #e6e6e6 0%, #fefefe 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e6e6e6), color-stop(100%,#fefefe));
  background: -webkit-linear-gradient(left,  #e6e6e6 0%,#fefefe 100%);
  background: -o-linear-gradient(left,  #e6e6e6 0%,#fefefe 100%);
  background: -ms-linear-gradient(left,  #e6e6e6 0%,#fefefe 100%);
  background: linear-gradient(to right,  #e6e6e6 0%,#fefefe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#fefefe',GradientType=1 ); /* IE6-9 */
}
nav.i18n ul {
  list-style: none;
  padding: 5px 15px;
  margin: 0;
}
nav.i18n ul li {
  padding: 5px
  margin: 0;
}
nav.i18n ul li img {
  margin: 0;
}
.heroslider {
  display: none;
  padding: 0;
  min-height: 100vh;
}
.heroslider li {
  list-style-type: none;
}
.hero {
  min-height: 100vh;
  background-image: url('/img/hero-image.jpg');
  background-size: cover;
  background-position: center 0;
  background-repeat: no-repeat;
  padding: 24vh 0 0 0;
}
.hero .row h1,
.hero .row h2,
.hero .row h3 {
  display: inline-block;
  padding: 4px;
  background-color: rgba(0,0,0,0.6);
  color: #FFF;
  font-weight: bold;
  line-height: 1em;
  margin: 0;
}
.hero .row h1 {
  font-size: 5em;
  text-transform: uppercase;
}
.hero .row h2 {
  font-size: 3em;
  text-transform: none;
  width: initial;
  margin-top: 0.4em;
}
.hero .row h3 {
  font-size: 2em;
  text-transform: none;
  width: initial;
}
.hero .row a.button {
  display: inline-block;
  border: 8px solid #FFF;
  border-radius: 10px;
  background-color: #b70316;
  color: #FFF;
  font-weight: bold;
  font-size: 3em;
  padding: 2px 12px;
  margin-top: 1.4em;
  text-decoration: none;
}
div.scrollhint {
  position: absolute;
  top: 90vh;
  width: 100%;
  text-align: center;
}
div.scrollhint span {
  color: rgba(255,255,255,0.5);
  font-size: 3em;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  div.scrollhint {
    display: none;
  }
}
h1 {
  font-weight: bold;
  color: #636363;
  text-transform: none;
  font-size: 3.8em;
  margin-bottom: 0.2em;
}
.row .homeoffers {
  padding-top: 15px;
  margin-bottom: 4em;
}
.row .homeoffers h2 {
  font-weight: lighter;
  color: #636363;
  text-transform: none;
  font-size: 2.2em;
  margin-top: 0;
  line-height: 1.1em;
}
.row .homeoffers h2:nth-of-type(2) {
  margin-top: 2em;
}
div.row.block {
  /*background-color: #f5f5f5;*/

  display: -webkit-flex; /* Safari */
  -webkit-justify-content: space-around; /* Safari 6.1+ */
  display: flex;
  justify-content: space-around;
}
@media (max-width: 900px) {
  div.row.block {
    display: block;
  }
}
.row.block > div:first-of-type {
  padding: 0 3em;
}
.row.block > div.info {
  padding: 0 15px 15px 15px;
}
.row.block form {
  margin: 1.2em 0;
}
.row.block .form-horizontal .form-group {
  margin: 0;
}
.form-control {
  padding: 10px;
  font-size: 1.2em;
  height: auto;
  border-radius: initial;
}
.input-group-addon {
  min-width: 42px;
}
div.benefits div.summary {
  width: 100%;
  background-color: rgba(0,0,0,0);
  float: right;
}
div.benefits h2,
div.benefits ul,
div.benefits p {
  width: 90%;
  margin: 1em 5%;
  color: #FFF;
  padding: 0;
  text-align: left;
}
div.benefits ul li {
  list-style-type: none;
  margin-bottom: 1em;
  clear: both;
}
div.benefits ul li i {
  float: left;
  font-size: 18px;
}
div.benefits ul li span {
  display: flex;
}
.sliderbar {
  margin-bottom: -260px;
	height: 285px;
  background: #de0a1e url('../img/slider/slider-background-2.png'); /* Old browsers */
  background: -moz-linear-gradient(left,  #de0a1e 0%, #a11919 100%) url('../img/slider/slider-background-2.png'); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#de0a1e), color-stop(100%,#a11919)) url('../img/slider/slider-background-2.png'); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  #de0a1e 0%,#a11919 100%) url('../img/slider/slider-background-2.png'); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  #de0a1e 0%,#a11919 100%) url('../img/slider/slider-background-2.png'); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  #de0a1e 0%,#a11919 100%) url('../img/slider/slider-background-2.png'); /* IE10+ */
  background: linear-gradient(to right,  #de0a1e 0%,#a11919 100%) url('../img/slider/slider-background-2.png'); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de0a1e', endColorstr='#a11919',GradientType=1 ); /* IE6-9 */
  background-size: auto 120%;
}
.slidersubbar {
	width: 100%;
	height: 285px;
	margin: 0 auto;
	overflow: hidden;
  background: url('/img/slider/slider-background-1.png');
  background-size: auto 120%;
}
nav.social {
  margin-top: 110px;
  position: absolute;
  right: 0;
  display: block;
}
nav.social {
  z-index: 3000;
}
nav.social ul {
  padding: 0;
  width: 50px;
}
nav.social ul li {
  display: block;
  width: 50px;
  text-align: center;
  margin-bottom: 1px;
}
nav.social ul li a {
  display: inline-block;
  width: 50px;
  background: #000000; /* Old browsers */
  background: -moz-linear-gradient(left,  #282828 0%, #000000 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#282828), color-stop(100%,#000000));
  background: -webkit-linear-gradient(left,  #282828 0%,#000000 100%);
  background: -o-linear-gradient(left,  #282828 0%,#000000 100%);
  background: -ms-linear-gradient(left,  #282828 0%,#000000 100%);
  background: linear-gradient(to right,  #282828 0%,#000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
}
nav.social ul li img {
  width: 32px;
  margin: 10px auto;
}
nav.social ul li.feedback img {
  width: 40px;
  cursor: pointer;
}
nav.social ul li.feedback {
  margin-left: 0;
  height: 125px;
  width: 50px;
  overflow: hidden;
}
nav.social ul li.feedback a {
  display: inline-block;
  float: left;
}
div.feedbackform {
  position: relative;
  display: inline-block;
  float: left;
  margin-left: 50px;
  margin-top: -125px;
  height: 305px;
  width: 300px;
  background: #000000; /* Old browsers */
  background: -moz-linear-gradient(right,  #282828 0%, #000000 100%);
  background: -webkit-gradient(linear, right top, left top, color-stop(0%,#282828), color-stop(100%,#000000));
  background: -webkit-linear-gradient(right,  #282828 0%,#000000 100%);
  background: -o-linear-gradient(right,  #282828 0%,#000000 100%);
  background: -ms-linear-gradient(right,  #282828 0%,#000000 100%);
  background: linear-gradient(to left,  #282828 0%,#000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
  text-align: left;
}
div.feedbackform input[type=radio] {
  display: none;
}
nav.social li.feedback div.feedbackform img {
  margin-left: 10px;
  margin-top: 0;
  margin-bottom: 0;
}
div.feedbackform span.widefield {
  display: block;
  width: 94%;
  margin-left: 3%;
  float: left;
}
div.feedbackform span.widefield input,
div.feedbackform span.widefield textarea {
  margin-top: 4%;
  width: 100%;
}
div.feedbackform span.widefield input[type=submit] {
  background: #de0a1e;
  background: -moz-linear-gradient(top,  #de0a1e 0%, #a11919 100%);
  background: -webkit-gradient(linear, top, bottom, color-stop(0%,#de0a1e), color-stop(100%,#a11919));
  background: -webkit-linear-gradient(top,  #de0a1e 0%,#a11919 100%);
  background: -o-linear-gradient(top,  #de0a1e 0%,#a11919 100%);
  background: -ms-linear-gradient(top,  #de0a1e 0%,#a11919 100%);
  background: linear-gradient(to bottom,  #de0a1e 0%,#a11919 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de0a1e', endColorstr='#a11919',GradientType=1 ); /* IE6-9 */
  color: #FFF;
  width: 50%;
  border: 0;
  padding: 5px;
}
div.feedbackform span.widefield input[name=service] {
  display: inline-block;
  width: 20%;
  float: left;
  margin-top: 0;
}
div.feedbackform span.widefield input[name=service] + label {
  margin-top: -2px;
  font-weight: 300;
  display: inline-block;
  color: #FFF;
  width: 75%;
  float: left;
}
.row.limited h3 {
  font-weight: bold;
  display: block;
  width: 100%;
  color: rgba(99,99,99,1);
}
div.feedbackform h3 {
  margin-top: 5px;
  color: #FFF;
}
div.sending,
div.thankyou {
  text-align: center;
  display: none;
  width: 300px;
  height: 250px;
  position: absolute;
  color: #FFF;
  margin-top: 45%;
}
nav.social li.feedback div.sending img {
  width: 220px;
}
div.thankyou p {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  display: inline-block;
}
.choice img {
  margin-top: 100px;
}
div.offerbox:nth-of-type(1) {
  padding-bottom: 25px;
  margin: 25px 0;
}
div.regularheading {
  display: none;
}
div.offerheading {
  float: left;
  padding: 20px;
}
div.offercontainer.lift {
  margin-top: -40px;
  z-index: 1200;
}
.landing div.offercontainer.lift {
  margin-top: 0px;
}
div.offercontainer {
  position: relative;
  background-color: #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
  -mox-box-shadow: 0 0 10px rgba(0,0,0,0.5);
  -ms-box-shadow: 0 0 10px rgba(0,0,0,0.5);
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  height: auto;
  /* margin-bottom: 100px; */
  margin-top: 50px;
  padding: 0;
}
div.offercontainer.dark {
  background: #000000;
  background: -moz-linear-gradient(top, #282828 0%, #000000 100%);
  background: -webkit-gradient(linear, top, bottom, color-stop(0%,#282828), color-stop(100%,#000000));
  background: -webkit-linear-gradient(top, #282828 0%,#000000 100%);
  background: -o-linear-gradient(top, #282828 0%,#000000 100%);
  background: -ms-linear-gradient(top, #282828 0%,#000000 100%);
  background: linear-gradient(to bottom, #282828 0%,#000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#000000',GradientType=1 );
}
div.offercontainer.dark .offercontext * {
  color: #FFF;
}
div.offercontainer.dark .offercontext div.grey * {
  opacity: 0.5;
}
div.offercontainer.dark div.offerdetails a.button.order {
  font-size: 1.8em;
}
.strikethrough {
  position: relative;
}
.strikethrough:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 3px solid red !important;
  border-top-color: red !important;
  border-color: inherit;
  -webkit-transform:rotate(-25deg);
  -moz-transform:rotate(-25deg);
  -ms-transform:rotate(-25deg);
  -o-transform:rotate(-25deg);
  transform:rotate(-25deg);
}
div.offercontainer.dark .inlineblock {
  display: inline-block;
  padding: 15px;
}
div.offers {
  margin-bottom: 50px;
}
div.offer:nth-of-type(1) {
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
div.offer {
  width: 32%;
  float: left;
  padding: 0;
}
div.offer.highlight {
  width: 36%;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
  -mox-box-shadow: 0 0 10px rgba(0,0,0,0.5);
  -ms-box-shadow: 0 0 10px rgba(0,0,0,0.5);
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  background-color: #FFF;
}
div.offercontext {
  width: 64%;
  float: left;
  padding: 30px;
}
div.termoverview {
  display: inline-flex;
  width: 100%;
  border-top: 1px solid rgba(255,255,255,0.5);
  margin-bottom: 0;
}
div.termoverview a.termlink {
  cursor: pointer;
  display: inline-block;
  padding: 10px 0 0 0;
  height: 40px;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  border-left: 1px solid rgba(255,255,255,0.5);
  width: 33.33%;
  float: left;
}
div.termoverview a.termlink:nth-of-type(1) {
  border: 0;
}
div.termoverview.placeholder {
  border: 0;
}
div.highlight div.termoverview.placeholder {
  height: 14px;
}
div.offer div.recommended {
  position: absolute;
  top: -20px;
  width: 120px;
}
div.offer div.recommended img {
  width: 100%;
}
img.offerimg {
  width: 100%;
  max-width: 2048px;
  margin-bottom: 2em;
}
div.threestep {
  margin-top: 20px;
}
div.homeoffers div.threestep h2 {
  font-weight: bold;
  font-size: 2.4em;
  margin-bottom: 1em;
  text-align: center;
}
div.threestep h4 {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
}
div.threestep h4 span.fa {
  font-size: 2em;
  display: inline-block;
  min-height: 1.5em;
  width: 15%;
  color: #636363;
  vertical-align: text-bottom;
}
div.threestep h4 div {
  display: inline-block;
  width: 85%;
  color: #636363;
}
@media only screen and (min-width: 1200px) {
  div.threestep {
    margin-top: 200px;
  }
  div.threestepcontainer {
    background-color: #e9e9e9;
    border-radius: 15px;
    margin: 15px;
    position: absolute;
    padding: 30px 15px;
  }
  div.homeoffers div.threestep h2 {
    padding-left: 15%;
    text-align: left;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 768px) {
  div.threestep h4 span.fa {
    width: 30%;
  }
  div.threestep h4 div {
    width: 70%;
  }
}
div.homeoffers div.offer div.offerpricing {
  background: #2f2f2f;
  background: -moz-linear-gradient(top,  #2f2f2f 0%, #1b1b1b 100%);
  background: -webkit-gradient(linear, top, bottom, color-stop(0%,#2f2f2f), color-stop(100%,#1b1b1b));
  background: -webkit-linear-gradient(top,  #2f2f2f 0%,#1b1b1b 100%);
  background: -o-linear-gradient(top,  #2f2f2f 0%,#1b1b1b 100%);
  background: -ms-linear-gradient(top,  #2f2f2f 0%,#1b1b1b 100%);
  background: linear-gradient(to bottom,  #2f2f2f 0%,#1b1b1b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f2f2f', endColorstr='#1b1b1b',GradientType=1 ); /* IE6-9 */
  padding: 20px 0 0 0;
}
div.homeoffers div.offer.highlight div.offerpricing {
  background: #de0a1e;
  background: -moz-linear-gradient(bottom,  #de0a1e 0%, #a11919 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, bottom, top, color-stop(0%,#de0a1e), color-stop(100%,#a11919)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(bottom,  #de0a1e 0%,#a11919 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(bottom,  #de0a1e 0%,#a11919 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(bottom,  #de0a1e 0%,#a11919 100%); /* IE10+ */
  background: linear-gradient(to top,  #de0a1e 0%,#a11919 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de0a1e', endColorstr='#a11919',GradientType=1 ); /* IE6-9 */
}
div.homeoffers div.offer div.offerpricing h3 {
  margin-top: 0;
  color: #fff;
  font-weight: 300;
  font-size: 1.4em;
  margin-bottom: 20px;
}
div.homeoffers div.offer div.offerpricing div.price {
  color: #fff;
  font-weight: 300;
  font-size: 3.5em;
}
div.homeoffers div.offer div.offerpricing div.terms {
  display: inline-block;
  text-align: center;
  color: #fff;
  font-weight: 300;
  font-size: 1.0em;
  margin-bottom: 20px;
}
div.homeoffers div.marker {
  display: block;
  background-color: #FFF;
  height: 15px;
  background-repeat: no-repeat;
  margin-bottom: -20px;
  background-image: url('../img/offermarker.png');
  background-position: center top;
  background-size: auto 100%;
  width: 33.3%;
  margin-left: 33.3%;
}
div.homeoffers div.highlight div.marker {
  background-image: url('../img/offermarker-highlight.png');
}
div.offerdetails {
  padding: 10px;
}
div.offerdetails ul {
  width: 85%;
  margin: 1.5em 0 1.5em 15%;
  text-align: left;
}
div.homeoffers div.offerdetails ul {
  padding: 0;
}
div.homeoffers div.offerdetails ul li {
  list-style-type: none;
}
.fa-li {
  position: inherit !important;
}
div.offer.highlight div.offerdetails ul {
  margin: 1.5em 0 1.5em 15%;
}
div.offerdetails a.button.order {
  display: inline-block;
  background-color: #2f2f2f;
  padding: 6px 20px;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 2em;
  margin-bottom: 1em;
  margin-top: 0.5em;
}
div.offer.highlight div.offerdetails a.button.order {
  background-color: #b70316;
}
div.offer:nth-of-type(1) {
  border-left: 0;
}
ul.comparecol {
  cursor: pointer;
  list-style: none;
  padding: 0;
  width: 20%;
  float: left;
}
ul.comparecol.index {
  cursor: default;
}
ul.comparecol.highlight {
  background: #de0a1e; /* Old browsers */
  background: -moz-linear-gradient(top,  #de0a1e 0%, #a11919 100%);
  background: -webkit-gradient(linear, top, top, color-stop(0%,#de0a1e), color-stop(100%,#a11919));
  background: -webkit-linear-gradient(top,  #de0a1e 0%,#a11919 100%);
  background: -o-linear-gradient(top,  #de0a1e 0%,#a11919 100%);
  background: -ms-linear-gradient(top,  #de0a1e 0%,#a11919 100%);
  background: linear-gradient(to bottom,  #de0a1e 0%,#a11919 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de0a1e', endColorstr='#a11919',GradientType=0 ); /* IE6-9 */
}
div.offer div.heading,
ul.comparecol li.header {
  background: #000000; /* Old browsers */
  background: -moz-linear-gradient(top,  #282828 0%, #000000 100%);
  background: -webkit-gradient(linear, top, bottom, color-stop(0%,#282828), color-stop(100%,#000000));
  background: -webkit-linear-gradient(top,  #282828 0%,#000000 100%);
  background: -o-linear-gradient(top,  #282828 0%,#000000 100%);
  background: -ms-linear-gradient(top,  #282828 0%,#000000 100%);
  background: linear-gradient(to bottom,  #282828 0%,#000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
  text-align: center;
  min-height: 62px;
}
ul.comparecol.index li.header {
  background: none;
}
div.offer:nth-of-type(1) div.heading,
ul.comparecol:nth-of-type(2) li.header {
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -ms-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
}
div.offer:nth-of-type(3) div.heading,
ul.comparecol:nth-of-type(5) li.header {
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -ms-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
}
div.offer div.heading h2,
div.offer div.heading h3,
ul.comparecol li.header h2,
ul.comparecol li.header h3 {
  color: #FFFFFF;
  margin: 0;
  text-transform: uppercase;
  font-family: "museo-sans";
}
div.offer div.heading h2,
ul.comparecol li.header h2 {
  padding-top: 5px;
  font-weight: 900;
  font-size: 2.4em;
  padding: 15px;
}
div.offer div.heading h3,
ul.comparecol li.header h3 {
  font-size: 1.0em;
  padding-bottom: 5px;
  font-weight: 500;
}
ul.comparecol li:nth-of-type(even) {
  background-color: #ececec;
}
ul.comparecol.highlight li:nth-of-type(even) {
  background-color: inherit !important; /* IE11 bugfix */
  background-color: initial !important;
}
ul.comparecol li.property.dark {
  font-weight: 900;
}
ul li.spec.dark span,
ul li.spec.dark {
  font-weight: 900;
}
ul.comparecol li.property span {
  display: inline-block;
  width: 100%;
}
ul li.spec {
  text-align: left;
}
/* ul li.spec:before {
  content: '\2022';
  margin-right: 0.8em;
} */
ul.comparecol li.property span:nth-of-type(1):after,
ul li.spec span:nth-of-type(1):after {
  content: ": ";
}
ul.comparecol:nth-of-type(2) li.header,
ul.comparecol:nth-of-type(3) li.header,
ul.comparecol:nth-of-type(4) li.header {
  border-right: 1px solid #d2d2d2;
}
ul.comparecol.index li.property,
ul.comparecol.index li.price,
ul.comparecol.index li.order {
  border-top: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  padding: 10px;
}
ul.comparecol li.property,
ul.comparecol li.price,
ul.comparecol li.order {
  border-top: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  padding: 10px;
}
ul.comparecol li.price {
  min-height: 90px;
}
div.offer ul {
  padding-left: 20px;
}
div.offer ul li {
  padding-left: 0px;
}
div.offer div.content {
}
div.offer a.readmore {
  display: inline-block;
  color: #df081e;
  text-decoration: underline;
  font-size: 0.9em;
  width: 100%;
  text-align: right;
}
ul.comparecol li.price div.from,
ul.comparecol li.price div.price,
ul.comparecol li.price div.terms,
div.from,
div.price,
div.terms {
  width: 100%;
  color: #df081e;
  padding: 5px;
  line-height: 0.7em;
}
ul.comparecol.highlight li.property,
ul.comparecol.highlight li.price,
ul.comparecol.highlight li.order {
  border-top: 1px solid #8c000d;
  color: #FFF;
}
ul.comparecol li.property.highlight,
ul.comparecol li.price.highlight,
ul.comparecol li.order.highlight {
  background-color: #d2d2d2 !important;
}
ul.comparecol.highlight li.price div.from,
ul.comparecol.highlight li.price div.price,
ul.comparecol.highlight li.price div.terms {
  color: #FFF;
}
div.from {
  font-size: 0.9em;
}
div.price {
  text-align: center;
  font-size: 2em;
  font-weight: 900;
}
div.terms {
  text-align: right;
  font-size: 0.9em;
}
div.icon {
  margin: 30px 0;
  text-align: center;
}
ul.comparecol li.order {
  text-align: center;
  border-bottom: 1px solid #d2d2d2;
  min-height: 64px;
}
div.icon img {
  /*width: 60%;*/
}
div.icon.large img {
  width: 90%;
}
span.medium {
  font-size: 2em;
  color: #636363;
  line-height: 1.7em;
}
span.large {
  font-size: 4em;
  display: inline-block;
  margin-top: 0.5em;
  color: #636363;
  line-height: 1em;
}
div.vex-dialog-buttons {
  text-align: center;
}
div.icon .button,
div.info .button,
li.order a.button,
input.vex-dialog-button-primary,
div.customercheck input.button {
  border: 0;
  display: inline-block;
  width: 80%;
  color: #FFF;
  background: #000000; /* Old browsers */
  background: -moz-linear-gradient(top,  #282828 0%, #000000 100%);
  background: -webkit-gradient(linear, top, bottom, color-stop(0%,#282828), color-stop(100%,#000000));
  background: -webkit-linear-gradient(top,  #282828 0%,#000000 100%);
  background: -o-linear-gradient(top,  #282828 0%,#000000 100%);
  background: -ms-linear-gradient(top,  #282828 0%,#000000 100%);
  background: linear-gradient(to bottom,  #282828 0%,#000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 8px;
  font-weight: 900;
  font-size: 1.2em;
  text-decoration: none;
}
div.icon .button.large,
div.info .button.large {
  font-size: 2em;
  padding: 8px 32px;
  width: auto;
  margin-top: 0.5em;
}
img.newsreader {
  max-height: 49px;
  margin: 0.5em 1.5em 0.5em 0;
  border-left: 1px solid grey;
  padding-left: 1.5em;
}
a:first-of-type img.newsreader {
  border-left: 0;
  padding-left: 0;
}
div.coupon {
  width: 100%;
  margin-top: 2em;
}
span.couponcode {
  display: inline-block;
  width: 100%;
  font-size: 3em;
  font-weight: 700;
  margin-top: -0.2em;
}
div.customercheck input.button {
  margin-top: 15px;
  margin-bottom: 10px;
}
div.offer.highlight {
  margin-top: -20px;
  margin-bottom: -20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
div.homeoffers div.offer {
  cursor: pointer;
}
div.offer.highlight div.icon {
  margin-top: 30px;
}
div.offer.highlight div.heading {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
div.offer.highlight a.readmore,
div.offer.highlight div.from,
div.offer.highlight div.price,
div.offer.highlight div.terms,
div.offer.highlight div.content ul li {
}
.addthis_sharing_toolbox {
  text-align: center;
  margin-top: -16px;
}
div.footercontainer {
  display: flex;
  flex-wrap: wrap;
}
.uspcontainer,
.welcome {
  width: 50%;
  display: flex;
  background-color: #2f2f2f;
  min-height: 200px;
  flex-wrap: wrap;
}
div.welcome,
div.uspcontainer div.item {
  padding-bottom: 50px;
}
div.welcome {
  text-align: center;
}
div.welcome h2 {
  color: #FFF;
  display: inline-block;
  margin: 5%;
  text-transform: uppercase;
  text-align: left;
  width: auto;
  float: left;
}
div.welcome p {
  display: inline-block;
  margin: 0 5%;
  color: #929292;
  font-size: 1.2em;
  text-align: left;
}
div.welcome a.button, div.big-btn a.button {
  display: inline-block;
  margin: 5%;
  background-color: #b70316;
  color: #FFF;
  text-transform: uppercase;
  margin: 5% auto;
  text-decoration: none;
  border-radius: 5px;
  padding: 10px 40px;
  font-size: 2em;
  font-weight: bold;
}
div.big-btn {
  text-align: center;
}
div.big-btn a.button {
  margin: 0;
  margin-bottom: 30px;
}

div.uspcontainer div.item {
  display: inline-block;
  width: 50%;
  min-height: 100px;
}
div.uspcontainer div.item:nth-of-type(1),
div.uspcontainer div.item:nth-of-type(4) {
  background-color: #FFF;
}
div.uspcontainer div.item:nth-of-type(2),
div.uspcontainer div.item:nth-of-type(3) {
  color: #FFF;
}
div.uspcontainer span.fa {
  background-color: #b70316;
  border-radius: 5px;
  display: inline-block;
  float: right;
  padding: 10px;
  color: #FFF;
  text-align: center;
  width: 50px;
  height: 50px;
  margin: 5%;
  font-size: 30px;
}
div.uspcontainer div.item h3 {
  margin: 5%;
  font-weight: bold;
  padding-top: 30px;
}
div.uspcontainer div.item p {
  color: #929292;
  margin: 0 5%;
}
h2 span.large {
  font-size: 1.2em;
  font-weight: bold;
}
.usp,
.testimonials {
  color: #636363;
  padding-bottom: 20px;
}
.row h2 {
  display: inline-block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.8em;
  color: #636363;
}
.paymentinfo legend {
  display: none;
}
.paymentinfo {
  padding-right: 4em;
}
.context {
  padding-left: 4em;
}
.row .context h2,
.row .paymentinfo h2 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 1em;
}
.paymentinfo ul li i {
  float: left;
}
.paymentinfo ul li > span {
  display: table;
}
.context ul {
  padding-left: 0;
}
.context ul li {
  clear: both;
  margin-bottom: 1em;
}
.context ul li i {
  text-align: left;
  float: left;
}
.context ul li span {
  display: flex;
}
.usp h3 {
  color: #df081e;
  width: 100%;
  display: inline-block;
  text-align: center;
  font-weight: 900;
  height: 2.5em;
  font-size: 1.4em;
}
.usp div.icon {
  width: 100%;
}
.usp div.icon img {
  width: 60%;
}
section.highlight {
  padding: 20px 0;
  background-color: #df081e !important;
  color: #FFF;
  font-weight: 900;
  font-size: 3.8em;
}
a.largebutton {
  float: right;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-color: #FFF;
  color: #000;
  text-decoration: none;
  font-size: 0.55em;
  padding: 15px;
}
a.largebutton.freetrial {
  float: none;
}
.testimonials .col-md-4 {
  padding-top: 10px;
  background-image: url('../img/quote.png');
  background-repeat: no-repeat;
  background-position: top left;
}
.tweet {
  padding-top: 10px;
  background-image: url('../img/tweet.png');
  background-repeat: no-repeat;
  background-position: top left;
  padding-bottom: 40px;
}
.tweet img {
  width: 50%;
  float: right;
}
.tweet .timing {
  font-style: italic;
  font-size: 0.9em;
}
.productbutton {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: #000000;
  background: -moz-linear-gradient(left, #282828 0%, #000000 100%);
  background: -webkit-gradient(linear, left, right, color-stop(0%,#282828), color-stop(100%,#000000));
  background: -webkit-linear-gradient(left, #282828 0%,#000000 100%);
  background: -o-linear-gradient(left, #282828 0%,#000000 100%);
  background: -ms-linear-gradient(left, #282828 0%,#000000 100%);
  background: linear-gradient(to right, #282828 0%,#000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#000000',GradientType=1 );
  padding: 10px;
  margin: 0 auto;
}
div.detail div.icon img {
  width: 60%;
}
div.detail h2 {
  text-align: left;
}
div.detail div.icon .productbutton h2 {
  text-align: center;
}
.productbutton h2,
.productbutton h3 {
  color: #FFF;
}
.productbutton h2 {
  font-size: 3em;
  margin: 0;
}
.row.limited .productbutton h3 {
  color: #FFF;
  font-size: 1.2em;
  margin: 0;
}
img.imgheader {
  width: 100%;
}
ul.specs {
  padding-left: 0;
  width: 100%;
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
  -moz-column-count: 2; /* Firefox */
  column-count: 2;
  -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
  -moz-column-gap: 40px; /* Firefox */
  column-gap: 40px;
}
ul.specs.nocol {
  -webkit-column-count: 1; /* Chrome, Safari, Opera */
  -moz-column-count: 1; /* Firefox */
  column-count: 1;
}
div.detailprice {
  padding-top: 80px;
}
div.detailprice.nomargin {
  padding-top: 30px;
}
div.detailprice div.from,
div.detailprice div.terms {
  font-size: 1.2em;
  height: auto;
}
div.detailprice div.price {
  height: auto;
  font-size: 4em;
}
div.from.old {
  color: #000;
}
div.detailprice div.price.old {
  color: #000;
  text-decoration: line-through;
  font-size: 3em;
  font-weight: 500;
}
div.detailprice div.price.condition {
  color: #000;
  font-size: 2em;
  margin-top: 0.4em;
}
div.detailprice div.from,
div.detailprice div.terms,
div.detailprice div.price {
}
footer {
  width: 100%;
  background: #000000;
  background: -moz-linear-gradient(top, #282828 0%, #000000 100%);
  background: -webkit-gradient(linear, top, bottom, color-stop(0%,#282828), color-stop(100%,#000000));
  background: -webkit-linear-gradient(top, #282828 0%,#000000 100%);
  background: -o-linear-gradient(top, #282828 0%,#000000 100%);
  background: -ms-linear-gradient(top, #282828 0%,#000000 100%);
  background: linear-gradient(to bottom, #282828 0%,#000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#000000',GradientType=0 );
  color: #FFF;
  font-weight: 900;
  text-align: center;
  padding: 20px 0 60px;
}
footer ul li a {
  color: #FFF !important;
  text-decoration: none !important;
  margin: 0 10px;
}
#swifttagdatacontainercq1axwpu6d,
#proactivechatcontainercq1axwpu6d {
  display: none;
}
footer div.callback {
  display: none;
  position: fixed;
  right: 20px;
  height: 0;
  width: 300px;
  bottom: 0px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  background-color: #FFF;
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.5);
  -mox-box-shadow: 0 0 8px rgba(0,0,0,0.5);
  -ms-box-shadow: 0 0 8px rgba(0,0,0,0.5);
  box-shadow: 0 0 8px rgba(0,0,0,0.5);
  z-index: 3005;
}
footer div.callback div.close {
  width: 20px;
  height: 20px;
  background-image: url('../img/close.png');
  background-size: cover;
  position: absolute;
  right: -10px;
  top: -10px;
}
footer div.callback div.icon {
  cursor: pointer;
  width: 70px;
  min-width: 70px;
  height: 70px;
  background: #de0a1e;
  background: -moz-linear-gradient(top, #de0a1e 0%, #a11919 100%);
  background: -webkit-gradient(linear, top, top, color-stop(0%,#de0a1e), color-stop(100%,#a11919));
  background: -webkit-linear-gradient(top, #de0a1e 0%,#a11919 100%);
  background: -o-linear-gradient(top, #de0a1e 0%,#a11919 100%);
  background: -ms-linear-gradient(top, #de0a1e 0%,#a11919 100%);
  background: linear-gradient(to bottom, #de0a1e 0%,#a11919 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de0a1e', endColorstr='#a11919',GradientType=0 );
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -ms-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
  text-align: center;
  margin: 0;
  float: left;
}
footer div.callback div.icon img {
  margin-top: 5px;
  height: 60px;
  width: auto;
}
footer div.callback div.content {
  cursor: pointer;
  width: 300px;
  float: left;
  height: 70px;
  width: 230px;
}
footer div.callback div.content a {
  text-decoration: none;
  color: #000;
  font-size: 2em;
  height: 70px;
  width: 230px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
footer div.callback div.form {
  width: 100%;
  height: auto;
  clear: both;
  padding: 8px 0;
}
footer div.callback div.form .field {
  width: 100%;
  padding: 5px 0;
  text-align: center;
  display: inline-block;
  color: #ccc;
}
footer div.callback div.form .field input {
  padding: 5px;
  width: 90%;
  color: #000;
}
footer div.callback div.form .field input[type=submit] {
  background: #de0a1e;
  background: -moz-linear-gradient(top,  #de0a1e 0%, #a11919 100%);
  background: -webkit-gradient(linear, top, bottom, color-stop(0%,#de0a1e), color-stop(100%,#a11919));
  background: -webkit-linear-gradient(top,  #de0a1e 0%,#a11919 100%);
  background: -o-linear-gradient(top,  #de0a1e 0%,#a11919 100%);
  background: -ms-linear-gradient(top,  #de0a1e 0%,#a11919 100%);
  background: linear-gradient(to bottom,  #de0a1e 0%,#a11919 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de0a1e', endColorstr='#a11919',GradientType=1 ); /* IE6-9 */
  border: 0;
  font-size: 1.4em;
  color: #FFF;
}
div.callbackerror {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  display: none;
  color: #de0a1e;
  padding-top: 40px;
}
div.customercheckcontainer {
  background-color: rgba(0,0,0,0.8);
  height: 100%;
  width: 100%;
  min-height: 100%;
  min-width: 100%;
  z-index: 2100;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  color: #333;
}
div.customercheckcontainer div.customercheck {
  background-color: #FFF;
  width: 640px;
  margin-top: 14vh;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  display: table;
  border-radius: 5px;
}
div.customercheck div.login {
  border-right: 1px solid grey;
}
div.customercheck div.login,
div.customercheck div.createaccount {
  width: 300px;
  display: inline-block;
  float: left;
  margin: 10px 0px 10px 10px;
  padding-right: 10px;
}
div.login h2,
div.customercheck h2 {
  margin: 0;
  padding: 0.5em;
  display: block;
  width: 100%;
  border-radius: 5px 5px 0 0;
  background: #000000;
  background: -moz-linear-gradient(top, #282828 0%, #000000 100%);
  background: -webkit-gradient(linear, top, bottom, color-stop(0%,#282828), color-stop(100%,#000000));
  background: -webkit-linear-gradient(top, #282828 0%,#000000 100%);
  background: -o-linear-gradient(top, #282828 0%,#000000 100%);
  background: -ms-linear-gradient(top, #282828 0%,#000000 100%);
  background: linear-gradient(to bottom, #282828 0%,#000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#000000',GradientType=0 );
    background: #de0a1e;
    background: -moz-linear-gradient(top, #de0a1e 0%, #a11919 100%);
    background: -webkit-gradient(linear, top, top, color-stop(0%,#de0a1e), color-stop(100%,#a11919));
    background: -webkit-linear-gradient(top, #de0a1e 0%,#a11919 100%);
    background: -o-linear-gradient(top, #de0a1e 0%,#a11919 100%);
    background: -ms-linear-gradient(top, #de0a1e 0%,#a11919 100%);
    background: linear-gradient(to bottom, #de0a1e 0%,#a11919 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de0a1e', endColorstr='#a11919',GradientType=0 );
  text-align: center;
  min-height: 62px;
  color: #FFF;
  font-family: "museo-sans", arial, sans-serif;
  font-weight: bold;
}
div.customercheck p,
div.customercheck h3 {
  width: 80%;
  display: inline-block;
  text-align: left;
}
div.customercheck div.login h3,
div.customercheck div.createaccount h3,
div.customercheck div.login p,
div.customercheck div.createaccount p {
  color: #333;
  margin-top: 0;
}
div.customercheck div.error {
  margin-right: 10px;
  width: auto;
  max-width: 280px;
  display: none;
  border: none !important;
}
div.customercheck span.field {
  display: block;
  padding: 3px;
  width: 100%;
}
div.customercheck span.field input[type=text],
div.customercheck span.field input[type=password] {
  width: 80%;
  padding: 2px;
}
div.customercheck div.error p {
  color: #df081e;
}
div.customercheck div.login a {
  color: #df081e;
}
div.customercheck div.login a:hover {
  /* color: #94c11f; */
}
div.close {
  width: 20px;
  height: 20px;
  background-image: url('../img/close.png');
  background-size: cover;
  position: relative;
  right: -10px;
  top: -10px;
}

@media only screen and (max-width: 1450px) {
  div.row.limited {
    width: 90%;
    margin-left: 5%;
  }
}

@media only screen and (max-width: 1350px) {
  nav.mainnav ul {
    margin-top: 6px;
  }
  nav.mainnav ul li a {
    font-size: 1.2em;
  }
  nav.submenu ul li a {
    font-size: 1em;
  }
  .hero {
    padding: 20vh 0 0 0;
  }
  .hero .row h1 {
    font-size: 4em;
  }
  .hero .row h2 {
    font-size: 2.4em;
  }
  .hero .row a.button {
    font-size: 2.4em;
  }
}

@media only screen and (max-width: 1250px) {
  ul.specs {
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
  }
  ul.specs li.spec:before {
    content: '';
    margin-right: 0;
  }
  div.row.limited {
    width: 96%;
    margin: 1% 2% 0 2%;
  }
  .logo {
    margin-top: 0%;
  }
  nav.mainnav {
    margin: 1% 0 0 0;
  }
  div.row.limited.subpage {
    width: 92%;
  }
  div.offercontainer.lift {
    margin-top: -80px;
  }
}

@media only screen and (max-width: 1130px) {
  nav.mainnav ul li {
    padding: 0;
  }
  nav.mainnav ul li a {
    font-size: 1.2em;
    padding: 8px;
  }
  section.highlight {
    font-size: 3em;
  }
}

@media only screen and (max-width: 1050px) {
  .hero {
    padding: 18vh 0 0 0;
  }
  .hero .row h1 {
    font-size: 3em;
  }
  .hero .row h2 {
    font-size: 1.8em;
  }
  .hero .row a.button {
    font-size: 1.8em;
    border: 5px solid #FFF;
    border-radius: 6px;
  }
  h1 {
    font-size: 3em;
  }
  .row .homeoffers h2 {
    font-size: 1.8em;
  }
}

@media only screen and (max-width: 992px) {
  nav.mainnav ul li a {
    font-size: 1.2em;
    padding: 10px;
  }
  ul.comparecol {
    width: 25%;
  }
  ul.comparecol:nth-of-type(2) li.property,
  ul.comparecol:nth-of-type(2) li.price,
  ul.comparecol:nth-of-type(2) li.order {
    border-left: 1px solid #d2d2d2;
  }
  li.order a.button {
    width: 100%;
  }
  nav.mainnav ul li a {
    font-size: 1.1em;
    padding: 8px;
  }
  nav.submenu ul li {
    padding: 0;
  }
  nav.submenu ul li a {
    font-size: 0.9em;
    padding: 8px;
  }
}

@media only screen and (max-width: 900px) {
  nav.mainnav ul li a {
    font-size: 1em;
    padding: 7px;
  }
  nav.mainnav {
    position: absolute;
    padding: 0;
  }
  .logo {
    margin-top: 1%;
  }
  section.highlight {
    font-size: 2.5em;
  }
  nav.i18n ul {
    padding: 4px 12px;
  }
  nav.i18n,
  nav.social ul,
  nav.social ul li,
  nav.social ul li a,
  nav.social ul li.feedback {
    width: 44px;
  }
  div.feedbackform {
    margin-left: 44px;
  }
  nav.social ul li a img {
    margin: 6px auto;
  }
}

@media only screen and (max-width: 850px) {
  div.offercontext {
    width: 100%;
    padding: 30px;
  }
  div.termoverview.placeholder {
    display: none;
  }
  .logo img {
    max-width: 200px;
    margin: 2% 0;
  }
  nav.mobilenav {
    text-align: left;
    padding-top: 10px;
    padding-right: 0;
    width: 58px;
    margin-right: 50px;
    position: absolute;
    right: 0;
  }
  img.mobilenav {
    height: 36px;
    width: 36px;
    margin: 10% 0;
    cursor: pointer;
  }
  .offerheading {
    display: none;
  }
  div.regularheading {
    display: block;
    width: 100%;
  }
  div.offercontainer,
  div.offer:nth-of-type(1) div.heading,
  div.offer:nth-of-type(4) div.heading,
  div.offer.highlight div.heading,
  div.offer.highlight {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
  }
  div.offercontainer.dark {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    -mox-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    margin-top: -20px;
    padding-bottom: 30px;
  }
  div.offercontainer.dark .offer.highlight {
    -webkit-box-shadow: 0 0 10px rgba(255,255,255,0.5);
    -mox-box-shadow: 0 0 10px rgba(255,255,255,0.5);
    -ms-box-shadow: 0 0 10px rgba(255,255,255,0.5);
    box-shadow: 0 0 10px rgba(255,255,255,0.5);
  }
  div.offercontainer {
    float: initial;
    display: inline-block;
    width: 100%;
    -webkit-box-shadow: none;
    -mox-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    margin-bottom: 20px;
  }
  div.offer div.icon img {
    display: none;
  }
  div.offer.highlight div.icon,
  div.offer div.icon {
    margin: 0;
  }
  .usp div.icon img {
    width: 60%;
    max-width: 240px;
  }
  .usp div.icon {
    margin: 0;
  }
  div.icon a.button {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    margin: 0;
    width: 100%;
  }
  div.offer div.from,
  div.offer div.price,
  div.offer div.terms,
  div.offer div.icon {
  }
  div.from,
  div.terms {
  }
  div.price {
  }
  div.offer div.icon {
  }
  div.offercontainer.lift {
    margin-top: 0px;
  }
  div.offer {
    width: 80%;
    margin: 0 10%;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
  }
  div.offer.highlight {
    width: 90%;
    margin: 0 5%;
  }
  div.offer div.heading {
    width: 100%;
    /* background: #000000;
    background: -moz-linear-gradient(left, #282828 0%, #000000 100%);
    background: -webkit-gradient(linear, left, right, color-stop(0%,#282828), color-stop(100%,#000000));
    background: -webkit-linear-gradient(left, #282828 0%,#000000 100%);
    background: -o-linear-gradient(left, #282828 0%,#000000 100%);
    background: -ms-linear-gradient(left, #282828 0%,#000000 100%);
    background: linear-gradient(to right, #282828 0%,#000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#000000',GradientType=2 ); */
  }
  div.offer div.content {
    width: 100%;
  }
  div.homeoffers div.offer div.offerpricing,
  div.offerdetails {
    width: 100%;
    border: 0;
  }
  div.offer.highlight {
    margin-top: 0;
    margin-bottom: 0;
  }
  div.offer:nth-of-type(1),
  div.offer {
    border-bottom: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
  }
  div.offer:nth-of-type(1),
  div.offer:nth-of-type(1) div.heading,
  div.offer.highlight div.heading {
    border-radius: 5px 5px 0 0;
  }
  div.offer.highlight {
    border: 0;
    border-radius: 5px;
  }
  div.offer:nth-of-type(3) {
    border-radius: 0 0 5px 5px;
  }
  div.offer:nth-of-type(3) div.heading {
    border-radius: 0px;
  }
  div.offer div.from,
  div.offer div.price,
  div.offer div.terms,
  div.offer div.icon {
  }
  div.offerbox {
    position: relative;
  }
  div.offerbox:nth-of-type(1) {
    margin: 0;
    border-bottom: 0;
  }
  div.offer div.recommended {
    top: initial;
  }
  div.offerdetails a.button.order {
    margin-top: 0;
    margin-bottom: 0.5em;
  }
  h1 {
    font-size: 2.4em;
  }
}

@media only screen and (max-width: 767px) {
  nav.mainnav {
    display: none;
    position: relative;
    float: left;
    padding: 0;
    text-align: center;
  }
  .logo {
    margin-top: 0%;
  }
  div.welcome,
  div.uspcontainer {
    width: 100%;
  }
  div.detailprice {
    padding-top: 0px;
  }
  div.detail div.icon img {
    margin-top: 10px;
    width: 50%;
  }
  .productbutton h2 {
    font-size: 2.5em;
  }
  nav.submenu ul li a {
    font-size: 0.8em;
    padding: 5px;
  }
  div.customercheckcontainer div.customercheck {
    margin-top: 20px;
    width: 500px;
  }
  div.customercheck div.login,
  div.customercheck div.createaccount {
    width: 230px;
  }
  div.scrollify.scale {
    min-height: initial;
  }
  .heroslider {
    min-height: initial;
  }
  .hero {
    min-height: initial;
    padding-bottom: 1em;
  }
}

@media only screen and (max-width: 650px) {
  h1 {
    font-size: 2em;
  }
  div.row {
    margin: 0;
  }
  nav.mainnav ul li {
    width: 100%;
  }
  .col-sm-12 {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  div.offer div.heading {
  }
  div.offer div.from,
  div.offer div.price,
  div.offer div.terms,
  div.offer div.icon {
  }
  div.price {
    font-size: 1.5em;
  }
  div.offer div.heading h2,
  div.productbutton h2 {
    font-size: 1.8em;
  }
  div.offer div.heading h3 {
    font-size: 0.9em;
  }
  section.row.highlight {
    text-align: center;
  }
  section.row.highlight p {
    font-size: 0.8em;
  }
  a.largebutton {
    font-size: 0.5em;
    float: initial;
  }
  footer ul li {
    width: 100%;
    text-align: center;
    padding: 5px 0;
  }
  ul.comparecol {
    width: 100%;
  }
  li.offer a.button {
    width: 80%;
  }
  ul.comparecol li.header,
  ul.comparecol {
    -webkit-border-radius: 5px 5px 0 0 !important;
    -moz-border-radius: 5px 5px 0 0 !important;
    -ms-border-radius: 5px 5px 0 0 !important;
    border-radius: 5px 5px 0 0 !important;
  }
  ul.comparecol li.property,
  ul.comparecol li.price,
  ul.comparecol li.order {
    border-left: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    border-top: 0;
  }
  ul.comparecol li.property,
  ul.comparecol li.price,
  ul.comparecol li.order {
    border-left: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    border-top: 0;
  }
  ul.comparecol.highlight li.property,
  ul.comparecol.highlight li.price,
  ul.comparecol.highlight li.order {
    border-bottom: 1px solid #8c000d;
    border-left: 1px solid #8c000d;
    border-right: 1px solid #8c000d;
    border-top: 0;
  }
  ul.comparecol div.price {
    font-size: 2.5em;
  }
  ul li.spec span,
  ul.comparecol li.property span {
    width: 50%;
  }
  div.detail,
  div.detailprice {
    width: 100%;
  }
  div.customercheckcontainer {
    position: absolute;
  }
  div.customercheckcontainer div.customercheck {
    margin-top: 20px;
    width: 96%;
    position: relative;
  }
  div.customercheck div.login,
    div.customercheck div.createaccount {
    width: 100%;
  }
  div.customercheck div.login {
    border-bottom: 1px solid grey;
  }
  .hero {
    padding: 15vh 0 2em 0;
  }
  .hero .row h1 {
    font-size: 3em;
  }
  .hero .row h2 {
    font-size: 1.4em;
  }
  .hero .row a.button {
    font-size: 1.4em;
    border: 5px solid #FFF;
    border-radius: 6px;
  }
  .row .homeoffers h2 {
    font-size: 1.6em;
  }
  .row.block > div:first-of-type {
    padding: 1em;
  }
  .row h2 {
    font-size: 1.4em;
  }
}

@media only screen and (max-width: 500px) {
  div.uspcontainer div.item {
    width: 100%;
  }
  div.uspcontainer div.item:nth-of-type(1),
  div.uspcontainer div.item:nth-of-type(3) {
    background-color: #FFF;
  }
  div.uspcontainer div.item:nth-of-type(2),
  div.uspcontainer div.item:nth-of-type(4) {
    background-color: initial;
  }
  div.uspcontainer div.item:nth-of-type(2),
  div.uspcontainer div.item:nth-of-type(4) {
    color: #FFF;
  }
  div.uspcontainer div.item:nth-of-type(1),
  div.uspcontainer div.item:nth-of-type(3) {
    color: #333;
  }
  div.icon .button.large {
    font-size: 1.7em;
  }
  div.benefits ul li {
    font-size: 0.9em;
  }
  div.benefits ul li i {
    height: 3em;
  }
}

@media only screen and (max-width: 400px) {
  div.offer div.heading {
  }
  nav.mobilenav {
    padding-top: 0;
  }
  div.from,
  div.price,
  div.terms,
  div.icon {
    /*width: 20%;*/
    min-width: 85px;
  }
  div.price {
  }
  div.icon a.button {
    margin-top: 4px;
    font-size: 1em;
  }
  div.offer div.heading h2 {
  }
  div.offer div.heading h3 {
    font-size: 0.5em;
  }
  div.offer ul {
    padding-left: 12px;
  }
  div.offer ul li {
  }
  div.offer div.from, div.offer div.price, div.offer div.terms, div.offer div.icon {
    min-width: 94px;
  }
  a.largebutton {
    padding: 10px;
    font-size: 0.4em;
  }
  div.welcome h2 {
    font-size: 24px;
  }
  div.welcome a.button {
    margin: 5%;
    font-size: 1.6em;
    padding: 10px 20px;
  }
}

#gmap {
    height: 400px;
}

/* IE9-11 double dots */
ul.specs {
    list-style-type: none
}

/* FAQ width */
.faq-page {
    width: 800px;
}

/* Align h2 to left */
.text-page h2 {
    text-align: left;
    text-transform: none;
}

/* popin table */
div.vex-content table td {
    padding-right: 20px;
}

/* slider font-size */
.da-slide {
    font-size: 17px;
}

/* ntd */
.p15 {
    padding: 15px;
}

/* Product iFrame */
.productframe {
  width: 100%;
  height: 1030px;
  margin: 0;
  border: none;
}

/* Helpdesk iFrame */
.helpdeskframe {
  width: 100%;
  height: 1000px;
  margin-height: 0;
  border: none;
}

/* 5day trial block on homepage */
.red-bg {
  background: url('../img/slider/slider-background-1.png');
}

/* trial-signup SDD infobox */
.sdd-info {
    width: 90%;
    padding-left: 15px;
}

.iwf-footer {
    margin-top:-20px;
    height: 160px;
}

.home div.offercontainer {
    margin-bottom: 20px;
}
.home div.homeoffers div.offer {
    margin-bottom: -30px;
}
.ticket-wrapper a {
    color: #535353;
}

.no-click {
    pointer-events: none;
}
#iframe1 {
  padding: 10px;
}

div.incentive-steps {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: 10px;
    margin-left: 10px;
}
.incentive-steps ul {
   list-style-type: none;
}
.incentive-steps li {
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}
.incentive-steps .fa {
    display: inline-block;
    text-align: center;
    width: 100%;
    height: 40px;
    font-size: 30px;
}
.incentive-steps .text {
    background: linear-gradient(to bottom, #4a4a4a 0%, #0e0e0e 100%);

  color: #ffffff;
  text-align: center;
  border-radius: 10px;
  line-height: 50px;
  height: 50px;
  overflow: hidden;
}
.incentive-steps .no-padding {
    line-height: 50px;
  height: 50px;
}
.incentive-steps a.button {
  display: inline-block;
  border: 0;
  border-radius: 10px;
  background-color: #b70316;
  color: #FFF;
  font-weight: bold;
  font-size: 2.5em;
  padding: 2px 12px;
  text-decoration: none;
}
.incentive-steps .no-padding {
  padding-left: 0;
  padding-right: 0;
}
.incentive-steps .link {
  text-align: center;
  padding-top: 15px;
}

.incentive .usp,
.incentive .hello {
  /*width: 50%;
  display: flex;
  min-height: 200px;
  flex-wrap: wrap;*/
}
.incentive div.hello {
  text-align: center;
}
.incentive div.hello h2 {
  color: #636363;
  display: inline-block;
  margin: 5%;
  text-transform: uppercase;
  width: auto;
}
.incentive div.hello p {
  display: inline-block;
  margin: 0 5%;
  color: #636363;
  font-size: 1.4em;
  text-align: left;
}
.incentive div.hello a.button {
  display: inline-block;
  margin: 5%;
  background-color: #b70316;
  color: #FFF;
  text-transform: uppercase;
  margin: 5% auto;
  text-decoration: none;
  border-radius: 5px;
  padding: 10px 40px;
  font-size: 2em;
  font-weight: bold;
}
.incentive div.usp div.item {
  /*display: inline-block;*/
  /*width: 50%;*/
  min-height: 200px;
  text-align: center;
}
.incentive div.usp span.fa {
  background-color: #b70316;
  border-radius: 5px;
  display: inline-block;
  padding: 10px;
  color: #FFF;
  text-align: center;
  width: 50px;
  height: 50px;
  margin: 5%;
  font-size: 30px;
}
.incentive div.usp div.item h3 {
  font-weight: bold;
  margin: 0;
}
.incentive div.usp div.item p {
  color: #929292;
  margin: 0 5%;
}
.incentive .usp h3 {
  color: #929292;
  height: 1.5em;
}
.incentive-steps div.big-btn a.button {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
.incentive-steps .small-padding {
  padding-top: 20px;
}
}
/* incentive fixes now new trial is live */
.form-row {
    margin-left: -15px;
    margin-right: -15px;
}
.form-row::before, .form-row::after {
    content: " ";
    display: table;
}
.form-row::after {
    clear: both;
}

.sliderbar {
    display: none\9;
}
.cookiebanner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1em 1.8em;
    color: #FFF;
    background-color: rgb(62, 62, 62);
    font-size: 16px;
    z-index: 10;
}
.cookiebanner a {
    color: #FFF;
    text-decoration: underline;
}
#js-cookie-hide {
    float: right;
    background-color: #b70316;
    font-size: 18px;
    border-color: #FFF;
    text-decoration: none;
}
