/***** Global Classes and declarations *****/

@font-face {
  font-family: "FuturaBT-Heavy";
  src:
    url("../fonts/FuturaBT-Heavy.eot?#iefix") format("embedded-opentype"),
    url("../fonts/FuturaBT-Heavy.woff") format("woff"),
    url("../fonts/FuturaBT-Heavy.ttf") format("truetype"),
    url("../fonts/FuturaBT-Heavy.svg#FuturaBT-Heavy") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Futura-Medium";
  src:
    url("../fonts/Futura-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Futura-Medium.ttf") format("truetype"),
    url("../fonts/Futura-Medium.svg#Futura-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  font-size: 62.5%;
  font-family: "Futura-Medium";
  font-weight: 400;
  /* width: 100%; overflow-x: hidden;*/
  margin: 0;
  padding: 0;
  box-sizing: border-box;

  -webkit-overflow-scrolling: auto;

  @media (max-width: 767px) {
    -webkit-text-size-adjust: none;
  }
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
input {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  outline: none;
}

a:hover.selected {
  text-decoration: none;
}

/*a:visited{ color:#60615f; text-decoration:underline;}*/
img {
  border: none;
}

html {
  width: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

.clearfix:after {
  content: ".";
  /*display: block;*/
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  /*display: inline-block;*/
}

* html .clearfix {
  height: 1%;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border: none;
  -webkit-border-radius: 0;
  -webkit-overflow-scrolling: touch;
  outline: none;
}

.clear {
  font-size: 1%;
  height: 0;
  line-height: 0;
  width: 0;
  float: none;
  clear: both;
}

html[xmlns] .clearfix {
  /*display: block;*/
}

input {
  outline: none;
}

article,
aside,
canvas,
details,
figcaption,
figure,
main,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
mark {
  display: block;
  width: 100%;
  float: left;
}

/*strong { font-weight: normal }*/
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

*,
:after,
:before {
  box-sizing: inherit;
  background-repeat: no-repeat;
}

input[type="button"] {
  -webkit-appearance: button;
}

.subscribeW input[type="text"] {
  -webkit-appearance: none;
}

.home_warp {
  position: relative;
}

.warper_box {
  background-repeat: no-repeat;
  height: 100vh;
  background-size: cover;
  background-position: left;
  background-attachment: fixed;
  display: flex;
  flex-wrap: wrap;
  background: #000;
}

@media (max-width: 1440px) {
  .warper_box {
    /* padding: 24em 60px 20em 0; */
  }
}

@media (max-width: 1280px) {
  .warper_box {
    /* padding: 19em 60px 20em 0; */
  }
}

@media (min-width: 1024px) and (max-width: 1094px) {
  .warper_box {
    /* padding-bottom: 17em; */
  }
}

.img_max {
  width: 100%;
  max-width: 100%;
}

.submit-from {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  padding: 20px 40px;
}
 .submit-from form{
    width: 100%;
  }
.submit_btn {
  width: 100%;
  text-align: center;
  padding: 7px 40px;
  background: #f7da4e;
  border: 0;
  border-radius: 45px;
  color: #000;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  outline: none;
  cursor: pointer;
  font-family: "Futura-Medium";
  height: 45px;
  margin-top: 20px;
}

.submit_btn:hover {
  background: #ffffff;
  color: #000000;
}
.un_number {
  height: 45px;
  position: relative;
  padding: 10px 28px;
  background: #f7da4e;
  width: 100%;
  border: 0;
  border-radius: 45px;
  outline: none;
  color: #000;
  text-align: center;
   font-family: "Futura-Medium";
   font-weight: bold;
}

.un_number::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
  text-transform: uppercase;
}
.un_number::-moz-placeholder { /* Firefox 19+ */
  color: #000;
  text-transform: uppercase;
}
.un_number:-ms-input-placeholder { /* IE 10+ */
  color: #000;
  text-transform: uppercase;
}
.un_number:-moz-placeholder { /* Firefox 18- */
  color: #000;
  text-transform: uppercase;
}




.error {
  padding: 10px 0px 0px;
  color: #ff0707;
  font-size: 1.1em;
  text-align: center;
}

.inside_all_campaigns {
  width: 100%;
  position: relative;
}

.logo_inside {
  width: 360px;
  position: absolute;
  left: 12%;
  top: 30px;
}

.kma_warper h2 {
  font-size: 5.5em;
  text-align: center;
  top: 135px;
  letter-spacing: -0.05em;
  color: #000000;
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: "FuturaBT-Heavy";
}

a.logoutbutton {
  font-family: "Futura-Medium";
  color: #ffffff;
  background: #000000;
  padding: 12px;
  position: absolute;
  right: 24px;
  top: 24px;
  text-decoration: none;
  font-size: 0.9em;
}

a.logoutbutton:hover {
  font-size: 0.9em;
  background: #f2e826;
  color: #000000;
}

.campaigns_body_warper {
  /* width: 1180px; */
  margin: 50px auto;
  position: relative;
  display: block;
}

.mixitup-control-active {
  background: #f2e826 !important;
  color: #454545 !important;
}

.item .img-fluid {
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  max-height: 165px;
  width: 100%;
}

.item:hover .img-fluid {
  transform: scale(1.1, 1.1);
  opacity: 0.9;
}

.content_warper {
  background: #ffffff;
}

button:focus {
  outline: none;
}

.btn-list button {
  margin: 0 5px;
}

.item {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.overlay {
  bottom: 0;
  left: 14px;
  width: 95%;
  /* height: 40px; */
  z-index: 1;
  display: block;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.5s ease 0s;
}

.overlay:after {
  content: "";
  width: 105%;
  bottom: 0;
  height: 100px;
display: none;
  position: absolute;
  left: -13px;
  z-index: -1;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+96&0+0,0.65+100 */
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.62) 96%,
    rgba(0, 0, 0, 0.65) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.62) 96%,
    rgba(0, 0, 0, 0.65) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.62) 96%,
    rgba(0, 0, 0, 0.65) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
}

