body {
    margin-top: 50px;
   /* 
   background-color: #191970; // temnofioletoviy
   background-color: #1E0000; // bordo
  
	background-color: #00202E; */
	background-color: #000e43;
}
#wrapper {
	padding-left:0px;
	margin-left:0px;	
}
#page-wrapper {
    width: 100%;
    padding: 0;
    background-color: #fff;
	min-height:700px;
}

.huge {
    font-size: 50px;
    line-height: normal;
}

.logo-sq{
	width:50px;
	height:50px;
	border-radius:50%;
	background-color:#000;
	border:5px solid #333;
	color:#fff;
	z-index:99;
	font-size:36px;
}
.logoico{
	margin-top:3px;
	margin-left:-1px;
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
}
.logotxt{
	font-size:36px;
	color:#FFFFFF;
	font-weight:bold;
	margin-top:2px;
	font-family: 'Nautilus Pompilius';
}
h1, h2{
	font-family: 'Nautilus Pompilius';
}
.cr-fnp{
	font-family: 'Nautilus Pompilius';
	font-size:1.2em;
}
.dispinline{
	display:inline-block;
	margin-left: 10px;
}
/* Top Navigation */
.navbar-inverse{
	/*background: rgba(2, 15, 32, 0.5);
	background-color: #000e43;*/
	background-color: #000a32;
}
.top-nav {
    padding: 0 15px;
	height: 80px;
}

.top-nav>li>a {
    padding-top: 25px;
    padding-bottom: 25px;
    line-height: 30px;
    color: #999;
}

a.playnav {
	font-size:16px;
	font-weight:bold;
}

.top-nav>li>a:hover,
.top-nav>li>a:focus,
.top-nav>.open>a,
.top-nav>.open>a:hover,
.top-nav>.open>a:focus {
    color: #fff;
    background-color: #000;
}

