/* Main */
body {
	margin:0px;
	padding:0px;
	background:#ffffff;
	color:#333333;
	font-family:'Montserrat',sans-serif
}

.container {
	margin:0px auto;
	padding:0px;
	width:1000px;
	position:relative
}
/* End Main */
/* Header */
#top-header {
	margin:0px;
	height:80px;
	width:100%;
	background:#ffffff
}

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

#logo img {
	margin-top:15px;
	height:50px
}

#login-register {
	float:right
}

#login-register ul {
	margin:0px;
	padding:0px;
	list-style:none
}

#login-register ul li {
	margin:0px 8px;
	padding:0px;
	float:left;
	line-height:80px
}

#login-register ul li a {
	margin:0px;
	padding:8px 24px;
	text-decoration:none;
	color:#f1f1f1;
	font-size:13px;
	font-family:'Montserrat',sans-serif;
	font-weight:400;
	text-transform:uppercase;
	border-radius:4px
}

a.login-btn {
	background: #0b6776;
	border-bottom: 2px solid #12464f;
}

a.login-btn:hover {
	background:#12464f;
	border-bottom:2px solid #0b6776;
	transition:ease-in 0.2s;
	-webkit-transition:ease-in 0.2s;
	-moz-transition:ease-in 0.2s	
}

a.register-btn {
	background:#0b764a;
	border-bottom: 2px solid #165d40;
}

a.register-btn:hover {
	background:#165d40;
	border-bottom:2px solid #0b764a;
	transition:ease-in 0.2s;
	-webkit-transition:ease-in 0.2s;
	-moz-transition:ease-in 0.2s
}

#menubar {
	margin:0px;
	background: #ffffff;
	height:50px;
	width:100%;
}

#menubar ul {
	margin:0px;
	padding:0px;
	list-style:none;
	position:relative;
	float: right;
	border-top:1px solid #d9e3e5;
	padding-left:20px
}

#menubar ul li {
	margin:0px;
	padding:0px;
	line-height:50px;
	float:left;
	position:relative
}

#menubar ul li a {
	margin:0px;
	display:block;
	text-decoration:none;
	color: #0b764a;
	font-size:12px;
	font-family:'Montserrat',sans-serif;
	font-weight:400;
	line-height:50px;
	padding:0px 18px;
	text-transform:uppercase;
}

#menubar ul li a:hover {
	border-top:2px solid #0b764a;
	transition:ease-in 0.2s;
	-webkit-transition:ease-in 0.2s; 
	-moz-transition:ease-in 0.2s
}

#menubar ul ul {
	position:absolute;
	top:50px;
	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:130px;
	height:32px;
	font-weight:500;
	font-size:12px;
	background:#ffffff;
	color:#0b6776;
	line-height:32px;
	text-transform:initial;
	border-bottom:1px solid #12464f
}

#menubar ul li:hover ul li a:hover {
	background:#e6e6e6;
	transition:ease-in 0.3s;
	-webkit-transition:ease-in 0.3s;
	-moz-transition:ease-in 0.3s
}
/* End Header */
/* Home */
#slider {
	margin:0px;
	width:100%;
	height:530px;
	background:url("images/slider-bg.jpg") no-repeat;
	background:url("images/slider-bg.jpg") no-repeat scroll center 80%/cover transparent
}

#slider .container {
	padding-top:100px;
	width: 800px;
	text-align:center;
}

#slider h2 {
	margin:0px;
	font-weight: 600;
	font-size: 40px;
	font-family: 'Montserrat',sans-serif;
	color: #d9e3e5;
	line-height: 68px;
	text-transform:uppercase;
	text-shadow: 0px 5px 10px #124851;
}

#slider h2 span {
	color:#ffd633
}

#slider h3 {
	margin:0px;
	padding-top:32px;
	font-weight: 400;
	font-size: 18px;
	font-family: 'Montserrat',sans-serif;
	color: #d9e3e5;
	line-height:40px;
}

#slider a {
	text-decoration:none;
	color: #0b6776;
	line-height: 130px;
	font-weight:400;
	font-size: 17px;
	margin: 0px 20px;
	font-family:'Montserrat',sans-serif;
	padding: 16px 58px;
	border-radius:30px;
	background: #0b6776;
	color: #d9e3e5;
}

#slider a:hover {
	background:#0b764a;
	transition:ease-in 0.2s;
	-webkit-transition:ease-in 0.2s;
	-moz-transition:ease-in 0.2s;
}

#total-stats {
	margin:0px;
	width:100%;
	background: #d9e3e5;
	height:250px;
}

#stats {
	margin:0px;
	padding-top:40px;
	width:333px;
	float:left;
	text-align:center
}

