﻿
.edit-image {
    max-height: 18px;
    max-width: 18px;
}
#menu ul {
    margin: 0;
    padding: 0;
    
}

#menu .main-menu {
    display: none;
}

#tm:checked + .main-menu {
    display: block;
}

#menu input[type="checkbox"],
#menu ul span.drop-icon {
    display: none;
    
}
#footer {
    z-index: 1;
    background-color: #1d84c3;
    color: black;
}
#menu li,
#toggle-menu,
#menu .sub-menu {
    border-style: solid;
    border-color: rgba(0, 0, 0, .05);
}

#menu li,
#toggle-menu {
    border-width: 0 0 1px;
}

#menu .sub-menu {
    background-color: #1d84c3;
    border-width: 1px 1px 0;
    margin: 0 1em;
}

    #menu .sub-menu li:last-child {
        border-width: 0;
    }

#menu li,
#toggle-menu,
#menu a {
    position: relative;
    display: block;
    color: black;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .125);
}

#menu,
#toggle-menu {
    background-color: #72b0d6;
    color: black;
}

    #toggle-menu,
    #menu a {
        padding: 0.4em 1em ;
    }

    #menu a {
        transition: all .125s ease-in-out;
        -webkit-transition: all .125s ease-in-out;
    }

        #menu > li:hover> a {
            background-color: white;
            color: #09c;
        }

    #menu .sub-menu {
        display: none;
        background-color:white;
    }

    #menu input[type="checkbox"]:checked + .sub-menu {
        display: block;
    }

    #menu .sub-menu a:hover {
        color: #1d84c3;
    }

    #toggle-menu .drop-icon,
    #menu li label.drop-icon {
        position: absolute;
        right: 1.5em;
        top: 0.6em;
    }

    #menu label.drop-icon, #toggle-menu span.drop-icon {
        border-radius: 50%;
        width: 1em;
        height: 1em;
        text-align: center;
        background-color: #09c;
        text-shadow: 0 0 0 transparent;
        color: rgba(255, 255, 255, .5);
    }

    #menu .drop-icon {
        line-height: 1;
    }
.logoHeader {
    
    width: 260px;
    height: 50px;
    margin-left:-40px;
}

@media only screen and (max-width: 64em) and (min-width: 52.01em) {
    #menu li {
        width: 33.333%;
    }

    #menu .sub-menu li {
        width: auto;
    }
}

@media only screen and (min-width: 52em) {
    .logoHeader{
        width:100%;
        height:140px;
    }
    #menu .main-menu {
        display: block;
    }

    #toggle-menu,
    #menu label.drop-icon {
        display: none;
    }

    #menu ul span.drop-icon {
        display: inline-block;
    }

    #menu li {
        float: left;
        border-width: 0 1px 0 0;
    }

    #menu .sub-menu li {
        float: none;
    }

    #menu .sub-menu {
        border-width: 0;
        margin: 0;
        position: absolute;
        top: 100%;
        right: 0;
        width: 100%;

        z-index: 3000;
    }
    .main-menu > li > .sub-menu > li:hover {
        background-color: #72b0d6;
    }
    .main-menu > li:hover {
        background-color: white;
    }
    #menu .sub-menu,
    #menu input[type="checkbox"]:checked + .sub-menu {
        display: none;
    }

        #menu .sub-menu li {
            border-width: 0 0 1px;
        }

        #menu .sub-menu .sub-menu {
            top: 0;
            left: 100%;
        }

    #menu li:hover > input[type="checkbox"] + .sub-menu {
        display: block;
    }
}


.top-container {
  
    width:100%;
    
}

.header {
    width:100%;
}

.content {
    padding: 0px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    height:10px;
}

    .sticky + .content {
        padding-top: 0px;
    }










.search-form .form-group {
    float: right !important;
    transition: all 0.35s, border-radius 0s;
    width: 32px;
    height: 32px;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    border-radius: 25px;
    border: 1px solid #ccc;
}

    .search-form .form-group input.form-control {
        padding-right: 20px;
        border: 0 none;
        background: transparent;
        box-shadow: none;
        display: block;
    }

        .search-form .form-group input.form-control::-webkit-input-placeholder {
            display: none;
        }

        .search-form .form-group input.form-control:-moz-placeholder {
            /* Firefox 18- */
            display: none;
        }

        .search-form .form-group input.form-control::-moz-placeholder {
            /* Firefox 19+ */
            display: none;
        }

        .search-form .form-group input.form-control:-ms-input-placeholder {
            display: none;
        }

    .search-form .form-group:hover,
    .search-form .form-group.hover {
        width: 100%;
        border-radius: 4px 25px 25px 4px;
    }

    .search-form .form-group span.form-control-feedback {
        position: absolute;
        top: -1px;
        right: -2px;
        z-index: 2;
        display: block;
        width: 34px;
        height: 34px;
        line-height: 34px;
        text-align: center;
        color: #3596e0;
        left: initial;
        font-size: 14px;
    }
/*=============== team ===============*/

/*
 * 1. core styles
 */

