/*
Theme Name: 50 for Freedom
Author: Kryptis
Author URI: https://kryptis.lt/
Description:
Version: 1.0
Text Domain: 50ff
*/

@font-face {
    font-family: 'PFDinTextCompPro';
    src: url('fonts/pf_din_text_comp_pro_regular.eot');
    src: url('fonts/pf_din_text_comp_pro_regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/pf_din_text_comp_pro_regular.woff2') format('woff2'),
    url('fonts/pf_din_text_comp_pro_regular.woff') format('woff'),
    url('fonts/pf_din_text_comp_pro_regular.ttf') format('truetype'),
    url('fonts/pf_din_text_comp_pro_regular.svg#pf_din_text_comp_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PFDinTextCompPro';
    src: url('fonts/pfdintextcomppro-light_0.eot');
    src: url('fonts/pfdintextcomppro-light_0.eot?#iefix') format('embedded-opentype'),
    url('fonts/pfdintextcomppro-light_0.woff2') format('woff2'),
    url('fonts/pfdintextcomppro-light_0.woff') format('woff'),
    url('fonts/pfdintextcomppro-light_0.ttf') format('truetype'),
    url('fonts/pfdintextcomppro-light_0.svg#pf_din_text_comp_prolight') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'PFDinTextCompPro';
    src: url('fonts/pfdintextcomppro-medium_0.eot');
    src: url('fonts/pfdintextcomppro-medium_0.eot?#iefix') format('embedded-opentype'),
    url('fonts/pfdintextcomppro-medium_0.woff2') format('woff2'),
    url('fonts/pfdintextcomppro-medium_0.woff') format('woff'),
    url('fonts/pfdintextcomppro-medium_0.ttf') format('truetype'),
    url('fonts/pfdintextcomppro-medium_0.svg#pf_din_text_comp_promedium') format('svg');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family:'GothamPro';
    src: url('fonts/GothamBook_gdi.eot');
    src: url('fonts/GothamBook_gdi.eot?#iefix') format('embedded-opentype'),
    url('fonts/GothamBook_gdi.woff') format('woff'),
    url('fonts/GothamBook_gdi.ttf') format('truetype'),
    url('fonts/GothamBook_gdi.svg#GothamBook-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GothamPro';
    src: url('fonts/gothamlight.eot');
    src: url('fonts/gothamlight.eot?#iefix') format('embedded-opentype'),
    url('fonts/gothamlight.woff2') format('woff2'),
    url('fonts/gothamlight.woff') format('woff'),
    url('fonts/gothamlight.ttf') format('truetype'),
    url('fonts/gothamlight.svg#gotham_lightregular') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'GothamPro';
    src: url('fonts/gothammedium.eot');
    src: url('fonts/gothammedium.eot?#iefix') format('embedded-opentype'),
    url('fonts/gothammedium.woff2') format('woff2'),
    url('fonts/gothammedium.woff') format('woff'),
    url('fonts/gothammedium.ttf') format('truetype'),
    url('fonts/gothammedium.svg#gotham_mediumregular') format('svg');
    font-weight: 600;
    font-style: normal;
}
a {
    color: #61c6cf;
}
a:focus{
    outline: 0;
}
a:active,
a:hover {
    outline: 0;
    color: #58ADB4;
}
ul, menu, dir {
    -webkit-padding-start: 0px;
    padding: 0;
}
html {
    margin: 0;
    padding: 0;
    height:100%;
    width: 100%;
}
body {
    margin:0;
    padding:0;
    height:100%;
    font-family: 'PFDinTextCompPro', sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #888888;
    background: #ffffff;
    min-width: 270px;
}
/* --- general css --- */
.clear {
    clear:both;
}
.wrapper {
    min-height: 100%;
    position: relative;
    overflow: hidden;
}
.wrapper.login {
    height: 100%;
    min-height: 100%;
    position: relative;
    overflow: visible;
}
.hidden {
    display: none !important;
}
.visible {
    display: block !important;
}
.wrap_out .container {
    max-width: 500px;
    padding: 0;
    margin: 0 auto;
    position: relative;
}
.container {
    max-width: 1280px;
    padding: 0;
    margin: 0 auto;
    position: relative;
}
.wrapper.login  .container {
    max-width: 500px;
    padding: 0;
    margin: 0 auto;
    position: relative;
}
.text .container{
    max-width: 960px;
    padding: 0;
    margin: 0 auto;
    position: relative;
}
.container-fluid {
    max-width: 1280px;
    padding: 0 40px;
    margin: 0 auto;
    position: relative;
}
.to_left {
    float: left;
}
.to_right {
    float: right;
}
.text_to_right {
    text-align: right !important;
}
.text_center {
    text-align: center;
}
ul, ol {
    margin: 0;
}
.photo img {
    width: 100%;
    height: auto;
}
.cols, .col {
    margin: 0;
    padding: 0;
}
.col {
    float: left;
}
.fa-fw {
    width: 1.7em;
}
.btn {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: none;
    font-family: 'PFDinTextCompPro', sans-serif;
    font-weight: 600;
    font-size: 1.625em; /*27*/
    line-height: 1em;
    color: #ffffff;
    text-transform: uppercase;
    padding: 12px 23px 12px 23px;
    letter-spacing: -0.005em;
    -webkit-transition: background 0.02s ease-in;
    -moz-transition:    background 0.02s ease-in;
    -o-transition:      background 0.02s ease-in;
    transition:         background 0.02s ease-in;
}
.btn:hover {
    -webkit-transition: background 0.02s ease-in;
    -moz-transition:    background 0.02s ease-in;
    -o-transition:      background 0.02s ease-in;
    transition:         background 0.02s ease-in;
}
.btn:hover,
.btn:active,
.btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
}
.btn-default {
    background: #313236;
}
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
    background: #4e4f55;
}
.btn-primary {
    background: #61c4cd;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background: #58ADB4;
}
.btn-fb {
    background: #3c5a99;
}
.btn-fb:hover,
.btn-fb:active,
.btn-fb:focus {
    background: #304777;
}
.btn-gmail {
    background: #dc4a38;
}
.btn-gmail:hover,
.btn-gmail:active,
.btn-gmail:focus {
    background: #BC3E2F;
}
.btn-tw {
    background: #5ea9dd;
}
.btn-tw:hover,
.btn-tw:active,
.btn-tw:focus {
    background: #5395c3;
}
.btn-ln {
    background: #0274b3;
}
.btn-ln:hover,
.btn-ln:active,
.btn-ln:focus {
    background: #035d8f;
}
.btn-sign-up {
    text-transform: uppercase;
    border: 4px solid #bdd52f;
    background: none;
    color: #bdd52f;
    font-size: 2.000em; /*32*/
    line-height: 0.875em; /*28*/
    min-width: 200px;
    -webkit-transition: all 0.02s ease-in;
    -moz-transition:    all 0.02s ease-in;
    -o-transition:      all 0.02s ease-in;
    transition:         all 0.02s ease-in;
}
.btn-sign-up:hover,
.btn-sign-up:active,
.btn-sign-up:focus {
    background: none;
    border-color: #a0b429;
    color: #a0b429;
    -webkit-transition: all 0.02s ease-in;
    -moz-transition:    all 0.02s ease-in;
    -o-transition:      all 0.02s ease-in;
    transition:         all 0.02s ease-in;
}
.btn i {
    font-size: 19px;
    display: inline-block;
    margin-right: 16px;
    font-weight: normal;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3,
.col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5,
.col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7,
.col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 20px;
    padding-left: 20px;
}
.row {
    margin-right: -20px;
    margin-left: -20px;
}
/*--- text ---*/
h1 {
    font-size: 3.438em; /*55*/
    line-height: 0.98em;
    font-family: 'PFDinTextCompPro', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #404040;
    text-align: left;
    margin: 30px 0;
    letter-spacing: -0.015em;
}
h1 span {
    color: #8ac213;
}
h2 {
    font-size: 2.500em; /*40*/
    line-height: 0.98em;
    font-family: 'PFDinTextCompPro', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #404040;
    text-align: left;
    margin: 25px 0;
    letter-spacing: -0.015em;
}
h1.alt,
h2.alt,
h3.alt,
h4.alt,
h5.alt,
h6.alt {
    text-transform: none;
    font-weight: 500;

}
h1.alt span,
h2.alt span,
h3.alt span,
h4.alt span,
h5.alt span,
h6.alt span {
    color: #61C4CD;

}
h3 {
    font-size: 1.375em; /*22*/
    line-height: 1em;
    font-family: 'PFDinTextCompPro', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #404040;
    margin: 25px 0;
}
p {
    font-family: 'GothamPro', sans-serif;
    font-weight: normal;
    font-size: 1em; /*16*/
    line-height: 1.500em; /*24*/
    color: #404040;
    margin: 22px 0;
}
strong {
    font-weight: 600;
}
.container-fluid.text {
    padding: 0;
}
.text .sign_wrap ul{
    font-family: 'PFDinTextCompPro', sans-serif;
    font-weight: 300;
    text-align: left;
    font-size: 1.375em; /*22*/
    line-height: 1em;
    color: #404040;
    margin-left: 20px;
}
.text p {
    color: #808184;
    margin: 20px 0;
}
.text a {
    color: #61c6cf;
    text-decoration: none;
}
.text a:hover {
    text-decoration: underline;
}
.text a:visited {
    color: #47969e;
}
.text table {

}
.text table td {
    padding: 40px;
    width: 50%;
    position: relative;
    overflow: hidden;
    vertical-align: top;
}
.text table td img {
    width: 100%;
    height: auto;
}
.text table td .img-wrap img {
    display: block;
    width: 100%;
    height: auto;
}
.text table td .img-wrap{
    margin: -40px;
}
.text table td .wp-caption{
    width: auto!important;
    position: relative;
    margin: -40px;
}
.text table td .wp-caption .wp-caption-text{
    position: absolute;
    top: 0;
    left: 10%;
    width: 80%;
    z-index: 10;
    font-family: 'PFDinTextCompPro', sans-serif;
    font-weight: 300;
    font-size: 1.6em;
    line-height: 1.100em;
    color: #010101;
    opacity: 0;
    transition: all 0.05s linear;
}

