html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: Open Sans,sans-serif;
}

#top-bar {
    position: relative;
}

#top-menu { 
	background-color: #00789b;
	padding: 6px;
	margin: 0 auto;
	max-width: 1176px;
	text-align: center;
}

#slider-section { 
	padding-top: 60px;
}

#title-section { 
	position: relative;
}

#page-title { 
	box-shadow: 0px 3px 6px rgba(1, 1, 1, 0.4);
	outline: 1px solid #ccc;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -45px;
    padding: 20px 20px;
    background-color: rgba(255, 255, 255, 0.94);
    display: inline-block;
	font-weight: bold;
    min-width: 550px;
    text-align: center;
    color: #00789b;
	z-index: 45;
}
@media screen and (max-width: 868px) {
	#page-title {
		min-width: 100%;
		display: block;
		position: static;
		transform: translateX(0);
	}
}

#page-title h2 {
	margin: 0;
}

#search-icon {
	position: relative;
	top: 0px;
	width: 30px !important;
}

#index-search input[name=keyword] {
	border: 0;
	border-bottom: 1px solid #aaa;
	width: 50%;
	padding: 6px;
	background: none;
	font-weight: normal;
}

#search-posts {
	padding: 10px;
}
@media screen and (max-width: 1495px) {
	#search-posts input[name=keyword] {
		margin-bottom: 10px;
	}
}

#loadbook{
	text-align: center;
    display: none;
    background-image: url(../img/load.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
    height: 50px;
}

.data-label {
	display: inline-block;
	position: absolute;
	top: -17px;
	right: 51px;
	background-color: #00789b;
	padding: 6px;
	color: white;
	z-index: 10;
}
@media screen and (max-width: 868px) {
	.data-label {
		position: normal;
		float: right;
		top: 0;
		right: 0;
	}
}

#top-social-networks {
	position: fixed;
	right: 0;
	top: 70px;
	display: inline-block;
	width:50px;
	z-index: 50;
}
.top-social {
	color: white;
	background-color:#0095b6;
	text-align: center;
	font-size: 26px;
	padding: 10px;
	margin: 6px 0px;
}
@media screen and (max-width: 1495px) {
	#top-social-networks {
		margin-top: 50px;
		display: block;
		position: static;
		width:100%;
	}
}
@media screen and (max-width: 868px) {
	#top-social-networks {
		margin-top: 0;
	}
}

@media screen and (max-width: 1495px) {
	.top-social {
		color: #0095b6;
		background-color:white;
		display: inline-block;
		position: static;
		margin: 16px 20px;
	}
}
#site-search-form  {
	text-align: center;
}
#site-search-form  input[name=keyword]{
	width:65%;
}
.map-bibl-site-label {
	color: white;
	background-color:
	#4caf50;
	margin-top: 4px;
	border-radius: 4px;
	font: bold 12px Verdana;
	padding: 4px;
	display: inline-block;
}
.map-centr-bibl-label {
	color: white;
	background-color: #E7373A;
	margin-top: 4px;
	border-radius: 4px;
	font: bold 12px Verdana;
	padding: 4px;
	display: inline-block;
}
.map-filial-bibl-label {
	color: white;
	background-color: #0095b6;
	margin-top: 4px;
	border-radius: 4px;
	font: bold 12px Verdana;
	padding: 4px;
	display: inline-block;
}
#page-content {
	padding: 65px 26px;
}
@media screen and (max-width: 868px) {
	#page-content img {
		width: 100% !important;
		height: auto !important;
	}
}

#page-content figure {
	margin: 10px;
	padding: 10px;
	outline: 1px solid #ccc;
	background-color: rgba(1, 1, 1, 0.01);
}

#page-content figcaption {
	text-align: center;
	padding: 6px;
}

.sidebar{
	padding: 20px 10px;
}

.stop-scrolling {
	height: 100%;
	overflow: hidden;
}

#logo{
	height:40px; 
	position:absolute; 
	top: 10px;
}

#glassesSpecialButton{
	height:40px; 
	position:absolute; 
	top: 5px;
}

#new-user-btn{
	display: inline-block;
	border-radius: 10px;
	background: white;
	padding: 2px 10px;
	color: #00789b;
	font-weight: bold;
}

