body {
   background-color: white;
   font-family: "Open Sans", sans-serif;
   margin: 0px;
	}
/* jine fonty nez default */
h1, h2, h3, #navbar, .button, .formsearch, .formbutton {
	font-family: "Open Sans Condensed", sans-serif;
	}
h1, h2, h3, h4, .button, .formsearch, .formbutton {
	font-weight: bold;
	}
	
/*nadpisy*/
h1 {
	font-size: 38px;
	}
#header h1 {
	color: #192123;
	margin-left: auto;
	margin-right: auto;
	}
h2 {
	font-size: 24px;
	}
h3 {
	font-size: 18px;
	}	
h4 {
	font-size: 14px;
	}
ul.nolist li {
	list-style-type: none;
	text-indent: -20px;
	margin-left: 40px;
	}

p {
	font-size: 12px;
	line-height: 22px;
	padding: 0;
	}
th {
	text-align: left;
	font-weight: normal;
	font-style: italic;
	}
td, th {
	font-size: 14px;
	padding-right: 20px;
	}
div, a, li, ul, h1, h2, h3, h4, img {
	border: 0;
	padding: 0;
	margin: 0
	}
.grey {
	font-weight: 300;
	}
.pub a, .grey a {
	color: black;
	text-decoration: none;
	}
.clear {
	clear: both;
	}

.upper, .button, .menu ul li a, h2, h3, #header h1 {
	text-transform: uppercase;
	}
	
.smallcaps {
	text-transform: none;
	}
	
.lightblue {
	background-color: #dff4f9;
	}
.toggle {
	display: none;
	}
.toggleable {
	text-decoration: underline;
	cursor: pointer;
	}
/* odkazy */
a {
	text-decoration: /*underline*/ none;
	color: #1fa81d;
	}
.news a, .calendar a {
	color: #1f514e;
	} 
#navbar a, a.button, .bluenavigation a {
	text-decoration: none;
	}

/* tlacitka */
.button {
   z-index: 300;
   border-radius: 5px;
   font-size: 16px;
   margin-top: 0px;
   padding: 5px 15px;
   text-align: center
   }
#content_area .button, #footer_area .button, #slider1_container .button:hover {
   background-color: #54b4cc;
   color: white;
	}
#slider1_container .button, #content_area .button:hover, #footer_area .button:hover {
	background-color: yellow;
	color: black;
	}
#content_area .content800 .yellowrule {
	background-color: yellow;
	color: black;
	}
#slider1_container .button {
	}	


/* menu */
#navbar {
   font-size: 16px;
   width: 100%;
	display: block;
	z-index: 100;
	}
.nav {
   padding-left: 0px;
	}
.nav > li {
   position: relative;
	}
.menu {
   background-color: transparent;
   margin: 0px auto;
   z-index: 150;
	}	
.menu ul, .bluenavigation ul {
   width: 100%;
   float: left;
   list-style: none outside none;
	}
.menu ul li {
   display: block;
   float: left;
   text-align: center;
   padding: 0;
   margin: 0;
   background-color: #b2dee9;
}
.menu ul li ul {
   margin: 0px;
   padding: 0px;
   background-color: transparent;
	}
.menu ul li ul li {
   height: auto;
   margin: 0px;
   padding: 0px;
	}
/* text odkazu v menu */
.menu ul li ul li a {
   line-height: 18px;
   white-space: normal;
   height: auto;
   display: block;
   margin: 0px;
	}
.menu ul li a {
   color: #000;
   display: block;
	}
/*hover efekt v menu*/
.menu ul li.active > a {
	background-color: black;
    }
.menu ul li.hov a:hover, .bluenav li a:hover {
	background-color: #7f7f7f;
	}
.menu ul li.active > a, .menu ul li.hov a:hover, .bluenav li a:hover {
	color: yellow;
	}
/* dropdown menu */
.dropdown-menu {
   position: absolute;
   top: 90%;
   left: 0px;
   z-index: 250;
   display: none;
   box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
   background-clip: padding-box;
	}
ul li:hover ul{
	display: block; /* display the dropdown */
   }
/* stiny, rohy v menu */
.menu>ul>li:first-child, .menu ul li ul li:last-child, .menu ul li ul li:last-child a:hover, .logo {
   -webkit-border-bottom-left-radius: 5px;
   -moz-border-radius-bottomleft: 5px;
   border-bottom-left-radius: 5px;
	}
