.uc-main-menu {
}

.uc-main-menu .t228 {
    margin-top: 20px;
}

.uc-main-menu .t228__maincontainer {
    padding: 0 53px;
    box-sizing: border-box;
}

.uc-main-menu .t228__leftside {
    float: left;
    display: inline-block;
    background: #ffffff;
    width: 60px;
    height: 100%;
    max-height: 34px;
    padding: 6px 20px;
    box-sizing: border-box;
    border-radius: 100px 0 0 100px;
}

.uc-main-menu .t228__centerside.t228__menualign_left {
    width: 620px;
    background: #ffffff;
    float: left;
    height: 34px;
    border-radius: 0 100px 100px 0;
}

.uc-main-menu  .t228__list_item {
    padding: 0 12px 0 0 !important;
}

.uc-main-menu  .t228__list_item:nth-child(5) {
    padding: 0 !important;
}

.uc-main-menu .t228__list_item a {
    background: #ffffff;
    display: block;
    padding: 0 13px;
    box-sizing: border-box;
    height: 30px !important;
    margin-top: 2px;
    border-radius: 100px;
    line-height: 30px;
    font-size: 15px !important;
}

.uc-main-menu ul li:nth-child(1) .t-active {
    background: #C2B59A;
    color: #000;
}

.uc-main-menu ul li:nth-child(2) .t-active {
    background: #C2B59A;
    color: #000;
}

.uc-main-menu ul li:nth-child(3) .t-active {
    background: #ADBAC3;
    color: #000;
}

.uc-main-menu ul li:nth-child(4) .t-active {
    background: #ADBAC3;
    color: #000;
}

.uc-main-menu ul li:nth-child(5) .t-active {
    background: #C2B59A;
    color: #000;
}


.uc-logo-partners {
}

.uc-logo-partners svg path {
    transition: 0.3s;
}

.uc-logo-partners svg:hover path {
    fill: #fff !important;
}


.uc-video iframe {
    height:100vh;
    width:100%;
}


.uc-menu-link a {
    background: rgba(173, 186, 194, 0) !important;
    padding: 1px 10px 2px !important;
    border-radius: 100px !important;
    position: relative !important;
    top: 1px !important;
    color: #000000 !important;
    transition: 0.3s !important;
}

.uc-menu-link a:hover {
    background: rgba(193, 181, 155, 1) !important;
    color: #ffffff !important;
}

.uc-menu-link a:focus, 
.uc-menu-link a:active {
    background: rgba(173, 186, 194, 1) !important;
    color: #ffffff !important;
}

.videoplayer_controls _has_fullscreen,
.videoplayer_chromecast_icon_wrapper {
    display: none !important;
}





/*

.uc-project-test .tn-atom a {
    background: blue !important;
    display: block;
    padding: 100px;
}


.uc-link-project .tn-atom a {
    color: red !important;
}

.uc-link-project .tn-atom a:hover {
    color: blue !important;
}

.uc-link-project .tn-atom a:active {
    color: pink !important;
}


.uc-link-project .tn-atom a:focus {
    color: pink !important;
}


.uc-link-project .tn-atom a:target {
    color: pink !important;
}
*/


