/*
Theme Name: We Love Cities
Version: 1.0
*/

/*-- Global Reset
------------------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
:focus {
  outline: 0;
}
body {
  background: #fff;
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
a img {
  border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html,
p,
a,
ul,
h2,
h3,
input,
textarea {
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
}

h2 {
  font-size: 72px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: -2px;
}

h2.marginbottom {
  margin-bottom: 50px;
}

h2.blue,
h3.blue {
  color: #293d51;
}

h2.blue a,
h3.blue a {
  color: #293d51;
  text-decoration: underline;
}

h2.white,
h3.white {
  color: #fff;
}

h3 {
  font-weight: bold;
  font-size: 25px;
  line-height: 29px;
}

h3.intro-text {
  width: 70%;
  max-width: 400px;
  margin: 20px auto 15px auto;
  line-height: 33px;
}

h3.intro-text.front-page-intro-text {
  line-height: 36px;
}

h3.intro-text.front-page-intro-text a {
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  background: #4fbbd1;
  padding: 0 16px;
  width: auto;
  text-transform: uppercase;
  display: inline-block;
  height: auto;
  line-height: 36px;
  -webkit-box-shadow: 0px 3px 0px 0px rgba(41, 61, 81, 0.7);
  -moz-box-shadow: 0px 3px 0px 0px rgba(41, 61, 81, 0.7);
  box-shadow: 0px 3px 0px 0px rgba(41, 61, 81, 0.7);
}

h3.intro-text a:hover {
  background: #293d51;
}

h3.intro-text.wider {
  max-width: 700px;
}

h3.intro-text.city-page {
  max-width: 600px;
}

.part-two-holder {
  position: relative;
  overflow: hidden;
  height: 0;
  opacity: 0;
  width: 100%;
  max-width: 960px;
  margin: auto;
}

p.intro-text.part-two {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  padding: 0 200px;
  margin: 0 15px 20px 15px;
  overflow: hidden;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}

a {
  text-decoration: none;
}

span.number {
  font-size: 45px;
  font-weight: bold;
  color: #293d51;
  margin: 20px 0;
  display: block;
}

.main_bg {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-position: center bottom;
  background-repeat: no-repeat;
}

/* CLEARFIX */

.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear {
  display: inline-block;
}
.clear {
  display: block;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* GLOBAL */

.holder {
  max-width: 960px;
  margin: auto;
}

.holder.bigger-holder {
  max-width: 1024px;
}

.holder.bigger-holder .wrap.fourcol {
  width: 20%;
}

section {
  position: relative;
  width: 100%;
}

header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  background-color: #fff;
  z-index: 10000;
  height: 70px;
}

header .holder {
  position: relative;
  /*overflow: hidden;*/
  padding-left: 10px;
  padding-right: 10px;
}

header a {
  color: #293d51;
}

/* .js-toggle-menu, .js-toggle-search {
    float: right;
    text-indent: -99999px;
    height: 70px;
    width: 34px;
    background: url(images/menu-drop-icon.png) no-repeat center 20px;
    background-size: auto 20px;
    cursor: pointer;
    margin-right: 30px;
    position: relative;
    padding-top: 55px;
} */

.lang-pt .js-toggle-search {
  display: none;
}

.js-toggle-search {
  /* background: url(images/icon-search.png) no-repeat center 14px; */
  background-size: auto 31px;
  margin-right: 35px;
}

.ie8 .js-toggle-search {
  /* background: url(images/icon-search-ie.png) no-repeat center 14px; */
}

/* .js-toggle-menu span, .js-toggle-search span, .js-toggle-lang-menu span, .js-toggle-contact-menu span {
    position: absolute;
    text-transform: uppercase;
    text-align: center;
    right: 50%;
    margin-right: -27px;
    bottom: 10px;
    font-size: 8pt;
    font-weight: bold;
    color: #293d51;

    position: relative;
    margin-right: 0;
    right: auto;
} */

ul.section-links,
ul.share-links,
ul.lang-links,
ul.contact-links {
  position: absolute;
  top: 70px;
  right: 0;
  width: 469px;
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 4px -1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}

ul.section-links.hidden,
ul.share-links.hidden,
ul.lang-links.hidden,
ul.contact-links.hidden {
  display: none;
}

ul.section-links li a,
ul.share-links li a,
ul.lang-links li a,
ul.contact-links li a {
  padding: 15px 0;
  display: block;
  text-align: center;
  min-height: 50px;
  background: #fff;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.3s;
  -webkit-transition: all 0.3s; /* Safari */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 20px;
}

ul.section-links li.first a,
ul.share-links li.second a,
ul.lang-links li.second a,
.lang-links ul.ppqtrans_language_chooser li.lang-es a,
.lang-links ul.ppqtrans_language_chooser li.lang-tr a,
ul.contact-links li.second a {
  background: #03bfd7;
  color: #fff;
}

ul.section-links li.second a,
ul.section-links li.fifth a,
ul.section-links li.seventh a,
ul.share-links li.third a,
ul.lang-links li.third a,
.lang-links ul.ppqtrans_language_chooser li.lang-pt a,
.lang-links ul.ppqtrans_language_chooser li.lang-IN a {
  background: #f0f1e4;
}

ul.section-links li.third a,
ul.share-links li.first a,
ul.lang-links li.first a,
.lang-links ul.ppqtrans_language_chooser li.lang-en a,
ul.contact-links li.first a {
  background: #293d51;
  color: #fff;
}

.lang-links ul.ppqtrans_language_chooser li.lang-th a,
ul.section-links li.fourth a {
  background: #c3f1fa;
}

.lang-links ul.ppqtrans_language_chooser li.lang-fr a,
ul.section-links li.sixth a,
ul.share-links li.fourth a,
ul.lang-links li.fourth a {
  background: #8ec1da;
  color: #fff;
}

.lang-links ul.ppqtrans_language_chooser li.lang-ms a,
ul.section-links li a:hover,
ul.share-links li a:hover,
ul.lang-links ul.ppqtrans_language_chooser li a:hover,
ul.contact-links li a:hover {
  background: #fff;
  color: #293d51;
}

ul.section-links li.language {
  background: #00c49f;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

/* .js-toggle-share-menu {
    height: 70px;
    background: url(images/share-icon.png) no-repeat center 17px;
    background-size: auto 23px;
    background-position: center 17px;
    float: right;
    cursor: pointer;
    margin-right: 30px;
    position: relative;
    padding-top: 55px;
} */

/* a.go-home-link {
    height: 70px;
    background: url(images/home-icon.png) no-repeat center 17px;
    background-size: auto 23px;
    float: right;
    margin-right: 15px;
    text-align: center;
    position: relative;
    padding-top: 55px;
} */

/* a.go-home-link span, .js-toggle-share-menu span, .js-toggle-lang-menu span, .js-toggle-contact-menu span {
    position: absolute;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    right: 0;
    bottom: 10px;
    font-size: 8pt;
    font-weight: bold;
    color: #293d51;

    position: relative;
    right: auto;
} */

.js-toggle-share-menu span,
.js-toggle-lang-menu span,
.js-toggle-contact-menu span {
  width: auto;
}

.js-toggle-lang-menu span {
  right: 50%;
  margin-right: -30px;
  right: auto;
  margin-right: 0;
}

.js-toggle-contact-menu span {
  right: 50%;
  margin-right: -26px;
  right: auto;
  margin-right: 0;
}

/* .js-toggle-lang-menu {
    height: 70px;
    background: url(images/language-icon.png) no-repeat center 17px;
    background-size: auto 23px;
    float: right;
    cursor: pointer;
    margin-right: 30px;
    position: relative;
    padding-top: 55px;
} */

/* .js-toggle-contact-menu {
    height: 70px;
    background: url(images/contact-icon.png) no-repeat center 17px;
    background-size: auto 23px;
    float: right;
    cursor: pointer;
    position: relative;
    padding-top: 55px;
} */

.header-links {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  float: right;
  height: 42px;
  margin: 28px 15px 0 0;
  cursor: pointer;
}

.header-links span {
  text-transform: uppercase;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  color: #293d51;
  position: relative;
}

.header-links.js-toggle-contact-menu {
  margin-right: 0;
}

header a.logo {
  text-indent: -9999px;
  width: 77px;
  height: 86px;
  background: url(images/wwf-logo-big.jpg) no-repeat center;
  background-size: 100%;
  display: block;
  float: left;
  margin-right: 10px;
  position: relative;
  z-index: 100;
}

header a.we-love-cities-logo {
  text-indent: -9999px;
  width: 120px;
  height: 42px;
  margin: 14px 0;
  background: url(images/we-love-cities-logo.png) no-repeat center left;
  background-size: 100%;
  display: block;
  float: left;
  margin-right: 20px;
  margin-right: 10px;
}

header a.welovecities-logo,
h1.big-logo {
  width: 90px;
  height: 40px;
  background: url(images/we-love-cities-heart.png) no-repeat center left;
  background-size: 40px auto;
  padding-left: 42px;
  display: block;
  float: left;
  font-weight: bold;
  text-transform: uppercase;
  margin: 24px 0;
}

header a.welovecities-logo span,
h1.big-logo span {
  float: left;
  font-size: 16px;
  margin-top: -2px;
}

header a.welovecities-logo span.top,
h1.big-logo span.top {
  color: #03bfd7;
  float: left;
  margin-top: 6px;
}

h1.big-logo {
  float: none;
  margin: auto;
  height: 236px;
  width: auto;
  background-size: 261px 236px;
  padding-left: 261px;
}

h1.big-logo span {
  font-size: 138px;
  letter-spacing: -5px;
  margin-top: -28px;
}

h1.big-logo span.top {
  margin-top: 0;
}

.big-logo {
  position: relative;
  transition: all;
  -webkit-transition: all;
  transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  width: auto;
  height: 300px;
}

.big-logo.city-page {
  max-width: 100%;
  height: auto;
}

.big-logo.front-page-logo {
  height: auto;
  max-width: 720px;
}

header a.earthhour-logo {
  width: 120px;
  float: left;
  color: #293d51;
  font-size: 10px;
  line-height: 12px;
  font-weight: bold;
  padding-left: 20px;
  padding-left: 10px;
  padding-right: 7px;
  border-left: 2px solid #293d51;
  margin: 18px 0;
  text-transform: uppercase;
}

.lang-ms header a.earthhour-logo {
  width: 145px;
}

header a.ehcc-logo {
  float: left;
  text-indent: -9999px;
  width: 120px;
  height: 36px;
  background: url(images/ehcc-logo.png) no-repeat center center;
  background-size: 97%;
  margin-top: 18px;
  margin-left: 20px;
  margin-left: 10px;
}

.ie8 header a.ehcc-logo {
  background: url(images/ehcc-logo-ie8.png) no-repeat center center;
}

/* SECTIONS */

a.next-div {
  text-indent: -9999px;
  width: 86px;
  width: 100%;
  height: 43px;
  position: absolute;
  top: -43px;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 99;
}

a.next-div.special {
  top: auto;
  bottom: 0;
  z-index: 20;
}

a.next-div.darkblue {
  background-image: url(images/arrow-down-darkblue.png);
}

a.next-div.lightblue {
  background-image: url(images/arrow-down-lightblue.png);
}

a.next-div.beige {
  background-image: url(images/arrow-down-beige.png);
  z-index: 200;
}

a.next-div.very-lightblue {
  background-image: url(images/arrow-down-verylightblue.png);
}

a.next-div.skyblue {
  background-image: url(images/arrow-down-skyblue.png);
}

a.next-div.yellow {
  background-image: url(images/arrow-down-yellow.png);
}

a.next-div.yellow.upgrade-done {
  background-image: url(images/arrow-down-lightlightblue.png);
}

a.next-div.green {
  background-image: url(images/arrow-down-green.png);
}

a.next-div.new-blue {
  background-image: url(images/arrow-down-newblue.png);
}

a.tweet-button {
  display: inline-block;
  background: url(images/tweet_button.png) no-repeat;
  height: 20px;
  padding-left: 65px;
  color: #293d51;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  bottom: 30px;
}

a.tweet-button .counter {
  display: inline-block;
  width: 64px;
  height: 20px;
  line-height: 20px;
  background: url(images/tweet_counter.png) no-repeat;
  text-align: center;
  color: #0086c3;
  margin-right: 6px;
  font-weight: bold;
}

section .holder {
  padding: 100px 0;
  text-align: center;
  position: relative;
  box-sizing: border-box;
}

/* j.edit */
section#top {
  background-image: url(images/worldscape.png);
  background-repeat: repeat-x;
  background-position: center bottom;
}

