/* Main */
body {
	margin:0px;
	padding:0px;
	background:#fff url(images/b1.png);
	color:#2a2626;font-size: 15px;
	font-family: 'Cabin', sans-serif;
	font-weight: 300;
}
#content{
    padding:0px;
}
.container {
	margin:0px auto;
	padding:0px;
	width:1060px;
	position:relative;
	padding-top: 3px;
}
/* End Main */
/* End Main */
.headerContainer {
	height:70px;
	width: 100%;
	background: rgba(2, 2, 17, 0.3);
}
.headerInner {
	margin:  0 auto;
	padding-left: 10px;
	border-radius: 5px;
}
.ati-container{
	margin: 0px auto;
padding: 0;
width: 1120px;
position: relative;
}
#logo {
	height: 48px;
	background: url(https://www.atiadvert.com/assets/ati_style/images/logo1.png) transparent no-repeat 0 0;
	float: left;
	width: 200px;
	position: relative;
	top: 10px;
}
.mainNavRight {
	float: right;
	margin-top: 6px;
}
.navbar {
	margin-bottom: 0;
}
.navbar .nav>li {
	float: left;
}
.headerContainer .navbar ul li a {
	font-size: 13px;
	text-decoration: none;
	padding: 0 7px;
	text-transform: uppercase;
	line-height: 35px;
	color: #fff;
	font-weight: 200 !important;
	font-family: 'Cabin', sans-serif;
}
.headerContainer .nav>li>a:hover, .headerContainer .nav>li>a:focus{
	color: #fff;
	color: #5aa8ff;
}
.navbar .dropdown-menu>li>a span{
	font-weight: 400;font-size: 13px !important;color: #ce3b3d;margin: auto;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background-color: transparent;
	border-color: transparent;
}
.dropdown-menu{
	border-radius: 2px;
	background: #fff;
}
.headerContainer .navbar .dropdown-menu>li>a{
	line-height: 37px;
	color: #fff;
	text-transform: none;
	font-size: 14px;
	text-transform: capitalize;
	border-bottom: 1px solid #ececec;
	text-shadow: none;
	color: #303b25;
	text-transform: uppercase;
}
.navbar .dropdown-menu>li>a:hover, .navbar .dropdown-menu>li>a:focus {
	background: #f9f9f9;
	color: #203e34;
}
.login-btn {
 
  
  
	color:#fff !important;
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	font-weight: bold !important;
	border: 1px solid #f5f5f7;
	background: #0081f7;
	padding-left: 15px !important;
	padding-right: 15px !important;
	border-radius: 30px;
}
.login-btn:hover {
	opacity: 0.9;
transform: scale(1.06);
}

.register-btn {
  	padding:10px;
	color:#252557 !important;
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
  	margin-left: 10px;
  	font-weight: bold !important;
  	border: 2px solid #2275d0;
  	background: white;
  	padding-left: 15px !important;
  	padding-right: 15px !important;
  	border-radius: 30px;
}

.register-btn:hover {
	transform:scale(1.04);
}

/****header-end****/
/* Header */
#header {
	margin:0px;
	width:100%;
	background: #fff;
}

#logo {
	margin:0px;
	float:left;
	position:absolute
}

#logo img {
	height:50px;
	padding-top: 0px;
	position: relative;
	right: 17px;
}

#menubar {
	margin:0px;
	float:right
}

#menubar ul {
	margin:0px;
	padding:0px;
	list-style:none;
	position:relative
}

#menubar ul li {
	margin:0px 5px;
	padding:0px;
	float:left;
	line-height:90px;
	position:relative;
}
#menubar ul li a:hover{
	color: #535353;
}
#menubar ul li a {
	text-decoration:none;
	padding:0px 5px;
	padding-bottom:12px;
	font-weight:500;
	font-size:14px;
	font-family:'Quicksand',sans-serif;
	color:#5e5d5d;
	border-left: 5px solid transparent;
}
#menubar ul li a .fa{
	color: #096;
}
#menubar ul li a .fas{
	color: #096;
}
#menubar ul ul {
	position:absolute;
	top:90px;
	left:0;
	margin:0px;
	padding:0;
	display:none;
	list-style-type:none
}

#menubar ul ul li {
	margin:0px;
	float:none
}

#menubar ul li:hover ul{
	display:block;
	z-index:9999
}

#menubar ul li:hover ul li a {
	display:block;
	padding:0px 4px;
	padding-left:12px;
	width:140px;
	height:32px;
	font-weight:500;
	font-size:13px;
	background:#ffffff;
	color:#475658;
	line-height:32px;
	text-transform:initial;
	border:0px;
	border-bottom:1px solid #0f3c4c;
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px
}

#menubar ul li:hover ul li a:hover {
	background:#ffe88a;
	color:#0f3c4c;
	transition:ease-in 0.12s;
	-webkit-transition:ease-in 0.12s;
	-moz-transition:ease-in 0.12s
}
#menubar ul li a.login-btn {
	padding: 10px;
	font-size: 13px;
font-weight: 600;
text-transform: uppercase;
border-top-left-radius: 3px 3px;
border-top-right-radius: 3px 3px;
border-bottom-right-radius: 3px 3px;
border-bottom-left-radius: 3px 3px;
border-bottom-color: rgb(70, 70, 70);
background-color: rgb(83, 83, 83);
	text-align: center;
	color: rgb(255, 255, 255);
border-width: medium medium 3px;
border-style: none none solid;
}

#menubar ul li a.login-btn:hover {
		opacity:0.9;
	transform:scale(1.06)
}

#menubar ul li a.register-btn {
	padding:10px;
	color:#fdfdfd;
	background-color: rgb(0, 153, 102);
	border-bottom-color: rgb(23, 123, 90);
	border-width: medium medium 3px;
	border-style: none none solid;
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	border-top-left-radius: 3px 3px;
	border-top-right-radius: 3px 3px;
	border-bottom-right-radius: 3px 3px;
	border-bottom-left-radius: 3px 3px;
}

