body{
	margin: 0;
	padding: 0;
	background: #ffecbc url("/img/patte1rn.png") repeat center center;
	background-repeat: repeat !important;
	background-siz1e: 256px;
	color: #443717;
	overflow-x: hidden;
	font-family: 'Exo 2', sans-serif;
}
/* Header promo */
#center_jumbotron {
	background: #fff;
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
	border-radius: 2em;
	box-shadow: inset -1px -2px 2px 1px rgba(77, 63, 28, 0.1) !important ;
  }
  @keyframes gradient {
	0% {
	  background-position: 0% 50%;
	}
	50% {
	  background-position: 100% 50%;
	}
	100% {
	  background-position: 0% 50%;
	}
  }
  
.navmenu {
	background: #2e43b9; 
	border-bottom: 0px solid #282121 !important;
	border-radius: 0px;
	margin: 0 auto;
}
.navbar-brand {
	font-size: 2.5em;
	line-height: 1.3em;
	font-weight: 700;
	color: #fff !important;
	padding: 0;
}
.navbar-brand span{
	font-weight: 700;
	color: #f24;
}

.navbar-dark {
	background: none;
}
.navbar-nav {
	font-weight: 400;
}
.navbar-nav a{
	font-size: 1.10em;
	color: rgb(255, 255, 255) !important;
	padding: 2px 9px;
	border-radius: 1em;
	margin: 0px 5px;
	position: relative;
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
}
.nav-link span{
	display: block;
	margin: 0 auto;
}
.navbar-nav a:hover{
	color: rgb(233, 9, 65) !important;
	border-radius: 1em;
}


.btn2 {
	border-radius: 2em !important;
	padding: 4px 15px;
}
.home {
	border-bottom1: 2px solid #f24 !important;
}
.dogehome{
    width: 300px;margin: 0 auto;
    height: 220px;
	background: url("/img/doge.png") no-repeat center center;
	background-size: 60%;
}

.home-logo img {
	transition-duration: 180ms;
	transform: scale(0.9);
  }
.home-logo:hover img {
	  transform: scale(1);
	  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.9));
}
.home-title {
	color: #443717;
	font-weight: 800;
	line-height: 1.6rem;
	font-size: 24px;
}
.home-title span {
	color: #ffd13b;
} 

.wrapper {
	margin-top: 15px;padding: 15px;
	min-height: calc(100vh - 250px - 300px);
	background-color: #fffaec;
	border-radius: 1em;
}


.about {
	padding: 15px 15px;
	border-radius: 1em;
	background-color: #fff;
	box-shadow: 6px 6px 0 0 #f9de9c;
	border: 0px solid #b39249 !important;
}


.about2 {
	color: #432;
	padding: 10px 0px;font-size: 22px;
	border-radius: 0.5em; 
	background-color: #ffecbc; 
	border: 1px solid #f9de9c !important;
}
.about2 img {
	max-width: 20%;
	padding: 7px;
}
.about2 .text-warning {
	color: #ff8d1a !important;
}
.about2 .text-success {
	color: #1cc941 !important;
}
.about2 .text-danger {
	color: #fa3112 !important;
}

@media only screen and (max-width: 600px) {

	.about2 {font-size: 18px;
	}
}

.header {
	padding: 15px 15px;
	border-radius: 0 0 1em 1em;
	background-color: #fff;
	box-shadow: 6px 6px 0 0 #f9de9c;
	border: 0px solid #b39249 !important;
}
.header-menu {
	background-color: #2d2901;
	border-radius: 0 0 1em 1em;
	margin: 0 -25px;
}
.wrap-title,.wrap-title2{
	color: #816626;display:inline-block;
	padding: 3px 0px 3px;
	font-weight: 800;
}
.wrap-title::after {
	position: relative;
	bottom: 0; left: 0;right: 0;
	display: block;
	content: "";
	border-radius: 4px;
	padding: 0;margin: 0 auto;
	width: 55px;
}
.content-title{
	color: #816626;display:inline-block;
	padding: 3px 7px 5px;
	font-weight: 800;
}

