/*
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 {/* remember to define focus styles! */
    outline: 0;
}
body {
    background: #fff;
    line-height: 1;
}
ol, ul {
    list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
    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: url(images/top-button-sprite.png) no-repeat center bottom;*/
    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 {
    /*display: none;*/
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    padding: 0 200px;
    margin: 0 15px 20px 15px;
    overflow: hidden;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .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; }

/* GLOBAL */

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

.holder.bigger-holder {
    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;
    -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);
}

header .holder {
    position: relative;
    /*overflow: hidden;*/
}

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,
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 {
    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;
}

/*.mobile-language {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    background: #fff;
}

.mobile-language ul {
    float: right;
}

.mobile-language li {
    float: left;
    padding: 10px;
}*/

.js-toggle-share-menu {
    /*text-indent: -9999px;*/
    /*width: 34px;*/
    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 {
    /*text-indent: -9999px;*/
    /*width: 36px;*/
    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 {
    /*text-indent: -9999px;*/
    /*width: 32px;*/
    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 {
    /*text-indent: -9999px;*/
    /*width: 32px;*/
    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 {
    margin-right: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

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

header a.logo {
    text-indent: -9999px;
    width: 100px;
    height: 86px;
    background: url(images/wwf-logo-big.png) no-repeat center;
    background-size: 100%;
    display: block;
    float: left;
    margin-right: 10px;
    margin-right: 0;
    margin-left: -17px;
    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;
    /*border-right: 2px solid #293D51;*/
}

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; /* Safari */
    transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    /*width: 70%;*/
    width: auto;
    height: 300px;
}

.big-logo.city-page {
    height: 300px;
}

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

header a.earthhour-logo {
    /*text-indent: -9999px;*/
    /*background: url(images/stickymenylogo.png) no-repeat center center;*/
    width: 180px;
    /*height: 36px;*/
    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;
}

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;
    /*padding: 50px 0 70px 0;*/
    text-align: center;
    position: relative;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

/* 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 .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .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 .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .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: #F0F1E4;*/
    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;
}

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

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

.map-wrap {
    height: 500px;
    margin-top: -30px;
    background: url(images/map_light.png) no-repeat bottom center;
    /*background: url(images/removemap.jpg) no-repeat bottom center;*/
    position: relative;
}

.js-toggle-cities {
    position: absolute;
    transition: all 0.3s;
    -webkit-transition: all 0.3s; /* Safari */
    /*transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;*/
}

.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: 297px;
    left: 495px;
}

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

.usa-flag {
    left: 244px;
    top: 168px;
}

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

.tanzania-flag {
    bottom: 106px;
    left: 544px;
}

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

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

.brazil-flag {
    bottom: 91px;
    left: 361px;
    z-index: 2;
}

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

.france-flag {
    bottom: 251px;
    left: 366px;
}

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

.finland-flag {
    top: 130px;
    right: 335px;
    z-index: 10;
}

.canada-flag {
    top: 78px;
    left: 125px;
}

.colombia-flag {
    bottom: 160px;
    left: 295px;
}

.india-flag {
    bottom: 197px;
    right: 319px;
    z-index: 10;
}

.indonesia-flag {
    bottom: 133px;
    right: 103px;
    z-index: 20;
}

.philippines-flag {
    bottom: 143px;
    right: 120px;
    z-index: 19;
}

.mexico-flag {
    bottom: 173px;
    left: 159px;
}

.equador-flag {
    bottom: 135px;
    left: 180px;
}

.peru-flag {
    bottom: 112px;
    left: 302px;
}

.south-korea-flag {
    top: 203px;
    right: 77px;
    z-index: 12;
}

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

.vietnam-flag {
    top: 158px;
    right: 147px;
    z-index: 11;
}

.thailand-flag {
    top: 100px;
    right: 263px;
}


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

.malaysia-flag {
    bottom: 156px;
    right: 268px;
}

.js-toggle-cities.intro {
    /*top: -20px;
    opacity: 0;*/
}

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

.country-flags {
    z-index: 20;
    /*display: none;*/
    /*top: 0;*/
    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;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    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-right: 22px;*/
    margin-bottom: 22px;
    /*margin: 0 11px 22px 11px;*/
}

.city-button-wrap .btn.last {
    /*margin-right: 0;*/
}

/* ANIMATION OBJECTS */

.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% { left: 190px; bottom: 130px; }
    25% { left: 80px; bottom: 90px; }
    50% { left: 200px; bottom: 50px; }
    100% { left: 190px; bottom: 130px; }
}*/

@-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;
}