.overlay h3 {
  font-family: "FuturaBT-Heavy";
  font-size: 1.3em;
  color: #000;
  display: table;
  position: relative;
  margin-bottom: 0px;
  padding-top: 10px;
  text-decoration: none;
}

.overlay p {
  font-family: "Futura-Medium";
  font-size: 1em;
  color: #000;
  display: block;
  position: relative;
  text-decoration: none;
}
a:hover {
  text-decoration: none !important;
}
.mix {
  margin: 10px 0 20px;
}

.btn-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
}

@media (max-width: 1200px) {
  .btn-list ul {
    justify-content: center;
  }
}

.btn-list ul li {
  list-style: none;
  margin: 0;
  padding: 4px 13px;
  margin: 5px 3px;
  font-size: 0.6em;
  text-align: center;
  cursor: pointer;
  background: #231f20;
  height: 50px;
  color: #f2e827;
  line-height: 41px;
  font-family: "Futura-Medium";
  min-width: 126px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}

.btn-list ul li:hover {
  background: #f2e827;
  color: #000000;
}

.btn-list ul li:first-child {
  margin-left: 3px;
}

.btn-list ul li:last-child {
  margin-right: 0px;
}

.btn-list ul li:nth-child(2),
.btn-list ul li:nth-child(3),
.btn-list ul li:nth-child(4),
.btn-list ul li:nth-child(5),
.btn-list ul li:nth-child(6),
.btn-list ul li:nth-child(7),
.btn-list ul li:nth-child(8) {
  line-height: 27px;
}

.btn-list ul li span {
  position: relative;
  top: -14px;
}