#menubar ul li a.register-btn:hover {
	opacity:0.9;
	transform:scale(1.06)
}
/* End Header */
.site_title{
color: #fff;
height: 45px;
font-size: 15px;
text-align: left;
line-height: 45px;
background: #34394a;
text-transform: uppercase;
width: 1100px;
margin: auto;
margin-top: auto;
margin-bottom: auto;
margin-top: 5px;
padding-left: 12px;
font-family: 'Cabin', sans-serif;
}
/* Header */
.warper-ati{
	margin: auto;width: 100%;
	background: url(images/sliz.jpg) no-repeat scroll center center/cover transparent;
}
.warper-ati-1{
	margin: auto;width: 100%;
	background: rgba(3, 13, 38, 0.7);
	background-size: cover;
	background-repeat: no-repeat;
}
.ati-slider{
margin: auto;
width: 100%;

padding-top: 49px;
}
#slider-top{
margin: auto;width: 70%;
}
#slider-top h2{
	margin: auto;text-align: center;font-size: 42px;text-transform: capitalize;line-height: 86px;
	color: white;
	text-shadow: 0 1px 0 #ccc,0 2px 0 #000,0 3px 0 #000,0 3px 0 #000,0 3px 0 #000,0 6px 1px rgba(0,0,0,.1),0 0 5px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.3),0 3px 5px rgba(0,0,0,.2),0 5px 10px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.2),0 20px 20px rgba(0,0,0,.15);
	font-weight: 700;
}
#slider-top h2 span{
	color: #077ff7;
	text-shadow: 0 1px 0 #0a396c,0 2px 0 #000,0 3px 0 #000,0 3px 0 #000,0 3px 0 #000,0 6px 1px rgba(49, 15, 15, 0.1),0 0 5px rgba(34, 32, 32, 0.1),0 1px 3px rgba(0,0,0,.3),0 3px 5px rgba(0,0,0,.2),0 5px 10px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.2),0 20px 20px rgba(23, 21, 21, 0.15);
}
#slider-top p span{
	color: #268eff;
}
#slider-top p{
margin: auto;text-align: center;font-size: 21px;font-weight: 400;
color: white;
padding-bottom: 15px;
text-transform: capitalize;
font-family: 'Cabin', sans-serif;
}
#slider-top img{
	height: 250px;
}
#slider-botom{
width: 100%;
margin: auto;
	margin-top: 30px;
height: 60px;
background: rgba(20, 26, 21, 0.4);
}
#slider-botom h3{
	margin: auto;float: left;color: white;width: 37%;text-align: right;
	font-size: 20px;
	line-height: 50px;
	font-weight: 200 !important;
}
#slider-botom p{
	
	margin: auto;text-align: center;width: 100%;height: 50px;
	line-height: 50px;
	color: #fff;
	border-radius: 5px;
	text-transform: capitalize;
	font-weight: 200 !important;
	font-size: 20px;
	font-family: 'Cabin', sans-serif;
}
#slider-botom a{
margin: auto;
background: #0d61bb;border-radius: 2px;
color: #fff;
font-family: 'Cabin', sans-serif;
padding: 8px 20px 8px 20px;
font-size: 14px;
border-radius: 30px;
border: 1px solid white;
}
#slider-botom a:hover{
	margin: auto;text-decoration: none;color: #0d61bb;background: #fdfdfd;
}
#slider-midi{
margin: auto;
width: 90%;height: 135px;
margin-top: 30px;
}
#earn-option{
	margin: auto;float: left;width: 22%;height: 115px;background: rgba(2, 2, 17, 0.3);margin-left: 25px;
	border-radius: 5px;
	box-shadow: 0px 2px 2px #0a6ad0;
}

#earn-cl{
	height: 100%;
	width: 100%;
}
#earn-cl img{
	height: 62px;position: relative;top: 9px;
	
}
#earn-cl h4{
	margin: auto;font-size: 17px;text-align: center;line-height: 36px;color: white;
	padding-top: 8px;
	font-weight: 500;
	font-family: 'Cabin', sans-serif;
	text-transform: capitalize;
}
.home-slider{
margin: auto;width: 100%;background: #f7f7f7;
padding-top: 40px;
padding-bottom: 40px;
display: inline-block;
}

#banii{
	width: 75%;float: left;
}
#banii h3{
margin: auto;font-size: 20px;font-weight: 300 !important;
height: 40px;
color: #393535;
line-height: 40px;
padding-left: 5px;
font-family: 'Cabin', sans-serif;
}
#banii h3 span{
color: #0d61bb;
padding-left:10px;
}
#banni-img{
float: right;width: 25%;
padding-left: 5px;
}
#banni-img h3{
margin: auto;text-align: center;font-weight:300;font-size:22px;
height: 30px;
line-height: 50px;
}
#banni-img img{
margin: auto;
height: 210px;position: relative;left: 20px;
}
#banii p{
margin: auto;
font-size: 15px;
padding-left: 5px;
width: 90%;
float: left;
padding-bottom: 20px;
line-height: 29px;
font-family: 'Roboto Slab', serif;
font-weight: 500;
}
#banii ul{
margin: auto;width: 100%;
padding: 10px;
padding-left: 16px;
height: 110px;
}
#banii li{
	float: left;width: 50%;
	list-style: none;
	line-height: 29px;
	font-family: 'Roboto Slab', serif;
}
#banii-1 h3{
margin: auto;font-size: 18px;
height: 40px;
color: #393535;
line-height: 40px;
padding-left: 5px;
font-family: 'Cabin', sans-serif;
}
#banii-1 h3 span{
color: #0d61bb;
padding-left:10px;
}

.home-slider-1{
margin: auto;width: 100%;background: white;
padding-top: 50px;
padding-bottom: 50px;
display: inline-block;
}

#banii-1{
	width: 75%;float: right;
}
#banni-img-1{
float: left;width: 24%;
padding-left: 5px;
}
#banni-img-1 h3{
margin: auto;text-align: center;font-weight:300;font-size:22px;
height: 30px;
line-height: 50px;
}
#banni-img-1 img{
margin: auto;
height: 210px;position: relative;left: 20px;
}
#banii-1 p{
	margin: auto;
font-size: 15px;
padding-left: 5px;
width: 90%;
float: left;
padding-bottom: 20px;
line-height: 29px;
	font-family: 'Roboto Slab', serif;
	font-weight: 500;
}
#banii ul{
margin: auto;width: 100%;
padding: 10px;
padding-left: 16px;
height: 110px;
}
#banii-1 li{
	float: left;width: 50%;
	list-style: none;
	line-height: 29px;
	font-family: 'Roboto Slab', serif;
}
#banii li:before{
	content: "\f005";
font-family: "Font Awesome\ 5 Free";
position: relative;
color: #0d61bb;
font-weight: 700;
font-size: 13px;
right: 8px;
}

#banii-1 li:before{
	content: "\f005";