.top-nav>.open>.dropdown-menu {
    float: left;
    position: absolute;
    margin-top: 0;
    border: 1px solid rgba(0,0,0,.15);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.top-nav>.open>.dropdown-menu>li>a {
    white-space: normal;
}

ul.message-dropdown {
    padding: 0;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

li.message-preview {
    width: 275px;
    border-bottom: 1px solid rgba(0,0,0,.15);
}

li.message-preview>a {
    padding-top: 15px;
    padding-bottom: 15px;
}

li.message-footer {
    margin: 5px 0;
}

ul.alert-dropdown {
    width: 200px;
}

.divfoot ul li a:hover{
	background-color: #000e43;
	
}
/* Side Navigation */
.side-nav{
	top:45px;
	position:absolute;	
}
.side-nav>li>ul {
    padding: 0;
}

.side-nav>li>ul>li>a {
    display: block;
    padding: 10px 15px 10px 38px;
    text-decoration: none;
    color: #999;
}

.side-nav>li>ul>li>a:hover {
    color: #fff;
}

/* Flot Chart Containers */

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

/* Custom Colored Panels */

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red a {
    color: #d9534f;
}

.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}

.form-control2{
	height:34px;
	width:70%;
	padding:6px 12px;
	font-size:14px;
	line-height:1.42857143;
	color:#555;
	background-color:#fff;
	background-image:none;
	border:1px solid #ccc;
	border-radius:4px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s
}
.form-control3{
	height:34px;
	width:30%;
	padding:6px 12px;
	font-size:14px;
	line-height:1.42857143;
	color:#555;
	background-color:#fff;
	background-image:none;
	border:1px solid #ccc;
	border-radius:4px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s
}
.form-control2:focus, .form-control3:focus{
	border-color:#66afe9;
	outline:0;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}
.form-control2:disabled {
	border-color: #FFA4A6;
	background-color:#e3e3e3;
}
.fc-ta {
	height: 70px;
}
.redborder{
	border-color: #FF0033;
}
.sl_res {
	padding: 10px;
	background:#CCCCCC;
	border-radius:5px;
	border: 1px solid #E4E4E4;
	display:none;
}
.error {
	color:red;
}
.info {
	color:green;
}
.orange {
	color: #FF6633;
}
.infoblue {
	color:#0066FF;
}
.infoorange {
	color:#FA6A00;
}

.hidden-elem{
	display:none;
}
.botfoot{
	bottom:0;
	margin-bottom:1px;
	position:relative;
}

.maincontent{
	height:100%;
}
.imglogo{
	margin-top:-10px;
	margin-left:-5px;
}

.trsummary{
	cursor:pointer;
	font-size:14px;
	font-weight:bold;

	background: #eaeaea; /* Old browsers */
	background: -moz-linear-gradient(top,  #eaeaea 0%, #dbdbdb 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #eaeaea 0%,#dbdbdb 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #eaeaea 0%,#dbdbdb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-9 */
}
.trsummary:hover{
	background: #e1e1e1;
}
/*
thead tr {
	text-align:center;
}*/
.ta-c{
	text-align:center;
}

/*  REG BUTTON!!! */

.button12{
	color: rgba(255,255,255,1);
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
	position: relative;
	border: 1px solid rgba(255,255,255,0.5);
	overflow: hidden;
}
.button12 a{
	color: rgba(51,51,51,1);
	text-decoration: none;
	display: block;
}
.button12 span{
	z-index: 2;	
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;	
}
.button12::before{
	content: '';
	position: absolute;
	top: 50px;
	left: 15px;
	width: 0;
	height: 0;
	border-left: 100px solid transparent;
	border-right: 100px solid transparent;
	border-bottom: 190px solid rgba(255,255,255,0.25);
	z-index: 1;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}
.button12::after{
	content: '';
	position: absolute;
	top: 50px;
	left: 15px;
	width: 0;
	height: 0;
	border-left: 100px solid transparent;
	border-right: 100px solid transparent;
	border-bottom: 190px solid rgba(255,255,255,0.25);
	z-index: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.button12::after{
	-webkit-transition-delay: 0.2s; /* Safari */
    transition-delay: 0.2s;
}
.button12:hover::before{
	opacity: 1;
	-webkit-transform: translate(0px,-190px);
	transform: translate(0px,-190px);	
}
.button12:hover::after{
	opacity: 1;
	-webkit-transform: translate(0px,-150px);
	transform: translate(0px,-150px);	
}

/* ####################  26 ######################3 */
.button26 {
	color: rgba(255,255,255,1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	border: 1px solid rgba(255,255,255,0.5);
	overflow: hidden;
}
.button26 a{
	color: rgba(51,51,51,1);
	text-decoration: none;
	display: block;
}
.button26::before, .button26::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 1;
	-webkit-transform: translate(-13%,-350%) rotate(-30deg);
	transform: translate(-13%,-350%) rotate(-30deg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(255,255,255,1);
	background-color: rgba(255,255,255,0.25);
}
.button26::after{
	-webkit-transition-delay: 0.2s; /* Safari */
    transition-delay: 0.2s;
}
.button26:hover::before, .button26:hover::after{
	opacity: 0;
	-webkit-transform: translate(0,0);
	transform: translate(0,0);	
}
.dashbo {
	border:1px dashed #999999;
	margin-top:10px;
	padding:10px;
}
.dashundline{
	border-bottom:1px dashed;
}
.dashundline:hover{
	text-decoration:none;
}
.minhe-400px{
	min-height: 400px;
}
/* CONTACT */
.contact-head {
	text-align: center;
	padding: 12px 0 1px 0px;
}
.contact-head h4 {
	margin:1% 0;
	color: #fff;
	font-size: 2.5em;
	text-decoration: none;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
}
.contact-form {
	margin: 0 auto;
	background: #65CDF2;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	padding-bottom: 20px;
}
.contact-form form {
	text-align: center;
}
.contact-form input[type="text"],form textarea, .contact-form  input[type="password"] {
	padding:9px;
	width: 80%;
	font-size: 15px;
	margin: 10px 0px;
	border: 1px solid #fff;
	color: #C7C7C7;
	background: none;
	background: #fff;
	-webkit-appearance: none;
	outline: none;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	text-align: center;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.contact-form input[type="text"]:hover,form textarea:hover, .contact-form  input[type="password"]:hover{
	border: 1px solid  #9F9FA0;
}
.contact-form textarea {
	height:150px;
	resize: none;
	width: 80%;
}
.contact-form input[type="submit"] {
	margin-bottom: 1em;
	color: #6CCFF8;
	font-size: 1.1em;
	padding: 0.7em 1em;
	-webkit-appearance: none;
	display: inline-block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	font-weight: 600;
	border: none;
	outline: none;
	cursor: pointer;
	font-family: 'Lato', sans-serif;
	background: #414143;
	width:50%;
	border-bottom: 5px solid#000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}
.contact-form  input[type="submit"]:hover{
	border-bottom:5px solid #1A7BA3;
}
.contact-form input[type="reset"] {
	margin-bottom: 1em;
	color: #FFFFCC;
	font-size: 1.1em;
	padding: 0.7em 1em;
	-webkit-appearance: none;
	display: inline-block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	font-weight: 600;
	border: none;
	outline: none;
	cursor: pointer;
	font-family: 'Lato', sans-serif;
	background: #6699FF;
	width:50%;
	border-bottom: 5px solid #666699;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}
.contact-form  input[type="reset"]:hover{
	border-bottom:5px solid #FF3300;
}

.fs22 {
    font-size: 22px;
}
.bet-alert {
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 4px;
  display:none;
  height:auto;
  width: auto;
}
.message_box {
  clear:both;
  margin-top: 30px;
  margin-bottom: 30px;
}
.deck{
	background: url(../img/cards/rubashka.jpg);
	width: 150px;
	height: 212px;
	display:inline-block;
	margin-left:200px;
	margin-top:20px;
}

/*
##############################################################################
FOR 404*/
.lgtext{
	font-size:48px;
}
.falgtext{
	font-size:22px;
}

.t-forestgreen{
	color:#228B22;
}
.t-slateblue{
	color:#6A5ACD;
}
.t-firebrick{
	color:#B22222;
}
.rb-forestgreen{
	border-color: #228B22;
}
.rb-slateblue{
	border-color: #6A5ACD;
}
.rb-firebrick{
	border-color: #B22222;
}

.round-buttons{
	width: 200px;
	height: 200px;
	cursor:pointer;
	border-radius:50%;
	padding:35px;
	display:inline-block;
	margin:30px;
	border-style:solid;
	border-width:30px;
}
.round-buttons i {
	font-size:30px;
}
/*FOR 404 END*/
.news_content{
	max-width: 800px;
}

/* ========================================= HOMEPAGE ========================================= */

/* ==========================================================================
Features
========================================================================== */
.h-arrow { font-size: 32px; text-transform: uppercase; color: #353535; letter-spacing: 1px; background: url('../img/h1-bg.png') no-repeat center bottom; padding-bottom: 30px; font-weight: bold; }
.features-wrapper, .team-wrapper { margin: 70px 0 0; }
.shadow { text-shadow: rgb(130, 130, 130) 1px 1px, rgb(130, 130, 130) 2px 2px, rgb(130, 130, 130) 3px 3px, rgb(130, 130, 130) 4px 4px, rgb(130, 130, 130) 5px 5px, rgb(130, 130, 130) 6px 6px, rgb(130, 130, 130) 7px 7px, rgb(130, 130, 130) 8px 8px, rgb(130, 130, 130) 9px 9px, rgb(130, 130, 130) 10px 10px, rgb(130, 130, 130) 11px 11px, rgb(130, 130, 130) 12px 12px, rgb(55, 182, 162) 13px 13px, rgb(55, 183, 163) 14px 14px, rgb(56, 184, 164) 15px 15px, rgb(56, 185, 165) 16px 16px, rgb(56, 186, 166) 17px 17px, rgb(57, 187, 167) 18px 18px, rgb(57, 188, 168) 19px 19px, rgb(57, 189, 169) 20px 20px, rgb(58, 191, 170) 21px 21px, rgb(58, 192, 171) 22px 22px, rgb(58, 193, 172) 23px 23px, rgb(59, 194, 173) 24px 24px, rgb(59, 195, 174) 25px 25px, rgb(59, 196, 175) 26px 26px, rgb(60, 197, 176) 27px 27px, rgb(60, 198, 177) 28px 28px, rgb(60, 199, 178) 29px 29px, rgb(61, 201, 179) 30px 30px; }
.icon-1 { height: 150px; width: 150px; line-height: 150px; max-width: 100%; background: #ff6868; border-radius: 50%; -o-border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; display: block; color: #fff; font-size: 55px; text-align: center; vertical-align: middle; position: relative; margin: 0 auto 40px; border:4px solid #FF0000;}

.icon-2 { height: 170px; width: 170px; line-height: 170px; max-width: 100%; background: #820091; border-radius: 50%; -o-border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; display: block; color: #fff; font-size: 55px; text-align: center; vertical-align: middle; position: relative; margin: 0 auto 40px; border:4px solid #45004d;}
/* ==========================================================================*/

.swag { background: url('../img/success-cashriser.com.jpg') no-repeat top center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-attachment: fixed; padding: 200px 0; height:550px; }
.swag2 { background: url('../img/success-2-cashriser.com.jpg') no-repeat top center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-attachment: fixed; padding: 200px 0; height:550px; }

.mrgtop{
	margin-top:30px;
}