*{
    font-family: Dosis;
    font-size: 16px;
}

.hot-cnt{
	background: white none repeat scroll 0 0;
    height: 636px;
    position: relative;
    width: 100%;
}

.hot-con{
	width: 100%;
	height: 100%;
	position: relative;
	background: white;
}

.hot-pag {
    bottom: 20px;
    color: #f47321;
    font-family: DosisBold;
    font-size: 20px;
    left: 50%;
    line-height: 20px;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
    
}

.hot-nav, .btn-video{
    background: #f47321 none repeat scroll 0 0;
    border-radius: 100%;
    color: white;
    font-size: 20px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    bottom: 20px;
    width: 0px;
    cursor: pointer;
    transition: 1s all;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none; 
}

.hot-sig, .btn-video{
    right: 20px;
    position: absolute;
    left: 80%;
    
}

.hot-atr{
	left: 20px;
}

.hot-nav:hover{
	opacity: .8;
}