.pt-0 {
    padding-top: 0px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pt-80 {
    padding-top: 80px !important;
}

.pt-90 {
    padding-top: 90px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.pb-90 {
    padding-bottom: 90px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.margin-auto {
    margin: 0 auto !important;
    float: none !important;
}

.display-none {
    display: none;
}

.relative {
    position: relative;
}

.center {
    text-align: center;
}

.res_img {
    width: 100%;
    height: auto;
}

.padding-0 {
    padding: 0 !important;
}

.fs-14 {
    font-size: 14px !important;
}

.PhilaNOMA .container .has-drop-cap:first-letter {
    color: #ee1c25;
    font-family: "Merriweather Sans";
    font-size: 47px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    float: left;
    margin-right: 5px;
    margin-top: 8px;
    margin-left: -4px;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.mfp-zoom-in {
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-newspaper {
}

.mfp-newspaper .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.5s;
    transform: scale(0) rotate(500deg);
}

.mfp-newspaper.mfp-bg {
    opacity: 0;
    transition: all 0.5s;
}

.mfp-newspaper.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1) rotate(0deg);
}

.mfp-newspaper.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-newspaper.mfp-removing .mfp-with-anim {
    transform: scale(0) rotate(500deg);
    opacity: 0;
}

.mfp-newspaper.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-move-horizontal {
}

.mfp-move-horizontal .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s;
    transform: translateX(-50px);
}

.mfp-move-horizontal.mfp-bg {
    opacity: 0;
    transition: all 0.3s;
}

.mfp-move-horizontal.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateX(0);
}

.mfp-move-horizontal.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-move-horizontal.mfp-removing .mfp-with-anim {
    transform: translateX(50px);
    opacity: 0;
}

.mfp-move-horizontal.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-move-from-top {
}

.mfp-move-from-top .mfp-content {
    vertical-align: top;
}

.mfp-move-from-top .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s;
    transform: translateY(-100px);
}

.mfp-move-from-top.mfp-bg {
    opacity: 0;
    transition: all 0.2s;
}

.mfp-move-from-top.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateY(0);
}

.mfp-move-from-top.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-move-from-top.mfp-removing .mfp-with-anim {
    transform: translateY(-50px);
    opacity: 0;
}

.mfp-move-from-top.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-3d-unfold {
}

.mfp-3d-unfold .mfp-content {
    perspective: 2000px;
}

.mfp-3d-unfold .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform-style: preserve-3d;
    transform: rotateY(-60deg);
}

.mfp-3d-unfold.mfp-bg {
    opacity: 0;
    transition: all 0.5s;
}

.mfp-3d-unfold.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: rotateY(0deg);
}

.mfp-3d-unfold.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-3d-unfold.mfp-removing .mfp-with-anim {
    transform: rotateY(60deg);
    opacity: 0;
}

.mfp-3d-unfold.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-zoom-out {
}

.mfp-zoom-out .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1.3);
}

.mfp-zoom-out.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}

.mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
    transform: scale(1.3);
    opacity: 0;
}

.mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0;
}