#stats i {
	margin:0px;
	width:90px;
	height:90px;
	line-height:90px;
	text-align:center;
	font-size:36px;
	color:#fff;
	background:#31a183;
	border:3px solid #12464f;
	border-radius:10px
}

#stats h2 {
	margin:0px auto;
	padding-top:14px;
	width:190px;
	font-weight:700;
	font-size:24px;
	font-family:'Montserrat',sans-serif;
	color:#165d40
}

#stats h3 {
	margin:0px;
	margin-top:6px;
	font-weight:500;
	font-size:16px;
	font-family:'Montserrat',sans-serif;
	color:#0b764a
}

#total-benefits {
	margin:0px auto;
	width: 100%;
	height: 520px;
	background:#ffffff;
}

#benefits {
	margin:40px 0px;
	width:300px;
	height: 430px;
	float:left;
	margin-left:24px;
	background: #ffffff;
	border: 1px solid #d9e3e5;
	border-top:0px;
	border-bottom: 2px solid #0b6776;
	position:relative;
}

#benefits:nth-child(3) {
	float:right;
	margin-left:0px;
	margin-right:24px
}

#benefits h2 {
	margin:0px;
	padding:8px 14px;
	font-weight:500;
	font-size:16px;
	font-family:'Montserrat',sans-serif;
	background: #0b6776;
	color:#ffffff;
	border-bottom:1px solid #cccccc;
}

#benefits-img {
	height:90px;
	border-bottom: 2px solid #0b6776;
	background: #d9e3e5;
}

#benefits-img i {
	font-size:65px;
	line-height:90px;
	color:#31a183
}

#benefits p {
	margin:0px;
	padding:9px 5px;
	font-weight:500;
	font-size: 13px;
	font-family:'Montserrat',sans-serif;
	color: #1e3a3e;
	background:#ffffff;
	text-align:center;
	line-height:22px;
	border-bottom: 2px solid #0b764a;
}

#benefits h3 {
	margin:0px;
	display:block;
	font-weight: 600;
	font-size: 14px;
	font-family:'Montserrat',sans-serif;
	color: #0b764a;
	height:40px;
	line-height:40px;
	border-bottom: 1px solid #0b764a;
}

#benefits h3 span:first-child {
	float:left;
	padding-left:15px
}

#benefits h3 span:last-child {
	float:right;
	padding-right:15px;
}

#benefits h3 .fa {
	line-height:40px
}

#benefits ul {
	margin:0px;
	padding:0px;
	padding-top:12px;
	padding-bottom:6px;
	padding-left:16px;
	list-style:none;
	background:#ffffff
}

#benefits ul li {
	margin:0px;
	padding:3px 0px;
	padding-right:4px;
	font-size: 13px;
	font-weight: 400;
	font-family:'Montserrat',sans-serif;
	color: #165d40;
	line-height:21px;
}

#benefits ul li:before {
	padding-right:8px;
	font-family: "Font Awesome\ 5 Free";
	content:"\f0f0";
	font-weight: 900;
	color:#0b6776;
}
/* End Home */
/* Footer */
#featuredd {
	margin:0px;
	width:100%;
	padding-top:30px;
	height:200px;
	background:#d9e3e5
}

#footer {
	margin:0px;
	width:100%;
	height:160px;
	background: #0b764a;
	padding-top:30px;
}

#footer ul {
	margin:0px;
	padding:0px;
	list-style:none;
	margin-top:18px;
	float:left;
	padding-left:20px
}

#footer ul li {
	margin:0px;
	padding:0px;
	margin-top:5px;
	font-weight:500;
	font-size:14px;
	font-family:'Montserrat',sans-serif;
	line-height:20px;
}

#footer ul li a {
	text-decoration:none;
	color:#ffffff;
	opacity:0.8;
}

#footer ul li a:before {
	padding-right:8px;
	font-family:"Font Awesome\ 5 Free";
	content:"\f03c";
	font-weight:900
}

#footer ul li a:hover {
	opacity:1;
	transition:ease-in 0.12s;
	-webkit-transition:ease-in 0.12s;
	-moz-transition:ease-in 0.12s
}

#footerlinks {
	margin:0px;
	width:100%;
	height:175px
}

#footer1 {
	margin:0px;
	float:left;
	width:490px
}

#processors img {
	margin:15px 5px;
	height:25px;
	opacity:0.8;
}

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

#banner {
	margin:0px;
	margin-top:10px;
	width:468px;
	height:60px
}

#bottom-footer {
	margin:0px;
	width:100%;
	height:60px;
	background: #165d40;
}

