/* Author: eXLine (exline.website) */
body, html {
	min-height: 100%;
	background: var(--default);
}

/* WRAPPER */
.downloadPage,
#dle-content {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	position: relative;
}

/* DOWNLOAD PAGE */
.doanloadPageBox {
	min-width: auto;
	max-width: 800px;
	height: auto;
	width: auto;
	padding: 30px 30px 130px; 
	text-align: center;
}

.dpbTitle {
	color: var(--smart);
	font-weight: 500;
	font-size: 2rem;
	text-align: center;
	text-transform: uppercase;
}

.dpbTimeOut {
	padding: 30px 0;
}

.dpbLoader {
	height: 80px;
	width: 80px;
	margin: 0 auto;
	position: relative;
}

#fileTimer {
	text-align: center !important;
	width: 40px !important;
	left: 50% !important;
	margin-left: -25px !important;
	top: 0 !important;
}

.dpbAll {
	display: none;
}

.dpbBtn {
	background: rgba(255,255,255,.85);
	float: none !important;
	margin: 30px auto !important 0;
	color: var(--default);
	text-align: center;
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: .84rem;
	text-transform: uppercase;
	font-weight: 700;
}

.dpbBtn:hover {
	color: var(--default);
	background: var(--smart) !important;
}

.dpbBtn:after,
.dpbBtn:before {display: none;}

.dpbFile {
	padding: 20px 0 0;
}

.dpbExtension {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
}

.dpbExtension i {
	font-size: 3.4rem;
	color: var(--smart);
	opacity: .5;
}

.dpbExtension span {
	position: absolute;
	height: inherit;
	width: inherit;
	line-height: inherit;
	left: 0;
	top: 0;
	color: var(--default);
	font-weight: 700;
	font-size: .9rem;
}


.dpbName {
	width: calc(100% - 60px);
	padding-left: 10px;
}

.dpbName strong,
.dpbName span {
	color: var(--smart);
	font-weight: 500;
	display: block;
}

.dpbName strong {
	font-size: 1.1rem;
}

.dpbName span {
	padding-top: 5px;
	opacity: .8;
	font-size: .9rem;
}


/* ADBLOCK DETECTED */
.isadNotif {
	display: none;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	padding: 10px;
	background: transparent;
	color: var(--smart);
}

.isadBox {
	max-width:780px;
	width:auto;
	margin:0 auto;
	line-height:20px;
}

/* MESSAGE */
.dpbMsg,
.dpbText {
	text-align: center;
	color: var(--smart);
	padding-top: 20px;
}

.dpbMsg a, .dpbMsg a:hover,
.dpbText a, .dpbText a:hover {
	color: var(--smart);
	text-decoration: underline;
}

@media (max-width: 1024px) {
	.wave {height: 100px !important;}
}

@media (max-width: 920px) {

	.wave, .isadNotif {display: none !important;}
}

@media (max-width: 720px) {



}

@media (max-width: 640px) {


	
}

@media (max-width: 420px) {

	.downloadPage {display:block;margin:0 auto;}
	
}


.wave {
  width: 100%;
  overflow: hidden;
  position: absolute;
 z-index: 3;
 height: 180px;
 bottom: 0;
 left: 0;
}

.wave__one {
  background: url("../dleimages/wave_top.png") repeat-x;
  width: 7000px;
  height: 200px;
  animation: waves 18s infinite linear;
  position: absolute;
  top: 0;  }

.wave__two {
  background: url("../dleimages/wave_top_opacity.png") repeat-x;
  width: 7000px;
  height: 200px;
  animation: waves 12s infinite linear;
  position: relative;
  top: 0; }

@keyframes waves {
  0% {
    margin-left: 0; }
  100% {
    margin-left: -1938px; } 
}

@-webkit-keyframes waves {
  0% {
    margin-left: 0; }
  100% {
    margin-left: -1938px; } 
}