#top-menu-container{
	background-color: #00789b;
	box-shadow: 0 1px 12px 2px rgba(0, 0, 0, 0.4);
	z-index: 55;
	position: absolute;
	top: 0;
	width: 100%;
}

#top-menu ul{
	text-align: center;
	display: inline-block;
	list-style: none;
	margin: 0;
}

#top-menu ul a{
	color: #fdfdfd;
	text-decoration: none;
	font: 14px sans-serif;
	font-weight: 400;
}

#top-menu ul a{
	color: white;
}

#top-menu ul li{
	padding: 15px 5px;
	display: inline-block;
	margin-right:12px;
	position: relative;
	font-weight: normal;
	opacity: .8;
}

#top-menu ul li:hover{
	opacity: 1;
}

#top-menu ul li i{
	font-size: 15px;
}

#top-menu-nav{
	color: #fff;
	background-color: rgba(0,120,155,.96);
	display: none;
	position: absolute;
	padding: 30px 25px;
	top: 56px;
	width: 100%;
	z-index: 50;
	overflow: auto;
}

.aside-menu__title {
    margin-bottom: 18px;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    line-height: 28px;
    font-family: "Open sans";
}

.aside-menu__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.aside-menu__link {
    font-size: 17px;
    color: #fff;
    line-height: 28px;
    font-family: "Open sans";
}

.aside-menu__link:hover {
    text-decoration: none;
	color: rgba(255, 255, 255, .6);
}

.wrapper {
	max-width: 1176px;
	margin: 0 auto;
}

.wrapper-page {
	max-width: 1414px;
	margin: 0 auto;
}

.section {
	margin: 15px 0;
}
.section-name {
	color: #00789b; 
	font: 20px Arial; 
	font-weight: 600;
	margin: 10px 10px;
	text-transform: uppercase;
}

.post-preview {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display:inline-block;
	min-width:270px;
	height:170px;
}

.horizontal-banner-preview {
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	display:inline-block;
	width: 100%;
	height: 100px;
}

.post-param {
	float: right;
	color: #656565;
	font-weight: normal;
}

.post-param i {
	/*color: #fa3228;
	font-size: 16px;*/ 
}

.event {
	margin: 10px; 
	display: inline-block; 
	background-color: #fbfbfb;
}

.event img {
	 width:270px;
	 height:170px;
}

.event-info {
	padding: 6px;
}

