body {
  margin: 0;
  font-family: "Lato", Arial, sans-serif;
  background: #ffffff;
}

body, html {
  overflow: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

*:focus {
  outline: none;
}

a, a:focus, a:hover {
  text-decoration: none;
}

.view-filters.form-group {
  margin: 0;
}

[id^=views-exposed-form] {
  display: none;
}

/* Header / Footer */
header {
  padding: 5px 0;
  border-bottom: 5px solid #ffaf95;
  background: #ffffff;
}

footer {
  padding-top: 15px;
  background: #e2e2e2;
}

.view-display-id-page_6 footer {
  margin-top: 100px;
}

.cart-header {
  margin: 2px auto 20px;
}

.view-display-id-page_2 header,
.view-display-id-page_3 header {
  display: none;
}

.header-wrap {
  margin: 0;
  padding: 0;
  height: auto;
  width: 100%;
}
.header-wrap img.img-responsive {
  width: 100%;
  max-width: 85px;
  padding: 0;
}

.headline,
.subheadline {
  width: 100%;
}

.landing .headline-wrap {
  font-style: italic;
}
.landing .headline-wrap:after {
  content: "";
  position: absolute;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #ff7345;
  right: 50%;
  left: 50%;
  animation: bounce 1.3s infinite alternate;
  -webkit-animation: bounce 1s infinite alternate;
  margin: 10px 0 0 -15px;
}
.landing .headline-wrap h2 {
  margin: 15px auto 0;
  font-weight: 600;
  text-shadow: -0.7px 0.7px 0.7px rgba(0, 0, 0, 0.25);
}
.landing .headline-wrap h3 {
  margin: 6px 0 10px;
}
.landing .claim-block {
  background-color: #fff;
  border: 1px solid #b6b6b6;
  padding: 15px 0 35px;
  max-width: 270px;
  margin: 0 auto;
  text-align: center;
}
.landing .claim-block i.fa.fa-arrow-circle-right {
  margin-left: 3px;
}
.landing .claim-block .main {
  font-size: 18px;
  font-weight: 600;
  color: #3b8647;
  margin-bottom: 5px;
}
.landing .claim-block .cost {
  color: #1c7328;
  font-weight: 500;
}
.landing .claim-block .shipped {
  margin: 3px auto 25px;
  color: #616161;
}
.landing .claim-block a {
  background: #ff7d53;
  font-weight: 600;
  padding: 14px 24px;
  font-size: 18px;
  color: #ffffff;
  border: 1px solid #e86237;
  border-radius: 50px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.15) !important;
  -webkit-transition: none;
}
.landing .timer h3.subheadline {
  display: none;
}
.landing .timer.js-timer {
  top: 20px;
  right: -20px;
  background: transparent;
  border: none;
  box-shadow: none;
  z-index: 999;
  margin: 0;
}
.landing .timer.js-timer:before {
  content: "";
  background: url(/sites/default/files/inline-images/timer-badge-01_1.png);
  width: 120px;
  height: 120px;
  background-size: 100%;
  display: block;
  position: absolute;
  z-index: 0;
  background-repeat: no-repeat;
}
.landing .timer .expiredText {
  max-width: 60px;
  display: inline-block;
  margin-top: 56px;
  margin-left: -24px;
  z-index: 9999;
}
.landing .limit {
  font-size: 13px;
  text-align: center;
  margin: 30px 0 100px;
  font-style: italic;
}
.landing .timer-div {
  position: relative;
  max-width: 350px;
  margin: 0 auto;
}
.landing .fa-clock-o {
  display: none;
}

.cta-wrap img {
  width: 100%;
  max-width: 320px;
  margin: 25px auto 10px;
}

/*Timer Reg/ZAN */
.registration .timer,
.monetization .timer {
  padding: 15px 10px 0;
  position: absolute;
  left: 0;
  width: 100%;
}

.registration .timer {
  top: -75px;
}

.monetization .timer {
  top: -55px;
  padding: 0;
}

.registration .timer.js-timer h3.subheadline,
.monetization .timer.js-timer h3.subheadline {
  display: none;
}

.registration .timer .number,
.monetization .timer .number {
  font-size: 18px;
  color: #5c5c5c;
  width: 10%;
}

