 @media only screen and (max-width : 1800px) {
.tocify {
	width: 22%;
}
}
 @media only screen and (max-width : 1600px) {
.tocify {
	width: 23%;
}
}
 @media only screen and (max-width : 1400px) {
.tocify {
	width: 27%;
}
}
 @media only screen and (max-width : 1200px) {
.tocify {
	width: 26%;
}
}
 @media only screen and (max-width : 990px) {
.tocify {
	width: 25%;
}
.navbar a.btn {
	height: 25px!important;
	margin-bottom: 2px !important;
	display: block;
	padding: 2px !important;
	font-size: 15px !important;
	border:none !important;
}
.navbar-nav li a {
	padding-top: 15px;
	padding-bottom: 15px;
	padding: 8px !important;
	border-right: solid 1px #ccc;
}
header {
	margin-left: 20px;
}
/*Banner change logo* (landingpage) */
#banner div.col-sm-3 {
	width: 40%;
	margin: 0;
	float: left;
}
#banner div.col-sm-5.banner_desc {
	display: none;
}
.navbar-right {
	margin-right: -20px;
}
#banner h1 {
	margin-top: 0px !important;
	font-size: 18px;
	margin: auto;
	float: right;
	width: 180px;
}
}
 @media only screen and (max-width : 800px) {
.tocify {
	width: 28%;
}
.outer {
	height: 0px !important;
}
header {
	float: left;
	width: 300px;
	margin: 2%;
}
.main_content {
	margin-top: 0px !important;
}
#banner h1 {
	margin-top: 0px !important;
	font-size: 20px;
	margin: auto;
	float: right;
	width: 190px;
}
}
@media only screen and (max-width: 768px) {
header {
	    font-size: 18px !important;
    line-height: inherit;
    float: left;
    width: 210px;
}
#banner img {
	width: 100%;
	height: 100%;
}
.outer_logo {
	float: left;
	padding-left: 0;
	width: 120px;
	padding-bottom: 8%;
}
}
 @media only screen and (max-width : 600px) {
.tocify {
	width: 50%;
}
}
