.popup-content div[id]{
    background: #50b9b4!important;
}
body .popup-tabs a:hover{
    border-bottom: 4px solid #50b9b4;
}
body.footer-menu-open footer button i{
    background: #50b9b4!important;
}
.footer-menu-open footer button{
    border-color: #50b9b4!important;
}
body footer div {
    color: #50b9b4;
}
article {
    padding: 0 0 50px
}
h1 {
    font-size: 80px;
    font-weight: normal;
    line-height: 1;
    font-family: andes-light;
}

.wrapper .table .t-cell{
    padding: 20px;
    vertical-align: top;
    font-size: 25px
}
.menu-switch:before {
    background: #50b9b4;
    color: inherit;
    border-color: #50b9b4
}
.table:before {
    content: "";
    display: block;
    position: absolute;
    width: 650px;
    height: 200px;
    background: #50b9b4;
    transform: skew(15deg) rotate(-90deg);
    border-radius: 10px;
    z-index: -1;
    right: 60%;
    top: 5%;
}
.table{
    position: relative;
}
header{
    margin: 100px 0;
    padding: 20px 0;
    border-bottom: 2px solid #50b9b4;
}
header div:after {
    content:"";
    display: block;
    clear: both;
}

header a{
    display: block;
    width: 18%;
    font-size: 20px;
    float: left;
    margin-left: 2%;
    position: relative;
}
header a:after{
    content: "";
    display: block;
    height: 6px;
    width: 100%;
    background: #50b9b4;
    top: 100%;
    left: 0;
    position: absolute;
    transform: scale(0);
    transition: transform 0.4s;
    margin-top: 18px;
}

header a:hover:after{
    transform: scale(1);
}
header img,
header strong {
    display: block;
    text-align: left;
    width: auto;
    height: auto;
    max-width: 100%;
}