section#top p {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  padding: 0;
  margin: 0 15px 20px 15px;
  overflow: hidden;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  max-width: 600px;
  margin: 0 auto 20px;
  color: #293d51;
}

section#city-text {
  background-color: #caf2f9;
  background-image: url("http://www.welovecities.org/wp-content/uploads/2013/12/wwf_welovecities_grass.png");
  background-repeat: repeat-x;
  background-position: center bottom;
}

section#city-text .holder {
  padding: 100px 0 280px 0;
  position: relative;
  z-index: 10;
  width: 100%;
}

section#city-text .holder p {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  padding: 0;
  margin: 0 15px 20px 15px;
  overflow: hidden;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  max-width: 600px;
  margin: 0 auto 20px;
}

h1.big-logo.city-logo {
  background: none;
  padding: 0;
}

h1.big-logo.city-logo span {
  float: none;
  display: block;
  font-size: 100px;
  line-height: 100px;
  margin: 5px 0;
}

a.learn-more.red {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: url(images/top-button-red-sprite.png) no-repeat center bottom;
  width: 134px;
  height: 46px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  line-height: 46px;
}

a.learn-more.red:hover {
  background-position: center top;
}

a.learn-more.blue {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: url(images/top-button-sprite.png) no-repeat bottom;
  padding: 15px 0;
  width: 135px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}

.lang-ms a.readmore {
  font-size: 11px;
  height: 46px;
  box-sizing: border-box;
  padding-top: 9px;
  line-height: 14px;
}
.lang-ms a.learn-more.blue {
  font-size: 11px;
  height: 46px;
  box-sizing: border-box;
  padding-top: 9px;
  line-height: 14px;
}
.lang-fr a.readmore,
.lang-fr a.learn-more.blue {
  background-size: 100% auto;
  min-width: 145px;
}

a.learn-more.blue:hover {
  background: url(images/top-button-sprite.png) no-repeat top;
  background-size: 100% auto;
}

section#top .holder {
  padding: 170px 0 290px 0;
  padding: 130px 0 280px 0;
  position: relative;
  z-index: 10;
  width: 100%;
}

section#stay-updated {
  background: #f0f1e4;
}

section#road-to-glory {
  background: #eafafc;
}

section#road-to-glory img {
  margin-bottom: 20px;
  width: 100%;
}

section#how-to-win {
  background: #293d51;
}

section#how-to-win .wrap.threecol,
section#how-to-win .wrap.threecol.mid {
  margin-top: 0;
}

img.hand-with-phone {
  position: absolute;
  right: 2000px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s; /* Safari */
  transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  margin-top: 50px;
}

.how-to-win-img {
  width: 100%;
  height: 377px;
  background-repeat: no-repeat;
  background-position: center center;
}

#about-section {
  background: #f0f1e4;
}

.about-container {
  font-size: 17px;
  line-height: 1.16em;
  font-weight: 700;
  margin: 25px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.about-image {
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.about-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  text-align: left;
  font-weight: 400;
  color: #293d51;
  line-height: 1.5;
  text-align: center;
}

.about-section-sub-title {
  font-size: 20px;
  color: #293d51;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.about-container p {
  margin-bottom: 1.5em;
}
.button-skyblue {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background-image: url(images/top-button-sprite.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
  padding: 15px 20px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}

.button-skyblue:hover {
  background-position: center top;
  background-size: 100%;
}

.about-button-holder {
  padding: 5px 0 25px;
}

@media (min-width: 768px) {
  .about-container {
    font-size: 25px;
    margin: 50px -20px 0;
  }

  .about-section-sub-title {
    font-size: 28px;
  }

  .about-image {
    margin-bottom: 0;
    float: left;
    width: 50%;
    padding: 0 30px 0 20px;
  }

  .about-content {
    float: left;
    width: 50%;
    padding: 0 20px;
    text-align: left;
  }

  .about-button-holder {
    padding-top: 5px;
  }
}

@media (min-width: 992px) {
  .about-container {
    margin: 50px -30px 0;
  }

  .about-image {
    padding: 0 40px 0 30px;
  }

  .about-content {
    padding: 0 30px;
  }
}

.about-container img {
  max-width: 100%;
}

section#go-to-the-cities {
  background: #eafafc;
}

#go-to-the-cities .holder {
  padding: 80px 0 80px 0;
}