.menu ul li:last-child, .menu ul li ul li:last-child, .menu ul li ul li:last-child a:hover, .logo {
   -webkit-border-bottom-right-radius: 5px;
   -moz-border-radius-bottomright: 5px;
   border-bottom-right-radius: 5px;
	}
/* hledÃ¡nÃ­ v menu */
.formsearch {
	-webkit-box-shadow: inset black 0px 0px 4px -1px;
	-moz-box-shadow: inset black 0px 0px 4px -1px;
	box-shadow: inset black 0px 0px 4px -1px;
	}
.formsearch {
	width: 116px;
 	background: #4d4d4d;
	border:0px solid #4d4d4d;
	color: white;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
	}
.formbutton {
	position:relative;
	width: 40px;
	left:-4px;
	border: 0;
	background: url('https://webarchiv.lib.cas.cz:443/wayback/20160903000321/http://www.ivb.cz/styly/img/magnifier.png') center center no-repeat;
	background-color: black;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
	}
.formbutton:hover  {
	background: url('https://webarchiv.lib.cas.cz:443/wayback/20160903000321/http://www.ivb.cz/styly/img/magnifier2.png') center center no-repeat;
	background-color: black;
	}

.formsearch, .formbutton {
   height: 32px;
   padding:0 10px;
	font-weight: bold;
	font-size: 1.0em;
	}
/* konec menu */
/* slider */
#slider1_container {
	position: relative;
	top: 0px;
	margin-left: auto;
	margin-right: auto;	}
#sliderwrapper {
	cursor: move;
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
	}
.slide1 {
	background: url(https://webarchiv.lib.cas.cz:443/wayback/20160903000321/http://www.ivb.cz/styly/img/slider_1.jpg);
	}
.slide2 {
	background: url(https://webarchiv.lib.cas.cz:443/wayback/20160903000321/http://www.ivb.cz/styly/img/slider_2.jpg);
	}
.slide3 {
	background: url(https://webarchiv.lib.cas.cz:443/wayback/20160903000321/http://www.ivb.cz/styly/img/slider_3.jpg);
	}
.slide4 {
	background: url(https://webarchiv.lib.cas.cz:443/wayback/20160903000321/http://www.ivb.cz/styly/img/slider_4.jpg);
	}
.slide {
	color: white;
   font-weight: bold;
	background-position: 50% center;
	}
.slide_caption h1 {
	text-transform: uppercase;
	font-size: 40px;
	line-height: 45px;
	padding: 0 0 10px 0;
	margin: 0;
	}

/* header */
#header_container {
	position: relative;
	top: 0px;
	margin-left: auto;
	margin-right: auto;	}
#header {
	/*z-index: 60;*/
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
	background:url('https://webarchiv.lib.cas.cz:443/wayback/20160903000321/http://www.ivb.cz/styly/img/headerbg.jpg') center center no-repeat;
	text-align: center;
	}

.navigationbar_wrapper, .big_wrapper {
	padding: 0;
	}

/* obsah */
#content_area, #footer_area {
	margin-left: auto;
	margin-right: auto;
	}
#content_area p, #footer_area p, .content800 li {
	font-size: 14px;
	}
.content800 li {
	margin-left: 20px;
	}
.content_wrapper, .navigationbar_wrapper {
	width: 100%;
	border-bottom: 1px solid lightgray;
	}
.content, .footer_contacts, .copyright {
	margin: 0 auto;
	overflow: hidden;
	}
.content800 {
	background-color: #dff4f9;
	border-bottom: 1px solid lightgray;
	}
.content800 div.address {
	float: left;
	width: 200px;
	}
/*.content800 > span {
	float: left;
	}*/
div.map {
	height: 200px;
	}

p.lide {
	margin-top: 0;
	margin-bottom: 3px;
	}
p.pub {
	margin-top: 7px;
	margin-bottom: 3px;
	}
table.folia_fulltext {
	float: left;
	margin-top: 10px;
	/*background-color: white;*/
	}
div.folia_fulltext_right {
	float: left;
	margin-top: 10px;
	margin-left: 30px;
	width: 490px;
	}
/*div.folia_fulltext_right > h3 {
	padding-top: 0;
	}*/
table.folia_fulltext tr td > h3 {
	padding-top: 0;
	}