font-family: "Font Awesome\ 5 Free";
position: relative;
color: #0d61bb;
font-weight: 700;
font-size: 13px;
right: 8px;
}
.home-slider-2{
margin: auto;height: 120px;width: 100%;background: url(https://www.atiadvert.com/assets/ati_style/images/344.png);
border-bottom: 1px solid;
}

.home-slider-2 p{
margin: auto;float: left;width: 80%;
text-align: center;
line-height: 110px;
font-size: 20px;
font-weight: 300;
}

.home-slider-2 a{
margin: auto;
width: 200px;background: red;display: inherit;float: right;height: 50px;text-align: center;line-height: 45px;
margin-top: 30px;
}
.home-slider-get{
margin: auto;height: 250px;width: 100%;background: url(https://www.atiadvert.com/assets/ati_style/images/344.png);}
.home-slider-top{
margin: auto;
width: 100%;
	background: white;
	padding-top: 20px;
display: inline-block;
padding-bottom: 3px;
}
.home-slider-top p{
margin: auto;
text-align: center;font-size: 22px;font-weight: 400;color: #535050;

height: 50px;
line-height: 50px;
font-family: 'Cabin', sans-serif;
text-transform: capitalize;
}

.home-slider-top p strong{
	color: #0054ad;
	text-transform: capitalize;
	font-size: 20px;
	font-weight: 400;
}
#stats-p{
	margin: auto;float:left;width: 22%;margin-left: 20px;
	margin-top: 25px;
	padding-top: 10px;
	margin-bottom: 30px;
}
#stats-p img{
margin: auto;height: 50px
}
#stats-p h4{
text-align:center;font-weight:400;color:black;margin:auto;
font-family: 'Roboto Slab', serif;
}
#stats-p h2{
text-align: center;height: 50px;line-height: 50px;font-weight: 700;color: #464444;margin: auto;font-size: 25px;
font-family: 'Cabin', sans-serif;
}
#stats-p a{
margin: auto;
text-align: center;display: inherit;height: 30px;line-height: 15px;text-decoration: none;color: #0d61bb;

text-transform: capitalize;
font-weight: 500;
font-family: 'Cabin', sans-serif;
font-size: 18px;
}
.footer-mati{
margin: auto;
background: url(images/footerimg.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.footer-mati-1{
background: rgba(11, 11, 100, 0.3);height: 230px;width:100%;}
#gatwy{
margin: auto;
width: 100%;height: 60px;background: rgb(13, 97, 187);
}
#gatwy img{
margin: auto;height: 33px;margin-left:10px;position:relative;top:8px;}
#footer-link{
margin: auto;
height: 77px;width: 100%;
overflow: hidden;
}
#links{
	margin: auto;
height: 60px;width: 72%;float: left;
}
#links a{
margin: auto;line-height: 60px;margin-left: 10px;
color: white;
font-family: 'Roboto Slab', serif;
}
#powerdb{
margin: auto;
float: right;width: 27%;height: 60px;
}
#powerdb a{
margin: auto;width: 80%;display: inherit;background: #f9f9f9;text-align: center;margin-top: 9px;
font-family: 'Cabin', sans-serif;
text-transform: uppercase;
color: #0d61bb;
font-size: 14px;
font-weight: 400 !important;
padding: 3px;
border-radius: 5px;
}
.footer-mati p{
margin: auto;height: 50px;
color: white;
text-align: center;
text-transform: uppercase;
font-family: 'Roboto Slab', serif;
padding-top: 20px;
}
.footer-mati p span{
font-weight: bold;}
#footerbanners{
margin: auto;width:100%;
padding-top: 10px;
padding-bottom: 15px;
display: inline-block;
background: #ececec;
}
#banners-areas{
float: left;
width:26%;background:white;height: 278px;margin-right: 9px;
box-shadow: 0px 0px 6px 2px #cbcdce;
}
#baner4{
margin: auto;
margin-top: 6px;

}
#banners-areas h2{
margin: auto;font-weight: 300;font-size: 17px;

background: #0081f7;
height: 35px;
color: white;
line-height: 35px;
padding-left: 10px;
font-family: 'Cabin', sans-serif;
}

#banners-areas ul{
margin: auto;padding: 0px;width: 90%;}
#banners-areas a{
margin: auto;text-decoration: none;
color:#0862c4;
font-weight: 500;
font-family: 'Roboto Slab', serif;
}
#banners-areas span{
margin: auto;font-family: 'Roboto Slab', serif;
}
#banners-areas strong{
font-family: 'Roboto Slab', serif;margin: auto;font-weight: 400;}
#banners-areas li{
list-style: none;font-family: 'Roboto Slab', serif;}
/* Forum */
#right-forum {
	margin:0px;
	float:right;
	width:120px
}

#forum-bnr {
	margin:20px 0px;
	width:120px;
	height:600px;
	background:#cccccc
}

.Starter {
	text-transform: none;
	position: relative;
	color: #fff; /*spacing between each menu item and arrow underline beneath it */
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	background: linear-gradient(to bottom,rgb(75, 87, 99) 0%,rgb(17, 17, 18) 100%);
	border-radius: 5px;
	}	
.Pioneer {
	text-transform: none;
	position: relative;
	color: #fff; /*spacing between each menu item and arrow underline beneath it */
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	background: linear-gradient(to bottom,rgb(10, 88, 164) 0%,rgb(15, 52, 128) 100%);
	border-radius: 5px;
	}	
.Silver {
	text-transform: none;
	position: relative;
	color: #fff; /*spacing between each menu item and arrow underline beneath it */
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	background: linear-gradient(to bottom,rgb(13, 184, 204) 0%,rgb(9, 161, 155) 100%);
	border-radius: 5px;
	}	
.Mellow {
	text-transform: none;
	position: relative;
	color: #fff; /*spacing between each menu item and arrow underline beneath it */
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	background: linear-gradient(to bottom,rgb(177, 194, 11) 0%,rgb(121, 137, 12) 100%);
	border-radius: 5px;
	}
	.Golden {
	text-transform: none;
	position: relative;
	color: #fff; /*spacing between each menu item and arrow underline beneath it */
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	background: linear-gradient(to bottom,rgb(249, 208, 30) 0%,rgb(210, 140, 18) 100%);
	border-radius: 5px;
	}	
.Cyber {
	text-transform: none;
	position: relative;
	color: #fff; /*spacing between each menu item and arrow underline beneath it */
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	background: linear-gradient(to bottom,rgb(191, 16, 227) 0%,rgb(156, 9, 165) 100%);
	border-radius: 5px;
	}
.Royal {
	text-transform: none;
	position: relative;
	color: #fff; /*spacing between each menu item and arrow underline beneath it */
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	background: linear-gradient(to bottom,rgb(252, 137, 8) 0%,rgb(207, 23, 9) 100%);
	border-radius: 5px;
	}	
/* End Forum */
#account-page {
	margin:0px;
	width: 805px;
	float:right;
	margin-right: 5px;
	position: relative;
	background: #ffffff;
	border: 1px solid #c4c4c4;
	box-shadow: 0 0 2px 1px rgba(79, 75, 75, 0.25);
	padding: 5px;
	margin-top: -3px;
}
#account-ref-child progress{
	float: left;width: 65%;height: 15px;
	position: relative;
	top: 2px;
}
progress {
border: none;
background: #d9d9d9;
}

        progress::-webkit-progress-bar {
            background-color: #115bac;
 }
       progress::-webkit-progress-value {
           background-color: #115bac;
        }
       
        progress::-moz-progress-bar {
            background-color: #115bac;
        }
#sammry-page-mid p{
	margin: auto;
	text-align: center;
	height: 35px;
	line-height: 35px;
	font-weight: 600;
	text-transform: uppercase;
	color: #ca0a37;
	border-bottom: 2px solid;
}
#sammry-page-mid{
	height: 395px;
	background: #fff;