.map-wrap {
  height: 447px;
  margin-top: 60px;
  margin-bottom: 40px;
  background-image: url(images/map-2020.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  position: relative;
}

.js-toggle-cities {
  position: absolute;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.js-toggle-cities.unactive {
  opacity: 0.5;
}

.js-toggle-cities.fade {
  opacity: 0.5;
}

.js-toggle-cities.unactive:hover {
  opacity: 1;
}

.js-toggle-cities.active {
  opacity: 1;
}

.sweden-flag {
  bottom: 323px;
  left: 499px;
}

.denmark-flag {
  top: 102px;
  left: 346px;
  display: none;
}

.usa-flag {
  left: 207px;
  top: 108px;
}

.africa-flag {
  bottom: 62px;
  left: 512px;
}

.tanzania-flag {
  bottom: 122px;
  left: 538px;
  z-index: 12;
}

.rwanda-flag {
  bottom: 122px;
  left: 524px;
}

.belgium-flag {
  top: 170px;
  left: 342px;
  z-index: 10;
  display: none;
}

.brazil-flag {
  bottom: 93px;
  left: 334px;
  z-index: 14;
}

.spain-flag {
  bottom: 234px;
  left: 361px;
  z-index: 10;
}

.france-flag {
  bottom: 275px;
  left: 470px;
  z-index: 11;
}

.uk-flag {
  top: 98px;
  left: 392px;
}

.norway-flag {
  top: -11px;
  left: 402px;
}

.iceland-flag {
  top: 43px;
  left: 320px;
}

.serbia-flag {
  bottom: 240px;
  left: 515px;
}

.finland-flag {
  top: 46px;
  right: 351px;
  z-index: 10;
}

.canada-flag {
  top: 30px;
  left: 104px;
}

.chile-flag {
  left: 205px;
  top: 347px;
}

.argentina-flag {
  left: 296px;
  top: 361px;
}

.new-zealand-flag {
  left: 774px;
  top: 346px;
}

.colombia-flag {
  bottom: 169px;
  left: 282px;
  z-index: 10;
}

.guatemala-flag {
  left: 240px;
  top: 166px;
}

.india-flag {
  bottom: 189px;
  right: 302px;
  z-index: 20;
}

.ivory-coast-flag {
  bottom: 172px;
  left: 442px;
  z-index: 13;
}

.palestine-flag {
  top: 158px;
  left: 551px;
  z-index: 13;
}

.turkey-flag {
  bottom: 252px;
  right: 331px;
  z-index: 10;
}

.uganda-flag {
  bottom: 143px;
  right: 420px;
}

.pakistan-flag {
  bottom: 186px;
  right: 331px;
  z-index: 14;
}

.indonesia-flag {
  bottom: 146px;
  right: 64px;
  z-index: 20;
}

.japan-flag {
  bottom: 223px;
  right: 79px;
  z-index: 20;
}

.philippines-flag {
  bottom: 173px;
  right: 88px;
  z-index: 19;
}

.mexico-flag {
  bottom: 208px;
  left: 126px;
}

.ecuador-flag {
  bottom: 144px;
  left: 173px;
}

.peru-flag {
  bottom: 114px;
  left: 288px;
  z-index: 12;
}

.south-korea-flag {
  top: 136px;
  right: 69px;
  z-index: 12;
}

.singapore-flag {
  top: 104px;
  right: 137px;
  z-index: 10;
}

.vietnam-flag {
  top: 105px;
  right: 141px;
  z-index: 11;
}

.thailand-flag {
  top: 58px;
  right: 239px;
}

.china-flag {
  top: 178px;
  right: 273px;
}

.malaysia-flag {
  bottom: 158px;
  right: 245px;
  z-index: 10;
}

.country-flags,
.world-map {
  position: absolute;
  left: 0;
  right: 0;
}

.country-flags {
  z-index: 20;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s; /* Safari */
  transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
}

.city-link-title {
  display: none;
  padding: 30px 0;
}

.world-map {
  z-index: 10;
}

.city-button-wrap {
  padding: 0 0 20px 0;
  text-align: center;
}

.city-link {
  display: none;
}

.city-link.visible {
  display: block;
}

.city-button-wrap .btn {
  float: left;
  width: 305px;
  box-sizing: border-box;
  background: url(images/city-buttons-span.png) no-repeat center bottom;
  height: 60px;
  padding-top: 15px;
  float: none;
  display: inline-block;
}

.city-button-wrap .btn.big-button-class {
  background: url(images/city-buttons-span-big.png) no-repeat center bottom;
  width: 402px;
}

.city-button-wrap .btn:hover {
  background-position: center top;
}

.city-button-wrap .btn {
  margin-bottom: 22px;
}

.big-boat {
  position: absolute;
  bottom: 113px;
  left: 190px;
  animation: bigBoatAnimation 2s linear infinite;
  -webkit-animation: bigBoatAnimation 2s linear infinite;
  -o-animation: bigBoatAnimation 2s linear infinite;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

.small-boat {
  position: absolute;
  bottom: 10px;
  right: 200px;
  width: 72px;
}

.whale-tail {
  position: absolute;
  bottom: 20px;
  left: 400px;
}

.whale-head {
  position: absolute;
  bottom: 200px;
  right: 20px;
  width: 76px;
}

.iceberg {
  position: absolute;
  bottom: -40px;
  left: 550px;
  width: 84px;
}

@-webkit-keyframes bigBoatAnimation {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
section#why-we-love-cities {
  background: #f0f1e4;
  /*overflow: hidden;*/
}

.about-section-wrap {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  height: 0;
}

.about {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  padding: 0 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.about p.white {
  width: 50%;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
  padding: 30px 30px 40px 30px;
}

.about p.white.left {
  padding-right: 15px;
  margin-top: 0;
  padding-top: 0;
}

.about p.white.right {
  padding-left: 15px;
  margin-top: 0;
  padding-top: 0;
}

.about p.white.title {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-weight: 800;
  font-size: 25px;
}

.about .border-bottom {
  bottom: 0;
}

a.readmore.minimize-btn {
  display: none;
  opacity: 0;
}

/* BUTTONS */

.button-wrap {
  width: 100%;
  text-align: center;
  margin-top: 60px;
}

.button-wrap.read-more-sec {
  opacity: 0;
  padding-bottom: 20px;
}

.button-wrap p.blue {
  color: #293d51;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 20px;
}

a.button {
  padding: 15px 30px;
  position: relative;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  text-transform: uppercase;
  margin: 0 5px;
}

a.button.strangeblue {
  background: #4f7a99;
}

a.button.strangeblue:hover {
  background: #294a61;
}

a.button.strangeblue:after {
  border-top: 5px solid #356483;
}

a.button.strangeblue:hover:after {
  border-top: 5px solid #292b3b;
}

a.button.yellow {
  background: #faa134;
  position: relative;
}

a.button.yellow:hover {
  background: #e68f26;
}

a.button.yellow:after {
  border-top: 5px solid #e68f26;
}

a.button.yellow:hover:after {
  border-top: 5px solid #d4821e;
}

a.button.yellow.email-sending {
  pointer-events: none;
}

a.button.yellow.email-sending::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: url(images/spinner.gif);
  right: 8px;
}

a.button.yellow.email-sent::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-style: solid;
  border-color: #fff;
  border-width: 0 2px 2px 0;
  right: 12px;
  background: none;
  margin-top: -2px;
}

a.button.yellow.email-sending:hover {
  pointer-events: none;
}

a.button.yellow.email-sent {
  background: #4bb543;
  pointer-events: none;
}

a.button.yellow.email-sent:after {
  border-top: 5px solid #2e8828;
}

.report-holder {
  margin-top: 50px;
}

.report-holder p {
  text-transform: uppercase;
  font-size: 11px;
  line-height: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  display: none;
}

a.js-toggle-report {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  background: url(images/top-button-sprite.png) no-repeat center bottom;
  padding: 10px 0;
  width: 135px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}

a.js-toggle-report:hover {
  background-position: center top;
}

a.button:after {
  content: "";
  width: 100%;
  height: 0;
  border-top: 5px solid #356483;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  box-sizing: border-box;
}

.fourcol {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  cursor: pointer;
}

.fourcol:hover {
  opacity: 1 !important;
}

.four-col-img {
  width: 100%;
  height: 180px;
  background-repeat: no-repeat;
  background-position: center bottom;
  margin-bottom: 40px;
  background-size: 180px;
}

.fourcol h3 {
  font-size: 20px;
  text-transform: uppercase;
  height: 58px;
  line-height: 24px;
}

.hidden {
  display: none;
}

p.white {
  color: #ffffff;
  font-size: 20px;
  line-height: 23px;
  font-weight: normal;
  padding: 15px 15px 40px 15px;
  margin: 20px 15px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
}

p.white.yellow {
  background: #ffab42;
}

p.white.energy {
  background: #7398ac;
}

p.white.buildings {
  background: #00cbaf;
}

p.white.waste {
  background: #4fbbd1;
}

.border-bottom {
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: -25px;
}

.border-bottom.wheel {
  background: url(images/wheel-bg.png) no-repeat center bottom;
  background-size: 210px auto;
}

.border-bottom.gear {
  background: url(images/geer-bg.png) no-repeat center bottom;
  background-size: 210px auto;
}

.border-bottom.hammer {
  background: url(images/hammer-bg.png) no-repeat center bottom;
  background-size: 210px auto;
}

.border-bottom.recycle {
  background: url(images/recycle-bg.png) no-repeat center bottom;
  background-size: 210px auto;
}

.readmore-wrap {
  display: inline-block;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

.btn {
  background: #03bfd7;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  position: relative;
  text-transform: uppercase;
}

.btn.darkblue {
  background-color: #294a61;
  margin-top: 30px;
}

.button-box {
  background-color: #f0f1e4;
  text-align: center;
  padding: 55px 0 30px 0;
}

.lang-fr a.instagram-button {
  width: 300px;
}
a.instagram-button {
  background: url(images/high-button-span.png) no-repeat center bottom;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  width: 220px;
  height: 75px;
  display: inline-block;
  margin-top: 100px;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-top: 22px;
  text-transform: uppercase;
  background-size: 100%;
}
.lang-ms a.instagram-button {
  font-size: 18px;
  padding-top: 20px;
}

#instagram .button-box {
  padding-bottom: 120px;
}

a.readmore {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: url(images/top-button-sprite.png) no-repeat bottom;
  padding: 15px 0;
  width: 135px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  margin-top: 30px;
}

a.instagram-button {
  margin-top: 50px;
}

a.readmore:hover,
a.instagram-button:hover {
  background-position: center top;
  background-size: 100%;
}

#why-we-love-cities a.readmore {
  background: #03bfd7;
  border-radius: 0 0 5px 5px;
  border-bottom: 2px solid rgba(41, 61, 81, 0.7);
}

#why-we-love-cities a.readmore:hover {
  background: #2a4a61;
}

.pointer-hand {
  position: absolute;
  bottom: 5px;
  left: 95%;
  z-index: 10;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
}

a.small-lying-link {
  color: #ffffff;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  display: block;
  background: #8bd5de;
  padding: 10px 45px;
  text-transform: uppercase;
  margin-top: 50px;
  display: none;
}

a.small-lying-link span.underline {
  text-decoration: underline;
}

.lying-button-wrap {
  text-align: center;
  display: block;
}

.lying-button-wrap.hidden {
  display: none;
}

a.small-lying-link.yellow {
  display: inline-block;
  background: #fdbc5f;
}

a.small-lying-link.green {
  display: inline-block;
  background: #00c49f;
}

section#social-share {
  background-color: #8ec1da;
}

.clouds {
  background: url(animations/clouds-bg.png) top left;
}

.clouds.anim {
  animation: animatedClouds 70s linear infinite;
  -webkit-animation: animatedClouds 70s linear infinite;
  -o-animation: animatedClouds 70s linear infinite;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

#social-share .clouds {
  position: absolute;
  top: 100px;
  bottom: 0;
  left: 0;
  right: 0;
}

#social-share .holder {
  z-index: 1;
}

@-webkit-keyframes animatedClouds {
  0% {
    background-position: top -200%;
  }
  100% {
    background-position: top right;
  }
}

#twitter-feed {
  width: 470px;
  height: 309px;
  background: url(images/twitter-bg-desk.png) no-repeat center center;
  box-sizing: border-box;
  padding: 80px 35px 35px 35px;
  text-align: left;
  float: left;
  margin-top: 30px;
  position: relative;
}

#facebook-feed {
  width: 470px;
  height: 309px;
  background: url(images/facebook-bg-desk.png) no-repeat center center;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
  padding: 35px 35px 80px 35px;
  text-align: left;
  float: right;
  margin-top: 160px;
  margin-bottom: 100px;
  position: relative;
  color: #293d51;
}

#facebook-feed a {
  color: #293d51;
}

.lang-es #twitter-feed > h3,
.lang-es #facebook-feed > h3 {
  font-size: 22px;
}

.facebook a p,
.latest-social {
  text-align: left;
  line-height: 23px;
  font-size: 20px;
  color: #293d51;
  margin-top: 15px;
}

.facebook span.date,
.latest-social span.date {
  text-align: left;
  line-height: 12px;
  color: #293d51;
  font-size: 10px;
  font-weight: normal;
}

.facebook span.date {
  bottom: 110px;
}

.latest-social span.date {
  bottom: 60px;
}

.twitter-hashtag-button,
.fb-like-wrap {
  position: absolute;
  bottom: 30px;
}

.fb-like-wrap {
  display: block;
  bottom: 75px;
}

.fb-like {
  float: left;
}

.fb-like-wrap span.fb-page-name {
  line-height: 21px;
  padding-left: 7px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  float: left;
}

section#instagram {
  background: #f0f1e4;
}

section#vote {
  background-color: #f0f1e4;
  color: rgb(41, 61, 81);
}
section#vote .btn,
.js-voting-button {
  background: url(images/high-button-span.png) no-repeat center bottom;
  font-size: 25px;
  background-size: 100% auto;
  font-weight: bold;
  color: #fff;
  width: 280px;
  height: 74px;
  display: inline-block;
  margin-top: 50px;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 22px;
}

