@charset "utf-8";
#sidebar-wrapper{
	margin-right: -250px;
	right: 0px;
	width: 250px;
	background:rgba(31,31,31,1.00);
	position: fixed;
	height: 100%;
	overflow-y: auto;
	z-index: 1000;
	transition: all 0.4s ease 0s;
}
#menu-toggle{
	top: 0;
	right: 0;
	position: fixed;
	z-index: 1;
	background: rgba(53,89,138,1.00)
}
#sidebar-wrapper.active{
	right: 250px;
	width: 250px;
	transition: all 0.4s ease 0s;
}
.sidebar-nav{
	position: absolute;
	top:0;
	width: 250px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.sidebar-nav li{
    line-height: 50px;
    text-indent: 20px;
    border-bottom: 1px dotted rgba(172,172,172,1.00);
}
.sidebar-nav li a{
	color: #FFFFFF;
	display: block;
	text-decoration: none;
}
.sidebar-nav li a:hover{
	color: #FFFFFF;
	background: rgba(100,0,0,1.00);
	txet-decoration: none;
}
.sidebar-nav > .sidebar-brand{
	height: 65px;
	line-height: 65px;
	font-size: 24px;
}
.sidebar-nav > .sidebar-brand a{
	color: #FFB600;
}
.sidebar-nav > .sidebar-brand a:hover{
	color: #fff;
	background: none;
}

.pull-right{
	float:right;
    background: rgba(240,240,240,1.00);
    
}
.text-block   {
    background-color: rgba(0,0,0,0.78);
    border-radius: 10px;
    color: rgba(255,255,255,1.00);
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
	position: relative;
	animation: Move 3s ;
}
.text-1 {
    font-weight: bold;
    color: rgba(114,0,1,1.00);
    font-size: 20px;
	position: relative;
	animation: Move 3s ;
}


.title{
    background-color: rgba(124,0,0,0.82);
    border-radius: 5px;
    font-weight: bold;
    color: rgba(255,255,255,1.00);
    font-size: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
    border: 3px double rgba(118,109,75,1.00);
    position: relative;
	animation: Move 3s ;
}
@keyframes Move {
	from {
		bottom: -30px;
		opacity: 0;
	}
	to {
		bottom: 0px;
		opacity: 1;
	}
}
.title-2 {
    background-color: rgba(115,106,74,1.00);
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    color: rgba(255,248,229,1.00);
    border-radius: 5px;
    border-bottom: medium outset rgba(139,117,80,1.00);
 }
.text-2 {
    text-align: left;
    margin-left: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 0px;
    line-height: 25px;
    font-size: 16px;
    font-weight: bold;
}
.text-3 {
    text-align: left;
    color: rgba(255,207,7,1.00);
    font-weight: bold;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
}
.text-4 {
    text-align: center;
    color: rgba(255,207,7,1.00);
    font-weight: bold;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
}

.footer-1{
    background: rgba(0,0,0,1.00);
    text-align: center;
}
.footer-2{
    background: rgba(0,0,0,1.00);
    text-align: left;
}
.footer-3{
    background: rgba(0,0,0,1.00);
    text-align: center;
}
.img{
    border-radius: 10px;
    border: medium solid rgba(42,29,4,1.00);
}