/*Registration*/
.registration .js-dynamic-text h2.headline {
  font-size: 18px;
  color: #616161;
  font-weight: 600;
  margin: 5px 0 8px;
}
.registration .col-xs-12.col-sm-12 {
  background: #ffffff;
}
.registration .check {
  top: -108px;
}

.registration .check,
.monetization .check {
  width: 25px;
  position: absolute;
  top: -108px;
  left: 80px;
}

.dynamic-cart img {
  border-radius: 50%;
  border: 3px solid #39B54A;
  width: 90px;
  margin-top: 5px;
}
.dynamic-cart .headline {
  margin: -10px auto 0 15px;
  color: #616161;
}
.dynamic-cart .total {
  color: #4e4d4d;
  margin: -3px 0 0 15px;
}

.webform {
  background: #f5f5f5;
  padding: 10px 15px 25px;
}
.webform a {
  color: #9e322c;
}
.webform .parsley-errors-list li {
  text-align: right;
  font-size: 12px;
  font-weight: 500;
}
.webform .js-form-wrapper {
  margin: 0 auto;
  text-align: center;
}
.webform .headline-wrap .headline {
  font-size: 15px;
  text-align: left;
  line-height: 18px;
  margin: 5px 0 0;
}
.webform .normal-label {
  font-size: 11.5px;
  font-weight: 300;
  margin-bottom: 10px;
  line-height: 1.3;
  text-align: left;
}
.webform .js-form-item-postal .control-label {
  width: 12%;
  width: 12%;
}
.webform .js-form-item-postal .form-tel {
  width: 88%;
  width: 88%;
}
.webform .select-wrapper:after {
  color: #7a7a7a;
}
.webform .select-wrapper select {
  height: 45px;
  line-height: 1.5;
  width: 100%;
  border: 1px solid #d2d2d2;
  box-shadow: 0 0 3px #bbbbbba8;
  border-radius: 0;
}
.webform h2.subheadline {
  font-size: 12px;
  font-weight: 300;
  text-align: right;
  margin: 0 0 10px;
}
.webform .control-label {
  white-space: nowrap;
  font-weight: normal;
  height: 45px;
  padding: 15px 10px 0 0px;
  text-align: right;
  border-radius: 6px 0 0 6px;
  border-right: 0;
  float: left;
  width: 30%;
  font-size: 14px;
  text-shadow: 0 1px 0 #f3f3f3;
  color: #000000;
  margin-bottom: 0;
  border: none;
  background: none;
}
.webform .control-label.active {
  background-image: none;
  border-color: transparent;
  color: #000;
  box-shadow: none;
  text-shadow: none;
}
.webform .form-tel {
  height: 50px;
  padding: 10px 16px;
  width: 70%;
  font-size: 16px;
  color: #626262;
  border: 1px solid #d2d2d2;
  box-shadow: 0 0 3px #bbbbbba8;
  border-radius: 0;
}
.webform .form-control:focus {
  box-shadow: 0 0 3px #bbbbbba8;
}
.webform .form-email {
  height: 50px;
  padding: 10px 16px;
  width: 70%;
  font-size: 16px;
  color: #626262;
  border: 1px solid #d2d2d2;
  box-shadow: 0 0 3px #bbbbbba8;
  border-radius: 0;
}
.webform .form-item-state-initials .control-label {
  display: block;
}
.webform .top-spacing {
  margin-top: 15px;
  margin-bottom: 0;
}
.webform .form-item-phone-type .control-label {
  background-color: transparent;
  border: 0;
  width: 100%;
  padding: 0;
  margin-right: 5px;
  line-height: 1;
}
.webform .genderContainer .js-webform-radios .form-item-gender {
  background-color: transparent;
  box-shadow: none;
}
.webform .genderContainer .js-webform-radios .form-item-gender label[for^=edit-gender-f].checked {
  background-image: none;
  border: none;
  background-color: #f3adc6;
  color: #fff;
  border-radius: 70px;
  width: 97%;
}
.webform .genderContainer .js-webform-radios .form-item-gender label {
  display: inline-block;
  font-size: 14px;
  text-shadow: none;
  background-image: none;
  border: none;
  background-color: #bfbfbf;
  color: #fff;
  border-radius: 70px;
  width: 97%;
}
.webform .genderContainer .js-webform-radios .form-item-gender label[for^=edit-gender-m].checked {
  background-image: none;
  border: none;
  background-color: #639ad6;
}
.webform .genderContainer .js-webform-radios:after {
  display: none;
}
.webform legend {
  font-size: 14px;
  text-align: left;
}
.webform .js-form-item-email .control-label {
  width: 20%;
}
.webform .js-form-item-email .form-email {
  width: 80%;
}
.webform .js-form-item-phone .control-label {
  width: 20%;
}
.webform .js-form-item-phone .form-tel {
  width: 80%;
}
.webform .js-form-item-street1 .control-label {
  width: 25%;
}
.webform .js-form-item-street1 .form-text {
  width: 75%;
}
.webform .js-form-item-city .control-label {
  width: 25%;
}
.webform .js-form-item-city .form-text {
  width: 75%;
}
.webform .js-form-item-state-initials .control-label {
  width: 25%;
}
.webform .js-form-item-state-initials.form--inline .select-wrapper {
  width: 75%;
}
.webform .categories .control-label {
  display: block;
  font-weight: 300;
  font-size: 15px;
  background: #dedede;
  border-radius: 35px;
  margin-bottom: 15px;
  line-height: 3;
  padding: 0 30px;
  width: 50%;
  text-align: left;
}
.webform .categories input {
  margin: 17px 0 0 -17px;
  position: absolute;
}
.webform .categories i {
  color: #777;
  margin: 0 5px;
}