.js-voting-button {
  background-color: transparent !important;
}

.have-voted {
  background: #00c49f;
  font-size: 25px;
  padding: 22px;
  display: inline-block;
  font-weight: bold;
  color: #fff;
  margin-top: 50px;
}

section#vote .btn:hover,
.js-voting-button:hover {
  background-position: center top;
}

section#vote .vote-heart {
}
section#vote.voted {
  background-color: #00c49f;
  color: white;
}
section#vote.voted .vote-heart {
  background-position: -279px 0;
}
section#vote .holder > p {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 29px;
  text-align: center;
}

section#vote .holder > p a {
  color: #fff;
  text-decoration: underline;
}

.vote-heart {
  display: inline-block;
  background: url(images/vote_heart.png) no-repeat;
  width: 279px;
  height: 252px;
  margin-bottom: 20px;
}

section#vote .voted-thankyou {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  width: 220px;
  height: 75px;
  display: inline-block;
  margin-top: 50px;
  position: relative;
  box-sizing: border-box;
  padding-top: 26px;
  text-transform: uppercase;
  background: #293d51;
}

section#upgrade {
  background: #fbb755;
  background: #5299b7;
}

section#upgrade.upgraded {
  background: #e6f9fb;
  background: #c5ecf6;
}

section#upgrade .upgraded-message {
  display: none;
}

section#upgrade .upgraded-message .thankyoubox {
  background: #009187;
  color: #fff;
  min-width: 220px;
  height: 66px;
  display: inline-block;
  box-sizing: border-box;
  padding-top: 22px;
  margin-top: 60px;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  position: relative;
  text-transform: uppercase;
  padding-left: 22px;
  padding-right: 22px;
}
section#upgrade .upgraded-message .thankyoubox:hover {
  background: #006364;
}

.checkbox-placeholder {
  margin-bottom: 30px;
  padding-right: 5px;
  overflow: hidden;
  text-align: left;
  position: relative;
}

.checkbox-placeholder.gdpr-placeholder.error div.checker > span {
  box-shadow: 0 0 0 2px #f00;
}

.checkbox-placeholder.gdpr-placeholder a {
  color: #fff;
  text-decoration: underline;
}

.checkbox-wrap {
  margin-left: 74px;
  background: #00c49f;
  padding: 14px 30px 14px 26px;
}
.checkbox-wrap:after {
  clear: both;
  content: "";
  display: block;
}
.checkbox-placeholder.yes-or-no {
  background: #00c49f;
  width: 100%;
  max-width: 886px;
  float: right;
  box-sizing: border-box;
  padding: 20px 25px;
}

.checkbox-placeholder.yes-or-no .linewrapper {
  margin-top: 8px;
}

.checkbox-placeholder.yes-or-no p {
  color: white;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
  font-weight: bold;
  width: calc(100% - 180px);
  line-height: 25px;
  text-align: left;
  padding-right: 15px;
  box-sizing: border-box;
}

.checkbox-placeholder input {
  background: none;
  border: none;
  outline: none;
  border-bottom: 1px dotted #fff;
  margin-left: -5px;
  margin-right: 5px;
  font-size: 16px;
  color: #fff;
  padding-left: 5px;
  width: 110px;
}

.checkbox-placeholder span {
  color: #ffffff;
  font-size: 18px;
  font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 5px;
}

.lang-fr .checkbox-placeholder.fr-small span {
  font-size: 16px;
}

.checkbox-placeholder > span {
  position: relative;
  top: 2px;
}

#upgrade-form {
  margin-top: 30px;
}

#upgrade-form.front-page-form {
  margin-top: 0;
}

#upgrade-form textarea {
  width: 100%;
  box-sizing: border-box;
  outline: none;
  border: none;
  max-width: 886px;
  height: 145px;
  padding: 0;
  color: #293d51;
  font-size: 20px;
  line-height: 1.3;
  font-weight: normal;
  resize: vertical;
  border-bottom: 2px dotted #000;
}

#upgrade-form textarea.error {
  border-bottom: 4px solid red;
}

.textarea-wrap {
  width: 100%;
  position: relative;
}
.textarea-wrap .textarea-holder {
  padding: 20px 40px;
  padding-right: 20px;
  background: #fff;
  margin-left: 75px;
}
.textarea-wrap .textarea-holder:after {
  display: block;
  clear: both;
  content: "";
}

.textarea-wrap .arrow {
  width: 94px;
  height: 60px;
  background: url(images/arrowbox-textarea.png) no-repeat left top;
  position: absolute;
  top: 0;
  left: 0;
}

#upgrade-form .input-holder,
#updated-form .input-holder {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#updated-form .input-holder.name-input .left-holder .input-wrap {
  display: inline-block;
}

.updated-message {
  display: none;
}
@media (min-width: 768px) {
  .header-links {
    margin: 28px 15px 0 0;
  }
  .header-links span {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .header-links {
    margin: 28px 25px 0 0;
  }

  .header-links span {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .upgrade-form-holder .input-holder span {
    font-size: 16px;
  }
}

.updated-message .updated-social-link {
  width: 70px;
  height: 70px;
  display: inline-block;
  margin: 40px 10px;
}

.updated-message .updated-social-link img {
  width: 100%;
}

#upgrade-form .input-holder input,
#updated-form .input-holder input {
  width: 300px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  margin-right: 10px;
  outline: none;
  border: none;
  font-size: 20px;
  line-height: 32px;
  color: #293d51;
  border-bottom: 2px dotted #000;
  background-size: 6px;
  padding-top: 14px;
}

#upgrade-form .input-holder input.error,
#updated-form .input-holder input.error {
  border-bottom: 4px solid red;
}

#updated-form .input-holder.name-input {
  position: relative;
  background-image: none;
}

#upgrade-form .input-holder.name-input {
  background-image: url(images/arrowbox-input-name.jpg);
  background-position: top left;
  background: none;
  height: auto;
  position: relative;
  padding-left: 0;
  margin-bottom: 30px;
}

#upgrade-form .input-holder.name-input .name-arrow,
#updated-form .input-holder.name-input .name-arrow {
  background: url(images/arrowbox-input-name.jpg) no-repeat center center;
  width: 94px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
}

#upgrade-form .input-holder.name-input .name-arrow.country-pin {
  background: url(images/arrowbox-input.jpg) no-repeat center center;
}

#upgrade-form .input-holder-wrap {
  margin-left: 75px;
  background: white;
  padding: 15px;
  padding-left: 30px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#upgrade-form .input-holder-wrap.front-page-update-form {
  padding-top: 0;
  padding-bottom: 0;
}

#upgrade-form .input-holder.name-input .left-holder {
  float: left;
  width: 70%;
  text-align: left;
}

#upgrade-form .input-holder.name-input .left-holder.fullwidth {
  width: 100%;
  float: none;
}

#upgrade-form .input-holder.name-input .right-holder {
  width: 30%;
  float: right;
  text-align: left;
  position: relative;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  #upgrade-form .input-holder.name-input .right-holder .input-wrap.first-wrap {
    padding-bottom: 6px;
  }
}

#upgrade-form .input-holder.name-input .right-holder span {
  width: 55%;
  display: block;
  float: left;
}
#upgrade-form .input-holder.name-input .right-holder span:first-child {
  width: 45%;
}

#upgrade-form .input-holder.name-input .right-holder span.error {
  color: red;
}

/**
* Selectboxit styling
*/

span.selectboxit-text,
span.selectboxit {
  width: 100% !important;
  max-width: 100% !important;
  text-align: center !important;
  background: #293d51;
  color: white;
  cursor: pointer;
}

span.selectboxit.error {
  color: red;
}

span.selectboxit-text:hover {
  color: #00c49f;
}

span.selectboxit-container {
  text-align: center;
  position: relative;
}

.selectboxit-container .selectboxit .selectboxit-text {
  text-align: left !important;
  padding: 0 12px;
  padding-right: 27px;
  box-sizing: border-box;
}
.selectboxit-container .selectboxit .selectboxit-text:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 7px 0;
  border-color: #ffffff transparent transparent transparent;
  content: "";
}

.selectboxit-options {
  position: absolute;
  background: #293d51;
  color: white;
  width: 100%;
  z-index: 1;
  top: 100% !important;
  max-height: 200px;
  font-size: 18px;
  display: none;
}
@media (min-height: 200px) {
  .selectboxit-options {
    overflow-y: scroll;
  }
}

.selectboxit-options li {
  cursor: pointer;
  padding: 0 12px;
  line-height: 46px;
}

.selectboxit-options li:hover {
  color: #00c49f;
}

.input-holder.name-input .right-holder select {
  width: 50%;
  text-align: center;
  height: 50px;
  padding: 12px;
  font-size: 18px;
}

.input-holder.name-input .input-wrap {
  width: 100%;
}

.input-holder.name-input span,
#upgrade-form .input-holder.name-input input {
  float: none;
}

#upgrade-form .input-holder.name-input.name-box input {
  width: 70%;
}

.input-holder.name-input input {
  width: 450px;
}

.lang-es #upgrade-form .input-holder.name-input input#email {
  width: 360px;
}

#upgrade-form .input-holder.name-input input#country {
  width: 660px;
}

#upgrade-form .input-holder.name-input input#city {
  width: calc(100% - 215px);
  margin-right: 0;
}

.btn.green.big {
  background: url(images/btn-green-big.png) no-repeat center bottom;
  width: 220px;
  height: 75px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 22px;
  margin-top: 60px;
}

#upgrade-form .btn.green.big {
  margin-top: 20px;
}

#upgrade h2 {
  line-height: 65px;
  padding: 0 50px;
}

.ui-autocomplete li:hover a {
  color: #293d51;
}

.btn.green.big:hover {
  background-position: center top;
}

.btn.green.big.but-blue {
  background: url(images/high-button-span.png) no-repeat center bottom;
}

.btn.green.big.but-blue:hover {
  background-position: center top;
}

section#instagram .holder {
  min-height: 0;
  padding-bottom: 50px;
}

section#instagram input,
.input-holder {
  border: none;
  height: 60px;
  padding: 0;
  font-size: 20px;
  color: #293d51;
}

