html, body{
    width: 100% !important;
    overflow-x: hidden;
}


.navigation .navbar-nav > li > a:hover, .navigation .navbar-nav > li > a:active, .navigation .navbar-nav > li > a:focus {
  background: none;
  color: #a1ef43;
}

.fa-nav{
    
}

.top-nav-wrapper{
    text-align: center;
}

.top-nav-wrapper ul{
    height: 40px;
    display: inline-block;
    margin: 0;
    padding: 0;
    padding-top: 6px;
    /* For IE, the outcast */
        zoom:1;
        *display: inline;
}
.ntp{
    margin-top: -6px;
}
.top-nav-wrapper li {
    display: inline-block;
    
}
.top-nav-left .nav-normalize{
    font-weight: normal;
    font-size: 18px;
    padding: 0 12px;
    display: inline-block;
    color: #cacaca;
}

.add-border-right{
    border-right: 1px solid #444;
}

.top-nav-left li a {
  font-weight: normal;
  font-size: 18px;
  padding: 0 12px;
  display: inline-block;
  color: #cacaca;
  border-right: 1px solid #444;
}
.top-nav-left li:last-child a {
  border-right: none;
}

.top-nav-left li a i {
  margin-left: 4px;
}

.top-nav-left li a .down-status {
  color: #ED522E;
}

.top-nav-left li a .up-status {
  color: #70D70D;
}

#eu-time{
    padding-top: 2px;
    color: #a1ef43;
}

.fa-nav{
    font-size: 20px;
}

#nav-buy-button{
    position: relative;
    right: 0;
    display: inline-block;
    padding: 5px 10px 5px 10px;
    height: 100%;
    background-color: #a1ef43;
    color: #ffffff;
}

.navigation .navbar-nav > li > a {
    color: #ffffff;
    font-size: 19px;
    line-height: 26px;
    padding: 20px 15px !important;
    transition: .2s ease-in-out 0s;
    border-right: 1px solid #444;
}
.navigation .navbar-nav > li:last-child a {
  border-right: none;
}

.mt-0{
    margin-top:  0;
}
.mt-10{
    margin-top: 10px;
}
.mt-15{
    margin-top: 15px;
}
.mt-20{
    margin-top: 20px;
}
.mt-25{
    margin-top: 25px;
}
.mt-30{
    margin-top: 30px;
}

