/***** 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-image: url(../images/Banner.png);
  background-repeat: no-repeat;
  /* position: absolute;
	background-size: 100%;
	padding: 26em 60px 27em 0;
	height: 100%;
	width: 100%; */
  height: 100vh;
  background-size: cover;
  background-position: left;
  background-attachment: fixed;
}

@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; */
  }
}

/* .content-warp {
	position: absolute;
	left: 5%;
	top: 5%;
	width: 60%;
} */
/* .content-warp h1 {
	font-family: "FuturaBT-Heavy";
	font-size: 4.5em;
	letter-spacing: -0.05em;
	line-height: 0.9em;
} */

/* .logo {
	width: 373px;
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -196px;
} */
.img_max {
  width: 100%;
  max-width: 100%;
}

/* .warper_box {
	padding: 535px 60px 435px 0;
} */

.submit-from {
  /* position: absolute;
	top: 50%;
	right: 10%;
	text-align: left; */

  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  /* top: 55%;
  left: 12%; */
  top: 77%;
  left: 60%;
}
.un_number {
  z-index: 9;
  position: relative;
  margin: 16px 0 0 0px;
  padding: 10px 28px;
  background: #21523d;
  width: 430px;
  border: 0;
  border-radius: 45px;
  outline: none;
  color: #c2c616;
}

.un_number::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #c2c616;
  font-weight: bold;
}
.un_number:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #c2c616;
  opacity: 1;
  font-weight: bold;
}
.un_number::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #c2c616;
  opacity: 1;
  font-weight: bold;
}
.un_number:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #c2c616;
  font-weight: bold;
}
.un_number::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #c2c616;
  font-weight: bold;
}
.un_number::placeholder {
  /* Most modern browsers support this now. */
  color: #c2c616;
  font-weight: bold;
}

/*
.un_number::placeholder {
	color: #d1d2d5;
	opacity: 1;
	font-weight: bold;
}
.un_number:-ms-input-placeholder {
	color: #d1d2d5;
	font-weight: bold;
}
.un_number::-ms-input-placeholder {
	color: #d1d2d5;
	font-weight: bold;
} */

.submit_btn {
  text-align: center;
  /* margin: 0 0 0 5px; */
  padding: 7px 40px;
  background: #000000;
  /* clear: both; */
  /* display: block; */
  /* z-index: 10; */
  /* position: relative; */
  border: 0;
  border-radius: 22px;
  color: #ffffff;
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: bold;
  outline: none;
  cursor: pointer;
  font-family: "Futura-Medium";
  letter-spacing: 0.7px;
}
.submit_btn:hover {
  background: #ffffff;
  color: #000000;
}

.error {
  padding: 5px 0 0 25px;
  color: #ff5707;
  font-size: 1.1em;
}

.inside_all_campaigns {
  width: 100%;
  position: relative;
}
/* .kma_warper { */
/* background-image: url(../images/Lemon-Awards-Homepage-Banner_All-Campaigns.png);
	background-repeat: no-repeat;
	height: 455px;
	background-size: 100%;
	background-position: center 76%; */

/*	width: 100%;
	height: 400px;
	overflow: hidden;
	background: rgba(0, 173, 192, 1);
	background: -moz-linear-gradient(
		top,
		rgba(0, 173, 192, 1) 0%,
		rgba(38, 183, 173, 1) 100%
	);
	background: -webkit-gradient(
		left top,
		left bottom,
		color-stop(0%, rgba(0, 173, 192, 1)),
		color-stop(100%, rgba(38, 183, 173, 1))
	);
	background: -webkit-linear-gradient(
		top,
		rgba(0, 173, 192, 1) 0%,
		rgba(38, 183, 173, 1) 100%
	);
	background: -o-linear-gradient(
		top,
		rgba(0, 173, 192, 1) 0%,
		rgba(38, 183, 173, 1) 100%
	);
	background: -ms-linear-gradient(
		top,
		rgba(0, 173, 192, 1) 0%,
		rgba(38, 183, 173, 1) 100%
	);
	background: linear-gradient(
		to bottom,
		rgba(0, 173, 192, 1) 0%,
		rgba(38, 183, 173, 1) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00adc0', endColorstr='#26b7ad', GradientType=0 );*/