section#instagram input {
  width: 68%;
  padding-left: 10px;
  padding-top: 10px;
  margin-right: 10px;
  border-bottom: 2px dotted #000;
  height: 36px;
  background-size: 6px;
}
.lang-vi section#instagram input,
.lang-ms section#instagram input,
.lang-es section#instagram input,
.lang-pt section#instagram input,
.lang-fr section#instagram input {
  width: 58%;
}

.input-holder {
  background: url(images/arrowbox-input.jpg) no-repeat center left #fff;
  width: 630px;
  margin: 30px auto 0 auto;
  padding-left: 114px;
}

.input-holder.search-city-links {
  position: absolute;
  width: 469px;
  top: 40px;
  right: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 4px -1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  background: #293d51;
  padding-left: 10px;
  color: white;
}

.lang-es .input-holder.search-city-links {
  width: 570px;
}

.input-holder.search-city-links .ui-autocomplete {
  width: 310px !important;
  right: 15px !important;
  left: auto !important;
  top: 60px !important;
  position: absolute !important;
}

.input-holder.search-city-links .ui-autocomplete li:hover a {
  color: #293d51;
}

.country-autocomplete .ui-autocomplete,
.city-autocomplete .ui-autocomplete {
  position: absolute !important;
}

.input-holder.search-city-links input {
  width: 65%;
  padding-left: 10px;
  padding-top: 10px;
  margin-right: 10px;
  background: url(images/border-bottom-dotted-white.png) repeat-x bottom;
  /* height: 30px; */
  height: 36px;
  background-size: 6px;
  border: none;
  font-size: 20px;
  color: white;
  margin-left: 10px;
}

.lang-ms .input-holder.search-city-links input {
  width: 55%;
}

.input-holder.search-city-links span {
  font-size: 15px;
}

.input-holder span {
  float: left;
  text-align: left;
  line-height: 60px;
  font-weight: bold;
}

.ui-autocomplete {
  font-size: 20px;
  color: white;
  z-index: 200 !important;
}

.ui-autocomplete li {
  cursor: pointer;
  width: 100%;
  background: #293d51;
  color: white;
}

.ui-autocomplete li a {
  color: white;
}

.ui-autocomplete li:hover {
  color: #293d51;
  background: white;
}

/* WRAPS */

.wrap {
  float: left;
  position: relative;
}

.wrap.threecol {
  width: 290px;
  margin-top: 50px;
}

.wrap.fourcol {
  width: 240px;
  margin-top: 50px;
  min-height: 280px;
}

.wrap.threecol.mid {
  margin: 50px 22px 0 22px;
}

/* AFTER VOTE SHARE */

.share-after-vote {
  width: 200px;
  margin: 30px auto;
}

.share-after-vote iframe#twitter-widget-0,
.share-after-vote .fb_iframe_widget {
  margin: 0 10px;
  float: left;
}

.blueButton.blue .pluginButton {
  height: 28px;
  width: 78px;
}

.voted-fb-share {
  text-indent: -9999px;
  display: inline-block;
  width: 95px;
  height: 42px;
  background: url(images/fb-button.png);
  float: right;
  margin-top: -12px;
}

/* ISOTOPE */

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/* INSTAGRAM ITEMS */

#container {
  margin: auto;
}

.instagram-item {
  width: 180px;
  height: 180px;
  margin: 2px;
}

.instagram-item.big {
  width: 364px;
  height: 364px;
}

.instagram-item img {
  width: 100%;
  height: 100%;
}

/**
* Question block
*/

section#q-and-a {
  background: #f0f1e4;
  background: #5299b7;
}

.question-block {
  margin: 20px 0;
  padding: 20px;
}

.question-block.yellow {
  background: #ffab42;
}

.question-block.blueish {
  background: #8ec1da;
}

.question-block.green {
  background: #00cbaf;
}

.question-block.blue {
  background: #4fbbd1;
}

.js-toggle-answer {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: url(images/top-button-sprite.png) no-repeat top;
  padding: 0px 0;
  width: 135px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  text-align: center;
  float: right;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -22.5px;
  line-height: 45px;
}

.js-toggle-answer:hover {
  background: url(images/top-button-sprite.png) no-repeat bottom;
}

.js-toggle-answer .btn-hide {
  display: none;
}

.js-toggle-answer.active .btn-hide {
  display: inline;
}

.js-toggle-answer.active .btn-answer {
  display: none;
}

.question-block p,
.question-block li {
  color: white;
  text-align: left;
  font-size: 20px;
  line-height: 23px;
  font-weight: normal;
}

.question-block ul {
  list-style-type: disc;
  padding-left: 20px;
  list-style-position: inside;
}

.question-block ul li {
  margin: 10px 0;
}

.question-block .answer {
  display: none;
  margin: 40px 0 20px 0;
}

.question-block p.question-title {
  background: none;
  margin: 0;
  color: white;
  text-align: left;
  position: relative;
  padding-right: 155px;
  font-weight: bold;
  font-size: 25px;
  line-height: 29px;
}

/**
*    Autocomplete styling
*/

.ui-helper-hidden-accessible {
  display: none;
}

.ui-autocomplete {
  background-color: white;
  overflow: hidden;
  width: auto;
  display: inline-block;
  z-index: 200;
  width: 440px !important;
  max-height: 300px !important;
  overflow: auto;
}

.ui-autocomplete .ui-menu-item {
  display: inline-block;
  box-sizing: border-box;
  padding: 10px;
  border-top: 1px solid black;
}
.ui-autocomplete .ui-menu-item:first-child {
  border-top: 0;
}

img.popup {
  width: 90%;
  height: 90%;
  margin: 40px 40px;
}

.popupcontainer {
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 850px;
  max-height: 850px;
  margin: -425px 0 0 -425px;
  width: 100%;
  z-index: 999999;
  display: none;
}

.facebookurl {
  position: absolute;
  top: 546px;
  right: 406px;
  height: 24px;
  width: 79px;
  z-index: 999999;
  cursor: pointer;
}

.ehccurl {
  position: absolute;
  top: 518px;
  right: 194px;
  height: 24px;
  width: 79px;
  z-index: 999999;
  cursor: pointer;
}

.closepop {
  position: absolute;
  top: 20px;
  right: 25px;
  border-radius: 20px;
  height: 40px;
  width: 40px;
  background: #23b8d2;
  border: 2px solid #fff;
  box-shadow: #000 0px 0px 5px;
  line-height: 32px;
  text-align: center;
  font-size: 32px;
  color: #fff;
  z-index: 999999;
  box-sizing: border-box;
  cursor: pointer;
}

.page-template-page-plain header {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.plain-text-section {
  padding: 120px 0 80px;
  line-height: 1.5;
  color: #293d51;
}

.plain-text-section h1,
.plain-text-section h2,
.plain-text-section h3,
.plain-text-section h4,
.plain-text-section h5,
.plain-text-section h6 {
  text-transform: none;
  line-height: 1.2;
  font-weight: 700;
  margin: 0.5em 0 0.5em;
  letter-spacing: 0;
}

.plain-text-section h1 {
  font-size: 26px;
}
.plain-text-section h2 {
  font-size: 22px;
}
.plain-text-section h3 {
  font-size: 18px;
}
.plain-text-section h4 {
  font-size: 17px;
}
.plain-text-section h5 {
  font-size: 16px;
}
.plain-text-section h6 {
  font-size: 16px;
}

.plain-text-section p {
  margin: 1em 0;
}

.plain-text-section ul {
  margin: 1em 0 1em 20px;
}

.plain-text-section ul li {
  position: relative;
  padding: 0 0 3px 15px;
}

.plain-text-section ul li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #293d51;
  top: 9px;
  left: 0;
}

.plain-text-section__container {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 20px;
}

.cookies-bar {
  background: #6398b4;
  color: #fff;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 99;
  font-size: 16px;
  line-height: 1.5;
  visibility: hidden;
  opacity: 0;
}

.cookies-bar.opened {
  visibility: visible;
  opacity: 1;
}

.cookies-bar__container {
  max-width: 980px;
  padding: 10px 20px;
  margin: 0 auto;
}

.cookies-bar__text {
  padding: 10px 0;
}

.cookies-bar__text a {
  color: inherit;
  text-decoration: underline;
}

.cookies-bar__button-wrap {
  flex-basis: 180px;
  max-width: 180px;
  padding: 10px 0 10px;
}

.close-button-cookies {
  background: #00c8dd;
  color: #fff;
  border: 0;
  border-radius: 0;
  outline: none;
  display: block;
  width: 100%;
  padding: 10px 20px;
  font-size: 16px;
  border-bottom: 2px solid #31a2bc;
  cursor: pointer;
  font-weight: 700;
  text-align: center;
}

.page-footer {
  background: #293d51;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
}

.page-footer a {
  color: inherit;
}

.page-footer a:hover {
  text-decoration: underline;
}

.page-footer__container {
  max-width: 980px;
  margin: 0 auto;
  padding: 32px 20px 28px;
  text-align: center;
}

.page-footer__copyright {
  margin-bottom: 15px;
}

/*
*  Laptopish styling
*/

@media only screen and (min-width: 700px) and (max-width: 1440px) {
  h2 {
    font-size: 63px;
  }

  #upgrade h2 {
    line-height: 55px;
    padding: 0 100px;
  }

  section .holder {
    padding: 50px 15px 93px;
  }

  .holder.bigger-holder {
    width: 100%;
    padding: 50px 30px 93px 30px;
  }

  section#top .holder {
    padding-bottom: 310px;
    padding-top: 120px;
  }

  .big-logo {
    height: auto;
    width: 100%;
  }

  .big-logo.front-page-logo {
    max-width: 449px;
    width: 100%;
  }

  section#road-to-glory img {
    width: 80%;
  }

  .how-to-win-img {
    height: 320px;
    margin: auto;
    width: 80%;
    background-size: 100%;
  }

  .wrap.threecol.mid .how-to-win-img {
    background-size: 80%;
  }

  img.hand-with-phone {
    width: 1070px;
  }

  #facebook-feed {
    margin-bottom: 0;
  }
  img.popup {
    width: 90%;
    height: 90%;
    margin: 40px 40px;
  }

  .popupcontainer {
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 625px !important;
    max-height: 850px;
    margin: -315px 0 0 -315px !important;
    width: 100%;
    z-index: 999999;
    display: none;
  }

  .facebookurl {
    top: 417px;
    right: 290px;
    height: 11px;
    width: 54px;
  }

  .ehccurl {
    top: 388px;
    right: 134px;
  }

  .closepop {
    top: 20px;
    right: 5px;
  }
}

