.admin-bar #main-theme, .admin-bar #main-theme header.monolit-header {
    top: 32px;
}

header.monolit-header {
    width: 100%;
}

.admin-bar #main-theme .share-inner {
    top: 92px;
}

footer.fixed-footer {
    background: #ed4559;
    padding-top: 5px;
    z-index: 20;
}

header.monolit-header:before {
    display: none;
}

@media only screen and (min-width: 1037px) {
    .content-holder {
        padding: 0 0 0 30px;
    }
}

.footer-title {
    padding-top: 3px;
}

.footer-title:before {
    bottom: -6px;
    height: 20px;
}

.footer-logo img {
    max-width: 300px;
}

footer.fixed-footer .footer-social {
    padding-top: 1px;
    bottom: 20px;
    left: 0;
    width: 400px;
    transform: rotate(-90deg);
    transform-origin: top left;
    color: #fff;
    font-size: 12px;
}

.content:before {
    display: none;
}

nav li a {
    letter-spacing: .3em;
}

nav li.current-menu-parent a.parent-act-link {
    color: #ed4559;
}

nav li a:before {
    background: #ed4559;
}

.hero-scroll-link {
    color: #ed4559;
    background: rgba(255,255,255,.1);
    font-size: 24px;
}

.sect-subtitle:before,
.sect-subtitle:after,
.dark-bg .sect-subtitle:before,
.dark-bg .sect-subtitle:after
{
    background: #ed4559;
}

.hero-wrap-item {
    top: 30%
}

.slogan-container .wpb_content_element{
    margin-bottom: 0;
}

.slogan {
    position: absolute;
    border-top: 1px solid rgba(255,255,255,.2);
    color: #fff;
    top: -200px;
    left: -50px;
    right: 0;
    text-align: center;
}

.slogan div {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin: 0 10% 0 10%;
    top: -8px;
}


/*.admin-bar #main-theme .share-container {top: 106px;}*/
@media screen and (max-width: 782px) {
    .admin-bar #main-theme, .admin-bar #main-theme header.monolit-header {
        top: 46px;
    }
}

@media screen and (max-width: 600px) {
    .admin-bar #main-theme {
        top: 0;
    }

    .admin-bar #main-theme header.monolit-header {
        top: 0;
        position: relative;
    }
}

.no-des {
    display: none;
}

.no-dis {
    display: none;
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footer-social ul {
    padding-left: 0;
}

.content-footer ul {
    list-style: none;
    padding-left: 0;
}

.single-slider .owl-dots {
    text-align: center;
}


div.wpcf7-validation-errors {
    border: 0 !important;
}

div.wpcf7-response-output {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}

span.wpcf7-not-valid-tip {
    margin-bottom: 20px;
}

.author-social ul {
    list-style: none;
    padding-left: 0;
    text-align: right;
}

.author-social ul li {
    display: inline-block;

}

.author-social ul li a {
    font-size: 14px;
    padding: 10px;
}

.author-social ul li a:hover {
    opacity: 0.8
}

article.content-none {
    margin-top: 0;
    z-index: 3;
    background: #fff;
}

.mrt-20 {
    margin-top: 20px;
}

.wpb_wrapper .btn {
    margin-bottom: 15px;
}

.partner-image img {
    max-width: 300px!important;
    margin-bottom: 50px;
}

.under-construction h2 {
    text-transform: none;
    letter-spacing: .1em;
    margin-bottom: 40px;
}

.under-construction h3 {
    text-transform: none;
    letter-spacing: .1em;
}

.under-construction .hero-scroll-link {
    display: none;
}

.team-social {
    display: block;
    padding-left: 0;
    padding-bottom: 10px;
    top: auto;
    bottom: -50px;
    background: rgba(230, 230, 230, 0.94);
    transition: .4s ease all;
    opacity: 0;
}

.team-box:hover .team-social {
    opacity: 1;
    bottom: 0;
}

.team-social li {
    display: block;
    margin-bottom: 15px;
}

.team-social li a {
    display: block;
    top: 10px;
    padding: 8px 10px;
    color: #111;
    transition: .5s ease all;
    text-decoration: none;
    text-align: center;
    opacity: 1;
}

.team-social img {
    display: block;
    width: 42px;
    height: 42px;
    margin: 0 auto 5px auto;
    vertical-align: top;
    transition: .5s ease all;
}

.team-social a:hover {
    transform: scale(1.1);
}

@media screen and (max-width: 782px) {

    .team-box .team-social {
        opacity: 1;
    }

    .team-social {
        padding-bottom: 0;
        bottom: 0;
        background: #000;
    }

    .team-social li {
        margin-bottom: 0;
    }

    .team-social li a {
        top: 0;
        padding: 2px 10px;
        color: #fff;
    }

    .team-social img {
        display: inline-block;
        width: 28px;
        height: 28px;
        margin: 0;
        vertical-align: middle;
    }
}

.team-box:hover .overlay {
    opacity: 0;
}

.team-photo .respimg {
    transition: .5s ease all;
    filter: none;
    -webkit-filter: grayscale(100%);
    -moz-filter:    grayscale(100%);
    -o-filter:      grayscale(100%);
}

.team-box:hover .team-photo .respimg {
    filter: none;
    -webkit-filter: grayscale(0%);
    -moz-filter:    grayscale(0%);
    -o-filter:      grayscale(0%);
}

.team-info h4 {
    font-size: 12px;
}