.event-name {
	text-align: left;
	padding: 0px 6px;
	color: #656565; 
	font: 16px Arial; 
	font-weight: 600;
    width: 260px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.event-date {
	text-align: left;
	padding: 0px 6px;
	color: #fa3228; 
	font: 16px Arial; 
	font-weight: 600; 
	margin-bottom: 10px;
}

.concurs {
	margin: 10px; 
	display: inline-block; 
	background-color: #fbfbfb;
}

.concurs img {
	 width:270px;
	 height:170px;
}

.concurs-info {
	padding: 6px;
}

.concurs-name {
	text-align: left;
	padding: 0px 6px;
	color: #656565; 
	font: 16px Arial; 
	font-weight: 600;
    width: 260px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.concurs-date {
	text-align: left;
	padding: 0 6;
	color: #fa3228; 
	font: 16px Arial; 
	font-weight: 600; 
	margin-bottom: 10px;
}

.online-lib {
	margin: 5px; 
	display: inline-block; 
	vertical-align: middle;
	width: 200px;
	vertical-align: top;
	font: 12px Calibri;
	color: rgba(0, 0, 0, .8);
}

.online-lib img {
	width: 150px;
}

.horizontal-banner {
	margin: 5px; 
	display: inline-block; 
	vertical-align: middle;
	width: 200px;
	vertical-align: top;
	font: 12px Calibri;
	color: rgba(0, 0, 0, .8);
}

.horizontal-banner img {
	width: 100%;
	height: 80px;
}

.vertical-banner {
	margin: 5px; 
	display: inline-block; 
	vertical-align: middle;
	/* width: 200px; */
	vertical-align: top;
	font: 12px Calibri;
	color: rgba(0, 0, 0, .8);
}

.vertical-banner img {
	width: 200;
	height: 320px;
}

.all-links {
	float: right;
	padding-top: 5px;
	color: #00789b; 
	font: 14px Arial; 
	font-weight: 600;
	text-transform: lowercase;
	opacity: 0.8;
}

.all-links:hover {
	opacity: 1;
}

#news-section {
	padding: 5px 10px;
	background-color: rgba(0,156,202,.05);
}

.news {
	margin: 10px; 
	display: inline-block; 
	background-color: #fbfbfb;
}

.news img {
	 width:270px;
	 height:170px;
}

.news-info {
	padding: 6px;
}

.news-date {
	padding: 6px;
	text-align: left;
	color: #fa3228; 
	font: 16px Arial; 
	font-weight: 600; 
	margin-bottom: 10px;
}

.news-name {
	text-align: left;
	padding: 0px 6px;
	color: #656565; 
	font: 16px Arial; 
	font-weight: 600;
    width: 260px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-name:hover {
	color: #00789b;
}

.news-description {
	padding: 0 6px;
	text-align: left;
	color: #656565; 
	font: 14px Arial;
	height: 100px;
}

.news a {
	text-decoration: none;
}

.mini-news {
	margin: 10px; 
	display: inline-block; 
	/* background-color: #fbfbfb;  */
	/* box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1); */
}

.mini-news img {
	 width:270px;
	 height:170px;
}

.mini-news-info {
	padding: 6px;
}

.mini-news-date {
	color: #fa3228; 
	font: 16px Arial; 
	font-weight: 600; 
	margin-bottom: 4px;
}

.mini-news-name {
	color: #656565; 
	font: 16px Arial; 
	font-weight: 600; 
	margin-bottom: 4px;
}

.mini-news-name:hover {
	color: #00789b;
}

.mini-news-description {
	color: #656565; 
	font: 14px Arial;
	 width:258px;
}

.mini-news a {
	text-decoration: none;
}

.news-more {
	text-align: right;
	padding-top: 5px;
	color: #00789b; 
	font: 14px Arial; 
	font-weight: 600;
	text-transform: lowercase;
	opacity: 0.8;
}

.news-more:hover {
	opacity: 1;
}

.recommend-label {
	color: #fa3228; 
	font: 14px Arial;
	margin: 10px 10px;
}

.book {
	display: inline-block;
	width: 120px;
	margin: 10px;
}

.book img {
	width: 130px;
	height: 180px;
}

#footer {
    font: 14px Arial;
    background-color: #eee;
}

.footer-menu-title {
	color: rgba(0,0,0,.54);
	font-weight: bold;
}

#footer ul{
	list-style-type: none;
	padding: 0;
}

#footer ul li{
	line-height:22px;
	margin-bottom: 6px;
}

#footer ul a{
	text-decoration: none;
    color: rgba(0,0,0,.87);
}

#footer ul a:hover {
	color: #0293bd;
}
/**/

#login-box {
	margin:110px auto;
	width:420px;
	background:white;
	border-radius:5px;
	overflow:hidden;
	/*border:1px solid #ccc;*/
	box-shadow: 0px 0px 6px 1px rgb(10 10 10 / 40%);
}
@media screen and (max-width: 868px) {
	#login-box {
		width: 90%;
	}
}

#login-header {
	background:#4c6da6;
	color:white;
	font-size: 20px;
	text-shadow:1px 1px 2px rgba(0, 0, 0, 0.7);
	padding: 20px 24px 20px 160px;
	position: relative;
	text-align: right;
}

/* #login-header div{ */
	
/* } */

/* #login-header a{ */
	/* color:white; */
	/* text-decoration:white; */
	/* border-left:1px solid #3f5f95; */
	/* float:right; */
	/* padding:20px 35px; */
	/* transition:background 0.3s; */
/* } */

/* #login-header a:hover{ */
	/* background:#436296; */
/* } */

#login-inputs  {
	text-align:center;
	padding:35px 0;
}

#login-inputs  input{
	width:65%;
	border-radius:4px;
	margin-bottom:25px;
}