.inside_main_warper {
  background-image: url(../images/details_bg.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top center;
}

.inside_main_warper:after {
  content: "";
  background: #dae654;
  height: 100%;
  width: 100%;
  display: block;
}

.inside_sub_warper {
  width: 1120px;
  margin: 100px auto 150px auto;
  padding: 0;
}

.inside_sub_warper .header {
  text-align: right;
  margin-bottom: 40px;
  color: #000000;
}

.inside_sub_warper .header a {
  color: #000000;
  font-size: 1.75em;
  font-weight: bold;
  font-family: "Futura-Medium";
  padding-right: 70px;
}

.inside_sub_warper .header a:last-child {
  padding-right: 0;
}

.content_box {
  background: #ffffff;
  padding: 0px 40px 30px 40px;
}

.content_box h5 {
  display: block;
  font-size: 1.2em;
  color: #808082;
  margin-bottom: 8px;
  font-family: "Futura-Medium";
}

.content_box h1 {
  display: block;
  font-size: 2.8em;
  color: #000000;
  margin-bottom: 20px;
  font-family: "Futura-Medium";
  font-weight: 600;
}

.content_box p {
  display: block;
  font-size: 16px;
  color: #808082;
  margin-bottom: 22px;
  font-family: "Futura-Medium";
  font-weight: 200;
}

.kmatwobox {
  width: 100%;
  position: relative;
}

.kmatwobox img {
  width: 100%;
  float: inherit;
  padding: 0;
}

.kmatwoboxfull img {
  width: 50%;
  float: left;
  padding: 1%;
}

.kmatwobox:after,
.form_submit_warp:after,
.rate-us:after {
  content: "";
  clear: both;
  display: block;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  margin-bottom: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.form_submit_warp {
  width: 100%;
  background: #231f20;
  padding: 40px;
}

.form_submit_warp .vote_content {
  float: left;
  width: 45%;
  margin-right: 4%;
  font-size: 5.5em;
  color: #ffffff;
  font-family: "FuturaBT-Heavy";
  padding-left: 3%;
}

.form_submit_warp .vote_form {
  float: left;
  width: 51%;
  text-align: center;
}

.rate-us label {
  float: left;
  width: 175px !important;
}

/*Input styles*/
input[type="radio"] {
  display: none;
}

.green + .green-label {
  background: url("../images/select.png") 30px 0 no-repeat;
  height: 120px;
  width: 120px;
  display: inline-block;
  padding: 0 0 0 0px;
}

.green:checked + .green-label {
  background: url("../images/select.png") no-repeat -321px -122px;
  height: 120px;
  width: 120px;
  display: inline-block;
  padding: 0 0 0 0px;
}

.red + .red-label {
  background: url("../images/select.png") 30px 0 no-repeat;
  height: 120px;
  width: 120px;
  display: inline-block;
  padding: 0 0 0 0px;
}

.red:checked + .red-label {
  background: url("../images/select.png") no-repeat 31px -122px;
  height: 120px;
  width: 120px;
  display: inline-block;
  padding: 0 0 0 0px;
}

.yellow + .yellow-label {
  background: url("../images/select.png") 30px 0 no-repeat;
  height: 120px;
  width: 120px;
  display: inline-block;
  padding: 0 0 0 0px;
}

.yellow:checked + .yellow-label {
  background: url("../images/select.png") no-repeat -145px -122px;
  height: 120px;
  width: 120px;
  display: inline-block;
  padding: 0 0 0 0px;
}

.rate-us label span {
  position: relative;
  display: block;
  text-align: center;
  top: 125px;
  color: #ffffff;
  font-size: 0.89em;
  font-weight: bold;
  line-height: 1em;
}

.vote_form form .submit_btn {
  text-align: center;
  margin: 62px 40px 27px 0;
  padding: 12px 6px;
  background: #f2e826;
  clear: both;
  display: block;
  z-index: 10;
  position: relative;
  border: 0;
  border-radius: inherit;
  color: #1d1d1d;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: bold;
  outline: none;
  cursor: pointer;
  float: right;
  width: 150px;
  font-family: "Futura-Medium";
}

.vote_form form .submit_btn:hover {
  background: #ffffff;
  color: #1d1d1d;
}

.print {
  width: 80%;
  margin: 0 auto;
}

footer {
  width: 100%;
  position: fixed;
  bottom: 0px;
  z-index: 100;
  background: #231f20;
}

footer img {
  width: 120px;
  padding: 10px;
  margin-left: 50px;
}

.popup_warper {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 95;
  background: rgba(0, 0, 0, 0.6);
}

.popup_warper_data {
  position: fixed;
  width: 400px;
  left: 50%;
  margin-left: -200px;
  top: 50%;
  margin-top: -180px;
  z-index: 1000;
  padding: 40px;
  display: table;
  background: rgba(255, 255, 255, 0.9);
  display: block;
}

.popup_warper_data h6 {
  display: block;
  vertical-align: middle;
  text-align: center;
  font-size: 50px;
  text-align: center;
  line-height: 55px;
}

.content_box p b,
.content_box p strong {
  font-size: 16px;
  font-weight: 200;
}

/* .content_box .client {
  font-size: 24px;
  line-height: 31px;
  font-weight: 600;
} */
.resulthh {
  padding: 0px 40px;
}

.inside_sub_warper .client {
  font-size: 24px;
  line-height: 31px;
  font-weight: 600;
  color: #808082;
  font-family: "Futura-Medium";
  font-weight: 200;
}

.mixitup {
  margin-top: 12px;
}

.btn-list ul li:nth-child(10) {
  margin: auto 1px;
}

.content_box ol {
  display: block;
  font-size: 1em;
  color: #808082;
  margin-bottom: 22px;
  font-family: "Futura-Medium";
}

.full_section {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background: url(../images/thank_you.jpg) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.timer {
  text-align: right;
  margin-right: 5px;
  color: #231f20;
  font-family: "Futura-Medium";
  font-size: 1.4em;
}

.voted {
  display: block;
  font-size: 3em;
  color: #ffffff;
  margin-bottom: 0;
  font-family: "Futura-Medium";
  text-align: center;
}

.alredy_voted {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: #dbe71d;
  color: #000000;
  font-size: 0.7em;
  padding: 5px;
  font-weight: bold;
}

.video01 {
  margin-bottom: 20px;
}

@media only screen and (max-width: 1460px) {
  .kma_warper h2 {
    font-size: 4.5em;
    text-align: center;
    top: 118px;
  }
}

@media only screen and (max-width: 1150px) {
  .inside_sub_warper {
    width: 90%;
    margin: 30px auto;
  }

  .form_submit_warp .vote_content {
    float: left;
    width: 38%;
    margin-right: 1%;
    font-size: 2.5em;
    color: #ffffff;
    font-family: "FuturaBT-Heavy";
    padding-left: 3%;
  }

  .form_submit_warp .vote_form {
    float: left;
    width: 58%;
    text-align: center;
  }

  .form_submit_warp {
    padding: 20px;
  }
}

@media (max-width: 1024px) {
  a.logoutbutton {
    top: 10px;
  }

  footer img {
    margin-left: 20px;
  }

  .warper_box {
    /* padding: 0px;
		background-size: cover;*/
  }

  .submit-from {
    align-items: center;
    top: 50%;
    left: 0;
  } 
 

  .home_warp {
    background-position: 10% center;
    height: 100vh;
  }

  .un_number {
    border: 1px solid #000000;
  }

  .submit-btn {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .form_submit_warp .vote_content {
    width: 100%;
    text-align: center;
  }

  .form_submit_warp .vote_form {
    display: flex;
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .inside_sub_warper .header {
    text-align: center;
  }

  .popup_warper_data h6 {
    font-size: 30px;
    line-height: 40px;
  }

  .form_submit_warp .vote_form {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .form_submit_warp .vote_form .submit-btn {
    width: 100%;
    justify-content: center;
    display: flex;
  }

  .form_submit_warp .vote_form .submit-btn .submit_btn {
    margin: 62px 0px 27px 0;
  }

  a.logoutbutton {
    padding: 5px 10px;
    font-size: 0.7em;
    right: 5%;
  }

  .btn-list {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }

  .btn-list ul {
    display: table;
    border-spacing: 5px 0px;
    border-collapse: separate;
  }

  .btn-list ul li {
    display: table-cell;
    float: none;
    vertical-align: middle;
    line-height: 15px;
  }

  .btn-list ul li span {
    position: static;
  }

  .btn-list ul li:nth-child(2),
  .btn-list ul li:nth-child(3),
  .btn-list ul li:nth-child(4),
  .btn-list ul li:nth-child(6),
  .btn-list ul li:nth-child(7) {
    line-height: 15px;
  }

  footer img {
    margin-left: 0px;
  }

  .home_warp {
    background-position: 6% center;
  }

  .un_number {
    width: 100%;
  }
}

@media only screen and (max-width: 667px) {
  .content_box {
    padding: 10px 15px;
  }

  .content_box h1 {
    display: block;
    font-size: 2em;
  }

  .content_box p {
    display: block;
    font-size: 16px;
  }

  .form_submit_warp {
    width: 100%;
    background: #231f20;
    padding: 10px;
  }

  .form_submit_warp .vote_content {
    float: left;
    width: 100%;
    margin-right: 0;
    font-size: 3.5em;
    color: #ffffff;
    font-family: "FuturaBT-Heavy";
    padding-left: 3%;
  }

  .form_submit_warp .vote_form {
    float: left;
    width: 100%;
    text-align: center;
  }

  .yellow + .yellow-label {
    background: url(../images/select.png) 1px 0 no-repeat;
    height: 120px;
    width: 120px;
    display: inline-block;
    padding: 0 0 0 0px;
  }

  .rate-us label {
    float: left;
    width: 112px !important;
  }

  .red + .red-label {
    background: url(../images/select.png) -1px 0 no-repeat;
    height: 120px;
    width: 120px;
    display: inline-block;
    padding: 0 0 0 0px;
  }

  .green + .green-label {
    background: url(../images/select.png) 3px 0 no-repeat;
    height: 120px;
    width: 120px;
    display: inline-block;
    padding: 0 0 0 0px;
  }

  .red:checked + .red-label {
    background: url(../images/select.png) no-repeat 0px -122px;
    height: 120px;
    width: 120px;
    display: inline-block;
    padding: 0 0 0 0px;
  }

  .yellow:checked + .yellow-label {
    background: url(../images/select.png) no-repeat -174px -122px;
    height: 120px;
    width: 120px;
    display: inline-block;
    padding: 0 0 0 0px;
  }

  .form_submit_warp .vote_content {
    text-align: center;
  }

  .green:checked + .green-label {
    background: url(../images/select.png) no-repeat -348px -122px;
    height: 120px;
    width: 120px;
    display: inline-block;
    padding: 0 0 0 0px;
  }

  .inside_sub_warper {
    width: 96%;
    margin: 30px auto;
  }

  .form_submit_warp {
    width: 100%;
    background: #231f20;
    padding: 0px;
  }

  .vote_form form .submit_btn {
    font-size: 0.8em;
  }
}

.ewa-rteLine {
  font-family: "Futura-Medium" !important;
  color: #808082;
}

.submit_btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.white-seperator {
  height: 40px;
  background: white;
}

@media only screen and (max-width: 667px) {
  .white-seperator {
    height: 20px;
  }
}

/* loading screen */
.vote-loading-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
}

.vote-loading-overlay.is-visible {
  display: flex !important;
}

.vote-loading-box {
  background: #111;
  color: #fff;
  padding: 24px 28px;
  border-radius: 12px;
  text-align: center;
  min-width: 220px;
}

.vote-loading-box p {
  margin: 14px 0 0;
  font-size: 16px;
}

.vote-loader {
  width: 44px;
  height: 44px;
  margin: 0 auto;
  border: 4px solid rgba(255, 255, 255, 0.2);
  border-top-color: #fff;
  border-radius: 50%;
  animation: voteSpin 0.8s linear infinite;
}

@keyframes voteSpin {
  to {
    transform: rotate(360deg);
  }
}


.lh-img{
  width: 65%;
  height: 100%;
  background: url(../images/lemon-banner.jpg) no-repeat center center;
  background-size: cover;
}

.rh-form{
  background: #000;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 35%;
}

.rh-form-wrapper{
  width: 100%;
}
.rh-form-img{
  width: 100%;
}

.rh-form-img img{
  width: 100%;
  display: block;
}

@media only screen and (max-width: 667px) {
  .lh-img{
    height: 50%;
    width: 100%;
  }
.rh-form {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0px;
}

.rh-form-wrapper{
  padding: 20px;
}
}