margin: auto;
border: 1px solid #d9d9d9;
	margin-top: 5px;
	box-shadow: 0 0 2px 1px #d7d7d7;
}
#sammry-page-mid-1{
	height: 90%;
	float: left;
	width: 49%;
	margin-left: 4px;
	margin-top: 3px;
}
#sammry-page-mid-2{
	
	height: 89%;
	float: left;
	width: 49%;
	margin-left: 4px;
	border-left: 2px solid #ca0a37;
	margin-top: 3px;
}

#sammry-page-footer{
background:
#fff;
box-shadow: 0 0 2px 1px #d7d7d7;
margin: auto;
    margin-top: auto;
border: 1px solid
#d9d9d9;
margin-top: 5px;
display: flow-root;
}

#dbo{
	float: left;
	width: 32%;
	height: 39px;
	line-height: 28px;
	padding: 5px;
	background: white;
}
#dbo h4{
	margin: auto;
	float: left;
	width: 60%;
	text-align: center;
	height: 30px;
	border-right:2px solid #949697;
	font-size: 15px;
	font-weight: 500;
	line-height: 30px;
	color: #484848;
}
#dbo p{
	margin: auto;
	width: 37%;
	text-align: center;
	float: left;
	height: 24px;
	margin: auto;
	line-height: 30px;
	font-size: 15px;
	font-weight: 500;
}
#dbo1{
	float: left;
	width: 31%;
	height: 36px;
	line-height: 25px;
	padding: 5px;
	border-left: 1px solid #ccc;
	margin-top: 3px;
}
#dbo1 h4{
	margin: auto;
	float: left;
	width: 60%;
	text-align: center;
	height: 29px;
	border-right:2px solid #949697;
	font-size: 15px;
	font-weight: 500;
	line-height: 22px;
	color: #484848;
}
#dbo1 p{
	margin: auto;
	width: 35%;
	text-align: center;
	float: left;
	height: 24px}


#userdetail{
	margin: auto;
	margin-top: 5px;
}
#userdetail h4{
	margin: auto;width: 80%;text-align: center;
	line-height: 20px;
	padding-left: 10px;
	font-size: 15px;
	font-weight: 500;
}
#userdetail h5{
	margin: auto;width: 80%;text-align: center;
	line-height: 30px;
	padding-right: 1px;
	font-size: 14px;
	font-weight: 500;
	color: #ca0a37;
	background: #f4f4f4;
}
#sam-n{
	margin: auto;width: 100%;height: 200px;background: whitesmoke;
}
#same-n1{
	float: left;width: 50%;height: 100%;background: wheat;
}
#same-n2{
	float: right;width: 50%;height: 100%;background: yellowgreen;
}
#avi{
	float: left;width: 30%;height: 100%;
}
#account-to h2{
	margin: auto;height: 30px;width: 840px;background: #f0f0f0;
	font-size: 15px;
	line-height: 30px;
	padding-left: 10px;
	margin-bottom: 10px;
	color: #ca0a37;
	font-weight: 400;
}
#account-to{
	margin: auto; padding-bottom: 10px;height: 140px;
}
#acnt-hese{
	margin: auto;width: 185px;height: 90px;background: #34394a;float: left;
	overflow: hidden;
}
#act-to-c{
	margin: auto;height: 35px;width: 100%;margin-bottom: 7px;
	background-color: rgba(0,0,0,.03);
	border-bottom: 1px solid rgba(0,0,0,.125);
}
#act-to-c1{
	margin: auto;float: left;width: 50%;height: 100%;
}
#act-to-c1 h3{
	margin: auto;line-height: 34px;padding-left: 15px;
	color: #0e152d;
	font-size: 17px;
	font-weight: 300;
}
#act-to-c1 h3 strong{
	color: #ca0a37;
}
#act-to-c2{
margin: auto;width: 45%;float: right;line-height: 35px;text-align: right;padding-right: 10px;
}
#act-to-c2 a{
	margin: auto;color: #0e152d;font-weight: 500;
	font-size: 15px;
}
#acnt-ch{
	margin: auto;width: 70%;float: left;height: 65px;
	overflow: hidden;
}
#acnt-ch h5{
	margin: auto;
	height: 40%;
	position: relative;
	left: 11px;
	line-height: 35px;
	color: white;
	text-transform: capitalize !important;
	font-weight: 500;
	font-size: 15px !important;
}
#acnt-ch h3{
	margin: auto;
	height: 40%;
	position: relative;
	left: 10px;
	line-height: 30px;
	font-size: 18px;
	color: white;
	padding: 0px !important;
	font-weight: 600;
}
#acnt-hese a{
	margin: auto;height: 25px;background: #1c1f2b;width: 100%;text-align: right;font-size: 14px;line-height: 25px;padding-right: 15px;
	color: white;
	text-transform: capitalize !important;
	display: inline-block;
	text-decoration: none;
}
#acnt-hese a:after{
	content: "\f138";
font-family: "Font Awesome\ 5 Free";
position: relative;
color: white;
font-weight: 600;
	font-size: 13px;
	top: 0px;
	left: 4px;
}
#acnt-hese1 a:after{
	content: "\f138";
font-family: "Font Awesome\ 5 Free";
position: relative;
color: white;
font-weight: 600;
	font-size: 13px;
	top: 0px;
	left: 4px;
}
#acnt-hese2 a:after{
	content: "\f138";
font-family: "Font Awesome\ 5 Free";
position: relative;
color: white;
font-weight: 600;
	font-size: 13px;
	top: 0px;
	left: 4px;
}
#acnt-hese3 a:after{
	content: "\f138";
font-family: "Font Awesome\ 5 Free";
position: relative;
color: white;
font-weight: 600;
	font-size: 13px;
	top: 0px;
	left: 4px;
}
#acnt-hese1 a{
	margin: auto;height: 25px;background: #1c1f2b;width: 100%;text-align: right;display: inline-block;font-size: 14px;line-height: 25px;padding-right: 15px;
	color: white;
	text-transform: capitalize !important;
	text-decoration: none;
}
#acnt-hese2 a{
	margin: auto;height: 25px;background: #1c1f2b;width: 102%;text-align: right;display: inline-block;font-size: 14px;line-height: 25px;padding-right: 15px;
	color: white;
	text-transform: capitalize !important;
	text-decoration: none;
}
#acnt-hese3 a{
	margin: auto;height: 25px;background: #1c1f2b;width: 101%;text-align: right;display: inline-block;font-size: 14px;line-height: 25px;padding-right: 15px;
	color: white;
	text-transform: capitalize !important;
	text-decoration: none;
}
#acnt-ch2 h4{
	color: #498cd7;line-height: 30px !important;;font-size: 40px;margin: auto;padding-top: 20px;
}
#acnt-ch2 h4 .fas{
	line-height: 30px;
}
#acnt-ch2{
	margin: auto;width: 30%;float: right;height: 65px;
}
#acnt-ch2 img{
	margin: auto;height: 50px;position: relative;top: 7px;width: 55px;opacity: 0.5;
}
#acnt-hese1{
	margin: auto;width: 187px;height: 90px;background: #34394a;float: left;margin-left: 10px;
	overflow: hidden;
}
#acnt-hese2{
	margin: auto;width: 188px;height: 90px;background: #34394a;float: left;margin-left: 10px;
	overflow: hidden;
}
#acnt-hese3{
	margin: auto;width: 187px;height: 90px;background: #34394a;float: left;margin-left: 10px;
	overflow: hidden;
}
#account-l{
width: 50%;float: left;
}
#account-r
{
width: 48.5%;float: right;
}