#login-inputs  input[type="text"]{
	background:url(img/email.png);
	background-position:95% center;
	background-repeat:no-repeat;
}

#login-inputs  input[type="password"]{
	background:url(img/locked.png);
	background-position:95% center;
	background-repeat:no-repeat;
}

#login-inputs  input[type="text"], #login-inputs  input[type="password"]{
	border: 1px solid #a9a9a9;
	padding:12px 55px 12px 25px;
	font-size:16px;
	font-weight:bold;
	opacity:0.6;
}

#login-inputs  input[type="submit"]{
	width:82%;
	padding:20px 35px;
	background:#f35c62;
	border:none;
	color:white;
	font-size:16px;
	font-weight:bold;
	transition: background 0.2s;
}

#login-inputs  input[type="submit"]:hover{
	background:#e8595f;
	cursor:pointer;
}

#login-inputs  input[type="submit"]:active{
	background:#fd7d82;
}

#login-footer {
	text-align:center;
	padding:6px 0;
	background:#f3f3f3;
	font-size:16px;
	font-weight:bold;
	opacity:0.5;
}

#login-footer a{
	color:red;
	text-decoration:none;
}

.button {
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	padding: 10px 15px;
	background-color: #00789b;
	color: white;
	font: bold 14px Verdana;
	user-select: none;
	border: none;
	outline: none;
}

.button:hover {
	background-color: #0286ad;
}

.button:active {
	background-color: #005f7b;
}

.round-button {
	border-radius: 20px;
	cursor: pointer;
	display: inline-block;
	padding: 10px 15px;
	background-color: #00789b;
	color: white;
	font: bold 14px Verdana;
	user-select: none;
	border: none;
	outline: none;
}

.round-button:hover {
	background-color: #0286ad;
}

.round-button:active {
	background-color: #005f7b;
}

.mini-button {
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	padding: 2px 5px;
	background-color: #00789b;
	color: white;
	font: bold 14px Verdana;
	user-select: none;
	border: none;
	outline: none;
}

.mini-button:hover {
	background-color: #0286ad;
}

.mini-button:active {
	background-color: #005f7b;
}

.evt-load-btn {
	background-image: url(../img/loader.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 20%;
}

label {
	color: #00789b;
	font: bold 14px Arial;
}

input[type=text] {
	padding: 8px;
}

#feedback-form {
	display:none;
	/* margin-top: 60px; */
	padding-top:160px;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow:auto;
	background-color:rgb(0,0,0);
	background-color:rgba(0,0,0,0.4);
	z-index:45;
}

.feedback-form-content{
	margin: 0 auto;
	background-color:#fff;
	position:relative;
	padding:0;
	outline:0;
	width:700px;
	animation:animatezoom 0.6s;
}

@media screen and (max-width: 868px) {
	#feedback-form {
		padding-top:0px;
	}
	.feedback-form-content{
		background-color:#fff;
		position:relative;
		padding:0;
		outline:0;
		width:100%;
		animation:animatezoom 0.6s;
	}
}

@keyframes animatezoom{
	from{transform:scale(0)} 
	to{transform:scale(1)}
}

.feedback-form-header{
	content:"";
	clear:both;
	background-color: #00789b;
	color: white;
	padding:8px 16px!important;
}

.feedback-form-panel{
	padding:0.01em 16px;
	margin-top:16px;
	margin-bottom:16px;
}

.feedback-form-panel input, .feedback-form-panel textarea{
	padding:8px;
	display:block;
	border:none;
	border-bottom:1px solid #ccc;
	width:100%;
	border:1px solid #ccc!important;
	margin-bottom:16px!important;
}

.feedback-form-panel textarea{
	min-height:150px;
	max-height:350px;
	min-width: 100%;
	max-width: 100%;
}

.feedback-form-footer{
	margin-top:16px!important;
	margin-bottom:16px!important;
}

.warning-input {
	outline: 1px solid #f23f35;
	box-shadow: 0px 0px 6px 2px rgba(242, 63, 53, 0.4);
	position: relative;
}

.button-default {
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	padding: 10px 15px;
	font: bold 14px Verdana;
	user-select: none;
	border: none;
	outline: none;
}

