@font-face {
    font-family: "Corpid";
	src: url("CorpidE1SCd_Regular.eot");
	src: url("CorpidE1SCd_Regular.eot?#iefix") format("embedded-opentype"),
		 url("CorpidE1SCd_Regular.woff") format("woff"),
		 url("CorpidE1SCd_Regular.svg#CorpidE1SCd_Regular") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: "Corpid";
	src: ("CorpidE1SCd_Bold.eot");
	src: url("CorpidE1SCd_Bold.eot?#iefix") format("embedded-opentype"),
		 url("CorpidE1SCd_Bold.woff") format("woff"),
		 url("CorpidE1SCd_Bold.svg#CorpidE1SCd_Bold") format("svg");
	font-weight: bold;
	font-style: normal;
}
@font-face {
    font-family: "Corpid";
	src: url("CorpidE1SCd_Light.eot");
	src: url("CorpidE1SCd_Light.eot?#iefix") format("embedded-opentype"),
		 url("CorpidE1SCd_Light.woff") format("woff"),
		 url("CorpidE1SCd_Light.svg#CorpidE1SCd_Light") format("svg");
	font-weight: 300;
	font-style: normal;
}

* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
 }

@-ms-viewport {
  height:device-height;
  width: device-width;
  zoom: 1;
  user-zoom: fixed;
}
@-o-viewport {
	height:device-height;
  width: device-width;
  zoom: 1;
  user-zoom: fixed;
}

@viewport {
	height:device-height;
  width: device-width;
  zoom: 1;
  user-zoom: fixed;
}

@-webkit-viewport {
  height:device-height;
  width: device-width;
  zoom: 1;
  user-zoom: fixed;
}

sup { vertical-align: baseline; position: relative; top: -0.4em; }
sub { vertical-align: baseline; position: relative; bottom: -0.4em; }


body {
    font-size: 14px;
    font-family: "Corpid", Arial, sans-serif;
    line-height: 1.3;
    margin: 0px;
    padding: 0;	
	background-color: #eee;	
}

@media screen and (max-width: 440px)
{

	body {
		font-size: 12px;
	}
	
}


img {
	border: none;
	display: block;
}

a { color: #e30611;
    text-decoration: underline;
	
}

a:hover {
	color: red;
}

input:focus, textarea:focus {
	outline: none;
	-webkit-appearance: none;
}

p {
	padding: 0 0 14px 0;
	margin: 0;
}

ul, ol {
	padding: 0 0 0 14px;
	margin: 0;
}

ul li {
	padding: 0 0 14px 14px;
	position: relative;
}

hr {
	height: 2px;
	margin: 6px 0 19px 0;
	border: none;
	background: #e30611;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: '';
}

.clearfix:after {
	clear: both;
}

.clear {
	clear: both;
}

/* titles */

h1 {
	font-weight: 300; 
	font-size: 3.5em;
	color: #e30611;
	text-align: left;
	padding: 0;
	margin: 0;
	hyphens: none;
	-moz-hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
}

h2 {
	font-weight: 300;
	font-size: 2.5em;
	color: #e30611;
	text-align: left;
	padding: 70px 0 50px 0;
	margin: 0;
	hyphens: none;
	-moz-hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
}

.title-block + h2 {
	padding-top: 20px;
}

h3 {
	font-weight: 300;
	font-size: 2em;
	color: #e30611;
	text-align: left;
	padding: 50px 0 16px 0;
	margin: 0;
	hyphens: none;
	-moz-hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
}

.title-block + h4 {
	padding-top: 0;
}

h4 {
	font-weight: 300;
	font-size: 1.5em;
	color: #e30611;
	text-align: left;
	padding: 40px 0 16px 0;
	margin: 0;
	hyphens: none;
	-moz-hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
}

h5 {
	font-size: 1.2em;
	font-weight: 300;
	color: #e30611;
	text-align: left;
	padding: 20px 0 8px 0;
	margin: 0 0 10px 0;

	hyphens: none;
	-moz-hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
}

.title-block + h5 {
	padding-top: 0;
}

