/*
THEME NAME: COSET-theme
THEME URI: http://coset.tsu.edu/mytheme
DESCRIPTION: Theme for College of Science and Technology
VERSION: 4.0
AUTHOR: Daniel Vrinceanu
AUTHOR URI: http://coset.tsu.edu/people?DanielVrinceanu
TAGS: sandbox, blank slate, starter theme, minimalist
--- This is a private theme for internal use. This theme should not be distributed 
--- without explicit approval of the author

Color Scheme:

body   #f1f1f1 
maroon #6f0732
grey   #616161
gray   #d6d6d6
blue   #0E5EB6
*/

:root{
	--maroon: #791630;
	--blue: #0e5eb6;
	--orange: #c45303;
	--gray1: #f1f1f1;
	--gray2: #d6d6d6;
	--gray3: #616161;
}


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	background: var(--gray1);
	color: black;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 14px;
	font-weight: 150;
	line-height: 1.7;
	overflow-x: none;
	overflow-y: auto;
}

h1, h2, h3, h4 {
	margin: 0 10px 0 0;
	font-family: Helvetica;
	font-weight: normal;
}


a {color: inherit; text-decoration: none; cursor: pointer;}
.clear:after{display:block; visibility:hidden; height:0; clear:both; font-size:0; content:"";}
.flyout { transition:right 0.2s; position: relative;}
ol, ul { list-style: none;}
table { border-collapse: separate; border-spacing: 0;}
strong {font-weight: bold;}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

/*
*   header 
*/

.row1 {color:#000; background-color:inherit; width: 100%;}

/* skip-to-main */
a.skip-main {
	left:-999px;
	position:absolute;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
	z-index:-999;
}
a.skip-main:focus, a.skip-main:active {
	color: #fff;
	background-color: var(--gray3);
	left:auto;
	top:auto;
	width:24%;
	height:auto;
	overflow:auto;
	margin: 10px 5%;
	padding:1px;
	border-radius:15px;
	border:2px solid var(--orange);
	text-align:center;
	font-size: 1em;
	z-index:999;
	text-decoration: none;
}

header {
	max-width: 1200px;
	margin: 0px auto;
	padding: 5px 5px;
	display: -webkit-flex;
	display: flex;
	height: 90px;
}

header #logo-coset {margin-left: 14px; margin-right: auto;}

header #quick-nav {list-style-type: none; position: relative;}
header #quick-nav li {
    display: inline;
    line-height:15px;
    padding: 0px 4px;
    border-left: 2px solid var(--maroon);} /*maroon */
header #quick-nav li:first-child {border-left:none;}
header #quick-nav li:hover {color: var(--blue);} /*blue*/
header #quick-links-menu {display: block; padding-top: 0px 0px;}
header #quick-links-button {display: none;}

.search-input {
	font-size: 16px;
	border-radius:6px;
	width: 260px;
	background-image: url('searchicon.png');
	background-repeat: no-repeat;
	background-position: 4px 6px;
	padding: 8px 0px 8px 40px;
	margin-top: 12px;
	background-color: white;
}

/**
*   menu bar
*/

.row2 {color:#fff; background-color: var(--maroon) ; width: 100%; border-top: solid 2px var(--gray3);} /*maroon, dark grey*/

#main-nav {max-width:1200px; margin: 0px auto; }
#burger {display: none; visibility: hidden;}

#menu-main-menu {
	list-style-type:none;
	position:relative;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
#menu-main-menu  > li {-webkit-flex-grow: 1; flex-grow: 1; position: relative; border-left: 1px solid #fff;}
#menu-main-menu  > li > a {display: block; text-align: center; margin: 5px 0;}
#menu-main-menu  > li:first-child {border-left: none;}
#menu-main-menu  ul.sub-menu {
	 display: none;
	 background-color: var(--gray3); /*dark grey*/
	 position: absolute;
	 top: 100%;
	 z-index: 100;
	 list-style-type:none;
	 border-radius: 6px;
	 border: 1px solid #fff;
 }