.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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.fourcol {
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .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; /* Safari */
    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 {
    /*position: relative;*/
    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%;
}

.pointer-hand {
    position: absolute;
    bottom: 5px;
    left: 95%;
    z-index: 10;
    transition: all 0.3s;
    -webkit-transition: all 0.3s; /* Safari */
    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;
    -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: 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;
    font-weight: bold;
    color: #fff;
    width: 220px;
    height: 75px;
    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 {
    padding: 14px 30px;
    background: url(images/arrowbox-checkboxholder.png) no-repeat top left #00C49F;
    background-size: auto 61px;
    margin-bottom: 30px;
    text-align: right;
    padding-right: 5px;
}

.checkbox-placeholder.yes-or-no {
    background: #00C49F;
    width: 100%;
    max-width: 886px;
    float: right;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

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

.checkbox-placeholder.yes-or-no p {
    color: white;
    float: left;
    font-size: 18px;
    font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
    font-weight: bold;
    width: 65%;
    line-height: 25px;
    text-align: left;
}

.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%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    outline: none;
    border: none;
    max-width: 886px;
    float: right;
    height: 145px;
    padding: 20px 30px 20px 40px;
    color: #293D51;
    font-size: 20px;
    line-height: 23px;
    font-weight: normal;
}

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

.textarea-wrap {
    width: 100%;
    position: relative;
}

.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;
}

.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;
    background: url(images/border-bottom-dotted.png) repeat-x bottom;
    background-size: 6px;
    padding-top: 15px;
}

#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 {
    float: right;
    width: 100%;
    max-width: 886px;
    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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

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

#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-options {
    position: absolute;
    background: #293d51;
    color: white;
    width: 100%;
    z-index: 9999;
    top: 100% !important;
    max-height: 200px;
    overflow: scroll;
    display: none;
    text-align: center !important;
}

.selectboxit-options li {
    cursor: pointer;
}

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

#upgrade-form .input-holder.name-input .right-holder select {
    width: 50%;
    text-align: center;
}

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

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

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

#upgrade-form .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: 700px;
}

.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;
    background: url(images/border-bottom-dotted.png) repeat-x bottom;
    /*height: 30px;*/
    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: 305px;
    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: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}*/

.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 {
    /* j.edit */

    /*
    width: 364px;
    height: 364px;
    */
    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;
}

.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;
    /*padding: 30px;*/
    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;
    -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: 10px;
    border-top: 1px solid black;
}
.ui-autocomplete .ui-menu-item:first-child {
    border-top: 0;
}


img.popup {
    width: 90%;  /* 231px / 474px */
    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;
}

/*
 *  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 0 93px 0;
    }

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

    /* j.edit */

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

    .big-logo {
        /*height: 140px;*/
        height: auto;
        width: 100%;
        /*width: 60%;*/
    }

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

    .big-logo.city-page {
        height: auto;
    }

    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;
    }

    a.readmore {
        /*margin-top: 50px;
        width: 210px;
        height: 65px;
        padding-top: 19px;*/
    }

    a.readmore:hover {
        /*background-position: 0 -6px;*/
    }

    #facebook-feed {
        margin-bottom: 0;
    }
img.popup {
    width: 90%;  /* 231px / 474px */
    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: .2s;
       -moz-transition-duration: .2s;
        -ms-transition-duration: .2s;
         -o-transition-duration: .2s;
            transition-duration: .2s;
    background-size: 65%;
}

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