/**
* jedit
*/
.bounce {
  animation: bigBoatAnimation 2s linear infinite;
  -webkit-animation: bigBoatAnimation 2s linear infinite;
  -o-animation: bigBoatAnimation 2s linear infinite;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  background-size: 65%;
}

.bounce:hover {
  background-size: 70%;
}

.mobileclear {
  display: none;
}

#upgrade-form .linewrapper {
  display: inline-block;
}
.checkbox-wrap .linewrapper {
  min-width: 170px;
  vertical-align: top;
  padding: 14px 10px;
  padding-right: 55px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 6px;
}
@media (min-width: 1400px) {
  .checkbox-wrap .linewrapper {
    width: 32%;
    min-width: 0;
  }
}
.checkbox-wrap .linewrapper input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
}
#upgrade-form .checkbox-placeholder label {
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  letter-spacing: 1px;
}
#upgrade-form .checkbox-placeholder label .checker {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* TABLET */
@media only screen and (min-width: 700px) and (max-width: 767px) {
  .big-logo.front-page-logo {
    max-width: 449px;
  }

  #why-we-love-cities .wrap.fourcol {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
  }

  h2 {
    font-size: 58px;
  }

  #upgrade h2 {
    line-height: normal;
  }

  h3 {
    font-size: 23px;
    line-height: 27px;
  }

  header a.earthhour-logo {
    display: none;
  }

  header a.ehcc-logo {
    width: 100px;
    margin-left: 10px;
  }

  header a.we-love-cities-logo {
    width: 100px;
    margin-right: 10px;
  }

  .holder,
  section .holder,
  header .holder {
    max-width: 750px;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
  }

  .wrap.threecol {
    width: 215px;
  }

  .how-to-win-img {
    width: 100%;
    background-size: 100%;
  }

  .input-holder {
    width: auto;
  }

  section#instagram input {
    width: 60%;
  }

  section#social-share,
  .bounce,
  .big-boat {
    animation: none;
    -webkit-animation: none;
    -o-animation: none;
  }

  .mobileclear {
    display: block;
    clear: both;
  }

  #upgrade-form .input-holder.name-input,
  #updated-form .input-holder.name-input {
    height: auto;
  }

  #updated-form .input-holder.name-input .left-holder .input-wrap {
    display: block;
  }

  div.checker {
    margin-bottom: 3px !important;
    margin-top: 3px !important;
  }

  #upgrade-form .linewrapper {
    clear: both;
    display: block;
  }

  #why-we-love-cities .readmore-wrap {
    display: block;
    clear: both;
    padding-top: 1px;
  }
  #upgrade-form textarea#suggestion {
    padding-left: 100px;
  }
  #facebook-feed {
    margin-top: 50px;
  }

  /* GO TO CITIES */

  .big-boat {
    left: 100px;
  }
  .small-boat {
    right: 180px;
  }
  .whale-head {
    bottom: 195px;
    right: 15px;
  }
  .whale-tail {
    left: 280px;
  }
  .iceberg {
    left: 410px;
  }
  .pointer-hand {
    left: 95% !important;
  }

  .closepop {
    top: 20px;
    right: 26px;
  }

  img.popup {
    width: 90%; /* 231px / 474px */
    height: 90%;
    margin: 40px 40px;
  }

  #upgrade-form .input-holder.name-input,
  #updated-form .input-holder.name-input {
    height: auto;
    padding-top: 30px;
    padding-bottom: 20px;
    padding-right: 0;
  }

  #upgrade-form .input-holder.name-input .name-arrow,
  #upgrade-form .input-holder.name-input .name-arrow.country-pin,
  #updated-form .input-holder.name-input .name-arrow {
    height: 30px;
    width: 100%;
    background-position: left center;
    background-size: auto 100%;
    background-color: white;
  }

  #upgrade-form .input-holder-wrap {
    padding-left: 15px;
  }

  #updated-form .input-holder.name-input {
    padding-left: 15px;
    padding-right: 15px;
  }

  #updated-form .input-holder.name-input input {
    width: 100%;
    padding: 0;
  }

  .lang-es #upgrade-form .input-holder.name-input input#email {
    width: 100%;
  }

  #updated-form .input-holder.name-input .left-holder .input-wrap.first-wrap {
    margin: 20px 0;
  }

  #upgrade-form .input-holder.name-input input#city {
    width: 100%;
  }

  .checkbox-placeholder {
    background-size: auto 30px;
  }

  .textarea-wrap .arrow {
    height: 30px;
    width: 47px;
    background-size: 100%;
  }

  #upgrade-form .input-holder.name-input .left-holder,
  #upgrade-form .input-holder.name-input .right-holder,
  #updated-form .input-holder.name-input .left-holder {
    float: none;
    width: 100%;
  }

  #upgrade-form .input-holder.name-input .right-holder {
    margin-top: 30px;
  }

  #upgrade-form .input-holder.name-input span,
  #updated-form .input-holder.name-input .label {
    line-height: 30px;
    height: 30px;
  }
  #upgrade-form .input-holder.name-input input,
  #updated-form .input-holder.name-input .label {
    padding-top: 0px;
    width: 100%;
    padding-right: 20px;
  }
  #upgrade-form .linewrapper {
    clear: both;
    display: block;
  }
  #upgrade-form textarea#suggestion {
    padding-left: 100px;
  }

  #upgrade-form .input-holder.name-input .right-holder span {
    position: absolute;
  }

  #upgrade-form .input-holder.name-input .right-holder span.label {
    position: relative;
  }

  .checkbox-placeholder.yes-or-no {
    padding-left: 15px;
  }

  .button-wrap.read-more-sec a.button {
    margin-bottom: 20px;
  }

  #upgrade-form
    .input-holder.name-input
    .input-wrap.front-page-city-autocomplete {
    padding-bottom: 15px;
  }
}

/* MOBILE STYLE */
.mobile {
  display: none;
}
.showhide {
  display: none;
  background: #00c49f;
  padding: 15px;
  color: #fff;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 20px;
  box-shadow: #009b81 5px 5px;
}

.showhide a {
  color: #fff;
  text-decoration: underline;
}

.stay-updated-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  overflow: auto;
}

.js-stay-updated-popup {
  position: relative;
  top: 50%;
  left: 50%;
  margin-left: -480px;
  height: 100%;
  max-height: 596px;
  margin-top: -298px;
  z-index: 1000;
  width: 100%;
  max-width: 960px;
  padding: 30px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #5299b7 !important;
}

.js-stay-updated-popup .holder {
  width: 100%;
  padding: 40px 0;
}

.update-popup-btn {
  margin-left: 10px;
  margin-right: 10px;
}

.js-close-update-popup {
  position: absolute;
  top: 0;
  right: 0;
  width: 186px;
  height: 63px;
}

.js-close-update-popup img {
  width: 100%;
  display: block;
}

#updated-form.update-popup-form .input-holder input {
  width: 400px;
}

#updated-form .input-holder {
  height: auto;
}

#updated-form .input-holder .input-holder-wrap {
  background-color: white;
  padding: 15px;
}

#updated-form.update-popup-form .left-holder {
  float: left;
  width: 70%;
  text-align: left;
}

#updated-form.update-popup-form .right-holder {
  width: 30%;
  float: right;
  text-align: left;
  position: relative;
}

#updated-form.update-popup-form .right-holder .input-wrap {
  margin-top: 2px;
}

#updated-form.update-popup-form
  .input-holder.name-input
  .input-wrap.first-wrap {
  padding-bottom: 6px;
}

.half-col {
  width: 50%;
  float: left;
}

.input-wrap.split-half select,
.input-wrap.split-half .selectboxit-container,
.input-wrap.split-half .label {
  float: left;
  width: 50%;
}

@media only screen and (max-width: 961px) {
  #updated-form.update-popup-form .input-holder input {
    width: 100%;
  }

  .input-wrap.split-half select,
  .input-wrap.split-half .selectboxit-container,
  .input-wrap.split-half .label {
    float: left;
    width: 100%;
  }
  #updated-form.update-popup-form .left-holder,
  #updated-form.update-popup-form .right-holder {
    width: 100%;
    float: left;
  }
}

@media only screen and (max-width: 961px) {
  .js-stay-updated-popup {
    margin-left: 0;
    left: auto;
    height: auto;
    max-height: 900px;
  }

  .update-popup-btn {
    margin-top: 30px !important;
  }
}

@media only screen and (max-width: 400px) {
  section#top .holder {
    padding: 100px 15px 180px 15px;
  }

  section#top {
    background-size: 100% 60px;
  }
}

.checkbox-icon {
  background: url(images/arrowbox-checkboxholder.png) no-repeat 0 0;
  width: 94px;
  height: 61px;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 768px) and (max-width: 992px) {
  #upgrade-form .input-holder.name-input .left-holder {
    width: 60%;
  }
  #upgrade-form .input-holder.name-input .right-holder {
    width: 39%;
  }
}

