/* ==== FOOTER ==== */
footer {
    margin:0 auto;
    padding:0;
    width: 1080px;
    display:inline-block; 
    text-align:right; 
    margin: 15px 0px; 
    width:100%; 
    line-height:26px;
    border-bottom:1px solid #FFF;
    padding:10px 0 10px;
}
footer .footer {
    text-align: left;
    font-size: 14px;
    display:inline-block;
    color:#FFF;
}
#footer_seo {
    padding-bottom:20px;
    margin-bottom:20px;
    border-bottom:1px solid #FFF;
}
.provider-container {
    border-radius:5px;
    border:1px solid #FFF;
    color:#FFF;
    margin-bottom:30px;
    padding: 0 10px 10px;
}
.footer-section-title {
    margin:30px 0;
    color:#FFF;
    font-size:14px;
}
.provider-container h5 {
    position:relative;
    top:-15px;
    left:2px;
    margin:0;
    padding:5px 10px;
    background:linear-gradient(180deg, #ffe600, #c19820);
    border-radius:5px;
    width:70px;
    text-align:center;
    color:#000;
    font-weight:bold;
}
.hover-list {
    list-style-type: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.hover-list li {
    display:inline-block;
}
.hover-list li img {
    height:50px;
    padding:5px 10px;
    filter: #CCC; /* IE6-9 */
    filter: grayscale(100%);
}
.hover-list li img:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
  }
.rtp_div {
	position:fixed;
	bottom:160px;
	left:10px;
	z-index:100;
}
.rtp_div .rtp_link img{
	width:70px;
	background: #222;
    border: 3px outset #188f18;
    border-radius: 50%;
    padding: 8px;
}
.apk_div {
	position:fixed;
	bottom:240px;
	left:10px;
	z-index:100;
}
.apk_div .apk_link img{
	width:70px;
	background: #222;
    border: 3px outset #188f18;
    border-radius: 50%;
    padding: 8px;
}
.vpn_div {
	position:fixed;
	bottom:320px;
	left:10px;
	z-index:100;
}
.vpn_div .vpn_link img{
	width:70px;
	background: #222;
    border: 3px outset #188f18;
    border-radius: 50%;
    padding: 8px;
}
/* ==== FOOTER ==== */

/* ==== WD NOTICE ==== */
#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #222;
  color: #fff;
  text-align: center;
  padding: 15px 30px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  font-size: 17px;
  border-radius: 5px;
  border: 2px solid #ddd;
  pointer-events: none;
  font-size:12px;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;} 
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;} 
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

/* ==== WD NOTICE ==== */