#account-bo
{
width: 100%;float: left;
}
#acount-samin{
	margin: auto;
	border: 1px solid #e3e3e36e;
	box-shadow: 0 0 2px 1px rgb(196, 196, 196);
	padding-bottom: 5px;
	height: 269px;
	margin-bottom: 10px;
	overflow: hidden;
}
#acount-samin1{
	margin-top: 5px;
	box-shadow: 0 0 2px 1px rgb(196, 196, 196);
	overflow: hidden;
	padding-bottom: 6px;
}
#acount-samin1 p{
	margin: auto;height: 30px;background: #f7f7f7;
	line-height: 27px;
	display: inherit;
	padding-left: 10px;
	color: #34394a;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 500;
}
#acount-samin p{
	margin: auto;height: 30px;background: #f7f7f7;
	line-height: 27px;
	display: inherit;
	padding-left: 10px;
	color: #34394a;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 500;
}
#acount-chldi{
	margin: auto;width: 95%;
	height: 40px;
	border-bottom: 1px solid #d5cfcf;
}
#acount-chldi h3{
	margin: auto;float: left;width: 50%;
	height: 100%;
	line-height: 40px;
	font-weight: 500;
	font-size: 14px;
	color: #343535;
}
#acount-chldi h5 a{
color: #ca0a37;
}
#acount-chldi h5{
	margin: auto;
float: right;
width: 45%;
font-size: 14px;
height: 100%;
line-height: 35px;
text-align: right;
position: relative;
right: 10px;
font-weight: 500;
color: #373636;
}
#account-ref{
	margin: auto;height: 60px;width: 90%;
	margin-top: 10px;
	border-bottom: 1px solid #c1c1c1;
	padding-bottom: 7px;
}
#account-ref-child{
	margin: auto;float: left;width: 50%
}

#account-ref-child a{
	margin: auto;font-size: 15px;line-height: 30px;
	color: #34394a;
	font-weight: 500;
}
#ref-sp{
	margin: auto;width: 80px;height: 10px;border-bottom: 1px solid #115bac;margin-top:0px;margin-bottom: 20px; 
	opacity: 0.4;
}
#account-ref-child h2{
	margin: auto;width: 100%;font-size: 15px;
	font-weight: 600;
	color: #484848;
	font-weight: 500;
}
#account-ref-child h3{
	margin: auto;font-size: 15px;
	color: #34394a;
	font-weight: 600;
	line-height: 30px;
	text-transform: capitalize;
}
#account-ref-child progress{
	float: left;width: 65%;height: 15px;
	position: relative;
	top: 2px;
}
#account-ref-child span{
	margin: auto;font-size: 15px;width: 30%;float: right;
	font-weight: 500;
}
#account-ref-child1{
	margin: auto;float: right;width: 40%;
}
#account-ref-child1 a:hover{
	opacity: 0.8;
	text-decoration: none;
}
#account-ref-child1 a{
	margin: auto;background: #34394a;padding: 5px;line-height: 20px;
	text-align: center;
	display: block;
	width: 96px;
	position: relative;
	top: 15px;
	color: white;
	float: right;
	font-size: 14px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom: 3px solid #1c1f2b;
}

/* Cashout Rules Addon */

