/*
Theme Name: Polistrefa
Author: Zecernia.net
Description: Based on a template from TemplateMonster.com
Author URI: https://zecernia.net
Text Domain: ps
Version: 1.0
*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

a, input, button, select, option {
    outline: none !important;
}

a:focus, input:focus, button:focus, select:focus, option:focus, a:active {
    outline: none;
}

html {
    line-height: 1;
    font-weight: 300;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

address {
    font-style: normal;
}

body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: #212121;
    background-color: #f3eeeb;
}

a {
    color: #212121;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #aba4a0;
}

p {
    line-height: 140%;
    margin-bottom: 15px;
}

.clearer {
    clear: both;
    height: 0;
}

hr {
    border: 0;
    height: 1px;
    background: #c3bfbe;
    display: block;
    margin: 20px 0;
}

.container {
    margin: 0 auto;
    width: 1170px;
    padding: 0 15px;
    text-align: left;
    position: relative;
}

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    display: block;
    margin: 0 auto;
    text-align: center;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    display: block;
    max-width: 100%;
    background: #fafafa;
    border: 1px solid #fafafa;
    color: #b1b1b1;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    height: 43px;
    line-height: 28px;
    padding: 8px 19px;
    vertical-align: middle;
    outline: none;
    margin-bottom: 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color 1s ease, box-shadow 1s ease;
    -moz-transition: border-color 1s ease, box-shadow 1s ease;
    -o-transition: border-color 1s ease, box-shadow 1s ease;
    transition: border-color 1s ease, box-shadow 1s ease;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

form textarea {
    min-height: 106px;
    max-height: 106px;
}

input, textarea {
    width: 100%;
}

.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12 {
    float: left;
}

.span1 {
    width: 8.333325%;
}

.span2 {
    width: 16.66665%;
}

.span3 {
    width: 24.999975%;
}

.span4 {
    width: 33.3333%;
}

.span5 {
    width: 41.666625%;
}

.span6 {
    width: 49.99995%;
}

.span7 {
    width: 58.333275%;
}

.span8 {
    width: 66.6666%;
}

.span9 {
    width: 74.999925%;
}

.span10 {
    width: 83.33325%;
}

.span11 {
    width: 91.666575%;
}

.span12 {
    width: 100%;
}

.menu_mobile {
    display: none;
}

.sf-menu {
    position: relative;
}

.sf-menu a {
    display: inline-block;
    font: bold 18px/28px 'Montserrat', sans-serif;
    padding: 0 0 20px 0;
    position: relative;
    z-index: 1;
    color: #212121;
    background: none;
    text-transform: lowercase;
}

.sf-menu a:hover, .sf-menu .active > a {
    color: #afa9a5;
}

.menu_wrap {
    float: right;
    padding-top: 20px;
}

.sf-menu li {
    display: inline-block;
}

.sf-menu > li:after {
    content: ' / ';
    display: inline-block;
    color: #212121;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
}

.sf-menu > li:nth-of-type(n+6):after {
    display: none;
}

.submenu {
    display: none;
    position: absolute;
    width: 250px;
    background: #fff;
    padding: 20px 0;
}

.submenu li {
    display: block;
    text-align: left;
}

.submenu li a {
    padding: 7px 40px;
}

.header .container {
    text-align: right;
}

.header {
    padding: 20px 0;
}

.logo {
    float: left;
    margin-top: -30px;
    z-index: 999;
    position: relative;
}

.donate {
    margin-left: 50px;
}

.donate a, .btn_fm, .btn, .wpcf7-submit {
    background: #c82f2f;
    color: #f3eeeb;
    padding: 14px 14px 12px 26px;
}

.wpcf7-submit {
    width: 150px;
    padding: 14px 14px 12px;
}

.donate a:hover, .btn_fm:hover, .btn:hover, .wpcf7-submit:hover {
    background: #212121;
    color: #f3eeeb;
}

.donate a:after, .box a:after, .btn_fm:after, .btn:after, .wpcf7-submit:after {
    border-left: 1px solid #d35959;
    content: '\e11e';
    font-family: 'Material Design', sans-serif;
    font-size: 22px;
    float: right;
    padding: 0 0 0 13px;
    margin-left: 17px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.box a:hover:after, .btn_fm:hover:after, .btn:hover:after, .wpcf7-submit:hover:after {
    border-left: 1px solid #212121;
}

.donate a:hover:after {
    border-left: 1px solid #3b3b3b;
}

.btn_fm, .btn, .wpcf7-submit {
    display: inline-block;
    font: bold 18px/28px 'Montserrat', sans-serif;
    bordeR: 0;
    position: relative;
    z-index: 1;
    cursor: pointer;
    text-transform: lowercase;
}

.slide-one:before {
    bottom: 0;
    content: url(img/headerone.jpg);
    height: 100%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -13%);
    width: auto;
    z-index: -1;
}

.slide-one {
    position: relative;
}

.hide, .wow {
    opacity: 0;
}

.show {
    opacity: 1;
}

.box {
    padding: 70px 60px 45px 55px;
}

.slide-one {
    min-height: 540px;
}

.box1 {
    background: #c82f2f;
    color: #f3eeeb;
    margin-top: 40px;
    display: inline-block;
    max-width: 570px;
}

.box h2 {
    font-size: 32px;
    letter-spacing: 1px;
    line-height: 40px;
    margin-bottom: 37px;
    text-transform: uppercase;
}

.box a {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    line-height: 41px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
}

.box a:hover {
    color: #212121;
}

.slide-two {
    position: relative;
    margin-bottom: 80px;
    padding-top: 120px;
    min-height: 730px;
}

.slide-two:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 45.6%;
    content: '';
    background: url(img/headertwo.jpg) 0 bottom no-repeat #212121;
}

.box2 {
    max-width: 590px;
    float: left;
}

.box2 h2 {
    color: #f3eeeb;
}

.box2 p {
    color: #f3eeeb;
}

.box2 a {
    background: #c82f2f;
    color: #f3eeeb;
    padding: 11px 10px 6px 25px;
    line-height: 240%;
    margin-top: 30px;
}

.box3 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
    margin-left: 0;
    min-height: 1px;
    max-width: 550px;
    background: white;
    margin-bottom: 40px;
    padding: 70px 60px 45px 55px;
    margin-top: 20px;
}

.box3 h2 {
    color: #212121;
}

.box3 a {
    color: #c82f2f;
    margin-top: 20px;
}

.slide-three {
    background: url(img/box4.jpg) 63% 210px no-repeat;
    min-height: 950px;
}

.box4 {
    padding: 0 60px 45px 55px;
}

h1 {
    font-size: 60px;
    letter-spacing: 3px;
    line-height: 72px;
    margin-bottom: 35px;
    text-transform: uppercase;
    color: #212121;
}

h5 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
}

.box4 h1 {
    font-size: 50px;
    letter-spacing: 3px;
    line-height: 62px;
    margin-bottom: 35px;
    text-transform: uppercase;
    color: #c82f2f;
}

.box4 .txt {
    max-width: 570px;
}

.box5 {
    position: absolute;
    top: 0;
    right: 0;
    background: #c82f2f;
    color: white;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 33px;
    margin-bottom: 66px;
    padding: 34px 57px 36px;
    text-transform: uppercase;
    max-width: 450px;
}

.box4 a, .box6 a {
    margin-top: 20px;
    color: #c82f2f;
}

.box6 {
    padding: 65px 60px 45px 55px;
    width: 570px;
    position: relative;
    margin-top: -50px;
    float: left;
}

.news {
    background: #fff;
    min-height: 260px;
}

.news h3 {
    margin-bottom: 15px;
}

.error {
    color: #c82f2f;
}

div.navigation {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    position: absolute;
    right: 20px;
    color: #c82f2f;
    top: 20px;
}

.caroufredsel_prev, .caroufredsel_next {
    cursor: pointer;
    padding: 0 4px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.stuck_container {
    padding-bottom: 0;
    position: relative;
    z-index: 1;
}

.isStuck {
    background: #fff;
    padding-top: 2px;
}

.isStuck .logo img {
    height: 50px;
    width: auto;
}

.isStuck .logo {
    margin-top: 0;
}

.mailing_title {
    font-size: 36px;
    letter-spacing: 3px;
    line-height: 48px;
    margin-bottom: 37px;
    text-transform: uppercase;
    color: #212121;
}

.mailing {
    padding-top: 84px;
    width: 40%;
    padding-left: 110px;
}

.mailing_introtext {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 10px;
}

.mailing .field {
    display: block;
    max-width: 100%;
    width: 100%;
    background: #fafafa;
    border: 1px solid #fafafa;
    color: #c82f2f;
    font-size: 14px;
    height: 43px;
    line-height: 28px;
    padding: 8px 19px;
    vertical-align: middle;
    margin-bottom: 20px;
    -webkit-transition: border-color 1s ease, box-shadow 1s ease;
    -moz-transition: border-color 1s ease, box-shadow 1s ease;
    -o-transition: border-color 1s ease, box-shadow 1s ease;
    transition: border-color 1s ease, box-shadow 1s ease;
}

.message_success {
    font-size: 14px;
    line-height: 170%;
    display: block;
    font-weight: bold;
}

footer {
    padding: 60px 0 40px 0;
}

footer h3 {
    color: #212121;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 30px;
    margin-bottom: 42px;
}

footer .sf-menu li:after {
    display: none;
}

footer .sf-menu li {
    display: block;
}

footer .sf-menu li.active a {
    color: #c82f2f;
}

footer .sf-menu li a {
    color: #c82f2f;
    line-height: 28px;
    font-size: 18px;
    font-weight: 300;
    padding: 0 0 5px;
}

footer .sf-menu li a:hover, footer .sf-menu li.active a:hover {
    color: #212121;
}

footer p {
    font-size: 15px;
}

footer .span6 img {
    margin-bottom: 30px;
}

#map {
    width: 100%;
    height: 500px;
}

.breadcrumb {
    background: none;
    border-bottom: 1px solid #c3bfbe;
    border-top: 1px solid #c3bfbe;
    font-size: 15px;
    padding: 8px 0 7px;
    text-align: left;
    margin: 20px 0 80px;
    text-transform: lowercase;
}

.divider {
    padding: 0 15px;
    color: #212121;
}

.page-content ul, .page-content ol {
    margin: 0 0 28px;
}

.page-content {
    background: #fff;
    padding: 40px;
}

.page-content ol {
    list-style: decimal;
    margin-left: 20px;
}

.page-content ol.letter {
    list-style: lower-latin;
}

.page-content ol ol {
    margin-bottom: 0;
}

.page-content ul li {
    position: relative;
    padding-left: 30px;
    margin-top: 8px;
}

.page-content ul li:before {
    font-size: 26px;
    position: absolute;
    left: 0;
    top: 0;
    content: '\e0c8';
    color: #c82f2f;
    font-family: 'Material Design', sans-serif;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.page-content h2 {
    line-height: 200%;
    margin-bottom: 10px;
}

.red {
    background: #c82f2f;
    color: #fff;
}

.red a {
    color: #fff;
}

.download-file {
    margin-top: 40px;
}

.wpcf7-form .span4 {
    padding-left: 30px;
}

.wpcf7-form .firstspan {
    padding-left: 0;
}

.contact_details, .wpcf7-form {
    margin-top: 40px;
}

h1.heading-style-3, h2.heading-style-3, h3.heading-style-3, h4.heading-style-3, h5.heading-style-3, h6.heading-style-3 {
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 30px;
    margin-bottom: 15px;
    color: #212121;
}

.contact_address {
    overflow: hidden;
    padding-bottom: 28px;
}

.contact_details_telephone {
    padding-bottom: 28px;
}

span.wpcf7-not-valid-tip, .message_error {
    color: #c82f2f;
    display: block;
    font-size: 11px;
    line-height: 18px;
    margin: -18px 0 20px 0;
}

.message_error {
    margin-top: 10px;
}

div.wpcf7-response-output {
    margin: 0;
    color: #212121;
    font-size: 14px;
}

.contact_details .icons-marker {
    color: #212121;
}

.page-content h3 {
    color: #212121;
    margin-bottom: 20px;
}

.gallery {
    margin: 20px -11px 0 -5px;
}

.gallery li {
    display: none;
    padding: 0 10px 0 5px;
    margin-bottom: 10px;
}

.gallery li a {
    position: relative;
    display: block;
    overflow: hidden;
    max-height: 334px;
    margin-bottom: 5px;
}

.gallery li a:before,
.gallery li a:after {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.gallery li a:after {
    top: 50%;
    color: #FFF;
    content: '\f002';
    font-family: 'FontAwesome', sans-serif;
    font-size: 0;
    line-height: 0;
    text-align: center;
}

.gallery li a:before {
    content: '';
    background: #212121;
    bottom: 0;
    top: 0;
    opacity: 0;
}

.gallery li a:hover:after {
    font-size: 40px;
}

.gallery li a:hover:before {
    opacity: 0.5;
}

.gallery .btn {
    display: inline-block;
    width: 186px;
}

.gallery li a.btn:after {
    display: none;
}

.group {
    margin-bottom: 70px;
}

.group h2 {
    margin-top: 20px;
    margin-bottom: 40px;
}

.group .item {
    margin-bottom: 40px;
    padding: 20px;
}

.group .item img {
    float: left;
    margin-right: 30px;
}

.group .item:nth-of-type(even) {
    background: #eeeeee;
}

.reports {
    margin: 0 -15px;
}

.reports .span4 {
    font-size: 30px;
    font-weight: bold;
    line-height: 48px;
    padding: 30px 30px 25px;
    margin: 15px;
    text-transform: uppercase;
    width: 360px;
}

.reports .span4 a {
    display: block;
    font-size: 16px;
    line-height: 31px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 30px;
    width: 200px;
    padding-left: 0;
}

.reports .span4 a:hover {
    background: #c82f2f;
    color: #212121;
}

.publish .group .item p img {
    float: none;
}

.publish .group .item {
    background: #fff;
    padding: 30px;
}

.therapy .item {
    padding: 5px;
}

.item.even {
    background: #eeeeee;
}

.post_wrap blockquote {
    padding: 0 40px;
    font-style: italic;
    color: #999
}

.date {
    border: 2px solid #c82f2f;
    font-size: 14px;
    font-weight: 700;
    padding: 2px 11px 0;
    position: absolute;
    top: 60px;
    display: block;
    right: 15px;
}

.newsdate {
    color: #999;
    margin-left: 5px;
    font-weight: 300;
    font-size: 14px;
}

.small {
    font-size: 15px;
}

.small p {
    margin-bottom: 2px;
}

.small .tinfo {
    font-style: italic;
    margin-top: 10px;
}

.galleries h2 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.single-img img {
    max-width: 100%;
}

.post_wrap {
    background: #fff;
    padding: 30px 30px 15px;
    margin-bottom: 50px;
}

.partners img {
    width: 165px;
    height: auto;
    padding: 5px;
    background: #fff;
    border-radius: 5px;
}

.partners a {
    background: #f8f8f8;
    padding: 7px 10px 5px;
    margin-top: 10px;
    display: inline-block;
}

.post_wrap ul {
    margin-bottom: 20px;
    display: block;
}

.partners li, .post_wrap ul li {
    margin-left: 0;
}

.post_wrap ol {
    list-style: decimal;
    margin-left: 20px;
    margin-bottom: 20px;
}

.partners li:before, .post_wrap ul li:before {
    content: '\e11e';
    font-family: 'Material Design', sans-serif;
    font-size: 22px;
    float: left;
    padding: 0 13px 0 0;
    color: #c82f2f;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.partners .group .item img {
    float: right;
}

.partners hr:last-of-type {
    display: none;
}

.news-list .news img {
    display: inline-block;
    vertical-align: middle;
    width: 370px;
}

.news-list .news {
    margin-bottom: 40px;
}

.news-list .news .desc {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding: 30px;
}

.news-list .news .desc.haveimg {
    width: 730px;
}

.news-list .news {
    min-height: 1px;
}

.news-list .news h4 {
    margin-bottom: 20px;
}

.date_meeting {
    display: inline-block;
    font-size: 14px;
    margin-top: 10px;
    border-top: 1px solid #d4d4d4;
}

.news-list .date_meeting {
    text-align: right;
    display: block;
    margin-top: 20px;
    border: 1px solid #e1e1e1;
    float: right;
    padding: 2px 20px 0;
}

.post_wrap a {
    text-decoration: none;
    box-shadow: 0 -6px 0 #fd9e9e inset;
    color: #3c3c3c;
    -webkit-transition: all 220ms linear;
    -moz-transition: all 220ms linear;
    transition: all 220ms linear;
}

.post_wrap a:hover {
    text-decoration: none;
    box-shadow: 0 -24px 0 #fd9e9e inset;
    transition: all 300ms linear;
}

.pagination a {
    position: relative;
}

.pagination .prev {
    float: left;
    margin-left: 50px;
}

.pagination .next {
    float: right;
    margin-right: 80px;
}

.pagination .prev a:before {
    position: absolute;
    border-left: 1px solid #d35959;
    content: '\e11e';
    font-family: 'Material Design', sans-serif;
    font-size: 22px;
    padding: 0 0 0 13px;
    margin-left: -57px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.pagination .next a:after {
    position: absolute;
    border-left: 1px solid #d35959;
    content: '\e11e';
    font-family: 'Material Design', sans-serif;
    font-size: 22px;
    padding: 0 0 0 13px;
    margin-left: 17px;
}

.rd-mobilemenu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 9999999;
    text-align: left;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.rd-mobilemenu.active {
    right: 0;
}

.rd-mobilemenu_ul {
    position: fixed;
    top: 0;
    left: 0;
    bottom: -48px;
    width: 240px;
    padding: 83px 0 76px;
    color: #fff;
    background: #5e6162;
    font-size: 14px;
    line-height: 20px;
    overflow: auto;
    -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    -moz-transform: translateX(-240px);
    -ms-transform: translateX(-240px);
    -o-transform: translateX(-240px);
    -webkit-transform: translateX(-240px);
    transform: translateX(-240px);
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.rd-mobilemenu.active .rd-mobilemenu_ul {
    -moz-transform: translateY(-27px);
    -ms-transform: translateY(-27px);
    -o-transform: translateY(-27px);
    -webkit-transform: translateY(-27px);
    transform: translateY(-27px);
}

.rd-mobilemenu_ul a {
    display: block;
    padding: 14px 25px 16px;
}

.rd-mobilemenu_ul a.active {
    background: #303334;
    color: #fff;
}

.rd-mobilemenu_ul a:hover {
    background: #303334;
    color: #fff;
}

.rd-mobilemenu_ul a .rd-submenu-toggle {
    position: absolute;
    top: 50%;
    right: 11px;
    margin-top: -17.5px;
    width: 32px;
    height: 32px;
    font: 400 10px "FontAwesome";
    line-height: 32px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    z-index: 1;
    background: rgba(0, 0, 0, 0.1);
}

.rd-mobilemenu_ul a .rd-submenu-toggle:after {
    content: '\f078';
}

.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
    background: #303334;
    color: #fff;
}

.rd-mobilemenu_ul a.rd-with-ul {
    position: relative;
}

.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rd-mobilemenu_ul ul a {
    padding-left: 40px;
}

.rd-mobilemenu_ul ul ul a {
    padding-left: 60px;
}

.rd-mobilemenu_ul:after {
    content: '';
    display: block;
    height: 20px;
}

.rd-mobilepanel {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 56px;
    background: #5e6162;
    color: #fff;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    z-index: 99999991;
}

.rd-mobilepanel_title {
    position: fixed;
    top: 6px;
    left: 66px;
    right: 56px;
    color: #fff;
    font-size: 24px;
    line-height: 48px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rd-mobilepanel_toggle {
    position: fixed;
    top: 4px;
    left: 18px;
    width: 48px;
    height: 48px;
}

.rd-mobilepanel_toggle span {
    position: relative;
    display: block;
    margin: auto;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.rd-mobilepanel_toggle span:after {
    top: 8px;
}

.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
    width: 24px;
    height: 4px;
    background-color: #fff;
    backface-visibility: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.rd-mobilepanel_toggle span {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
    -moz-transform-origin: 1.71429px center;
    -ms-transform-origin: 1.71429px center;
    -o-transform-origin: 1.71429px center;
    -webkit-transform-origin: 1.71429px center;
    transform-origin: 1.71429px center;
    -moz-transform-origin: 1.71429px center;
    -ms-transform-origin: 1.71429px center;
    -o-transform-origin: 1.71429px center;
    -webkit-transform-origin: 1.71429px center;
    transform-origin: 1.71429px center;
}

.rd-mobilepanel_toggle.active span {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
    top: 0;
    width: 15px;
}

.rd-mobilepanel_toggle.active span:before {
    -webkit-transform: rotate3d(0, 0, 1, -40deg);
    transform: rotate3d(0, 0, 1, -40deg);
}

.rd-mobilepanel_toggle.active span:after {
    -webkit-transform: rotate3d(0, 0, 1, 40deg);
    transform: rotate3d(0, 0, 1, 40deg);
}

@media (max-width: 767px) {
    .rd-mobilemenu, .rd-mobilepanel {
        display: block;
    }
}

@media (max-width: 359px) {
    .rd-mobilepanel_title {
        font-size: 18px;
    }
}

.isStuck .rd-navbar-brand__name {
    padding-top: 5px;
    padding-bottom: 0;
    display: none;
}

.rd-mobilepanel_toggle {
    background: transparent;
    border: 0;
}

.rd-mobilemenu_ul a {
    color: #fff;
}

.sf-menu .donate a {
    color: #fff;
}

@media (min-width: 1200px) {
    .isStuck .rd-navbar-brand__name {
        display: block;
    }
}

.rd-navbar-brand__name {
    overflow: hidden;
    font-size: 64px;
    font-family: "Montserrat", sans-serif;
    line-height: 1;
    text-transform: uppercase;
    padding-top: 25px;
    padding-left: 0;
    letter-spacing: -1px;
    color: #303334;
}

.rd-navbar-brand__name a:hover {
    color: #303334;
}


.second > div:nth-of-type(n+4) {
    display: none;
}

.second > div:not(.rd-mobilepanel):last-of-type {
    display: block;
}

#fm_form_agree {
    width: 20px;
}

.freshMailPopUp__body .form_subscribe_button {
    display: inline-block;
    font: bold 18px/28px 'Montserrat', sans-serif;
    position: relative;
    z-index: 1;
    background: none;
    background: #c82f2f;
    color: #fff;
    padding: 14px 34px 12px !important;
    border: 0;
    cursor: pointer;
    margin-top: 20px;
    width: 100%;
    font-weight: 600 !important;
    text-transform: uppercase;
}

.freshMailPopUp__body .form_subscribe_button:hover {
    background: #212121;
}

.freshMailPopUp__body p {
    font-size: 14px;
    line-height: 140%!important;
}

@media (min-width: 1200px) {
    .rd-navbar-brand__name {
        padding-left: 50px;
    }
}

@media (max-width: 1200px) {
    .container {
        width: 100%;
        padding: 0 30px;
    }

    .sf-menu > li:after {
        padding-left: 10px;
        padding-right: 10px;
    }

    nav {
        margin-top: -30px;
    }

    .page-content {
        overflow: hidden;
    }

    h1 {
        font-size: 40px;
        line-height: 42px;
    }

    .news-list .news img {
        width: 30%;
    }

    .news-list .news .desc.haveimg {
        width: 70%;
    }

    .alignnone[width="1080"] {
        width: 100%;
        height: auto;
    }

    .post_wrap {
        overflow: hidden;
    }

    .page-content h2 {
        line-height: 140%;
    }

    .reports .span4 {
        width: calc(50% - 30px);
    }

    .box1, .slide-two, .slide-three, .slide-four, .slide-two:before, .box4 .txt, .box2, .box3, .box5 {
        width: 100%;
        max-width: 100%;
        float: none;
    }

    .box3, .box5 {
        position: static;
    }

    .slide-three {
        background: none;
        min-height: 1px;
    }

    .slide-four .box6 {
        width: 100%;
        float: none;
        margin-top: 0;
    }

    .slide-two {
        padding-top: 0;
    }

    .news {
        min-height: 1px;
    }

    .slide-one:before {
        display: none;
    }

    .slide-one {
        min-height: 1px;
    }

    .slide-one .container {
        padding: 0;
    }

    .box1 {
        margin-top: 10px;
    }

    .slide-two:before {
        background: #212121;
    }

    .slide-four .box6:nth-of-type(2) {
        padding: 0;
        margin-top: 40px;
    }

    .date {
        right: 30px;
    }
}

@media (max-width: 767px) {

    .header {
        display: none;
    }

    body {
        padding-top: 60px;
        font-size: 15px;
        line-height: 24px;
    }

    #swipebox-overlay {
        padding-top: 60px;
    }

    .span4 {
        width: 50%;
    }

    footer .span6 {
        width: 100%;
        float: none;
        text-align: center;
        margin-bottom: 80px;
    }

    footer .span3 {
        width: 50%;
    }

    h1 {
        font-size: 30px;
        line-height: 35px;
    }

    .item {
        overflow: hidden;
    }

    .amount-wrap {
        text-align: center;
    }

    .box_amount {
        width: 24%;
    }


    .news-list .news img {
        width: 40%;
        vertical-align: top;
    }

    .news-list .news .desc.haveimg {
        width: 60%;
        vertical-align: top;
    }

    .contact_wrap .span4, .contact_wrap .span8 {
        width: 100%;
    }

    .wpcf7-form .span4 {
        padding-left: 0;
    }

    .contact_wrap .gallery .span4 {
        width: 50%;
    }

    .reports .span4 {
        text-transform: none;
        width: calc(100% - 30px);
        line-height: 120%;
    }

    .box1 {
        margin-top: -5px;
    }

    .box4 h1 {
        font-size: 40px;
        text-transform: none;
        line-height: 110%;
        letter-spacing: 0;
    }

    .box h2 {
        font-size: 30px;
        text-transform: none;
        line-height: 110%;
        letter-spacing: 0;
    }

    .box {
        padding: 30px;
    }

    .slide-two {
        margin-bottom: 0;
    }

    .date {
        position: static;
        display: inline-block;
        margin-bottom: 10px;
    }
}

@media (max-width: 600px) {
    .box_amount {
        width: 31%;
    }

    .news-list .news img {
        width: auto;
        display: block;
        margin: 0 auto;
    }

    .news-list .news .desc.haveimg {
        width: 100%;
    }

    .pagination .prev, .pagination .next {
        float: none;
        margin-bottom: 30px;
        text-align: center;
    }

    .alignnone[width="500"] {
        width: 100%;
        height: auto;
    }

    .box h2 {
        font-size: 24px;
    }

    .box2 {
        padding-right: 0;
        padding-left: 0;
    }

    .box a {
        font-size: 15px;
    }

    div.navigation {
        position: static;
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }
}

@media (max-width: 430px) {
    .box4 h1, .mailing_title {
        font-size: 24px;
    }

    footer .span3, .span4 {
        width: 100%;
    }

    footer .span3 {
        text-align: center;
        margin-bottom: 40px;
    }

    footer h3 {
        margin-bottom: 0;
    }

    .partners .group .item img {
        float: none;
        margin-bottom: 15px;
    }

    .partners a {
        font-size: 12px;
    }

    h1 {
        text-transform: none;
        letter-spacing: 0;
    }

    .news-list .news img {
        width: 100%;
    }

    .btn_fm, .btn, .wpcf7-submit {
        font-size: 15px;
    }

    .contact_wrap .gallery .span4 {
        width: 100%;
    }

    .reports .span4 {
        font-size: 18px;
    }

    .group .item img {
        margin-bottom: 15px;
    }
}