.text table td .wp-caption:hover .wp-caption-text{
    opacity: 1;
}
.text table td .wp-caption:after {
    content: " ";
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(97, 198, 207, 0.8);
    opacity: 0;
    -webkit-transition: all 0.05s linear;
    -moz-transition: all 0.05s linear;
    -o-transition: all 0.05s linear;
    -ms-transition: all 0.05s linear;
    transition: all 0.05s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
.text table td .wp-caption br{
    display: block;
    margin: 10px 0;
    content: " ";
}
.text table td .wp-caption:hover:after{
    opacity: 1;
}
.text table td .embed-responsive{
    margin: -20px -40px;
}

.text table[border="2"] tr:nth-child(even) td:first-child{
    left: 50%;
}
.text table[border="2"] tr:nth-child(even) td
{
    right: 50%;
}

.text table[border="2"] td,
.text table[border="2"]{
    border: none;
}

@media screen and (max-width: 767px) {
    .text table td{
        display: block;
        width: 100%!important;
    }
    .text table td .wp-caption .wp-caption-text{
        font-size: 1.25em;
    }
}


.text h1,
.text h3 {
    padding-left: 40px;
    padding-right: 40px;
}
.text h1 {
    background: #efefef;
    line-height: 1.25em;
    padding-top: 65px;
    padding-bottom: 12px;
    margin: 0;
    *zoom: 1;
}
.text h1:before,
.text h1:after {
    display: table;
    content: "";
    line-height: 0;
}
.text h1:after {
    clear: both;
}
.text h1 p {
    font-size: 1em;
    line-height: 1em;
    font-family: 'PFDinTextCompPro', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #404040;
    text-align: left;
    margin: 10px 0 5px 0;
}
.text h1 span {
    font-size: 0.727em;
    text-transform: none;
    font-weight: normal;
    display: block;
    color: #404040;
    line-height: 1.15em;
    max-width: 800px;
    float: left;
    margin-bottom: 20px;
}
.text h1 a {
    border: none;
    font-family: 'PFDinTextCompPro', sans-serif;
    font-weight: 600;
    line-height: 1em;
    color: #ffffff;
    text-transform: uppercase;
    padding: 13px 20px 13px 20px;
    letter-spacing: -0.005em;
    float: right;
    font-size: 32px;
    text-decoration: none;
    background: #61c4cd;
    margin-bottom: 15px;
}
.text h1 a:hover {
    text-decoration: none;
    background: #58ADB4;
}
.text h1 a:visited {
    color: #ffffff;
}
.text h3 {
    background: #61c6cf;
    color: #ffffff;
    margin: 0;
    text-align: center;
    font-size: 2.500em;
    line-height: 0.98em;
    text-transform: none;
    font-weight: normal;
    padding: 30px 40px;
}
.text table h2 {
    margin: 20px 0;
}
.text table h3 {
    font-family: 'GothamPro', sans-serif;
    font-size: 1em;
    line-height: 1.500em;
    color: #404040;
    font-weight: 600;
    text-transform: none;
    margin: 20px 0;
    background: none;
    text-align: left;
    padding: 0;
}
.text table strong {
    font-weight: 600;
    color: #404040;
}
.text ul,
.text ol {
    margin: 17px 0;
}
.text ul {
    list-style: none;
}
.text ul li,
.text ol li {
    font-family: 'GothamPro', sans-serif;
    font-weight: normal;
    font-size: 1em;
    line-height: 1.500em;
    color: #808184;
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
}
.text ul li {
    margin-left: 27px;
}
.text ul li:before {
    font-family: FontAwesome;
    content: "\f111";
    font-size: 6px;
    color: #61c6cf;
    position: absolute;
    left: -25px;
    top: 2px;
}
.text .gray {
    background: #efefef;
}
@media screen and (max-width: 767px) {
    .text h1,
    .text h3 {
        padding-left: 30px;
        padding-right: 30px;
    }
    .text table td {
        padding: 30px;
    }
    .text table td .img-wrap {
        margin: -30px;
    }
}
@media screen and (max-width: 767px) {
    .text table td .img-wrap {
        margin: 0 -30px 15px -30px;
    }
    .text table td {
        display: block;
        width: 100%;
        padding-top: 0;
        padding-bottom: 0;
    }
    .text table[border="2"] td{
        left: auto !important;
        right: auto !important;
    }
}
@media screen and (max-width: 479px) {
    .text h1,
    .text h3 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .text table td {
        padding: 15px;
    }
    .text table td .img-wrap {
        margin: 0 -15px 15px -15px;
    }
}
/*--- end of text ---*/
/*--- form ---*/
.form-control {
    height: 50px;
    line-height: 50px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: 1px solid transparent;
    padding: 0 12px;
    font-size: 1em; /*16*/
    color: #888888;
    font-family: 'GothamPro',  sans-serif;
    font-weight: normal;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .05s,-webkit-box-shadow ease-in-out .05s;
    -o-transition: border-color ease-in-out .05s,box-shadow ease-in-out .05s;
    transition: border-color ease-in-out .05s,box-shadow ease-in-out .05s;
}
.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #cdcdcd;
}
.form-control::-webkit-input-placeholder {
    color:    #888888;
    font-family: 'GothamPro',  sans-serif;
    font-weight: normal;
}
.form-control:-moz-placeholder {
    color:    #888888;
    opacity:  1;
    font-family: 'GothamPro',  sans-serif;
    font-weight: normal;
}
.form-control::-moz-placeholder {
    color:    #888888;
    opacity:  1;
    font-family: 'GothamPro',  sans-serif;
    font-weight: normal;
}
.form-control:-ms-input-placeholder {
    color:    #888888;
    font-family: 'GothamPro',  sans-serif;
    font-weight: normal;
}
.form-control.select2-container {
    height: 50px !important;
    padding: 0;
}
.form-control .select2-choice {
    height: 48px;
    line-height: 48px;
    background: #ffffff;
    border: none;
    padding-left: 12px;
}
.form-control.select2-container.select2-container-active {

}
.form-control.select2-container.select2-dropdown-open {
    border-color: #cdcdcd;
    border-radius: 0;
}
.select2-container .select2-choice abbr{
    right: 30px;
    top: 18px;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.select2-container .select2-choice > .select2-chosen {
    padding-left: 12px;
    text-align: left;
    margin-right: 28px;
    margin-left: 0;
    padding: 0;
}
.select2-drop {
    color: #888888;
}
.select2-drop-active {
    border-color: #cdcdcd;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.select2-container .select2-choice .select2-arrow {
    width: 28px;
    background: none;
    border: none;
}
.select2-container .select2-choice .select2-arrow b {
    background: none !important;
    position: relative;
}
.select2-container .select2-choice .select2-arrow b:before {
    position: absolute;
    content: "";
    display: block;
    width: 15px;
    height: 9px;
    background: url("images/sprite.png") no-repeat 0 0;
    top: 20px;
    right: 9px;
}
.select2-container.select2-dropdown-open .select2-choice .select2-arrow b:before {
    background: url("images/sprite.png") no-repeat -15px 0;
}
.select2-results .select2-result-label {
    font-family: 'Myriad Pro', sans-serif;
}
.select2-results .select2-highlighted {
    background: #3c3c3c;
}
/*.select2-search {
    visibility: hidden;
}*/
.filter_field {
    margin-bottom: 20px;
}
.filter_wrap {
    display: table;
}
.filter_cell {
    display: table-cell;
    vertical-align: middle;
}
.select_cell {
    width: 100%;
}
.filter_cell label {
    font-size: 22px;
    text-transform: uppercase;
    white-space: nowrap;
    color: #404040;
    margin-bottom: 0;
}
.filter_cell label.left_label {
    margin-right: 12px;
}
.filter_cell label.right_label {
    margin-left: 12px;
}
.sign_content .error,
.error {
    font-family: 'GothamPro',  sans-serif;
    font-weight: normal;
    color: #ff3a05;
    font-size: 1em;
    text-align: center;
    margin-top: 5px;
}
@media screen and (max-width: 499px) {
    .filter_field {
        width: 100%;
    }
}
/*--- end of form ---*/
/*--- login content ---*/
.backg {
    background: url("images/backg.jpg") no-repeat center;
    background-size: cover;
}
.wrap_out {
    width: 100%;
    min-height: 100%;
    position: relative;
    background: url("images/backg.jpg") no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    padding-bottom: 130px;
}
.backg {
    position: absolute;
    width: 100%;
    max-width: 500px;
    height: 100%;
    top: 0;
    background: rgba(255,255,255,0.8);
    margin:0 auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.text .backg{
    max-width: 960px;
}
.sign_content {
    height: 100%;
    text-align: center;
    padding: 40px 40px 0 40px;
    position: relative;
}
.sign_content h1 {
    font-size: 2.000em; /*32*/
}
.sign_content p {
    font-family: 'PFDinTextCompPro', sans-serif;
    font-weight: 300;
    text-align: left;
    font-size: 1.375em;
    line-height: 1em;
    color: #404040;
}
.sign_content h3 {
    font-size: 1.375em;
    line-height: 1em;
    font-family: 'PFDinTextCompPro', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #404040;
    margin: 25px 0;
}
.sign_wrap {
    position: relative;
    height: 100%;
    padding-bottom: 100px;
}
.logo {
    margin-bottom: 55px;
    padding: 0 10px;
}
.logo img {
    max-width: 100%;
    height: auto;
}
.buttons_block {
    margin-top: 67px;
}
.buttons_block .btn {
    width: 100%;
    max-width: 300px;
}
.buttons_block .btn-fb,
.buttons_block .btn-gmail {
    display: inline-block;
    font-size: 1.313em; /*21*/
    padding: 14px 20px 14px 20px;
    width: 100%;
    max-width: 180px;
    margin-bottom: 15px;
}
.buttons_block .or {
    display: inline-block;
    width: 30px;
    font-size: 1.063em; /*17*/
    line-height: 30px;
    color: #EDECEC;
    text-transform: uppercase;
    background: #84858A;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin: 0 10px;
    position: relative;
    top: 10px;
    margin-bottom: 30px;
}
.buttons_block .btn-fb,
.buttons_block .btn-gmail,
.buttons_block .or {
    vertical-align: text-top;
}
.buttons_block.enter_buttons {
    margin-top: 10px;
}
.bottom_soc {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 125px;
    z-index: 500;
}
.bottom_soc a {
    color: #cdcdcd;
    font-size: 22px;
    width: 38px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 3px solid #cdcdcd;
    display: inline-block;
    padding-top: 2px;
    margin: 0 3px;
}
.bottom_soc a:hover {
    color: #BBB8B8;
    border-color: #BBB8B8;
}
.enter_email {
    display: table;
    width: 100%;
}
.form_cell {
    display: table-cell;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
}
.input_cell {
    width: 100%;
}
.form_cell .btn-enter {
    margin-left: 20px;
}
@media screen and (max-width: 549px) {
    .buttons_block.sign_buttons {
        margin-top: 25px;
    }
    .buttons_block.sign_buttons .btn-fb,
    .buttons_block.sign_buttons .btn-gmail,
    .buttons_block.sign_buttons .or {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .buttons_block.sign_buttons .or {
        top: auto;
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 399px) {
    .enter_email {
        display: block;
    }
    .form_cell {
        display: block;
        text-align: center;
    }
    .form_cell .btn-enter {
        margin: 0;
    }
}
/*--- end of login content ---*/
/*--- languages ---*/
.languages {
    position: absolute;
    right: -40px;
    top: 40px;
}
.languages a {
    font-family: 'PFDinTextCompPro', sans-serif;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1.250em; /*20*/
    width: 40px;
    background: #222223;
    display: block;
    text-align: center;
    padding: 6px 0;
    text-decoration: none;
}
.languages ul {
    list-style: none;
}
.languages ul a {
    background: #464647;
}
.languages ul a:hover {
    background: #62bbc4;
}
@media screen and (max-width: 629px) {
    .languages {
        right: 0;
    }
}
/*--- end of languages ---*/
/*--- bottom menu ---*/
.bottom_menu {
    background: rgba(25,25,26,0.9);
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 100;
}
.bottom_menu ul {
    display: table;
    width: 100%;
}
.bottom_menu ul li {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 100px;
    padding: 15px;
}
.bottom_menu ul li a {
    text-transform: uppercase;
    font-family: 'PFDinTextCompPro', sans-serif;
    font-weight: 300;
    font-size: 1.250em; /*20px*/
    line-height: 1.100em;
    color: #808184;
    text-decoration: none;
}
.bottom_menu ul li a:hover {
    color: #61c6cf;
}
/*--- end of bottom menu ---*/
/*--- header ---*/
.header {
    background: #171717;
    position: fixed;
    z-index: 20;
    width: 100%;
    height: 100px;
}
.header .container-fluid {
    padding: 0;
}
.header .logo {
    padding: 0;
    margin: 16px 0 19px 40px;
    float: left;
}
.header .logo a {
    display: block;
}
.header .logo .mobile {
    display: none;
    max-width: 220px;
    height: auto;
}
.header .nav_wrap {
    float: right;
    position: relative;
}
.nav_menu {
    float: left;
}
.nav_menu ul {
    list-style: none;
    padding: 36px 21px 36px 0;
}
.nav_menu ul li {
    display: inline-block;
    margin: 0 21px 0 21px;
}
.nav_menu ul li a {
    font-family: "PFDinTextCompPro", sans-serif;
    font-weight: 600;
    text-decoration: none;
    font-size: 1.250em; /*20*/
    color: #c0c0c0;
    text-transform: uppercase;
}
.nav_menu ul li a:hover,
.nav_menu ul li a.active {
    color: #bdd52f;
}
ul.language {
    list-style: none;
    float: left;
    background: #202020;
    padding: 36px 17px 35px 25px;
}
ul.language li {
    display: inline-block;
}
ul.language li a {
    text-transform: uppercase;
    font-family: "PFDinTextCompPro", sans-serif;
    font-weight: 600;
    text-decoration: none;
    font-size: 1.250em; /*20*/
    color: #939393;
    padding: 0 5px;
    margin: 0 6px;
    display: inline-block;
}
ul.language li a:hover,
ul.language li a.active {
    color: #bdd52f;
}
.nav_button {
    float: left;
    display: none;
}
.nav_button a {
    padding: 2px 12px;
    margin: 0 0 5px 5px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 1.250em;
    color: #bdd52f;
    border: 2px solid #bdd52f;
    font-family: "PFDinTextCompPro", sans-serif;
    font-weight: 600;
    text-decoration: none;
}
.nav_button a:hover {
    border-color: #a0b429;
    color: #a0b429;
}

/*--- end of header ---*/
/*--- main_content ---*/
.main_content {
    padding-bottom: 120px;
    margin-top: 100px;
}
.main_content.grey_content {
    background: #efefef;
}
.main_block {
    position: relative;
}
.main_block .container-fluid {
    position: static;
}
.main_block .learn_more_wrap {
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
}
.main_block .map_wrap {
    height: 200px;
}
.map_overflow{
    position: relative;
}
.map_overflow > .overflow.o-visible{
    width: 100%;
}
.map_overflow > .overflow{
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #ffffff;
    z-index: 20;
    opacity: 0.5;

    -webkit-transition: 0.3s ease-in-out width;
    -moz-transition: 0.3s ease-in-out width;
    -o-transition: 0.3s ease-in-out width;
    transition: 0.3s ease-in-out width;

}
.google-maps-mobile-scrooll.o-visible{
    width: 50px;
}
.google-maps-mobile-scrooll
{
    z-index:20;
    position: absolute;
    height: 500px;
    width: 0;
    right: 0;
    background: #ffffff;
    opacity: 0.5;

    -webkit-transition: 0.5s ease-in-out width;
    -moz-transition: 0.5s ease-in-out width;
    -o-transition: 0.5s ease-in-out width;
    transition: 0.5s ease-in-out width;
}
.main_top.main_block .learn_more_wrap {
    bottom: -100px;
}
/*--- end of main_content ---*/
/*--- main_top ---*/
.main_top {
    position: relative;
    background: #000000;
}
/*.main_top:before {
    content : "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    opacity: 0.7;
    background: url("images/main_top.jpg") no-repeat center;
    background-size: cover;
}*/
.main_top .carousel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
}
.main_top .carousel .carousel-inner {
    height: 100%;
}
.main_top .carousel .carousel-inner .item {
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 2s;
    -moz-transition: opacity 2s;
    -ms-transition: opacity 2s;
    -o-transition: opacity 2s;
    transition: opacity 2s;
}
.main_top .carousel .active.left {
    left:0;
    opacity:0;
    z-index:2;
}
.main_top .carousel .next {
    left:0;
    opacity:1;
    z-index:1;
}
.main_top .main_block_wrap {
    position: relative;
    z-index: 10;
    height: 100%;
}
.main_top.main_block .main_top_content {
    margin: 200px auto 50px;
    overflow: auto;
}
.main_top .transparent h1 {
    font-size: 4.688em; /*75*/
    color: #ffffff;
    margin: 0;
    letter-spacing: -0.01em;
}
.main_top .transparent h2 {
    color: #ffffff;
    margin: 0;
    letter-spacing: -0.01em;
    text-transform: none;
    font-family: 'PFDinTextCompPro', sans-serif;
    font-weight: normal;
}
.main_top_content .btn-sign-up {
    margin-top: 30px;
}
.main_top .transparent p {
    color: #ffffff;
    font-family: 'GothamPro', sans-serif;
    font-weight: normal;
    font-size: 1.5em; /*16*/
    line-height: 140%;
    display: block;
    margin: 20px 0;
    letter-spacing: -0.005em;
}
.copyright {
    font-family: "GothamPro", sans-serif;
    font-weight: 300;
    color: #ffffff;
    font-size: 16px;
    opacity: 0.3;
    position: absolute;
    bottom: -95px;
    right: 10px;
}
.learn_more_wrap {
    text-align: center;
    padding: 25px 0 30px 0;
}
.learn_more {
    display: block;
    font-family: 'PFDinTextCompPro', sans-serif;
    font-weight: normal;
    color: #ffffff;
    font-size: 1.563em; /*25*/
    line-height: 1.120em; /*28*/
    text-decoration: none;
    margin-top:20px;
    padding-bottom: 22px;
    position: relative;
}
.learn_more:hover {
    color: #BEBEBE;
    text-decoration: none;
}
.learn_more.gray {
    color: #404040;
}
.learn_more.gray:hover {
    color: #818181;
}
/*.learn_more:after { arrow down
    content: "\f078";
    font-family: "FontAwesome";
    font-size: 14px;
    line-height: 14px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
}*/
@media screen and (max-width: 992px) {
    .main_top.main_block .main_top_content h1{
        font-size: 3.125em;
    }
}
@media screen and (max-width: 599px) {
    .main_top.main_block .main_top_content {
        margin-top: 100px;
        margin-bottom: 20px;
    }
}
@media screen and (min-width: 767px) {
    .main_top_content > .carousel-header,
    .main_top_content > .carousel-signup-box {
        float: none;
        display: table-cell;
        vertical-align: bottom;
    }
}

.main_login_top {
    position: relative;
    background: #000000;
}
.stories_image{
    /*.main_login_top:before {
        content: "";*/
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    opacity: 0.7;
    /*background: url("images/main_top_1.jpg") no-repeat center top;*/
    background-size: cover;
}
.main_login_top .container-fluid {
    padding: 0;
}
.main_top_wrap {
    display: table;
    margin-top: 390px;
}
.main_top_cell {
    display: table-cell;
}
.main_top_cell.main_top_content {
    width: 100%;
    padding: 30px 40px 30px 40px;
    margin: 0;
}
.main_top_cell.main_top_content h2,
.main_top_cell.main_top_content p,
.story-header h2,
.story-header p {
        color: #ffffff;
}
.main_top_cell.sign_wrap {
    min-width: 480px;
    width: 480px;
    padding: 0;
    vertical-align: bottom;
}
.main_top_cell.sign_wrap .form-wrap{
    background: #efefef;
    padding: 40px;
}


.main_login_top .sign_wrap .buttons_block .btn-fb,
.main_login_top .sign_wrap .buttons_block .btn-gmail {
    max-width: 170px;
    padding: 14px 10px 14px 10px;
}
.main_login_top .sign_wrap h3 {
    font-size: 1.875em; /*30*/
    line-height: 1.100em; /*33*/
    text-transform: none;
    margin-top: 0;
}
.main_login_top .sign_wrap h3 span {
    color: #61c6cf;
}
.main_login_top .sign_wrap .form_cell .btn-enter {
    margin: 0;
}
.main_login_top .sign_wrap .buttons_block {
    margin-top: 30px;
    text-align: center;
}
.main_login_top .sign_wrap .buttons_block .btn-fb,
.main_login_top .sign_wrap .buttons_block .btn-gmail {
    max-width: 170px;
    padding: 14px 10px 14px 10px;
    margin: 0;
}
.main_top .date {
    font-family: 'PFDinTextCompPro', sans-serif;
    font-weight: normal;
    font-size: 1.250em; /*20*/
    line-height: 1.200em; /*24*/
    color: #bebebe;
    margin: 3px 0;
}
@media screen and (max-width: 992px) {
    .main_top_wrap {
        display: block;
        margin-top: 150px;
    }
    .main_top_cell {
        display: block;
    }
    .main_top_cell.main_top_content {
        max-width: none;
    }
    .main_top_cell.sign_wrap {
        width: 100%;
        min-width: 0;
    }
}
@media screen and (max-width: 549px) {
    .main_top_cell.main_top_content,
    .main_top_cell.sign_wrap {
        padding: 30px;
    }
    .main_login_top .sign_wrap .buttons_block .btn-fb,
    .main_login_top .sign_wrap .buttons_block .btn-gmail {
        margin: 0 auto;
    }
    .main_login_top .buttons_block.sign_buttons .or {
        margin: 15px auto;
    }
}
@media screen and (max-width: 549px) {
    .main_top_cell.main_top_content,
    .main_top_cell.sign_wrap {
        padding: 30px 15px;
    }
}
/*--- end of main_top ---*/
/*--- impact ---*/
.recent.impact {
    padding-top: 0;
}
.recent.impact h2 {
    font-size: 2.500em;
    line-height: 0.98em;
    text-transform: none;
    font-weight: normal;
}
.disclaimer {
    padding: 10px;
}
.disclaimer p {
    font-size: 0.875em; /*14px*/
    line-height: 1.429em; /*20*/
    margin: 5px 0;
}
.text_center {
    text-align: center;
}
.disclaimer a {
    font-family: "GothamPro", sans-serif;
    font-weight: normal;
    font-size: 1.250em; /*20*/
    line-height: 1.250em;
    text-decoration: underline;
    margin: 5px 0;
    display: inline-block;
}
.map_block.impact {
    border: none;
}
.quote_block {
    background: #61c6cf;
}
.quote_wrap {
    position: relative;
    padding: 40px 0;
}
.quote_wrap:before {
    position: absolute;
    content: "";
    display: block;
    width: 58px;
    height: 58px;
    background: url("images/sprite.png") no-repeat 0 -41px;
    top: 23px;
    right: 17px;
    opacity: 0.2;
}
.quote_block .quote_col {
    padding: 0 95px 0 40px;
    color: #ffffff;
    font-family: "GothamPro", sans-serif;
    font-weight: normal;
    font-size: 2em; /*32*/
    line-height: 1.250em;
}
@media screen and (max-width: 767px) {
    .quote_block .quote_col {
        padding: 0 95px 0 30px;
    }
}
@media screen and (max-width: 479px) {
    .quote_block .quote_col {
        padding: 0 95px 0 15px;
    }
}
/*--- end of impact ---*/
/*--- supporters ---*/
.supporters_block {
    background: #efefef;
}
.supp_title {
    padding: 28px 0 0 0;
}
.supporters_block h2 {
    float: left;
    margin-top: 5px;
    text-transform: none;
    font-weight: normal;
}
.supp_country {
    float: right;
    margin-bottom: 28px;
}
.supp_country .filter_wrap {
    display: block;
}
.supp_country .filter_cell {
    display: block;
    float: left;
}
.supp_country .select_cell {
    width: 270px;
}
.supp_country .filter_cell label {
    color: #808184;
    font-weight: normal;
    text-transform: none;
    font-size: 1.563em; /*25*/
    line-height: 1.120em; /*28*/
    margin-top: 10px;
    margin-bottom: 10px;
}
.supp_country .select2-container .select2-choice {
    color: #888888;
}
.supp_bottom {
    text-align: center;
    padding: 0 0 45px 0;
}
.supp_bottom h3 {
    font-family: "GothamPro", sans-serif;
    font-size: 1.250em; /*20*/
    line-height: 1.250em;
    text-transform: none;
    font-weight: 600;
    margin: 22px 0;
}
.supp_bottom p {
    color: #6b6b6b;
    margin: 17px 0;
}
.supp_bottom .btn-sign-up {
    margin-bottom: 23px;
}
.supp_bottom .social_btn .btn {
    margin: 0 8px 15px 8px;
    font-size: 1.375em; /*22*/
    letter-spacing: 0.01em;
    padding: 14px 30px 14px 30px;
}
.label_value,
.label_name {
    font-family: "GothamPro", sans-serif;
    font-size: 18px;
    margin: 4px 0;
    line-height: 20px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    white-space: normal;
    letter-spacing: -0.005em;
    padding: 0 4px;
}
.supp_graph {
    text-align: center;
    padding-bottom: 40px;
}
.highcharts-container {
    overflow: visible !important;
}
.label_name {
    font-size: 11px !important;
    line-height: 13px;
    font-weight: 600;
}
.highcharts-title {
    font-family: 'PFDinTextCompPro', sans-serif !important;
    font-size: 30px !important;
    margin-top: -11px !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.supp_charts {
    display: inline-block;
    vertical-align: text-top;
    margin-right: -4px;
    width: 33%;
    height: 310px;
}
@media screen and (max-width: 1299px) {
    .supp_charts {
        width: 50%;
    }
}
@media screen and (max-width: 699px) {
    .supp_charts {
        width: 100%;
    }
}
@media screen and (max-width: 399px) {
    .supp_charts {
        height: 300px;
    }
}
@media screen and (max-width: 379px) {
    .supp_charts {
        height: 250px;
    }
}
@media screen and (max-width: 349px) {
    .highcharts-title {
        font-size: 20px !important;
        margin-top: -5px !important;
    }
    .supp_charts {
        height: 230px;
    }
}
@media screen and (max-width: 299px) {
    .highcharts-title {
        font-size: 16px !important;
        margin-top: -2px !important;
    }
    .supp_charts {
        height: 200px;
    }
}
/*--- end of supporters ---*/
/*--- thanks_block ---*/
.thanks_block:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    opacity: 1;
    background: url("images/thanks.jpg") no-repeat center;
    background-size: cover;
    z-index: -1;
}
.thanks_wrap {
    color: #ffffff;
    margin: 120px 0;
    text-align: center;
}
.thanks_wrap h1 {
    margin: 37px 0;
}
.thanks_wrap h1,
.thanks_wrap h2 {
    text-align: center;
    letter-spacing: -0.015em;
}
.thanks_wrap h2 {
    line-height: 1.125em; /*45*/
    margin: 32px 0;
    text-align: center;
}
.thanks_wrap h1,
.thanks_wrap h2,
.thanks_wrap p {
    color: #ffffff;
}
.thanks_wrap h2 {
    text-transform: none;
    font-family: 'PFDinTextCompPro', sans-serif;
    font-weight: normal;
}
.thanks_wrap p {
    font-family: "GothamPro", sans-serif;
    font-weight: normal;
    margin: 25px 0;
    font-size: 1.5em;
    line-height: 140%;
}
.thanks_wrap .share_wrap {
    margin-bottom: 65px;
}
.thanks_wrap .btn-sign-up {
    margin-top: 3px;
}
.thanks_wrap .share_links li a{
    width: 70px;
    height: 70px;
}
.thanks_wrap .share_links li a i{
    line-height: 66px;
    font-size: 44px;
}


@media screen and (max-width: 479px) {
    .thanks_wrap {
        margin: 60px 0;
    }
}
/*--- end of thanks_block ---*/
/*--- map_block ---*/
.map_block {
    border-color: #dfdfdf;
    border-style: solid;
    border-width: 1px 0 1px 0;
}
.map_block h1.t{
    margin: 0;
    margin-top: 30px;
    font-size: 3.438em;
    line-height: 0.98em;
    color: #61c6cf;
    text-align: center;
}
.map_block .map_title {
    background: #f0f0f0;
    text-align: center;
    color: #404040;
    font-weight: 600;
    text-transform: uppercase;
    padding: 4px 0;
}
.map_block .map_title > span {
    font-size: 2.1em;
    display: inline-block;
    padding: 0 35px;

}
.map_block .map_title .supporters span {
    color: #bdd52f;
}
.map_block .map_title .ratifications span {
    color: #61c6cf;
    cursor: pointer;
}
.map_wrap {
    height: 650px;
    background: gray;
}
.map_bottom,
.map_bottom p {
    text-align: center;
}
.map_bottom p {
    font-family: "GothamPro", sans-serif;
    font-weight: 600;
    font-size: 1.250em; /*20*/
    line-height: 1.250em; /*25*/
}
.map_bottom p span {
    color: #F25757;
}
.learn_more_wrap {
    padding: 25px 0 25px 0;
}
@media screen and (max-width: 599px) {
    .map_block .map_title h2 {
        font-size: 2.8em;
        float: none;
        margin: 10px 0;
    }
    .map_wrap {
        height: 350px;
    }
}
@media screen and (max-width: 479px) {
    .map_wrap {
        height: 300px;
    }
    .map_block .map_title h2 {
        margin: 5px 0;
    }
    .map_block .map_title h2 span {
        display: block;
    }
}
@media screen and (max-width: 349px) {
    .map_wrap {
        height: 250px;
    }
}
/*--- end of map_block ---*/
/*--- recent ---*/
.recent {
    padding-top: 36px;
}
.container-fluid.no_pad {
    padding: 0;
}
.recent h2 {
    font-size: 3.438em; /*55*/
    line-height: 0.98em;
    margin: 32px 0;
}
.recent p {
    font-family: "GothamPro", sans-serif;
    font-weight: normal;
    font-size: 1.250em; /*20*/
    line-height: 1.300em; /*26*/
}
.recent .home_block {
    height: 540px;
}
.recent .desc_cont {
    max-height: 460px;
}
.disclaimer,
.recent p.disclaimer {
    font-family: 'GothamPro', sans-serif;
    font-weight: normal;
    font-size: 0.875em; /*14*/
    color: #8f8f8f;
}
@media screen and (min-width: 480px) and (max-width: 992px) {
    .home_block.small_block {
        height: 270px;
    }
    .home_block.small_block .desc_cont {
        max-height: 177px;
    }
}
@media screen and (max-width: 599px) {
    .recent {
        padding-top: 20px;
    }
    .recent h2 {
        font-size: 2.8em;
    }
}
/*--- end  of recent ---*/
/*--- custom_content ---*/
.custom_title p,
.custom_bottom p {
    font-size: 1.250em; /*20*/
    line-height: 1.250em; /*25*/
}
.custom_title {
    padding-bottom: 25px;
}
.custom_title p {
    max-width: 710px;
    float: left;
    margin-top: 0;
}
.custom_title .btn {
    float: right;
    margin-top: 5px;
}
.custom_title h1 {
    margin: 25px 0 13px 0;
}
.custom_top .video_wrapper {
    margin: 0;
}
/*--- end of custom_content ---*/
/*--- sign_box ---*/
.sign_box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 99;
}
.sign_box .sign_wrap {
    max-width: 460px;
    /*background: #efefef;*/
    padding: 35px 60px;
    height: auto;
    margin: 140px auto 0 auto;
    position: relative;
    text-align: center;
}
.sign_box .btn-enter {
    margin-left: 0;
}
.sign_box .buttons_block {
    margin: 27px -10px 0 -10px;
}
.sign_box .buttons_block .btn {
    max-width: 160px;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0 9px 15px 9px;
}
.sign_box .question_link {
    font-family: "GothamPro", sans-serif;
    color: #808184;
    text-decoration: underline;
    display: block;
    text-align: center;
    margin-top: 20px;
}
.sign_box h2,
.sign_box h3 {
    text-transform: none;
    text-align: center;
    margin: 15px 0;
}
.sign_box h2 {
    font-size: 2.063em; /*33*/
    line-height: 1.091em; /*36*/
}
.sign_box h3 {
    font-weight: normal;
    font-size: 1.563em; /*25*/
    line-height: 1.200em; /*30*/
}
.sign_box .enter_email {
    margin-top: 35px;
}
.sign_box .close {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 7px;
    background: #d0d0d0;
    border-radius: 50%;
    opacity: 1;
}
.sign_box .close:hover {
    background: #bbbbbb;
}
.sign_box .close i {
    display: block;
    width: 16px;
    height: 16px;
    background: url("images/sprite.png") no-repeat -81px 0;
}
.sign_counter {
    margin: 24px auto 0 auto;
    display: inline-block;
}
.counter_wrap {
    background: #cccccc;
    display: inline-block;
    color: #313236;
    font-family: 'PFDinTextCompPro', sans-serif;
    font-size: 2.500em; /*40*/
    padding: 4px;
}
.sign_counter p {
    font-family: "GothamPro", sans-serif;
    font-size: 1em;
    color: #808184;
    margin: 4px 0;
}
.counter_wrap span {
    background: #FFFFFF;
    display: block;
    float: left;
    line-height: 42px;
    margin-right: 1px;
    width: 24px;
}
.counter_wrap span:last-child {
    margin-right: 0;
}
.counter_wrap span.comma {
    background: none;
    width: 9px;
}
@media screen and (max-width: 599px) {
    .sign_box .sign_wrap {
        padding: 15px 30px 30px 30px;
    }
    .sign_box .enter_email {
        margin-top: 0;
    }
    .sign_box h2, .sign_box h3 {
        margin: 10px 0;
    }
    .sign_box .buttons_block {
        margin: 17px -10px 0 -10px;
    }
    .sign_box .question_link {
        margin-top: 10px;
    }
}
@media screen and (max-width: 559px) {
    .sign_box .buttons_block {
        margin: 17px 0 0 0;
    }
    .sign_box .buttons_block .btn {
        margin: 0 auto 15px auto;
        display: block;
    }
}
@media screen and (max-width: 399px) {
    .counter_wrap {
        font-size: 1.5em;
    }
    .counter_wrap span {
        line-height: 28px;
        width: 16px;
    }
    .sign_box .buttons_block {
        margin: 10px 0 0 0;
    }
    .sign_box .buttons_block .btn {
        margin: 0 auto 10px auto;
        display: block;
    }
    .sign_box .close {
        top: 10px;
        right: 10px;
    }
}
/*--- end of sign_box ---*/
/*--- sign_block ---*/
.sign_block .sign_wrap h3 {
    color: #F25757;
}
.sign_block:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    opacity: 1;
    background: url("images/sign_back.jpg") no-repeat center;
    background-size: cover;
    z-index: -1;
}
.sign_block .sign_wrap {
    max-width: 560px;
    margin: 60px auto 60px auto;
    padding: 33px 70px 40px 70px;
    background: #efefef;
    text-align: center;
}
.sign_block h2 {
    text-align: center;
    text-transform: none;
    font-weight: normal;
    margin: 25px 0 40px 0;
}
.sign_block h3 {
    font-family: "GothamPro", sans-serif;
    font-weight: 600;
    font-size: 1em;
    text-transform: none;
}
.sign_block h2,
.sign_block h3,
.sign_block p {
    letter-spacing: -0.016em;
}
.sign_block .filter_cell label {
    font-family: "GothamPro", sans-serif;
    font-weight: normal;
    text-transform: none;
    font-size: 1em;
}
.sign_block .buttons_block .btn {
    max-width: none;
    font-size: 2.000em; /*32*/
    padding: 14px 23px 14px 23px;
}
.sign_block .sign_form {
    margin: 47px 0 0 0;
}
.sign_block .error {
    margin: 0 0 3px 0;
}
.sign_block .sign_form .row {
    margin-bottom: 25px;
}
@media screen and (max-width: 599px) {
    .sign_block .sign_wrap {
        padding: 15px 30px 20px 30px;
    }
}
@media screen and (max-width: 499px) {
    .sign_block h2 {
        margin: 15px 0 20px 0;
    }
    .sign_block .sign_form {
        margin-top: 0;
    }
    .sign_block .sign_form .row {
        margin-bottom: 5px;
    }
    .sign_block h3 {
        margin: 15px 0;
    }
}
.sign_block .panel {
    max-width: 445px;
}
.sign_block .panel .panel-body {
    padding: 60px;
}
/*--- end of sign_block ---*/
/*--- about ---*/
.recent.about {
    padding-top: 10px;
    border-top: 1px solid #dfdfdf;
}
.recent.about p {
    margin: 20px 0;
    text-align: center;
}
.recent.about .home_block {
    height: 300px;
}
.recent.about .home_block a .overlay .desc .desc_cont {
    max-height: 200px;
}
.recent .home_block a .title {
    font-family: 'PFDinTextCompPro', sans-serif;
    font-weight: normal;
    text-align: left;
}
.about_info{
    padding-top: 50px;
}
.recent .about_info{
    padding-top: 20px;
}
.recent .about_info h2{
    font-size: 2.500em;
}
.about_info h2 {
    text-transform: none;
    font-family: 'PFDinTextCompPro', sans-serif;
    font-weight: normal;
    line-height: 1.125em; /*45*/
    text-align: center;
    margin: 25px 0 25px 0;
}
.about_info .container-fluid{
    padding-top: 30px;
}
.about_logo_wrap {
    display: table;
    width: 100%;
    margin: 70px 0 45px 0;
}
.about_logo {
    display: table-cell;
    width: 33.3%;
    text-align: center;
    vertical-align: middle;
    padding: 20px;
}
.about_logo a {
    display: inline-block;
}
.about_logo img {
    max-width: 100%;
    height: auto;
}
@media screen and (max-width: 599px) {
    .about_logo_wrap {
        margin: 40px 0 25px 0;
    }
}
@media screen and (max-width: 479px) {
    .about_logo_wrap {
        display: block;
    }
    .about_logo {
        display: block;
        width: 100%;
        padding: 30px 0;
    }
}
/*--- end  of  about ---*/
/*--- story ---*/
.recent.story {
    border-top: 1px solid #dfdfdf;
}
.recent.story h2 {
    font-size: 2.500em;
    line-height: 0.98em;
    text-transform: none;
}
.video_block {
    max-width: 880px;
    margin: 0 auto;
    padding-bottom: 30px;
}
.video_block p {
    font-family: 'GothamPro', sans-serif;
    font-weight: normal;
    font-size: 1em;
    line-height: 1.500em;
    margin: 25px 0;
}
.video_wrapper {
    width: 100%;
    margin: 40px 0 0 0;
}
.share_wrap {
    margin: 25px 0 15px 0;
}
.share_links {
    list-style: none;
    display: inline-block;
}
.share_links li {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 10px;
}
.share_links li a {
    border: 3px solid #000000;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    text-align: center;
    display: block;
    color: #000000;
}
.share_links li a i {
    line-height: 32px;
    font-size: 21px;
}
.share_links li a:hover {
    opacity: 0.8;
}

.thanks_block .share_links li a{
    background-color: #ffffff;
}

.share_links li a.fb {
    border-color: #3c5a99;
    color: #3c5a99;
}
.share_links li a.tw {
    border-color: #33ccfc;
    color: #33ccfc;
}
.share_links li a.ln {
    border-color: #0274b3;
    color: #0274b3;
}
.share_count {
    color: #4d4d4d;
    font-family: "PFDinTextCompPro", sans-serif;
    font-weight: 300;
    font-size: 1.125em; /*18*/
    line-height: 1.222em; /*22*/
    margin-left: 5px;
}
/*--- end of story ---*/
/*--- signme_home ---*/
.signme_home_wrap {
    padding-top: 36px;
}
.signme_home_wrap {
    position: relative;
}
.signme_home_photo {
    float: right;
    text-align: center;
    padding: 100px 0 20px 30px;
}
.signme_home_photo img {
    max-width: 100%;
    height: auto;
}
.signme_home_content {
    text-align: center;
}
.signme_home h2,
.signme_home h3 {
    margin: 5px 0;
    text-align: center;
}
.signme_home h2 {
    font-size: 3.438em; /*55*/
    line-height: 0.98em;
    color: #61c6cf;
}
.signme_home h3 {
    font-family: "PFDinTextCompPro", sans-serif;
    font-weight: normal;
    font-size: 2.500em; /*40*/
    line-height: 1.150em;
    text-transform: none;
}
.signme_home .desc {
    margin: 35px 0;
}
.signme_home .desc p {
    font-family: "GothamPro", sans-serif;
    font-weight: 300;
    font-size: 1.250em; /*20*/
    line-height: 1.300em; /*26*/
    margin: 5px 0;
}
.signme_home .desc strong {
    font-family: "GothamPro", sans-serif;
    font-weight: 600;
}
.text_link {
    width: 190px;
    display: inline-block;
    font-size: 1em; /*16*/
    line-height: 1.313em; /*21*/
    text-decoration: underline;
    font-family: "GothamPro", sans-serif;
    font-weight: normal;
    color: #404040;
    margin: 8px 0 0 0px;
}
.text_link:hover {
    color: #878787;
}
.signme_home .btn-sign-up,
.signme_home .text_link {
    vertical-align: text-top;

}
.signme_home .text_link {
    width: auto;
    margin: 20px 0 0px;
}
.signme_home .learn_more_wrap {
    padding-top: 0;
}
@media screen and (max-width: 767px) {
    .signme_home_wrap{
        padding-top: 30px;
    }
    .signme_home_photo {
        float: none;
        padding: 0 0 30px 0;
    }
    .signme_home .desc {
        margin: 40px 0 60px 0;
    }
}
/*--- end of signme_home ---*/
/*--- head title ---*/
.head_title {
    padding: 18px 0;
}
.head_title h1 {
    font-family: "PFDinTextCompPro", sans-serif;
    font-weight: 600;
    color: #404040;
    letter-spacing: -0.015em;
    margin: 35px 0 13px 0;
}
.head_title p {
    font-family: "GothamPro", sans-serif;
    font-weight: normal;
    font-size: 1.250em; /*20*/
    line-height: 1.300em; /*26*/
    color: #404040;
    max-width: 995px;
    margin: 13px 0 13px 0;
}
/*--- end of head title ---*/
/*--- home blocks ---*/
.home_wrap .container-fluid {
    padding: 0;
}
.home_block {
    position: relative;
    padding: 0;
    height: 550px;
}
.height_550 {
    height: 550px;
}
.height_360 {
    height: 360px;
}
.height_300 {
    height: 300px;
}
.height_250 {
    height: 250px;
}
.height_190 {
    height: 190px;
}
.home_block a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 40px;
    text-decoration: none;
}
.home_block a .title {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 2.000em;
    line-height: 0.98em;
    font-family: 'PFDinTextCompPro', sans-serif;
    font-weight: 600;
    color: #ffffff;
    margin: 0 40px 9% 9%;
    text-transform: none;
    text-shadow: 0 0 2px #000000;
}
.home_block:hover a .title {
    display: none;
}
.home_block a .overlay {
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(97, 198, 207, 0.8);
    opacity: 0;
    -webkit-transition: all 0.05s linear;
    -moz-transition: all 0.05s linear;
    -o-transition: all 0.05s linear;
    -ms-transition: all 0.05s linear;
    transition: all 0.05s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
.home_block a .overlay .desc {
    font-family: 'PFDinTextCompPro', sans-serif;
    font-weight: 300;
    font-size: 2em; /*32*/
    line-height: 1.100em;
    color: #010101;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: table;
}
.home_block a .overlay .desc .desc_inner {
    display: table-cell;
    padding: 50px 9%;
    vertical-align: middle;
}
.home_block a .overlay .desc .desc_cont {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
}
.height_190 .desc_cont {
    max-height: 90px;
}
.height_250 .desc_cont {
    max-height: 150px;
}
.height_300 .desc_cont {
    max-height: 200px;
}
.height_360 .desc_cont {
    max-height: 260px;
}
.height_550 .desc_cont {
    max-height: 450px;
}
.home_block:hover a .overlay {
    opacity: 1;
}
.home_block .share {
    position: absolute;
    top: 0;
    right: 0;
    list-style: none;
}
.home_block .share {
    margin: 17px 17px 0 0;
    z-index: 19;
}
.home_block .share li {
    display: inline-block;
    margin: 0 2px;
}
.home_block .share li a {
    opacity: 0.6;
    padding: 3px;
    display: block;
    text-decoration: none;
}
.home_block .share li a:hover {
    opacity: 0.8;
}
.home_block .share li a i {
    color: #ffffff;
    font-size: 23px;
}
@media screen and (max-width: 992px) {
    .home_block {
        width: 50%;
    }
}
@media screen and (max-width: 479px) {
    .home_block {
        width: 100%;
    }
}
/*--- end of home blocks ---*/
/*--- pen ---*/
.pen_block {
    padding: 40px 0 5px 0;
}
.pen_body {
    display: inline-block;
    position: relative;
}
.pen_body .pen_img {
    width: 100%;
    height: auto;
}
.pen_ink {
    position: absolute;
    top: 11%;
    left: 32.7%;
    width: 26.5%;
    height: 78%;
}
.ink_line {
    height: 100%;
    background: url("images/pen_ink.png") no-repeat center right;
}
.pen_indicators {
    position: absolute;
    top: 0;
    left: 32.7%;
    width: 26.5%;
    height: 1px;
}
.pen_indicator {
    position: absolute;
    bottom: -4px;
    color: #5c5c5c;
    font-size: 1.063em; /*17*/
    line-height: 1.647em;
    font-weight: 600;
}
.pen_indicator.ind_first {
    left: -3px;
}
.pen_indicator.ind_last {
    right: -6px;
}
.current_indicator {
    position: absolute;
    white-space: nowrap;
    top: -50px;
    color: #61c6cf;
    font-size: 1.250em; /*20*/
    line-height: 1.400em;
    font-weight: 600;
}
.current_indicator:before {
    position: absolute;
    left: -3px;
    top: 7px;
    content: "";
    display: block;
    height: 33px;
    width: 1px;
    background: #919191;
}
/*--- end of pen ---*/
/*--- footer ---*/
.footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    background: #2d2d2d;
}
.footer_wrap {
    padding: 37px 0;
}
.footer_wrap .left_side {
    float: left;
}
.footer_wrap .right_side {
    float: right;
}
.footer_wrap ul {
    list-style: none;
}
.footer_wrap ul li {
    display: inline-block;
    padding-right: 7px;
}
.footer_wrap ul li + li:before {
    font-family: FontAwesome;
    content: "\f111";
    color: #61c6cf;
    font-size: 4px;
    position: relative;
    margin-right: 10px;
    top: -4px;
}
.footer_wrap ul li a {
    font-family: "PFDinTextCompPro", sans-serif;
    font-weight: 300;
    font-size: 1.250em; /*20*/
    color: #61c6cf;
    text-decoration: none;
}
.footer_wrap ul li a:hover {
    color: #58ADB4;
}
.footer_wrap p {
    margin: 3px 0 0 0;
    font-family: "PFDinTextCompPro", sans-serif;
    font-weight: 300;
    color: #808184;
    font-size: 0.938em; /*15*/
}
.footer_wrap img {
    margin-top: 8px;
}
@media screen and (max-width: 599px) {
    .main_content {
        padding-bottom: 0;
    }
    .footer {
        position: relative;
    }
}
@media screen and (max-width: 449px) {
    .footer_wrap .left_side {
        width: 60%;
    }
    .footer_wrap ul li {
        display: block;
    }
    .footer_wrap ul li + li:before {
        display: none;
    }
}
@media screen and (max-width: 349px) {
    .footer_wrap .left_side {
        width: 100%;
        float: none;
    }
    .footer_wrap .right_side {
        width: 100%;
        float: none;
        margin-top: 25px;
        text-align: center;
    }
}
/*--- end of footer ---*/
@media screen and (max-width: 1199px) {
    .nav_menu ul li {
        margin: 0 10px 0 10px;
    }
}
@media screen and (max-width: 992px) {
    .header {
        position: relative;
        height: auto;
    }
    .header .logo {
        float: none;
        margin: 20px 20px 0 20px;
        text-align: center;
    }
    .header .logo .desktop {
        display: none;
    }
    .header .logo .mobile {
        display: inline;
    }
    .header .nav_wrap {
        float: none;
        padding: 15px 0 0 0;
    }
    .nav_button {
        float: left;
        display: block;
    }
    ul.language {
        float: right;
        background: none;
        padding: 4px 10px 4px 10px;
        margin: 0 0 5px 0;
    }
    ul.language li a {
        margin: 0 3px;
    }
    .nav_menu {
        background: #222222;
        position: absolute;
        height: 9999px;
        top: 100%;
        left: -100%;
        z-index: 999;
    }
    .nav_menu.opened {
        left: 0;
    }
    .nav_menu ul {
        padding: 32px 50px 36px 0;
    }
    .nav_menu ul li {
        display: block;
        margin: 0 21px 32px 40px;
    }
    .nav_menu ul li a {
        white-space: nowrap;

    }
    .main_content {
        margin-top: 0;
    }
}
@media screen and (max-width: 767px) {
    .container-fluid {
        padding: 0 30px;
    }
}
@media screen and (max-width: 599px) {
    .copyright {
        font-size: 13px;
    }
}
@media screen and (max-width: 479px) {
    .container-fluid {
        padding: 0 15px;
    }
}
@media screen and (max-height: 849px) and (min-width: 993px) {
    .map_block .map_title {
        padding: 15px 0 10px 0;
    }
}
@media screen and (max-height: 799px) and (min-width: 993px) {
    .main_top.main_block .main_top_content {
        margin-top: 200px;
    }
    .signme_home .desc {
        margin: 30px 0;
    }
    .recent h2 {
        margin: 0 0 15px 0;
    }
}
.semi-transparent-background {
    background: rgba(255, 255, 255, 0.95);
}
.inline-content > * {
    display: inline-block;
}
.col-unpadded {
    display: flex;
}
.col-unpadded:first-child {
    padding-left: 0;
}
.col-unpadded:last-child {
    padding-left: 0;
}
.col-unpadded > *:first-child {
    margin-right: 10px;
}
.col-unpadded > *:last-child {
    margin-left: 10px;
}
.col-unpadded > p {
    white-space: nowrap;
    margin-top: 12px;
}
.abs-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.panel-primary {
    border: none;
}
.panel-primary .panel-heading {
    border: none;
    background-color: #61c4cd;
    border-radius: 0;
}
.panel-primary .panel-heading:hover {
    background-color: #58ADB4;
}
.panel-primary .panel-heading h1,
.panel-primary .panel-heading h2,
.panel-primary .panel-heading h3,
.panel-primary .panel-heading h4,
.panel-primary .panel-heading h5,
.panel-primary .panel-heading h6,
.panel-primary .panel-heading p {
    display: inline;
    color: #fff;
    margin: auto;
    line-height: 40px;
    text-transform: none;
}
.panel > a {
    text-decoration: none;
}
.panel-primary .panel-heading span {
    color: rgba(0, 0, 0, 0.3);
    font-weight: 900;
}
.panel-primary .panel-body {
    border: none;
    background-color: #ffffff;
}
ul.ratification-list {
    list-style: none;
    column-count: 4;
}
@media screen and (max-width: 700px) {
    ul.ratification-list {
        column-count: 3;
    }
}
@media screen and (max-width: 600px) {
    ul.ratification-list {
        column-count: 2;
    }
}
@media screen and (max-width: 500px) {
    ul.ratification-list {
        column-count: 1;
    }
}
ul.ratification-list li {
    position: relative;
    color: #000000;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 100;
}
ul.ratification-list li.on {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-column-break-inside: avoid;
    position: relative;
    color: #bdd52f;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-column-break-inside: avoid;
}
ul.ratification-list li.on::before {
    color: #bdd52f;
    font-family: "FontAwesome";
    content: "\f058";
    position: absolute;
    left: -22px;
    margin-top: -2px;
}
.main-block-wrap-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.83) 0%, transparent 60%);
}
.page-template-pledge .main_content {
	min-height: 820px;
	display: block !important;
}
@media screen and (max-width: 767px) {

	.page-template-pledge .main_content .sign_block .panel {
		max-width: auto !important;
		width: 90%;
	}

	.page-template-pledge .main_content .sign_block .panel .col-xs-12 {
		padding-left: 0;
		padding-right: 0;
	}
}
