.posts-wrap {
    margin-bottom: 10px;
}
.post-preview {
    padding: 40px 20px;
    position: relative;
    margin: 0 0 15px;
}
.post-preview .post-bg {
    background-color: #2b3844;
    background-position: left 50% top 17px;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.2s ease;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.post-preview .post-bg:after {
    content: "";
    position: absolute;
    top: 17px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}
.post-preview h3,
.post-preview span {
    color: #fff;
    position: relative;
}
.post-preview h3 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.post-preview h3:after {
    margin-left: -26px;
    width: 52px;
    height: 2px;
}
.post-preview span {
    font-size: 14px;
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.post-preview a {
    margin-bottom: 10px;
    position: relative;
}
.ui-timepicker-wrapper {
    overflow-y: auto;
    height: 150px;
    width: 100%;
    background: #fff;
    outline: none;
    z-index: 10001;
    margin: 0;
    border: 1px solid #7c7c7c;
}
.ui-timepicker-list li {
    padding: 4px 5px 3px;
    cursor: pointer;
    white-space: nowrap;
    color: #2b3844;
}
.ui-timepicker-list:hover .ui-timepicker-selected {
    background: #2b3844;
    color: #fff;
}
li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
    background: #2b3844;
    color: #fff;
}
.ui-datepicker {
    font-size: 16px;
    background: #2b3844;
    border-radius: 4px;
    width: 247px;
    padding: 5px;
    display: none;
    z-index: 9999 !important;
}
.ui-datepicker .ui-datepicker-header {
    background: #fff;
    position: relative;
}
.ui-datepicker .ui-datepicker-title {
    text-align: center;
    padding: 10px 45px 16px;
    color: #2b3844;
    font: 18px/21px "sorts_mill_goudyregular", serif;
}
.ui-datepicker .ui-datepicker-header a {
    border-radius: 4px;
    position: absolute;
    top: 5px;
    width: 30px;
    height: 30px;
    overflow: hidden;
    background: #536b82;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-header a:hover {
    background: #2b3844;
}
.ui-datepicker .ui-datepicker-prev {
    left: 5px;
}
.ui-datepicker .ui-datepicker-next {
    right: 5px;
}
.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
    text-indent: -9999px;
    height: 16px;
    width: 17px;
    margin: 7px 0 0 0;
    display: block;
    overflow: hidden;
    border: solid transparent;
    border-width: 8px;
    border-right: 9px solid #fff;
}
.ui-datepicker .ui-datepicker-next span {
    margin: 7px 0 0 13px;
    border: solid transparent;
    border-width: 8px;
    border-left: 9px solid #fff;
}
.ui-datepicker .ui-datepicker-calendar {
    background: #fff;
    width: 100%;
    text-align: center;
}
.ui-datepicker .ui-datepicker-calendar th {
    border: 2px solid #fff;
    padding: 0;
    width: 36px;
    text-align: center;
    font-family: "sorts_mill_goudyregular", serif;
    font-weight: normal;
    color: #333333;
}
.ui-datepicker .ui-datepicker-calendar td {
    width: 36px;
    border: 2px solid #fff;
}
.ui-datepicker .ui-datepicker-calendar td a {
    display: block;
    height: 26px;
    line-height: 25px;
    background: #536b82;
    color: #fff;
}
.ui-datepicker .ui-datepicker-calendar td a.ui-state-active,
.ui-datepicker .ui-datepicker-calendar td a:hover {
    background: #2b3844;
    text-decoration: none;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a:hover,
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a {
    color: #2b3844;
    border: 1px solid #2b3844;
    font-weight: bold;
    background: none;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
    cursor: not-allowed;
    display: block;
    height: 26px;
    line-height: 25px;
    background: #eceff0;
    color: #666;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a:hover,
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a.ui-state-active:hover,
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a.ui-state-active {
    color: #fff;
    background: #2b3844;
}
.page {
    padding-bottom: 0;
}
.info-section {
    position: relative;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 30px 0 25px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.info-section .cell {
    position: relative;
    z-index: 10;
}
.info-section .logo-big {
    display: block;
    width: 280px;
    height: 200px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/logo-big.png) no-repeat;
    background-size: 100% auto;
    margin: 0 auto;
}
.info-section h1,
.info-section h2,
.info-section h3 {
    color: #fff;
    position: relative;
}
.info-section h1 a,
.info-section h2 a,
.info-section h3 a {
    color: #fff;
}
.info-section .intro-holder {
    position: relative;
    z-index: 10;
}
.social-intro:after,
.donate-intro:after,
.post-intro:after,
.events-intro:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(188, 185, 185, 0.8);
}
.events-intro:after {
    background: rgba(0, 0, 0, 0.4);
}
.donate-intro:after {
    background: rgba(220, 220, 220, 0.33);
}
.social-intro:after {
    background: rgba(0, 0, 0, 0.33);
}
.post-intro {
    background-image: url(../images/intro-post.jpg);
}
.post-intro .intro-holder {
    overflow: hidden;
}
.post-intro .name,
.post-intro .date {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0 0 10px;
}
.post-intro .name:before,
.post-intro .name:after,
.post-intro .date:before,
.post-intro .date:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 300px;
    left: 100%;
    top: 50%;
    margin: -1px 0 0 15px;
    background: #fff;
}
.post-intro .name:before,
.post-intro .date:before {
    left: auto;
    right: 100%;
    margin: -1px 15px 0 0;
}
.post-intro .name {
    text-transform: uppercase;
}
.events-intro .buttons .btn {
    width: 160px;
    margin: 0 12px 10px;
}
.event-item {
    margin: 0 0 40px;
    position: relative;
    transform: translateZ(0);
    z-index: 1;
}
.event-item .wrap {
    transform: perspective(300px);
    transform-style: preserve-3d;
    position: relative;
}
.event-item.changing h2,
.event-item.changing .box,
.event-item.changing .place span,
.event-item.changing .date {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.event-item.changing .date {
    -webkit-animation-name: rotate;
    animation-name: rotate;
}
.event-item.changing .box {
    -webkit-animation-name: rotateInverse;
    animation-name: rotateInverse;
}
.event-item.changing h2 {
    -webkit-animation-name: scaleTitle;
    animation-name: scaleTitle;
}
.event-item.changing .place span {
    -webkit-animation-name: fadePlace;
    animation-name: fadePlace;
}
.event-item .date {
    width: 120px;
    margin: 0 auto 20px;
    border: solid #fff;
    border-width: 2px 2px 0;
    padding: 20px 10px 15px;
    position: relative;
    text-align: center;
}
.event-item .date:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 116px;
    height: 12px;
    margin: -2px 0 0 -58px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJwAAAAMCAYAAACX3tQOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjhFOTQxQTcyRUNFMTFFNTk2QTdGMENCQUMyODlEN0YiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjhFOTQxQTgyRUNFMTFFNTk2QTdGMENCQUMyODlEN0YiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpEQzhGNUQ4MjJFOTQxMUU1OTZBN0YwQ0JBQzI4OUQ3RiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2OEU5NDFBNjJFQ0UxMUU1OTZBN0YwQ0JBQzI4OUQ3RiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjYWh98AAACvSURBVHja7NhBCoJAGIbhGZO2XscTSDeIyLMIHSbQdZuO4HXcBqGfoOXQpmHwX70fvLRz8fOQoB81x7Yb1En1ic9p1I1zhss4wc8K9VQl2PYB5+lTrrpEdCu2t7pw0zD+4cLNSK4J6LbYatVyUl6pe6EDG+DM0IENcGbowAY4M3Rgi5znM9xfO6i7Orvvd7oKbICzQvdSR7DFL+cE0a9Xt6ADG+DM0M2/D7DFbxJgAPkYQfYKYPbqAAAAAElFTkSuQmCC")
        no-repeat 50% 0;
}
.event-item .date .box {
    display: table-cell;
    height: 100px;
    vertical-align: middle;
    width: 1%;
    position: relative;
}
.event-item .date .month,
.event-item .date .date-num {
    display: block;
    font: 24px/29px "gotham_prolight", sans-serif;
}
.event-item .date .date-num {
    font: 60px/70px "gotham_prolight", sans-serif;
}
.event-item h2 {
    position: relative;
}
.event-item .place {
    margin: 0;
}
.event-item .place span {
    position: relative;
    display: block;
}
.event-item .place:before {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 30px;
    line-height: 34px;
}
.social-intro .social-plugin {
    margin: 0 0 20px;
}
.social-intro .social-plugin img {
    vertical-align: top;
    max-width: 100%;
}
.social-intro .holder {
    position: relative;
}
.social-intro .user-form {
    position: relative;
    z-index: 10;
    padding: 20px 15px;
    text-align: center;
    margin: 0 0 20px;
    font-size: 14px;
}
.social-intro .user-form.dark {
    background: rgba(43, 56, 68, 0.7);
}
.social-intro .user-form form {
    margin: 0 0 15px;
}
.social-intro .user-form .lined:after {
    width: 65px;
    margin-left: -33px;
}
.social-intro .user-form .form-control {
    background: none;
    border-color: #fff;
    font-size: 16px;
    line-height: 21px;
    height: 38px;
    text-align: center;
    color: #fff;
}
.social-intro .user-form a {
    color: #fff;
    text-decoration: underline;
}
.social-intro .user-form a:hover {
    text-decoration: none;
}
.social-intro .user-form .mc4wp-ajax-loader {
    display: none !important;
}
.social-intro .user-form .mc4wp-error {
    color: #f00;
}
.social-intro .social-panel {
    background: #e6e7e7;
    padding: 22px 15px 21px;
}
.social-intro .social-panel h3 {
    color: #2b3844;
}
.social-intro .social-panel .social-links {
    overflow: hidden;
}
.social-intro .social-panel .social-links li {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
}
.social-intro .social-panel .social-links li a {
    height: 44px;
    width: 44px;
    display: block;
    border-radius: 50%;
}
.social-intro .social-panel .social-links li a:before {
    color: #fff;
    font-size: 19px;
    line-height: 44px;
}
.social-intro .social-panel .social-links li a.icon-facebook {
    background: #507cbe;
}
.social-intro .social-panel .social-links li a.icon-facebook:hover {
    background: #3b63a0;
}
.social-intro .social-panel .social-links li a.icon-twitter-bird {
    background: #63cdf1;
}
.social-intro .social-panel .social-links li a.icon-twitter-bird:hover {
    background: #34beed;
}
.social-intro .social-panel .social-links li a.icon-youtube-play {
    background: #f16261;
}
.social-intro .social-panel .social-links li a.icon-youtube-play:hover {
    background: #ed3332;
}
.social-intro .social-panel .social-links li a.icon-rss {
    background: #e77e23;
}
.social-intro .social-panel .social-links li a.icon-rss:hover {
    background: #c26515;
}
@media (min-width: 768px) {
    .posts-wrap {
        margin-bottom: 45px;
    }
    .post-preview {
        overflow: hidden;
        padding: 90px 20px;
        box-shadow: 0 27px 49px rgba(0, 0, 0, 0.75);
        height: 445px;
        transition: all 0.2s ease;
    }
    .post-preview h3 {
        font-size: 20px;
        margin-bottom: 47px;
        padding-bottom: 41px;
    }
    .post-preview span {
        font-size: 16px;
    }
    .info-section {
        padding: 50px 0 40px;
    }
    .info-section .logo-big {
        width: 591px;
        height: 414px;
    }
    .social-intro .user-form h3 {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }
    .social-intro .holder .cols {
        overflow: hidden;
        position: relative;
        margin: 0 0 30px;
    }
    .social-intro .holder .cols:after,
    .social-intro .holder .cols:before {
        left: 0;
        top: 0;
        bottom: 0;
        width: 50%;
        content: "";
        position: absolute;
    }
    .social-intro .holder .cols:before {
        left: 50%;
    }
    .social-intro .holder .cols .user-form {
        background: none;
        float: left;
        width: 50%;
        margin: 0;
    }
}
@media (min-width: 1025px) {
    .post-preview a {
        display: none;
    }
    .post-preview:hover {
        box-shadow: 0 35px 65px black;
    }
    .post-preview:hover .post-bg {
        bottom: -40px;
        left: -40px;
        right: -40px;
    }
    .post-preview:hover h3 {
        margin-bottom: 40px;
    }
    .post-preview:hover span {
        display: none;
    }
    .post-preview:hover a {
        display: inline-block;
    }

    .header-home .social-links {
        position: absolute;
        top: 25px;
        left: 15px;
        right: 15px;
        text-align: center;
    }
    .header-home .social-links li {
        display: inline-block;
        vertical-align: top;
        width: 39px;
        text-align: center;
    }
    .header-home .social-links li a {
        color: #fff;
        display: inline-block;
        font-size: 28px;
        transition: all 0.2s;
    }
    .header-home .social-links li a:hover {
        transform: scale(1.2);
    }
    .header-home .social-links li a:before {
        line-height: 30px;
    }
    .header-home .search-panel {
        z-index: 10;
        justify-self: right;
    }
    .header-home .search-panel.focused .form-control,
    .header-home .search-panel:hover .form-control {
        width: 412px;
        padding-left: 10px;
    }
    .header-home .search-panel .form-group {
        height: 44px;
        margin: 0;
        padding: 0 44px 0 0;
    }
    .header-home .search-panel .form-control {
        border: none;
        font-size: 21px;
        line-height: 25px;
        padding: 10px 0 9px;
        height: 44px;
        width: 0;
        transition: all 0.3s ease-in-out;
    }
    .header-home .search-panel .form-control:-ms-input-placeholder {
        padding-top: 4px;
    }
    .header-home .search-panel .form-control::-webkit-input-placeholder {
        padding-top: 4px;
    }
    .header-home .search-panel .btn-trigger {
        display: none;
    }
    .header-home .search-panel .btn-submit {
        background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjhFOTQxQUYyRUNFMTFFNTk2QTdGMENCQUMyODlEN0YiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjhFOTQxQjAyRUNFMTFFNTk2QTdGMENCQUMyODlEN0YiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2OEU5NDFBRDJFQ0UxMUU1OTZBN0YwQ0JBQzI4OUQ3RiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2OEU5NDFBRTJFQ0UxMUU1OTZBN0YwQ0JBQzI4OUQ3RiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PutLssQAAAFhSURBVHjatJS9TsMwFIVvKkiZ4B2YKkHEIyBBVQYGtvIsTDwCAyxlZ0CiPABLJxSJHRhaNsTQLlWEkFKBwjGcIQq2Y7vhSl/tOufmOP65UhSFaNgDAzAGORlzbN+Qo6U60AGjoj5G1HoZ7IKML5iBE5CANkk4NqMmY46TgZrNnIlDsGFJUs9uqJ3XfYn6iUDKhFv+r/v0iBMpmBvZDLqlZVn32EClnTK3a9K1RKQvv3EOMnEPpT1jv29UwWXCWez4HD+SMHdi0qi1y+ETgzWQi1/EzFmAtk7QCnhp1cAayuCN/U6AwSbbV5vBA/tHAQaHbO9tm3zAjZoucUx7rhdt6HHRnlwvWkipuCsVvotlit02WAUx++Vi9wG+2D/1KdepQ7lOqT0GnzYT0/qqTbsEL2AB3sEzx3qVNbeaSEB50GE0acrAaNKkgdakaYM/JivSfFyzvQLRz2n4p9gCj98CDADM6zw+Ea+TowAAAABJRU5ErkJggg==")
            no-repeat 50% 50%;
        border: none;
        position: absolute;
        top: 0;
        right: 0;
        width: 44px;
        height: 44px;
        text-indent: -9999px;
        overflow: hidden;
        line-height: 0;
        font-size: 0;
        padding: 0;
        cursor: pointer;
        z-index: 10;
    }

    .header-home nav #main-nav {
        float: none;
    }
    .header-home nav #main-nav li {
        padding: 0 17px;
        float: none;
        display: inline-block;
        font-size: 14px;
        line-height: 21px;
    }
    .header-home nav #main-nav li a {
        color: #fff;
    }
    .page {
        padding: 0;
    }
    .info-section {
        height: 100vh;
        display: table;
    }
    .info-section:first-child {
        padding-top: 78px;
        padding-bottom: 300px;
    }
    .info-section .cell {
        display: table-cell;
        vertical-align: middle;
    }
    .info-section h1 {
        line-height: 45px;
        margin: 0 0 12px;
    }
    .info-section h1.lined {
        padding: 0 0 19px;
        margin: 0 0 102px;
    }
    .info-section .posts-wrap {
        margin-bottom: 83px;
    }
    .post-intro .name,
    .post-intro .date {
        margin: 0 0 16px;
    }
    .post-intro .name:before,
    .post-intro .name:after,
    .post-intro .date:before,
    .post-intro .date:after {
        margin-left: 32px;
    }
    .post-intro .name:before,
    .post-intro .date:before {
        margin: -1px 32px 0 0;
    }
    .post-intro .name {
        margin-bottom: 83px;
    }
    .post-intro p {
        margin: 0 0 96px;
    }
    .events-intro .buttons {
        margin: 51px 0 0;
    }
    .event-item .date {
        width: 160px;
        margin-bottom: 44px;
    }
    .event-item .date:after {
        width: 160px;
        margin-left: -80px;
    }
    .event-item .date .box {
        height: 123px;
    }
    .event-item h2 {
        line-height: 39px;
        margin: 0 0 24px;
    }
    .event-item .place:before {
        height: 34px;
        margin: 0 0 12px;
    }
    .donate-intro p {
        margin: 0 auto 70px;
        max-width: 934px;
        font-size: 18px;
    }
    .donate-intro .btn {
        width: 237px;
        height: 58px;
        line-height: 46px;
    }
    .social-intro .social-plugin {
        float: left;
        margin: 0 30px 0 0;
        width: 350px;
    }
    .social-intro .holder {
        overflow: hidden;
    }
    .social-intro .user-form h3 {
        font-size: 19px;
        line-height: 32px;
        padding: 0 0 23px;
        margin-bottom: 52px;
    }
    .social-intro .user-form .form-group {
        margin: 0 0 15px;
    }
    .social-intro .user-form .form-control {
        padding-top: 8px;
        padding-bottom: 7px;
    }
    .social-intro .user-form .btn {
        width: 132px;
        min-width: 132px;
    }
    .social-intro .user-form form {
        margin: 0 0 22px;
    }
}
@media (min-width: 1025px) and (max-height: 680px) {
    .header-home .search-panel {
        bottom: 80px;
    }
    .header-home nav {
        bottom: 20px;
    }
    .info-section {
        padding: 30px 0 20px;
    }
    .info-section:first-child {
        padding-bottom: 150px;
    }
    .info-section .logo-big {
        width: 400px;
        height: 284px;
        background-size: 400px auto;
    }
    .info-section .posts-wrap,
    .info-section h1.lined {
        margin: 0 0 30px;
    }
    .post-intro .name {
        margin-bottom: 30px;
    }
    .post-intro p {
        margin: 0 0 30px;
    }
    .events-intro .buttons {
        margin: 0;
    }
    .donate-intro p {
        margin: 0 0 30px;
    }
}
@media (min-width: 1200px) {
    .social-intro .user-form h3 {
        font-size: 24px;
    }
    .social-intro .social-panel {
        padding: 58px 15px 43px 53px;
    }
    .social-intro .social-panel .social-links,
    .social-intro .social-panel h3 {
        display: inline-block;
        vertical-align: top;
    }
    .social-intro .social-panel h3 {
        padding: 11px 20px 0 0;
    }
    .social-intro .social-panel .social-links {
        padding-bottom: 0;
    }
}
@-webkit-keyframes rotate {
    0% {
        opacity: 1;
        transform: rotateY(0deg);
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
        transform: rotateY(180deg);
    }
}
@keyframes rotate {
    0% {
        opacity: 1;
        transform: rotateY(0deg);
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
        transform: rotateY(180deg);
    }
}
@-webkit-keyframes rotateInverse {
    0% {
        opacity: 1;
        transform: rotateY(0deg);
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 1;
        transform: rotateY(-180deg);
    }
}
@keyframes rotateInverse {
    0% {
        opacity: 1;
        transform: rotateY(0deg);
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 1;
        transform: rotateY(-180deg);
    }
}
@-webkit-keyframes fadePlace {
    0% {
        opacity: 1;
        transform: none;
    }
    40% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    50% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
@keyframes fadePlace {
    0% {
        opacity: 1;
        transform: none;
    }
    40% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    50% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
@-webkit-keyframes scaleTitle {
    0% {
        opacity: 1;
        transform: none;
    }
    40% {
        opacity: 0;
        transform: scale(0);
    }
    50% {
        opacity: 0;
        transform: scale(0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
@keyframes scaleTitle {
    0% {
        opacity: 1;
        transform: none;
    }
    40% {
        opacity: 0;
        transform: scale(0);
    }
    50% {
        opacity: 0;
        transform: scale(0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