.teamy {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.teamy_layout {
    position: relative;
}

.teamy_preview {
    position: relative;
    overflow: hidden;
}

.teamy_avatar {
    display: block;
    max-width: 100%;
    position: relative;
    z-index: 1;
}

.teamy_preview:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
}

.teamy_back {
    width: 100%;
    /* height: 100%;*/
    box-sizing: border-box;
    opacity: 0;
    will-change: opacity;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.teamy:hover .teamy_back {
    opacity: 1;
    height: 100%;
    transition: opacity .4s cubic-bezier(0.71, 0.05, 0.29, 0.9) .2s;
}

.teamy_name {
    margin-top: 0;
    margin-bottom: 0;
}

.teamy_post {
    display: block;
}
/*
 * 2. visual styles
 */

/* common styles for visual styles */

.teamy_back {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.teamy_content {
    padding: 20px;
}

.teamy_name {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #282828;
    font-family: 'montserratbold';
    font-weight: bold;
}

.teamy_post {
    margin-top: .5em;
    font-size: .8em;
    text-transform: capitalize;
    color: #6f6f6f;
}
/* style 1 */

.teamy_style1 {
    text-align: center;
}

.teamy_style3 .teamy_name {
    font-size: 2em;
}
/*
 * 3. masks
 */

/* mask circle */

.teamy_mask-circle .teamy_preview:before {
    width: 0;
    height: 0;
    padding: 25%;
    border-radius: 50%;
    transition: transform .3s ease, opacity .3s ease-out;
    will-change: opacity, transform;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
}

.teamy_mask-circle:hover .teamy_preview:before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(4);
    transition-duration: .6s;
}
/* mask triangle */

.teamy_mask-triangle .teamy_preview:before {
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-clip-path: polygon(50% 10%, 15% 90%, 85% 90%);
    clip-path: polygon(50% 10%, 15% 90%, 85% 90%);
    transition-property: transform, opacity;
    transition-duration: .2s, .4s;
    transition-delay: .4s, 0s;
    transition-timing-function: ease-out;
    will-change: transform, opacity;
    transform: translate(-50%, -50%) scale(1);
}

.teamy_mask-triangle:hover .teamy_preview:before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(5);
    transition-delay: .1s, 0s;
    transition-duration: .4s;
}
/*
 * 4. animations for preview
 */

/* zoom */

.teamy_zoom-photo .teamy_avatar {
    transition: transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
    will-change: transform;
    transform: scale(1);
}

.teamy_zoom-photo:hover .teamy_avatar {
    transform: scale(1.2);
}
/* zoom and rotate */

.teamy_zoom-rotate-photo .teamy_avatar {
    transition: transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
    will-change: transform;
    transform: scale(1) rotate(0);
}

.teamy_zoom-rotate-photo:hover .teamy_avatar {
    transform: scale(1.2) rotate(5deg);
}
/* zoom and slide */

.teamy_zoom-slide-photo .teamy_avatar {
    transition: transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
    will-change: transform;
    transform: scale(1) translate(0, 0);
}

.teamy_zoom-slide-photo:hover .teamy_avatar {
    transform: scale(1.2) translate(4%, 4%);
}

/*
 * 5. default skin
 */

@media screen and (max-width: 360px) {
    .melnik909 {
        display: none;
    }
}
/* layout */

.section:nth-of-type(even) {
    background-color: var(--colorGray);
}

.section_header {
    position: relative;
    padding-bottom: 2rem;
    text-align: center;
    text-transform: capitalize;
}

    .section_header:before {
        content: "";
        width: 5rem;
        height: 3px;
        background-color: var(--colorAlternative);
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

.section_title {
    font-size: 2.4rem;
    font-family: 'heebo';
}

    .section_title span {
        color: #007efa;
    }

.section_hint {
    font-size: 1.4rem;
    display: block;
    margin-top: 0rem;
}

.section_content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

@media screen and (min-width: 641px) {
    .section {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .section_header {
        margin-bottom: 1rem;
    }

    .section_content {
        justify-content: center;
    }
}

@media screen and (max-width: 640px) {
    .section {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .section_header {
        margin-bottom: 3rem;
    }
}
/* demo params */

.teamy_preview:before {
    background-color: var(--demoColorMask, rgba(1, 94, 186, .8));
}

.teamy_style2 .teamy_content {
    background-color: var(--demoColorContent, rgba(72, 27, 174, .85));
}
/* social buttons */

.social {
    box-sizing: border-box;
    width: 35px;
    height: 35px;
    padding: 6px;
    /* background-color: #fff;*/
    color: #fff;
    border-radius: 100%;
    margin: 0px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .social:hover {
        box-sizing: border-box;
        background-color: #fff;
    }

.social_icon {
    width: 100%;
    height: 100%;
    fill: rgba(72, 27, 174, 1);
    fill: var(--demoColorIcon, rgba(72, 27, 174, 1));
}

.social_name {
    position: absolute;
    left: -9999px;
}
/* grid */

.teamy-team {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media screen and (max-width: 424px) {
    .teamy {
        width: 100%;
    }

        .teamy:not(:first-child) {
            margin-top: 3rem;
        }
}
/*=============== team ===============*/