h5.line {
	border-bottom: solid #e30611 1px;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

h2 + h5,
h2 + h4,
.vrez + h4
 {
	padding-top: 0;
}

h2 + h3,
h3 + h5,
h4 + img {
	padding-top: 20px;
}

 {
	padding-top: 0;
}
/* end titles */

/* table */

table {
	width: 100%;
	margin: 0 0 17px 0;
	border: none;
	border-top: 1px dotted #e30611;
}

table thead tr td {
	color: #e30611;
	text-align: left;
	vertical-align: top;
	padding: 10px 8px 10px 0;
	border-left: none;
	border-right: none;
	border-bottom: 1px dotted #e30611;	
}

table tbody tr td {
	text-align: left;
	vertical-align: top;
	padding: 10px 8px 10px 0;
	border-left: none;
	border-right: none;
	border-bottom: 1px dotted #e30611;
}

table tbody tr td p {
	padding: 0 0 9px 0;
}

table .facts {
	color: #e30611;
	font-size: 2em;
	font-weight: 300;
	
	hyphens: none;
	-moz-hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;	
}

/* end table */

/* global */


.content-wrapper {
	width: 100%;
	padding-top: 45px;
	padding-bottom: 54px;
}

@media screen and (max-width: 767px)
{
	.content-wrapper { padding-bottom: 40px;}
}

.inner-block {
	width: 1024px;
	margin: auto;
}

@media screen and (max-width: 1023px)
{
	.inner-block {
		width: 100%;
		max-width: 768px;
		min-width: 330px;
	}
}


.red {
	color: #e30611 !important;
}

/* end global */

/* header */

.header-wrapper {
	width: 100%;
    height: 44px;
    position: fixed;
    left: 0; top: 0;
    background: #e30611;
	border-bottom: 1px solid white;
	z-index: 3;
}

.header-wrapper .header-top {
    height: 44px;
}

.header-wrapper .header-top .logo {
	float: left;
	padding: 9px 0 0 0;
}

.header-wrapper .header-top .title {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	padding: 8px 0 0 22px;
	text-decoration: none;
	font-size: 18px;
	color: white;
	line-height: 28px;
}

.header-wrapper .header-top .title a{
	color: white;
	text-decoration: none;
}

@media screen and (max-width: 440px)
	{
	.header-wrapper .header-top .title {
		font-size: 10px;
	}
}

.header-wrapper .header-top .chapter {
	float: left;
	padding: 9px 0 0 10px;
	text-decoration: none;
	font-size: 12px;
	color: white;
	line-height: 28px;
	vertical-align: middle;
}

@media screen and (max-width: 1023px)
	{
	.header-wrapper .header-top .chapter {
		font-size: 10px;
		width: 185px;
	}
	.header-wrapper .header-top .two-line {
		width: 185px;
		padding-top: 11px;
		line-height: 12px;
	}
}

.header-wrapper .header-top .top-buttons {
	padding: 9px 12px 0 0;
}

.header-wrapper .header-top .top-buttons a {
	display: block;
	float: left;
	margin: 0 10px 0 10px;
	-webkit-transition: opacity 0.25s ease-in;
	-moz-transition: opacity 0.25s ease-in;
	-o-transition: opacity 0.25s ease-in;
	transition: opacity 0.25s ease-in;
}

.header-wrapper .header-top .top-buttons img {
	width: 25px;
	height: 25px;
}

.header-wrapper .header-top .top-buttons .addtofav {
	display: block;
	float: left;
	margin: 0 10px 0 10px;
	width: 25px;
	height: 25px;
	cursor: pointer;
}

.header-wrapper .header-top .top-buttons .notfavorite {
	background: url(../images/addfavorites.svg) no-repeat 0 0;
	background-size: 25px;
}

.header-wrapper .header-top .top-buttons .infavorite {
	background: url(../images/removefavorites.svg) no-repeat 0 0;
	background-size: 25px;
}


@media screen and (min-width: 1024px)
	{
	.header-wrapper .header-top .top-buttons .menu-show {
		display:none;
	}
}

.header-wrapper .header-top .search {
	padding: 12px 12px 0 0;
}

@media screen and (max-width: 767px)
{
	.header-wrapper .header-top .search {
		display: none;
	}
}

.header-wrapper .header-top .search input[type="text"] {
	width: 120px;
	height: 10px;
	display: block;
	font-size: 10px;
	color: black;
	line-height: 10px;
	padding: 5px 5px 4px 23px;
	border: none;
	background: white url(../images/icon-search.gif) no-repeat 4px 3px;
}

.header-wrapper .header-top .link {
	height: 26px;
	font-size: 10px;
	line-height: 28px;
	padding: 8px 30px 0 0;
}

.header-wrapper .header-top .link a {
	position: relative;
	color: white;
}

.header-wrapper .header-top .link a.pdf {
	padding: 0 0 0 10px;
}

@media screen and (max-width: 767px)
{
	.header-wrapper .header-top .link a.pdf {
		display: none;
	}
}

.header-wrapper .header-top .link a.pdf:before {
	content: '';
	width: 24px;
	height: 26px;
	display: block;
	position: absolute;
	left: -23px; top: -9px;
	background: url(../images/pdf_icon.png) no-repeat 0 0;
	background-size: 25px;
}

.header-wrapper .header-top .link a.language {
	margin: 0 0 0 30px;
}

@media screen and (max-width: 400px)
{
	.header-wrapper .header-top .link a.language {
		margin: 0 0 0 5px;
		font-size: 8px;
	}
}

/* end header */


/* sidebar column */

.sidebar {
	width: 254px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	padding: 0;
	position: fixed;
	left: 114; top: 45px; bottom: 0px;
	overflow: hidden;
	background-color: #e30611;
	z-index:50;
}


.sidebar .hide-scroll-wrapper{
	position: absolute;
	left: 0;
	top: 0;
	right: -30px;
	bottom: 0;	
	padding-right: 30px;
	overflow-y: scroll;
}

@media screen and (max-width: 1023px)
{
	.sidebar {
	display: none;
	}
}

.sidebar .menu {
	padding: 0px 12px 78px 12px;	
}

.sidebar .menu ul {
	list-style: none;
	padding: 0;
}

.sidebar .menu ul li {

	padding: 16px 0 16px 16px;
	position: relative;
	border-bottom: 2px dotted white;
}
.sidebar .menu ul li ul li ul li{

}
.sidebar .menu ul li:before {
	display: none;
}

.sidebar .menu ul li a {
	font-size: 17px;
	color: white;
	text-decoration: none;
}

.sidebar .menu ul li a:before {
	content: '';
	width: 0;
    height: 0;
    display: inline-block;
    position: absolute;
    left: 1px; top: 19px;
    border-top: 4px solid transparent;
    border-left: 6px solid white;
    border-bottom: 4px solid transparent;
}

.sidebar .menu ul li.open > a,
.sidebar .menu ul li.active > a {
	text-decoration: none;
}

.sidebar .menu ul li.open > a:before,
.sidebar .menu ul li.active > a:before {
	top: 19px;
	border-right: 4px solid transparent;
    border-top: 6px solid white;
    border-left: 4px solid transparent;
}


.sidebar .menu ul li ul.dropdown {
	padding: 0 0 5px 0;
	border: none;
}

.sidebar .menu ul li ul.dropdown li {
	padding: 12px 0 0;
	border: none;
}

.sidebar .menu ul li ul.dropdown li a {
	font-size: 13px;
	font-weight: normal;
	text-transform: none;
}

.sidebar .menu ul li ul.dropdown li a:before {
	display: none;
}

.sidebar .menu ul li.open ul.dropdown li.opening > a.open:before,
.sidebar .menu ul li.open ul.dropdown li.opening > a.active:before {
	display: inline-block;
	margin-left: -16px;
}

.sidebar .menu ul li.open ul.dropdown li.opening a.active,  
.sidebar .menu ul li.open ul.dropdown li.opening a.open {
	display: inline-block;
	padding-left: 0px;
}

.sidebar .menu ul li ul.dropdown li a.active {
	color: white;
	text-decoration: underline;
}
   
.sidebar .menu ul.dropdown ul.submenu {
	margin-left: 20px;
}
.sidebar .menu ul.dropdown ul.submenu li a {

	font-size: 12px;
}

.dark-div {
	display: none;
	overflow-y: scroll;
	background: rgba(0,0,0,0.5);
	position: fixed;
	left: 0; top: 45px; 
	width: 100%;
	height: calc(100% + 50px);
	z-index:40;
}
.dark-div a {
	display: block;
	width: 100%;
	height: 100%;
}

/* end sidebar column */

/* content column */

.content {
	clear: none;
	width: 718px;
	text-align: left;
	padding: 25px;
	padding-bottom: 60px;
	background-color: white;
	min-height: calc(100vh - 149px);
	hyphens: auto;
	-moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
}

@media screen and (max-width: 767px)
{
	.content { 
		min-height: calc(100vh - 135px);
	}
}


@media screen and (max-width: 500px)
	{
	.content  {
		padding-left: 5px;
		padding-right: 5px;
	}
}

@media screen and (min-width: 1024px)
{
	.content {
	 float: right;
	}
}

@media screen and (max-width: 767px)
{
	.content {
		padding-right: 20px;
		width: auto;
	}
}

.content .title-block {
	position: relative;
	margin: 10px 0 70px 0;
}

.content .title-block h1 {
	padding: 0 90px 0 0;
}

.content .title-block .pdf-link {
	font-size: 10px;
	font-weight: 300;
	text-align: right;
	padding: 32px 0 0 0;
	position: absolute;
	top: 0; right: 0;
	background: url(../images/pdf_icon.png) no-repeat 100% 0;
	background-size: 25px;
	
}

@media screen and (max-width: 500px)
	{
	.content .title-block .pdf-link {
		display:none;
	}
}

.content .vrez {
	font-weight: 300;
	font-size: 1.5em;
	margin-bottom: 1.5em;
	margin-right: 10%;
	color: #e30611;
	hyphens: none;
	-moz-hyphens: none;
	-webkit-hyphens: none;
	-ms-hyphens: none;
}

.content .bordered
{
	padding: 30px;
	border: 1px solid #e30611;
	margin-right:0;
}

.content img {
	margin: 0 0 40px 0;
}

.content img.right {
	padding-top: 0;
	margin: 0 0 15px 15px;
}
.content img.left {
	padding-top: 0;
	margin: 0 15px 15px 0;
}

@media screen and (max-width: 767px)
	{
	.content img {
		max-width: 100%;
		margin-left:0px;
		margin-right:0px;
		padding-left: 0px;
		padding-right:0px;
	}
}

.content .quote {
	
	width: 50%;
	background-color: #e30611;
	float: right;
	color: white;
	padding: 10px 10px 0 10px;
	margin: 0 0 20px 20px;
}

@media screen and (max-width: 767px)
	{
	.content .quote {
		margin-left: 0px;
		margin-right: 0px;
		width: auto;
		float: none;
	}
}

.content .quote img{
	padding-top: 0;
	margin: 0 15px 5px 0;
	float:left;
}

.content .signature {
	height: 50px;
	padding: 18px 0 33px 50px;
}

.content .signature.top {
	padding-bottom: 0;
}

.content .signature.bottom {
	padding-top: 1px;
}

.content .signature .name {
	padding: 8px 50px 0 0;
}

.content  .small-text {
	font-size: 0.8em;
	margin: 15px 15px 25px 0;
	padding: 10px 0 0 0;
	background: url(../images/small-text-bg.jpg) no-repeat 0 0;
}


.content  .small-text p {
	padding: 5px;
}

.content  .sidenote {
	float: right;
	width: 256px;
	padding: 15px 15px 0 15px ;
	margin-left: 20px;
	margin-bottom: 20px;
	background-color: #eee;
	box-shadow: -2px 2px 4px rgba(0,0,0,0.2);
	text-align: left;
}

.content .circle {
	height: 40px;
	width: 80px;
	background-color: #e30611;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	color: white;
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	padding: 20px 0;
	margin: 5px 20px 5px 0;
}

.content .circle span {
	font-size: 28px;
	line-height: 30px;
	font-weight: 300;
}

.content .circle span .fulldate {
	line-height: 15px;
}

@media screen and (max-width: 600px)
{
	.content .right {
		clear: both;
		float:none;
		margin-left:0px;
	}
}

.content .twocolumn
{	
	width:48%;
	float: left;
	margin-right: 2%;
}

@media screen and (max-width: 700px)
{
	.content .twocolumn {
		width:auto;
		clear: both;
		float:none;
		margin-right:0px;
	}
}

/* end content column */



/* footer */ 

.footer-wrapper {
    width: 100%;
	position: fixed;
    left: 0; bottom: 0px;
    height: 53px;
    font-size: 12px;
	line-height: 1em;
    background: #e30611;
	border-top: 1px solid white;
	z-index: 60;
}


.footer-wrapper .social {
	padding: 6px 0 0 10px;
}

@media screen and (max-width: 1023px)
{
	.social {
		display: none;
	}
}

.footer-wrapper .social a {
	width: 26px;
	height: 26px;
	display: block;
	overflow: hidden;
	float: left;
	margin: 0 20px 0 0;
}

.footer-wrapper .social img {
	width: 26px;
}

.footer-wrapper .social img:hover {
	margin-top:-26px;
}


.footer-wrapper .pagination {
	width: calc(100% - 50px);
	max-width: 718px;
	height: 25px;
	margin-top: 6px;
	padding: 0px 0px 0 25px;
	position: absolute;
	margin-left: 256px;
}

@media screen and (max-width: 1023px)
{
	.footer-wrapper .pagination {
		margin-left: 0px;
	}
}

.footer-wrapper .pagination .left-link {
	width: 270px; 
	height: 100%;
}

.footer-wrapper .pagination .left-link a {
	text-align: left;
	position: relative;
	background: url(../images/left.svg) no-repeat 0 0;
	background-size: 25px;
	padding: 5px 0 0 25px;
    display: block;
    height: 100%;
	color: white;
	text-decoration: none;
}
	 
.footer-wrapper .pagination .top-link a{
	width: 50px;
	height: 100%;
	text-align: center;
	margin: 0;
	padding-top: 15px;
	position: absolute;
	left: calc(50% - 25px);
	background: url(../images/top.svg) no-repeat 50% 0;
	background-size: 22px;
	color: white;
	text-decoration: none;
}

.footer-wrapper .pagination .right-link {
	width: 270px;
	height: 100%;

}
.footer-wrapper .pagination .right-link a {
	text-align: right;
	padding: 5px 25px 0 0;
	position: relative;
	background: url(../images/right.svg) no-repeat 100% 0;
	background-size: 25px;
	display: block;
	height: 100%;
	color: white;
	text-decoration: none;
}

.footer-wrapper .copyrights {
	height: 10px;
	text-align: left;
	color: #555;
	position: absolute;
	width: 100%;
	bottom: 0px;
	padding:2px 0 2px 10px;
	margin: 0;
	font-size: 8px;
	background-color: #ddd;
}

.footer-wrapper .copyrights a{
	color: #555;
}


@media screen and (max-width: 767px)
{
	.footer-wrapper .copyrights {
		display: none;
	}
	
	.footer-wrapper .pagination .left-link
	{
		width: 25px;
		overflow: hidden;
	}
	
	.footer-wrapper .pagination .right-link
	{
		width: 25px;
		overflow: hidden;
		
	}
	.footer-wrapper .pagination .right-link a{
		text-align: left;
		padding: 5px 0 0 25px;
	}
	
	.footer-wrapper {
	    height: 39px;
	}
}

/*  end footer */



/*  directors */
.directors {
	padding: 0px;
}
.directors:after {
    content: "";
    display: table;
    clear: both;
}
.directors > li {
    float: left;
    width: 115px;
    height: 200px;
    margin-top: 10px;
	margin-left: 10px;
	margin-right: 25px;
    list-style: none;
    cursor: pointer;
    background: #e30611;
	background: url(../images/lupa.png) 50% 30% no-repeat; 
	background-size: 80px;
	padding: 5px;
}

.directors li.active {
   filter: alpha(Opacity=50);
	opacity: 0.5;
}

.directors-name {
	text-align: left;
    font-size: 12px;
    font-weight: normal;
    margin: 0px 2px 2px 2px;

    color: #e30611;
	hyphens: none;
	-moz-hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
}


ol.directors li .directors-name {
	padding: 3px 0px 0 0px;
}

.directors-photo img {
	background-color: #e30611;
	width: 105px;
	height: 142px;
	margin-bottom: 0px;
}


.directors-photo img:hover{
	filter: alpha(Opacity=50);
	opacity: 0.5;
}

.directors-bl {
    position: relative;
    padding: 20px 20px;
    background: #e30611;
	color: white;
}

.directors-bl h3 {
	color:white;
	padding-top: 0px;
	padding-bottom: 1em;
}

.directors-bl h5{
	padding-bottom: 2em;
	color:white;	
	
}
.close-bl {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 12px;
    right: 8px;
    cursor: pointer;
    background-image: url(../images/close.svg);
    background-position: 50% 50%;
	background-size: 80%;
    background-repeat: no-repeat;
}
.close-bl:hover {
    background-size: 100%;
}
/* end directors */ 

/* shmutz */

.red-background {
	background-color: #e30611;
		
}

.content-wrapper.vertical-full {
	position: fixed; 
	height: calc(100vh - 99px);
	min-height: 476px;
}

@media screen and (max-height: 546px)
{
	.content-wrapper.vertical-full 
	{
		position: absolute; 
	}
}	
	
.touchslider {	
	position: absolute;
	width: 1024px;
	height: 884px;
	margin: auto;
	top: 45px;
	bottom: 84px;
}


.touchslider-viewport {
	top: 72px;
	overflow:hidden; 
	height: 812px;

}

.touchslider-item .img-container {
	width: 1024px;
	height: 812px;
	
}

.touchslider-item img {
	position: absolute;
	width: 812px;
	height: 812px;
	right: 20px;
	bottom:0px;
}



.touchslider .chapter {
	position: absolute;
    top: 20px;
    left: 10px;
	font-size: 64px;
	color: white;
	width: 400px;
}

.touchslider .about-report {
	position: absolute;
    bottom: 15px;
    left: 10px;
	font-size: 30px;
	color: white;	
	padding: 0 0 14px 0;
	width: 550px;
}

.touchslider .small-menu {
	position: absolute;
    bottom: 10px;
    left: 10px;
	font-size: 18px;
	color: white;	
	padding: 0 0 20px 0;
	width: 400px;
}

.touchslider .small-menu ul {
	list-style: none;
	padding: 0px;

}

.touchslider .small-menu ul li {
	list-style: none;
	padding: 20px 0 0 0;
}

.touchslider .small-menu a {
	color: white;
	text-decoration: none;
}

.touchslider-prev,
.touchslider-next {
    position: absolute;
    top: 300px;
    width: 30px;
    height: 70px;

}
.touchslider-prev { 
	left: 0px;
    background: url(../images/left.svg) no-repeat 40% 50%;
	background-size: 25px;
	cursor: pointer;
	z-index: 30;
}
.touchslider-next {
    right: 0px;
	background: url(../images/right.svg) no-repeat 60% 50%;
	background-size: 25px;
	cursor: pointer;
	z-index: 30;
}
.touchslider-nav {
	position: absolute;
	left: 0px;
	top: 0px;
	border-bottom: 1px solid white;
}

.touchslider-nav-item {
	font-size: 18px;
    position: relative;
	color: white;
    display: inline-block;
    vertical-align: top;
    width: 157px;
	height: 45px;
	padding: 10px 0px 10px 10px;
    cursor: pointer;
}

.touchslider-nav-item-current {
	border-bottom: 6px solid white;
}


@media screen and (max-height: 1012px) /*проверено*/
{
	
	.touchslider {
		height: 676px;
	}
	.touchslider-viewport {
		height: 604px;

	}
	
	.touchslider-item .img-container {
		height: 604px;
	
	}
	.touchslider-item img {
		width: 604px;
		height: 604px;
	}
	
	
	.touchslider .small-menu ul li {
		padding: 10px 0 0 0;
	}
	
	.touchslider .chapter {
		font-size: 48px;
	}

	.touchslider .about-report {
		font-size: 20px;
		width: 620px;
	}
	
	.touchslider-prev,
	.touchslider-next {
		top: 235px;
	}

}

@media screen and (max-height: 804px)  /*в альбомной под айпад 681*/
{

	.touchslider {
		height: 552px;
		bottom: 84px;
	}
	.touchslider-viewport {
		height: 495px;
		top: 57px;
	}
	
	.touchslider-nav-item {
		font-size: 14px;
		height: 30px;
	}
	
	.touchslider-item .img-container {
		height: 495px;
	
	}
	.touchslider-item img {
		right:70px;
		width: 495px;
		height: 495px;
	}
	
	.touchslider .small-menu {
		left: 70px;
	}

	.touchslider .small-menu ul li {
		font-size: 16px;
		padding: 5px 0 0 0;
	}
	
	.touchslider .chapter {
		left: 70px;
	}
	
	.touchslider .about-report {
		width: 593px;
		left: 70px;
	}
	
	.touchslider-prev,
	.touchslider-next {
		top: 195px;
	}
}

.only-mobile {
	display:none;
	color:white;
}

.only-mobile h1 {
	color:white;
}

.only-mobile .vrez p {
	color:white;
}

@media screen and (max-height: 680px)
{
	
	.touchslider {
		height: 446px;
	}
	
	.touchslider-viewport {
		height: 389px;
	}
	
	.touchslider-nav-item {
		font-size: 14px;
		height: 30px;
	}
	
	.touchslider-item .img-container {
		height: 389px;
	
	}
	.touchslider-item img {
		right:150px;
		width: 389px;
		height: 389px;
	}
	
	.touchslider .small-menu {
		left: 150px;
	}
	
	.touchslider .small-menu ul li {
		font-size: 16px;
		padding: 3px 0 0 0;
	}
	
	.touchslider .chapter {
		left: 150px;
		font-size: 36px;
		width: 600px;
	}


	.touchslider .about-report {
		left: 150px;
		width: 450px;
		font-size: 18px;
	}
	
	.touchslider-prev,
	.touchslider-next {
		top: 130px;
	}
}

@media screen and (max-height: 575px)
{	
	.touchslider {
		margin-top: 45px;
		top:0px;
	}
}


@media screen and (max-width: 1023px)
{
	
	.touchslider {
		max-width: 768px;
	}
	
	
	.touchslider-item .img-container {
		max-width: 768px;
	}
	
	.touchslider-item img {
		max-width: 560px;
		max-height: 560px;
		right:0px;
	}
	
	.touchslider-nav-item {
		font-size: 14px;
		width: 115px;
	}
	
	.touchslider .small-menu {
		left: 10px;
		width: 300px;
	}	
	
	.touchslider .chapter {
		top: 10px;
		left: 10px;
	}

	.touchslider .about-report {
		left: 10px;
		max-width: 400px;
	}
}
.only-mobile {
	display:none;
	color:white;
}

.only-mobile h1 {
	color:white;
}

.only-mobile .vrez p {
	color:white;
}

@media screen and (max-width: 767px)
{
	.touchslider {
		display: none;
	}
	.only-mobile {
		display: block;
	}
	
	.sidebar.only-mobile {
		display: none;
	}
	
	.content-wrapper.vertical-full 
	{
		position: absolute; 
	}
	
}


/* end shmutz */

/* swipebox*/

.maximize {
		background: url(../images/lupa.png) 50% 50% no-repeat; 
		background-size: 214px;
}

a.swipebox img:hover{
	filter: alpha(Opacity=50);
	opacity: 0.5;
}

/* end swipebox*/