.button-default:hover {
	background-color: #e8e8e8;
}

.button-default:active {
	background-color: #d4d4d4;
	/* color: #1c1c1c; */
}

.button-searchparam {
	border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    padding: 2px 6px;
    font: 25px Verdana;
    user-select: none;
    border: none;
    outline: none;
	position: relative;
    top: 5px;
}

.button-searchparam:hover {
	background-color: #e8e8e8;
}

.button-searchparam:active {
	background-color: #d4d4d4;
}
/*----Search catalog------*/
.ui-autocomplete-loading {
	background: white url("../img/loader.gif") right center no-repeat;
	background-size: 20px;
}
.ui-autocomplete {
	max-height: 200px;
	max-width: 550px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
}
/* IE 6 doesn\'t support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
	height: 200px;
	max-width: 550px;
}

.title_pole{
	color:#295D87;
	font-weight:bold;
}
.book_wrap{
	border:1px solid #999999;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-khtml-border-radius: 5px; /* KHTML */
	border-radius: 5px; /* CSS3 */
	background:white; 
	margin:5px;
	background-image: url(http://litdnevnik.cheb.ru/wp-content/plugins/marc/search_order/images/pages_bg.png);
	background-size:20px;
	background-repeat: repeat-y;
	background-position:right;
}
.book_content{
	padding:5px 25px 5px 5px; 
	margin:0px;
}
/*----------   -----------*/
.bibls_wrap{
	background:#3B83C0;
	margin:0;
	padding:0;
	text-align:center;
}

.bibl{
	background: white;
	display: none;
	overflow:hidden;
	border-bottom:1px solid #ccc;
	padding:5px 5px 10px 5px;
}

.bibls_button{
	background:#3B83C0;
	color:white;
	padding:10px 0px;
	margin:0px;
	text-align:center;
	//width: 200px;
	font-weight:bold;
}

.bibls_button:hover{
	background:#306a9c;
	cursor:pointer;
}

.request_sended{
	border-radius: 4px;
	display: inline-block;
	padding: 10px 15px;
	background-color: #005f7b;
	color: white;
	font: bold 14px Verdana;
	user-select: none;
	border: none;
	outline: none;
}

.request_sent{
	display:inline-block;
	background:#00b73d;
	color:white;
	font-weight:bold;
	padding:6px;
	margin:0;
}

.bookmarked{
	color:#0095b6;
}

.bookmarkbtn {
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	padding: 10px 15px;
	font: bold 22px Verdana;
	user-select: none;
	border: none;
	outline: none;
}

.bookmarkbtn:hover {
	background-color: rgb(0, 149, 182, 0.2);
}

.bookmarkbtn:active {
	background-color: rgb(0, 149, 182, 0.6);
}

.accept_eventbtn {
	background-color: #00cc44;
	color: white;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	padding: 10px 15px;
	font: bold 14px Verdana;
	user-select: none;
	border: none;
	outline: none;
}

.accept_eventbtn:hover {
	background-color: #10e356;
}

.accept_eventbtn:active {
	background-color: #02ba3f;
}

.search-param{
	margin-bottom: 15px;
	/*outline: 1px dashed #76a7b5;*/
	box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.2);
	padding: 10px;
	background-color: white;
}
.ui-selectmenu-menu .ui-menu {max-height: 200px;}
.search-logic{
	margin-bottom: 15px;
	text-align: right;
}
.keyword{
	width: 100%;
}

.light-box{
	 box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.2);
	 transition: all 0.2s;
}

.light-box:hover{
	 box-shadow: 0px 0px 4px 2px rgba(0,120,155,0.4);
}

/* checkbox  radio*/
.checkmark-label {
	padding-left:30px;
	position:relative;
	font: 14px "Open Sans";
	display:inline-block;
	margin: 8px;
}

.checkmark-label input[type=checkbox]:hover ~ .checkmark {
	background:#72a3d0;
}

.checkmark-label input[type=checkbox] {
	opacity:0;
	position:absolute;
	width:0;
	height:0;
	top:0;
	left:0;
}