#menu-main-menu ul.sub-menu li {margin:0px; padding: 0px;}
#menu-main-menu ul.sub-menu li a {white-space: nowrap; padding: 5px; display: block;}
#menu-main-menu > li > a > br {display: none;}
#menu-main-menu li.menu-item-has-children > a::after {content:"\F0DD"; font-family: FontAwesome; width: 0px; position: absolute; right: 15px; top: 3px;}
#menu-main-menu li:hover {background-color: var(--blue);} /*blue*/
#menu-main-menu li.current-menu-item {background-color: var(--gray3);} /*dark grey*/
#menu-main-menu li.current-menu-parent {background-color: var(--gray3);}  /*dark grey*/
#menu-main-menu > li.menu-item-has-children > li:hover {background-color: inherit;}
#menu-main-menu .knob {display:none;}


.row3 {position: relative; width:100%;}
.wrapper {max-width:1200px; margin: 0px auto;}

/**
*  banner slide show
*/
	.banner {position:relative; overflow:hidden;}
	.banner ul {list-style: none;}
	.banner .slide {display: none;}

	  .banner ul li input {width: 100%;}
	  .banner ul li .drape {
		  width: 25%;
		  height: 98%;
		  background-color: var(--gray3);
		  opacity: 0.8;
		  position: absolute;
		  top:0px;
		  right:0px;
		  display: none;
	  }
	  .banner ul li .drape p { 
		  font-size: 1.em;
		  font-weight: 700;
		  color: #fff;
		  padding: 20px;
		  position: relative;
		  -webkit-transform: translateY(-50%);
		  transform: translateY(-50%);
		  top: 50%;
	  }

	.banner .prev, .next {
	    cursor: pointer;
	    position: absolute;
	    top: 50%;
	    width: auto;
	    margin-top: -22px;
	    padding: 16px;
	    color: white;
	    font-weight: bold;
	    font-size: 18px;
	    border-radius: 0 16px 16px 0;
	    user-select: none;
	    background-color: rgba(0,0,0,0.5);
	    z-index:1;
	}
	.banner .next {right:0; border-radius: 16px 0 0 16px;}
	.banner .prev:hover, .next:hover { background-color: rgba(0,0,0,0.2);}
	
	.banner .dot_box {
	  text-align: center;
	  position: absolute;
	  margin: 10px 0;
	  right: 45%;
	  top: 88%;
	}
	.banner .dot {
	  cursor: pointer;
	  height: 15px;
	  width: 15px;
	  margin: 0 2px;
	  background-color: var(--gray2);
	  border-radius: 30%;
	  display: inline-block;
	  transition: background-color 0.8s ease;
	}
	.banner .active, .dot:hover {background-color: var(--gray3);}

	.banner div.numbertext {
	  color: #f2f2f2;
	  background-color: #000;
	  font-size: 12px;
	  padding: 8px 12px;
	  position: absolute;
	  top: 0;
	}
	
	.fade {
	  -webkit-animation: 2s fade;
	  animation: 2s fade;
	}

	@-webkit-keyframes fade {
	  0%   {opacity: 0.4}
	  100% {opacity: 1}
	}

	@keyframes fade {
	    0%   {opacity: 0.4}
	    100% {opacity: 1}
	}
	
/**
*   three column content row
*/
#container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px;
  display: -webkit-flex; display: flex;
  flex-direction: row; -webkit-flex-direction: row;
}

.wrapper a {color: var(--orange);}
#container a:hover {text-decoration: underline; text-decoration-color: var(--maroon);}  /*maroon*/

/* navigation tab panel */
#nav-panel {
	width: 240px; 
	flex: none;
	background-color: #fff;
	border: 1px solid var(--orange);
	border-radius: 8px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	margin: 10px 4px;
	padding: 4px;
	height: 100%;
}

#nav-panel h3 {
	border-bottom: 1px solid #6f0732;
	margin: 20px 0px 10px 0;
	text-align: center;
}
#nav-panel p {margin: 20px 16px; line-height: 18px;}

/* side bars */

#sidebar-left {order:1; -webkit-order: 1;}
#content {order:2; -webkit-order: 2;}
#sidebar-right {order:3; -webkit-order: 3;}