@media (max-width: 767px) {
  .checkbox-placeholder.yes-or-no p {
    width: 100%;
    display: block;
  }
  #upgrade h2 {
    padding: 0;
  }
  #upgrade-form .input-holder-wrap {
    margin-left: 0;
  }
  #upgrade-form .input-holder input,
  #updated-form .input-holder input {
    font-size: 16px;
    line-height: 1.2;
  }
  .checkbox-wrap {
    margin-left: 0;
    padding: 30px 15px 14px;
  }
  .textarea-wrap .textarea-holder {
    margin-left: 0;
    padding: 38px 20px 20px;
  }
  #upgrade-form textarea#suggestion {
    padding-left: 0;
    font-size: 16px;
  }
  #upgrade-form .checkbox-placeholder.yes-or-no .linewrapper {
    clear: none;
    display: inline-block;
    vertical-align: middle;
  }
  .input-holder.name-input .right-holder .input-wrap {
    width: 45%;
    clear: none;
    display: inline-block;
    vertical-align: top;
  }
  #upgrade-form .input-holder.name-input .right-holder > span {
    float: none;
  }
  #upgrade-form .input-holder.name-input .right-holder .mobileclear {
    display: none;
  }
  #upgrade-form .checkbox-placeholder label,
  .checkbox-placeholder.yes-or-no p {
    font-size: 16px;
  }
  #upgrade-form .input-holder.name-input .right-holder span {
    width: 45%;
  }
  #upgrade-form .input-holder.name-input .right-holder .input-wrap.first-wrap {
    padding-right: 4%;
  }
  .checkbox-icon {
    background-size: auto 100%;
    width: 100%;
    height: 30px;
  }
  .selectboxit-options li {
    line-height: 28px;
  }
  #upgrade-form .input-holder input,
  #updated-form .input-holder input {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .social-wrap {
    margin: 20px -10px 0;
    overflow: hidden;
  }
  .col {
    float: left;
    width: 33.33%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  #twitter-feed.instagram {
    background: url(images/instagram-bg-desk.png) no-repeat center center;
    background-size: contain;
  }
  #twitter-feed,
  #facebook-feed {
    width: 100%;
    padding: 0;
    height: 198px;
    background-size: contain;
  }

  .plain-text-section h1 {
    font-size: 32px;
  }
  .plain-text-section h2 {
    font-size: 26px;
  }
  .plain-text-section h3 {
    font-size: 22px;
  }
  .plain-text-section h4 {
    font-size: 20px;
  }
  .plain-text-section h5 {
    font-size: 18px;
  }

  .page-footer__container {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    flex-wrap: warp;
    justify-content: space-between;
    text-align: left;
  }

  .page-footer__copyright {
    padding: 0 15px 0 0;
    margin-bottom: 0;
  }
  .page-footer__nav {
    padding: 0 0 0 15px;
  }

  .cookies-bar__container {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cookies-bar__text {
    padding: 10px 0;
    -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
    -webkit-flex: 1; /* Safari 6.1+. iOS 7.1+, BB10 */
    -ms-flex: 1; /* IE 10 */
    flex: 1; /* NEW, Spec - Firefox, Chrome, Opera */
  }

  .cookies-bar__button-wrap {
    padding: 10px 0 10px 30px;
  }
}
.social-wrap .btn-wrap {
  min-height: 198px;
  white-space: nowrap;
  text-align: center;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
#twitter-feed .btn-wrap .btn {
  margin-top: 0px;
}
#facebook-feed .btn-wrap .btn {
  margin-top: 0px;
}
#intsgram-feed .btn-wrap .btn {
  margin-top: 0px;
}
@media (min-width: 768px) {
  .social-wrap .btn-wrap {
    padding: 0 30px;
  }
  #twitter-feed .btn-wrap .btn {
    margin-top: 13px;
  }
  #facebook-feed .btn-wrap .btn {
    margin-top: -20px;
  }
  #intsgram-feed .btn-wrap .btn {
    margin-top: 13px;
  }
}
.social-wrap .btn-wrap:after {
  display: inline-block;
  vertical-align: middle;
  min-height: 198px;
  content: "";
  width: 1px;
}
.social-wrap .btn-wrap .btn {
  display: inline-block;
  vertical-align: middle;
  width: 80%;
  float: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  white-space: normal;
  padding: 10px;
  box-sizing: border-box;
  color: #fff;
  position: relative;
  font-size: 16px !important;
  line-height: 18px;
}
@media (min-width: 992px) {
  .social-wrap .btn-wrap .btn {
    font-size: 22px;
  }
}
.social-wrap .btn-wrap .btn:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 5px solid #267a9b;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  height: 0;
  content: "";
  display: block;
  margin-bottom: -5px;
}
.social-wrap #facebook-feed .btn {
  color: #fff;
}
.social-wrap .btn-wrap .btn-twitter {
  background: #3aaae1;
}
.social-wrap .btn-wrap .btn-twitter:hover {
  background: #3494c2;
}
.social-wrap .btn-wrap .btn-facebook {
  background: #3e609e;
}
.social-wrap .btn-wrap .btn-facebook:hover {
  background: #395690;
}
.social-wrap #facebook-feed .btn-facebook:after {
  border-top: 5px solid #294266;
}
.social-wrap .btn-wrap .btn-instagram {
  background: #e1306c;
}
.social-wrap .btn-wrap .btn-instagram:hover {
  background: #cc2962;
}
.social-wrap .btn-wrap .btn-instagram:after {
  border-top: 5px solid #af255a;
}

@media (max-width: 767px) {
  #twitter-feed,
  #facebook-feed {
    padding: 0;
    float: none;
  }
  .social-wrap .col {
    padding-top: 30px;
  }
  #facebook-feed {
    margin-bottom: 20px;
  }
}
@media (max-width: 1451px) {
  .checkbox-placeholder.yes-or-no {
    max-width: 855px;
  }
}