.webform .button,
.webform .button-submit,
.webform .button.form-submit {
  border: 1px solid #d2603c;
  background: linear-gradient(#ff7d53, #e86d45) !important;
  width: 100%;
  margin-top: 20px;
}

.webform .form-text, .webform .form-text {
  height: 50px;
  padding: 10px 16px;
  width: 70%;
  font-size: 16px;
  color: #626262;
  border: 1px solid #d2d2d2;
  box-shadow: 0 0 3px #bbbbbba8;
  border-radius: 0;
}

.form--inline .select-wrapper, .form--inline .form-control {
  width: 70%;
}

.js-form-item-date-of-birth .control-label {
  text-align: left;
}

fieldset[id^=edit-phone-type] .fieldset-legend {
  display: none;
}

.fieldset-wrapper div[id^=edit-phone-type] {
  width: 90%;
  margin-left: 20%;
}

.fa.fa-check-circle {
  position: absolute;
  color: #4fb458;
  top: 15px;
  font-size: 70px;
  left: 43%;
}

/* ZAN */
.monetization .zan-headline .headline {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  color: #616161;
  margin: 0 0 5px;
  text-align: left;
}
.monetization .zan-headline .subheadline {
  margin: 0 0 20px;
  font-size: 16px;
  text-align: left;
  font-style: normal;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  width: 100%;
}

.monetization2 .zan-headline .headline {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #616161;
  margin-top: 35px;
}
.monetization2 .zan-headline .subheadline {
  line-height: 18px;
  font-style: normal;
  margin-bottom: 15px;
}

.view-display-id-page_5 header:after {
  background-image: url(/themes/samples/properties/getitfree/images/gold-ribbon-badge.png);
  background-size: 290px 37px;
  background-repeat: no-repeat;
  left: 50%;
  margin-left: -147px;
  position: absolute;
  width: 300px;
  content: "";
  height: 95px;
  top: 52px;
  z-index: 30;
}

/* Carousel */
.carousel .headline,
.carousel .subheadline {
  color: #616161;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}

div[id*=views_slideshow] {
  margin: 10px auto;
  text-align: center;
}

.carousel .percentage {
  font-size: 20px;
}

@keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-10px);
  }
}
/********************************************
MIN-WIDTH 400PX
********************************************/
@media (min-width: 400px) {
  .webform-options-display-two-columns {
    display: block;
    column-count: 1;
  }
}
/********************************************
MIN-WIDTH 768PX
********************************************/
@media (min-width: 768px) {
  .header-wrap img.img-responsive {
    max-width: 120px;
    padding: 10px 0 5px;
  }

  .view-display-id-page_5 header:after {
    top: 75px;
    background-size: 555px 66px;
    margin-left: -275px;
    width: 590px;
  }

  footer {
    margin-top: 100px;
  }

  .landing .headline-wrap h2 {
    font-size: 36px;
  }

  .monetization .check {
    top: 5px;
  }
  .monetization .timer {
    top: 0;
    padding: 15px 10px 0;
  }

  .monetization2 .zan-headline .headline {
    margin-top: 70px;
  }
  .monetization2 .zan-headline .subheadline {
    margin-bottom: 30px;
  }

  .registration .timer.js-timer h3.subheadline,
.monetization .timer.js-timer h3.subheadline {
    display: block;
    font-style: normal;
  }

  .registration .timer {
    top: 20px;
  }
  .registration .js-dynamic-text h2.headline {
    font-size: 28px;
  }
  .registration .check {
    left: 78px;
    top: 18px;
  }

  .registration .timer h3.subheadline,
.monetization .timer h3.subheadline {
    margin: -22px 0 0 6px;
    display: block;
  }

  .registration .timer .number,
.monetization .timer .number {
    color: #ffffff;
    margin-top: 10px;
    font-size: 16px;
  }

  .registration .col-xs-12.col-sm-9.col-md-7.col-lg-6,
.monetization .col-xs-12.col-sm-9.col-md-7.col-lg-6 {
    width: 100%;
    margin: 0 auto;
    float: none;
  }

  .webform {
    padding: 20px 30px 0;
  }
  .webform .headline-wrap .headline {
    font-size: 20px;
    line-height: 24px;
  }
  .webform h2.subheadline {
    font-size: 14px;
    margin: 15px 0;
  }
  .webform .control-label {
    width: 16%;
    font-size: 16px;
  }
  .webform .form-tel {
    height: 50px;
    padding: 10px 16px;
    width: 90%;
  }
  .webform .form--inline {
    width: 100%;
  }
  .webform .form--inline .form-control {
    width: 84%;
  }
  .webform .form--inline.first {
    padding-right: 0;
    float: none;
    display: block;
  }
  .webform .form--inline .select-wrapper {
    width: 90%;
  }
  .webform legend {
    font-size: 16px;
  }
  .webform fieldset[id^=edit-gender] {
    margin-bottom: 0;
  }
  .webform div[id^=edit-webform-submit] {
    margin-bottom: 0;
  }
  .webform .js-form-item-postal .control-label {
    width: 7%;
  }
  .webform .js-form-item-postal .form-tel {
    width: 93%;
  }
  .webform .js-form-item-street1 label.control-label {
    width: 13%;
  }
  .webform .js-form-item-street1 input[id^=edit-street1] {
    width: 87%;
  }
  .webform .js-form-item-city .control-label {
    width: 13%;
  }
  .webform .js-form-item-city .form-text {
    width: 87%;
  }
  .webform .js-form-item-state-initials .control-label {
    width: 13%;
  }
  .webform .js-form-item-state-initials.form--inline .select-wrapper {
    width: 87%;
  }
  .webform .select-wrapper select {
    height: 50px;
  }
  .webform .js-form-item-email .control-label {
    width: 11%;
  }
  .webform .js-form-item-email .form-email {
    width: 89%;
  }
  .webform .js-form-item-phone .control-label {
    width: 11%;
  }
  .webform .js-form-item-phone .form-tel {
    width: 89%;
  }
  .webform .categories {
    padding: 20px 0 40px;
  }
  .webform .categories .fieldset-wrapper {
    text-align: center;
  }
  .webform .categories .control-label {
    font-size: 18px;
    text-align: left;
    padding: 0 25px 0 40px;
    line-height: 2.5;
  }
  .webform .categories input {
    margin: 17px 0 0 -20px;
    position: absolute;
  }

  .cart-header {
    margin: 0;
    padding: 15px 15px 0;
  }

  .webform .button,
.webform .button-submit,
.webform .button.form-submit {
    font-size: 38px;
    left: 0;
    margin: 0;
  }

  .webform .button:after,
.webform .button-submit:after,
.webform .button.form-submit:after {
    top: 25px;
  }

  .monetization .zan-headline .headline {
    margin: 20px 0 5px;
  }

  .monetization .zan-headline .headline,
.monetization2 .zan-headline .headline {
    font-size: 26px;
  }

  .monetization .zan-headline .subheadline,
.monetization2 .zan-headline .subheadline {
    font-size: 18px;
  }

  .carousel article {
    background: #ffffff;
    margin: 20px auto 0;
    width: 100%;
    max-width: 750px;
    padding: 20px 0;
  }
  .carousel .progress {
    height: 25px;
    background-color: #000000;
    box-shadow: inset 0 1px 2px black;
  }
}
/********************************************
MIN-WIDTH 992PX
********************************************/
@media (min-width: 992px) {
  .view-display-id-page_2 header,
.view-display-id-page_3 header {
    display: block;
  }

  .registration article,
.registration .col-xs-12.col-sm-12 {
    background: none;
  }

  .monetization .cart-header {
    margin-top: -14px;
  }
  .monetization .dynamic-cart {
    margin: 40px auto 10px;
  }

  .dynamic-cart {
    margin: 26px auto 10px;
  }
  .dynamic-cart:before {
    background: url(/sites/default/files/inline-images/black_green_cart.png) no-repeat;
    top: -85px;
  }
  .dynamic-cart img {
    max-width: 160px;
    margin: 10px auto 0;
    padding: 5px 0;
    width: 100%;
    border: none;
    border-radius: 0;
  }
  .dynamic-cart .headline {
    margin: 0;
  }
  .dynamic-cart .shipping {
    color: #1c7328;
  }
  .dynamic-cart .cost {
    color: #39B54A;
    margin: 0 0 15px;
  }

  .registration .js-dynamic-text h2.headline {
    color: #4A5DFF;
  }
  .registration .fa.fa-check-circle {
    left: 47%;
    top: 65px;
  }

  .registration .timer,
.monetization .timer {
    top: -110px;
    background: #994c4c;
  }

  .registration .timer h3.subheadline,
.monetization .timer h3.subheadline {
    color: #ffffff;
  }

  .registration .col-xs-12.col-sm-9.col-md-7.col-lg-6,
.monetization .col-xs-12.col-sm-9.col-md-7.col-lg-6 {
    width: 63%;
    float: left;
    clear: none;
    background-color: #ffffff;
    padding: 20px 20px 30px;
    margin: 40px 0 100px 20px;
    max-width: 700px;
    box-shadow: 1px 1px 4px 1px #cccccc;
    border: 0;
  }

  .registration .check,
.monetization .check {
    display: none;
  }

  .webform {
    margin: 0;
    padding: 10px 5px 0;
    background: none;
  }
  .webform .form-item-email label {
    width: 20%;
  }
  .webform .form-item-email input {
    width: 80%;
  }
  .webform .form-item-state-initials .select-wrapper select {
    height: 50px;
  }
  .webform .form-item-phone input {
    width: 80%;
  }
  .webform .form-item-phone label {
    width: 20%;
  }
  .webform .select-wrapper:after {
    top: 26px;
  }
  .webform .genderContainer .js-webform-radios .form-item-gender label {
    line-height: 3.2;
  }
  .webform .categories .control-label {
    font-size: 17px;
    line-height: 3;
    padding: 0 10px 0 35px;
  }
  .webform .categories input {
    margin: 19px 0 0 -20px;
    position: absolute;
  }

  .webform .button,
.webform .button-submit,
.webform .button.form-submit {
    font-size: 28px;
    margin: 20px auto 0;
    max-width: 500px;
  }

  .monetization .zan-headline,
.monetization .zan-headline .headline {
    margin: 0 !important;
    padding: 0;
  }

  .zan-headline {
    margin: 0;
  }

  .carousel .headline,
.carousel .subheadline {
    line-height: 0;
    font-size: 32px;
  }
}
/********************************************
MIN-WIDTH 1200PX
********************************************/
@media (min-width: 1200px) {
  .registration .dynamic-cart {
    display: block;
    left: -60px;
  }

  .monetization .dynamic-cart {
    display: block;
    left: -50px;
  }

  .registration .timer.js-timer,
.monetization .timer.js-timer {
    right: -100px;
  }
}
/********************************************
MIN-WIDTH 1300PX
********************************************/
@media (min-width: 1300px) {
  .view-display-id-page_5 header:after {
    display: none;
  }

  .monetization2 .zan-headline .headline {
    margin-top: 30px;
  }

  .view-display-id-page_5 #zeeto:before {
    content: "";
    position: absolute;
    background: url(/themes/samples/properties/getitfree/images/gold-badge.gif) no-repeat;
    height: 259px;
    width: 181px;
    left: -50px;
    z-index: 300;
  }
}