.folia_fulltext td {
	padding-right: 2px;
	}
/*.folia_fulltext p:first-of-type {
	font-style: italic;
	}*/	
	
/* footer */
#footer_area p, #footer_area h3 {
	color: white;
	}
/*#footer_area a {
	color: #1fa81d;
	}*/
.footer_wrapper {
	width: 100%;
	background-color: #192123;
	}
.contact {
	width: 256px;
	float: left;
	padding-left: 30px;
	}
.contact div {
	padding-top: 20px;
	}
.copyright_wrapper {
	width: 100%;
	background-color: black;
	}
.copyright p {
	text-align: center;
	}

/* Media Queries */

/* do 640 px */

@media screen and (max-width: 640px) {
/* tlacitka */	
.newsbutton {
	float: left;
	}
.newsb, .newpubsb, .calendarb {
	display: none;
	}
	
/* sirky */
#content_area, #footer_area {
	width: 100%;
	}

h3 {
	padding-top: 10px;
	}
p {
	margin: 5px 0 10px 0;
	}
	
/* menu */
.li1 {
	width: 100px;
	}
.li2 {
	width: 34px;
	}
.li3 {
	width: 33px;
	}
.li4 {
	width: 33px;
	}
#navbar {
/*	position: fixed;
	top: 0;*/
	position: absolute;
	}
.header_wrapper {
	display: none;
	}
.header_wrapper_mobile {
	display: block;
	width: 320px;
	margin-left: auto;
	margin-right: auto;
   background-color: transparent;
	}
.header_wrapper_mobile .menu ul li ul, .header_wrapper_mobile .menu ul li ul li {
   max-width: 320px;
   min-width: 320px;
   text-align: left;
	}
/* text odkazu v menu */
.header_wrapper_mobile .menu ul li ul li a {
   padding: 8px;
	}
.header_wrapper_mobile .menu > ul > li > ul > li > ul > li > a {
	padding-left: 20px;
	}
.nav > li > a {
   padding: 8px 0px;
	}
/*hover efekt v menu*/
li.li2:hover > a > span{
	background: url('https://webarchiv.lib.cas.cz:443/wayback/20160903000321/http://www.ivb.cz/styly/img/magnifiersm2.png') center center no-repeat;
	}
li.li1:hover > a > span {
	background:url('https://webarchiv.lib.cas.cz:443/wayback/20160903000321/http://www.ivb.cz/styly/img/menu2.png') left center no-repeat;
	}
li.li1 > a > span {
   background:url('https://webarchiv.lib.cas.cz:443/wayback/20160903000321/http://www.ivb.cz/styly/img/menu.png') left center no-repeat;
   margin:0;
   overflow:hidden;
   padding:0 10px 0 22px;
	}
/* LOGO v menu  */
.header_wrapper_mobile .menu .logo {
	z-index: 200;
   margin-top: 0px;
   height: 50px;
   width: 120px;
   background-color: #fff;
   background-repeat: no-repeat;
   background-position: center center;
   background-size: 84%;
   box-shadow: black 0px 0px 10px;
	-webkit-box-shadow: black 0px 0px 10px;
	-moz-box-shadow: black 0px 0px 10px; 
	}
.header_wrapper .menu ul li.logo a {
    height: 50px;
	}
/*hledÃ¡nÃ­ v menu*/
li.li2 a span {
   background:url('https://webarchiv.lib.cas.cz:443/wayback/20160903000321/http://www.ivb.cz/styly/img/magnifiersm.png') center center no-repeat;
   margin:0;
   padding-right: 35px;
   white-space:nowrap;
	}
.li2 ul.dropdown-menu {
	position: relative;
	left: -220px;   
	}
/* hledání v menu */
.formsearch {
	margin-left: 4px;
	width: 252px;
	}
/* konec menu */

/* slider */
#slider1_container, #sliderwrapper {
	width: 640px;
	height: 290px; 	}
.slide {
	background-size: 160%;
	}
/* slider caption */
.slide_caption {
	position: absolute;
	left: 0;
	top: 120px;
	margin-left: 20px;
	width: 420px;
	height: 80px;
   z-index: 250;
	}
.slide_caption a, #slider1_container .button:hover {
	font-size: 24px;
   }
.slide_caption p {
	display: none;
	}
	