.amk_withdraw {width: 100%; text-align: center; margin: 0 0 30px;padding-top: 1;color: #FBF9F9;font-weight: 400;line-height: 45px;font-size: 15px;margin-top: 10px;}
    .amk_widthdrawBox {display: inline-block; background: #0C5B73; border-radius: 3px; width: 31.3%; box-shadow: 0 0 10px #979fb3; vertical-align: top; margin: 0 1%; overflow: hidden;box-shadow: 1px 1px 5px 2px #686767;font-weight: 300 !important;}
        .amk_widthdrawBox:first-child {margin-left: 0;}
        .amk_widthdrawBox: last-child {margin-right: 0;}
        .amk_widthdrawBox h3 {background: #115bac; color: #FFF; font-size: 18px; font-weight: 400; line-height: 45px; margin: 0;}
        .amk_widthdrawBox p {background: #23293c; font-weight: 700; font-size: 18px; color: #FFF; letter-spacing: 1px; margin: 0; padding: 20px 0;}
        .amk_widthdrawBox .amk_error {background: #db6060;}
        .amk_widthdrawBox span {display: block; font-weight: 400; font-size: 15px; background: #7e7e7e; color: #FFF; line-height: 24px; padding: 10px;}
.amk_widthdrawBox h4{
margin: auto;
height: 40px;font-size: 16px;line-height: 40px;
background: #115bac;
}
  
/* End Cashout Rules Addon */
/* Payment Proof Addon */

.amk_block {width: 100%; text-align: center; margin: 0 0 30px;}
    .amk_box {display: inline-block;background: #FFF;width: 22.8%;margin: 0 1%;overflow: hidden;}
        .amk_box:first-child {margin-left: 0;}
        .amk_box: last-child {margin-right: 0;}
        .amk_box h3 {background: #34394a; color: #FFF; font-size: 22px; font-weight: 400; line-height: 45px; margin: 0;}
        .amk_box p {font-size: 16px; letter-spacing: 1px;padding: 14px;background: #115bac;color: white;margin: auto;}
        .amk_box span {display: block; font-weight: 700; font-size: 18px; background: #34394a; color: #FFF; line-height: 43px;}
/* End Payment Proof Addon */
#left-ads h3 {
	font-size:16px;
	margin-left:-20px;
	background:linear-gradient(to bottom, #ffa127, #f29721);
	color:#fbfbfb;
	padding:0px 15px;
	width:100%;
	border-top-right-radius:5px;
	border-bottom-right-radius:4px;
	position:relative;
	width: 24%;
	float: left;
	line-height: 40px;
}

#left-ads h3:before {
	content:"";
	top:40px;
	left:0px;
	position:absolute;
	border-top:20px solid #0a4c93;
	border-left:20px solid transparent;
}

#right-ads {
	margin:0px;
	float:left;
	width:100%;
	padding-left: 10px;
}
#left-ads {
	margin:0px;
	float:left;
	width:100%;
}
#left-ads #baneronads{
	float: right;
	width: 468px;
	height: 60px;
	background: #f4f4f4;
	margin: 5px;
	position: relative;
	right: 8px;
}
#left-ads h4 {
	font-size:16px;
	margin-left:-20px;
	background:linear-gradient(to bottom, #444a60, #34394a);
	color:#fff;
	padding:0px 15px;
	width:100%;
	border-top-right-radius:5px;
	border-bottom-right-radius:4px;
	position:relative;
	width: 24%;
	float: left;
	line-height: 40px;
	font-weight: 400;
}

#left-ads h4:before {
	content:"";
	top:40px;
	left:0px;
	position:absolute;
	border-top:20px solid #23252b;
	border-left:20px solid #791f1f00;
}
#left-ads h3 {
	font-size:16px;
	margin-left:-20px;
	background:linear-gradient(to bottom, #147be9, #0856aa);
	color:#fbfbfb;
	padding:0px 15px;
	width:100%;
	border-top-right-radius:5px;
	border-bottom-right-radius:4px;
	position:relative;
	width: 24%;
	float: left;
	line-height: 40px;
	font-weight: 400;
}
.brown-category h3{
font-size: 16px;
margin-left: -20px;
background: linear-gradient(to bottom, #1fc41a, #428614) !important;
color: #fbfbfb;
padding: 0px 15px;
width: 100%;
border-top-right-radius: 5px;
border-bottom-right-radius: 4px;
position: relative;
width: 24%;
float: left;
line-height: 40px;
}
.brown-category h3::before{
	border-top: 20px solid #217310 !important;;
border-left: 20px solid transparent;
}

.promo-category h3{
font-size: 16px;
margin-left: -20px;
background: linear-gradient(to bottom, #df1024, #c40c26) !important;
color: #fbfbfb;
padding: 0px 15px;
width: 100%;
border-top-right-radius: 5px;
border-bottom-right-radius: 4px;
position: relative;
width: 24%;
float: left;
line-height: 40px;
}
.promo-category h3::before{
	border-top: 20px solid #ac0a0a !important;;
border-left: 20px solid transparent;
}


/* Ads */
.standard-title {

}

.standard-footer {
	background:  #0f3c4c;
	color: #fafbfb;


	border-top: 3px solid #51717c;
}

.premium-title {
	background:linear-gradient(to bottom, #f5c408 0%,#b7800d);
}

.premium-footer {
	background: #051e22
;
	border-top:3px solid #ca0a37;
	color: #fafbfb;
}
.Promotion{
	width: 100%;margin: auto;background: linear-gradient(to bottom, #df1024, #c40c26) !important;
	border-bottom: 1px solid #0d0f0c !important;overflow: hidden;
}

.Promotion h3 {
	margin: auto;
font-weight: 500;
font-size: 15px;
text-align: left;
overflow: hidden;
color: #fff;
line-height: 28px;
height: 30px;padding-left: 7px;
	overflow: hidden;
}
.micro-title{
	width: 100%;margin: auto;background: linear-gradient(to bottom, #1fc41a, #428614);
	border-bottom: 1px solid #27b518 !important;overflow: hidden;
}
.micro-title h3 {
	margin: auto;
font-weight: 500;
font-size: 15px;
text-align: left;
overflow: hidden;
color: #fff;
line-height: 28px;
height: 30px;padding-left: 9px;
	overflow: hidden;
	background: linear-gradient(to bottom, #1fc41a, #428614) !important;
}

.micro-footer {
	background: #051e22
;
	border-top:1px solid #e14c39;
	color: #fafbfb;
border-radius:4px;
border-bottom: 4px solid #020202 

}
 
.macro-title {

	background: #0f3c4c;
}

.macro-footer {
	color: #fafbfb;

	border-top: 3px solid #557580;
	background: #0f3c4c;
}

.fixed-title {

	margin: auto;
	font-weight: 500;
	font-size: 15px;
	text-align: left;
	overflow: hidden;
	color: #fff;
	line-height: 28px;
	height: 30px;
	padding-left: 9px;
	overflow: hidden;
}

.fixed-footer {
	background: #fff;
	color: #7d7a7a;

	border-top: 1px solid #c72fd5;
	height: 30px !important;
	padding-left: 5px;
}
/* End Ads */

.ads-container {
	margin:10px 0px;
	width:100%;
	background:#fff;
	padding: 10px 0px;
	box-shadow: 0 0 1px 1px rgba(209, 11, 58, 0.35);
	display: inline-grid;
}

.ads-container {
	margin:10px 0px;
	width:100%;
	background:#fff;
	padding: 10px 0px;
	box-shadow: 0 0 1px 1px rgba(117, 116, 116, 0.35);
	display: inline-grid;
}

.ati-adi{
	float: left;width:23.9%;background: #fff;overflow: hidden;
	margin: 10px 5px auto;
	border: 1px solid #cecece;
}
.ati-adi:hover{
	box-shadow: 0px 0px 10px #868585;
	transition: ease-in 0.3s;
	border-radius: 4px;
}
.ads-ti{
	margin: auto;width: 100%;
	height: 30px;
	background: linear-gradient(to bottom, #1682f4, #0d61bb);
}
.ads-ti h3{
	margin: auto;font-weight: 500;font-size: 15px;text-align: left;
	border-bottom: 1px solid #9d9d9c;
	padding-left: 10px;
	width: 98%;
	overflow: hidden;
	color: #fff;
	line-height: 28px;
	height: 30px;
}
.ads-ti2 h3{
	margin: auto;font-weight: 500;font-size: 15px;text-align: left;
	border-bottom: 1px solid #e18d20;
	padding-left: 10px;
	width: 98%;
	overflow: hidden;
	color: #fff;
	line-height: 28px;
	height: 30px;
}
.ad-pra{
	margin: auto;height: 100px;width: 95%;
	overflow: hidden;
}
.ad-pra p{
	margin: auto;
	font-weight: 400;
	font-size: 14px;
	padding: 5px;
	line-height: 25px;
	color: #797777;
}
#ad-foti{
	margin: auto;height: 30px;background: #fff;width: 100%;
	border-top: 1px solid #cac9c7;
}
#adi-img{
	float: left;width: 15%;height: 30px;
}
#adi-img img{
	margin: auto;height: 19px;position: relative;left: 12px;top: 6px;
}
#adi-fotii{
	float: right;width: 85%;
}
#adi-fotii h3{
	margin: auto;float: left;line-height: 30px;
	height: 30px;
	width: 95%;
	color: #666363;
	font-size: 15px;
	font-weight: 500;
}
#adi-fotii span{
	margin: auto;line-height: 30px;font-weight: 300;font-size: 14px;
	float: right;
}
.disabled .ads-ti{
opacity: .60;filter:Alpha(Opacity=55); background:#c6c5c5;color: black !important;;
}
.disabled .ads-ti h3{
opacity: .60;filter:Alpha(Opacity=55); background:#c6c5c5;color: black !important;;
}
.disabled .ad-title{
opacity: .60;filter:Alpha(Opacity=55); background:#c6c5c5;color: black;
}
.disabled .Promotion h3{
 background:#bfbfbf;color: black !important;;
}
.disabled .micro-title h3{
 background:#bfbfbf;color: black !important;;
}
#gtwy{
	margin: auto;width: 100%;padding-bottom: 20px;
}
#ati-des{
	margin: auto;height: 40px;background: rgb(185, 38, 57);margin-top: 4px;
	padding: 5px;
}
#ati-des p{
	margin: auto;float: left;padding-left: 10px;
	width: 40%;
}
#ati-des p a{
	color: #ffe88a;
}
#ati-des h3{
	margin: auto;font-weight: bold;font-size: 14px;position: relative;left: -3px;line-height: 22px;
	background: #ec5f7199;
	float: left;
	text-align: center;
	height: 22px;
	top: 4px;
	border-radius: 3px;
	color: #fff;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.ad-block{float: left;
width: 23.5%;
background: #fff;
overflow: hidden;
margin: 10px 5px auto;
    margin-bottom: auto;
border: 1px solid #dbdada;
border-radius: 3px;
}
.ad-block:hover{box-shadow:0px 0px 10px #aa5350;transition:ease-in 0.3s;border-radius: 4px;}
.ad-title{margin: auto;
font-size: 15px;
text-align: left;
line-height: 25px;
border-bottom: 1px solid #d5d5d5;
height: 28px;
width: 100%;
overflow: hidden;
color: #fdfdfd;
background: linear-gradient(to bottom, #444a60, #34394a);
font-weight: 500;
text-transform: capitalize;
}
.ad-content{margin: auto;
font-weight: 400;
font-size: 14px;
line-height: 25px;
color: #807e7e;
overflow: hidden;
height: 100px;
background: #fff;
cursor: pointer;
}
.ad-footer{border-top:1px solid #3d4256;line-height: 25px;font-weight: 500;color: #5e5b5b;font-size: 15px;}
.ad-footer i{font-size:16px}
.ad-footer span{
	font-weight: 300;
	line-height: 30px;
	margin: auto;
	font-size: 12px;
}
.ad-footer span .far{
	position: relative;top: 2px;
}
.ad-footer img{
	float: left;
	height: 18px;
	margin-right: 5px;
	margin-top: 4px;
}
/* Upgrade */
#upgrade-page {
	max-width:1000px;
	margin:0 auto;
	font-size:13px;
	text-align:center;
	padding:10px;
}

#upgrade-page table {
	width:100%;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	border-bottom:1px solid #CCC;
}

#upgrade-page td, #upgrade-page th {
	empty-cells: show;
	padding:10px;
	color: #1d2c49;
}

.compare-heading {
	font-size:18px;
	font-weight:bold !important;
	border-bottom:0 !important;
	padding-top:10px !important;
}

#upgrade-page .compare-row {
	/* background: #F5F5F5; */
}

