.inpts {
	font-size: 14px;
	color: #fff;
	background:#1e6609;
	border:0.2px solid #b1f8b2;
	padding:10px 10px 10px;
	margin:4px 0px;


}

.inheader {
	background:#1e6609;
	font-weight: bold;
	text-align: center;
	font-size:16px;
	padding:15px 5px;
	color:#fff;
}
.item {
	background: rgba(255,255,255,0.800);
	padding:10px 5px;
	color:#000;	
}
/*
	* @author ( Des Grail )
	* @author url ( http://desgrail.com/ )
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption, footer, header, hgroup, menu, nav, output, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, form {
	display: block;
}
ul, ol, li {
	list-style: none;
}
small {
	font-size: 12px;
}
table {
	width: 100%;
	border-spacing: 0;
}
.clearfix:before, .clearfix:after {
	content: '';
	display: block;
}
.clearfix:after, .clear {
	clear: both;
}
::-moz-selection {
    background: #59ae35;
	color: #fff;
}
::selection {
    background: #59ae35;
	color: #fff;
}
::-webkit-input-placeholder  {
	color: #aaa;
}
:-moz-placeholder  {
	color: #aaa;
}
a {
	color: #59ae35;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h3 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	color: #59ae35;
}
h4 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 15px;
}
h5 {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: 600;
}
h3 span, h4 span, h5 span {
	color: #59ae35;
}

select {
	font-family: "Open Sans", Arial, sans-serif;
	outline: none;
	border: none;
	color: #333;
	font-size: 13px;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="submit"], input[type="button"] {
	font-family: "Open Sans", Arial, sans-serif;
	outline: none;
	border: none;
	color: #fff;
	text-align: center;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	cursor: pointer;
	background: #59ae35;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="submit"]:hover, input[type="button"]:hover {
	background: #509b30;
}
.checkbox input[type="checkbox"], .radiobox input[type="radio"] {
	display: none;
}
.checkbox input[type="checkbox"]+label, .radiobox input[type="radio"]+label {
	position: relative;
	display: block;
	width: 22px;
	height: 22px;
	border: solid 2px #e8e8e8;
	background: #f8f8f8;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.checkbox input[type="checkbox"]+label, .radiobox input[type="radio"]+label.white {
	background: #fff;
}
.radiobox input[type="radio"]+label {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.checkbox input[type="checkbox"]+label:before, .radiobox input[type="radio"]+label:before {
	content: "";
	position: absolute;
	width: 12px;
	height: 10px;
	top: 50%;
	margin-top: -5px;
	left: 50%;
	margin-left: -6px;
}
.checkbox input[type="checkbox"]+label:hover:before, .radiobox input[type="radio"]+label:hover:before {
	background: url(../img/checkbox.png) no-repeat 0 0;
}
.checkbox input[type="checkbox"]:checked+label, .radiobox input[type="radio"]:checked+label {
	border: solid 2px #59ae35;
	background: #59ae35;
}
.checkbox input[type="checkbox"]:checked+label:before, .radiobox input[type="radio"]:checked+label:before {
	background: url(../img/checkbox.png) no-repeat -12px 0;
}
body {
	color: #444;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 14px;
	background: #fff;
	line-height: 22px;
}
.hidden {
	display: none;
}
.f_left {
	float: left;
}
.f_right {
	float: right;
}
.arcticmodal-overlay, .arcticmodal-container {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
}
.arcticmodal-container {
	height: 100%
}
.arcticmodal-container_i {
	height: 100%;
	margin: 0 auto;
	width: auto;
}
.arcticmodal-container_i2 {
	vertical-align: middle;
}
.arcticmodal-close {
	position: absolute;
	z-index: 20;
	width: 30px;
	height: 30px;
	right: -15px;
	top: -15px;
	cursor: pointer;
	background: #59ae35;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.arcticmodal-close:hover {
	background: #333;
}
.arcticmodal-close:before {
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	left: 50%;
	margin-left: -7px;
	top: 50%;
	margin-top: -7px;
	background: url(../img/close_icon.png) no-repeat 0 0;
}
.separate {
	position: relative;
	width: 150px;
	margin: 20px auto;
}
.separate span {
	display: block;
	width: 8px;
	height: 8px;
	margin: auto;
	background: #59ae35;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.separate:before, .separate:after {
	content: "";
	position: absolute;
	width: 40%;
	height: 2px;
	background: #ddd;
	top: 3px;
}
.separate:before {
	left: 0;
}
.separate:after {
	right: 0;
}
.pagination {
	margin-top: 20px;
}
.pagination li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px
}
.pagination li:last-child {
	margin-right: 0;
}
.pagination li a, .pagination li span {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pagination li span {
	color: #fff;
	font-weight: 700;
	background: #59ae35;
}
.pagination li a {
	color: #444;
	background: #f8f8f8;
	border: solid 1px #eee;
}
.pagination li a:hover {
	text-decoration: none;
	color: #fff;
	background: #262626;
}
.main_table {
	overflow: hidden;
	border: 1px solid #9a9cb3;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.main_table tr td.inheader_1 {
	padding: 8px 10px;
	background: #5cae34;
	border-right: solid 1px #8c9dc7;
	color: #fff;
}
.main_table tr td.inheader_2 {
	padding: 8px 10px;
	background: #333;
	color: #fff;
}
.main_table tr td.item_1 {
	padding: 8px 10px;
	background: #f8f8f8;
	border-right: solid 1px #9a9cb3;
	border-bottom: solid 1px #9a9cb3;
}
.main_table tr td:last-child {
	border-right: none;
}
.main_table tr:last-child td {
	border-bottom: none;
}
.container {
	width: 1200px;
	margin: auto;
	position: relative;
}
.intro {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../img/poster.jpg) repeat center;
	background-size: cover;
	text-align: center;
	color: #fff;
}
.intro .pattern {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.6) url(../img/pattern.png) repeat 0 0;
	z-index: 10;
}
.intro .i_video {
	position: fixed;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	top: 50%;
	left: 50%;
	z-index: 0;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.intro .i_header {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.4);
	z-index: 20;
}
.intro .i_header .container {
	padding: 15px 0;
}
.intro .i_header .i_logo {
	margin: auto;
	width: 270px;
}
.intro .i_header .i_logo a {
	display: block;
	width: 270px;
	height: 60px;
	background: url(../img/logo_intro.png) no-repeat 0 0;
}
.intro .i_content {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 20;
}
.intro .i_content .welcome_block {
	font-size: 24px;
	text-transform: uppercase;
}
.intro .i_content .separate:before, .intro .i_content .separate:after {
	background: #fff;
}
.intro .i_content .i_slogan {
	font-weight: 700;
	font-size: 70px;
	line-height: 70px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.intro .i_content .i_slogan .rotate {
	color: #59ae35;
	display: block;
}
.intro .i_content .i_button  a {
	display: block;
	width: 220px;
	height: 50px;
	margin: 0 auto;
	line-height: 44px;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	border: solid 3px #fff;
	text-transform: uppercase;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.intro .i_content .i_button  a:hover {
	text-decoration: none;
	background: #fff;
	color: #444;
}
.intro .i_footer {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.4);
	z-index: 20;
}
.intro .i_footer .container {
	padding: 20px 0;
}
.header {
	position: relative;
	z-index: 100;
}
.header .h_top {
	border-bottom: 1px solid #eeeeee;
	background: #f8f8f8;
	padding: 6px 0;
	font-size: 12px;
	color: #aaaaaa;
}
.header .h_middle .container {
	padding: 20px 0;
}
.header .h_bottom {
	background: #202020;
}
.h_address {
	float: right;
	position: relative;
	padding-left: 22px;
}
.h_address .icon {
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0;
	top: 50%;
	margin-top: -8px;
	background: url(../img/icons.png) no-repeat 0 -48px;
}
.h_address span {
	font-weight: 600;
}
.h_statistics {
	float: left;
}
.h_statistics li {
	float: left;
	position: relative;
	margin-left: 25px;
	padding-left: 22px;
}
.h_statistics li:first-child {
	margin-left: 0;
}
.h_statistics li .icon {
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0;
	top: 50%;
	margin-top: -8px;
	background-image: url(../img/icons.png);
	background-repeat: no-repeat;
}
.h_statistics li.days .icon {
	background-position: 0 0;
}
.h_statistics li.deposit .icon {
	background-position: 0 -16px;
}
.h_statistics li.withdraw .icon {
	background-position: 0 -32px;
}
.h_statistics li span {
	font-weight: 600;
}
.logo {
	float: left;
}
.logo a {
	display: block;
	width: 270px;
	height: 60px;
	background: url(../img/logo.png) no-repeat 0 0;
}
.h_contacts {
	float: right;
}
.h_contacts ul {
	padding-top: 8px;
}
.h_contacts ul li {
	float: left;
	position: relative;
	color: #aaa;
	padding-left: 52px;
	margin-left: 40px;
}
.h_contacts ul li:first-child {
	margin-left: 0;
}
.h_contacts ul li .icon {
	position: absolute;
	width: 44px;
	height: 44px;
	left: 0;
	top: 0;
}
.h_contacts ul li .title {
	text-transform: uppercase;
	font-weight: 700;
}
.h_contacts ul li.phone .icon {
	background: url(../img/h_phone_icon.png) no-repeat 0 0;
}
.h_contacts ul li.mail .icon {
	background: url(../img/h_mail_icon.png) no-repeat 0 0;
}
.h_contacts ul li.livechat {
	padding: 0;
}
.h_contacts ul li.livechat img {
	display: block;
}
.h_contacts ul li.livechat a {
	display: block;
	position: relative;
	background: #59ae35;
	color: #fff;
	padding: 6px 10px 6px 52px;
	line-height: 16px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.h_contacts ul li.livechat a:hover {
	text-decoration: none;
	background: #509b30;
}
.h_contacts ul li.livechat a .icon {
	width: 32px;
	height: 32px;
	left: 10px;
	top: 6px;
	background: url(../img/h_chat_icon.png) no-repeat 0 0;
}
.h_contacts ul li.livechat a .subtitle {
	font-size: 12px;
}
.main_menu ul {
	float: left;
}
.main_menu ul li {
	float: left;
	position: relative;
	border-right: solid 1px rgba(0, 0, 0, 0.34);
	-webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.06);
	-moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.06);
	box-shadow: 1px 0 0 rgba(255, 255, 255, 0.06);
}
.main_menu ul li:first-child {
	margin-left: 0;
}
.main_menu ul li:last-child {
	border-right: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.main_menu ul li a {
	display: block;
	position: relative;
	padding: 15px 18px 15px 44px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}
.main_menu ul li a:hover, .main_menu ul li a.active {
	text-decoration: none;
	color: #59ae35;
}
.main_menu ul li:first-child a {
	padding-left: 24px;
}
.main_menu ul li:last-child a {
	padding-right: 0;
}
.main_menu ul li:first-child a:before {
	left: 0;
}
.main_menu ul li a:before {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	left: 20px;
	top: 50%;
	margin-top: -8px;
	background: url(../img/icons.png) no-repeat 0 0;
}
.main_menu ul li.home a:before {
	background-position: -32px -192px;
}
.main_menu ul li.home a:hover:before, .main_menu ul li.home a.active:before {
	background-position: -16px -192px;
}
.main_menu ul li.company a:before {
	background-position: -32px -208px;
}
.main_menu ul li.company a:hover:before, .main_menu ul li.company a.active:before {
	background-position: -16px -208px;
}
.main_menu ul li.investment a:before {
	background-position: -32px -224px;
}
.main_menu ul li.investment a:hover:before, .main_menu ul li.investment a.active:before {
	background-position: -16px -224px;
}
.main_menu ul li.faq a:before {
	background-position: -32px -240px;
}
.main_menu ul li.faq a:hover:before, .main_menu ul li.faq a.active:before {
	background-position: -16px -240px;
}
.main_menu ul li.news a:before {
	background-position: -32px -256px
}
.main_menu ul li.news a:hover:before, .main_menu ul li.news a.active:before {
	background-position: -16px -256px;
}
.main_menu ul li.trading a:before {
	background-position: -32px -272px;
}
.main_menu ul li.trading a:hover:before, .main_menu ul li.trading a.active:before {
	background-position: -16px -272px;
}
.main_menu ul li.partnership a:before {
	background-position: -32px -288px;
}
.main_menu ul li.partnership a:hover:before, .main_menu ul li.partnership a.active:before {
	background-position: -16px -288px;
}
.main_menu ul li.contact a:before {
	background-position: -32px -304px;
}
.main_menu ul li.contact a:hover:before, .main_menu ul li.contact a.active:before {
	background-position: -16px -304px;
}
.main_menu ul li.parent a {
	padding-right: 34px;
}
.main_menu ul li.parent a:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 50%;
	margin-top: -2px;
	right: 18px;
	border: solid 4px transparent;
	border-top: solid 4px #fff;
}
.main_menu ul li.parent a:hover:after, .main_menu ul li.parent a.active:after {
	border-top-color: #59ae35;
}
.main_menu ul li .sub_menu {
	float: none;
	position: absolute;
	width: 200px;
	height: auto;
	top: 100px;
	left: 50%;
	margin-left: -100px;
	background: #f8f8f8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.main_menu ul li .sub_menu:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: solid 10px transparent;
	border-bottom: solid 10px #f8f8f8;
	top: -20px;
	left: 50%;
	margin-left: -10px;
}
.main_menu ul li .sub_menu:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 14px;
	top: -14px;
	left: 0;
}
.main_menu ul li:hover .sub_menu {
	opacity: 1;
	visibility: visible;
	top: 64px;
}
.main_menu ul li .sub_menu li {
	float: none;
	margin: 0;
	border-right: none;
	border-bottom: solid 1px #eee;
	-webkit-box-shadow: 0 1px 0 #fff;
	-moz-box-shadow: 0 1px 0 #fff;
	box-shadow: 0 1px 0 #fff;
}
.main_menu ul li .sub_menu li:last-child {
	border-bottom: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.main_menu ul li .sub_menu li a {
	padding: 8px 15px;
	text-transform: none;
	font-weight: 400;
	color: #444;
}
.main_menu ul li .sub_menu li a:hover, .main_menu ul li .sub_menu li a.active {
	color: #59ae35;
}
.main_menu ul li .sub_menu li a:before {
	background: none;
}
.main_menu ul li .sub_menu li a:after {
	border: none;
}
.slider.all {
	position: relative;
	background: url(../img/slide_2.jpg) no-repeat center -200px;
}
.slider .container {
	height: 400px;
	z-index: 20;
}
.slider.all .container {
	height: 130px;
}
.slider .slider_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 10;
}
.main_slider {
	height: 400px;
	position: relative;
}
.main_slider .slides {
	position: absolute;
	width: 100%;
	height: 400px;
	top: 0;
	left: 0;
}
.main_slider .slides li {
	display: none;
}
.main_slider .slides li div {
	height: 400px;
	overflow: hidden;
}
.main_slider .flex-direction-nav {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -30px;
	z-index: 30;
	opacity: 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.slider:hover .flex-direction-nav {
	opacity: 1;
}
.main_slider .flex-direction-nav li:first-child {
	float: left;
	margin-left: 30px;
}
.main_slider .flex-direction-nav li:last-child {
	float: right;
	margin-right: 30px;
}
.main_slider .flex-direction-nav li a {
	display: block;
	position: relative;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	background: #f8f8f8;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.main_slider .flex-direction-nav li a:hover {
	background: #292929;
}
.main_slider .flex-direction-nav li a:before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -16px;
	left: 50%;
	width: 20px;
	height: 32px;
}
.main_slider .flex-direction-nav li a.flex-prev:before {
	margin-left: -12px;
	background: url(../img/slider_arrow.png) no-repeat 0 0;
}
.main_slider .flex-direction-nav li a.flex-prev:hover:before {
	background-position: 0 -32px;
}
.main_slider .flex-direction-nav li a.flex-next:before {
	margin-left: -8px;
	background: url(../img/slider_arrow.png) no-repeat -20px 0;
}
.main_slider .flex-direction-nav li a.flex-next:hover:before {
	background-position: -20px -32px;
}
.slider .slogan {
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 70px;
	line-height: 70px;
	text-transform: uppercase;
	padding-top: 44px;
}
.slider .welcome_block {
	margin: 30px auto;
	text-align: center;
	color: #fff;
	width: 1000px;
}
.slider .welcome_block .title {
	color: #59ae35;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}
.slider .welcome_block .text {
	margin-top: 10px;
}
.slider .button_block {
	width: 500px;
	margin: auto;
}
.slider.all .button_block {
	padding-top: 40px;
}
.slider .button_block ul li {
	float: left;
	width: 48%;
	margin-left: 4%;
}
.slider .button_block ul li:first-child {
	margin-left: 0;
}
.slider .button_block ul li a, .slider .button_block ul li span {
	display: block;
	height: 50px;
	line-height: 44px;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	overflow: hidden;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.slider .button_block ul li a:hover {
	text-decoration: none;
}
.slider .button_block ul li.b_1 a, .slider .button_block ul li.b_1 span {
	border: solid 3px #fff;
}
.slider .button_block ul li.b_1 a:hover, .slider .button_block ul li.b_1 span:hover {
	background: #fff;
	color: #444;
}
.slider .button_block ul li.b_2 a, .slider .button_block ul li.b_2 span {
	border: solid 3px #59ae35;
	background: #59ae35;
}
.slider .button_block ul li.b_2 a:hover, .slider .button_block ul li.b_2 span:hover {
	border: solid 3px #509b30;
	background: #509b30;
}
.inv_plans {
	position: relative;
	background: #202020;
}
.inv_plans .container {
	padding: 25px 0;
}
.inv_plans:after {
	content: "";
	position: absolute;
	bottom: -29px;
	width: 0;
	height: 0;
	left: 50%;
	margin-left: -40px;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	border-top: 30px solid #202020;
}
.inv_plans .list_plans {
	float: left;
	width: 74.6%;
}
.inv_plans .list_plans li {
	float: left;
	position: relative;
	width: 15%;
	margin-left: 2%;
	color: #fff;
	overflow: hidden;
}
.inv_plans .list_plans li:first-child {
	margin-left: 0;
}
.inv_plans .list_plans li .plan_cont input[type="radio"] {
	display: none;
}
.inv_plans .list_plans li .plan_cont label {
	display: block;
	position: relative;
	cursor: pointer;
}
.inv_plans .list_plans li .plan_cont label .top_b {
	position: relative;
	padding: 10px;
	background: #333;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
.inv_plans .list_plans li .plan_cont label:hover .top_b {
	background: #303030;
}
.inv_plans .list_plans li .plan_cont input[type="radio"]:checked + label .top_b {
	background: #59ae35;
}
.inv_plans .list_plans li .plan_cont label .top_b .title {
	float: left;
	position: relative;
	text-transform: uppercase;
	font-size: 10px;
	background: #262626;
	padding: 0 10px;
	font-weight: 600;
	z-index: 10;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.inv_plans .list_plans li .plan_cont input[type="radio"]:checked + label .top_b .title {
	background: #509b30;
}
.inv_plans .list_plans li .plan_cont label .top_b .check {
	float: right;
	position: relative;
	width: 22px;
	height: 22px;
	border: solid 5px #262626;
	z-index: 10;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.inv_plans .list_plans li .plan_cont input[type="radio"]:checked + label .top_b .check {
	background: #f8f8f8;
	border-color: #509b30;
}
.inv_plans .list_plans li .plan_cont label .top_b .line {
	position: absolute;
	height: 2px;
	left: 12px;
	right: 30px;
	top: 50%;
	margin-top: -1px;
	background: #262626;
	z-index: 0;
}
.inv_plans .list_plans li .plan_cont input[type="radio"]:checked + label .top_b .line {
	background: #509b30;
}
.inv_plans .list_plans li .plan_cont label .bottom_b {
	background: #262626;
	padding: 10px 0;
	text-align: center;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
.inv_plans .list_plans li .plan_cont label:hover .bottom_b {
	background: #242424;
}
.inv_plans .list_plans li .plan_cont input[type="radio"]:checked + label .bottom_b {
	background: #509b30;
}
.inv_plans .list_plans li .plan_cont label .bottom_b .title {
	font-size: 20px;
	font-weight: 600;
}
.inv_plans .list_plans li .plan_cont label .bottom_b .subtitle {
	font-size: 12px;
	text-transform: uppercase;
}
.inv_plans .list_plans li .plan_cont .bottom_b .info_plan {
	margin: 6px 10px 0 10px;
	padding-top: 10px;
	text-align: left;
	font-size: 10px;
	line-height: 16px;
	font-weight: 600;
	color: #aaa;
	border-top: solid 1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}
.inv_plans .list_plans li .plan_cont input[type="radio"]:checked + label .bottom_b .info_plan {
	color: #fff;
	border-top: solid 1px #448329;
	-webkit-box-shadow: inset 0 1px 0 #5cae39;
	-moz-box-shadow: inset 0 1px 0 #5cae39;
	box-shadow: inset 0 1px 0 #5cae39;
}
.inv_plans .list_plans li .plan_cont .bottom_b .info_plan div {
	position: relative;
	padding-left: 14px;
}
.inv_plans .list_plans li .plan_cont .bottom_b .info_plan div:before {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	left: 0;
	top: 5px;
	background: #aaa;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.inv_plans .list_plans li .plan_cont input[type="radio"]:checked + label .bottom_b .info_plan div:before {
	background: #fff;
}
.inv_plans .calculator {
	float: right;
	width: 23.8%;
	color: #fff;
}
.inv_plans .calculator .calc_cont {
	background: #333;
	padding: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.inv_plans .calculator .calc_cont .top_b .left_b {
	float: left;
	width: 48%;
}
.inv_plans .calculator .calc_cont .top_b .right_b {
	float: right;
	width: 48%;
}
.inv_plans .calculator .calc_cont .top_b .caption {
	text-transform: uppercase;
	font-size: 10px;
	background: #262626;
	font-weight: 600;
	text-align: center;
	height: 22px;
	color: #aaa;
	overflow: hidden;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
.inv_plans .calculator .calc_cont .top_b .left_b .deposit, .inv_plans .calculator .calc_cont .top_b .right_b .profit {
	width: 100%;
	border: none;
	background: #202020;
	padding: 0 10px;
	height: 34px;
	line-height: 34px;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	overflow: hidden;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.inv_plans .calculator .calc_cont .middle_b, .inv_plans .calculator .calc_cont .bottom_b {
	margin-top: 10px;
}
.inv_plans .calculator .calc_cont .middle_b .left_b, .inv_plans .calculator .calc_cont .middle_b .right_b {
	width: 48%;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 600;
	text-align: center;
	height: 22px;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.inv_plans .calculator .calc_cont .middle_b .left_b {
	float: left;
	background: #262626;
	color: #aaa;
}
.inv_plans .calculator .calc_cont .middle_b .right_b {
	float: right;
	background: #262626;
	color: #aaa;
}
.inv_plans .calculator .calc_cont .middle_b .left_b span, .inv_plans .calculator .calc_cont .middle_b .right_b span {
	color: #fff;
}
.inv_plans .calculator .calc_cont .bottom_b .calculate {
	text-align: center;
	height: 37px;
	line-height: 36px;
	cursor: pointer;
	background: #59ae35;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.inv_plans .calculator .calc_cont .bottom_b .calculate:hover {
	background: #509b30;
}
.inv_plans .calculator .calc_cont .bottom_b .calc_slider {
	float: left;
	width: 48%;
	margin-top: 2px;
}
.inv_plans .calculator .calc_cont .bottom_b .compound {
	display: none;
}
.inv_plans .calculator .calc_cont .bottom_b .compound_text {
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 600;
	color: #aaa;
}
.inv_plans .calculator .calc_cont .bottom_b .compound_text span {
	color: #fff;
}
.inv_plans .calculator .calc_cont .bottom_b .ui-slider {
	position: relative;
	height: 8px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background: #509b30;
	background: -moz-linear-gradient(#59ae35, #509b30);
	background: -webkit-linear-gradient(#59ae35, #509b30);
	background: -o-linear-gradient(#59ae35, #509b30);
	background: -ms-linear-gradient(#59ae35, #509b30);
	background: linear-gradient(#59ae35, #509b30);
}
.inv_plans .calculator .calc_cont .bottom_b .ui-slider-range {
	position: absolute;
	height: 8px;
	top: 0;
	right: 0;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background: #202020;
	background: -moz-linear-gradient(#202020, #282828);
	background: -webkit-linear-gradient(#202020, #282828);
	background: -o-linear-gradient(#202020, #282828);
	background: -ms-linear-gradient(#202020, #282828);
	background: linear-gradient(#202020, #282828);
}
.inv_plans .calculator .calc_cont .bottom_b .ui-slider-handle {
	position: absolute;
	width: 12px;
	height: 12px;
	top: 50%;
	margin-top: -6px;
	margin-left: -6px;
	background: #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.main_content .container {
	padding: 55px 0 25px 0;
}
.main_content .primary {
	float: right;
	width: 100%;
}
.main_content .primary.all {
	width: 74%;
}
.main_content .sidebar {
	float: left;
	width: 23.8%;
}
.affiliate {
	float: left;
	width: 23.5%;
}
.affiliate .aff_cont ul li {
	float: left;
	width: 23.5%;
	margin-left: 2%;
	text-align: center;
}
.affiliate .aff_cont ul li:first-child {
	margin-left: 0;
}
.affiliate .aff_cont ul li .people {
	background-image: url(../img/affiliate_people.png);
	background-repeat: no-repeat;
}
.affiliate .aff_cont ul li.level_1 .people {
	height: 74px;
	background-position: center 0;
}
.affiliate .aff_cont ul li.level_2 .people {
	height: 60px;
	background-position: center -74px;
}
.affiliate .aff_cont ul li.level_3 .people {
	height: 46px;
	background-position: center -134px;
}
.affiliate .aff_cont ul li.level_4 .people {
	height: 32px;
	background-position: center -180px;
}
.affiliate .aff_cont ul li .percent {
	position: relative;
	margin-top: 10px;
	color: #333;
	font-size: 20px;
	font-weight: 600;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.affiliate .aff_cont ul li .percent:after {
	content: "";
	position: absolute;
	bottom: -8px;
	width: 0;
	height: 0;
	left: 50%;
	margin-left: -8px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}
.affiliate .aff_cont ul li.level_1 .percent:after {
	border-top: 8px solid #fff;
}
.affiliate .aff_cont ul li.level_2 .percent:after {
	border-top: 8px solid #ddd;
}
.affiliate .aff_cont ul li.level_3 .percent:after {
	border-top: 8px solid #aaa;
}
.affiliate .aff_cont ul li.level_4 .percent:after {
	border-top: 8px solid #59ae35;
}
.affiliate .aff_cont ul li.level_1 .percent {
	height: 66px;
	line-height: 66px;
	background: #fff;
}
.affiliate .aff_cont ul li.level_2 .percent {
	height: 80px;
	line-height: 80px;
	background: #ddd;
}
.affiliate .aff_cont ul li.level_3 .percent {
	height: 94px;
	line-height: 94px;
	background: #aaa;
}
.affiliate .aff_cont ul li.level_4 .percent {
	height: 108px;
	line-height: 108px;
	background: #59ae35;
	color: #fff;
}
.affiliate .aff_cont ul li .referrals {
	margin-top: 16px;
	line-height: 16px;
}
.affiliate .aff_cont ul li.level_1 .referrals {
	color: #fff;
}
.affiliate .aff_cont ul li.level_2 .referrals {
	color: #ddd;
}
.affiliate .aff_cont ul li.level_3 .referrals {
	color: #aaa;
}
.affiliate .aff_cont ul li.level_4 .referrals {
	color: #59ae35;
}
.affiliate .aff_cont ul li .referrals .title {
	display: block;
	font-size: 12px;
	font-weight: 600;
}
.affiliate .aff_cont ul li .referrals .subtitle {
	display: block;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 600;
}
.video {
	float: left;
	width: 47%;
	margin-left: 3%;
}
.video_block {
	position: relative;
	background: #333;
	height: 200px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
}
.video_block img {
	position: absolute;
	left: 50%;
	margin-left: -146px;
	top: 50%;
	margin-top: -38px;
}
.statistics {
	float: right;
	width: 23.5%;
}
.statistics .stat_block ul, .statistics .stat_block .no_trans {
	background: #333;
	max-height: 184px;
	overflow: hidden;
	padding: 8px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.statistics .stat_block ul li {
	position: relative;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.statistics .stat_block ul li:last-child {
	margin-bottom: 0;
}
.statistics .stat_block ul li:nth-child(7) ~ li {
    display: none;    
}
.statistics .stat_block ul li:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	top: 50%;
	margin-top: -1px;
	background: #262626;
}
.statistics .stat_block ul li .login {
	position: relative;
	float: left;
	padding-right: 16px;
	background: #333;
	z-index: 10;
}
.statistics .stat_block ul li .login:before {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	right: 0;
	top: 50%;
	margin-top: -4px;
	background: #262626;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.statistics .stat_block ul li .amount {
	position: relative;
	float: right;
	color: #aaa;
	background: #262626;
	padding: 0 10px;
	z-index: 10;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.statistics .stat_block .no_trans span {
	display: block;
	font-size: 12px;
	color: #aaa;
	text-align: center;
}
.charts .container {
	padding: 45px 0 25px 0;
}
.charts .charts_content .chart {
	position: relative;
	float: left;
	width: 49%;
	margin-left: 2%;
}
.charts .charts_content .chart:first-child {
	margin-left: 0;
}
.charts .charts_content .chart iframe {
	display: block;
	background: #f8f8f8;
	border: 1px solid #eee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.footer {
	color: #aaa;
}
.footer h4 {
	color: #fff;
}
.footer .f_top {
	background: #262626;
}
.footer .f_bottom {
	background: #202020;
}
.footer .f_top .container, .footer .f_bottom .container {
	padding: 25px 0;
}
.footer .latest_news {
	float: left;
	width: 49%;
}
.footer .latest_news .l_news_cont, .footer .latest_news .no_news {
	display: none;
	padding: 10px;
	background: #333;
	text-align: justify;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.footer .latest_news .l_news_cont:first-child {
	display: block;
}
.footer .latest_news .l_news_cont .title_block {
	margin-bottom: 10px;
}
.footer .latest_news .l_news_cont .title_block .title {
	float: left;
	font-size: 15px;
	color: #fff;
}
.footer .latest_news .l_news_cont .title_block .date {
	position: relative;
	float: right;
	z-index: 10;
	font-size: 10px;
	color: #fff;
	background: #262626;
	text-transform: uppercase;
	padding: 0 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.footer .latest_news .l_news_cont p {
	font-size: 13px;
	max-height: 110px;
	overflow: hidden;
}
.footer .latest_news .no_news {
	display: block;
	font-size: 12px;
	color: #aaa;
	text-align: center;
}
.footer .certificate, .footer .f_contacts {
	float: left;
	width: 23.5%;
	margin-left: 2%;
}
.footer .certificate .f_cert_cont .icon {
	float: left;
	width: 108px;
	height: 162px;
	background: url(../img/certificate_icon.png) no-repeat 0 0;
}
.footer .certificate .f_cert_cont ul {
	float: right;
	width: 56%;
	margin-top: 28px;
}
.footer .certificate .f_cert_cont ul li {
	font-size: 13px;
	margin-bottom: 10px;
}
.footer .certificate .f_cert_cont ul li:last-child {
	margin-bottom: 0;
}
.footer .certificate .f_cert_cont ul li span {
	color: #fff;
}
.footer .f_contacts .f_contacts_cont {
	padding: 11px 10px;
	background: #333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.footer .f_contacts .f_contacts_cont ul li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 24px;
}
.footer .f_contacts .f_contacts_cont ul li:last-child {
	margin-bottom: 0;
}
.footer .f_contacts .f_contacts_cont ul li .icon {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 3px;
	left: 0;
	background-image: url(../img/icons.png);
	background-repeat: no-repeat;
}
.footer .f_contacts .f_contacts_cont ul li.address .icon {
	background-position: -32px -48px;
}
.footer .f_contacts .f_contacts_cont ul li.phone .icon {
	background-position: -32px -144px;
}
.footer .f_contacts .f_contacts_cont ul li.mail .icon {
	background-position: -32px -160px;
}
.footer .f_contacts .f_contacts_cont ul li.live_chat .icon {
	background-position: -32px -176px;
}
.footer .f_contacts .f_contacts_cont ul li .text {
	font-size: 13px;
}
.footer .f_contacts .f_contacts_cont ul li .text span {
	color: #fff;
}
.footer .accept {
	margin-top: 25px;
	padding-top: 25px;
	height: 34px;
	border-top: solid 1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}
.footer .accept ul li {
	float: left;
	margin-left: 105px;
}
.footer .accept ul li:first-child {
	margin-left: 0;
}
.footer .accept ul li a {
	display: block;
	height: 34px;
	background-image: url(../img/accept.png);
	background-repeat: no-repeat;
}
.footer .accept ul li.pm a {
	width: 166px;
	background-position: 0 0;
}
.footer .accept ul li.pm a:hover {
	background-position: 0 -34px;
}
.footer .accept ul li.pr a {
	width: 124px;
	background-position: -166px 0;
}
.footer .accept ul li.pr a:hover {
	background-position: -166px -34px;
}
.footer .accept ul li.bc a {
	width: 162px;
	background-position: -290px 0;
}
.footer .accept ul li.bc a:hover {
	background-position: -290px -34px;
}
.footer .accept ul li.ac a {
	width: 184px;
	background-position: -452px 0;
}
.footer .accept ul li.ac a:hover {
	background-position: -452px -34px;
}
.footer .accept ul li.op a {
	width: 144px;
	background-position: -636px 0;
}
.footer .accept ul li.op a:hover {
	background-position: -636px -34px;
}
.footer .f_content .f_block:first-child {
	margin-left: 0;
}
.footer .f_menu ul li {
	float: left;
	margin-left: 20px;
}
.footer .f_menu ul li:first-child {
	margin-left: 0;
}
.footer .f_menu ul li a {
	display: block;
	position: relative;
	color: #fff;
	padding-left: 14px;
	font-size: 13px;
}
.footer .f_menu ul li a:hover, .footer .f_menu ul li a.active {
	text-decoration: none;
	color: #59ae35;
}
.footer .f_menu ul li a:before {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	left: 0;
	top: 50%;
	margin-top: -3px;
	background: #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.footer .f_menu ul li a:hover:before, .footer .f_menu ul li a.active:before {
	background: #59ae35;
}
.footer .copyright {
	font-size: 12px;
}
.footer .scroll_top {
	position: relative;
	float: right;
	cursor: pointer;
	width: 44px;
	height: 44px;
	background: #333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.footer .scroll_top:hover {
	background: #59ae35;
}
.footer .scroll_top:before {
	content: "";
	position: absolute;
	width: 20px;
	height: 12px;
	left: 50%;
	margin-left: -10px;
	top: 50%;
	margin-top: -6px;
	background: url(../img/scroll_top_icon.png) no-repeat 0 0;
}
.footer .des_grail {
	float: right;
	margin-right: 20px;
	text-align: right;
}
.footer .des_grail .text {
	font-size: 12px;
}
.footer .des_grail a {
	font-weight: 700;
	text-transform: uppercase;
}
.footer .des_grail a:hover {
	text-decoration: none;
	color: #fff;
}
.login_modal {
	position: relative;
	width: 400px;
}
.login_modal .title {
	position: relative;
	z-index: 10;
	height: 60px;
	line-height: 60px;
	background: #262626;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
.login_modal .title:after {
	content: "";
	position: absolute;
	bottom: -8px;
	width: 0;
	height: 0;
	left: 50%;
	margin-left: -8px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #262626;
}
.login_modal .title h4 {
	color: #fff;
	text-align: center;
	margin-bottom: 0;
}
.login_modal .login_modal_cont {
	padding: 18px 0 10px 0;
	background: #f8f8f8;
	border: 1px solid #eeeeee;
	border-top: none;
}
.login_modal .login_modal_cont form {
	width: 70%;
	margin: auto;
}
.login_modal .login_modal_cont ul li {
	margin-bottom: 10px;
}
.login_modal .login_modal_cont ul li:last-child {
	margin-bottom: 0;
}
.login_modal .login_modal_cont ul li .icon {
	position: relative;
	float: left;
	width: 14%;
	height: 40px;
	background-color: #eee;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.login_modal .login_modal_cont ul li .icon:before {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	top: 50%;
	margin-top: -8px;
	left: 50%;
	margin-left: -8px;
	background-image: url(../img/icons.png);
	background-repeat: no-repeat;
}
.login_modal .login_modal_cont ul li.username .icon:before {
	background-position: 0 -64px;
}
.login_modal .login_modal_cont ul li.password .icon:before {
	background-position: 0 -80px;
}
.login_modal input[type="text"], .login_modal input[type="password"] {
	float: left;
	width: 86%;
	background: #fff;
	border: solid 1px #eee;
	border-left: none;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.login_modal input[type="submit"] {
	width: 100%;
}
.login_modal .login_modal_cont ul li.validation .image {
	float: left;
	width: 28%;
	height: 40px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.login_modal .login_modal_cont ul li.validation input[type="text"] {
	width: 72%;
}
.login_modal .links {
	border: 1px solid #eee;
	border-bottom-width: 4px;
	border-top: none;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
.login_modal .links ul li {
	float: left;
	width: 50%;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.login_modal .links ul li:first-child {
	-webkit-box-shadow: 1px 0 0 #eee;
	-moz-box-shadow: 1px 0 0 #eee;
	box-shadow: 1px 0 0 #eee;
}
.user_info {
	position: relative;
	z-index: 10;
}
.user_info .arrow {
	position: absolute;
	bottom: -8px;
	width: 0;
	height: 0;
	left: 50%;
	margin-left: -8px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #509b30;
}
.user_info .icon {
	position: relative;
	float: left;
	width: 25%;
	height: 68px;
	background: #59ae35;
	-webkit-border-radius: 3px 0 0 0;
	-moz-border-radius: 3px 0 0 0;
	border-radius: 3px 0 0 0;
}
.user_info .icon:before {
	content: "";
	position: absolute;
	width: 48px;
	height: 48px;
	left: 50%;
	margin-left: -24px;
	top: 50%;
	margin-top: -24px;
	background: url(../img/user_info_icon.png) no-repeat 0 0;
}
.user_info ul {
	float: left;
	width: 75%;
	height: 68px;
	overflow: hidden;
	padding: 10px 0 10px 10px;
	background: #509b30;
	color: #fff;
	font-size: 10px;
	line-height: 16px;
	font-weight: 600;
	-webkit-border-radius: 0 3px 0 0;
	-moz-border-radius: 0 3px 0 0;
	border-radius: 0 3px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.user_info ul li {
	opacity: 0;
}
.user_button {
	background: #f8f8f8;
	border: solid 1px #eee;
	border-top: none;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
.user_button a {
	float: left;
	width: 50%;
	padding: 10px 0;
	font-size: 13px;
	text-align: center;
}
.user_button a span {
	position: relative;
	padding-left: 22px;
}
.user_button a span:before {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0;
	top: 50%;
	margin-top: -8px;
	background-image: url(../img/icons.png);
	background-repeat: no-repeat;
}
.user_button a.account span:before {
	background-position: -16px -64px;
}
.user_button a.settings span:before {
	background-position: -16px -128px;
}
.navigation {
	margin-top: 10px;
}
.navigation ul li {
	float: left;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 10px;
}
.navigation ul li:nth-child(even) {
	margin-right: 0;
}
.navigation ul li.last {
	margin-bottom: 0;
}
.navigation ul li a {
	color: #aaa;
}
.navigation ul li.green a {
	color: #fff;
}
.navigation ul li a:hover {
	text-decoration: none;
}
.navigation ul li .icon {
	position: relative;
	height: 44px;
	background: #f8f8f8;
	border: solid 1px #eee;
	border-bottom: none;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
.navigation ul li.green .icon {
	background: #59ae35;
	border-color: #59ae35;
}
.navigation ul li a:hover .icon, .navigation ul li a.active .icon {
	background: #333;
	border-color: #333;
}
.navigation ul li .icon:after {
	content: "";
	position: absolute;
	width: 32px;
	height: 32px;
	top: 50%;
	margin-top: -16px;
	left: 50%;
	margin-left: -16px;
	background-image: url(../img/navigation_icons.png);
	background-repeat: no-repeat;
}
.navigation ul li.make_deposit .icon:after {
	background-position: -32px 0;
}
.navigation ul li.withdraw .icon:after {
	background-position:  -32px;
}
.navigation ul li.your_deposits .icon:after {
	background-position: 0 -64px;
}
.navigation ul li.your_deposits a:hover .icon:after, .navigation ul li.your_deposits a.active .icon:after {
	background-position: -32px -64px;
}
.navigation ul li.withdrawals_history .icon:after {
	background-position: 0 -96px;
}
.navigation ul li.withdrawals_history a:hover .icon:after, .navigation ul li.withdrawals_history a.active .icon:after {
	background-position: -32px -96px;
}
.navigation ul li.deposits_history .icon:after {
	background-position: 0 -128px;
}
.navigation ul li.deposits_history a:hover .icon:after, .navigation ul li.deposits_history a.active .icon:after {
	background-position: -32px -128px;
}
.navigation ul li.earnings_history .icon:after {
	background-position: 0 -160px;
}
.navigation ul li.earnings_history a:hover .icon:after, .navigation ul li.earnings_history a.active .icon:after {
	background-position: -32px -160px;
}
.navigation ul li.your_referrals .icon:after {
	background-position: 0 -192px;
}
.navigation ul li.your_referrals a:hover .icon:after, .navigation ul li.your_referrals a.active .icon:after {
	background-position: -32px -192px;
}
.navigation ul li.banners .icon:after {
	background-position: 0 -224px;
}
.navigation ul li.banners a:hover .icon:after, .navigation ul li.banners a.active .icon:after {
	background-position: -32px -224px;
}
.navigation ul li.security .icon:after {
	background-position: 0 -256px;
}
.navigation ul li.security a:hover .icon:after, .navigation ul li.security a.active .icon:after {
	background-position: -32px -256px;
}
.navigation ul li.logout .icon:after {
	background-position: 0 -288px;
}
.navigation ul li.logout a:hover .icon:after, .navigation ul li.logout a.active .icon:after {
	background-position: -32px -288px;
}
.navigation ul li .text {
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	text-align: center;
	font-size: 13px;
	background: #eee;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
.navigation ul li.green .text {
	background: #509b30;
}
.navigation ul li a:hover .text, .navigation ul li a.active .text {
	background: #262626;
	color: #fff;
}
.home_page .h_left {
	float: left;
	width: 49%;
}
.home_page .h_right {
	float: right;
	width: 49%;
}
.home_page .about p {
	text-indent: 40px;
	text-align: justify;
}
.home_page .about_images {
	width: 100%;
	height: 264px;
	background: url(../img/about.png) no-repeat center 0;
}
.news_page .news_list .news_block {
	background: #f8f8f8;
	border: solid 1px #eee;
	padding: 10px;
	margin-bottom: 20px;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.news_page .news_list .news_block:last-child {
	margin-bottom: 0;
}
.news_page .news_list .news_block p {
	text-align: justify;
}
.news_page .news_list .news_block .date {
	color: #aaa;
	font-size: 13px;
	margin-top: 10px;
	font-style: italic;
}
.faq_page .faq_list .faq_block {
	margin-bottom: 10px;
}
.faq_page .faq_list .faq_block:last-child {
	margin-bottom: 0;
}
.faq_page .faq_list .faq_block .question {
	position: relative;
	color: #aaa;
	background: #f8f8f8;
	border: solid 1px #eee;
	padding: 10px 10px 10px 36px;
	overflow: hidden;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.faq_page .faq_list .faq_block .question:hover {
	  color: #59ae35;
}
.faq_page .faq_list .faq_block.active .question {
	background: #262626;
	border-color: #262626;
	color: #fff;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
.faq_page .faq_list .faq_block .question:before {
	content: "";
	position: absolute;
	top: 14px;
	left: 10px;
	width: 16px;
	height: 16px;
	background: url(../img/icons.png) no-repeat 0 -96px;
}
.faq_page .faq_list .faq_block .question:hover:before {
	background-position: -16px -96px;
}
.faq_page .faq_list .faq_block.active .question:before {
	background-position: -32px -112px;
}
.faq_page .faq_list .faq_block .answer {
	display: none;
	text-align: justify;
	padding: 10px 10px 10px 36px;
	border: solid 1px #eee;
	border-top: none;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
.redirect_page .redirect_cont {
	width: 500px;
	position: absolute;
	left: 50%;
	margin-left: -250px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.redirect_page .redirect_cont .logo {
	float: none;
}
.redirect_page .redirect_cont .logo a {
	margin: auto;
}
.redirect_page .redirect_cont .text {
	text-align: center;
	margin-top: 10px;
}
.redirect_page .redirect_cont .loading {
	width: 64px;
	height: 64px;
	margin: 10px auto 0 auto;
	background: url(../img/loading.gif) no-repeat 0 0;
}
.signup_page .regform_cont .regform_block {
	float: left;
	width: 49%;
}
.signup_page .regform_cont .currency {
	margin-left: 2%;
}
.signup_page .regform_cont .regform_block .title {
	position: relative;
	z-index: 10;
	height: 60px;
	line-height: 60px;
	background: #262626;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
.signup_page .regform_cont .regform_block .title:after {
	content: "";
	position: absolute;
	bottom: -8px;
	width: 0;
	height: 0;
	left: 50%;
	margin-left: -8px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #262626;
}
.signup_page .regform_cont .regform_block .title h4 {
	color: #fff;
	text-align: center;
	margin-bottom: 0;
}
.signup_page .regform_cont .regform_block .regform_list {
	padding: 18px 10px 0 10px;
	background: #f8f8f8;
	border: 1px solid #eee;
	border-top: none;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
.signup_page .regform_cont .currency .regform_list {
	padding-top: 10px;
}
.signup_page .regform_cont .regform_block .regform_list ul li {
	margin-bottom: 10px;
	float: left;
	width: 49%;
	margin-left: 2%;
}
.signup_page .regform_cont .regform_block .regform_list ul li:nth-child(odd) {
	margin-left: 0;
}
.signup_page .regform_cont .regform_block .regform_list ul li .icon {
	position: relative;
	float: left;
	width: 15%;
	height: 40px;
	background-color: #eee;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.signup_page .regform_cont .regform_block .regform_list ul li .icon:before {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	top: 50%;
	margin-top: -8px;
	left: 50%;
	margin-left: -8px;
	background-image: url(../img/icons.png);
	background-repeat: no-repeat;
}
.signup_page .regform_cont .regform_block .regform_list ul li.name .icon:before {
	background-position: 0 -64px;
}
.signup_page .regform_cont .regform_block .regform_list ul li.password .icon:before {
	background-position: 0 -80px;
}
.signup_page .regform_cont .regform_block .regform_list ul li.email .icon:before {
	background-position: 0 -160px;
}
.signup_page .regform_cont .regform_block .regform_list ul li.address .icon:before {
	background-position: 0 -48px;
}
.signup_page .regform_cont .regform_block .regform_list ul li.city .icon:before {
	background-position: 0 -320px;
}
.signup_page .regform_cont .regform_block .regform_list ul li.state .icon:before {
	background-position: 0 -336px;
}
.signup_page .regform_cont .regform_block .regform_list ul li.zip .icon:before, .signup_page .regform_cont .regform_block .regform_list ul li.country .icon:before {
	background-position: 0 -208px;
}
.signup_page .regform_cont .regform_block .regform_list ul li.question .icon:before {
	background-position: 0 -240px;
}
.signup_page .regform_cont .regform_block .regform_list ul li.money .icon:before {
	background-position: 0 -224px;
}
.signup_page .regform_cont .regform_block .regform_list ul li input[type="text"], .signup_page .regform_cont .regform_block .regform_list ul li input[type="password"], .signup_page .regform_cont .regform_block .regform_list ul li select {
	float: left;
	width: 85%;
	background: #fff;
	border: solid 1px #eee;
	border-left: none;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.signup_page .regform_cont .regform_block .accept_block {
	padding: 18px 10px 0 10px;
	background: #f8f8f8;
	border-left: solid 1px #eee;
	border-right: solid 1px #eee;
}
.signup_page .regform_cont .regform_block .accept_block ul li {
	float: left;
	width: 18.4%;
	margin-left: 2%;
}
.signup_page .regform_cont .regform_block .accept_block ul li:first-child {
	margin-left: 0;
}
.signup_page .regform_cont .regform_block .accept_block ul li a {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	text-align: center;
	color: #fff;
	background: #59ae35;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.signup_page .regform_cont .regform_block .accept_block ul li a:hover {
	text-decoration: none;
	background: #262626;
}
.signup_page .terms_block {
	margin-top: 10px;
}
.signup_page .terms_block .terms {
	float: left;
	padding-top: 9px;
}
.signup_page .terms_block .terms .checkbox {
	float: left;
	margin-right: 10px;
}
.signup_page .terms_block input[type="submit"] {
	float: right;
}
.signup_page .upline_block {
	padding: 8px 10px;
	margin-top: 10px;
	background: #f8f8f8;
	border: solid 1px #eee;
	text-align: justify;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.signup_page .upline_block input[type="checkbox"] {
	display: none;
}
.signup_page .validation {
	margin-top: 10px;
}
.signup_page .validation .image {
	float: left;
	width: 16%;
	height: 40px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.signup_page .validation input[type="text"] {
	width: 84%;
	border: solid 1px #eee;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.forgot_page .forgot_cont {
	padding: 10px;
	border: solid 1px #eee;
	background: #f8f8f8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.forgot_page .forgot_cont .icon {
	position: relative;
	float: left;
	width: 4%;
	height: 40px;
	background-color: #eee;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.forgot_page .forgot_cont .icon:before {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	top: 50%;
	margin-top: -8px;
	left: 50%;
	margin-left: -8px;
	background: url(../img/icons.png) no-repeat 0 -64px;
}
.forgot_page .forgot_cont input[type="text"] {
	float: left;
	width: 76%;
	background: #fff;
	border: solid 1px #eee;
	border-left: none;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.forgot_page .forgot_cont input[type="submit"] {
	float: left;
	width: 19%;
	margin-left: 1%;
}
.login_page .login_cont {
	padding: 10px;
	background: #f8f8f8;
	border: solid 1px #eee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.login_page .login_cont ul li {
	margin-bottom: 10px;
}
.login_page .login_cont ul li:last-child {
	margin-bottom: 0;
}
.login_page .login_cont ul li .icon {
	position: relative;
	float: left;
	width: 4%;
	height: 40px;
	background-color: #eee;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.login_page .login_cont ul li .icon:before {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	top: 50%;
	margin-top: -8px;
	left: 50%;
	margin-left: -8px;
	background-image: url(../img/icons.png);
	background-repeat: no-repeat;
}
.login_page .login_cont ul li.username .icon:before {
	background-position: 0 -64px;
}
.login_page .login_cont ul li.password .icon:before {
	background-position: 0 -80px;
}
.login_page .login_cont ul li input[type="text"], .login_page .login_cont ul li input[type="password"] {
	float: left;
	width: 96%;
	background: #fff;
	border: solid 1px #eee;
	border-left: none;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.login_page .login_cont ul li.validation .image {
	float: left;
	width: 8%;
	height: 40px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.login_page .login_cont ul li.validation input[type="text"] {
	width: 92%;
}
.login_page .login_cont ul li.submit a {
	float: left;
	line-height: 40px;
}
.login_page .login_cont ul li.submit input[type="submit"] {
	float: right;
}
.support_page .support_cont .support_block {
	float: left;
	width: 49%;
	margin-left: 2%;
}
.support_page .support_cont .support_block:first-child {
	margin-left: 0;
}
.support_page .support_cont .support_block .title {
	position: relative;
	z-index: 10;
	height: 60px;
	line-height: 60px;
	background: #262626;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
.support_page .support_cont .support_block .title:after {
	content: "";
	position: absolute;
	bottom: -8px;
	width: 0;
	height: 0;
	left: 50%;
	margin-left: -8px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #262626;
}
.support_page .support_cont .support_block .title h4 {
	color: #fff;
	text-align: center;
	margin-bottom: 0;
}
.support_page .support_cont .contacts .support_image {
	height: 108px;
	background: url(../img/support_image.jpg) no-repeat center 0;
}
.support_page .support_cont .contacts .contacts_list {
	padding: 10px;
	background: #f8f8f8;
	border: 1px solid #eee;
	border-top: none;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
.support_page .support_cont .contacts .contacts_list ul li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 24px;
}
.support_page .support_cont .contacts .contacts_list ul li:last-child {
	margin-bottom: 0;
}
.support_page .support_cont .contacts .contacts_list ul li .icon {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 3px;
	left: 0;
	background-image: url(../img/icons.png);
	background-repeat: no-repeat;
}
.support_page .support_cont .contacts .contacts_list ul li.address .icon {
	background-position:  -48px;
}
.support_page .support_cont .contacts .contacts_list ul li.phone .icon {
	background-position: -48px -144px;
}
.support_page .support_cont .contacts .contacts_list ul li.mail .icon {
	background-position: -48px -160px;
}
.support_page .support_cont .contacts .contacts_list ul li.live_chat .icon {
	background-position: -48px -176px;
}
.support_page .support_cont .contacts .contacts_list ul li .text span {
	font-weight: 700;
}
.support_page .support_cont .sform ul {
	padding: 18px 10px 10px 10px;
	background: #f8f8f8;
	border: 1px solid #eee;
	border-top: none;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
.support_page .support_cont .sform ul li {
	margin-bottom: 10px;
}
.support_page .support_cont .sform ul li:last-child {
	margin-bottom: 0;
}
.support_page .support_cont .sform ul li .icon {
	position: relative;
	float: left;
	width: 8%;
	height: 40px;
	background-color: #eee;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.support_page .support_cont .sform ul li .icon:before {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	top: 50%;
	margin-top: -8px;
	left: 50%;
	margin-left: -8px;
	background-image: url(../img/icons.png);
	background-repeat: no-repeat;
}
.support_page .support_cont .sform ul li.name .icon:before {
	background-position: 0 -64px;
}
.support_page .support_cont .sform ul li.email .icon:before {
	background-position: 0 -160px;
}
.support_page .support_cont .sform ul li.message .icon:before {
	background-position: 0 -176px;
}
.support_page .support_cont .sform ul li input[type="text"], .support_page .support_cont .sform ul li textarea {
	float: left;
	width: 92%;
	background: #fff;
	border: solid 1px #eee;
	border-left: none;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.support_page .support_cont .sform ul li.message .icon, .support_page .support_cont .sform ul li.message textarea {
	height: 68px;
}
.support_page .support_cont .sform ul li.message.auth .icon {
	width: 10%;
	height: 104px;
}
.support_page .support_cont .sform ul li.message.auth textarea {
	width: 90%;
	height: 104px;
}
.support_page .support_cont .sform ul li.validation .image {
	float: left;
	width: 16%;
	height: 40px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.support_page .support_cont .sform ul li.validation.auth .image {
	width: 20%;
}
.support_page .support_cont .sform ul li.validation input[type="text"] {
	width: 84%;
}
.support_page .support_cont .sform ul li.validation.auth input[type="text"] {
	width: 80%;
}
.banners_page .banners_block {
	padding: 10px;
	margin-bottom: 10px;
	background: #f8f8f8;
	border: solid 1px #eee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.banners_page .banners_block:last-child {
	margin-bottom: 0;
}
.banners_page .banners_block .img {
	margin-bottom: 10px;
}
.banners_page .banners_block .img img {
	display: block;
}
.banners_page .banners_block textarea {
	display: block;
	width: 100%;
	height: 80px;
	background: #fff;
	border: solid 1px #eee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.account_page .your_messages {
	margin-bottom: 20px;
}
.account_page .your_messages li {
	margin-bottom: 10px;
	padding: 10px;
	text-align: justify;
	background: #d8efce;
	border: solid 1px #afe49a;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.account_page .your_messages li:last-child {
	margin-bottom: 0;
}
.account_page .ref_link {
	margin-bottom: 20px;
	padding: 10px;
	background: #262626;
	color: #aaa;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.account_page .ref_link .text {
	position: relative;
	float: left;
	padding-left: 24px;
}
.account_page .ref_link .text:before {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0;
	top: 50%;
	margin-top: -8px;
	background: url(../img/icons.png) no-repeat 0 -64px;
}
.account_page .ref_link .link {
	float: right;
}
.account_page .account_cont .account_list {
	float: left;
	width: 66%;
	border: solid 1px #eee;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.account_page .account_cont .account_list ul li {
	position: relative;
	padding: 5px 10px 5px 26px;
}
.account_page .account_cont .account_list ul li:nth-child(even) {
	background: #f8f8f8;
}
.account_page .account_cont .account_list ul li .icon {
	position: absolute;
	width: 6px;
	height: 6px;
	left: 10px;
	top: 50%;
	margin-top: -3px;
	background: #444;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.account_page .account_cont .account_list ul li .text {
	float: left;
}
.account_page .account_cont .account_list ul li .info {
	float: right;
	color: #509b30;
}
.account_page .account_cont  .account_balance {
	float: right;
	width: 32%;
}
.account_balance .main_b {
	position: relative;;
}
.account_balance .main_b .arrow {
	position: absolute;
	bottom: -8px;
	width: 0;
	height: 0;
	left: 50%;
	margin-left: -8px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #509b30;
}
.account_balance .main_b .icon {
	position: relative;
	float: left;
	width: 25%;
	height: 64px;
	background: #59ae35;
	-webkit-border-radius: 3px 0 0 0;
	-moz-border-radius: 3px 0 0 0;
	border-radius: 3px 0 0 0;
}
.account_balance .main_b .icon:before {
	content: "";
	position: absolute;
	width: 32px;
	height: 32px;
	left: 50%;
	margin-left: -16px;
	top: 50%;
	margin-top: -16px;
	background: url(../img/navigation_icons.png) no-repeat -32px -64px;
}
.account_balance .main_b .balance {
	float: left;
	width: 75%;
	height: 64px;
	overflow: hidden;
	padding: 10px 0 10px 10px;
	background: #509b30;
	color: #fff;
	-webkit-border-radius: 0 3px 0 0;
	-moz-border-radius: 0 3px 0 0;
	border-radius: 0 3px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.account_balance .main_b .balance span {
	display: block;
}
.account_balance .main_b .balance .info {
	font-size: 16px;
	font-weight: 700;
}
.account_balance .all_b {
	padding: 10px 0;
	background: #f8f8f8;
	border: solid 1px #eee;
	border-top: none;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
.account_balance .all_b ul li {
	text-align: center;
	font-size: 13px;
	color: #aaa;
}
.account_balance .all_b ul li span {
	color: #59ae35;
}
.edit_page .edit_cont .title {
	position: relative;
	z-index: 10;
	height: 60px;
	line-height: 60px;
	background: #262626;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
.edit_page .edit_cont .title:after {
	content: "";
	position: absolute;
	bottom: -8px;
	width: 0;
	height: 0;
	left: 50%;
	margin-left: -8px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #262626;
}
.edit_page .edit_cont .title h4 {
	color: #fff;
	text-align: center;
	margin-bottom: 0;
}
.edit_page .edit_cont ul {
	margin-bottom: 20px;
	padding: 18px 10px 10px 10px;
	background: #f8f8f8;
	border: 1px solid #eee;
	border-top: none;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
.edit_page .edit_cont ul.last {
	padding-top: 10px;
	margin-bottom: 0;
	border-top: 1px solid #eee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.edit_page .edit_cont ul li {
	margin-bottom: 10px;
}
.edit_page .edit_cont ul li:last-child {
	margin-bottom: 0;
}
.edit_page .edit_cont ul li .icon {
	position: relative;
	float: left;
	width: 5%;
	height: 40px;
	background-color: #eee;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.edit_page .edit_cont ul li .icon:before {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	top: 50%;
	margin-top: -8px;
	left: 50%;
	margin-left: -8px;
	background-image: url(../img/icons.png);
	background-repeat: no-repeat;
}
.edit_page .edit_cont ul li.name .icon:before {
	background-position: 0 -64px;
}
.edit_page .edit_cont ul li.password .icon:before {
	background-position: 0 -80px;
}
.edit_page .edit_cont ul li.email .icon:before {
	background-position: 0 -160px;
}
.edit_page .edit_cont ul li.address .icon:before {
	background-position: 0 -48px;
}
.edit_page .edit_cont ul li.city .icon:before {
	background-position: 0 -320px;
}
.edit_page .edit_cont ul li.state .icon:before {
	background-position: 0 -336px;
}
.edit_page .edit_cont ul li.name .icon:before {
	background-position: 0 -64px;
}
.edit_page .edit_cont ul li.zip .icon:before {
	background-position: 0 -208px;
}
.edit_page .edit_cont ul li.country .icon:before {
	background-position: 0 -208px;
}
.edit_page .edit_cont ul li.money .icon:before {
	background-position: 0 -224px;
}
.edit_page .edit_cont ul li input[type="text"], .edit_page .edit_cont ul li input[type="password"], .edit_page .edit_cont ul li select {
	float: left;
	width: 95%;
	background: #fff;
	border: solid 1px #eee;
	border-left: none;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.edit_confirm_page .edit_confirm_cont {
	padding: 10px;
	border: solid 1px #eee;
	background: #f8f8f8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.edit_confirm_page .edit_confirm_cont .icon {
	position: relative;
	float: left;
	width: 5%;
	height: 40px;
	background-color: #eee;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.edit_confirm_page .edit_confirm_cont .icon:before {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	top: 50%;
	margin-top: -8px;
	left: 50%;
	margin-left: -8px;
	background: url(../img/icons.png) no-repeat 0 -80px;
}
.edit_confirm_page .edit_confirm_cont input[type="text"] {
	float: left;
	width: 75%;
	background: #fff;
	border: solid 1px #eee;
	border-left: none;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.edit_confirm_page .edit_confirm_cont input[type="submit"] {
	float: left;
	width: 19%;
	margin-left: 1%;
}
.deposit_page .main_table {
	margin-bottom: 10px;
}
.deposit_page .deposit_cont .plans_blocks .name_plan {
	padding: 2px 0;
}
.deposit_page .deposit_cont .plans_blocks .name_plan .radiobox {
	float: left;
	margin-right: 10px;
}
.deposit_page .deposit_cont .plans_blocks .name_plan h5 {
	margin: 0;
}
.deposit_page .deposit_cont .money_block {
	margin-top: 20px;
}
.deposit_page .deposit_cont .money_block.first {
	margin-top: 0;
}
.deposit_page .deposit_cont .money_block .currency_block {
	float: left;
	width: 37%;
	padding: 5px 10px;
	background: #f8f8f8;
	border: solid 1px #eee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.deposit_page .deposit_cont .money_block .currency_block ul li {
	padding: 5px 0;
}
.deposit_page .deposit_cont .money_block .currency_block ul li .radiobox {
	float: left;
	margin-right: 10px;
}
.deposit_page .deposit_cont .money_block .balance_block {
	float: left;
	width: 32%;
}
.deposit_page .deposit_cont .deposit_info {
	margin-top: 10px;
}
.deposit_page .deposit_cont .deposit_info ul li {
	margin-bottom: 10px;
}
.deposit_page .deposit_cont .deposit_info ul li:last-child {
	margin-bottom: 0;
}
.deposit_page .deposit_cont .deposit_info ul li input[type="text"], .deposit_page .deposit_cont .deposit_info ul li select {
	width: 40%;
	background: #f8f8f8;
	border: solid 1px #eee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.deposit_page .deposit_cont .deposit_info ul li .text {
	float: left;
	width: 60%;
	line-height: 40px;
}
.deposit_page .deposit_cont .deposit_info ul li.compound {
	display: none;
}
.deposit_page .deposit_cont .deposit_info ul li input[type="submit"] {
	width: 100%;
}
.Ñompound_page .Ñompound_cont .Ñompound_list {
	padding: 10px;
	background: #f8f8f8;
	border: solid 1px #eee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.Ñompound_page .Ñompound_cont .Ñompound_list ul li {
	float: left;
	line-height: 40px;
}
.Ñompound_page .Ñompound_cont .Ñompound_list ul li select {
	width: 100%;
	border: solid 1px #eee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.Ñompound_page .Ñompound_cont .Ñompound_list ul li input[type="submit"] {
	width: 100%;
}
.Ñompound_page .Ñompound_cont .Ñompound_list ul li a {
	display: block;
	color: #fff;
	text-align: center;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	background: #59ae35;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.Ñompound_page .Ñompound_cont .Ñompound_list ul li a:hover {
	text-decoration: none;
	background: #509b30;
}
.Ñompound_page .Ñompound_cont .Ñompound_list ul li.text {
	width: 22%;
}
.Ñompound_page .Ñompound_cont .Ñompound_list ul li.select {
	width: 40%;
}
.Ñompound_page .Ñompound_cont .Ñompound_list ul li.button {
	width: 17%;
	margin-left: 2%;
}
.confirm_page table {
	overflow: hidden;
	border: 1px solid #eee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.confirm_page table tr:nth-child(even) {
	background: #f8f8f8;
}
.confirm_page table tr td {
	padding: 8px 10px;
	border-right: solid 1px #eee;;
}
.confirm_page table tr td:last-child {
	border-right: none;
}
.confirm_page .confirm_button {
	margin-top: 10px;
}
.confirm_page .confirm_button li {
	float: left;
	margin-left: 10px;
}
.confirm_page .confirm_button li:first-child {
	margin-left: 0;
}
.confirm_page.all .confirm_form {
	margin-top: 10px;
}
.confirm_page.all .confirm_form span {
	float: left;
}
.confirm_page.all .confirm_form span.deposit-cancel-wrap {
	margin-left: 10px;
}
.history_page .per_list {
	margin-bottom: 20px;
}
.history_page .per_list .left_b {
	float: left;
}
.history_page .per_list .right_b {
	float: right;
}
.history_page .per_list .select_block {
	float: left;
}
.history_page .per_list .select_block ul {
	margin-bottom: 10px;
}
.history_page .per_list .select_block ul:last-child {
	margin-bottom: 0;
}
.history_page .per_list .select_block ul li {
	float: left;
	width: 80px;
	margin-left: 10px;
	line-height: 40px;
}
.history_page .per_list .left_b .select_block ul li {
	width: 200px;
}
.history_page .per_list .select_block ul li:first-child {
	margin-left: 0;
}
.history_page .per_list .select_block ul li select {
	width: 100%;
	background: #f8f8f8;
	border: solid 1px #eee;
	-webkit-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.history_page .per_list .button_block {
	float: left;
	margin-left: 10px;
	padding-top: 25px;
}
.history_page .per_list .button_block.first {
	padding-top: 0;
}
.deposit_list_page h5 {
	margin-bottom: 0;
}
.deposit_list_page table {
	margin-bottom: 20px;
}
.deposit_list_page table:last-child {
	margin-bottom: 0;
}
.deposit_list_page table .main_table {
	margin-bottom: 0;
}
.deposit_list_page table .main_table:nth-child(2) {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.deposit_list_page table .main_table:last-child {
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
.pin_page .pin_cont, .tc_recovery_page .tc_recovery_cont {
	padding: 10px;
	border: solid 1px #eee;
	background: #f8f8f8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.pin_page .pin_cont .icon, .tc_recovery_page .tc_recovery_cont .icon {
	position: relative;
	float: left;
	width: 4%;
	height: 40px;
	background-color: #eee;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.pin_page .pin_cont .icon:before, .tc_recovery_page .tc_recovery_cont .icon:before {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	top: 50%;
	margin-top: -8px;
	left: 50%;
	margin-left: -8px;
	background: url(../img/icons.png) no-repeat 0 -80px;
}
.tc_recovery_page .tc_recovery_cont .icon:before {
	background-position: 0 -240px;
}
.pin_page .pin_cont input[type="text"], .tc_recovery_page .tc_recovery_cont input[type="text"] {
	float: left;
	width: 76%;
	background: #fff;
	border: solid 1px #eee;
	border-left: none;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.pin_page .pin_cont input[type="submit"], .tc_recovery_page .tc_recovery_cont input[type="submit"] {
	float: left;
	width: 19%;
	margin-left: 1%;
}
.security_page .security_list ul, .security_page .two_factor .disable_block, .security_page .two_factor .enable_block ul {
	background: #f8f8f8;
	border: solid 1px #eee;
	padding: 10px;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.security_page .security_list ul li {
	margin-bottom: 10px;
}
.security_page .security_list ul li:last-child {
	margin-bottom: 0;
}
.security_page .security_list ul li .radiobox {
	float: left;
	margin-right: 10px;
}
.security_page .security_list input[type="submit"] {
	margin-top: 10px;
}
.security_page .two_factor .disable_block .icon, .security_page .two_factor .enable_block ul li .enable_list .icon {
	position: relative;
	float: left;
	width: 5%;
	height: 40px;
	background-color: #eee;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.security_page .two_factor .disable_block .icon:before, .security_page .two_factor .enable_block ul li .enable_list .icon:before {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	top: 50%;
	margin-top: -8px;
	left: 50%;
	margin-left: -8px;
	background: url(../img/icons.png) no-repeat 0 -80px;
}
.security_page .two_factor .disable_block  input[type="text"], .security_page .two_factor .enable_block ul li .enable_list input[type="text"] {
	float: left;
	width: 95%;
	background: #fff;
	border: solid 1px #eee;
	border-left: none;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.security_page .two_factor .disable_block input[type="submit"] {
	float: left;
	width: 19%;
	margin-left: 1%;
}
.security_page .two_factor .enable_block ul li {
	margin-bottom: 10px;
}
.security_page .two_factor .enable_block ul li:last-child {
	margin-bottom: 0;
}
.security_page .two_factor .enable_block ul li img, .security_page .two_factor .enable_block ul li .enable_list {
	display: block;
	margin-top: 6px;
}
.security_page .two_factor .enable_block input[type="submit"] {
	margin-top: 10px;
}
.tell_friend_page .input_block .icon {
	position: relative;
	float: left;
	width: 10%;
	height: 40px;
	background-color: #eee;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.tell_friend_page .input_block .icon:before {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	top: 50%;
	margin-top: -8px;
	left: 50%;
	margin-left: -8px;
	background-image: url(../img/icons.png);
	background-repeat: no-repeat;
}
.tell_friend_page .input_block.name .icon:before {
	background-position: 0 -64px;
}
.tell_friend_page .input_block.email .icon:before {
	background-position: 0 -160px;
}
.tell_friend_page .input_block input[type="text"] {
	float: left;
	width: 90%;
	background: #fff;
	border: solid 1px #eee;
	border-left: none;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.tell_friend_page input[type="submit"] {
	margin-top: 10px;
}
.principal_page .principal_list {
	background: #f8f8f8;
	border: solid 1px #eee;
	padding: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.principal_page .principal_list li {
	margin-bottom: 10px;
}
.principal_page .principal_list li:last-child {
	margin-bottom: 0;
}
.principal_page .principal_list li input[type="text"] {
	width: 100%;
	margin-top: 6px;
	background: #fff;
	border: solid 1px #eee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.withdraw_page .withdraw_cont .info_list {
	float: left;
	width: 66%;
	border: solid 1px #eee;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.withdraw_page .withdraw_cont .balance_block {
	float: right;
	width: 32%;
}
.withdraw_page .withdraw_cont .withdraw_info {
	margin-top: 10px;
}
.withdraw_page .withdraw_cont .withdraw_info ul li {
	margin-bottom: 10px;
}
.withdraw_page .withdraw_cont .withdraw_info ul li:last-child {
	margin-bottom: 0;
}
.withdraw_page .withdraw_cont .withdraw_info ul li .text {
	float: left;
	width: 50%;
	line-height: 40px;
}
.withdraw_page .withdraw_cont .withdraw_info ul li input[type="text"], .withdraw_page .withdraw_cont .withdraw_info ul li select {
	width: 50%;
	background: #f8f8f8;
	border: solid 1px #eee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.withdraw_page .withdraw_cont .withdraw_info ul li textarea {
	display: block;
	width: 100%;
	height: 80px;
	background: #f8f8f8;
	border: solid 1px #eee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.withdraw_page .withdraw_cont .withdraw_info ul li input[type="submit"] {
	width: 100%;
}
.withdraw_page .withdraw_cont .info_list li {
	position: relative;
	padding: 5px 10px 5px 26px;
}
.withdraw_page .withdraw_cont .info_list li:nth-child(even) {
	background: #f8f8f8;
}
.withdraw_page .withdraw_cont .info_list li .text {
	float: left;
}
.withdraw_page .withdraw_cont .info_list li .info {
	float: right;
}
.withdraw_page .withdraw_cont .info_list li .icon {
	position: absolute;
	width: 6px;
	height: 6px;
	left: 10px;
	top: 50%;
	margin-top: -3px;
	background: #444;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.withdraw_page .trans_code {
	background: #f8f8f8;
	border: solid 1px #eee;
	padding: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.withdraw_page .trans_code input[type="password"] {
	width: 100%;
	background: #fff;
	border: solid 1px #eee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.investment_plans .plan_block {
	float: left;
	width: 15%;
	margin-right: 2%;
}
.investment_plans.auth .plan_block {
	width: 32%;
	margin-bottom: 20px;
}
.investment_plans.auth .plan_block.last {
	margin-bottom: 0;
}
.investment_plans .plan_block:last-child, .investment_plans.auth .plan_block:nth-child(3) {
	margin-right: 0;
}
.investment_plans .plan_block .title_plan {
	overflow: hidden;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
.investment_plans .plan_block .title_plan .name_plan {
	background: #333;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	text-align: center;
	padding: 6px 0;
}
.investment_plans .plan_block .title_plan .info_plan {
	background: #262626;
	padding: 15px 0 15px 15px;
	color: #fff;
}
.investment_plans.auth .plan_block .title_plan .info_plan {
	padding-left: 70px;
}
.investment_plans .plan_block .title_plan .info_plan .percent {
	float: left;
	font-size: 32px;
	font-weight: 700;
	line-height: 32px;
}
.investment_plans .plan_block .title_plan .info_plan .period {
	float: left;
	margin-left: 10px;
	color: #aaa;
}
.investment_plans .plan_block .title_plan .info_plan .period span {
	display: block;
	line-height: 16px;
	font-size: 10px;
	text-transform: uppercase;
}
.investment_plans .plan_block .list_plan ul li {
	position: relative;
	font-size: 10px;
	text-transform: uppercase;
	padding: 6px 0 6px 26px;
	border-left: solid 1px #eee;
	border-right: solid 1px #eee;
}
.investment_plans.auth .plan_block .list_plan ul li {
	font-size: 14px;
	text-transform: none;
}
.investment_plans .plan_block .list_plan ul li:nth-child(even) {
	background: #f8f8f8;
}
.investment_plans .plan_block .list_plan ul li:before {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	left: 10px;
	top: 14px;
	background: #444;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.investment_plans .plan_block .list_plan ul li span {
	color: #59ae35;
}
.investment_plans .plan_block .button a {
	display: block;
	text-align: center;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	color: #fff;
	background: #59ae35;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
.investment_plans .plan_block .button a:hover {
	text-decoration: none;
	background: #509b30;
}
.our_team .team_block {
	float: left;
	width: 15%;
	margin-right: 2%;
}
.our_team.auth .team_block {
	width: 32%;
	margin-bottom: 20px;
}
.our_team.auth .team_block.last {
	margin-bottom: 0;
}
.our_team .team_block:last-child, .our_team.auth .team_block:nth-child(3) {
	margin-right: 0;
}
.our_team .team_block .image {
	height: 100px;
	overflow: hidden;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
.our_team .team_block .info {
	background: #f8f8f8;
	border: solid 1px #eee;
	border-top: none;
	padding: 10px 0 10px 10px;
	border-radius: 0 0 3px 3px;
}
.our_team .team_block .post {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 600;
	color: #aaa;
}
.our_team .team_block .name {
	font-weight: 700;
}
.our_history {
	position: relative;
}
.our_history:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 100%;
	top: 0;
	left: 50%;
	margin-left: -1px;
	background: #ddd;
}
.our_history:after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 0;
	height: 0;
	left: 50%;
	margin-left: -10px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 14px solid #ddd;
}
.our_history .year {
	position: relative;
	z-index: 10;
	width: 80px;
	height: 30px;
	margin: 20px auto;
	line-height: 30px;
	text-align: center;
	background: #59ae35;
	color: #fff;
	font-weight: 700;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.our_history .year.first {
	margin-top: 0;
}
.our_history .history_block .h_cont {
	position: relative;
	float: left;
	width: 50%;
	padding: 0 40px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.our_history .history_block.right .h_cont {
	float: right;
	padding: 0 0 0 40px;
}
.our_history .history_block .h_cont:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	margin: auto;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}
.our_history .history_block.right .h_cont:after {
	left: 0px;
	top: 50%;
	margin-top: -10px;
	border-left: 14px solid #ddd;
}
.our_history .history_block.left .h_cont:after {
	right: 0;
	top: 50%;
	margin-top: -10px;
	border-right: 14px solid #ddd;
}
.our_history .history_block .h_cont .info {
	position: relative;
	padding: 10px;
	background: #f8f8f8;
	border: solid 1px #eee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.our_history .history_block .h_cont .info p {
	text-align: justify;
}
.gray_bg {
	background: #f8f8f8;
	border: solid 1px #eee;
	padding: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.grid_block .grid_5 {
	float: left;
	width: 49%;
	margin-right: 2%;
}
.grid_block .grid_5:last-child {
	margin-right: 0;
}
.paragraph_1 {
	text-align: justify;
}
.paragraph_1:first-letter {
	float: left;
	line-height: 34px;
	color: #fff;
	font-weight: 700;
	background: #59ae35;
	font-size: 20px;
	padding: 0 10px;
	margin: 5px 10px 5px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.info_message {
	padding: 10px;
	margin-bottom: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.info_message.first {
	margin-bottom: 0;
}
.info_message.information {
	background: #d5e7f3;
	border: solid 1px #acd5e8;
}
.info_message.success {
	background: #d8efce;
	border: solid 1px #afe49a;
}
.info_message.warning {
	background: #f9f2d4;
	border: solid 1px #eddd9f;
}
.info_message.error {
	background: #f8e8e3;
	border: solid 1px #f1cec3;
}
.error_list {
	padding: 10px 10px 10px 30px;
	margin-bottom: 20px;
	background: #f8e8e3;
	border: solid 1px #f1cec3;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.error_list li {
	color: #d58268;
	list-style: disc;
}
.gray_line {
	background: #f8f8f8;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.gray_line .container {
	padding: 25px 0;
}
.white_line {
	background: #fff;
}
.white_line .container {
	padding: 25px 0;
}
.black_line {
	background: #262626;
}
.black_line .container {
	padding: 25px 0;
	color: #fff;
}
.green_line {
	background: #59ae35;
}
.green_line .container {
	padding: 25px 0;
	color: #fff;
}
.def_list_1 ul li {
	position: relative;
	min-height: 70px;
	margin-bottom: 20px;
	padding-left: 90px;
}
.def_list_1 ul li:last-child {
	margin-bottom: 0;
}
.def_list_1 ul li .icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 76px;
	height: 76px;
	background: #59ae35;
	color: #fff;
	text-align: center;
	line-height: 76px;
	font-size: 30px;
	font-weight: 600;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.def_list_1 ul li h5 {
	padding-top: 5px;
	margin-bottom: 5px;
}
.def_list_1 ul li p {
	text-align: justify;
	color: #aaa;
}
.def_list_2 ul li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 26px;
}
.def_list_2 ul li:before {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	left: 10px;
	top: 8px;
	background: #444;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
#cot_tl_fixed {
	z-index: 100;
}
#cot_tl_fixed a, #cot_tl_fixed a img {
	display: block;
}