/* header */
#header_container, #header {
	width: 100%;
	height: 120px; 	}
#header h1 {
	padding-top: 60px;
	width: 320px;
	font-size: 30px;
	line-height: 1.0em;
	}
	
.navigationbar {
	padding: 0 10px;
	}

.bluenavigation {
	display: none;
	}

/* obsah */
.content_wrapper {
	padding: 15px 0 0 0;
	}

.content800 {
	padding: 15px 10px 10px 10px;
	}
.content800 div.address {
	float: left;
	width: 200px;
	}
.content800 div.map {
	float: left;
	width: 300px;
	padding-bottom: 10px;
	}
.content800 img {
	padding-top: 5px;
	}
	
/* o ustavu v obsahu */
.leftabout, .news, .newpubs {
	float: left;
	padding: 5px 10px 30px 10px;
	}
.rightabout, .calendar {
	float: left;
	padding: 5px 10px 15px 10px;
	}
/* video v obsahu */
iframe.youtube {
	 width: 300px;
	 height: 169px;
}
/* prednaskovy sal */
iframe.sal {
	 width: 300px;
	 height: 320px;
}
/* dalsi aktivity v obsahu */
.otheractivity {
	padding-left: 10px;
	}
.otheractivity div {
 	float: left;
 	padding: 10px 10px 10px 0;
 	}
.otheractivity div img {
 	width: 145px;
 	height: 83px;
 	}
.contact {
	padding-top: 10px;
	}
.contact div {
	padding-bottom: 20px;
	}
}

/* 641 a vice */

@media screen and (min-width: 641px) {
/* tlacitka */

/*.newsbutton {
	position: absolute;
	bottom: 5px;
	left: 0;
	}*/
	
/* sirka */
.header_wrapper {
	width: 1170px;
	}
#content_area, #footer_area {
	min-width: 1170px;
	max-width: 1700px;
	width: auto;
	}
.menu, .content, .footer_contacts, .copyright {
	width: 1170px; 
	}

p {
	margin: 15px 0 15px 0;
	}
p.pub:first-of-type {
	margin-top: 15px;
	}
	
/* menu */
/*.li0 {
	width: 0px;
	}*/
.li1, .li2, .li3, .li4 {
	width: 115px;
	}
/*
.li1 {
	width: 77px;
	}
.li2 {
	width: 96px;
	}
.li3 {
	width: 141px;
	}
.li4 {
	width: 106px;
	}
*/
/*.li45 {
	width: 0px;
	}*/
.li54 {
	width: 15px;
	}
.li5 {	
	width: 96px;
	}
.li6, .menu form {
	width: 239px;
	}
.li67 {
	width: 15px;}
.li7 {
	width: 40px;
	}
.li8 {
	width: 40px;
	}
.li9 {
	width: 15px;
	}
#navbar {
   position: absolute;
   }
.header_wrapper_mobile {
	display: none;
	}
.header_wrapper {
	display: block;
	margin-left: auto;
	margin-right: auto;
   background-color: transparent;
	}
.header_wrapper > .menu > ul > li {
   height: 75px;
	}
.header_wrapper .menu ul li ul, .header_wrapper .menu ul li ul li {
   max-width: 150px;
   min-width: 150px;
   text-align: center;
	}
.nav > li > a {
   padding: 26px 0px;
	}
.nav > li > form {
	padding: 20px 0;
	}
/* text odkazu v menu */
.header_wrapper > .menu > ul > li > ul > li > a {
   padding: 11px;
	}
.header_wrapper .menu ul li.li67, .header_wrapper .menu ul li.li7, .header_wrapper .menu ul li.li8, .header_wrapper .menu ul li.li9 {
	background-color: #8db2ba;
	}
/*hover efekt v menu*/
li.li5:hover > a > span{
	background:url('https://webarchiv.lib.cas.cz:443/wayback/20160903000321/http://www.ivb.cz/styly/img/lock2.png') right center no-repeat;
	}
/*intranet v menu*/
li.li5 a span {
   background:url('https://webarchiv.lib.cas.cz:443/wayback/20160903000321/http://www.ivb.cz/styly/img/lock.png') right center no-repeat;
   margin:0;
   overflow:hidden;
   padding:0 18px 0 0;
   white-space:nowrap;
	}