.mb-0{
    margin-bottom:  0;
}
.mb-10{
    margin-bottom: 10px;
}
.mb-15{
    margin-bottom: 15px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-25{
    margin-bottom: 25px;
}
.mb-30{
    margin-bottom: 30px;
}

.pt-0{
    padding-top:  0;
}
.pt-10{
    padding-top: 10px;
}
.pt-15{
    padding-top: 15px;
}
.pt-20{
    padding-top: 20px;
}
.pt-25{
    padding-top: 25px;
}
.pt-30{
    padding-top: 30px;
}

.pb-0{
    padding-bottom:  0;
}
.pb-10{
    padding-bottom: 10px;
}
.pb-15{
    padding-bottom: 15px;
}
.pb-20{
    padding-bottom: 20px;
}
.pb-25{
    padding-bottom: 25px;
}
.pb-30{
    padding-bottom: 30px;
}

.navbar-brand img{
    max-height: 90px;
    width: auto;
}

.service-icon img{
    height: auto;
    width: 30%;
}

.da-card{
	position: relative;
}
.da-card .da-card-content{
	padding: 20px;
	background: #ffffff;
}
.da-card .da-card-photo{
	position: relative;
	overflow: hidden;
}
.da-card .da-card-photo img{
	position: relative;
	display: block;
	width: 100%;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.da-card .da-overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	overflow: hidden;
	background: rgba(19,30,34,0.7);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.da-card .da-overlay.da-slide-left{
	left: -100%;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.da-card .da-card-photo:hover .da-overlay.da-slide-left{
	left: 0;
}
.da-card .da-overlay.da-slide-right{
	right: -100%;
	left: inherit;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.da-card .da-card-photo:hover .da-overlay.da-slide-right{
	right: 0;
}
.da-card .da-overlay.da-slide-top{
	top: -100%;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.da-card .da-card-photo:hover .da-overlay.da-slide-top{
	top: 0;
}
.da-card .da-overlay.da-slide-bottom{
	top: 100%;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.da-card .da-card-photo:hover .da-overlay.da-slide-bottom{
	top: 0;
}
.da-card .da-card-photo:hover img{
	-ms-transform: scale(1.2) translateZ(0);
	-webkit-transform: scale(1.2) translateZ(0);
	transform: scale(1.2) translateZ(0);
}
.da-card .da-card-photo:hover .da-overlay{
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}
.da-card .da-card-photo:hover .da-social{
	opacity: 1;
}
.da-card .da-social{
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 20px;
	justify-content: center;
	color: #ffffff;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.da-card .da-social h5 {
	position: absolute;
	top: 0;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	text-overflow: ellipsis;
}
.da-card .da-social ul li{
	float: left;
}
.da-card .da-social ul li a{
	display: block;
	width: 45px;
	height: 45px;
	border: 1px solid #ffffff;
	line-height: 43px;
	font-size: 20px;
	text-align: center;
	color: #ffffff;
	-webkit-box-shadow: 0px 0px 0px 1px #ffffff;
	-moz-box-shadow: 0px 0px 0px 1px #ffffff;
	box-shadow: 0px 0px 0px 1px #ffffff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.da-card .da-social ul li a:hover{
	background: #ffffff;
	color: #0099ff;
}

.img-fluid{
    width: 100%;
}

b, strong {
    font-weight: bolder;
    color: #000000;
}

ul{
    padding-left: 15px;
}

.dd{
    width: 100% !important;
}
.dd .ddChild li.selected {
    background-color: #cccccc !important;
}

.hide-desktop{
    display: none;
}


/** product page **/
.product-title{
    font-size: 28px;
}
.ddlabel{
    color: black;
}
.product-description{
    color: #666666;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .navigation .newdropdown .dropdown-menu {
        background-color: #000;
    }
    .navigation .newdropdown .dropdown-item {
        color: #fff;
    }
    .hide-desktop{
        display: block;
    }
    .hide-mobile{
        display: none;
    }
}
@media only screen and (min-width: 768px) {
    /* For desktops: */
    
}

.mt-5{
    margin-top: 5px;
}
.mt-10{
    margin-top: 10px;
}
.mt-15{
    margin-top: 15px;
}
.mt-20{
    margin-top: 20px;
}
.mt-30{
    margin-top: 30px;
}
.pt-5{
    padding-top: 5px;
}
.pt-10{
    padding-top: 10px;
}
.pt-15{
    padding-top: 15px;
}
.pt-20{
    padding-top: 20px;
}
.pt-30{
   padding-top: 30px;
}

.earn-menu-column{
    background-image: url('/vendor/images/backgrounds/website-background8.jpg');
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}
.earn-menu-list{
    padding-right: 15px;
}
.earn-menu-item{
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-decoration: underline;
    cursor: pointer;
    text-align: center;
    background: #ffffff;
}

.earn-menu-item:hover{
     -moz-box-shadow:    inset 0 0 10px #930018;
   -webkit-box-shadow: inset 0 0 10px #930018;
   box-shadow:         inset 0 0 10px #930018;
}
.earn-menu-item-icon{
    visibility: hidden;
}
.earn-menu-list .active{
    visibility: visible;
    color: #930018;
    padding-right: 9px;
}
.earning-container-long{
    max-height: 800px;
    overflow-y: scroll;
}

.adlist-item{
    background:#dedede;
    padding:10px 50px 10px 50px;
    border-radius:5px;
    margin-bottom: 10px;
}
.adlist-item h5{
    margin-top: 5px;
}
.adlist-button{
    background:#00cccc;
    padding:30px 0px 30px 0px;
    margin-top:10px;
    color:#ffffff;
    font-size: 24px;
    border-radius:3px;
}
.adlist-button:hover{
    background:#009999;
    cursor: pointer;
    text-decoration: underline;
}
.adlist-button-message{
    

}

.loot-box-container{
    width: 500px;
    height: 720px;
    margin: 0 auto;
}
.loot-box-layer{
    position: absolute;
    top: 0;
    left: calc(50% - 250px);
}
.lb-l1{
    z-index: 100;
}
.lb-l2{
    z-index: 110;
}
.lb-l3{
    z-index: 120;
}
.lb-l4{
    z-index: 130;
}