#upgrade-page th {
	font-weight:normal;
	padding:0;
	border-bottom:1px solid #CCC;
}

#upgrade-page th.compare-heading {
	background: #0d0b0c;
	font-size:18px;
	color: #ffffff;
	padding:10px 0px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
	border: 1px solid white;
}

#upgrade-page tr td {
	background: #2d2b2b;
	color: #fff;
	border: 1px solid #4a4a4a;
	font-size: 15px;
}

#upgrade-page tr td:first-child {
	text-align:left;
	background:#34394a;
	color: #ffffff;
	font-weight: 400;
}
  
#upgrade-page .qbse, #upgrade-page .qbo, #upgrade-page .tl {
	color:#FFF;
	padding:10px;
	font-size: 16px;
	font-weight: 600;
	border-right:1px solid #CCC;
	border-bottom:0;
}

#upgrade-page .tl2 {
	border-right:0;
}

#upgrade-page .qbse {
	background: #ffffff;
	color: #279d87;
	border-top-left-radius: 3px;
	border-left:0px;
}

#upgrade-page .qbo {
	background: url("https://www.atiadvert.com/assets/ati_style/images/slider1.jpg") no-repeat !important;
	border-top-right-radius: 3px;
	border-right:0px;
}

#upgrade-page .price-info {
	padding:5px 15px 15px 15px;
	background: url("https://www.atiadvert.com/assets/ati_style/images/slider1.jpg") no-repeat !important;
}

#upgrade-page .price-now, #upgrade-page .price-now span {
	color: #ffffff;
	font-weight: 600;
}

#upgrade-page .price-now span {
	font-size:28px;
}

#upgrade-page .price-small {
	font-size: 18px !important;
	position: relative;
	top: -11px;
	left: 2px;
}

#upgrade-page .heading-upg {
	background: url("https://www.atiadvert.com/assets/ati_style/images/slider1.jpg") no-repeat !important;
	color: #ffffff !important;
	font-size:16px;
	position:relative;
}

#upgrade-page .heading-upg:before {
	content:"";
	position:relative;
	left:-30px;
	top:10px;
	border-top: 20px solid #7fcdb7;
	border-left:20px solid transparent;
}

#upgrade-page .heading-upg:after {
	content:"";
	position:absolute;
	left:-20px;
	top:15px;
	border-bottom: 25px solid #7fcdb7;
	border-left:20px solid transparent;
}
/* Deposit Contest */
.funds-info
{
	background: #34394a;
	border-radius:5px;
	margin-bottom:10px;
	border:1px solid #89bbec;
	padding:10px;
	line-height:20px;
	margin-right:10px;
	color: #f6ffff;
	margin-left:15px;
	font-size:15px;
}

.widget-back .widget-back .widget-tbl tr.titles td
{
	background:#FF7E00;
	color:#fff;
	border:1px solid #FF7E00
}

.featured_ads
{
	font-size:14px
}

.fea-title h3
{
	color:#fff;
	font-size:18px;
	padding-top:10px
}

.funds-info h4
{
	background: #115bac;
	padding:10px;
	font-size:14px;
	color: #f2f6f9;
	text-transform:uppercase;
	font-weight:700;
	margin-top:5px;
	border-bottom: 3px solid #094073;
}

.number-style
{
	height:55px;
	margin:auto;
	background: #42abd6;
	background-repeat:no-repeat;
	border-radius:31px;
	font-size:24px;
	color: #0a4760;
	border: 3px solid #0a4760;
	line-height: 55px
}

.custom-table tr:nth-child(2) .number-style {
    background:#e14c39
}

.custom-table tr:nth-child(3) .number-style {
    background:#ca5bc3
}

.custom-table tr:nth-child(4) .number-style {
    background:#e7b93a
}

.widget-tbl td
{
	font-size: 14px;
	background: #fff;
	color: #514f4f;
}