.sidebar {width: 25%;}
#content {width: 50%;}

.sidebar section {padding-bottom: 20px;}
.sidebar h3, #content h3 {
    margin: 0px;
	padding: 6px;
	padding-left: 18px;
	color: var(--maroon);  /*maroon*/
	border-top: solid 3px var(--maroon);  /*maroon*/
	border-bottom: solid 1px var(--gray3);
	border-radius: 6px 6px 0px 0px;
}
.sidebar section, #content section{
	background-color: #fff;
	border: 1px solid #d6d6d6;
	margin: 24px 8px;
	padding: 0px;
	border-radius: 6px;
	line-height: 1.3;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}

section h3 a.more::after {content: "more...";}
section h3 a.more {display: inline; float: right;}
	
.sidebar section:first-child, #content section:first-child {margin-top: 14px;}


.sidebar section img.attachment-full {max-width:100%; height:auto;}
.sidebar section a.stacked {display: block; margin: 8px 16px;}

#content .news {padding: 12px; border-bottom: dashed 1px #d6d6d6;}
#content .news > a > img {float: left; margin-right: 20px;}

ul.archive {margin:10px;}
ul.archive li {list-style: inside circle none; margin: 12px 20px;}

.sidebar .event {padding: 8px; border-bottom: dashed 1px var(--gray3);}
.sidebar .invisible {display: none;}
.sidebar .event a {}

.date {
	float: left;
	width: 54px;
	height: 68px;
	border: 1px solid var(--gray3);
	border-radius: 2px;
	margin: 0px 8px 0 0;
	overflow: hidden;
}

.date p {
	font-family: Helvetica, sans-serif;
	font-size: 36px;
	text-align: center;
	color: var(--gray3); /* dark grey */
	line-height: 38px;
	margin-top: 4px;
}
.date p span {
	display: block; 
	background: var(--maroon);  /*maroon*/
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	padding-top: 4px;
	line-height: 22px;
}
/**
 light box
**/

div.lightbox {
	  display: none;
	  margin: 0;
	  background: rgba(0, 0, 0, 0.8);
	  position: fixed;
	  top:0;
	  right:0;
	  bottom:0;
	  left:0;
	  z-index: 100000;
}

div .lightbox .obj {
	width: 600px;
	height: 776px;
	margin: 10px auto;
	overflow: auto;
	position: relative;
	border: 2px solid #fff;
	background: rgba(255,255,255, 1);
}

div.lb p {cursor: pointer;}
div.lb p:hover {color: #0E5EB6;}
.obj i {
	background: rgba(255,255,255,0.5);
	position: absolute;
	right:0px;
	top: 0px;
	font-size: 1.1em;
	line-height: 16px;
	width: 16px;
	text-align: center;
}

.wp-caption {
    background: #fff;
    border: 1px solid var(--gray2);
    max-width: 96%; /* Image does not overflow the content area */
    padding:3px 20px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone { margin: 5px 20px 20px 0;}
.wp-caption.alignleft { margin: 5px 20px 20px 0;}
.wp-caption.alignright {margin: 5px 0 20px 20px;}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

#content2c a {color: var(--blue);}

#content2c figure {margin: 4px; padding: 8px; background: white;}
#content2c figcaption {font-size: 0.8em; color: var(--gray3); text-align: center; widt}

#content2c {width: 75%; margin: 14px; padding: 0px;}
#content2c p {margin: 12px 0 0 0;}

#content2c h2 {font-size: 1.5em; padding: 20px 0 10px 0; border-bottom: solid 1px var(--blue);}
#content2c h3 {font-size: 1.2em; padding-top: 16px; font-weight: bold;}
#content2c h4 {padding: 6px 0 3px 0; font-weight: bold;}

#content2c li {margin-bottom: 10px;}
#content2c ol {list-style: decimal; margin-left: 28px; padding-top: 4px;}
#content2c ol li ol {list-style: upper-alpha; margin-left: 40px;}
#content2c ul li {list-style: inside circle none; margin: 12px 20px;}


#content2c  ul.nav-tabs {
	list-style: none;
    border-bottom: 1px solid #ddd;
	display: table;
	content:" ";
	width: 100%;
}
#content2c  ul.nav-tabs>li {list-style: none; float: left; margin: 0px 0px -1px 0px;}
#content2c  ul.nav-tabs>li>a {
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	color: var(--blue);
	line-height: 1.43;
	margin-right: 2px;
}

