#main_header {
    height: 500px;
    width:100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 40px;
}
#main_header .header-overlay {
    height: 100%;
    background: rgb(18,52,54);
    background: -moz-linear-gradient(180deg, rgba(18,52,54,0) 55%, rgba(18,52,54,1) 98%);
    background: -webkit-linear-gradient(180deg, rgba(18,52,54,0) 55%, rgba(18,52,54,1) 98%);
    background: linear-gradient(180deg, rgba(18,52,54,0) 55%, rgba(18,52,54,1) 98%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#123436",endColorstr="#123436",GradientType=1);
}
#main_header #ip-box {
    display: inline-block;
    width: 400px;
    padding: 20px;
    background: var(--primary-color-translucent);
    border-radius: var(--main-border-raduis);
    text-align: left;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
}
#main_header #ip-box .rounded-circle {
    display: inline-block;
    height: 40px;
    width: 40px;
    font-size: 22px;
    color: var(--primary-backcolor);
    margin-right: 15px;
    text-align: center;
}
#main_header #ip-box input,
#main_header #ip-box input:focus {
    background: #FFFFFF;
    color: #111111;
    font-family: var(--dynfont);
    height: 30px;
    padding: 20px;
    border-radius: 10px 0px 0px 10px;
    border:none !important;
    width: 70%;
    font-size: 18px;
    outline: none;
    margin-left: 10%;
}
#main_header #ip-box .copy-btn {
    position: relative;
    background: #111111;
    color: #FFFFFF;
    font-family: var(--dynfont);
    height: 31px;
    padding: 10px;
    border-radius: 0px 10px 10px 0px;
    border:none;
    width: 20%;
    font-size: 18px;
    display: inline;
    margin-left: -2px;
    margin-top: -3px;
    cursor:pointer;
}
#main_header #ip-box .copy-btn:hover {
    background: var(--primary-backcolor-light);
}
#main_header #ip-box #player-online {
    text-align: center;
    padding-top: 15px;
    color: var(--primary-backcolor);
    font-size: 16px;
    font-family: var(--contentfont-extra);
}
.connect-widget .widget-body {
    vertical-align: middle;
    display: block;
    color: #FFFFFF;
}
.connect-widget .link-text {
    vertical-align: middle;
    display: inline-block;
    margin-top: -23px;
    padding-left: 17px;
    font-weight: bold;
    font-size: 16px;
}
.connect-widget .fas {
    margin-top: 7px;
    text-shadow: 0px 0px 13px var(--primary-color); /*rgba(255,255,255,1);*/
}
.connect-widget .widget-body:hover {
    background: var(--primary-backcolor);
}
.home-trailer {
    position:relative;
    margin-top: 20px;
    box-shadow: var(--main-box-shadow);
    border-radius: var(--main-border-raduis);
}
.home-trailer-next {
    height: 300px;
    width: 204px;
    position: absolute;
    z-index: 40;
    top: 80px;
    background-size: contain;
    right: -154px;
}
@media (max-width: 540px) {
    .home-trailer-next {
        display:none;
    }
    #main-container img {
        max-width: 100%;
    }
    #main_header #ip-box {
        max-width: 100%;
    }
}

.twitter-entry {
    background: var(--primary-backcolor);
    border-radius: var(--main-border-raduis);
    padding: 15px;
    margin-bottom: 10px;
}
.twitter-more {
    padding-top: 5px;
    padding-right: 5px;
    text-align: right;
}

.home-news-body {
    padding: 0px;
    overflow: hidden;
}
.home-news-body-content {
    padding: 15px;
}
.home-news-body-title {
    font-family: var(--dynfont);
    font-size: 18px;
}
.home-news-body-readmore {
    text-align: right;
    padding-top: 10px;
}