.checkmark-label .checkmark {
	position:absolute;
	/* background-color:#ed1d24; */
	background-color:#588CBC;
	width:22px;
	height:22px;
	top:-1px;
	left:0;
	transition: background 0.2s;
	transsform:rotateZ(0deg);
}

.checkmark-label input[type=checkbox]:checked ~ .checkmark:before {
	content:'';
	position:absolute;
	width:10px;
	height:6px;
	border-left:4px solid white;
	border-bottom:4px solid white;
	transform:translateX(-50%) translateY(-60%) rotateZ(-45deg);
	top:50%;
	left:50%;
	box-sizing: initial;
	-webkit-box-sizing: initial;
}

.checkmark-label input[type=checkbox]:active ~ .checkmark{
	background-color:#3e6c96;
}

/*  */
.checkmark-label input[type=radio] {
	opacity:0;
	position:absolute;
	top:0;
	left:0;
	width:0;
	height:0;
}

.checkmark-label input[type=radio] ~ div {
	border-radius:50px;
	background-color: #588CBC;
	width:20px;
	height:20px;
	display:inline-block;
	position:absolute;
	left:0;
	top:0;
	transition: background 0.2s;
}

.checkmark-label input[type=radio]:checked ~ div:before {
	border-radius:50px;
	content: '';
	transform: translateX(-50%) translateY(-50%);
	position:absolute;
	top:50%;
	left:50%;
	background-color:white;
	display:inline-block;
	width:10px;
	height:10px;
	box-sizing: initial;
	-webkit-box-sizing: initial;
}

.checkmark-label input[type=radio]:hover  ~ div {
	background-color: #72a3d0;
}

.checkmark-label input[type=radio]:active ~ div {
	background:#355471;
}

#scroll-top {
	color: white;
    display: none;
    padding: 10px 16px;
    background-color: #0095b6;
    cursor: pointer;
    user-select: none;
    font-size: 22px;
    border-radius: 50%;
	position: fixed;
	right: 60px;
	bottom: 142px;
	z-index: 99999999;
}

#scroll-top:hover {
    background-color: #368fa2;
}

#scroll-top:active {
    background-color: #2e7888;
}

.vote-button {
	display: inline-block;
	padding:5px 15px;
	background-color:#009CCA;
	border: 1px solid white;
	border-radius: 15px;
	color: white;
	cursor: pointer;
}

.vote-button:hover {
	background-color:rgba(255, 255, 255, 0.1);
}

.vote-button:active {
	background-color:white;
	border: 1px solid #009CCA;
	color: #009CCA;
}

.book-name {
	font: bold 14px Arial;
	color: #337ab7;
	text-align: left;
	padding: 4px;
	overflow-wrap: break-word;
}

.book-author {
	font: italic 14px Arial;
	color: #444;
	text-align: left;
	padding: 2px;
}

.book-option {
	font: 12px Arial;
	color: #444;
	text-align: left;
	padding: 2px;
}

.contacts-label {
	background-color: #337ab7;
    color: white;
    padding: 6px;
    min-height: 53px;
    /*font: bold 14px Arial;*/
    font: 12px Arial;
	margin-bottom: 8px;
}

@media screen and (max-width: 868px) {
	.left-banner-container{
		display: none;
	}
}

/**
 * Tabs
 */
.tabs {
	display: flex;
	flex-wrap: wrap; /* make sure it wraps*/
	align-items: flex-start;
}
.tabs label {
	order: 1; // Put the labels first
	display: block;
	padding: 1rem 2rem;
	margin-right: 0.2rem;
	cursor: pointer;
  background: #90CAF9;
  font-weight: bold;
  transition: background ease 0.2s;
}
.tabs .tab {
  order: 99; // Put the tabs last
  flex-grow: 1;
	width: 100%;
	display: none;
  padding: 1rem;
  background: #fff;
}
.tabs input[type="radio"] {
	display: none;
}
.tabs input[type="radio"]:checked + label {
	background: #fff;
}
.tabs input[type="radio"]:checked + label + .tab {
	display: block;
}

@media (max-width: 45em) {
  .tabs .tab,
  .tabs label {
	order: initial;
  }
  .tabs label {
	width: 100%;
	margin-right: 0;
	margin-top: 0.2rem;
  }
}