.slider-container {width: 100%;;position: relative;overflow: hidden;
}
.slider{margin: 0;padding: 0;width: 100%;height: 100%;list-style: none;}
.slide{position: absolute;top: 0;left: 0;width: 100%;}
.slide-bg{position: relative;overflow: hidden;z-index: 1;}
.slide-bg img{width: 100%;height:360px;display: block;}
.slide-content{position: absolute;top: 0;width:56%;z-index: 2;color: white;padding: 5% 0 0 15%;
text-shadow: 0 1px 2px rgba(0,0,0,0.1);float:left;}
.slide-content h2{font-size: 39px;margin: 0 0 10px;-webkit-transition: all 0.2s ease;
  color:orange;font-weight:900;background-color: rgba(20, 40, 60, 0.5);padding: 15px;}
.slide-content h1{color:#fff; margin: 0 0 10px;-webkit-transition: all 0.2s ease;
  ;background-color: rgba(20, 40, 60, 0.5);padding: 10px;width:80%}
.slide-content p{font-size: 20px;margin: 0 0 30px;-webkit-transition: all 0.2s ease;};
.slide-content a{color: #333;padding: 10px;line-height: 1;background: white;border-radius: 3px;
display: inline-block;text-decoration: none;-webkit-transition: all 0.2s ease;}
.slider-controls{position: absolute;top: 0;width: 100%;height: 100%;}
.slide-nav{} .slide-nav .prev,.slide-nav .next {
position: absolute;top: 45%;z-index: 10;color: #a29c9c;font-size: 25px;width: 45px;height: 45px;
background:#fff;line-height: 50px;border-radius: 50%;text-align:center;}
.slide-nav .prev{left: 20px;} .slide-nav .next {right: 20px;}
.slide-list{position: absolute;bottom: 15%;z-index: 10;
margin: 0;padding: 0;width: 100%;list-style: none;text-align: center;
}
.slide-list li{margin: 0 10px;display: inline-block;}
.slide-list li a{opacity: 0.7;width: 15px;height: 15px;display: block;background: white;
border-radius: 20px;text-indent: -9999px;}
.slide-list li.active a {opacity: 1;}
.slide-list li a:hover{opacity: 1;}
@media only screen and (max-width: 640px) {
	.slide-content {
		padding: 20px 0 0;
		text-align: center;
	}

		.slide-content h2 {
			font-size: 32px;
		}

		.slide-content p {
			font-size: 16px;
			margin: 0 0 10px;
		}
} 

.power-user {
       position: absolute;
    width: 35%;
    height: auto;
    right: 401px;
    background: rgba(0, 0, 0, 0.56);
    border: 10px solid rgba(51, 51, 51, 0.42);
    top:480px;
    z-index: 999;

}
.power-user h4{color:#fff;font-size:15px;margin:0px;font-family: 'Lato-Medium';}
.power-user h2{color:#fff;font-size:15px;font-family: 'Lato-Medium';}
.power-user h5{color:#fff;font-size:15px;font-family: 'Lato-Semibold';}
.power-user input[type="text"]{border-radius:none;outline:none;border-radius:0px;border:none;color:#fff;font-size:14px;box-shadow:none;} .power-user span.btn{border-radius:0px;background-color:#80d240 !important;outline:none;color:#fff;}
.power-user span.btn button{background:none;border:none;color:#fff;font-size:16px;outline:none;}
#name input[placeholder], [placeholder], *[placeholder] {
    color: #000 !important;
}

.bg_about{background-image: url('../images/signup-signin-bg.png');background-size: cover;background-repeat: no-repeat; }
.text-titel{color:#499744;}
.breadcrumb {
   margin-top: 5px;
       background-color: #fff;
}

.mrtop{margin-top: 30px;}
.mrtop100{margin-top: 100px;}
.mrtop50{margin-top: 50px;}
.mrdown{margin-bottom: 70px;}
.mrtop25{margin-top: 25px;}

input{border-radius: 0px !important;}
.box-sha{box-shadow: 0px 5px 10px 2px rgba(0,0,0,0.4);}
.text-price{font-size: 25px;}
.text-danger {
    color: #ff0000 !important;
}
.text-gray{color:#909090;}