/* } */

.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 {
  position: absolute;
  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;

  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: #ffffff;
  display: table;
  position: relative;
  margin-bottom: 0px;
}
.overlay p {
  font-family: "Futura-Medium";
  font-size: 1em;
  color: #ffffff;
  display: block;
  position: relative;
}

.mix {
  margin: 10px 0 20px;
}

/* .btn-list {
	width: 100%;
	position: relative;
} */
.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;
  /* -webkit-box-pack: center;
	-ms-flex-pack: center; */
  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;
}

.btn-list ul li:hover {
  background: #f2e827;
  color: #000000;
}

/* .btn-list ul li:first-child {
	background: #f2e827;
	color: #000000;
} */

/* .btn-list ul li:first-child:hover {
	color: #f2e827;
	background: #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) {
  /* .content-warp {
		position: absolute;
		left: 0%;
		top: 150px;
		width: 60%;
	} */
  /* .submit-from {
		position: absolute;
		top: 50%;
		right: 3%;
		text-align: left;
	} */

  /* .kma_warper {
		width: 100%;
		height: 325px;
	} */
  .kma_warper h2 {
    font-size: 4.5em;
    text-align: center;
    top: 118px;
  }
}

@media only screen and (max-width: 1150px) {
  /* .warper_box {
		width: 95%;
		left: 0;
		bottom: 0;
		margin-left: 0;
		position: absolute;
		bottom: inherit;
		top: 0;
	} */
  /* .content-warp h1 {
		font-family: "FuturaBT-Heavy";
		font-size: 6.1em;
	} */
  /* .submit-from {
		position: absolute;
		top: 48%;
		right: inherit;
		text-align: left;
		left: 4%;
	} */
  /* .warper_box {
		width: 98%;
		position: relative;
		margin: 0;
		left: 0;
	}
	.warper_box img {
		width: 108%;
		position: absolute;
		bottom: 0;
	}
	.logo img {
		width: 80%;
	}
	.warper_box {
		height: 100vh;
	}
	.logo img {
		width: 72%;
		left: 55%;
		bottom: -31px;
		margin-left: -20%;
	}
	.logo {
		width: 553px;
		position: absolute;
		bottom: 24px;
		left: 39%;
		margin-left: -256px;
	} */

  .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: 1023px) {
  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;
  }
}

@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;
  }
  /* .content-warp h1 {
		font-family: "FuturaBT-Heavy";
		font-size: 4em;
	} */
  /* .content-warp {
		position: absolute;
		left: 5%;
		top: 5%;
		width: 96%;
	} */
  /* .warper_box {
		width: 98%;
		position: relative;
		margin: 0;
		left: 0;
	}
	.warper_box img {
		width: 108%;
		position: absolute;
		bottom: 0;
	}
	.logo img {
		width: 80%;
	}
	.warper_box {
		height: 100vh;
	}
	.logo img {
		width: 40%;
		left: 55%;
		bottom: -31px;
		margin-left: -20%;
	}
	.logo {
		width: 373px;
		position: absolute;
		bottom: 30px;
		left: 50%;
		margin-left: -196px;
	} */

  .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;
  }
}

/* @media only screen and (max-width: 320px) {
	.content-warp h1 {
		font-family: "FuturaBT-Heavy";
		font-size: 3.1em;
	}
} */

/******************/
/* .campaigns_body_warper .campaigns_container {
  max-width: 1300px !important;
} */

.ewa-rteLine {
  font-family: "Futura-Medium" !important;
  color: #808082;
}