#content2c  ul.nav-tabs>li.active>a {
	border: 1px solid var(--gray2);
	border-radius: 6px 6px 0 0;
	border-bottom-color: white;
	color: var(--gray3);
	background-color: white;
	font-weight: 600;
}
#content2c  .tab-pane {
	padding: 20px; 
	margin: 0px; 
	background-color: white; 
	display: none;
	border-left: 1px solid var(--gray2);
	border-right: 1px solid var(--gray2);
	border-bottom: 1px solid var(--gray2);
}
#content2c  .tab-pane.active {display: block;}
#content2c img {margin: 0px;}

#content2c ul.responsive-tabs__list {margin:0px}
#content2c ul.responsive-tabs__list > li {border-top-left-radius:8px; border-top-right-radius:8px; margin:0px;}
#content2c li.responsive-tabs__list__item {font-size: 16px; color: var(--blue);}
#content2c li.responsive-tabs__list__item--active {color: black; font-weight: bold;}

/*
.dept-list {display: table; border-spacing: 0px 20px;}
.box {display: table-row; width: 100%;}
.box .insert {display: table-cell; vertical-align: top; padding: 0px 10px 10px 0px; border-bottom: 1px dashed #d6d6d6;}
.box .title {font-size: 1.2em; font-weight: bold; padding-bottom: 0px;}
.box .p2 {width: auto;}
.box .description {margin-top: 8px;}
.box .p1 {width: 115px; height: 125px; background-size: 115px 115px; background-repeat: no-repeat;}
*/
.box {display: inline-block; border-top: 1px dashed var(--gray2); padding-top:10px; margin-bottom: 5px;}
.box .insert{display: inline-block; vertical-align: top;}
.box .p1 {width: 115px; height: 115px; background-size: 115px 115px; background-repeat: no-repeat; border-radius: 6px;}
.box .p2 {width: 280px; margin-left: 7px; margin-right: 5px;}
.box .title {font-size: 1.2em; font-weight: bold;}
.box .description {margin-top: 4px;}

.box-p {
    border-bottom: 1px dashed var(--gray2);
    display: inline-block;
    min-height: 120px;
    width: 400px;
    vertical-align: top;
    line-height: 20px;
	margin-top: 10px;
}
.box-p .title {font-size: 1.2em; font-weight: bold; width: 292px;}
.box-p .description {width: 292px;}
#content2c .box-p p {margin: 0px;}

.pdf-doc {border: 1px dashed var(--gray2); width: 184px; display: inline-block; vertical-align: top; margin: 10px; text-align: center;}
.entry-title {font-size: 32px; font-variant: small-caps; color: var(--gray3); margin-bottom: 24px; margin-top: 24px; line-height: 32px; text-align: center;}
.entry-title br {display: none;}

.pdf-doc img {max-width:100%;}

