.header {
	padding-bottom: 0px !important;
}

.left_submenu {
	position: static;
}

.left_submenu.affix {
	position:fixed !important;
	top: 194px;
}
.red{color:#ff0000 !important; font-weight:bold;}
@media (min-width: 768px) {
	.left_submenu {
		/*position:fixed;*/
		width: 158px;
	}
	.header {
		position:fixed;
		top: 77px;
		width: 100%;
		z-index:10;
	}
	.box .bg {
		position:absolute;
		display: none;
	}
	.box .circle {
		display: none;
	}

	#sections .item {
		width: 16.6%;
	}

	#sections .item .box{
		width: 360px;
		margin-left: -60%;
	}
}

@media (min-width: 992px) {
	.left_submenu {
		/*position:fixed;*/
		width: 213px;
	}
}

@media (min-width: 1200px) {
	.left_submenu {
		/*position:fixed;*/
		width: 263px;
	}
}
@media (max-width: 767px) {
	.left_submenu, .left_submenu.affix, .left_submenu.affix-top {
		position: static !important;
		width: auto !important;
	}
}


@media (min-width: 768px) and (max-width: 1350px) {
	#sections .item:first-child .box .bg{
		margin-left: 100px;
	}
	#sections .item:last-child .box .bg{
		margin-left: -100px;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	#sections .item .box{
		margin-left: -82%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	#sections .item .box{
		margin-left: -135%;
	}
}

@media (max-width: 767px) {
	#sections .box .circle, .box .circle2 {
		left: 50px;
		width: 43px;
		height: 43px;
	}
	
	.box .circle2 {
		top: 15px;
	}
	
	.box .circle .inner {
		width: 50px !important;
		height: 35px !important;
	}
	
	.box .circle2 .inner {
		width: 50px !important;
		height: 32px !important;
	}
	
	.box .circle2 img {
		max-width: 20px;
		max-height: 20px;
	}
	
	.box {
		margin-top: 20px;
		margin-bottom: 0px;
	}
	
	#sections .item:last-child .box {
		margin-bottom: 20px;
	}
	
	.box .bg {
		padding-top: 10px;
		height: auto;
		padding-bottom: 10px;
	}
	
	.box .bg .content {
		height: 0px;
		overflow: hidden;
	}
	
	.box:hover .bg .content {
		height: auto;
		margin-top: 30px;
	}
}

@media (min-width: 768px) {
	.box .circle2 {
		border: 2px solid #acd373;
	}

	#sections .item:focus .box .circle2 .inner, .box:hover .circle2 .inner {
		width: 82px;
		height: 76px;
	}

	#sections .item:focus .bg, .box:hover .bg {
		box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
	}

	#sections .item:focus .circle .inner, .box:hover .circle .inner {
		box-shadow: 0px 0px 40px rgba(0,0,0,0.5) inset;
	}
/*
	.header:focus #sections .box .bg, .header:active #sections .box .bg {
		position: static;
		display: block;
	}

	.header:focus #sections .item, .header:active #sections .item {
		width: inherit;
	}

	.header:focus #sections .item .box, .header:active #sections .item .box{
		margin-left: auto;
	}
*/
}