/* #55c2cd
#fd545e */

.nav-wrapper {
    position: fixed;
    height: 84px;
    top: 0;
    left: 0;
    right: 0;
    background: white;
    white-space: nowrap;
    font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
    font-size: 15px;
    font-weight: 600;
    padding: 0 70px;
    z-index: 200;
    -webkit-box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
    box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);

}

.nav-wrapper-space {
    height: 84px;
    position: relative;
}

.nav-wrapper .logo-container {
    visibility: hidden;
    display: inline-block;
    vertical-align: top;
    width: 23%;
    z-index: 10;
    height: 100%;
}

.nav-wrapper .logo-container-inner img {
    height: 100%;
    position: relative;
    width: auto;
}

.nav-wrapper .logo-container-inner {
    position: absolute;
    display: block;
    top: 48%;
    transform: translateY(-50%);
}

.nav-wrapper .logo-container-inner {
    height: 29px;
    height: 55px;

}

.nav-wrapper .main-nav {
    visibility: hidden;
    position: relative;
    height: 100%;
    display: inline-table;
    width: 77%;

    text-align: center;
    /* float:left; */
    /* float:right; */
    padding: 0;
}

.nav-wrapper .main-nav .main-site ul {
    display: inline-block;
    margin: 0 auto;
    height: 1em;

}

.nav-wrapper li a {
    color: #292929;
    text-decoration: none;
}

.nav-wrapper .main-nav li {
    display: table-cell;
    vertical-align: middle;
}

/* .nav-wrapper .main-nav .main-site{
  margin-top:0;;
} */
.nav-wrapper .main-nav .main-site-link a {
    position: relative;
    padding: 10px 4px;
    margin: 0 12px;
    background: transparent;
    text-decoration: none;
    vertical-align: sub;
}

/* .nav-wrapper .main-nav .main-site-link a:nth-last-of-type(1){
  margin-left:0;
} */
.nav-wrapper .main-nav .main-site-link a:after {
    content: '';
    position: absolute;
    background: #69CBD6;
    height: 2px;
    width: 0%;
    transition: width .3s;
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 0;
}

.nav-wrapper .main-nav .main-site-link a:hover:after {
    width: 95%;
}

.nav-wrapper .main-nav .main-site-link a:hover,
.nav-wrapper .main-nav .social-buttons a:hover {
    color: #69CBD6;
}

.nav-wrapper .main-nav .active {
    color: #69CBD6;
}

.nav-wrapper .main-nav .get-in-touch {
    text-align: right;
}

.nav-wrapper .main-nav .get-in-touch a {
    background: #69CBD6;
    border: 2px solid #69CBD6;
    color: white;
    padding: 10px 14px;
    margin: 0;
    transition: background .5s, color 0.5s;
}

.nav-wrapper .main-nav .get-in-touch a:hover {
    background: white;
    ;
    border: 2px solid #69CBD6;
    color: black;
}

.nav-wrapper .main-nav .social-buttons {
    display: none;
}

.nav-wrapper .main-nav .social-buttons ul li {
    display: inline;
}

.mobile-nav-buttons {
    visibility: hidden;
    display: none !important;

    position: relative;
    float: right;
    display: block;
    margin-top: 18px;
    z-index: 100;
}

.mobile-nav-buttons button {
    padding: 0;
    background: transparent;
    outline: none;
    border: none;
}

.mobile-nav-buttons button i {
    padding: 12px;
    font-size: 20px;
    font-weight: lighter;
    color: #292929;
}

.mobile-nav-buttons button:nth-last-child(1) {
    display: none;
}

@media screen and (max-width:1200px) {
    .nav-wrapper .main-nav .main-site-link a {
        position: relative;
        padding: 10px 4px;
        margin: 0 8px;
    }

    .nav-wrapper .main-nav {
        width: 75%;
    }

    .nav-wrapper .logo-container {
        width: 25%;
    }

    .nav-wrapper {
        padding: 0 36px;
    }

    .nav-wrapper .logo-container-inner {
        /* height: 26px; */
    }
}

@media screen and (max-width:960px) {
    .nav-wrapper .main-nav .main-site-link a {
        vertical-align: middle;
    }

    .nav-wrapper {
        padding: 0 20px;
        height: 74px;
    }

    .nav-wrapper-space {
        height: 74px;
    }

    /* .nav-wrapper .logo-container-inner{
    height:24px;
  } */

    .nav-wrapper .main-nav {
        position: absolute;
        left: 0;
        height: 0;
        z-index: 100;
        overflow: hidden;
        width: 100%;
        text-align: center;
        background: white;
        display: block;
        /* padding:40px; */
        transition-timing-function: ease-in-out;
    }

    .nav-wrapper .main-nav .main-site {
        margin-top: 46px;
    }

    .nav-wrapper .main-nav.nav-open {
        height: 100vh;
    }

    .nav-wrapper .main-nav.nav-open-transition {
        transition: height .5s;
    }

    .nav-wrapper .main-nav li {
        position: relative;
        display: block;
        padding: 10px 5px;
        background: transparent;
        text-align: center;
        font-size: 20px;
        /* border-bottom: 2px solid #69CBD6; */
    }

    .nav-wrapper .main-nav .get-in-touch {
        text-align: center;
        /* padding-top:0; */
    }

    .nav-wrapper .main-nav .main-site-link a:hover:after {
        width: 0;
    }

    .nav-wrapper .main-nav li:last-of-type {
        text-align: center;
    }

    .nav-wrapper .main-nav .social-buttons {
        margin-top: 14px;
        display: block;
    }

    .nav-wrapper .main-nav .get-in-touch a {
        background: transparent;
        border: none;
        color: #292929;
        padding: 10px 16px;
        transition: none;

    }

    .nav-wrapper .main-nav .get-in-touch a:hover {
        border: none;
        color: #69CBD6;
    }

    .mobile-nav-buttons {
        display: block !important;
    }
}

@media (max-width: 959px) {
    .nav-wrapper .logo-container-inner {
        height: 48px;
    }
}

@media (max-width:480px) {
    .nav-wrapper .logo-container-inner {
        height: 40px;
    }
}