.events {border-bottom: 1px dashed var(--gray2); background-color: #fff; border-radius: 6px 6px 0px 0px; margin: 10px; padding:10px;}

#content2c .events h3 {color: #6f0732; }
#content2c .events p {margin-left: 20px;}


#content2c .alignleft {float: left; box-shadow: 5px 5px 5px #888888;}
#content2c .alignright {float: right; box-shadow: 5px 5px 5px #888888;}
#content2c .aligncenter {margin-left:auto; margin-right: auto; box-shadow: 5px 5px 5px #888888;}


#content2c .dir-links {padding-top: 8px 0; }
#content2c .dir-links li {line-height:18px; float:left; border-left: 2px solid var(--maroon); list-style-type: none; margin: 4px 0px;} /*maroon */
#content2c .dir-links a {padding: 4px 6px; margin: 2px 0;}
#content2c .to-top {color: red; padding-top: 10px; margin-left: 340px;}

#content2c #half-left {width: 380px; display: inline-block; vertical-align: top; margin-right: 5%;}
#content2c #half-right {width: 380px; display: inline-block; vertical-align: top;}

#content2c .nav-box {margin: 10px auto; width: 170px;}
#content2c > .title {font-size: 1.2rem; padding-bottom: 10px; font-style: italic;}
#content2c .room {color: #6f0732; font-style: italic;} /*maroon*/

#calendar {width: 100%; padding: 4px;}
#calendar tbody td {background: var(--gray1); border: 1px solid #fff; text-align: center; padding: 4px;}
#calendar tbody .pad {background: none;}
#calendar tbody { color: var(--gray3); }
#calendar tbody .today {color: #fff; background: var(--blue);}
#calendar tbody .event {color: #fff; background: var(--maroon); position: relative; tab}
#calendar tbody a {
	   background-color: #000000aa;
	   color: #fff;
	   position: absolute;
	   top: 24px;
	   right: 4px;
	   padding: 4px; 
	   width: 240px;
	   border-radius: 4px;
	   border: 1px solid #fff;
	   transform: translateX(-2000px);
}
#calendar tbody .event:hover a {transform: translate(0px);}
#calendar tbody a:focus {transform: translate(0px);}

.cal-nav-bar {text-align:center; background: var(--gray3); color: #fff; font-size: 14px; padding: 4px; border-width:0;}
.cal-nav-bar #current-date {display: inline-block; padding: 0px 6px; text-align: center; width: 150px;}
.cal-nav-bar .btn-prev:hover, .cal-nav-bar .btn-next:hover {cursor: pointer;}

/*
#wp-calendar {width: 100%; padding: 4px;}
#wp-calendar caption { text-align: left; color: #333; font-size: 14px; margin: 4px; padding-left: 18px;}
#wp-calendar thead th { padding-bottom: 2px; }
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #fff; text-align: center; padding:4px; font-size: 14px;}
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { text-transform: uppercase; padding-top: 10px; }
#wp-calendar tbody #today {color: #fff; background:#0E5EB6;} /*blue*/
#wp-calendar tbody td a {border-bottom: 1px solid #6f0732;}  /*maroon*/
*/

#sidebar-right h2.widgettitle{
    margin: 0px;
	padding: 6px;
	padding-left: 18px;
	color: var(--maroon);  /*maroon*/
	border-top: solid 3px var(--maroon);  /*maroon*/
	border-bottom: solid 1px var(--orange);
	border-radius: 6px 6px 0px 0px;
}
/*
*  footer row
*/

	#footnotes {max-width: 1200px; margin: 0 auto; list-style-type: none; font-size: 0.8em;}
	#footnotes li {display: block; float: left; border-left: 2px solid var(--maroon); width: 16%; text-align: center;} /*maroon*/
    #footnotes li:first-child {border-left:none;}
    #footnotes a {padding:0px 5px; line-height: 0.82em; }
	#footnotes a:hover {color: var(--blue);} /*blue*/


#footer {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0px;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

#footer li {margin: 7px 0;}

#footer .search-box {float: none;}
#footer li:hover {background: var(--blue);} /*blue*/
#footer .widget_ilw_widget .fa {font-size: 18px;}
#footer .textwidget .fa {font-size: 16px; margin: 6px;}
#footer .textwidget {margin-bottom: 32px;}
#footer .ilw_widget_icon {margin: 8px;}
#footer .widget_ilw_widget {margin-top: 14px;}
#footer .menu-tsu-links-container {margin-bottom: 20px;}

#footer .footer_title, .widgettitle {
	font-size: 1.2em;
	text-transform: uppercase;
	margin: 0 0 12px 0;
	padding-bottom: 6px;
	border-bottom: 1px solid var(--orange);  /* */
        letter-spacing: 3px;
	}	
		
.one_third{
	width: 300px;
	padding: 12px 12px;
}

