
.grey_buttons {
	color: #000;
	background: #b9b9b9; /* Old browsers */
	background: -moz-linear-gradient(top, #b9b9b9 0%, #e4e4e4 53%, #b9b9b9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #b9b9b9 0%, #e4e4e4 53%, #b9b9b9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #b9b9b9 0%, #e4e4e4 53%, #b9b9b9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9b9b9', endColorstr='#b9b9b9', GradientType=0 ); /* IE6-9 */
}
.grey_buttons:hover {
	background: #ffb400 none repeat scroll 0 0;
	color: #fff;
}
.reg_button:hover, .log_button:hover {
	color: #000;
	background: #b9b9b9; /* Old browsers */
	background: -moz-linear-gradient(top, #b9b9b9 0%, #e4e4e4 53%, #b9b9b9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #b9b9b9 0%, #e4e4e4 53%, #b9b9b9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #b9b9b9 0%, #e4e4e4 53%, #b9b9b9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9b9b9', endColorstr='#b9b9b9', GradientType=0 ); /* IE6-9 */
}
.facebook_consultant {
	background-color: #00aeef;
	color: #fff;
}
.mobileapp {
	background-color: #1c661c;
	color: #fff;
}
.reg_button {
	background-color: #ffb400;
	color: #fff;
}

.red_button:hover {
	background-color: #d81306;
	color: #fff;
}

.red_button {
	background-color: #e80e00;
	color: #fff;
}
.log_button {
	background-color: #ffb400;
	color: #fff;
}
.side_wrap {
	padding: 20px 0 0;
}
.attention h4 {
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-size: 39px;
	font-weight: 400;
}
.attention {
	margin-bottom: 40px;
	text-align: center;
}
.attention span {
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-size: 20px;
	font-weight: 300;
	text-transform: uppercase;
}
.attention small {
	background-color: #e20b00;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	padding: 0 4px;
	display: inline-block;
}
.attention p {
	color: #fff;
	font-size: 13px;
	margin: 3px 10px;
	text-align: left;
}
.attention p a {
	color: #ffff00;
	text-decoration: underline;
	text-transform: uppercase;
}
.attention p a:hover {
	text-decoration: none;
}

.become_mem a span.per {
	font-size: 39px;
	margin: 0;
}
.become_mem small {
	font-size: 15px;
	font-weight: normal;
}
.top_members {
	background: #00a3e9 none repeat scroll 0 0;
	padding: 30px 0!important;
	display: inline-block;
	width: 100%;
}
.members_list ul li {
	float: left;
	list-style-type: none;
	width: 19%;
}
.members_list {
	width: 100%;
	display: inline-block;
	margin: 30px 0 0;
}
.footer {
  color: #000;
  display: inline-block;
  padding: 10px 0;
  width: 100%;
}
.footer .copyright a {
	padding: 0 4px;
	color: #011153;
	text-decoration: underline;
}
.footer .copyright a:hover {
	text-decoration: none;
}
.attention p a.idea:hover {
	background-color: #2e962e;
}
.css_blink {
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-name: blinker;
	-moz-animation-duration: 1s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	animation-name: blinker;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
 @-moz-keyframes blinker {
 0% {
opacity: 1.0;
}
 50% {
opacity: 0.0;
}
 100% {
opacity: 1.0;
}
}
 @-webkit-keyframes blinker {
 0% {
opacity: 1.0;
}
 50% {
opacity: 0.0;
}
 100% {
opacity: 1.0;
}
}
 @keyframes blinker {
 0% {
opacity: 1.0;
}
 50% {
opacity: 0.0;
}
 100% {
opacity: 1.0;
}
}
.sidebar_nav {
	display: inline-block;
	width: 100%;
}
.member {
	background: rgb(250,67,48); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(250,67,48,1) 0%, rgba(233,18,4,1) 51%, rgba(248,64,45,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(250,67,48,1) 0%, rgba(233,18,4,1) 51%, rgba(248,64,45,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(250,67,48,1) 0%, rgba(233,18,4,1) 51%, rgba(248,64,45,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa4330', endColorstr='#f8402d', GradientType=0 ); /* IE6-9 */
	border-radius: 5px;
	color: #fff;
	padding: 20px 110px;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 20px;
}
.member::after {
	background: rgba(0, 0, 0, 0) url("../images/question.png") no-repeat scroll 0 0;
	content: "";
	height: 102px;
	left: 20px;
	position: absolute;
	top: -30px;
	width: 89px;
}
.tagline {
	display: block;
	font-size: 30px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
}
.sidebar small {
	display: block;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.you-tube a {
	background-color: #fff;
	border-radius: 5px;
	color: #000;
	display: inline-block;
	margin: 3px 0;
	text-align: left;
	width: 100%;
}
.you-tube {
	border: 1px solid #fff;
	border-radius: 5px;
	margin: 20px 0;
	padding: 15px 10px;
	position: relative;
}
.you-tube a img {
	float: left;
	margin: 5px;
}
.you-tube::after {
	background: #2e962e url("../images/youtube-logo-min.png") no-repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 17px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: -10px;
	width: 40px;
}
.latest_news {
	background-color: #2e962e;
	border-radius: 10px;
	padding-bottom: 5px;
	margin-top: 130px;
}
.news_head {
	background: #2e962e none repeat scroll 0 0;
	border-radius: 10px 10px 0 0;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	font-weight: 300;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
.newstape {
	background: #fff none repeat scroll 0 0;
	border-radius: 0 0 10px 10px;
	height: 250px;
	margin: 0 5px;
	overflow: hidden;
	padding: 0 10px;
}
.news-block {
	color: #000;
	margin-bottom: 20px;
}
.newstape small {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.newstape-content {
	padding: 15px;
	position: relative;
}
.search input[type="text"] {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #fff;
	border-radius: 5px;
	width: 70%;
	color: #fff;
	padding-left: 10px;
	height: 31px;
}
.search input[type="submit"] {
	background-color: #239dc5;
	border: none;
	color: #fff;
	border-radius: 5px;
	padding: 3px 5px;
}
.search {
	margin: 10px 0;
}
.counter-below {
	background-color: #fff;
	display: inline-block;
	text-align: center;
	color: #2e962e;
	padding: 0 10px;
	border-radius: 5px;
}
.owl-carousel {
	overflow: hidden;
}
.media-carousel .owl-item img {
	display: block;
	width: 192px;
	margin: 0 auto;
	border-radius: 9px;
	box-shadow: 7px 5px 7px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 7px 5px 7px 2px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 7px 5px 7px 2px rgba(0, 0, 0, 0.5);
}
.title {
	color: #fff;
	display: inline-block;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	transform: rotate(-90deg);
	margin: 50px 0;
}
.title span {
	display: block;
	font-size: 18px;
	font-weight: 300;
}
.members_list img {
	margin: 10px auto;
	width: 200px;
	border-radius: 10px;
}
.counter {
	position: relative;
	background: url(../images/btn-counter.png) no-repeat left top;
	height: 119px;
	overflow: hidden;
	padding: 20px;
	width: 392px;
	box-sizing: border-box
}
.counter ul.cd {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0
}
.counter ul li {
	background: url(../images/digits.png) 0 0 no-repeat
}
.counter ul li.t {
	background-position: 0 0;
	width: 53px;
	height: 39px;
	margin-top: -2px
}
.counter ul li.b {
	background-position: 0 0;
	width: 53px;
	height: 62px
}
.counter ul li.s {
	background-position: -53px -1030px;
	width: 14px;
	height: 103px;
	margin-top: -5px
}
.counter:before {
	content: '';
	position: absolute;
	background: url(../images/btn-counter.png) repeat-x left bottom;
	top: 0;
	bottom: 0;
	left: 51px;
	right: 51px;
	z-index: 1
}
.counter:after {
	content: '';
	position: absolute;
	width: 51px;
	background: url(../images/btn-counter.png) no-repeat left top;
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1
}
.counter__value {
	position: relative;
	z-index: 2;
	overflow: hidden;
	color: #fff;
	width: 510px;
	transform: scale(.71);
	margin-left: -78px;
	margin-bottom: -22px;
	margin-top: -16px
}
.counter__text {
	color: #fff;
	font-size: 20px;
	line-height: 22px;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	z-index: 2
}
.counter__count-countries {
	background: #fff;
	color: #2e962e;
	font-size: 22px;
	line-height: 22px;
	font-weight: 600;
	border-radius: 0 0 5px 5px;
	text-align: center;
	margin: -1px 12px 0;
	padding: 5px 0 7px;
	width: 368px
}
.counter-wrap {
	background-color: #31302e;
	border: 5px solid #fff;
	border-radius: 5px;
	float: left;
	left: -101px;
	margin-left: 0;
	padding: 22px 10px 12px;
	position: absolute;
	top: -132px;
	transform: scale(0.5);
	width: 532px;
}
.mid {
	margin-top: 184px;
	position: relative;
}
.counter-wrap span {
	color: #fff;
	display: inline-block;
	font-size: 27px;
	font-weight: 300;
	padding: 5px 6px;
	text-transform: uppercase;
	background: #31302e;
	margin-top: -24px;
}
.navbar-header span {
	display: none;
}
.hdrbx {
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	color: #fff;
	font-size: 21px;
	font-weight: 500;
	text-transform: none;
	  padding: 10px 20px;
	border: none;
}





.cmmnbx > span.green {/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#89ad56+0,9cbb6b+45,a1bf71+100 */
	background: #89ad56; /* Old browsers */
	background: -moz-linear-gradient(top, #89ad56 0%, #9cbb6b 45%, #a1bf71 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #89ad56 0%, #9cbb6b 45%, #a1bf71 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #89ad56 0%, #9cbb6b 45%, #a1bf71 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89ad56', endColorstr='#a1bf71', GradientType=0 ); /* IE6-9 */
}
.cmmnbx.green p {
	background-color: #b1ce8b;
}
.bxctnt {
	color:#011153;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	width: 100%;
	text-align: center;
}
.brwnbx i.fa-check, .blubx i.fa-check, .cmmnbx i.fa-check {
	background: #fff;
}
.brwnbx i, .blubx i, .cmmnbx i {
	border-radius: 50px;
	color: #e55b2d;
	font-size: 20px;
	font-weight: bold;
	height: 40px;
	line-height: 24px;
	padding: 8px;
	text-align: center;
	width: 40px;
}
.green i {
	color: #3e581a;
}
.red i {
	color: #a83612;
}
.orange i {
	color: #89660a;
}
.bxctnt span a i {
	color: #fff;
}
.bxctnt div {
	height: auto;
	padding: 5px;
}
.bxctnt span {
	color: #011153;
	display: block;
	font-size: 13px;
	font-weight: 600;
	text-shadow: none;
}
.bxctnt span.user {
	font-size: 14px;
}


.cmmnbx {
  color: #000;
  display: inline-block;
  font-size: 21px;
  font-weight: 500;
  margin: 0 0 10px;
  padding-bottom: 10px;
  text-transform: none;
  padding: 10px 20px;
}
.cmmnbx > span {
  color: #011153;
  font-size: 15px;
  font-weight: 600;
}
.cmmnbx > small{ display:block} 
span a.det {

}

.cmmnbx p {
	color: #011153;
	font-size: 13px;
	font-weight: 600;
	line-height: 30px;
	margin: 0 0 1px;

}
.cmmnbx i {
	float: right;
	margin: 0 10px;
	background: rgba(252,234,187,1);
	background: -moz-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,234,187,1)), color-stop(50%, rgba(252,205,77,1)), color-stop(51%, rgba(248,181,0,1)), color-stop(100%, rgba(251,223,147,1)));
	background: -webkit-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%);
	background: -o-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%);
	background: -ms-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%);
	background: linear-gradient(to bottom, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93', GradientType=0 );
}
.cmmnbx p span {
	color:#011153;
	font-weight: normal;
}

.modal-header input {
	border: medium none;
	float: left;
}
.help-block {
	color: #fff;
	display: inline-block;
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: right;
	width: 100%;
}
.modal-body h3 {
	color: rgba(0, 20, 107, 1);
	font-weight: 600;
	margin-bottom: 20px;
	text-align: center;
}
.modal-body > p {
	text-align: center;
}
.modal-body select {
	padding: 9px;
	width: 100%;
}
.checkbox {
	display: inline-block;
	margin-top: 20px;
	width: 100%;
}
.checkbox > label {
	display: inline-block;
	text-align: center;
	width: 100%;
}
.dashboard_nav ul li a i.fa-caret-down {
	padding: 0 5px;
	margin: 0;
}
.checkbox input[type="checkbox"] {
	float: none;
	width: auto;
}
.modal-header.hdrbx {
	border-radius: 5px;
}


.dashboard_nav {

background: transparent url("../images/admin-head-img.png") repeat scroll 0 0;
border-bottom:2px solid #8e846b;

}
.dashboard_nav .main_nav {
	background: transparent none repeat scroll 0 0;
}
.dashboard_nav .navbar-nav > li > a {
	color: #4c3000;
	font-size: 12px;
	font-weight: 300;
	text-transform: none;
	font-family: arial;
	padding: 2px 6px;
	border: 1px solid transparent;margin: 0 2px;
}
.dashboard_nav .navbar-nav > li > a:hover {
background: #ffdd57;
color: #000000;
border: 1px solid #a45b13;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.dashboard_nav .navbar-nav > li > a:focus, .dashboard_nav .navbar-nav > li > a:active{
	
	background: #ffdd57;
color: #000000;
border: 1px solid #a45b13;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
	
	
	}
.main_navbar1 .dropdown-menu {
	border: 2px solid #aaaaaa;
	min-width: 235px;
	padding: 0;
}

.main_navbar1 .dropdown-menu > li > a {
	padding: 0px 5px;
	font-size: 13px;
	color: #67305d;
}
.navbar-nav > li > .dropdown-menu a img {
	float: left;
	margin-right: 5px;
	border-right: 1px solid #ccc;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
}
	
	.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
	
	background: #ffdd57;
color: #000000;
border: 1px solid #a45b13;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}


.main_navbar1 .navbar-nav {
	margin: 10px 0 11px;
}
.main_nav1 .nav > li > a > img {
	max-width: none;
	float: left;
	margin-right: 4px;
}
.dashboard_nav .navbar-nav > li {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.dashboard_nav ul li a i {
	margin-right: 5px;
}
.adbanner {
	
}
.help_bg1 {
	-webkit-border-radius: 20px;
	-moz-border-radius:20px;
	border-radius: 20px;
	
	
    border: 1px solid #cdcea2;


background: rgba(225,247,183,1);
background: -moz-linear-gradient(top, rgba(225,247,183,1) 0%, rgba(182,247,91,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(225,247,183,1)), color-stop(100%, rgba(182,247,91,1)));
background: -webkit-linear-gradient(top, rgba(225,247,183,1) 0%, rgba(182,247,91,1) 100%);
background: -o-linear-gradient(top, rgba(225,247,183,1) 0%, rgba(182,247,91,1) 100%);
background: -ms-linear-gradient(top, rgba(225,247,183,1) 0%, rgba(182,247,91,1) 100%);
background: linear-gradient(to bottom, rgba(225,247,183,1) 0%, rgba(182,247,91,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1f7b7', endColorstr='#b6f75b', GradientType=0 );

}
.help_bg2 {
	-webkit-border-radius: 20px;
	-moz-border-radius:20px;
	border-radius: 20px;
	
	
    border: 1px solid #cdcea2;

background: rgba(251,233,209,1);
background: -moz-linear-gradient(top, rgba(251,233,209,1) 0%, rgba(249,206,102,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(251,233,209,1)), color-stop(100%, rgba(249,206,102,1)));
background: -webkit-linear-gradient(top, rgba(251,233,209,1) 0%, rgba(249,206,102,1) 100%);
background: -o-linear-gradient(top, rgba(251,233,209,1) 0%, rgba(249,206,102,1) 100%);
background: -ms-linear-gradient(top, rgba(251,233,209,1) 0%, rgba(249,206,102,1) 100%);
background: linear-gradient(to bottom, rgba(251,233,209,1) 0%, rgba(249,206,102,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbe9d1', endColorstr='#f9ce66', GradientType=0 );

}
.help_bg3 {
	-webkit-border-radius: 20px;
	-moz-border-radius:20px;
	border-radius: 20px;
	
	
    border: 1px solid #cdcea2;
background: rgba(255,254,250,1);
background: -moz-linear-gradient(top, rgba(255,254,250,1) 0%, rgba(232,232,232,1) 55%, rgba(236,241,245,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,254,250,1)), color-stop(55%, rgba(232,232,232,1)), color-stop(100%, rgba(236,241,245,1)));
background: -webkit-linear-gradient(top, rgba(255,254,250,1) 0%, rgba(232,232,232,1) 55%, rgba(236,241,245,1) 100%);
background: -o-linear-gradient(top, rgba(255,254,250,1) 0%, rgba(232,232,232,1) 55%, rgba(236,241,245,1) 100%);
background: -ms-linear-gradient(top, rgba(255,254,250,1) 0%, rgba(232,232,232,1) 55%, rgba(236,241,245,1) 100%);
background: linear-gradient(to bottom, rgba(255,254,250,1) 0%, rgba(232,232,232,1) 55%, rgba(236,241,245,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffefa', endColorstr='#ecf1f5', GradientType=0 );

}
.payment {
  font-size: 14px;
  font-weight: 600;
  color: #011153;
}
.left_block {
	margin-bottom: 10px;
}
.hdrbx a, a.det  {
	background-color: #fff;
	color: ##011153;
	font-size: 13px;
	padding: 5px 10px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.help_bg1 .hdrbx i {
	border-radius: 50%;
	font-size: 28px;
	padding: 7px 18px;
	text-shadow: 1px 1px 0px rgba(200, 154, 18, 1);
	background: rgba(253,211,86,1);
	background: -moz-linear-gradient(top, rgba(253,211,86,1) 0%, rgba(254,195,17,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(253,211,86,1)), color-stop(100%, rgba(254,195,17,1)));
	background: -webkit-linear-gradient(top, rgba(253,211,86,1) 0%, rgba(254,195,17,1) 100%);
	background: -o-linear-gradient(top, rgba(253,211,86,1) 0%, rgba(254,195,17,1) 100%);
	background: -ms-linear-gradient(top, rgba(253,211,86,1) 0%, rgba(254,195,17,1) 100%);
	background: linear-gradient(to bottom, rgba(253,211,86,1) 0%, rgba(254,195,17,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdd356', endColorstr='#fec311', GradientType=0 );
}
.help_bg2 .hdrbx i {
	border-radius: 50%;
	font-size: 28px;
	padding: 7px 11px;
	text-shadow: 1px 1px 0px rgba(200, 154, 18, 1);
	background: rgba(249,41,22,1);
	background: -moz-linear-gradient(top, rgba(249,41,22,1) 0%, rgba(211,8,4,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(249,41,22,1)), color-stop(100%, rgba(211,8,4,1)));
	background: -webkit-linear-gradient(top, rgba(249,41,22,1) 0%, rgba(211,8,4,1) 100%);
	background: -o-linear-gradient(top, rgba(249,41,22,1) 0%, rgba(211,8,4,1) 100%);
	background: -ms-linear-gradient(top, rgba(249,41,22,1) 0%, rgba(211,8,4,1) 100%);
	background: linear-gradient(to bottom, rgba(249,41,22,1) 0%, rgba(211,8,4,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f92916', endColorstr='#d30804', GradientType=0 );
}
.help_bg3 .hdrbx i {
	border-radius: 50%;
	font-size: 28px;
	padding: 7px 9px;
	text-shadow: 1px 1px 0px rgba(87, 169, 27, 1);
	background: rgba(165,220,126,1);
	background: -moz-linear-gradient(top, rgba(165,220,126,1) 0%, rgba(111,202,47,1) 49%, rgba(161,219,117,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(165,220,126,1)), color-stop(49%, rgba(111,202,47,1)), color-stop(100%, rgba(161,219,117,1)));
	background: -webkit-linear-gradient(top, rgba(165,220,126,1) 0%, rgba(111,202,47,1) 49%, rgba(161,219,117,1) 100%);
	background: -o-linear-gradient(top, rgba(165,220,126,1) 0%, rgba(111,202,47,1) 49%, rgba(161,219,117,1) 100%);
	background: -ms-linear-gradient(top, rgba(165,220,126,1) 0%, rgba(111,202,47,1) 49%, rgba(161,219,117,1) 100%);
	background: linear-gradient(to bottom, rgba(165,220,126,1) 0%, rgba(111,202,47,1) 49%, rgba(161,219,117,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5dc7e', endColorstr='#a1db75', GradientType=0 );
}
.last {
	border: medium none !important;
	height: auto !important;
}

.register {
  background-color: #efefef;
  padding: 30px;
}
.inner-title{
  color: #2e962e;
    font-size: 36px;
    font-weight: 400;
    line-height: 36px;
    margin: 0 0 25px;
    padding: 0;
    text-transform: uppercase;
	
}
input[type="text"], input[type="password"], input[type="email"], select {
	border-left: 0 none;
	border-radius: 0;
	border-right: 2px solid #969697;
	border-top: 2px solid #969697;
	color: #000;
	height: 47px;
	padding: 12px 10px !important;
	background: rgba(240,240,240,1);
	background: -moz-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(216,216,216,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(240,240,240,1)), color-stop(100%, rgba(216,216,216,1)));
	background: -webkit-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(216,216,216,1) 100%);
	background: -o-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(216,216,216,1) 100%);
	background: -ms-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(216,216,216,1) 100%);
	background: linear-gradient(to bottom, rgba(240,240,240,1) 0%, rgba(216,216,216,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#d8d8d8', GradientType=0 );
    width: 100%;
	 margin-bottom: 10px;
}
select option {
	padding: 5px;
}
select {
}
.first {

}
table thead th {
	font-weight: normal;
	
background: rgba(248,248,248,1);
background: -moz-linear-gradient(top, rgba(248,248,248,1) 0%, rgba(240,240,240,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,248,248,1)), color-stop(100%, rgba(240,240,240,1)));
background: -webkit-linear-gradient(top, rgba(248,248,248,1) 0%, rgba(240,240,240,1) 100%);
background: -o-linear-gradient(top, rgba(248,248,248,1) 0%, rgba(240,240,240,1) 100%);
background: -ms-linear-gradient(top, rgba(248,248,248,1) 0%, rgba(240,240,240,1) 100%);
background: linear-gradient(to bottom, rgba(248,248,248,1) 0%, rgba(240,240,240,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#f0f0f0', GradientType=0 );

}
table.table-bordered.table-striped thead th:hover {
	 background-color: #ffdd57 !important;
	cursor: pointer;
}

table {

	width: 100%;
}
thead.cf {
	background-color: #e4d7c2;
	font-family: arial;
	font-size:12px;
color: #011153;
background: rgba(254,251,240,1);
background: -moz-linear-gradient(top, rgba(254,251,240,1) 0%, rgba(254,249,233,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,251,240,1)), color-stop(100%, rgba(254,249,233,1)));
background: -webkit-linear-gradient(top, rgba(254,251,240,1) 0%, rgba(254,249,233,1) 100%);
background: -o-linear-gradient(top, rgba(254,251,240,1) 0%, rgba(254,249,233,1) 100%);
background: -ms-linear-gradient(top, rgba(254,251,240,1) 0%, rgba(254,249,233,1) 100%);
background: linear-gradient(to bottom, rgba(254,251,240,1) 0%, rgba(254,249,233,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefbf0', endColorstr='#fef9e9', GradientType=0 );
font-weight:normal;

}
tbody tr {
	background-color: #ffffff;

}
tbody tr:hover {
  background: #FED54D none repeat scroll 0 0;
  color: #000;
}
tbody tr:hover td:first-child {

}

span.row_two {
  background-color: #efefef;
  color: #4e455b;
  display: inline-block;
  padding: 6px;
  width: 100%;
}
.all_table ul li {
  float: left;
  font-family: arial;
  font-weight: normal;
  list-style-type: none;
  padding: 0 10px;
}
.all_table ul li:last-child {
	float: right;
	list-style-type: none;
}
tbody tr td {
  white-space: nowrap;
}
.table_det {
	
	display: inline-block;
	padding: 10px;
	width: 100%;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
background: rgba(255,254,250,1);
background: -moz-linear-gradient(top, rgba(255,254,250,1) 0%, rgba(232,232,232,1) 55%, rgba(236,241,245,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,254,250,1)), color-stop(55%, rgba(232,232,232,1)), color-stop(100%, rgba(236,241,245,1)));
background: -webkit-linear-gradient(top, rgba(255,254,250,1) 0%, rgba(232,232,232,1) 55%, rgba(236,241,245,1) 100%);
background: -o-linear-gradient(top, rgba(255,254,250,1) 0%, rgba(232,232,232,1) 55%, rgba(236,241,245,1) 100%);
background: -ms-linear-gradient(top, rgba(255,254,250,1) 0%, rgba(232,232,232,1) 55%, rgba(236,241,245,1) 100%);
background: linear-gradient(to bottom, rgba(255,254,250,1) 0%, rgba(232,232,232,1) 55%, rgba(236,241,245,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffefa', endColorstr='#ecf1f5', GradientType=0 );
}
.table_det li {
	color: #000;
	list-style-type: none;
}
.table_det li:last-child {
	float: left !important;
}
.wallet a {
	text-decoration: underline;
}
td.nc {
	color: #ef0808;
}
.avail, .sucss {
	color: #357b12;
}
.frozen {
	color: #0000ff;
}
.afw, .fzen, .notconfirm {
	border-radius: 50%;
	border: 1px solid #ffffbe;
	display: inline-block;
	height: 20px;
	margin-right: 10px;
	width: 20px;
	-webkit-box-shadow: 1px 1px 10px 2px rgba(255,255,190,0.28);
	-moz-box-shadow: 1px 1px 10px 2px rgba(255,255,190,0.28);
	box-shadow: 1px 1px 10px 2px rgba(255,255,190,0.28);
}
.afw {
	background-color: #357b12;
}
.fzen {
	background-color: #0000ff;
}
.notconfirm {
	background-color: #ad1414;
}

tbody tr td:first-child {
}

.dash-logo {
  display: block;
  margin: 6px 10px 0 6px;
}


.inner-page{

background: rgba(254,248,228,1);
background: -moz-linear-gradient(top, rgba(254,248,228,1) 0%, rgba(254,242,205,1) 18%, rgba(254,238,189,1) 20%, rgba(244,234,199,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,248,228,1)), color-stop(18%, rgba(254,242,205,1)), color-stop(20%, rgba(254,238,189,1)), color-stop(100%, rgba(244,234,199,1)));
background: -webkit-linear-gradient(top, rgba(254,248,228,1) 0%, rgba(254,242,205,1) 18%, rgba(254,238,189,1) 20%, rgba(244,234,199,1) 100%);
background: -o-linear-gradient(top, rgba(254,248,228,1) 0%, rgba(254,242,205,1) 18%, rgba(254,238,189,1) 20%, rgba(244,234,199,1) 100%);
background: -ms-linear-gradient(top, rgba(254,248,228,1) 0%, rgba(254,242,205,1) 18%, rgba(254,238,189,1) 20%, rgba(244,234,199,1) 100%);
background: linear-gradient(to bottom, rgba(254,248,228,1) 0%, rgba(254,242,205,1) 18%, rgba(254,238,189,1) 20%, rgba(244,234,199,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef8e4', endColorstr='#f4eac7', GradientType=0 );

}

.provide{
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(198,253,107,1)), color-stop(39%, rgba(165,229,54,1)), color-stop(43%, rgba(166,230,55,1)), color-stop(100%, rgba(165,229,54,1)));
background: -webkit-linear-gradient(top, rgba(198,253,107,1) 0%, rgba(165,229,54,1) 39%, rgba(166,230,55,1) 43%, rgba(165,229,54,1) 100%);
background: -o-linear-gradient(top, rgba(198,253,107,1) 0%, rgba(165,229,54,1) 39%, rgba(166,230,55,1) 43%, rgba(165,229,54,1) 100%);
background: -ms-linear-gradient(top, rgba(198,253,107,1) 0%, rgba(165,229,54,1) 39%, rgba(166,230,55,1) 43%, rgba(165,229,54,1) 100%);
background: linear-gradient(to bottom, rgba(198,253,107,1) 0%, rgba(165,229,54,1) 39%, rgba(166,230,55,1) 43%, rgba(165,229,54,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6fd6b', endColorstr='#a5e536', GradientType=0 );
}

.get{

background: rgba(252,219,128,1);
background: -moz-linear-gradient(top, rgba(252,219,128,1) 0%, rgba(248,182,4,1) 39%, rgba(248,182,4,1) 43%, rgba(249,208,97,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,219,128,1)), color-stop(39%, rgba(248,182,4,1)), color-stop(43%, rgba(248,182,4,1)), color-stop(100%, rgba(249,208,97,1)));
background: -webkit-linear-gradient(top, rgba(252,219,128,1) 0%, rgba(248,182,4,1) 39%, rgba(248,182,4,1) 43%, rgba(249,208,97,1) 100%);
background: -o-linear-gradient(top, rgba(252,219,128,1) 0%, rgba(248,182,4,1) 39%, rgba(248,182,4,1) 43%, rgba(249,208,97,1) 100%);
background: -ms-linear-gradient(top, rgba(252,219,128,1) 0%, rgba(248,182,4,1) 39%, rgba(248,182,4,1) 43%, rgba(249,208,97,1) 100%);
background: linear-gradient(to bottom, rgba(252,219,128,1) 0%, rgba(248,182,4,1) 39%, rgba(248,182,4,1) 43%, rgba(249,208,97,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcdb80', endColorstr='#f9d061', GradientType=0 );

}



.help-btn {
  background-color: #000;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
  padding: 12px 40px;
  border: 1px solid #949494;
}

.help-btn a {
  color: #416aa3;
  font-size: 28px;
  font-weight: 600;
text-shadow: 2px 2px 4px rgba(253, 233, 176, 1);
}
.help-btn a span {
  display: block;
  font-size: 13px;
text-shadow: 2px 2px 4px rgba(253, 233, 176, 1);
}.small-link a {
  color: #011153;
  text-decoration: underline;
}

.small-link a:hover {

  text-decoration: none;
}

.com-btn{
	
background: rgba(253,220,107,1);
background: -moz-linear-gradient(top, rgba(253,220,107,1) 0%, rgba(253,212,73,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(253,220,107,1)), color-stop(100%, rgba(253,212,73,1)));
background: -webkit-linear-gradient(top, rgba(253,220,107,1) 0%, rgba(253,212,73,1) 100%);
background: -o-linear-gradient(top, rgba(253,220,107,1) 0%, rgba(253,212,73,1) 100%);
background: -ms-linear-gradient(top, rgba(253,220,107,1) 0%, rgba(253,212,73,1) 100%);
background: linear-gradient(to bottom, rgba(253,220,107,1) 0%, rgba(253,212,73,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fddc6b', endColorstr='#fdd449', GradientType=0 );
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
    color: #444444;
   padding: 7px 19px;
	border: 1px solid #d19405;
	
	}


.com-btn:hover{

background: rgba(253,212,73,1);
background: -moz-linear-gradient(top, rgba(253,212,73,1) 0%, rgba(253,220,107,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(253,212,73,1)), color-stop(100%, rgba(253,220,107,1)));
background: -webkit-linear-gradient(top, rgba(253,212,73,1) 0%, rgba(253,220,107,1) 100%);
background: -o-linear-gradient(top, rgba(253,212,73,1) 0%, rgba(253,220,107,1) 100%);
background: -ms-linear-gradient(top, rgba(253,212,73,1) 0%, rgba(253,220,107,1) 100%);
background: linear-gradient(to bottom, rgba(253,212,73,1) 0%, rgba(253,220,107,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdd449', endColorstr='#fddc6b', GradientType=0 );

}





.top_btn {
  display: inline-block;
  margin: 20px 0;
  width: 100%;
}
.shw > select, .shw input[type="text"] {
  background: url(../images/slctarwdwn.png) no-repeat 80% center, #fff;
  border: 1px solid #cccccc;
  height: 29px;
  padding: 0 !important;
  width: 47px;
  
appearance:none; -moz-appearance:none;



}
.shw {
  float: right;
}
.pagination {
  margin: 0;
}
.shw input[type="text"] {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #cccccc;
  height: 29px;
  padding: 0 !important;
  width: 47px;
  padding: 0 5px!important;
}


.mr small {
  display: block;
}
.mr {
  display: inline-block;
}



.main_navbar1 .navbar-right {
  float: right !important;
}


.page-title {

background: rgba(157,150,135,1);
background: -moz-linear-gradient(top, rgba(157,150,135,1) 0%, rgba(157,150,135,1) 50%, rgba(142,134,117,1) 50%, rgba(142,134,117,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(157,150,135,1)), color-stop(50%, rgba(157,150,135,1)), color-stop(50%, rgba(142,134,117,1)), color-stop(100%, rgba(142,134,117,1)));
background: -webkit-linear-gradient(top, rgba(157,150,135,1) 0%, rgba(157,150,135,1) 50%, rgba(142,134,117,1) 50%, rgba(142,134,117,1) 100%);
background: -o-linear-gradient(top, rgba(157,150,135,1) 0%, rgba(157,150,135,1) 50%, rgba(142,134,117,1) 50%, rgba(142,134,117,1) 100%);
background: -ms-linear-gradient(top, rgba(157,150,135,1) 0%, rgba(157,150,135,1) 50%, rgba(142,134,117,1) 50%, rgba(142,134,117,1) 100%);
background: linear-gradient(to bottom, rgba(157,150,135,1) 0%, rgba(157,150,135,1) 50%, rgba(142,134,117,1) 50%, rgba(142,134,117,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d9687', endColorstr='#8e8675', GradientType=0 );


padding: 0 10px;
	margin: 0;

}
.page-title h6 {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin: 7px 0;
}

.form-box {
  background-color: #fff;
  padding: 20px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border:3px solid #cc8822;
}
#login {
  padding: 130px 0;
}
.form-login{    background: #f2e5d2 none repeat scroll 0 0;}






 /*************************
  Basic margin padding
*************************/ 
.m-0 { margin-top: 0 !important; margin-right: 0 !important; margin-bottom: 0 !important; margin-left: 0 !important; }
.p-0 { padding-top: 0 !important; padding-right: 0 !important; padding-bottom: 0 !important; padding-left: 0 !important; }
 
/*************************
     Margin top
*************************/ 
.mt-0 { margin-top: 0 !important; }
.mt-10 { margin-top: 10px !important; }
.mt-15 { margin-top: 15px !important; }
.mt-20 { margin-top: 20px !important; }
.mt-30 { margin-top: 30px !important; }
.mt-40 { margin-top: 40px !important; }
.mt-50 { margin-top: 50px !important; }
.mt-60 { margin-top: 60px !important; }
.mt-70 { margin-top: 70px !important; }
.mt-80 { margin-top: 80px !important; }
.mt-90 { margin-top: 90px !important; }
.mt-100 { margin-top: 100px !important; }
.mt-110 { margin-top: 110px !important; }
.mt-120 { margin-top: 120px !important; }
.mt-130 { margin-top: 130px !important; }
.mt-140 { margin-top: 140px !important; }
.mt-150 { margin-top: 150px !important;}

 /*************************
    Margin right
*************************/ 
.mr-0 { margin-right: 0!important }
.mr-10 { margin-right: 10px !important; }
.mr-15 { margin-right: 15px !important; }
.mr-20 { margin-right: 20px !important; }
.mr-30 { margin-right: 30px !important; }
.mr-40 { margin-right: 40px !important; }
.mr-50 { margin-right: 50px !important; }
.mr-60 { margin-right: 60px !important; }
.mr-70 { margin-right: 70px !important; }
.mr-80 { margin-right: 80px !important; }
.mr-90 { margin-right: 90px !important; }
.mr-100 { margin-right: 100px !important; }
.mr-110 { margin-right: 110px !important; }
.mr-120 { margin-right: 120px !important; }
.mr-130 { margin-right: 130px !important; }
.mr-140 { margin-right: 140px !important; }
.mr-150 { margin-right: 150px !important; } 

 /*************************
    Margin bottom
*************************/
.mb-0 { margin-bottom: 0!important }
.mb-10 { margin-bottom: 10px !important; }
.mb-15 { margin-bottom: 15px !important; }
.mb-20 { margin-bottom: 20px !important; }
.mb-30 { margin-bottom: 30px !important; }
.mb-40 { margin-bottom: 40px !important; }
.mb-50 { margin-bottom: 50px !important; }
.mb-60 { margin-bottom: 60px !important; }
.mb-70 { margin-bottom: 70px !important; }
.mb-80 { margin-bottom: 80px !important; }
.mb-90 { margin-bottom: 90px !important; }
.mb-100 { margin-bottom: 100px !important; }
.mb-110 { margin-bottom: 110px !important; }
.mb-120 { margin-bottom: 120px !important; }
.mb-130 { margin-bottom: 130px !important; }
.mb-140 { margin-bottom: 140px !important; }
.mb-150 { margin-bottom: 150px !important; }

/*************************
    Margin left
*************************/
.ml-0 { margin-left: 0!important }
.ml-10 { margin-left: 10px !important; }
.ml-15 { margin-left: 15px !important; }
.ml-20 { margin-left: 20px !important; }
.ml-30 { margin-left: 30px !important; }
.ml-40 { margin-left: 40px !important; }
.ml-50 { margin-left: 50px !important; }
.ml-60 { margin-left: 60px !important; }
.ml-70 { margin-left: 70px !important; }
.ml-80 { margin-left: 80px !important; }
.ml-90 { margin-left: 90px !important; }
.ml-100 { margin-left: 100px !important; }
.ml-110 { margin-left: 110px !important; }
.ml-120 { margin-left: 120px !important; }
.ml-130 { margin-left: 130px !important; }
.ml-140 { margin-left: 140px !important; }
.ml-150 { margin-left: 150px !important; } 
 
 /*************************
    Padding top
*************************/
.pt-0 { padding-top: 0!important }
.pt-10 { padding-top: 10px !important; }
.pt-15 { padding-top: 15px !important; }
.pt-20 { padding-top: 20px !important; }
.pt-30 { padding-top: 30px !important; }
.pt-40 { padding-top: 40px !important; }
.pt-50 { padding-top: 50px !important; }
.pt-60 { padding-top: 60px !important; }
.pt-70 { padding-top: 70px !important; }
.pt-80 { padding-top: 80px !important; }
.pt-90 { padding-top: 90px !important; }
.pt-100 { padding-top: 100px !important; }
.pt-110 { padding-top: 110px !important; }
.pt-120 { padding-top: 120px !important; }
.pt-130 { padding-top: 130px !important; }
.pt-140 { padding-top: 140px !important; }
.pt-150 { padding-top: 150px !important; } 

 /*************************
    Padding right
*************************/
.pr-0 { padding-right: 0!important }
.pr-10 { padding-right: 10px !important; }
.pr-15 { padding-right: 15px !important; }
.pr-20 { padding-right: 20px !important; }
.pr-30 { padding-right: 30px !important; }
.pr-40 { padding-right: 40px !important; }
.pr-50 { padding-right: 50px !important; }
.pr-60 { padding-right: 60px !important; }
.pr-70 { padding-right: 70px !important; }
.pr-80 { padding-right: 80px !important; }
.pr-90 { padding-right: 90px !important; }
.pr-100 { padding-right: 100px !important; }
.pr-110 { padding-right: 110px !important; }
.pr-120 { padding-right: 120px !important; }
.pr-130 { padding-right: 130px !important; }
.pr-140 { padding-right: 140px !important; } 
 
 /*************************
    Padding bottom
*************************/
.pb-0 { padding-bottom: 0!important }
.pb-10 { padding-bottom: 10px !important; }
.pb-15 { padding-bottom: 15px !important; }
.pb-20 { padding-bottom: 20px !important; }
.pb-30 { padding-bottom: 30px !important; }
.pb-40 { padding-bottom: 40px !important; }
.pb-50 { padding-bottom: 50px !important; }
.pb-60 { padding-bottom: 60px !important; }
.pb-70 { padding-bottom: 70px !important; }
.pb-80 { padding-bottom: 80px !important; }
.pb-90 { padding-bottom: 90px !important; }
.pb-100 { padding-bottom: 100px !important; }
.pb-110 { padding-bottom: 110px !important; }
.pb-120 { padding-bottom: 120px !important; }
.pb-130 { padding-bottom: 130px !important; }
.pb-140 { padding-bottom: 140px !important; }
.pb-150 { padding-bottom: 150px !important; } 
 
 /*************************
    Padding left
*************************/
.pl-0 { padding-left: 0!important }
.pl-10 { padding-left: 10px !important; }
.pl-15 { padding-left: 15px !important; }
.pl-20 { padding-left: 20px !important; }
.pl-30 { padding-left: 30px !important; }
.pl-40 { padding-left: 40px !important; }
.pl-50 { padding-left: 50px !important; }
.pl-60 { padding-left: 60px !important; }
.pl-70 { padding-left: 70px !important; }
.pl-80 { padding-left: 80px !important; }
.pl-90 { padding-left: 90px !important; }
.pl-100 { padding-left: 100px !important; }
.pl-110 { padding-left: 110px !important; }
.pl-120 { padding-left: 120px !important; }
.pl-130 { padding-left: 130px !important; }
.pl-140 { padding-left: 140px !important; }
.pl-150 { padding-left: 150px !important; }  


 /*************************
   Modal Box
*************************/
.modal-header {
	padding: 1px 0;
	border-bottom: none;
	margin-bottom: 2px;
}

.modal-content {
	position: relative;
		background-color: #817865;
	background: -webkit-linear-gradient(top,#a69e8d 0,#817865 20%);
	background: -moz-linear-gradient(top,#a69e8d 0,#817865 20%);
	background: -o-linear-gradient(top,#a69e8d 0,#817865 20%);
	background: linear-gradient(to bottom,#a69e8d 0,#817865 20%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#a69e8d,endColorstr=#817865,GradientType=0);
	
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
border:1px solid #494437;
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);padding: 5px;
	
}



.modal-body {


background: rgba(254,248,228,1);
background: -moz-linear-gradient(top, rgba(254,248,228,1) 0%, rgba(254,248,228,1) 7%, rgba(254,238,189,1) 18%, rgba(254,238,189,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,248,228,1)), color-stop(7%, rgba(254,248,228,1)), color-stop(18%, rgba(254,238,189,1)), color-stop(100%, rgba(254,238,189,1)));
background: -webkit-linear-gradient(top, rgba(254,248,228,1) 0%, rgba(254,248,228,1) 7%, rgba(254,238,189,1) 18%, rgba(254,238,189,1) 100%);
background: -o-linear-gradient(top, rgba(254,248,228,1) 0%, rgba(254,248,228,1) 7%, rgba(254,238,189,1) 18%, rgba(254,238,189,1) 100%);
background: -ms-linear-gradient(top, rgba(254,248,228,1) 0%, rgba(254,248,228,1) 7%, rgba(254,238,189,1) 18%, rgba(254,238,189,1) 100%);
background: linear-gradient(to bottom, rgba(254,248,228,1) 0%, rgba(254,248,228,1) 7%, rgba(254,238,189,1) 18%, rgba(254,238,189,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef8e4', endColorstr='#feeebd', GradientType=0 );
border:1px solid #494437;
padding: 10px 0px 0;

}



.modal-header .modal-title {
	color: #fff;
	font-size: 12px;
	margin-bottom: 0;
	margin-right: 10px;
	text-align: center;
	font-weight: 600;
	text-align: left;
}


.modal-footer {
	padding: 15px;
	text-align: right; border:none;
}


.modal-header .close {
	margin-top: -2px;
	background-color: #d8b852;
	opacity: 1;
	color: #5f5c54;
	text-shadow: none;
	font-size: 17px;
	padding: 1px 4px;
	border-radius: 50%;
}


.modal-header .close:hover {
	
	background-color: #ffdd57;

}



.modal-body-top {

	margin-bottom: 10px;
}
.modal-body-btm {
	background-color: #fff;
	display: inline-block;
	width: 100%;
	padding: 8px 8px;
	text-align: right;
		border-top: 1px solid #fece2f;
}


.btn-default{

	color: #4c3000;
	background: #fece2f;
	background-repeat: repeat-x;
	border: 1px solid #d19405;
	background: -webkit-linear-gradient(top,#feeebd 0,#fece2f 100%);
	background: -moz-linear-gradient(top,#feeebd 0,#fece2f 100%);
	background: -o-linear-gradient(top,#feeebd 0,#fece2f 100%);
	background: linear-gradient(to bottom,#feeebd 0,#fece2f 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#feeebd,endColorstr=#fece2f,GradientType=0);
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	
	
	}


.btn-default:hover, .btn-default:active, .btn-default:focus   {
	background: #ffdd57;
	color: #000000;
	border: 1px solid #a45b13;
	filter: none;
}

.btn {
	padding: 4px 7px;
	font-size: 12px;
}.btn img {
	float: left;
	margin-right: 2px;
}


.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
	border-bottom-width: 1px;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
	border: 1px dotted #fece2f;
}




.accordion-toggle {
	background: #FEDC69 url('../images/toggle-head.png') repeat-x center;
	filter: none;
	border-bottom: 1px solid #494437;
	color: #000;
	cursor: pointer;
	font-size: 12px;
	margin: 0px 0 0;
	padding: 8px 10px;
	position: relative;
	/* border-top: 1px solid #494437; */
}
.accordion-toggle:hover {

}

.accordion-toggle.active::after {
	content: "\f102";
	position: absolute;
	right: 10px;
	top: 0;
	/* width: 0; */
	/* height: 0; */
	/* border-top: 5px solid #000; */
	/* border-left: 5px solid rgba(0,0,0,0); */
	/* border-right: 5px solid rgba(0,0,0,0); */
	bottom: 0;
	margin: auto;
	font-family: fontawesome;
	line-height: 21px;
	background-color: #d8b852;
	opacity: 1;
	color: #5f5c54;
	text-shadow: none;
	border-radius: 50%;
	padding: 0 7px;
	width: 20px;
	height: 20px;
	font-weight:normal;}

.accordion-toggle::before {
	content: "\f103";
	position: absolute;
	right: 10px;
	top: 0;
	/* width: 0; */
	/* height: 0; */
	/* border-top: 5px solid #000; */
	/* border-left: 5px solid rgba(0,0,0,0); */
	/* border-right: 5px solid rgba(0,0,0,0); */
	bottom: 0;
	margin: auto;
	font-family: fontawesome;
	line-height: 21px;
	background-color: #d8b852;
	opacity: 1;
	color: #5f5c54;
	text-shadow: none;
	border-radius: 50%;
	padding: 0 7px;
	width: 20px;
	height: 20px;
}



.accordion-toggle:hover::before{background-color: #ffdd57;}


			.accordion-toggle.active:before{display:none;}
			.accordion-content {display: none;}
			.accordion-content {
  background-color: #fff;

  padding: 10px;
}
			.accordion-toggle.active {
				font-weight:bold;

}
.accordion-toggle img {
	float: left;
	margin-right: 5px;
}










.left-side {
	width:96%; padding:10px;
}



#side-bar {
	background-color: #feeebd;
	border-left: 1px solid #494437;
}
#side-bar.left-shadow-overlay .handle {
	background-color: transparent;
	float: right;
	right: 0;
	left: inherit;
}
#side-bar {
	/*background-color: #BDBDBD;*/
	color: #fff;
	z-index: 1002;
	top:47px !important;
}	



#side-bar h3{
	background-color: #2E2E2E;
	font-size: 1.9em;
	padding: 20px;
	margin: 0;
	font-weight: 300;
}
#side-bar a{
	border-bottom: 1px solid #D8D8D8;
	padding: 0.25em;
	display: block;
	color: #424242;
	font-size: 1.2em;
	font-weight: 300;
	text-decoration: none;
}
#side-bar a:hover{
	background-color: #D8D8D8;
}
#side-bar .handle {
	background-color: #817865;
	left: -28px;
	padding: 6px 7px;
	position: absolute;
	top: 0px;
	width: auto;
	cursor: pointer;
	/* margin-top: -20px; */
	/* -moz-transition: 200ms ease all; */
	/* -webkit-transition: 200ms ease all; */
	height: 100%;
}
#side-bar .handle:hover{
  /*left: -46px;
  width: 30px;*/
}

.side-panel{
	background-color: #E6E6E6;
	padding: 10px;
}

.side-panel-left{
	box-shadow: -5px 0 15px -6px #585858 inset;
}
.side-panel-left-overlay{
	box-shadow: -10px 0 15px 10px #585858;
}
.side-panel-right{
	box-shadow: 5px 0 15px -6px #585858 inset;
}

.jumbotron{
	margin-bottom: 0px;
}




.left-accordion {
	background-color: #feeebd;
	border: 1px solid #494437; overflow: scroll;
	height: 508px;
}


.left-accordion-toggle {
	/* background: #FEDC69 url('../images/toggle-head.png') repeat-x center; */
	/* filter: none; */
	/* border-bottom: 1px solid #494437; */
	color: #000;
	cursor: pointer;
	font-size: 12px;
	margin: 0px 0 0;
	padding: 8px 32px;
	position: relative;font-weight: bold;
	/* border-top: 1px solid #494437; */
}
.left-accordion-toggle:hover {

}

.left-accordion-toggle.active::after {
	background: url('../images/datagrid_icons.png') no-repeat scroll;
	position: absolute;
	left: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 1;
	border-radius: 50%;
	/* padding: 0 7px; */
	width: 20px;
	height: 20px;
	content: "";
	background-position: -47px 0px;
}


.left-accordion-toggle::before {
	background: url('../images/datagrid_icons.png') no-repeat scroll;
	position: absolute;
	left: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 1;
	border-radius: 50%;
	/* padding: 0 7px; */
	width: 20px;
	height: 20px;
	content: "";
	background-position: -31px 0px;
}





.left-accordion-toggle:hover::before{}
.left-accordion-content {
	background-color: #fff;
	padding: 0px;
	margin-left: 30px;display: block;
}

			.left-accordion-toggle.active:before{display:none;}
		
		.left-accordion-toggle.active {
				font-weight:bold;

}
.left-accordion-toggle img {
	float: left;
	margin-right: 5px;
}
.bottom-fixed {
	padding: 9px 10px;
	background-color: #feeebd;
	border-top: 1px solid #494437;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
}

.handle i{

background-color: #d8b852;
opacity: 1;
color: #5f5c54;
text-shadow: none;
font-size: 16px;
padding: 1px 4px;
border-radius: 50%;	
	}
.handle i:hover{background-color: #ffdd57;}

.common-toggle-head h6 {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 8px 0;text-transform: capitalize;
}

.common-toggle-head {
	background: rgba(157,150,135,1);
	background: -moz-linear-gradient(top, rgba(157,150,135,1) 0%, rgba(157,150,135,1) 50%, rgba(142,134,117,1) 50%, rgba(142,134,117,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(157,150,135,1)), color-stop(50%, rgba(157,150,135,1)), color-stop(50%, rgba(142,134,117,1)), color-stop(100%, rgba(142,134,117,1)));
	background: -webkit-linear-gradient(top, rgba(157,150,135,1) 0%, rgba(157,150,135,1) 50%, rgba(142,134,117,1) 50%, rgba(142,134,117,1) 100%);
	background: -o-linear-gradient(top, rgba(157,150,135,1) 0%, rgba(157,150,135,1) 50%, rgba(142,134,117,1) 50%, rgba(142,134,117,1) 100%);
	background: -ms-linear-gradient(top, rgba(157,150,135,1) 0%, rgba(157,150,135,1) 50%, rgba(142,134,117,1) 50%, rgba(142,134,117,1) 100%);
	background: linear-gradient(to bottom, rgba(157,150,135,1) 0%, rgba(157,150,135,1) 50%, rgba(142,134,117,1) 50%, rgba(142,134,117,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d9687', endColorstr='#8e8675', GradientType=0 );
	padding: 0 10px;
	margin: 0;
}



.common-toggle-body{
		background: rgba(254,248,228,1);
	background: -moz-linear-gradient(top, rgba(254,248,228,1) 0%, rgba(254,248,228,1) 7%, rgba(254,238,189,1) 18%, rgba(254,238,189,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,248,228,1)), color-stop(7%, rgba(254,248,228,1)), color-stop(18%, rgba(254,238,189,1)), color-stop(100%, rgba(254,238,189,1)));
	background: -webkit-linear-gradient(top, rgba(254,248,228,1) 0%, rgba(254,248,228,1) 7%, rgba(254,238,189,1) 18%, rgba(254,238,189,1) 100%);
	background: -o-linear-gradient(top, rgba(254,248,228,1) 0%, rgba(254,248,228,1) 7%, rgba(254,238,189,1) 18%, rgba(254,238,189,1) 100%);
	background: -ms-linear-gradient(top, rgba(254,248,228,1) 0%, rgba(254,248,228,1) 7%, rgba(254,238,189,1) 18%, rgba(254,238,189,1) 100%);
	background: linear-gradient(to bottom, rgba(254,248,228,1) 0%, rgba(254,248,228,1) 7%, rgba(254,238,189,1) 18%, rgba(254,238,189,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef8e4', endColorstr='#feeebd', GradientType=0 );

	padding: 10px 0px 0;
	
	
	}



.accordion-toggle {
	background: #FEDC69 url('../images/toggle-head.png') repeat-x center;
	filter: none;
	border-bottom: 1px solid #494437;
	color: #000;
	cursor: pointer;
	font-size: 12px;
	margin: 0px 0 0;
	padding: 8px 10px;
	position: relative;
	/* border-top: 1px solid #494437; */
}
.accordion-toggle:hover {

}

.accordion-toggle.active::after {
	content: "\f102";
	position: absolute;
	right: 10px;
	top: 0;
	/* width: 0; */
	/* height: 0; */
	/* border-top: 5px solid #000; */
	/* border-left: 5px solid rgba(0,0,0,0); */
	/* border-right: 5px solid rgba(0,0,0,0); */
	bottom: 0;
	margin: auto;
	font-family: fontawesome;
	line-height: 21px;
	background-color: #d8b852;
	opacity: 1;
	color: #5f5c54;
	text-shadow: none;
	border-radius: 50%;
	padding: 0 7px;
	width: 20px;
	height: 20px;
	font-weight:normal;}

.accordion-toggle::before {
	content: "\f103";
	position: absolute;
	right: 10px;
	top: 0;
	/* width: 0; */
	/* height: 0; */
	/* border-top: 5px solid #000; */
	/* border-left: 5px solid rgba(0,0,0,0); */
	/* border-right: 5px solid rgba(0,0,0,0); */
	bottom: 0;
	margin: auto;
	font-family: fontawesome;
	line-height: 21px;
	background-color: #d8b852;
	opacity: 1;
	color: #5f5c54;
	text-shadow: none;
	border-radius: 50%;
	padding: 0 7px;
	width: 20px;
	height: 20px;
}



.accordion-toggle:hover::before{background-color: #ffdd57;}


			.accordion-toggle.active:before{display:none;}
			.accordion-content {display: none;}
			.accordion-content {
  background-color: #fff;

  padding: 10px;
}
			.accordion-toggle.active {
				font-weight:bold;

}
.accordion-toggle img {
	float: left;
	margin-right: 5px;
}

.default-form input[type="text"], .default-form input[type="email"], .default-form input[type="password"] {
	height: 33px;
	background: #fff3f3;
	border-top: 2px solid #8d5d5d;
	border-bottom: 2px solid #ffe4e4;
	border-left: 2px solid #8d5d5d;
	border-right: 2px solid #8d5d5d;
	width: 270px;
	padding: 7px 0 !important;
}

.default-form select {
	height: auto;
	background: #fff3f3;
	border-top: 2px solid #8d5d5d;
	border-bottom: 2px solid #ffe4e4;
	border-left: 2px solid #8d5d5d;
	border-right: 2px solid #8d5d5d;
	width: 270px;
	padding: 0 !important;
}
.default-form label {
	font-weight: normal;
	color: #000;
	float: left;
	margin-right: 10px;
	width: 100px;
	line-height: 35px;
}
.default-form .form-group {
	margin-bottom: 0;
	width: 100%;
	display: inline-block;
}
.default-form {
	padding: 10px 25px;
}


.countup > div {
	font-family: 'Russo One', sans-serif;
	font-weight: normal;
	font-size: 5rem;
	line-height: 5rem;
}


.countup > .name {
	font-size: 3rem;
	line-height: 5rem;
	text-transform: uppercase;
}

.countup {
	color: white;
	margin-bottom: 10px;
}

.countup > .value {
	font-size: 47px;
	color: #ffffff;
}

