
.home-overlay {
	background: rgba(50, 50, 50, 0.3) none repeat scroll 0 0;
	min-height: 590px;
}

.inside-overlay {
	background: rgba(50, 50, 50, 0.3) none repeat scroll 0 0;
	min-height: 475px;
}

body.ribbonFullwidth #whitebox {
	min-height: auto !important;
}

.breadcrumb > li + li::before {
	content: "";
}

.uk-tab > li > a {
	font-size: 20px;
	font-weight: normal;
}

.uk-panel-box {
	border-top: 5px solid #eee;
	transition: border-color 0.5s ease 0s;
}

.uk-panel-box:hover {
	border-top: 5px solid #2ea57f;
}

tr,
td {
	color: #666;
}
td {
	vertical-align: middle;
}

#banner table tbody tr td {
	vertical-align: middle;
}



/********************************************** Wideload Homepage *****************************************/
.home-wideload {
    background-color: #eee;
    background-position: center;
    background-size: cover;
    min-height: 300px;
    position: relative;
    width: 100%;
}

.wideload-content {
    left: 50%;
    margin-right: -50%;
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.home-content {
    left: 50%;
    margin-right: -50%;
    position: absolute;
    top: 50%;
    width: 70%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.home-wideload h1,
.home-wideload h2 {
    color: #fff;
    text-align: right;
}

.home-wideload h1 {
    font-size: 60px;
    margin: 0;
    text-align: center;
    text-shadow: #000 0 0 0;
}

.home-wideload h2 {
    font-size: 26px;
    font-weight: 300;
    text-align: right;
    text-shadow: #000 0 0 0;
}

.home-overlay {
    background: rgba(50, 50, 50, 0.50);
    min-height: 450px;
    overflow: hidden;
    z-index: 2;
}

.overlay {
    background: rgba(50, 50, 50, 0.50);
    min-height: 300px;
    overflow: hidden;
    z-index: 2;
}

/* WideLoadHeader - FOR MOBILE */
@media only screen and (max-width: 980px) {
    .home-wideload {
        background-color: #eee;
        background-position: center;
        background-size: cover;
        min-height: 350px;
        position: relative;
    }

    .home-content {
        left: 50%;
        margin-right: -50%;
        position: absolute;
        top: 50%;
        width: 95%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        /* float: right;
		margin: 20px 20px 0 0; */
    }

    .home-overlay {
        background: rgba(50, 50, 50, 0.50);
        min-height: 350px;
        overflow: hidden;
        z-index: 2;
    }

    .home-wideload h1 {
        font-size: 40px;
        text-align: center;
        text-shadow: #000 0 0 0;
    }

    .home-wideload h2 {
        font-size: 22px;
        font-weight: 300;
        text-align: right;
        text-shadow: #000 0 0 0;
    }
}