
.Container_width{
	width:1300px!important;
}
/* Frame */
.frame {
	height: 550px;
	overflow: hidden;
	width:100%;
	
}
.frame ul {
	list-style: none;
	margin: 0;
	padding: 0px;
	height: 100%;
	width:auto;
	overflow: hidden;
}
.frame ul li p {
	color:#444;
	
}
.frame ul li a {
	color:#5db2e4;
	
}
.frame ul li {
	float: left;
	height: 100%;
	margin: 0;
	padding: 0;
	border-right:1px solid #ccc;
	color: #ddd;
	cursor: pointer;
	color:#000;
}
@media (max-width: 991px) {
	
}
.frame ul li.active {
	background-color:#ebebf0;
}

/* Scrollbar */
.scrollbar {
	margin: 0 0 1em 0;
	height: 2px;
	background: #ccc;
	line-height: 0;
}
.scrollbar .handle {
	width: 100px;
	height: 100%;
	background: #292a33;
	cursor: pointer;
}
.scrollbar .handle .mousearea {
	position: absolute;
	top: -9px;
	left: 0;
	width: 100%;
	height: 20px;
}

.margin_bottom{
	margin-bottom:5px;
	margin-top:10px;
}

.btn {
	padding: 6px 9px!important;
    font-size: 16px;
	font-weight:bold;
    margin-bottom:4px;
    text-align: center;
	position: relative;
	display: inline-block;
	line-height: 30px;
	color: #444;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-color: #f9f9fa;
	border: 1px solid #ccc;
}

.btn:active {background-color:#ebebf0;}

.btn:hover {background-color:#ebebf0;}


.btn.disabled, .btn[disabled] { cursor: default; background-color:#f9f9fa; opacity: 0.65; filter: alpha(opacity=65); }