@media (max-width: 959px) {
  .map-wrap {
    background: none;
    height: auto;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-top: 20px;
  }

  .js-toggle-cities {
    position: relative;
    display: inline-block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 30%;
    height: 85px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin: 10px 0;
    margin-bottom: 40px;
  }

  .mobile {
    display: block;
  }

  .social-wrap .mobile {
    display: none;
  }

  .country-name {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    text-transform: uppercase;
    color: #293d51;
    font-size: 16px;
    font-weight: bold;
  }

  .js-toggle-contact-menu {
    display: none;
  }

  .city-button-wrap .btn {
    width: 100%;
  }

  .js-toggle-cities img,
  .whale-head,
  .big-boat,
  .whale-tail,
  .iceberg,
  .small-boat {
    display: none;
  }

  .js-toggle-cities:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    left: 50%;
    transform: translateX(-50%);
    background-size: 100% 100%;
    border-radius: 4px;
  }

  .south-korea-flag:after {
    background-image: url(flags/2020-flags/south-korea-mob.png);
  }

  .brazil-flag:after {
    background-image: url(flags/2020-flags/brazil-mob.png);
  }

  .canada-flag:after {
    background-image: url(flags/2020-flags/canada-mob.png);
  }

  .chile-flag:after {
    background-image: url(flags/2020-flags/chile-mob.png);
  }

  .colombia-flag:after {
    background-image: url(flags/2020-flags/colombia-mob.png);
  }

  .guatemala-flag:after {
    background-image: url(flags/2020-flags/guatemala-mob.png);
  }

  .argentina-flag:after {
    background-image: url(flags/2020-flags/argentina-mob.png);
  }

  .new-zealand-flag:after {
    background-image: url(flags/2020-flags/new-zealand-mob.png);
  }

  .finland-flag:after {
    background-image: url(flags/2020-flags/finland-mob.png);
  }

  .india-flag:after {
    background-image: url(flags/2020-flags/india-mob.png);
  }

  .ivory-coast-flag:after {
    background-image: url(flags/2020-flags/ivory-coast-mob.png);
  }

  .palestine-flag:after {
    background-image: url(flags/2020-flags/palestine-mob.png);
  }

  .indonesia-flag:after {
    background-image: url(flags/2020-flags/indonesia-mob.png);
  }

  .turkey-flag:after {
    background-image: url(flags/2020-flags/turkey-mob.png);
  }

  .mexico-flag:after {
    background-image: url(flags/2020-flags/mexico-mob.png);
  }

  .ecuador-flag:after {
    background-image: url(flags/2020-flags/ecuador-mob.png);
  }

  .peru-flag:after {
    background-image: url(flags/2020-flags/peru-mob.png);
  }

  .sweden-flag:after {
    background-image: url(flags/2020-flags/sweden-mob.png);
  }

  .thailand-flag:after {
    background-image: url(flags/2020-flags/thailand-mob.png);
  }

  .malaysia-flag:after {
    background-image: url(flags/2020-flags/malaysia-mob.png);
  }

  .usa-flag:after {
    background-image: url(flags/2020-flags/usa-mob.png);
  }

  .france-flag:after {
    background-image: url(flags/2020-flags/france-mob.png);
  }

  .uk-flag:after {
    background-image: url(flags/2020-flags/uk-mob.png);
  }

  .iceland-flag:after {
    background-image: url(flags/2020-flags/iceland-mob.png);
  }

  .norway-flag:after {
    background-image: url(flags/2020-flags/norway-mob.png);
  }

  .vietnam-flag:after {
    background-image: url(flags/2020-flags/vietnam-mob.png);
  }

  .philippines-flag:after {
    background-image: url(flags/2020-flags/philippines-mob.png);
  }

  /* .js-toggle-cities {
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
    -o-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
  } */

  /* .mexico-flag {
    left: 52px;
  }

  .argentina-flag {
    left: 200px;
    top: 264px;
  }

  .sweden-flag {
    left: 356px;
    bottom: 228px;
  }

  .norway-flag {
    top: -22px;
    left: 282px;
  }

  .denmark-flag {
    left: 240px;
  }

  .usa-flag {
    left: 139px;
    top: 73px;
  }

  .new-zealand-flag {
    left: 553px;
    top: 253px;
  }

  .africa-flag {
    left: 406px;
    bottom: 62px;
  }

  .ecuador-flag {
    left: 109px;
    bottom: 102px;
  }

  .rwanda-flag {
    left: 411px;
  }

  .peru-flag {
    left: 200px;
    bottom: 75px;
    z-index: 25;
  }

  .tanzania-flag {
    left: 433px;
  }

  .belgium-flag {
    left: 240px;
  }

  .brazil-flag {
    left: 230px;
    bottom: 58px;
    z-index: 30;
  }

  .finland-flag {
    right: 240px;
    top: 24px;
  }

  .canada-flag {
    left: 59px;
    top: 10px;
  }

  .chile-flag {
    left: 135px;
    top: 254px;
  }

  .colombia-flag {
    left: 192px;
    bottom: 115px;
    z-index: 20;
  }

  .guatemala-flag {
    left: 157px;
    top: 112px;
    z-index: 10;
  }

  .india-flag {
    right: 207px;
    bottom: 134px;
  }

  .uk-flag {
    top: 67px;
    left: 276px;
  }

  .turkey-flag {
    right: 227px;
    bottom: 176px;
  }

  .uganda-flag {
    right: 317px;
  }

  .indonesia-flag {
    right: 30px;
    bottom: 103px;
  }

  .pakistan-flag {
    right: 228px;
  }

  .japan-flag {
    right: -24px;
  }

  .palestine-flag {
    top: 112px;
    left: 390px;
    z-index: 13;
  }

  .spain-flag {
    left: 255px;
  }

  .france-flag {
    left: 331px;
    bottom: 197px;
  }

  .ivory-coast-flag {
    bottom: 121px;
    left: 309px;
  }

  .singapore-flag {
    right: 36px;
    top: 268px;
  }

  .malaysia-flag {
    right: 165px;
    bottom: 100px;
  }

  .mexico-flag {
    left: 76px;
    bottom: 149px;
  }

  .south-korea-flag {
    right: 29px;
    top: 93px;
  }

  .thailand-flag {
    right: 159px;
    top: 18px;
  }

  .serbia-flag {
    left: 411px;
  }

  .philippines-flag {
    bottom: 121px;
    right: 47px;
  }

  .china-flag {
    right: 171px;
  }

  .vietnam-flag {
    right: 85px;
    top: 59px;
  }

  .iceland-flag {
    top: 25px;
    left: 220px;
    z-index: 10;
  }

  .singapore-flag {
    right: 33px;
    top: 104px;
  }

  .big-boat {
    bottom: 71px;
    left: 97px;
  }

  .whale-tail {
    bottom: 16px;
    left: 290px;
  }

  .small-boat {
    bottom: 20px;
    right: 133px;
  }

  .iceberg {
    bottom: -20px;
    left: 410px;
  }

  .whale-head {
    bottom: 160px;
    right: -22px;
  } */
}
@media only screen and (max-width: 699px) {
  .big-logo.front-page-logo {
    max-width: 449px;
  }

  #upgrade-form
    .input-holder.name-input
    .input-wrap.front-page-city-autocomplete {
    padding-bottom: 15px;
  }

  h3.intro-text.front-page-intro-text {
    line-height: 34px;
  }

  h3.intro-text.front-page-intro-text a {
    font-size: 18px;
    background: #4fbbd1;
    line-height: 28px;
    height: auto;
    width: auto;
    padding: 0 10px;
  }

  /* BUTTONS */
  a.button {
    margin-bottom: 30px;
  }

  /* FONT */
  h2 {
    font-size: 40px;
    line-height: 45px;
  }

  #upgrade h2 {
    line-height: 45px;
  }

  h3 {
    font-size: 20px;
    line-height: 25px;
  }

  p.intro-text.part-two {
    padding: 0;
  }

  .js-toggle-menu {
    margin-right: 0;
  }

  header a.logo {
    width: 77px;
    height: 86px;
  }

  header a.we-love-cities-logo {
    width: 100px;
  }

  header a.earthhour-logo,
  .js-toggle-share-menu,
  a.go-home-link,
  header a.ehcc-logo {
    display: none;
  }

  .js-toggle-menu {
    float: right;
  }

  .js-toggle-search {
    display: none;
  }

  .js-toggle-lang-menu {
    float: left;
    margin-right: 35px;
    position: absolute;
    right: 50px;
  }

  ul.lang-links {
    width: 100%;
  }

  .holder,
  section .holder,
  section .holder.bigger-holder {
    width: 100%;
    padding: 30px 15px 70px 15px;
  }

  header .holder {
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .vote-heart {
    width: 223px;
    height: 202px;
    background-image: url(images/vote_heart_small.png);
  }
  section#vote.voted .vote-heart {
    background-position: -223px 0;
  }

  ul.section-links {
    width: 100%;
  }
  section#top {
    /*background-image: none !important;*/
  }
  section#top .holder {
    width: 100%;
    padding: 100px 15px 230px 15px;
  }
  section#top .main_bg {
    background-size: 180% auto;
  }

  .big-logo {
    height: auto;
    width: 100%;
    max-width: 400px;
    margin-top: 4%;
  }

  h3 {
    font-size: 17px;
  }
  h3.intro-text {
    width: 98%;
    font-size: 18px;
  }

  .wrap.threecol {
    width: 100%;
  }

  .wrap.threecol.mid {
    margin-left: 0;
    margin-right: 0;
  }

  section#road-to-glory img {
    width: 80%;
  }

  .how-to-win-img {
    height: 265px;
    margin-top: 20px;
  }

  img.hand-with-phone {
    width: 940px;
    right: 50px !important;
  }
  .badge .how-to-win-img {
    background-size: 50% !important;
    height: 200px;
  }
  .how-to-win-img.plane {
    height: 180px;
    background-size: 60%;
  }

  .wrap.fourcol,
  .holder.bigger-holder .wrap.fourcol {
    width: 100%;
  }
  /* WHY WE LOVE */

  .four-col-img {
    margin-bottom: 20px;
  }

  .pointer-hand {
    display: none;
  }

  /* SOCIAL SECTION */

  .mobile.tweet-bottom,
  .mobile.tweet-top,
  .mobile.fb-top,
  .mobile.fb-bottom {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
  }

  .mobile.tweet-bottom {
    width: 100%;
    bottom: -20px;
  }

  .mobile.tweet-top {
    width: 60px;
    top: -39px;
    left: 30px;
  }

  .mobile.fb-top {
    height: 47px;
    top: 0;
    right: 20px;
    left: auto;
  }

  .mobile.fb-bottom {
    width: 100%;
    bottom: -38px;
  }

  #twitter-feed,
  #facebook-feed {
    width: 100%;
    background: #eafafc;
    padding: 30px 30px 100px 30px;
    height: auto;
  }

  .fb-like-wrap span.fb-page-name {
    padding-left: 0;
    position: absolute;
    width: 300px;
    bottom: -20px;
    left: 0;
  }

  #facebook-feed {
    margin: 30px 0 70px 0;
  }

  .fb-like-wrap {
    bottom: 30px;
    overflow: hidden;
  }

  .facebook span.date {
    bottom: 60px;
  }

  .border-bottom {
    display: none;
  }

  .about p.white {
    float: none;
    width: 100%;
    margin-bottom: 0;
  }

  .about p.white.left,
  .about p.white.right {
    padding-left: 30px;
    padding-right: 30px;
  }

  .about p.white.left {
    padding-bottom: 0;
  }

  .input-holder {
    width: 100%;
    box-sizing: border-box;
    height: 40px;
    font-size: 14px;
    background-size: 20%;
    padding-left: 22%;
  }

  .input-holder span {
    line-height: 40px;
    font-size: 14px;
  }

  section#instagram input {
    width: 48%;
    padding-top: 4px;
    font-size: 14px;
    height: 30px;
  }

  .ui-autocomplete {
    font-size: 14px;
    width: 300px !important;
  }

  #upgrade-form .input-holder.name-input input#country {
    width: 100%;
  }

  section#top .holder {
    padding: 100px 15px 250px 15px;
  }

  section#social-share {
    animation: none;
    -webkit-animation: none;
    -o-animation: none;
  }

  div.checker {
    margin-bottom: 3px !important;
    margin-top: 3px !important;
  }

  #upgrade-form .input-holder.name-input,
  #updated-form .input-holder.name-input {
    height: auto;
    padding-top: 30px;
    padding-bottom: 20px;
    padding-right: 0;
  }

  #updated-form .input-holder.name-input {
    padding-left: 0;
  }

  #updated-form .input-holder.name-input .left-holder .input-wrap {
    display: block;
  }

  #updated-form .input-holder-wrap {
    padding-right: 15px;
  }

  #updated-form .input-holder.name-input input {
    padding: 0;
    width: 100%;
  }

  #upgrade-form .input-holder.name-input .name-arrow,
  #upgrade-form .input-holder.name-input .name-arrow.country-pin,
  #updated-form .input-holder.name-input .name-arrow {
    height: 30px;
    width: 100%;
    background-position: left center;
    background-size: auto 100%;
    background-color: white;
  }

  #upgrade-form .input-holder-wrap,
  #updated-form .input-holder-wrap {
    padding-left: 15px;
  }

  #upgrade-form .input-holder.name-input input#city {
    width: 100%;
  }

  .checkbox-placeholder {
    background-size: auto 30px;
  }

  .textarea-wrap .arrow {
    height: 30px;
    width: 47px;
    background-size: 100%;
  }

  #upgrade-form .input-holder.name-input .left-holder,
  #upgrade-form .input-holder.name-input .right-holder {
    float: none;
    width: 100%;
  }

  #upgrade-form .input-holder.name-input .right-holder {
    margin-top: 30px;
  }

  #upgrade-form .input-holder.name-input span {
    line-height: 30px;
    height: 30px;
  }
  #upgrade-form .input-holder.name-input input {
    padding-top: 0px;
    width: 100%;
    padding-right: 20px;
  }
  #upgrade-form .linewrapper {
    clear: both;
    display: block;
  }
  #upgrade-form textarea#suggestion {
    padding-left: 100px;
  }

  #upgrade-form .input-holder.name-input .right-holder span {
    position: absolute;
  }

  #upgrade-form .input-holder.name-input .right-holder span.label {
    position: relative;
  }

  .checkbox-placeholder.yes-or-no {
    padding-left: 15px;
  }

  .mobileclear {
    display: block;
    clear: both;
  }

  /* Q and A section */

  .question-block p.question-title {
    padding-right: 0;
  }

  .js-toggle-answer {
    position: relative;
    float: none;
    top: auto;
    margin: 20px auto;
    display: block;
  }

  .city-link-title {
    width: 0px;
    height: 0px;
    overflow: hidden;
    position: absolute;
  }
  .flags_row .city-link-title {
    width: auto;
    height: auto;
    overflow: hidden;
    position: relative;
  }

  .city-link.visible {
    display: none;
  }
  .flags_row .city-link.visible {
    display: block;
  }

  img.popup {
    width: 100%;
    height: auto;
    margin: 0px 0px;
  }

  .popupcontainer {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 290px;
    height: 450px;
    margin: -140px 0 0 -143px;
    z-index: 999999;
    color: #fff;
    border: #fff;
  }
  .closepop {
    top: -20px;
    right: -20px;
  }
}

@media only screen and (max-width: 959px) and (orientation: landscape) {
  .js-toggle-cities {
    width: 15%;
    height: 70px;
  }

  .js-toggle-cities:after {
    width: 60px;
    height: 60px;
  }

  .country-name {
    font-size: 13px;
  }
}

@media only screen and (max-width: 959px) and (orientation: portrait) {
  .js-toggle-cities {
    width: 30%;
    height: 80px;
  }
}

@media only screen and (max-width: 414px) {
  .country-name {
    font-size: 10px;
  }

  .js-toggle-cities {
    height: 65px;
    width: 30%;
  }

  .js-toggle-cities:after {
    width: 70px;
    height: 70px;
  }
}
