
.overlay{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.85);
}
#wrapper {
    padding-left: 0;
    transition: all 0.5s ease 0s;
}
#wrapper.toggled {
    padding-left: 250px;
}
#sidebar-wrapper, #sidebar-wrapper2 {
	display: none;
	font-family: 'Merriweather Sans', sans-serif;
    width: 510px;
    height: 100%;
    right: 0;
    overflow-y: auto;
    position: fixed;
    transition: all 0.5s ease 0s;
    z-index: 1000;
    background: #aa2037;
}
#sidebar-wrapper2 {
    background: #fff;
}
#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}
#page-content-wrapper {
    padding: 15px;
    width: 100%;
}
#wrapper.toggled #page-content-wrapper {
    margin-right: -250px;
    position: absolute;
}
.sidebar-nav, .sidebar-nav2 {
    list-style: outside none none;
    margin: 0;
    padding: 30px 20px;
    width: 100%;
	border-bottom: solid 1px rgba(255,255,255, 0.2);
}
.sidebar-nav2 {
    list-style:disc;
    margin-left: 40px;
    padding: 8px 0;
    width: auto;
	border-bottom: 1px solid #e3e3e3;
}
.sidebar-nav2 h4 {
    font-weight: bold;
}
.sidebar-nav li{
    line-height: 40px;
    text-indent: 20px;
}
.sidebar-nav2 li {
    line-height: 15px;
    margin-left: 35px;
    text-indent: 0;
}

.sidebar-nav li a, .sidebar-nav2 li a {
    color: #fff;
	font-size: 18px;
	padding: 7px 0;
    display: block;
    text-decoration: none;
}
.sidebar-nav2 li a {
	font-size: 14px;
	color: #304aa8;
}
.sidebar-nav li a:hover, .sidebar-nav2 li a:hover {
    text-decoration: underline;
}
.sidebar-nav li a:active, .sidebar-nav li a:focus {
    text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
    font-size: 18px;
    height: 65px;
    line-height: 60px;
}
.sidebar-nav > .sidebar-brand a {
    color: #999999;
}
.sidebar-nav > .sidebar-brand a:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
}
.closeBtn{
	color: #fff;
	padding: 10px 15px;
	border:0;
	background: none;
    transition: all 0.5s ease 0s;
}
.closeBtn:hover{ background:none;}
.toolsCloseBtn{
	color: #c42640;
	padding: 10px 15px;
	border: solid 1px #c42640;
	background: none;
    transition: all 0.5s ease 0s;
}
#toolsMenu {
    font-size: 20px;
    padding: 10px;
    position: fixed;
    right: -33px;
    top: 560px;
    border: 1px solid #c42640;
	border: solid 1px #c42640;
	transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
}
#toolsMenu.fa{
	color: #c42640 !important;
	transition:background-color 0.4s linear 0s, color 0.4s linear 0s;
}
#toolsMenu  a{
	color: #c42640;
}
#toolsMenu  a:hover{
	color: #fff;
}
#toolsMenu:hover{
	color: #fff !important;
	background: #c42640;
}
#sidebar-nav .closeBtn{
	color: #c42640;
	padding: 10px 15px;
	border: solid 1px #c42640;
	background: none;
    transition: all 0.5s ease 0s;
}
.closeTxt{
	font-family: "Merriweather",serif;
	margin-left: 10px;
}
#sidebar-wrapper2 .searchCnt {
    border-bottom: 1px solid #e3e3e3;
    margin: 33px 0 0 40px;
    padding: 0 25px 10px;
    width: auto;
}
.searchCnt{
	text-align: center;
	padding: 20px;
	border-bottom: solid 1px rgba(255,255,255, 0.2);
	border-top: solid 1px rgba(255,255,255, 0.2);
}
.searchCnt ul{
	text-align: left;
}
.searchCnt li {
    font-weight: bold;
    line-height: 20px;
}
.searchBtn{
	color: #fff;
	font-size: 16px;
	border: none;
	background: none;
	opacity: 0.2;
}
.searchBtn:hover{
	color: #fff;
	background: none;
	opacity: 1;
}
.borderRadius4{
	border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	-o-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	-ms-border-radius: 4px !important;
}
#sidebar-wrapper2 .closeBtnCnt{
	border-bottom: solid 1px #e3e3e3;
	text-align: right;
	padding: 20px 20px 20px 50px;
}
.closeBtnCnt{
	text-align: right;
	padding:0 30px 0 0;
	
}
.overlay, .popupCnt{
	display: none;
	width: 100%;
	height:100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    background: rgba(0,0,0,0.5);
	
}

.statics li{
    float: left;
    width: 100%;
    margin: 0;
    padding-right: 10px;
    line-height: 20px;
    list-style: none;
}
.pdL20{
	font-size: 14px;
	padding-left: 20px;
}
.Recommend{
	display: table;
	color: #304aa8 !important;
    margin: 33px 0 33px 40px;
    padding: 0 25px 10px 0;
    width: auto;
}
.Recommend .fa{
	font-size: 30px;
}
.Recommend span{
	vertical-align: middle;
	display: table-cell;
}
.RecommendTxt{
    font-size: 18px;
    padding-left: 20px;
}

@media (min-width: 768px) {
#wrapper {
    padding-left: 250px;
}
#wrapper.toggled {
    padding-left: 0;
}
#sidebar-wrapper {
    width: 510px;
}
#wrapper.toggled #sidebar-wrapper {
    width: 0;
}
#page-content-wrapper {
    padding: 20px;
}
#wrapper.toggled #page-content-wrapper {
    margin-right: 0;
    position: relative;
}
}

@media (width: 1024px){
	#sidebar-wrapper, #sidebar-wrapper2 {
		width: 510px;
		right: 0;
	}
	#toolsMenu{
		top: 300px
	}
}
@media (width: 768px){
	#sidebar-wrapper, #sidebar-wrapper2 {
		width: 510px;
		right: 0;
	}
	#toolsMenu{
		top: 220px
	}
	.modal{
		width: 100%;
	}
}


@media (max-width: 640px){
	#sidebar-wrapper, #sidebar-wrapper2 {
		width: 100%;
		right: 0;
		z-index:999999;
	}
	#toolsMenu{
		top: 150px
	}
	.modal{
		width: 100%;
	}
}

@media (max-width: 480px){
	#sidebar-wrapper, #sidebar-wrapper2 {
	width:100%;
	right: 0;
	}
	#toolsMenu{
		top: 150px
	}
	.modal{
		width: 100%;
	}
}

@media (max-width: 360px){
	#sidebar-wrapper, #sidebar-wrapper2 {
		width:100%;
		right: 0;
	}
	#toolsMenu{
		top: 150px
	}
	.modal{
		width: 100%;
	}
}

@media (max-width: 320px){
	#sidebar-wrapper, #sidebar-wrapper2 {
		width:100%;
		right: 0;
		
	}
	#toolsMenu{
		top: 110px
	}
	.modal{
		width: 100%;
	}
}

@media (max-width:992px) {
	#sidebar-wrapper, #sidebar-wrapper2 {
top:0 ;
		z-index:999999  !important;
		}
		}