/* LOGO v menu  */
.header_wrapper .menu .logo {
	z-index: 200;
   margin-top: 0px;
   height: 100px;
   width: 250px;
   background-color: #fff;
   background-repeat: no-repeat;
   background-position: center center;
   box-shadow: black 0px 0px 10px;
	-webkit-box-shadow: black 0px 0px 10px;
	-moz-box-shadow: black 0px 0px 10px; 
	}
.header_wrapper .menu ul li.logo a {
    height: 100px;
	}
/* hledání v menu */
.formsearch {
	width: 116px;
	}
/* konec menu */

/* slider */
#slider1_container, #sliderwrapper {
	width: 1700px;
	height: 520px; 	}
/* slider caption */
.slide_caption {
	position: absolute;
	left: 50%;
	top: 200px;
	margin-left: 140px;
	width: 380px;
	height: 520px;
   overflow: hidden;
   z-index: 250;
	}
.slide2 .slide_caption {
	margin-left: 180px;
	}
.slide3 .slide_caption {
	top: 300px;
	margin-left: 40px;
	}
.slide4 .slide_caption {
	margin-left: 0;
	}
.slide_caption p {
	display: block;
   font-size: 14px;
   margin: 0;
	}
/* jssor slider arrow navigator skin 03 css */
/*
.jssora13l              (normal)
.jssora13r              (normal)
.jssora13l:hover        (normal mouseover)
.jssora13r:hover        (normal mouseover)
.jssora13ldn            (mousedown)
.jssora13rdn            (mousedown)
*/
.jssora13l, .jssora13r, .jssora13ldn, .jssora13rdn {
	position: absolute;
	cursor: pointer;
	display: block;
   background: url(https://webarchiv.lib.cas.cz:443/wayback/20160903000321/http://www.ivb.cz/styly/img/arrow.png) no-repeat;
   overflow:hidden;
	}
.jssora13l { background-position: 0 0; }
.jssora13r { background-position: -81px 0; }
.jssora13l:hover { background-position: -243px 0; }
.jssora13r:hover { background-position: -162px 0 }
.jssora13ldn { background-position: -243px 0; }
.jssora13rdn { background-position: -162px 0; }
	
/* header */
#header_container, #header {
	width: 100%;
	max-width: 1700px;
	min-width: 1170px;
	height: 240px; 	}
#header h1 {
	padding-top: 140px;
	width: 1070px;
	font-size: 60px;
	}
.navigationbar_wrapper {
	background-color: #192123;
	color: white;
	}
.navigationbar_wrapper .grey a {
	color: white;
	}
.navigationbar {
	padding: 30px 0 0 30px;
	/**/
	
	/**/
	}

.bluenavigation {
	display: inline;
	float: right;
	width: 310px;
	padding: 15px 0;
	border-left: 1px solid lightgray;
	border-right: 1px solid lightgray;
	border-bottom: 1px solid lightgray;
	}
.bluenavigation a {
	color: black;
	}
.bluenavigation a img, .bluenavigation img {
	display: block;
	margin: auto;
	}
.bluenavigation h3 {
	text-align: right;
	}

.bluenavigation ul {
	margin-bottom: 30px;
	}
.bluenav li a {
	padding: 4px 0 6px 35px;
	height: 20px;
	font-size: 14px;
	display: block;
	}
.bluenav li.geinsboro a {
	padding: 10px 0 5px 25px;
	border-top: 1px solid gainsboro;
	font-weight: bold;
	}
.blue {
	background-color: #b2dee9
	}
.bluenav .active {
	margin-left: -1px;
	background: black;
	background-image: url('https://webarchiv.lib.cas.cz:443/wayback/20160903000321/http://www.ivb.cz/styly/img/rightarrowbg1.png');
	background-position: left center;
	background-repeat: no-repeat;
	}
.bluenav .active a {
	color: yellow;
	}
	
/* obsah */
.content_wrapper {
	padding: 30px 0;
	}
.footer_wrapper {
	padding: 0 0 30px 0;
	}
	
h3 {
	padding-top: 30px;
	}

.content800 {
	float: left;
	width: 770px;
	padding: 30px 30px 20px 30px;
	}
.content800 div.map {
	float: right;
	width: 500px;
	}
.biennial>p>a>img {
   float: left;
	border: 1px solid gray;
	}
.biennial>div>a>img {
   float: left;
	border: 1px solid gray;
	}
