


body{font-family: 'Poppins', sans-serif; font-size:14px!important; color: white; -webkit-font-smoothing: antialiased;}


.fixed_wrapper{width:100%;min-width:1120px;height:120px;top:0px;position:fixed;z-index:99999;}

#wrapper_a{width:100%; height:40px; min-width:1120px; float: left; background:#040404;}
#wrapper_b{width:100%; height:70px; min-width:1120px; float: left; background-color: #fff;	-webkit-box-shadow: 0px 4px 2px -2px rgba(0,0,0,0.6);-moz-box-shadow: 0px 4px 2px -2px rgba(0,0,0,0.6);box-shadow: 0px 4px 2px -2px rgba(0,0,0,0.6)}

.section_a{width: 1080px; height:40px; margin: 0 auto;}
.section_b{width: 1080px; height:70px; margin: 0 auto;}




.clock_box{width: 350px; height: 40px; line-height: 40px; float: left;}
.currency_price{width: 600px; height: 40px; float: left;}
.currency_price ul{list-style-type: none;margin: 0;padding: 0; line-height: 40px;}
.currency_price ul li{ float: left; padding: 0 40px 0 0px;}
.currency_price ul li span{color:#FFC107 }

.sl{width: 350px; height: 40px; float: right;}
.sl ul{list-style-type: none;margin: 0;padding-left: 5px;}
.sl ul li {float: right; text-align: right; line-height: 40px; margin: 0 5px;}

.square_btn_1{
    padding: 5px 20px;
    text-decoration: none;
    background:#f59965;
    color: #fff;
	border-radius: 3px;
}
.square_btn_1:hover {
    background:#F27935 ;
}

.square_btn_2{
    padding: 5px 20px;
    text-decoration: none;
    background: #f7f7f7;
    color: #a8aec7;
	border-radius: 3px;
}
.square_btn_2:hover {
    background: #f59965;
	color: #fff;
}





.iner_1{width: 214px; height: 70px; float: left; background: url(images/logo.png) left center no-repeat;}
.iner_2{width: 680px; height: 70px; float: right;}
.iner_2 ul{list-style-type: none;margin: 0;padding: 0; text-align: right;}
.iner_2 li{display: inline-block;line-height: 70px;}
.iner_2 ul li a{
    padding: 7px 20px;
	border-radius: 25px;
    text-decoration: none;
    color: #FFF;
    background-image: -webkit-linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
    background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
    transition: .4s;}
.iner_2 li a:hover{background-image: -webkit-linear-gradient(45deg, #FFC107 0%, #f76a35 100%);
    background-image: linear-gradient(45deg, #FFC107 0%, #f76a35 100%);}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(360deg);
  }
  to { 
    -webkit-transform: rotate(0deg);
  }
}	
	
#loading_right{
	-webkit-animation-name:             rotate; 
    -webkit-animation-duration:         10s; 
    -webkit-animation-iteration-count:  infinite;
    -webkit-ANIMATION-timing-function:  linear;
	-webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(0.0, 0.0);
    transform: translateZ(0);
	-webkit-animation-direction: reverse;
    }

	
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(360deg);
  }
  to { 
    -webkit-transform: rotate(0deg);
  }
}	
#loading_left
{
    -webkit-animation-name:             rotate; 
    -webkit-animation-duration:         10s; 
    -webkit-animation-iteration-count:  infinite;
    -webkit-ANIMATION-timing-function:  linear;
	-webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(0.0, 0.0);
    transform: translateZ(0);
    }	



