html,
body {
    height: 100%;
    font-size: 13px;
    line-height: 1.5;
    color: #fff;
    background-color: #161616;
}

h1  {
    color: white;
    font-size: 1.5rem;
}

h3, h4  {
    font-size: 1.2rem;
    color: #007bff;
}

h3 a, h4 a {
    color: #007bff;
    text-decoration: underline;
}

.red-label {
    background: #de2600;
    color: #fff;
    border: 0;
    border-radius: 5px;
    box-shadow: none;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    margin: 2px;
    padding: 0 6px;
    text-shadow: none;
    vertical-align: middle;
    white-space: normal;
}

.black-label {
    background: #423d3c;
    color: #fff;
    border: 0;
    border-radius: 5px;
    box-shadow: none;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    margin: 2px;
    padding: 0 6px;
    text-shadow: none;
    vertical-align: middle;
    white-space: normal;
}

.items-bottom {
    border-bottom: 0;
    float: left;
    padding: 10px 2px 10px 2px;
    position: relative;
    text-align: center;
}


.wrap_image .cat {
    position: absolute;
    right: 0;
    bottom: 0;
    border-top-left-radius: 6px;
    background: rgba(0, 0, 0, .4);
    color: #fff;
    line-height: 2;
    padding: 0 12px;
    text-align: center;
    font-size: 14px;
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.catl {
    position: absolute;
    top: 0;
    left: 0;
    border-bottom-right-radius: 6px;
    background: rgba(0, 0, 0, .4);
    color: #fff;
    line-height: 2;
    padding: 0 12px;
    text-align: center;
    font-size: 14px;
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wrap_image .views {
    position: absolute;
    right: 0;
    top: 0;
    border-bottom-left-radius: 6px;
    background: rgba(0, 0, 0, .4);
    color: #fff;
    line-height: 2;
    padding: 0 12px;
    text-align: center;
    font-size: 14px;
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

a.btn:hover{
    color: #fff;
    background: #f1816b;
}

.item {
    border-bottom: 0;
    float: right;
    padding: 10px 2px 10px 2px;
    position: relative;
    text-align: center;
    width: auto;
    height: 302px;
    margin: 2px;
}

.items-right {
    border-bottom: 0;
    float: left;
    clear: both;
    padding: 10px 2px 10px 2px;
    position: relative;
    text-align: center;
}

.top-menu a{
    font-size: 18px;
    color: white;
    padding: 0px 10px;
    /* text-decoration: underline; */
}

.top-menu a:hover {
    /* text-decoration: none; */
}

.overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.7;
    transition: .3s ease;
    background-color: transparent;
    top: 80%;
    left: 10px;
}

.overlay:hover {
    opacity: 0.7;
}

.play-icon {
	box-sizing: border-box;
	display:block;
	width: 40px;
	height: 40px;
	padding-left: 8px;
	line-height: 20px;
	border: 2px solid #fff;
	border-radius: 50%;
	color:#f5f5f5;
	text-align: center;
	text-decoration: none;
	background-color: rgba(0,0,0,0.5);
	font-size: 10px;
	font-weight:bold;
	transition: all 0.3s ease;
	padding-top:4px;
}


.vr-icon {
	box-sizing: border-box;
	display:block;
	width: 40px;
	height: 40px;
	padding-left: 5px;
	line-height: 20px;
	border: 2px solid #fff;
	border-radius: 50%;
	color:#f5f5f5;
	text-align: center;
	text-decoration: none;
	background-color: rgba(0,0,0,0.5);
	font-size: 10px;
	font-weight:bold;
	transition: all 0.3s ease;
	padding-top:4px;
}

.pic-icon {
    display:block;

}

.navigate-icon  {
    width: 32px; 
    height: 32px; 
    background-color:grey;
}

main.container-fullwidth{width:100%}