.content-title::after {
	position: relative;
	bottom: 0; left: 0;right: 0;
	display: block;
	content: "";
	background: #009393;
	background: linear-gradient(90deg, #009393, #008383);
	border-radius: 4px;
	padding: 0;margin: 0 auto;
	width: 55px;height: 8px;
}
.footer {
	margin: 0 auto;
	padding: 10px 0 0; 
	border-radius: 1em 1em 0 0;
	background-color: #2d2901; 
}
.footer .nav-link {
	margin: 0 5px;
	border-radius: 1em;
	background-color: #33311b; 
}
.footer a {
	font-size: 18px;
	color: #ecd592;
}
.footer a:hover {
	color: #f5e6b9;
}
.footer .copyright { 
	background-color: #232102;
	border-top: 1px solid #4c4928 !important;
}
.stat {
	border: 0px #777 solid !important;
	border-radius: 4px;
	margin-bottom: 5px;
	padding: 0;
	color: #665c54;
	background: #fff;
}

.stat i{
	color: #3f51b5;
	font-size: 3rem;
	padding: 3px;
	transition-duration: 180ms;
	transform: scale(0.8);
}
.stat:hover i {
	  transform: scale(1);
}
.stat-num {
	color: rgb(85, 80, 68);
	font-weight: 700;
	font-size: 45px;
	line-height: 1;
	padding-bottom: 10px;
  }
  .stat-num small{
	  font-weight: 500;
	  font-size: 35px;
	}
  .stat-text {
	text-transform: uppercase;
  }
	.stats {
		border: 1px #ddd solid !important;
		border-radius: 4px;
		margin-bottom: 5px;
		padding: 0;
	}
	.stats-title {
		font-size: 18px;
		font-weight: bold;
		color: #504531 !important;
		background-col1or: #eeeeee;
		position: relative;
		padding1: 5px 15px;
		display: inline-block;
	}


.table {
	background-color: #ffffff; 
	border: 1px solid #ffecbc !important;
	overflow: hidden;
}
.table th{
	background-color: #ffecbc !important;
	border-bottom: 4px solid #ffecbc !important;
}
.table tr {
	color: #504531;
	font-size: 1rem;
}
.table > tbody > tr:nth-of-type(2n+1) > * {
	color: #504531; 
  box-shadow: inset 0 0 0 9999px #fff7e3;
} 
.table tr td{
	border-bottom: 1px solid #ffecbc;	
}
.table tr:last-child td{
	border-bottom: 0;
}

	.text-sum {
		color:#3f3523;
		font-weight: 600;
		font-size: 120%;border-radius: 4px;padding: 1px 7px;
	}
	.text-sum small{
		color: #3f3523;
		font-size: 75%;padding: 2px 5px;
		border-radius: 4px;position: relative;top: -2px;right:-2px;
		background-color: #f9de9c !important;
	}
.alert.alert-danger {
	border-radius: 4px;
	color: #f22;
}
.alert.alert-warning {
	border-radius: 4px;
	color: #fc2;
}
.alert.alert-success {
	border-radius: 4px;
	color: #0c9300;
}
.bg-light {
	background-color: #f8eabf !important;
}
.card {
	border-radius: 0.5em;
	background-color: #ffecbc;
	box-shadow: 0 0px 0px 0px #312e20;
	border: 2px solid #f9de9c !important;
	color: #2f271b;
}
.card-header {
	background-color: rgba(40, 33, 20, 0.03);
}

.login-home {
	position: relative;
}
.login-home .input-ico{
	color: #009393;
	font-size: 2rem;
	position: absolute;text-align: center;
	width: 50px; left: 5px; top: 9; bottom: 0;
	border-radius: 2em 0 0 2em !important;
    border-right: 1px solid rgba(208, 226, 250, 0.1) !important;
}
.login-home .input-ico img{
	position: relative; top: -3px; 
	font-size: 1rem;text-align: center;
	width: 34px; 
}
.login-home .form-control{
	color: #575345;
	border-radius: 8px;
	font-weight: 500;
	font-size: 1.3rem;
	background-color: #fff5d5;
	border: 2px solid #f9de9c !important; 
}
.login-home .form-control:hover {
	color: #575345;
	border-radius: 8px;
	font-weight: 500;
	font-size: 1.3rem;
	background-color: #fff5d5;
	border: 2px solid #f9de9c !important;  
}
.login-home .form-control:focus{
	color: #575345;
	border-radius: 8px;
	font-weight: 500;
	font-size: 1.3rem;
	background-color: #fff;
	border: 2px solid #ecd08b !important;   
    box-shadow: 0px 0px 0px 6px rgb(255, 242, 205) ;
}

.form-control {
	color: #575345;
	background-color: #fff5d5;
	border: 2px solid #f9de9c !important;  
}
.form-control:disabled, .form-control[readonly] {
	color: #575345;
	border: 1px solid rgba(129, 154, 180, 0.2);
	background-color: rgba(249, 246, 255, 0.1);
}
.form-control::placeholder {
	color: #575345;
}
.input-group-text {
	color: #fff;
	border: 0px solid rgba(25, 25, 25, 0.1);
	background-color: #fdbd01;
}
/* Buttons */
.btn-balance a{
	border-radius: 8px;

}
.btn-home { 
	font-weight: 600;
	font-size: 1.5rem;
	padding: 3px 35px;
	border-radius: 0.3em;
	background-color: #ffd13b !important;
	background: linear-gradient(0deg, #ffd13b, #ffe39b); 
	border: 2px solid rgba(46, 28, 2, 0.1); 
}
.btn-home:hover {
	background-color: #f1b706 !important;
	background: linear-gradient(180deg, #ffd13b, #ffe39b);
	border-color: #e2ac0a;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #f1b706;
  border-color: #e2ac0a;
  box-shadow: 0px 0px 0px 4px rgb(255, 242, 205) !important;
}

.btn-danger {
	background-color: #dc3545 !important;
}
.btn-danger:hover {
	background-color: #c92f3f !important;
}
.btn-warning {
	background-color: #f0c023;
}
.btn-warning:hover {
	background-color: #ebba1c;
}

.btn-success {
	background-color: #38cf38;
}
.btn-success:hover {
	background-color: #50b950;
}
.btn-primary {
	color: #fff !important;
	border: 1px #272302 solid !important;
	background-color: #2d2901;
}
.btn-primary:hover {
	color: #2d2901 !important;
	background-color: #ffc107;
}

.btn-outline-dark {
	color: #332;
	border: 1px #726c51 solid !important;
}
.btn-outline-dark:hover {
	background-color: #332;
}

.title {
	font-size: 1.5em;
	font-weight: 800;
}
.title::after {
	position: relative;
	bottom: 0; left: 0;
	display: block;
	content: "";
	background: #f62;
	border-radius: 4px;
	padding: 0;
	width: 55px;height: 8px;
}
/*=============== Services Style ===================*/
.center-title {
    float: left;
    margin-bottom: 40px;
    padding-bottom: 20px;
    position: relative;
    text-align: center;
    width: 100%;
}
.center-title > span {
    color: #514321;
    float: left;
    font-family: playfair display;
    font-size: 14px;
    font-style: italic;
    letter-spacing: 2px;
    margin-bottom: 5px;
    width: 100%;
}
.center-title h2 {
    color: #514321;
    float: left;
    font-size:30px;
    font-weight: 600;
    letter-spacing: 0.4px;
    position:relative;
    margin: 0;
    text-transform: uppercase;
    width: 100%;
}
.center-title::before, .center-title::after {
    background: #5b4a22 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: 60px;
    position: absolute;
    width: 87px;
    -webkit-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    -o-transform:translateX(-50%);
    transform:translateX(-50%);
}
.center-title::after {
    left: auto;
    margin-left: 0;
    margin-right: 60px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
}
.center-title h2::before {
	animation-name: rotate;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
    bottom: -35px;
	background: #333 url(/img/cooler.png) no-repeat center center !important;
	background-size: 28px !important;
	border-radius: 100%;
	width: 33px;height: 33px;
    content: "";
    left: 48.75%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
} 
.service > span::before, .service > span::after, .service > span i, .service > a, .member-name > h4 a, .news-detail > h4 a, .member-social > a, .work::before, .work-hover > a, .slick-slide, .slick-arrow, .social > a, .social > a::before, .button-set a, .news-post-detail h3 a, .portfolio > img, .portfolio::before, .portfolio::after, .owl-nav > div, .news-box h5 a, .owl-dot, .creative-tabs .nav li a::before, .social-share > a, .task > a, .task-hover > h4 a, .team-img::before, .team-img > a, .option-set li a::before, .option-set li a::after, .tab-description li::before, .project-name h5 a, .simple-news-detail > h4 a, .meta > li a, .short-links > a, .short-links > span, .team-intro-social a, .creative-member > h4 a, .image-box::before, .video-play, .professional-member-detail > a:hover, .fancy-post-author > ul li a, .fancy-social a, .cats > a, .category-name h4 a, .product-thumbs, .cart-btn, .about-box::before, .about-hover, .parallax-tabs ul.nav li a, .parallax-tabs ul.nav li a i, .classic-portfolio-hover a, .classic-portfolio > img, .classic-portfolio::before, .classic-portfolio-hover > h4, .classic-portfolio-hover > span, .simple-product h4 a, .simple-product-hover > a, .product-box-hover > h4 a, .product-links > a, .widget li, .widget li::before, .widget li span, .social-widget > a, .sidebar-tabs .nav.nav-tabs li a, .coloured-btn, .simple-service i, .white-box > a, .picture img, form.subscribe button, .masonary, .masonary2, .case-study > img, .page-top ul li a, .tagcloud > a, .tagcloud > a::before, .admin-social > a, .video > a, .video::before, .add-box i, .project-box::before, .cart-product h3 a, .cart-btns > button, nav ul li ul li a, .creative-box-overlay, .creative-service:hover > span, .responsive-links, body, .member > a::before, .member > a::after, .gallery-widget > a:hover::before, .about-project-carousel .owl-nav, .toggle-item h3, .menu > ul li a, .menu > ul li, .share-link a, header, .logo img {
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
  }
.service > span::before, .service > span::after, .service > span, .project-hover a, .round-img, .member-social > a, .service-name > span, .work-hover > a, .ceo-message > img, .fun-facts::before, .thumb > img, .slick-arrow, .social > a, .social > a::before, .portfolio-hover > a, .owl-nav > div, a.play-round, .owl-dot, .creative-tabs .nav li a, .task > a, .team-img > a, .tab-description li::before, .news-author, .about-slide span, .team-intro-social a, .video-play, .creative-service > span, .professional-member-detail .skill-round > div::before, .fancy-post-author > img, .innovative-title h2::before, .widget li span, .tagcloud > a::before, .video > a, header nav ul li::before, header nav ul li::after, header nav ul li a::before, .header-options > a span, .layer8, .share-link a {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
  }
.service {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
	padding: 20px 0px;
}
.service > span {
    color: #242110;
    position:relative;
    display: inline-block;
    font-size: 30px;
    height: 78px;
    line-height: 78px;
    margin-bottom: 15px;
    text-align: center;
    width: 78px;
	cursor: default;
}
.service > strong {
    float: left;
    font-family: Exo 2;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 5px;
    text-transform: uppercase;
	color: #242110;
    width: 100%;
}
.service > i {
    float: left;
    width: 100%;
    color: #242110;
    font-size: 12px;
    letter-spacing: 2px;
    width: 100%;
}
.service p { 
	color: #242110;
    display: inline-block;
	padding: 0 7px;
    margin: 0;
}
.service > a {
	color: #d3b159;
    display: inline-block;
    font-size: 20px;
    margin-top: 10px;
}
.service > span {
    background:#ffecbc;
    z-index: 2;
    transition:all 0.25s linear;
}


.nav-pills .nav-link {
	color: #ecd592;
	font-weight: bold;
	border-radius: 2em;
	background-color: #af8e40;
	border: 0px solid #3b3729 !important;
	box-shadow1: 0 2px 2px 2px rgba(15, 11, 32,0.3);
	padding: 5px 25px;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #322;
	background-color: #d3b159;
  }

/* ACCOUNT STYLE */
.content {
	display: block;
	width: 100%;
}
.content > div {
	margin: 0; padding: 0;
}


.serf {
	padding: 10px 5px;
	border-radius: 1em;
	background-color: #ffecbc; 
}
.serf-novip {
	box-shadow: 6px 6px 0 0 #f9de9c !important;
	border: 0px solid #f9de9c !important;
}
.serf-vip {
	box-shadow: 6px 6px 0 0 #fdd160 !important;
	border: 0px solid #c79624 !important;
}
.serf .btn-danger {
	color: #4b4734 !important;
	border: 1px #272302 solid !important;
	background-color: #ffc107 !important;
	box-shadow: 0 0 2px 0px rgba(32, 32, 32, 0.2);
}

.serf .btn-danger:hover {
	color: #4b4734 !important;
	background-color: #ffa91e !important; 
}

.serf-link {
	font-size: 16px;
	font-weight: 600; 
	color: #4b4734 !important;
	text-decoration: none;
}
.serf .badge {
	color: #7d693a !important;
	font-size: 15px;font-weight: 500;padding: 3px 7px;border-radius: 1em;
	background-color: #f9de9c !important;
	border: 1px solid rgba(129, 124, 100, 0.1) !important;
}

.serf:hover {
	box-shadow: 0 0 3px 2px rgba(32, 32, 32, 0.5);
}


.tarif-panel {
	border-radius: 2em;
	background-color: #ffecbc;
	border-bottom: 1px solid #f9de9c !important;
	box-shadow: none;
	margin: 5px 10px 5px 5px;position:relative;
}

.tarif img{
	width: 32px;
	margin: 0 auto;
}
.tarif-float {
    width: 50px; height: 50px;
	position:absolute;top: 17px;
}

@media only screen and (max-width: 575px) {

	.tarif-float {
		width: 90px; height: 90px;
		position:absolute;top: 40px !important;right: 15px;
	}
	.tarif img{
		width: 90px;
	}
}
.tarif-title {
	font-weight: 700;
	color: #726729;
	font-size: 18px;
}
.tarif-lnfo {
	display: block;
	font-size: 12px; text-transform: uppercase;
	padding: 1px 7px; 
	margin-right: 20px;
	font-weight: 600;
	color: #726729;
}
.tarif-lnfo b{
	width: 80%;
	display: block;
	background-color: #f9de9c; 
	border-radius: 1em;
	color: #4b4734;
	font-size: 20px;
	font-weight: 700;
}
.tarif-lnfo .text-success{
	color: #4b4734 !important;
}
.tarif-lnfo2 {
	display: block;
	font-size: 16px;
	text-align: center;
	color: #fb2;
	padding: 3px 5px;margin: 2px;
	background-color: rgba(218, 218, 218, 0.1);
}


.tarif .btn {
	color: #ecdcac;
	border-radius: 0em;font-weight: bold;
	border: 0; font-size: 20px;
	padding: 5px 25px;
	box-shadow: 0 0 3px 0px rgba(85, 71, 39, 0.1);
}
.tarif .btn:hover {
	border: 0; 
}



@keyframes rotate{
    from{ transform: rotate(-360deg); }
    to{ transform: rotate(360deg); }
}

.mining {
    height: 150px;width: 150px;
    align-items: center;
	position:relative;
	margin: 0 auto;
}
.mining .rot{
    width: 100%;
    height: 100%;
    animation-name: rotate;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    border-radius: 50%;
	background: linear-gradient(0deg,rgb(208, 36, 214),#009393) !important;
	box-shadow:  0 0 2px 3px rgba(32, 32, 32, 0.3);
	position:absolute; left: 0; top: 0; right: 0;
}
.mining .rot2{
	content: "";
    width: 100%;
    animation-iteration-count: none;
    height: 100%;position:absolute; left: 0; top: 0; right: 0;
    border-radius: 50%;
	background: url("/img/tether.png") no-repeat center center;
	background-size: 125px;
}
.mining-info {
	display: block;
	padding: 7px 5px;margin: 5px;
	background-color: #333;
	border-radius: 12px;
	box-shadow: 0 0 2px 0px rgba(32, 32, 32, 0.1);
}
.mining-hover {
	border: 1px solid rgba(180, 129, 129, 0.1);
}


.profil {
	text-align: center;
	background-color: #f9de9c;
	margin-bottom: 15px;
	border-radius: 0.5em;
}
.profil h6 {
	font-size: 14px;
	color: #6b531b;
}
.profil .profil-icon i{
	opacity: 0.7;
	transform: scale(0.8);
	transition-duration: 180ms;
}
.profil:hover .profil-icon i{
	opacity: 0.9;
	transform: scale(1);
	
}
.profil h5 {
	font-size: 22px;
	font-weight: bold;
	color: #2b2925 !important;
	background-color: #ffecbc;
	border-radius: 0.3em;
	margin-bottom: 0;
	padding: 2px 0;
	line-height: 1;
}
.profil i {
	font-size: 28px;
	color: #6b531b;
}
.profil-float {
	position: absolute; 
	top: 5px; right: 7px;
}
.wallet {
	display: inline-block;
	padding: 0 5px;
	border: 1px solid rgba(180, 172, 129, 0.1);
	background-color: #fc2;
}
.balance {
	background-color: #ffecbc;
	margin-bottom: 15px;
	border-radius: 0.5em;
}
.balance h6 {
	color: #a87300;
}
.balance .balance-icon img{
	opacity: 0.7;
	height: 72px;width: 72px;
	transform: scale(0.8);
	transition-duration: 180ms;
}
.balance:hover .balance-icon img{
	opacity: 0.8;
	transform: scale(1);
	
}
.balance .btn {
	border-radius: 2em;
}
.float-icon {
	position: absolute; 
	top: 15px; right: 15px;
}

a.card {
	text-decoration: none !important;
	border-radius: 4px;
}
a.card .card-title {
	padding: 5px 0 0;
	margin-bottom: 0;
	font-size: 16px;
}
a.card:hover {
	color: #504531;
	background: #f9de9c;
	border: 2px solid #ecd592 !important;
}
a.card .btn-light {
	font-size: 14px;
	color: #504531;
	background: #ffc107;
	border-radius: 1em; padding: 1px 7px !important;
	border: 0px solid rgba(23,23,23,0.1) !important;
}


.wrapper {
	display: block;
	overflow: hidden;
}
.leftbar {
	width: 100%;
	margin: 0px;
	display: flex;
}
.menubar {
	padding: 0px;
	display: block;
	width: 100%;
}
.leftbar__menu {
	padding: 5px 0;
	display: flex;
	width: 100%;
}
.leftbar__menu li {
	width: 100%;
	display: block;
}
.leftbar_head {
	font-weight: 700;
	text-transform:uppercase;
	padding: 5px 0 7px 14px;
}
.leftbar__menu li a {
	font-weight:600;
	color: #201b0b;text-align: center;
	display: block;text-transform:uppercase;
	text-decoration: none;
	padding: 0px; 
	margin: 4px; border-radius: 0.5em;
	background-color: #ffecbc;
	box-shadow1: 0 2px 12px 3px #201b0b;
	border: 1px solid #f9de9c !important;
	overflow: hidden;
}
.leftbar__menu li span {
	background-color: #f9de9c;
display: block !important;
}
.leftbar__menu li a:hover {
	color: #201b0b;
	background-color: #f9de9c;
	box-shado1w: 0 0px 0px 3px #fff;
}
.leftbar__menu li a:hover span{
	color: #211;
	background-color: #ffecbc;
}

.leftbar__menu li a:hover::before {
	content: ""; z-index: 2;
	position: absolute;bottom: 0; left: 0;
	width: 100%; height: 2px;
	transition-duration: 120ms;
  }

.leftbar__menu li a i {
	position: relative;
	font-size: 26px;text-align: center;
	line-height: 1;display: block;
	margin: 5px auto;
	width1: 48px; padding: 3px 0 ;
    color: #ffc107;
}

.leftbar__menu li a:hover i{
    color: #ff9c07 !important;
}

/*MENU V KABINE*/
.divide {
	border-top: 1px dashed rgba(70, 67, 47, 0.2);
}
.menu-title {
	padding: 15px 10px;
}

.menu2 {
	color: #201b0b;
	background-color: #f9de9c; 
	border: 2px solid #201b0b !important;
	margin: 5px;padding: 7px 7px 7px 20px;
	font-size: 24px;border-radius: 0.5em;
	font-weight:600;
	line-height: 22px;
	cursor: pointer;
}
.menu2 i {
	position: relative; margin-right: 15px;
}

.menub{
	width: 96.8%;margin: -3px; margin-left: 5px; 
	border-top: 1px dashed rgba(70, 60, 50, 0.2) !important;
	padding: 4px 5px 4px 5px; 
}
.topbar{
	border-bottom: 2px solid #333 !important;
	padding: 7px;
	margin: 0;
}
.topbar__top {
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 20px;
  text-align: center;
	box-shadow: inset 0px 2px 4px rgba(245, 240, 25,0.5) !important;
}
.topbar__btns {
  margin-top: 15px;
}
.topbar__btn {
  margin: 0 10px;
}
.topbar__bottom {
  text-align: center;
}
.topbar__balance {
	padding: 5px 5px 10px;
	margin-bottom: 3px;
	border-radius: 0.5em 1em;
}
.topbar__balance p {
	color: #ddc;
	font-size: 18px;
	font-weight: 400;
	margin: 0;
	line-height: 1.5em;
}
.topbar__balance p b{
	font-size: 36px;
}

.topbar__bottom a {margin-top: 2px;
	font-size: 14px;border-radius: 4px;
	box-shadow: 0px 2px 4px rgba(238, 226, 165, 0) !important;
	letter-spacing: .75px;
	color: #fff; text-transform: uppercase;
	transition: color 0.2s ease;
}
.leftbar__menu li a {
	font-size: 16px;
	position: relative;
	z-index: 2;
}

.leftbar__menu li a span {
	position: relative; 
	display: inline;
}

.menu2 {
	display: none;
}
.content .content-user {
	padding: 10px 5px;
}
@media only screen and (max-width: 791px) {

	.tarif-lnfo b{
		font-size: 20px;
		font-weight: 700;
	}
.content, .leftbar {border-radius: 1em;
	width1: 100%;
	display: block;
	float: none;
	margin: 0;margin-bottom: 5px;
}

.leftbar__menu {
	width: 100%;
	display: block;
}
.leftbar__menu li {
	width: 49%;
	display: inline-block;
}

.leftbar__menu li a i {
	position: relative;
	font-size: 36px;
	line-height: 1.4;display: inline;
	width: 48px; padding: 5px;
}
.menu__wrapper {
	max-height: 0;
	overflow: hidden;
	transition: 0.2s ease;
}
.wrapper {
	display: block;
	overflow: hidden;
}

.content .content-user {
	padding: 10px 5px;
}
.menu2 {
	display: block;
}
html.min-menu .content {
	width: 100%;
	float: none; 
}
html.min-menu .menu2 span {
	opacity: 1;
}
html.min-menu .leftbar {
	float: none;
	width: 100%;
}
html.min-menu .topbar {
	display: block;
}
html.min-menu .menu__wrapper {
	max-height: 1300px;
}
html.min-menu .leftbar__menu li a span {
	display: inline;
}

html.min-menu .leftbar_head {
	display: block;
}
}


