/*div#main-wrapper {	max-width:none;}
*/

#sidebar-left h4 {display:none;}
div#sidebar-left {
	float: left;
	width: 100%;
	margin: 0 0 0 0;
	position: relative;
	padding: 0 0 0 0;
	z-index: 2;}
#sidebar-left div UL { width:100%;}
#sidebar-left div LI { width:16.6667%;}
#sidebar-left div LI A, 
#sidebar-left div LI.nav-active A { text-align:center; background:#fafafa}
#sidebar-left div LI.nav-active A.current		{ color:#fff; background-color: #222;  }


.txt-box { padding:5%; }
.section { margin:3% auto; position:relative; clear:both}

ul.check li { list-style:none;  clear:left; margin:0 0 0 0; padding:0 0 0 33px;}
ul.check li::before {
	content: "\f00c";
	font: normal normal normal 16px/1 FontAwesome;
	display: inline-block;
	margin: 0 1em 0 -33px; 	color:#eeb64e;}

.flexbox-3 {position:relative; width:100%; height:100%; text-align:justify;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	box-pack: justify;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	align-items: stretch;
	margin: 0 0 0 0;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;}
.flexbox-3 .item{
	flex-basis: calc(333.333% - 1rem);
   -webkit-flex-basis: calc(33.333% - 1rem);
	box-sizing:border-box;
	position:relative;
	padding:30px; }

.flexbox-3 .item h3{ text-align:center}
	
	
@media screen and (max-width: 1300px) {
	#sidebar-left div LI A, #sidebar-left div LI.nav-active A { height:55px;}
}
@media screen and (max-width: 950px) {
	div#sidebar-left { display:	none;}
}
@media screen and (max-width: 930px){
.flexbox-3 .item{
	flex-basis: calc(333.333% - 0.5rem);
   -webkit-flex-basis: calc(33.333% - 0.5rem);
	padding:15px; }
}
@media screen and (max-width: 800px){
.flexbox-3 .item{
	flex-basis: calc(50% - 0.5rem);
   -webkit-flex-basis: calc(50% - 0.5rem); }
}
@media screen and (max-width: 600px){
.flexbox-3 .item{
	flex-basis: calc(100%);
   -webkit-flex-basis: calc(100%); }
}
@media screen and (max-width: 450px) {



}
@media screen and (max-width: 400px){


}