.widget-tbl tr.titles td
{
	color: #faf6f7;
	font-size:14px;
	font-weight:600;
	padding: 9px 14px;
	white-space:nowrap;
	background: #34394a;
}

.your_refal
{
	line-height:24px;
	font-weight:400
}

.page_titles
{
	padding-top:10px
}

.fea-title
{
	font-weight:600
}

.upgrade-tbl tr.titles td
{
	color:#fff!important
}

.ft-right ul li .modal-body a
{
	color:#46770e;
	margin-left:0;
	cursor:pointer;
	font-weight:600
}

.modal-header
{
	padding:15px;
	border-bottom:3px solid #0d59a6;
	min-height:16.42857143px;
	background:#077ff7;
	color:#fff
}
/* End Deposit Contest */
#atilogin{
margin: auto;background: #34394a;padding: 13px;display:inherit;
margin-bottom: 20px;
border-radius: 10px;
margin-top: 40px;
}       
#atilogind{

margin: auto;

margin-bottom: 3px;
padding: 2px;
}  
#atilogind input{

margin: auto;float: right;width: 90%;
border-radius: 0px;
} 
#atilogind .fa{
margin: auto;width: 10%;background: #0081f7;


line-height: 35.5px;
text-align: center;
margin-top: 0px;
color: #fbfbfb;
height: 38px;
}   
    /* Last 10 Payouts */

.amk_top10 {width: 100%;color: #0d61bb;overflow: hidden;background: #f7f7f7;border-bottom: 2px solid #e3e2e2;}
	.amk_top10 h4 {float: left; text-transform: uppercase; width: 20%;height: 60px;margin: auto;line-height: 60px;text-align: center;font-size: 15px;}
	.amk_top10 .marquee {float: right; width: 77%; padding: 5px 0 0; overflow: hidden;}
		.amk_top10 .marquee ul {margin: auto;position: relative;padding-top: 12px;}
			.amk_top10 .marquee ul li {display: inline-block; margin-right: 20px;}
				.amk_top10 .marquee ul li span {vertical-align: 4px;}
				.amk_top10 .marquee ul li span.user {font-weight: 400;color: #595858;}
				.amk_top10 .marquee ul li span.method {vertical-align: -2px;
				
}

   .amk_top10 .marquee ul li img{
margin: auto;margin-top: -13px

} 
.site_title span{
float: right;margin: auto;padding-right: 20px;
}
.site_title span a{
margin: auto;background: #115bac;margin-left: 10px;
padding:5px 15px 5px 15px;color: white;
box-shadow: 0px 0px 2px 1px #115bac;font-size: 14px !important;;
border-radius: 20px;
}
.site_title span a:hover{
border-radius: 10px;text-decoration: none;

}
.renit{
	background: #fff !important;
	box-shadow: 0px 0px 2px 1px #303133 !important;
	color: #34394a !important;
}
.atisab{
margin: auto;
width: 80%;
text-align: center;
}
.atisab button{
margin: auto;text-align: center;width: 200px;display: inherit;margin: auto;
}
.atisab a{
margin: auto;
color: white;float: left;
display: inherit;
text-align: center;
margin-left: 20px;
}
#atilogin p{
margin: auto;text-align: center;font-size: 20px;color:white;
line-height: 60px;
}
#atilogin .fas{
margin: auto;color: #fff;font-size:100px;
margin-top: -32px;
background: #0081f7;
border-radius: 80px;
}
/* FAQ */
#faq-page {
	width:100%;
	margin-bottom:30px;
}

#toggle-view {
	list-style:none;	
	font-size:24px;
	margin:0px;
	padding:0px;
	width:100%
}

#toggle-view ul {
	margin:0px;
	padding:0px;
	list-style:none
}

#toggle-view li {
	position:relative;
	background:#ffffff;
	border: 1px solid #247876;
	border-bottom: 2px solid #247876;
	overflow:hidden;
	margin-bottom: 5px;
}	

#toggle-view h3 {
	margin:0;
	padding: 0px 10px;
	margin-left: -7px;
	font-weight:500;
	vertical-align: top;
	font-size: 16px;
	text-transform:uppercase;
	display: inline-block;
	width: 94%;
	color:#ffffff;
	background: #0081f7;
	line-height: 27px;
	cursor:pointer;
}

#toggle-view h3 b {
	background:#081f3a;
	color:#dbe2e9;
	font-size:26px;
	font-weight:500;
	padding:10px 22px;
	width:20px;
	margin-right:14px
}

#toggle-view span {
	color: #ffffff;
	background: #2e2f2f;
	width: 4%;
	display: inline-block;
	font-size:37px;
	cursor:pointer;
	text-align: center;
	line-height: 28px !important;
}

#toggle-view .panel {
	margin:5px 0px;
	display:none
}

#toggle-view .panel:first-child {
	display:block
}

#toggle-view .panel p {
	margin:0px;
	padding: 15px 20px;
	font-weight:300 !important;
	font-size: 15px;
	color: #000000;
	line-height:28px;
}
/* End FAQ */
/* Terms */
#terms-page .terms_title {
	color: #FFF;
	padding: 8px 10px;
	border-radius: 3px;
	margin-top: 20px;
	font-size: 16px;
	font-weight: 400;
	background: #0081f7;
	text-align: left;
}

#terms-page p {
	margin-bottom: 2px;
	padding: 5px 10px;
	background: #ffffff;
	font-size: 13px;
	line-height:20px;
	color:#000000
}
/* End Terms */
#atimanu{
	height: 300px;
	width: 100%;
}
#atimanu a{
	background: #0081f7;padding: 10px;
	position: relative;
	margin: auto;
	margin-top: 20px;
	display: inline-block;
	color: #fff;
}
#atimanu h2{
	margin: auto;
	text-align: center;
	font-weight: 400;
	border-bottom: 2px solid #eee;
	font-size: 15px;
	width: 90%;
	padding-top: 20px;
	padding-bottom: 15px;
	color: #115bac;
}
#atimanu p{
	color: #115bac;
	text-align: center;
	margin: auto;
	line-height: 25px;
	padding-top: 10px;
	font-size: 16px;
	font-weight: 500;
}
#atimanu-m{
	height: 125px;
	margin: auto;
	width: 100%
}
#atimanu-l{
	width: 75%;
	height: 40px;
	background: white;
	margin-bottom: 5px;
	margin: auto;
	margin-top: 10px;
}
#atimanu-l h3{
	float: left;
	margin: auto;
	width: 35%;
	height: 40px;
	line-height: 40px;
	border: 1px solid #2b2929;
	text-align: right;
	padding-right: 10px;
	font-size: 14px;
	font-weight: 400;
	background: #0081f7;
	color: #fff;
}
#atimanu-l h5{
	float: right;
	margin: auto;
	width: 65%;
	height: 40px;
	line-height: 40px;
	border: 1px solid #0f0e0e;
	padding-left: 10px;
	font-size: 14px;
	font-weight: 400;
	background: #242a3d;
	color: white;
}