@keyframes hinge {
    0% {
        transform: rotate(0);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    20%, 60% {
        transform: rotate(80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    40% {
        transform: rotate(60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    80% {
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    100% {
        transform: translateY(700px);
        opacity: 0;
    }
}

.hinge {
    animation-duration: 1s;
    animation-name: hinge;
}

.mfp-with-fade .mfp-content, .mfp-with-fade.mfp-bg {
    opacity: 0;
    transition: opacity .5s ease-out;
}

.mfp-with-fade.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-with-fade.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-fade.mfp-removing.mfp-bg {
    opacity: 0;
}

#share_popup .mfp-close {
    background: #fff;
}

.share_w {
    text-align: center;
}

.single_chapter_logo {
    width: 100%;
    max-width: 180px;
    margin: -40px 0 15px 0;
}

.competition_slider_w {
    margin-bottom: 50px;
}

.competition_slider_w .content {
    margin-top: -80px;
    position: relative;
    z-index: 2;
    text-align: left;
    max-width: calc(100% - 120px);
    display: inline-block;
    width: 64.8%;
    padding: 20px 33px 23px 25px;
    background-color: rgba(245, 245, 244, 0.8);
}

.competition_slider_w .content h5 {
    color: #202020;
    font-family: "Merriweather Sans";
    font-size: 15px;
    font-weight: 900;
    line-height: 24px;
    margin-bottom: 6px;
}

.competition_slider_w .content .text {
    color: #202020;
    font-family: "Merriweather Sans";
    font-size: 15px;
    padding: 0;
    margin: 0 !important;
}

.competition_slider_w {
    text-align: right;
}

.competition_slider {
    margin-bottom: 0;
}

.competition_slider_w .competition_slider .img img {
    width: 100%;
    height: auto;
    -o-object-fit: unset;
    object-fit: unset;
}

.competition_slider_w .competition_slider .img {
    height: auto;
}

.competition_slider_w .competition_slider .owl-nav {
    bottom: -50px;
    top: unset;
}

.chapters_list_item .logo {
    padding: 5px;
}

.PhilaNOMA.type2 .advertisement_column {
    padding-top: 0 !important;
}

.PhilaNOMA ul, .PhilaNOMA ol {
    padding-left: 0 !important;
}

/* align */
.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.alignnone {
    float: none;
    display: block;
    margin-bottom: 15px;
}

.aligncenter {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    max-width: 100%;
    height: auto;
}

/* end align */
/*.row {*/
/*margin: 0 -15px;*/
/*}*/
.dark_block, .chapret_grid {
    background: #191d24 url(img/history_bg.jpg) repeat left top;
    background-size: 75px auto !important;
}

header .main_logo {
    margin-right: 30px;
}

a.disabled_link {
    cursor: auto;
}

.PhilaNOMA .text a, .text a {
    text-decoration: none;
}

.PhilaNOMA .text a:hover, .text a:hover {
    text-decoration: underline;
}

.main_btn,
.main_btn:hover,
.PhilaNOMA .text a.main_btn,
.PhilaNOMA .text a.main_btn:hover,
.news_item a,
.news_item a:hover {
    text-decoration: none !important;
}

.main_btn.active:after, .main_btn.active:before {
    display: none;
}

.PhilaNOMA .find a {
    color: #ee1c25;
}

.download_link a:hover {
    -webkit-filter: none;
    filter: none;
}

@media screen and (max-width: 640px) {
    .competition_slider_w .content {
        margin-top: 0;
        width: 100%;
        max-width: initial;
    }

    .competition_slider_w .competition_slider .owl-nav {
        width: 100% !important;
        background: rgba(245, 245, 244, 0.8);
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: 0;
        padding: 10px;
    }
}

.page-template-page-privacy .text_block b, .page-template-page-privacy .text_block strong {
    margin-bottom: 10px;
    padding-top: 0;
}

.item_href, .item_href:hover {
    text-decoration: none !important;
}

.chapret_grid.contacts .social_block {
    margin: 0 auto;
    padding: 40px 30px;
    width: calc(34% - 30px);
}

@media screen and (max-width: 1100px) {
    .chapret_grid.contacts .social_block {
        width: 50%;
    }
}

@media screen and (max-width: 991px) {
    .chapret_grid.contacts .social_block {
        width: 100%;
    }
}

.chapret_grid .wrap {
    text-align: left;
}

.social_block h5 {
    text-align: left;
}

.privacy_page a {
    color: #ee1c25;
}

.event_odd.event_full_width {
    width: 100%;
}

.accordion .top p {
    margin: 0;
}

.news_item.chapters_list_item h5 {
    max-height: 58px;
}

.social_block_center, .social_block_center h5 {
    text-align: center;
}