#menu-footer-menu {	
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between; 
}
#menu-footer-menu li {line-height: 14px; border-left: 1px solid #fff; padding: 0 20px;}
#menu-footer-menu li:first-child {border-left: none; padding: 0 0;}
#menu-footer-menu li:last-child {padding: 0 0 0 20px;}

@media screen and (max-width:1000px) {
	header #quick-links-button {display: block; width: 100px;}
	header #quick-links-menu {
		display: none;
		width: 100px;
		position: absolute;
		z-index: 10;
		background-color: var(--gray2);
		opacity: 0.9;
		border: 2px solid var(--gray3);
	}
	header #quick-nav li {
		display: block;
		border-left: 0px;
	}
	header #quick-nav li{ padding: 5px;}
	header #quick-nav li:hover {background-color: white;}
	header #quick-nav li:first-child{}

    header {padding: 5px; height: 60px;}
    header #logo-tsu img {height: 60px;}
    header #logo-coset img {height: 60px;}
    header .search-input {width: 140px; padding: 2px 0px 2px 40px;}
    #menu-main-menu > li > a > br {display: block;}
	#content2c  ul.nav-tabs>li>a {padding: 8px 9px;}

	#sidebar-left {display: none;}
	#content {order:2; -webkit-order: 2;}
	#sidebar-right {order:3; -webkit-order: 3;}

	.sidebar {width: 33%;}
	#content {width: 67%;}
	#content2c {width: 67%; margin: 14px; padding: 0px;}
	#menu-footer-menu li {padding: 0 1px; margin: 4px 1px;}
}

@media screen and (max-width:755px)
{
    header #logo-tsu {display: none;} 
	#main-nav {min-height: 34px;}
	#menu-main-menu {
		position: fixed;
		width: 0;
		height:99%;
		top: 0;
		left: 0;
		display: block;
		visibility: hidden;
		background-color: #232323;
		opacity: 0.9;
		color: #fff;
		font-size: 1em;
		overflow-x: hidden;
		overflow-y: scroll;
		padding-top: 0px;
		transition:width 0.4s;
	}
	
	#menu-main-menu.grow {width: 200px !important; border-right: 2px solid #791832;display: block; visibility: visible;}
	.shift-right {right: -200px;}
	#menu-quick-links {display: none;}
	#menu-main-menu li {position: relative;}
    #menu-main-menu li a {display: block; border-bottom: 1px dashed gray; text-align: left; padding: 10px; }
	#menu-main-menu ul.sub-menu {
		position: static;
		background-color: #232323;
		padding-left: 20px;
		border: none;
	}
	#menu-main-menu ul.sub-menu li a {white-space: normal;}
	#menu-main-menu li a > br {display: none;}
	#menu-main-menu li.menu-item-has-children > a::after {content:"";}

	#burger {display: block; visibility: visible; padding: 4px; font-size: 16px; margin: 4px; cursor: move; border: 2px solid #616161; width: 80px; border-radius: 4px;}
	#burger:hover {
		border-color: #5097ff;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
	}
	
	#menu-main-menu .knob {display: block;}
	#menu-main-menu .knob {
		position: absolute;
		border: 1px solid #616161;
		top: 8px;
		right: 10px;
		width: 24px;
		text-align: center;
		cursor: pointer;
	}
	
	#menu-main-menu .knob:hover {border-color: #5097ff; cursor: move;}
	#header #quick-box {display: none;}
	#menu-main-menu #quick-box {margin-left: 4px;}
	#menu-main-menu #quick-box .search-box {float:none; position: relative;}
	#container{ flex-direction: column; -webkit-flex-direction: column; }
	#sidebar-left {order:3; -webkit-order: 3; width: 98%;}
	#sidebar-right {order:2; -webkit-order: 2; width: 98%;}
	#content {order:1; -webkit-order: 1; width: 98%;}
	#content2c {width: 98%;}

}

@media screen and (max-width:500px){
	#footer { flex-direction: column; -webkit-flex-direction: column; }
	header { flex-direction: column; -webkit-flex-direction: column; }
    header #headline {font-size: 16px;}
	header #logo {height:30px; width: 70px; display:none;}
    header #quick-box {display:none;}
}