#bottom-footer p {
	margin:0px;
	font-weight:500;
	font-size:14px;
	font-family:'Montserrat',sans-serif;
	color:#fff;
	text-align:center;
	line-height:60px;
}

#bottom-footer p a {
	color:#ffffff;
	text-decoration:none
}
/* End Footer */
/* Payment Proof Addon */

.amk_block {width: 100%; text-align: center; margin: 0 0 30px;}
    .amk_box {display: inline-block; background: #238C61; border-radius: 3px; width: 22.8%; box-shadow: 0 0 10px #979fb3; margin: 0 1%; overflow: hidden;color: white;}
        .amk_box:first-child {margin-left: 0;}
        .amk_box: last-child {margin-right: 0;}
        .amk_box h3 {background: #0b764a; color: #FFF; font-size: 22px; font-weight: 400; line-height: 45px; margin: 0;}
        .amk_box p {font-size: 16px; letter-spacing: 1px;}
        .amk_box span {display: block; font-weight: 700; font-size: 18px; background: #0b6776; color: #FFF; line-height: 35px;}
/* End Payment Proof Addon */
/* Deposit Contest */
.funds-info
{
	background: #0b6776;
	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:13px;
}

.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: #0b764a;
	padding:10px;
	font-size:14px;
	color: #f2f6f9;
	text-transform:uppercase;
	font-weight:700;
	margin-top:5px;
	border-bottom: 3px solid #c7d3de;
}

.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: #fefefe;
}

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

.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 #0A5196;
	min-height:16.42857143px;
	background:#F3A611;
	color:#fff
}
/* End Deposit Contest */
/* deposit-contest*/
.deposit-contest{
	text-align: left;
	width: 950px;
	overflow: hidden;
	height: 247px;
	font-size: 30px;
	line-height: 35px;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 30px;
	margin-bottom: 30px;
	background: url("../../../../i.imgur.com/6hUapSs.png") no-repeat scroll center center/cover transparent;
}

.deposit-contest h2 {
	color: #fdfdfd;
	margin: 10px;
	padding: 10px 0px;
	text-align: left;
}

.deposit-contest ul {
	padding: 0;
	margin: 15px 0;
}

.deposit-contest ul li {
	list-style: none;
	color: #fff;
	font-family: 'Fira Sans Condensed', sans-serif;
	padding: 8px 0 2px 45px;
    font-size: 18px;
    text-shadow: 0 0 10px #000;
    background: url(../../../../aticlixer.com/contesticon.png) 0 11px no-repeat;
    background-size: 28px;

}

/* End deposit-contest*/
/* Cashout Rules Addon */

.amk_withdraw {width: 100%; text-align: center; margin: 0 0 30px;}
    .amk_widthdrawBox {display: inline-block; background: #0B6776; border-radius: 3px; width: 29%; box-shadow: 0 0 10px #979fb3; vertical-align: top; margin: 0 1%; overflow: hidden;}
        .amk_widthdrawBox:first-child {margin-left: 0;}
        .amk_widthdrawBox: last-child {margin-right: 0;}
        .amk_widthdrawBox h3 { color: #FFF; font-size: 20px; font-weight: 400; line-height: 45px; margin: 0;background: linear-gradient(to bottom, #0b764a 0%,#0b764a);}
        .amk_widthdrawBox p {background: #50836e; 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;}

/* End Cashout Rules Addon */
/* Upgrade */
.table-upgrade{
	background: none;
	width: 100%;
}

.table-upgrade thead{
}

.table-upgrade thead tr td{
	padding-bottom: 14px;
	text-align: center;
	line-height: 22px;
	border-bottom: 2px solid #0a4760;
	padding-top: 10px;
}
.table-upgrade thead tr td span{
	padding: 5px 15px;
	background: #0b6776;
	*/font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 13px;
	color: #bee5f0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
}

.table-upgrade tbody tr td{
	border: 1px solid #42abd6;
	text-align: center;
	padding: 3px 5px;
	font-size: 13px;
	color: #0a4760;
}

.table-upgrade tbody tr td.td-title{
	text-align: left;
	font-size: 13px;
	line-height: 22px;
	background: #0b764a;
	color: #FFFFFF;
}
.table-upgrade tbody .tr-title td{
	font-weight: 500;
	background: #0b6776;
	color: #FFFFFF;
	font-size: 15px;
	padding: 8px 20px;
	border: 1px solid #0a4760;
	text-align: center;
}

.tr-bigger td{
	font-size: 15px;
}
#special2 td{
	font-size: 15px;
	font-weight: 700;
}
#special1 .td-title{
	font-size: 12px;
	font-weight: 700;
}
#special3 .td-title{
	font-size: 14px;
	font-weight: 500;
}
/* End Upgrade */
