@media screen and (min-width:721px){
	#header{
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10000;
		background: white;
		border-bottom: 2px solid #344b80;
	}
	#header.scrolled{
		padding-bottom: 15px;
	}
	#header.scrolled .left.bccc{
		margin-top: 10px !important;
	}
	#header.scrolled .currcont{
		/* top: 85px; */
		margin-top:50px;
	}
	#header.scrolled .tagscontainer{
		display: none;
	}
	#header.scrolled  .cimg{
		width: 40%;
	}
	#header.scrolled  .cimg img{
		width: 99.999%;
	}
	#header.scrolled .cmenu{
		width: 60%;
		padding-right: 15%;
	}
}

@media screen and (max-width:1050px){
	.social_buttons {
		top: -5px;
	}
	#header .currcont{
		left: 10px;
	}
}
@media screen and (max-width:720px){

	#header{
		padding-bottom: 0px;
	}
	#header .tagscontainer{
		display: none;
	}
	#pagecont{
		padding-top: 180px !important;
	}
}
@media screen and (max-width:620px){
	.item{
		display: block !important;
		position: absolute;
		top: 0;
		left: 0;
	}
}