@-webkit-keyframes scale-up-center{0%{-webkit-transform:scale(.8);transform:scale(.8)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes scale-up-center{0%{-webkit-transform:scale(.8);transform:scale(.8)}100%{-webkit-transform:scale(1);transform:scale(1)}}
#loading_center{-webkit-animation:scale-up-center 2s cubic-bezier(.39,.575,.565,1.000) infinite alternate-reverse both;animation:scale-up-center 2s cubic-bezier(.39,.575,.565,1.000) infinite alternate-reverse both}


#section_fixed{	width:100%;min-width:1120px;height:400px;float:left;margin-top:110px;}
.container{width: 1080px; height: auto; margin: 0 auto;}

.back_a{background:#040404 url(images/slide_3.jpg) center center no-repeat;}

.section_c{width: 1080px; height: 400px; float: left; position: relative;}

.rot_main{width: 400px; height: 400px; position: absolute; background:url(images/rot_main.html) center center no-repeat;left:680px;}
.rot_left{width: 400px; height: 400px; position: absolute; background:url(images/rot_left.png) center center no-repeat;left:680px;}
.rot_right{width: 400px; height: 400px; position: absolute ;background:url(images/rot_right.png) center center no-repeat; left:680px}
.rot_center{width: 400px; height: 400px; position: absolute ;background:url(images/rot_center.png) center center no-repeat; left:680px}


.text_a{width: 100%; height: 200px; float: left;}
.text_a h3{font-size: 44px; font-weight: bold; text-transform: uppercase; margin-top: 90px; margin-bottom: 15px}
.text_a p{font-size: 26px; color:#FFC107 }

.text_b{width: 100%; height: 100px; float: left; margin-top: 60px;}




.btn-1 {
  background-color: #F27935;
}
.btn-1 .round {
  background-color: #f59965;
}



.type-1 a {
  text-decoration: none;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding: 14px 73px 14px 43px;
  color: #fff;
  text-transform: uppercase;
  font-family: sans-serif;
  font-weight: bold;
  position: relative;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
}
.type-1 a span {
  position: relative;
  z-index: 3;
}
.type-1 a .round {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 3px;
  top: 4px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 2;
}
.type-1 a .round i {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: 50%;
  margin-left: -5px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.txt {
  font-size: 14px;
  line-height: 1.45;
}

.type-1 a:hover {
  padding-left: 73px;
  padding-right: 43px;
}
.type-1 a:hover .round {
  width: calc(100% - 6px);
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.type-1 a:hover .round i {
  left: 12%;
}


.back_2{background:#0f0f0f;border-bottom: 20px solid #040404;}
.back_3{background:#f7f7f7;}
#wrapper{width:100%;min-width:1120px;height:auto;float: left;}
.section_main{width: 1080px; height: auto; float: left;}
.stats{width: 100%; height: 140px; float: left;}

.stats_box{width:200px; height: 120px; float: left; background:#040404 ; margin-right: 20px; margin-top: 10px; box-sizing: border-box; border-radius: 3px;}
.stats_clear{margin-right: 0px;}
.stats_box h2{font-size: 16px; font-weight: bold;text-align: center; margin-bottom: 10px; margin-top: 35px;}
.stats_box p{ font-size: 18px;text-align: center;color:#FFC107}

.bx_1{background:#040404 url(images/bx_1.png) center center no-repeat;}
.bx_2{background:#040404 url(images/bx_2.png) center center no-repeat;}
.bx_3{background:#040404 url(images/bx_3.png) center center no-repeat;}
.bx_4{background:#040404 url(images/bx_4.png) center center no-repeat;}
.bx_5{background:#040404 url(images/bx_5.png) center center no-repeat;}

.plan{width: 100%; height: auto; float: left; box-sizing: border-box;}

.divider{width: 100%; height: 60px; float: left; color: #040404; font-weight: bold; font-size: 20px; background: url(images/edit/circle.html) left center no-repeat; text-indent: 34px; line-height: 60px;}







/**
 * Slider specific styles
 */

.slider {
    position: relative;
    width: 1080px;
    margin: 0px auto 0px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}

.frame,
.events_log {
    position: relative;
    width: 270px;
    margin: 0 auto;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    white-space: nowrap;
}

.frame li {
    position: relative;
    display: inline-block;
    height: 290px;
    text-align: center;
    font-size: 15px;
    color: #fff;
	background: #040404;
	border-radius: 20%;
}

.slides {
    display: inline-block;
}

.simple > .frame li,
.rewind > .frame li,
.events > .frame li {
    width: 270px;
    margin-right: 10px;
}


.percentage .slides {
    display: block;
}

.percentage .frame {
    width: 1080px;
}

.percentage li {
    width: 100%;
}

.variablewidth li {
    width: 280px;
    margin-right: 10px;

}

.multipleelements li, .multislides li, .ease li {
    width: 60px;
    margin-right: 10px;
}

.simple > .frame li:last-child,
.rewind > .frame li:last-child,
.events > .frame li:last-child,
.variablewidth li:last-child,
.multipleelements li:last-child,
.multislides li:last-child,
.ease li:last-child {
    margin-right: 0;
}

.prev, .next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    display: block;
    cursor: pointer;
}

.next {
    right: 0;
}

.prev {
    left: 0;
}

.next.disabled,
.prev.disabled {
    opacity: .3;
    pointer-events: none;
}

.next svg, .prev svg {
    width: 25px;
    transition: .4s;
}

.next svg:hover, .prev svg:hover {
    transform: scale(1.1);
}






    /**
     * Slider specific styles
     */

    .slider {
        width: 1080px;
        margin: 20px auto 20px;
    }

    .frame,
    .events_log {
        width: 890px;
    }

    .simple > .frame li,
    .rewind > .frame li,
    .events > .frame li {
        width: 890px;
    }

    .variablewidth li {
        width: 280px;
        margin-right: 10px;
    }

    .multipleelements li, .multislides li, .ease li {
        width: 205px;
        margin-right: 20px;
    }



/* Spiner */

.canvas {
  margin-top: 10px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.canvas span{position: absolute; font-size: 28px; font-weight: bold;color:#fff;}

/* Spinner 1 starts here */
.spinner1 {
  align-items: center;
  border: 2px solid transparent;
  border-top: 1px solid #FFC107;
  border-right: 3px solid #FFC107;
  border-radius: 100%;
  display: flex;
  justify-content: center;
}

.spinnerMax {
  animation: spinnerOne 20s linear infinite;
  height: 120px;
  width: 120px;
}

.spinnerMid {
  animation: spinnerOne 16s linear infinite;
  height: 110px;
  width: 110px;
}

.spinnerMin {
  animation: spinnerOne 10s linear infinite;
  height: 100px;
  width: 100px;
}

@keyframes spinnerOne {
  0% {
    transform: rotate(0deg)
  }
  100% {
    transform: rotate(360deg)
  }
}


.p_name{width: 100%; height: 30px; line-height: 30px; margin: 10px 0; font-size: 24px; text-align: center; font-weight: bold;}
.p_amount{width: 100%; height: 20px; line-height: 20px; margin: 5px 0; font-size: 14px; text-align: center;}

.cal_top{width: 100%; height: 40px;float: left; box-sizing: border-box; padding: 0 34px; color: #040404}
.index_1{width: 350px; height: 40px;float: left; line-height: 40px; margin-right: 30px;}
.index_2{width: 300px; height: 40px;float: left; line-height: 40px; margin-right: 30px;}
.index_3{width: 136px; height: 40px;float: left; line-height: 40px; margin-right: 30px;text-align: center; font-weight: bold; color: green}
.index_4{width: 136px; height: 40px;float: left; line-height: 40px;text-align: center;font-weight: bold; color: green}


.cal_bottom{width: 100%; height: 50px;float: left; box-sizing: border-box; padding: 0 34px; margin-bottom: 30px;}
.calculator_1{width: 350px; height: 50px;float: left; margin-right: 30px;}
.calculator_1 select{width: 350px; height: 40px; background: #e9ebed; padding-left: 10px; border-radius: 3px; margin-top: 5px;}


.calculator_2{width: 300px; height: 50px;float: left; line-height: 40px; margin-right: 30px;}
.calculator_2 input{width: 300px; height: 40px; background: #e9ebed; padding-left: 15px; border-radius: 3px; margin-top: 5px;}


.calculator_3{width: 136px; height: 50px;float: left; line-height: 40px; margin-right: 30px;}
.calculator_3 input{width: 136px; height: 40px; background: #caccda; text-align: center; border-radius: 3px; margin-top: 5px;font-weight: bold;}


.calculator_4{width: 136px; height: 50px;float: left; line-height: 40px;}
.calculator_4 input{width: 136px; height: 40px; background: #caccda; text-align: center; border-radius: 3px; margin-top: 5px;font-weight: bold;}

.free{width: 100%; height: 20px; float: left;}


.back_4{background:url(images/about_1.png)  center center, #0f0f0f; background-size: cover;}
.back_4_{background:#0f0f0f;}

.about_left{width: 400px; height: 330px; box-sizing: border-box; float: left; background: url(images/about_2.png) center 25px no-repeat; padding: 20px 0;}
.about_right{width: 660px; height: 330px; box-sizing: border-box; float: right; padding: 20px 0; }
.about_right p{ width: 100%; height: auto; font-size: 14px; color: #fff; line-height: 22px; text-align: justify}


.divider_2{width: 100%; height: 38px; line-height: 38px; float: left; font-weight: bold; font-size: 20px;color: #fff; }
.divider_2 hr{width: 40px; height: 4px; border-radius: 4px; background: #f27935;}


.about_right a {
  text-decoration: none;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding: 14px 73px 14px 43px;
  color: #fff;
  text-transform: uppercase;
  font-family: sans-serif;
  font-weight: bold;
  position: relative;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
}
.about_right a span {
  position: relative;
  z-index: 3;
}
.about_right a .round {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 3px;
  top: 4px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 2;
}
.about_right a .round i {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: 50%;
  margin-left: -5px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}


.about_right a:hover {
  padding-left: 73px;
  padding-right: 43px;
}
.about_right a:hover .round {
  width: calc(100% - 6px);
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.about_right a:hover .round i {
  left: 12%;
}


.company_1{width: 226px; height: 294px; position: absolute; background: url(images/certificate.jpg) no-repeat;left:834px; right:0; bottom: 0; top:255px; border-radius: 5px;}
.company{width: 100%; height: 220px; float: left; margin: 20px 0; background: #040404; border-radius: 5px; box-sizing: border-box; padding: 20px;}
.company p{width: 100%; height: auto; float: left; font-size: 24px; text-transform: uppercase;font-weight: bold; margin-bottom: 20px;}

.company ul {}
.company li{list-style: none; margin: 10px 10px; font-weight: bold;}
.company li i{ font-weight:normal; padding-left: 10px;}



.company a {
  text-decoration: none;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding: 14px 73px 14px 43px;
  color: #fff;
  text-transform: uppercase;
  font-family: sans-serif;
  font-weight: bold;
  position: relative;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
}
.company a span {
  position: relative;
  z-index: 3;
}
.company a .round {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 3px;
  top: 4px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 2;
}
.company a .round i {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: 50%;
  margin-left: -5px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}


.company a:hover {
  padding-left: 73px;
  padding-right: 43px;
}
.company a:hover .round {
  width: calc(100% - 6px);
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.company a:hover .round i {
  left: 12%;
}


.box_1{width: 330px; height: 80px; float: left; border-radius: 5px; margin-right: 45px; margin-bottom: 45px;}
.margin_set{margin-right: 0px;}

.box_left{width: 80px; height: 80px; float: left; position: relative;}
.gear{width: 80px; height: 80px; position: absolute; background: url(images/gear.png);}
.gear_static{width: 80px; height: 80px; position: absolute; background: url(images/gear_static.png);}


#rotate-center{-webkit-animation:rotate-center 3s linear infinite alternate both;animation:rotate-center 3s linear infinite alternate both}
@-webkit-keyframes rotate-center{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate-center{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}

.box_right{width: 250px; height: 80px; float: left; box-sizing: border-box; padding: 5px 0px 5px 20px;}
.box_right h2 {width: 100%; height: 80px; font-weight: bold; color: #040404; margin-bottom: 5px; padding-right: 20px; display: table-cell; vertical-align: middle; line-height: 18px; text-align: left!important;}


.bg_1{background: url(images/box_1.png) center center no-repeat}
.bg_2{background: url(images/box_2.png) center center no-repeat}
.bg_3{background: url(images/box_3.png) center center no-repeat}
.bg_4{background: url(images/box_4.png) center center no-repeat}
.bg_5{background: url(images/box_5.png) center center no-repeat}
.bg_6{background: url(images/box_6.png) center center no-repeat}


.divider_3{width: 400px; height: 38px; line-height: 38px; float: left; font-weight: bold; font-size: 20px;color: #040404; }
.divider_3 hr{width: 40px; height: 4px; border-radius: 4px; background: #f27935;}

.live_stats{width: 100%; height: auto; float: left; margin: 20px 0;}
.last_depost{width: 500px; height: 38px; line-height: 38px; float: left;}
.last_withdraw{width: 500px; height: 38px; line-height: 38px; float: right;}

.live_left{width: 500px; height: 500px;  float: left; }
.live_right{width: 500px; height: 500px;  float: right;}


.user_p{width: 230px; height: 36px; float: left; line-height: 36px; background: #040404; margin: 5px 0; text-align: left; border-radius: 3px 0 0 3px; box-sizing: border-box; padding-left: 20px; font-weight: bold;}

.amount_p{width: 150px; height: 36px; float: left; line-height: 36px; background: #040404; margin: 5px 0;}
.amount_p i{color: green;}

.image_p{width: 120px; height: 36px; float: left; line-height: 36px; background: #040404; margin: 5px 0; padding-top: 9px; box-sizing: border-box; text-align: center; border-radius: 0 3px 3px 0;}

.back_5{background:#0f0f0f;}

.currency_box{width: 150px; height: 80px; float: left; margin: 20px 0px 20px 0; border-radius: 5px;}
.cur_mrg{margin-right: 0px!important}

.cur_1{background:#040404 url(images/perfectmoney.png) center center no-repeat;}
.cur_2{background:#040404 url(images/doge.png) center center no-repeat;}
.cur_3{background:#040404 url(images/payeer.png) center center no-repeat;}
.cur_4{background:#040404 url(images/bitcoin.png) center center no-repeat;}
.cur_5{background:#040404 url(images/litecoin.png) center center no-repeat;}
.cur_6{background:#040404 url(images/etherum.png) center center no-repeat;}


.footer_p1{width: 620px; height: 90px; background-color: #000; float: left;margin: 20px 0px 20px 0;border-radius: 5px;}
.footer_p2{width: 396px; height: 90px;float: right;margin: 20px 0px 20px 0;border-radius: 5px;}

.ev_ssl{width: 396px; height: 43px; float: left; margin-bottom: 4px; background:#000 url(images/ev_ssl.png) center center no-repeat; border-radius: 5px;}
.hosting{width: 396px; height: 43px; float: left; background: #000 url(images/antiddos.png) 13px center no-repeat; border-radius: 5px;}


.back_6{background:url(images/back_6.png)  center center, #040404; background-size: cover;}

.footer_1{width: 100%; height: 250px; float: left;}

.divider_4{width: 350px; height: 38px; line-height: 38px; float: left;color: #fff; }
.divider_4 hr{width: 30px; height: 3px; border-radius: 3px; background: #f27935;}


.footer_nv{width: 350px; height: auto; float: left; margin-top: 20px;}
.footer_nv li{ list-style-position: inside; padding: 5px 0;}
.footer_nv li a{color: #fff; padding-left: 10px;}
.footer_nv li a:hover{color: #ff9154}


.footer_2{width: 100%; height: 40px; line-height: 40px; float: left; background: #0f0f0f; text-align: center; font-size: 13px;}


/*Account*/

.back_7{background: url(images/all-tps.png) center center, #0f0f0f;background-size: cover;border-bottom: 10px solid #040404;margin-top: 110px;}
.all-tps{width: 100%; height: 100px; float: left; padding-top: 25px; box-sizing: border-box;}
.all-page{width: 100%; height: auto;float: left; margin: 30px 0;}

.menu{width: 100%; height: auto; float: left;}

.skew-menu {
  text-align: center;
  margin-top: 0em;
}
.skew-menu ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  transform: skew(-25deg);
}
.skew-menu ul li {
  background: #fff;
  float: left;
  border-right: 1px solid #eee;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  color: #555;
  transition: all 0.3s linear;
}
.skew-menu ul li:first-child {
  border-radius: 7px 0 0 7px;
}
.skew-menu ul li:last-child {
  border-right: none;
  border-radius: 0 7px 7px 0;
}
.skew-menu ul li:hover {
  background: #eee;
  color: #ff6347;
}

.skew-menu ul li:active {
  background: #eee;
  color: #ff6347;
}

.skew-menu ul li a {
  display: block;
  padding: 20px 14px;
  color: inherit;
  text-decoration: none;
  transform: skew(25deg);
}



/*shadow center*/
.shadow-drop-center{-webkit-animation:shadow-drop-center .4s cubic-bezier(.25,.46,.45,.94) both;animation:shadow-drop-center .4s cubic-bezier(.25,.46,.45,.94) both}
@-webkit-keyframes shadow-drop-center{0%{box-shadow:0 0 0 0 transparent}100%{box-shadow:0 0 20px 0 rgba(0,0,0,.35)}}@keyframes shadow-drop-center{0%{box-shadow:0 0 0 0 transparent}100%{box-shadow:0 0 20px 0 rgba(0,0,0,.35)}}

/* removed 

.account_left{width: 360px; height: 400px; float: left;  margin-right: 30px; margin-top: 80px; box-sizing: border-box}
.account_main{width: 300px; height: 400px; float: left;  margin-right: 30px; box-sizing: border-box; margin-top: 30px;}
.account_right{width: 360px; height: 400px; float: right;margin-top: 80px; box-sizing: border-box;}



.user_1{width: 100%; height: 100px; float: left; position: relative; background: #040404;  border-radius: 5px;}
.user_1 h2{font-weight: bold; font-size: 18px; text-align: center; margin-top: 30px;}
.abs_user{width: 100%; height: 52px; position: absolute; top: -26px; background: url(images/acc_user.png) center center no-repeat; z-index: 1}
.abs_user1{width: 80%; height: 36px; line-height: 36px; position: absolute; border-radius: 3px; background: rgba(255,255,255,0.10); left:0; right: 0; margin: auto; top: 55px; font-size: 18px; color: coral; text-align: center; text-transform: uppercase; font-weight: bold;}


.reg_date{width: 100%; height: 52px; float: left; position: relative; border-radius: 5px; background:#ff9154; text-align: center; line-height: 62px; font-weight: bold;}
.abs_reg{width: 100%; height: 52px; position: absolute; top: -26px; background: url(images/reg_date.png) center center no-repeat; z-index: 1}

.abs_last{width: 100%; height: 52px; position: absolute; top: -26px; background: url(images/last_access.png) center center no-repeat; z-index: 1}
.account_box{width: 100%; height: 300px; float: left; margin-top: 20px; background: #fff; border-radius: 5px;}

*/

/*shadow center*/
.shadow-drop-center{-webkit-animation:shadow-drop-center .4s cubic-bezier(.25,.46,.45,.94) both;animation:shadow-drop-center .4s cubic-bezier(.25,.46,.45,.94) both}
@-webkit-keyframes shadow-drop-center{0%{box-shadow:0 0 0 0 transparent}100%{box-shadow:0 0 20px 0 rgba(0,0,0,.35)}}@keyframes shadow-drop-center{0%{box-shadow:0 0 0 0 transparent}100%{box-shadow:0 0 20px 0 rgba(0,0,0,.35)}}

.account_box_1{width: 100%; height: 60px; float: left ; background: #fff; border-bottom:2px solid #e6e9ed; margin: 30px auto; border-radius: 5px; position: relative;}

.user_welcome{width: 400px; height: 60px; float: left; background: url(images/user.png) 10px center no-repeat; text-indent: 70px; color: #73879c; line-height: 60px;}
.user_access{width: 500px; height: 60px; float: right; color: #73879c; line-height: 60px; padding-right: 60px; text-align: right;background: url(images/access.png) right center no-repeat;  margin-right: 10px;}

.abs_balance{width: 110px; height: 110px; position: absolute; border-radius: 50%; background: #9abcc3;left:0; right: 0; margin: auto; top: -25px; text-align: center;}
.abs_balance h2{text-align: center; font-weight: bold; color: 040404; margin-top: 30px;}
.abs_balance p{text-align: center; font-size: 20px; margin-top: 10px; color: #1abb9c;}


.acc_ve{width: 250px; height: 140px; float: left; margin: 20px 16px 20px 0; border-radius: 5px; background: #fff; border-bottom: 1px solid #cecece}
.acc_ve h2{text-align: center; font-weight: bold; color: 040404; margin-top: 62px;}
.acc_ve p{text-align: center; font-size: 20px; margin-top: 30px; color: #73879c;}

.v1{background: url(images/pm.png) center top no-repeat;}
.v2{background: url(images/pay.png) center top no-repeat;}
.v3{background: url(images/btc.png) center top no-repeat;}
.v4{background: url(images/4.png) center top no-repeat;}
.v5{background: url(images/dog.png) center top no-repeat;}
.v6{background: url(images/eth.png) center top no-repeat;}
.v7{background: url(images/bch.png) center top no-repeat;}
.v8{background: url(images/dash.png) center top no-repeat;}


.invest_box{width: 400px; height: 300px; float: left; background: #fff; margin: 30px 0; border-bottom:2px solid #e6e9ed;border-radius: 5px; padding: 10px;}

.withdraw_box{width: 400px; height: 300px; float: right; background: #fff; margin: 30px 0;border-bottom:2px solid #e6e9ed; border-radius: 5px; padding: 10px;}

.invest_box_top{width: 100%; height: 50px; border-bottom: 2px solid #e6e9ed; line-height: 50px; font-weight: bold; color: #73879c; text-indent: 50px; background: url(images/invest.png) left center no-repeat;}

.withdraw_box_top{width: 100%; height: 50px; border-bottom: 2px solid #e6e9ed; line-height: 50px; font-weight: bold; color: #73879c; text-indent: 50px;background: url(images/withdraw.png) left center no-repeat;}


.n1{width: 100%; height: 40px; float: left;  line-height: 40px; color: #040404; border-bottom: 1px solid #e6e9ed}
.n1 span{float: right; }

.btn_A{width: 100%; height: auto; float: left; text-align: center; margin-top: 50px;}

.btn_A a {
  text-decoration: none;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding: 14px 73px 14px 43px;
  color: #fff;
  text-transform: uppercase;
  font-family: sans-serif;
  font-weight: bold;
  position: relative;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
}
.btn_A a span {
  position: relative;
  z-index: 3;
}
.btn_A a .round {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 3px;
  top: 4px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 2;
}
.btn_A a .round i {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: 50%;
  margin-left: -5px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}


.btn_A a:hover {
  padding-left: 73px;
  padding-right: 43px;
}
.btn_A a:hover .round {
  width: calc(100% - 6px);
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.btn_A a:hover .round i {
  left: 12%;
}



.deposit_box{width: 100%; height: auto; padding: 20px; box-sizing: border-box; border-bottom: 2px solid #e6e9ed; border-radius: 5px; background: #fff; margin: 30px 0;}

.deposit_box_top{width: 100%; height: 50px; border-bottom: 2px solid #e6e9ed; line-height: 50px; font-weight: bold; color: #73879c;}

.inheader_1{height: 30px; line-height: 30px; background: #73879c;padding-left: 10px;}
.item_1{height: 30px; line-height: 30px; background: #e6e9ed;padding:0 10px;border-top: 1px solid #f7f7f7; border-bottom: 1px solid #f7f7f7; color: #73879c}

.plan_name{width: 100%; height: 40px; float: left; line-height: 40px; color: #040404; font-weight: bold;}
.spend_input{width: 600px; height: 50px; line-height: 50px; padding-left: 20px; font-weight: bold; color:#040404; margin: 20px 0; background: #e6e9ed; border-radius: 5px;}
.spend_input:focus{border:1px solid #73879c}

.table_space {
  border-collapse:separate;
  border-spacing:2px 2px;
}
.item_2{width: 80%; height: 28px; line-height: 34px; color: #040404; padding-left: 20px; border-radius: 0 5px 5px 0;background: #e6e9ed;}

.item_3{width: 5%; height: 28px; border-radius: 5px 0 0 5px; padding-left: 30px; background: #e6e9ed;}

.sbmt{
    padding: 15px 50px;
    text-decoration: none;
    background:#f59965;
    color: #fff;
	border-radius: 3px;
	cursor: pointer;
}
.sbmt:hover {
    background:#F27935 ;
}


/*Alert Box*/

.alert-box {
    color:#555;
    border-radius:10px;
    font-family:Tahoma,Geneva,Arial,sans-serif;font-size:11px;
    padding:10px 10px 10px 36px;
    margin:10px;
}

.alert-box span {
    font-weight:bold;
    text-transform:uppercase;
}

.error {
    background:#ffecec url('images/error.html') no-repeat 10px 50%;
    border:1px solid #f5aca6;
}
.success {
    background:#e9ffd9 url('images/success.html') no-repeat 10px 50%;
    border:1px solid #a6ca8a;
}
.warning {
    background:#fff8c4 url('images/warning.html') no-repeat 10px 50%;
    border:1px solid #f2c779;
}
.notice {
    background:#e3f7fc url('images/notice.html') no-repeat 10px 50%;
    border:1px solid #8ed9f6;
}


.item_left{width: 50%; height: 30px; line-height: 30px; background:#e6e9ed; padding-left: 20px; color: #73879c; border:2px solid #f7f7f7}

.item_right{width: 50%; height: 30px; line-height: 30px; background:#e6e9ed; padding-right: 20px; text-align: center; color: #73879c;border:2px solid #f7f7f7}

.confirm_box{width: 100%; height: auto; float: left; padding: 40px 20px; box-sizing: border-box; border-bottom: 2px solid #e6e9ed; border-radius: 5px; background: #fff;}


.btc_form{width: 100%; height: auto; padding: 30px; color: #73879c; text-align: center}
.btc_form a{width: 100%; height: auto; text-align: center; margin-top: 30px; padding: 0 5px; color: #040404; font-weight: bold;}
.btc_form b{font-weight: bold; padding: 0 5px; color: #040404;}
#placeforstatus{text-align: center!important; color: #73879c; width: 100%; height: auto; padding: 20px 0;}



.ltc_form{width: 100%; height: auto; padding: 30px; color: #73879c; text-align: center}
.ltc_form a{width: 100%; height: auto; text-align: center; margin-top: 30px; padding: 0 5px; color: #040404; font-weight: bold;}
.ltc_form b{font-weight: bold; padding: 0 5px; color: #040404;}


.doge_form{width: 100%; height: auto; padding: 30px; color: #73879c; text-align: center}
.doge_form a{width: 100%; height: auto; text-align: center; margin-top: 30px; padding: 0 5px; color: #040404; font-weight: bold;}
.doge_form b{font-weight: bold; padding: 0 5px; color: #040404;}


.bch_form{width: 100%; height: auto; padding: 30px; color: #73879c; text-align: center}
.bch_form a{width: 100%; height: auto; text-align: center; margin-top: 30px; padding: 0 5px; color: #040404; font-weight: bold;}
.bch_form b{font-weight: bold; padding: 0 5px; color: #040404;}


.dash_form{width: 100%; height: auto; padding: 30px; color: #73879c; text-align: center}
.dash_form a{width: 100%; height: auto; text-align: center; margin-top: 30px; padding: 0 5px; color: #040404; font-weight: bold;}
.dash_form b{font-weight: bold; padding: 0 5px; color: #040404;}



.item_withdraw{ height: 36px; line-height: 36px; color:#73879c}

.item_withdraw_radio{ height: 24px; color:#73879c; padding: 13px 0 0 20px;}
.item_withdraw_img{ height: 24px; line-height: 26px; color:#73879c; display: block; padding: 0px 0 0 0px;}
.item_withdraw_1{ height: 24px; line-height: 26px; color:#73879c;}

.divider_plan{width: 100%; height: 40px; float: left; color: #040404; font-weight: bold; font-size: 16px; background: url(images/edit/circle.html) left center no-repeat; text-indent: 34px; line-height: 40px;}

.item_t_1{height: 26px; line-height: 26px; font-weight: bold; color: #73879c; text-align: left; padding-left:10px;border-bottom: 1px solid #73879c;}
.item_t_2{height: 26px; line-height: 26px; font-weight: bold; color: #73879c; text-align: right; padding-right: 10px;border-bottom: 1px solid #73879c;}


.no_deposit{text-align: center; color: #040404; font-weight: bold;}


.earn_select{width: 350px; height: 40px; background: #e9ebed; padding-left: 10px; border-radius: 3px; margin-top: 5px;}

.date_select{width: 80px; height: 40px; background: #e9ebed; padding-left: 10px; border-radius: 3px; margin-top: 5px;}


.sml{font-size: 12px; color: #040404;}
.item_sml{background: #e6e9ed; padding-left: 10px;}

.item_total_1{height: 34px; line-height: 34px; font-weight: bold; padding-left: 10px; background: #73879c; border-bottom: 2px solid #fff;}

.item_total_2 {height: 34px; line-height: 34px; font-weight: bold; padding-right: 10px; text-align: right; background: #73879c; border-bottom: 2px solid #fff;}


.acc_upline{height: 60px; width: 100%; float: left; line-height: 60px; background:url(images/acc_upline.png) 20px center no-repeat; color: #040404; font-weight: bold; text-indent: 80px;}
.acc_upline a{padding-left: 700px; text-decoration: underline}




.edit_1{width: 50%; height: 45px; line-height: 45px; color: #040404; padding-left: 20px;}

.edit_2{width: 50%; height: 45px; line-height: 45px; color: #040404}

.edit_2 input{width: 450px; height: 40px; line-height: 40px; padding-left: 20px; font-weight: bold; color:#040404; margin: 0px 0; background: #e6e9ed; border-radius: 5px;}
.edit_2 input:focus{border:1px solid #73879c}


.security_box_left{width: 45%; height: 230px; float: left; padding: 20px 20px; box-sizing: border-box; border-bottom: 2px solid #e6e9ed; border-radius: 5px; background: #fff;}


.security_box_right{width: 45%; height: 230px; float: right; padding: 20px 20px; box-sizing: border-box; border-bottom: 2px solid #e6e9ed; border-radius: 5px; background: #fff;}

.secur_input_1{width: 30%; height: 26px; float: left; line-height: 26px; box-sizing: border-box; padding-left: 20px;}
.secur_input_2{width: 70%; height: 26px; float:right; line-height: 26px; text-align: right; box-sizing: border-box; padding-right: 20px; color: #040404;}


.monitor_box{width: 330px; height: 300px; float: left; border: 1px dotted #333; margin-right: 42px;}



.img_center{}
.img_center img{display: block; margin:30px auto; }

.link_center{width: 100%; height: auto;  text-align: center;}
.link_center h2{width: 100%; text-align: center; font-weight: bold; margin: 10px 0;}
.link_center textarea{width: 100%; height: 80px; box-sizing: border-box; padding: 20px; background: #e6e9ed; color: #040404; font-size: 14px; border-radius: 3px; resize: none;overflow: hidden;}

.banner_link{width: 500px; height: 42px; line-height: 42px; margin: 0 auto; border-radius: 3px; background:#e6e9ed; padding: 0 15px; text-align: center;}

.support_left{width: 300px; height: 600px; float: left;}

.s-box1{width: 300px; height: 100px; float: left; padding: 40px 0 0 60px; box-sizing: border-box; color: #040404}

.ico1{background: url(images/mail_s.png) left center no-repeat}
.ico2{background: url(images/tell_s.png) left center no-repeat}
.ico3{background: url(images/address_s.png) left center no-repeat}
.support_right{width: 700px; height: 600px; float: right;}


.s_form_1{width: 20%; height: 45px; line-height: 45px; color: #040404; padding-left: 20px;}

.s_form_2{width: 80%; height: 45px; line-height: 45px; color: #040404}

.s_form_2 input{width: 450px; height: 40px; line-height: 40px; padding-left: 20px; font-weight: bold; color:#040404; margin: 0px 0; background: #e6e9ed; border-radius: 5px;}
.s_form_2 input:focus{border:1px solid #73879c}

.s_form_3_1{width: 20%; height: auto; color: #040404; padding-left: 20px; padding-top: 20px;}
.s_form_3{width: 100%; height: 250px; line-height: 40px; padding-left: 20px; font-weight: bold; color:#040404; margin: 0px 0; background: #e6e9ed; border-radius: 5px;}


.back_body{background:#0f0f0f url(images/body.jpg) no-repeat; background-size:cover}

.su_home{width: 520px; height: 64px; margin: 50px auto 0 auto; text-align: center; line-height: 80px}
.su_main{width: 520px; height: auto; margin: 50px auto 0 auto; padding: 20px; border-radius: 5px; background: #fff}
.su_1{width: 100%; height: 130px;position: relative}
.su_1 h2{width: 100%; margin-top: 20px; text-align: center; position: relative; font-weight: bold; font-size: 18px; color: #000}

.su_2{width: 100%; height: auto; margin: 20px 0; color: #040404}
.su_2 input{width: 100%; height: 40px; line-height: 40px; padding-left: 50px; font-weight: bold; color:#040404; margin: 5px 0;  border-radius: 5px; border:1px solid #c8cdd4;}
.su_2 input:focus{border:1px solid #73879c}



.s_1{background:#e6e9ed url(images/icon/s_1.png) 10px center no-repeat;}
.s_2{background:#e6e9ed url(images/icon/s_2.png) 10px center no-repeat;}
.s_3{background:#e6e9ed url(images/icon/s_3.png) 10px center no-repeat;}
.s_4{background:#e6e9ed url(images/icon/s_4.png) 10px center no-repeat;}
.s_5{background:#e6e9ed url(images/icon/s_5.png) 10px center no-repeat;}
.s_6{background:#e6e9ed url(images/icon/s_6.png) 10px center no-repeat;}
.s_7{background:#e6e9ed url(images/icon/s_7.png) 10px center no-repeat;}
.s_8{background:#e6e9ed url(images/icon/s_8.png) 10px center no-repeat;}
.s_9{background:#e6e9ed url(images/icon/s_9.png) 10px center no-repeat;}
.s_10{background:#e6e9ed url(images/icon/s_10.png) 10px center no-repeat;}
.s_11{background:#e6e9ed url(images/icon/s_11.png) 10px center no-repeat;}
.s_12{background:#e6e9ed url(images/icon/s_12.png) 10px center no-repeat;}
.s_13{background:#e6e9ed url(images/icon/s_13.png) 10px center no-repeat;}
.s_14{background:#e6e9ed url(images/icon/s_14.png) 10px center no-repeat;}


.login_checkbox{ width: 100%; font-size: 14px; height: 40px; line-height: 20px; text-align: left; color: #040404}
.login_checkbox input{width: auto; float: left; height: 20px;}
.login_checkbox a{color: #73879c}


.redirect{width: 500px; height: 300px; color: #040404; text-align: center;}


.trmfq{color: #040404; float: left; line-height: 18px}
.trmfq h2{color: #040404;  font-weight: bold; margin-bottom: 15px;}



#faqs dt, #faqs dd { padding: 0 0 0 50px }
#faqs dt {  color: #9d9d9d; cursor: pointer; height: 37px; line-height: 37px; margin: 0 0 15px 25px; font-weight: bold}
#faqs dd {  margin: 0 0 20px 25px}
#faqs dt { background: url(www.designonslaught.com/files/2012/06/expand-icon.png) no-repeat left}
#faqs .expanded { background: url(www.designonslaught.com/files/2012/06/expanded-icon.png) no-repeat left}

.ab_1{width: 680px; height: auto; float: left;}
.ab_2{width: 292px; height: 485px; float: right; background: url(images/abou_us.jpg) right center no-repeat}

.ab_3{width: 100%; height: 80px; float: left; line-height: 80px; border: 3px solid #f27935; border-radius: 5px; text-indent: 20px; margin-top: 30px; font-weight: bold; }


.gt_box{width: 248px; height: auto; float: left; border-radius: 5px; margin-right: 12px; background: #ccc; box-sizing: border-box; padding: 10px; color: #fff;}
.gt_box p{ text-align: justify; font-size: 13px; line-height: 16px}

.gr_1{width: 100%; height: 80px; line-height: 50px; font-weight: bold; text-align: center; border-bottom: 1px solid #f27935; margin-bottom: 20px;}

.gb1{background: #0f0f0f url(images/01.png) center 130px  no-repeat}
.gb2{background: #0f0f0f url(images/02.png) center 130px  no-repeat}
.gb3{background: #0f0f0f url(images/03.png) center 130px  no-repeat}
.gb4{background: #0f0f0f url(images/04.png) center 130px  no-repeat}

.g1{background: url(images/g1.html) center 40px  no-repeat}
.g2{background: url(images/g2.html) center 40px  no-repeat}
.g3{background: url(images/g3.html) center 40px  no-repeat}
.g4{background: url(images/g4.html) center 40px  no-repeat}


.gt_bo{width: 100%; height: auto; float: left; text-align: center; margin-top: 80px;}
.gt_bo h2{text-align: center; font-weight: bold;}
.gt_bo p{text-align: center}