.mobileclear {
    display:none;
}
#upgrade-form .linewrapper {
    display:inline-block;
}

/* TABLET */
@media only screen and (min-width: 700px) and (max-width: 1000px) {

    .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 {
        width: 750px;
        padding-left: 30px;
        padding-right: 30px;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;    /* Firefox, other Gecko */
        box-sizing: border-box;         /* Opera/IE 8+ */
    }

    .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;
    }
    #why-we-love-cities .wrap.fourcol {
        /*margin-left:52px;
        margin-right:52px;*/
    }
    #upgrade-form textarea#suggestion {
        padding-left:100px;
    }
    #facebook-feed {
        margin-top: 50px;
    }

    /* GO TO CITIES */

    .mexico-flag {
        left: 52px;
    }

    .sweden-flag {
        left: 390px;
    }

    .denmark-flag {
        left: 240px;
    }

    .usa-flag {
        left: 137px;
    }

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

    .equador-flag {
        left: 77px;
    }

    .rwanda-flag {
        left: 411px;
    }

    .peru-flag {
        left: 197px;
    }

    .tanzania-flag {
        left: 439px;
    }

    .belgium-flag {
        left: 240px;
    }

    .brazil-flag {
        left: 247px;
        bottom: 80px;
        z-index: 10;
    }

    .finland-flag {
        right: 231px;
    }

    .canada-flag {
        left: 14px;
        top: 78px;
    }

    .colombia-flag {
        left: 196px;
    }

    .india-flag {
        right: 219px;
    }

    .indonesia-flag {
        right: -2px;
    }

    .spain-flag {
        left: 255px;
    }

    .france-flag {
        left: 258px;
    }

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

    .malaysia-flag {
        right: 165px;
    }

    .mexico-flag {
        left: 33px;
    }

    .south-korea-flag {
        right: -26px;
        top: 206px;
    }

    .thailand-flag {
        right: 159px;
    }

    .serbia-flag {
        left: 411px;
    }

    .philippines-flag {
        bottom: 143px;
        right: 10px;
    }

    .china-flag {
        right: 171px;
    }

    .vietnam-flag {
        right: 47px;
    }

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

    .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;
     }

     .map-wrap {
        /*overflow: hidden;*/
     }

     #go-to-the-cities .holder {
        /*width: 100%;*/
     }

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

}


/* MOBILE STYLE */
.mobile {
    display: none;
}
@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: 88px;
        height: 79px;
    }

    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%;
    }

    .big-logo.city-page {
        height: auto;
    }

    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%;
    }

    .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;
    }

    .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;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .china-flag {
        background-image: url(flags/2016/china-mobile.png);
    }

    .equador-flag {
        background-image: url(flags/2016/equador-mobile.png);
    }

    .peru-flag {
        background-image: url(flags/2016/peru-mobile.png);
    }

    .philippines-flag {
        background-image: url(flags/2016/philippines-mobile.png);
    }

    .rwanda-flag {
        background-image: url(flags/2016/rwanda-mobile.png);
    }

    .vietnam-flag {
        background-image: url(flags/2016/vietnam-mobile.png);
    }

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

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

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

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

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

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

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

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

    /* 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: -33px;
    }

    #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;
        /*width: 100% !important;*/
        overflow: hidden;
    }

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

    /* WHY WE LOVE */

    .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;
    }

    /* INSTAGRAM */

    .input-holder {
        width: 100%;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;    /* Firefox, other Gecko */
        box-sizing: border-box;         /* Opera/IE 8+ */
        height: 40px;
        font-size: 14px;
        background-size: 20%;
        padding-left: 22%;
    }

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

    }

    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%;
    }

    /**
     * jedit
     */
    section#top{
        /*background-position: center center, center center;*/
    }
    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%;  /* 231px / 474px */
    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;
    }
}


.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;
    }
}

.lang-vi #upgrade-form .input-holder.name-input input#city {
    width: 660px;
}