.content800 img {
	float: right;
	margin-top: 5px;
	margin-left: 30px;
 	}
.lide>em>img {
	margin-left: 0;
		}
img.smery {
	float: left;
	padding: 5px 30px 25px 0;
	}
.content800 > h3:first-child {
 	padding-top: 0;
 	}
.content800 > p:first-child {
 	margin-top: 0;
 	}
.lide > h3 {
 	padding-top: 30px;
 	}
.lide img {
 	float: none;
 	padding-left: 0;
 	margin-left: 0;
 	margin-right: 10px;
 	}
.lide>em>img {
	 	margin-right: 0;
}
/*.zoodny td {
	padding: 0;
	}*/

/* o ustavu v obsahu */
.leftabout {
	width: 645px;
	float: left;
	margin:0 50px 0 30px;
	position: relative;
	height: 250px;
	}
.rightabout {
	width: 445px;
	float: left;
	}
/* novinky-index v obsahu */
.news, .newpubs, .calendar {
   /*min-height: 490px;
   height: auto !important;
   height: 490px;
   max-height: 490px;*/	
	position: relative;
	/*overflow: hidden;*/
	}
.news, .newsb {
	margin-left: 30px;
	float: left;
	width: 430px;
	}
.newpubs, .newpubsb {
	margin-left: 50px;
	float: left;
	width: 330px;
	}
.calendar, .calendarb {
	margin-left: 50px;
	float: left;
	width: 280px;
	}
.newsb, .newpubsb, .calendarb {
	margin-top: 0;
	padding-top: 5px;
	height: 30px;
	}
.news .newsbutton, .newpubs .newsbutton, .calendar .newsbutton {
	display: none;
	}	
/* video v obsahu */
iframe.youtube {
	 width: 445px;
	 height: 250px;
}
/* prednaskovy sal */
iframe.sal {
	 width: 800px;
	 height: 480px;
}
/* dalsi aktivity v obsahu */
.otheractivity {
	padding-left: 28px;
	}
.otheractivity div {
 	float: left;
 	padding: 10px 0 0 15px;
 	}
.otheractivity div img {
 	width: 175px;
 	height: 100px;
 	}

.otheractivity div:first-child {
 	padding-left: 0;
 	}
/*.otheractivity div:last-child {
 	padding-left: 0;
 	}
*/
}

/* 1700px a vice */

@media screen and (min-width: 1700px) {
	#content_area, #footer_area, .header_wrapper {
	width: 1700px;
	}
}
	
/*@media screen and (min-width: 794px) {
.header_wrapper .menu, .content, .footer_contacts, .copyright  {
	width: 768px; 
}    
.logo {
	width: 218px;
}
.li1 {
	width: 45px;
}
.li2 {
	width: 55px;
}
.li3 {
	width: 105px;
}
.li4 {
	width: 70px;
}

.li5 {
	width: 75px;
}
.li6 {
	width: 130px;
}
.li7 {
	width: 35px;
}
.li8 {
	width: 35px;
}	
}

@media screen and (min-width: 1024px) {
.header_wrapper .menu, .content, .footer_contacts, .copyright {
	width: 960px; 
}   
.logo {
	width: 250px;
}
.li1 {
	width: 65px;
}
.li2 {
	width: 75px;
}
.li3 {
	width: 125px;
}
.li4 {
	width: 90px;
}

.li5 {	
	width: 95px;
}
.li6 {
	width: 150px;
}
.li7 {
	width: 55px;
}
.li8 {
	width: 55px;
}	
}

@media screen and (min-width: 1200px) {
.header_wrapper .menu, .content, .footer_contacts, .copyright {
	width: 1170px; 
}
.li0 {
	width: 20px;
	}
.li1 {
	width: 77px;
}
.li2 {
	width: 96px;
}
.li3 {
	width: 141px;
}
.li4 {
	width: 106px;
}
.li45 {
	width: 20px;
	}
.li54 {
	width: 20px;
	}
.li5 {	
	width: 101px;
}
.li6, form {
	width: 229px;
}
.li67 {
	width: 15px;}
.li7 {
	width: 40px;
}
.li8 {
	width: 40px;
}
.li9 {
	width: 15px;
	}
}*/





/*
     FILE ARCHIVED ON 0:03:21 Sep 3, 2016 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 2:30:19 Jul 24, 2025.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
