#header
{
	position:fixed;
	width:100%;
	height:65px;
	background:rgb(7,62,125);
	z-index:9999;
}
#header #dropdown_btn
{
	width:30px;
	height:30px;
	background:url(../imgs/icons/dropdown.png) no-repeat;
	background-size:100%;
	margin:2%;
	float:left;
}
#header #logo
{
	position:absolute;
	width:145px;
	height:138px;
	background:url(../imgs/logo.png) no-repeat;
	background-size:100%;
	margin-left:8%;
	margin-top:0%;	
	float:left;

}
#header #social
{
	float:right;
	width:75%;
	margin-top:10px;
}
#header #social .col
{
	width:20%;
	height:50px;
	float:left;
}
#header #social .col#ic1
{
	background:url(../imgs/cons/s1.png) no-repeat;
	background-size:100%;	
}
#header #social .col#ic2
{
	background:url(../imgs/icons/s2.png) no-repeat;
	background-size:100%;	
}
#header #social .col#ic3
{
	background:url(../imgs/icons/s3.png) no-repeat;
	background-size:100%;	
}
#sidebar
{
	position:fixed;
	width:62px;
	height:94%;
	margin-top:4.4%;
	background:rgb(7,62,125);
     z-index: 200;
	cursor:pointer;
}
#sidebar ul.s2
{
	margin:0;
	padding:0;
	margin-top:135px;

}
#sidebar ul.s2 li
{
	padding:15px;
	color:white;
	margin-top:8px;
}
#sidebar ul.s2 li .icn
{
	float:left;
	width:27px;
	height:23px;
	
}
#sidebar ul.s2 li .icn#icn1
{
	background:url(../imgs/icons/ic1.png) no-repeat;
	background-size:100%;
	    background-position: center;
	
}
#sidebar ul.s2 li .icn#icn2
{
	background:url(../imgs/icons/ic2.png) no-repeat;
	background-size:100%;	
	background-position: center;
}
#sidebar ul.s2 li .icn#icn3
{
	background:url(../imgs/icons/ic3.png) no-repeat;
	background-size:100%;	
	background-position: center;
}
#sidebar ul.s2 li .icn#icn4
{
	background:url(../imgs/icons/ic4.png) no-repeat;
	background-size:100%;	
}
#sidebar ul.s2 li .icn#icn5

{
	background:url(../imgs/icons/ic5.png) no-repeat;
	background-size:100%;	
	background-position: center;
}
#sidebar ul.s2 li .icn#icn6
{
	background:url(../imgs/icons/ic6.png) no-repeat;
	background-size:100%;	
}
#sidebar ul.s2 li .icn#icn8
{
	background:url(../imgs/icons/ic8.png) no-repeat;
	background-size:100%;	
	background-position: center;
}
#sidebar ul.s2 li .icn#icn12
{
	background:url(../imgs/icons/ic12.png) no-repeat;
	background-size:100%;	
	background-position: center;
}
.sidebar_sec
{
	display:none;
	position:fixed;
	width:215px;
	height:98%;
	top:1%;
	margin-left:42px;
	background:rgb(3,30,58);
	z-index:999999;

}


.sidebar_sec ul
{
	margin:0;
	padding:0;
	list-style:none;
	margin-top:140px;
}
.sidebar_sec ul li
{
	padding:10px;
	color:white;
	    padding: 15px;


}
.sidebar_sec ul.s3 li.title
{
	background: rgb(255,192,35);
    color: black;
}
.sidebar_sec ul.s3 li:hover

{

	background:rgb(251,188,5);

}
#sidebar #tb1:hover #ctb1
{
	display:block;
	background: rgb(3,30,58);
}
#sidebar #tb2:hover #ctb2
{
	display:block;
}
#tb3:hover #ctb3
{
	display:block;
}
#tb4:hover #ctb4
{
	display:block;
}

#sidebar #tb1:hover, #sidebar #tb2:hover, #sidebar #tb3:hover, #sidebar #tb4:hover, #sidebar #tb5:hover, #sidebar #tb6:hover, #sidebar #tb7:hover, #sidebar #tb8:hover, #sidebar #tb9:hover {
    background: rgb(3,30,58);
}