@font-face
{
    font-family: 'Bebas';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/BebasNeue.eot');
    src: url('../fonts/BebasNeue.eot?#iefix') format('embedded-opentype'), url('../fonts/BebasNeue.woff') format('woff'), url('../fonts/BebasNeue.ttf') format('truetype'), url('../fonts/BebasNeue.svg#BebasNeue') format('svg');
}

@font-face
{
    font-family: 'GothaProLig';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/GothaProLig.eot');
    src: url('../fonts/GothaProLig.eot?#iefix') format('embedded-opentype'), url('../fonts/GothaProLig.woff') format('woff'), url('../fonts/GothaProLig.ttf') format('truetype'), url('../fonts/GothaProLig.svg#GothaProLig') format('svg');
}

@font-face
{
    font-family: 'GothaProMed';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/GothaProMed.eot');
    src: url('../fonts/GothaProMed.eot?#iefix') format('embedded-opentype'), url('../fonts/GothaProMed.woff') format('woff'), url('../fonts/GothaProMed.ttf') format('truetype'), url('../fonts/GothaProMed.svg#GothaProMed') format('svg');
}


html, 
body {
    height: 100%;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover, a:focus {
	color: #fff;
	text-decoration: none;
	outline: 0 !important;
}

html {
  height: 100%;
}
body {
  min-height: 100%;
  overflow-x: hidden;
}

table td, table th {
	padding: 0;
}

table {
    background-color: transparent;
    max-width: none;
}

.list-view {
    padding-top: 0px;
}

.bgpt
{
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/pattern.png) left top;
	opacity: 0.5;
}

.logo.small span {
	display: none;
}

.wrapper {
	height:100%;
}
.wrapper.home {
	overflow: hidden;
}
.home-slider {
	height: 100%;
}



.home-slider .slick-list {
	height: 100%;
}

.home-slider .slick-track {
	height: 100%;
}

.home-slider .slick-dots {
	position: absolute;
	bottom: 75px;
	margin: 0;
	padding: 0;
	
}

.home-slider .slick-dots li {
	width: auto;
	height: auto;
	border: 3px solid #fff;
	opacity: 0.4;
	margin: 0 11px;
}

.home-slider .slick-dots li.slick-active {

	opacity: 1;
}

.home-slider .slick-dots li button {
	background-color: transparent;
	width: 7px;
	height: 7px;
	margin: 3px;
	padding: 0;
}

.home-slider .slick-dots li.slick-active button {
	background-color: #fff;
	width: 7px;
	height: 7px;
	margin: 3px;
	padding: 0;
}

.btn-home {
	font-family: 'GothaProMed';
	font-size: 20px;
	color: #fff;
	display: block;
	position: absolute;
	bottom: 115px;
	width: 291px;
	height: 48px;
	line-height: 43px;
	text-align: center;
	border: 3px solid #fff;
	margin-left: -145px;
	left: 50%;
}

.copyright {
font-family: 'GothaProLig';
	font-size: 20px;
	color: #fff;
	opacity: 0.8;
	text-align: center;
	position: absolute;
	bottom: 25px;
	width: 100%;
	display: block;
}

.copyright2 {
	font-family: 'GothaProLig';
	font-size: 13px;
	color: #000;
	opacity: 0.8;
	text-align: center;
	position: absolute;
	bottom: 25px;
	width: 100%;
	display: block;
}

.home .copyright2 {
	color: #fff;
}


.logo {
	position: absolute;
	left: 15px;
	top: 43px;
	color: #252525;
	font-size: 84px;
	font-family: 'Bebas';
	line-height: 84px;
	z-index: 101;
}
.logo:hover, .logo:active {
	color: #252525;
}

.left-menu {
	position: absolute;
	top: 163px;
	left: 15px;
	z-index: 100;
}

.info-menu-wrapper {
	position: relative;
	
}

.info-menu-wrapper h1 {

	margin-top: -38px;
	margin-left: 100px;
	font-size: 36px;
	font-family: 'Bebas';
	text-transform: uppercase;
	color: #252525;
}

.info-menu-wrapper .desc {
	font-size: 12px;
	color: #252525;
	font-family: 'GothaProLig';
	text-align: justify;
	width: 305px;
	position: absolute;
	bottom: 0px;
}

.info-menu-wrapper .desc p {
	margin: 0;
}

.menu-handle {
	-webkit-transition-duration: 0.1s; /* Safari */
    transition-duration: 0.1s;

	position: relative;
	width: 40px;
	z-index: 10;
	cursor: pointer;
}

.menu-handle div {
	background-color: #252525;
	border: 2px solid #fff;
	height: 9px;
	width: 40px;
	margin-bottom: 2px;
}

.menu-handle:hover div {
	background-color: #c60000;
}


.menu-handle.closed {

	-webkit-transition-duration: 0.1s; /* Safari */
    transition-duration: 0.1s;

	-moz-transform: rotate(-90deg); /* Для Firefox */
    -ms-transform: rotate(-90deg); /* Для IE */
    -webkit-transform: rotate(-90deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(-90deg); /* Для Opera */
    transform: rotate(-90deg);
}

.menu-handle.closed div {
	background-color: transparent;
	border: 2px solid #252525;
	
	
}

.hide-menu {
	bottom: 60px;
    height: 36px;
	width: 20px;
    left: 15px;
    position: absolute;
    z-index: 10;
	background: url(../images/leftarr.png) left top no-repeat;
	cursor: pointer;
}

.hide-menu.act {
	background: url(../images/rightarr.png) left top no-repeat;
}

.left-menu.none .menu-wrapper {
	display: none !important;
}

.left-menu.none .info-menu-wrapper {
	display: none !important;
}

.menu-items {
	margin-top: 10px;
	position: relative;
}

.menu-items a {
	
	padding: 7px 30px 5px 22px;
	margin: 0 0 4px 0;
	font-size: 30px;
	line-height: 30px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Bebas';
	background-color: #252525;
	border: 3px solid #fff;
	display: block;
	float: left;
}

.menu-items a:hover {
	background-color: #c60000;
}

.sub-menu span {
padding: 6px 0;
	margin: 0 0 4px 0;
	font-size: 30px;
	line-height: 30px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Bebas';
	background-color: #000;
	border: 3px solid #fff;
	border-right: 0;
	display: block;
	float: left;
}

.sub-menu a {
	background-color: #8d8d8d;
}

.soc-links {
	margin-top: 35px;
	position: relative;
}

.soc-links a {
	margin-right: 15px;
}

.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
}

.contacts {
	position: absolute;
	top: 163px;
	left: 370px;
	width: 432px;
}

.contacts .contacts-item {
	margin-bottom: 80px;
}

.contacts .contacts-item h3 {
	font-size: 36px;
	color: #252525;
	text-transform: uppercase;
	font-family: 'Bebas';
	margin: 0 0 20px;
	
}

.contacts .contacts-item p {
	font-size: 13px;
	font-family: 'GothaProLig';
	color: #252525;
	padding: 0;
	margin: 0 0 25px;
}

.contacts .contacts-item p a {
	font-size: 13px;
	font-family: 'GothaProLig';
	color: #252525;
	border-bottom: 1px solid #d7d7d7;
	text-transform: uppercase;
}

.contacts .contacts-item a.btn {
	background-color: #fff;
    border: 3px solid #c60000;
    border-radius: 0;
    color: #252525;
    display: block;
    font-family: "GothaProLig";
    font-size: 18px;
    height: 48px;
    line-height: 42px;
    padding: 0;
    text-transform: uppercase;
    width: 196px;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.contacts .contacts-item a.btn:hover {
	color: #fff;
	background-color: #c60000;
	
}

.news-list {
	
	position: absolute;
	top: 163px;
	bottom: 50px;
	left: 370px;

	overflow: auto;
	margin-right: 50px;
}

.news-list .news-list-inner {
	width: 1075px;
}

.news-list .item {
	margin-bottom: 16px;
}

.news-list .item .img {
	width: 275px;
	height: 275px;
	overflow: hidden;
}

.news-list .item td {
	vertical-align: top;
}

.news-list .item .inner {
	margin-left: 16px;
}

.news-list .item .inner span.date {
	background-color: #252525;
    color: #fff;
    display: inline-block;
    font-family: "Bebas";
    font-size: 24px;
    height: 24px;
    line-height: 25px;
    padding: 0 3px;
}

.news-list .item .inner .title {
	margin: 8px 0;
	padding: 0;
	font-size: 24px;
	color: #252525;
	font-family: 'GothaProLig';
	line-height: 24px;
}

.news-list .item .inner .text {
	font-size: 12px;
	color: #252525;
	font-family: 'GothaProLig';
	text-align: justify;
	line-height: 1.2;
}

.news-list .item .inner .text a {
	font-size: 12px;
	color: #252525;
	font-family: 'GothaProMed';
}

.news-list .item .inner .text a:hover {
	color: #c60000;
}

.news-list-inner .inner:hover span.date {
	background-color: #c60000;
}


.articles-list {
	
	position: absolute;
	top: 163px;
	left: 370px;
	height: 65%;
	overflow: auto;
	margin-right: 50px;
}

.articles-list .articles-list-inner {
	width: 1075px;
}

.articles-list .item {
	margin-bottom: 25px;
}

.articles-list .item .img {
	width: 275px;
	overflow: hidden;
}

.articles-list .item .img a {
	position: relative;
	display: block;
	
}

.articles-list .item .img div {
	background: url(../images/articles-border.png) left top no-repeat;
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.articles-list .item:hover .img div { 

	display: block;
}

.articles-list .item td {
	vertical-align: top;
}

.articles-list .item .inner {
	margin-left: 16px;
}

.articles-list .item .inner span.date {
	background-color: #252525;
    color: #fff;
    display: inline-block;
    font-family: "Bebas";
    font-size: 24px;
    height: 24px;
    line-height: 25px;
    padding: 0 3px;
	text-transform: uppercase;
}

.articles-list .item .inner .title {
	margin: 8px 0;
	padding: 0;
	font-size: 24px;
	color: #252525;
	font-family: 'GothaProLig';
	line-height: 24px;
	display: block;
}

.articles-list .item .inner .text {
	font-size: 12px;
	color: #252525;
	font-family: 'GothaProLig';
	text-align: justify;
	line-height: 1.2;
}

.articles-list .item .inner .text a {
	font-size: 12px;
	color: #252525;
	font-family: 'GothaProMed';
}

.articles-list .item .inner .text a:hover {
	color: #c60000;
}

.articles-list-inner .inner:hover span.date {
	background-color: #c60000;
}



.videos-list {
	
	position: absolute;
	top: 163px;
	left: 370px;
	height: 65%;
	overflow: auto;
	margin-right: 50px;
}

.videos-list .videos-list-inner {
	width: 1075px;
}

.videos-list .item {
	margin-bottom: 25px;
}

.videos-list .item .video {
	width: 675px;
	overflow: hidden;
}

.videos-list .item .video iframe {
	width: 675px;
	height: 380px;
}

.videos-list .item .video a {
	position: relative;
	display: block;
	
}


.videos-list .item td {
	vertical-align: top;
}

.videos-list .item .inner {
	margin-left: 16px;
}

.videos-list .item .inner span.date {
	background-color: #252525;
    color: #fff;
    display: inline-block;
    font-family: "Bebas";
    font-size: 24px;
    height: 24px;
    line-height: 25px;
    padding: 0 3px;
	text-transform: uppercase;
}

.videos-list .item .inner .title {
	margin: 8px 0;
	padding: 0;
	font-size: 24px;
	color: #252525;
	font-family: 'GothaProLig';
	line-height: 24px;
	display: block;
}

.videos-list .item .inner .text {
	font-size: 12px;
	color: #252525;
	font-family: 'GothaProLig';
	text-align: justify;
	line-height: 1.2;
}

.videos-list .item .inner .text a {
	font-size: 12px;
	color: #252525;
	font-family: 'GothaProMed';
}

.videos-list .item .inner .text a:hover {
	color: #c60000;
}

.videos-list-inner .inner:hover span.date {
	background-color: #c60000;
}


.exhib-list {
	
	position: absolute;
	top: 163px;
	left: 370px;
	height: 65%;
	overflow: auto;
	margin-right: 50px;
}

.exhib-list .exhib-list-inner {
	width: 1075px;
}

.exhib-list .item {
	margin-bottom: 60px;
}

.exhib-list .item .img {
	width: 275px;
	overflow: hidden;
}

.exhib-list .item .img a {
	position: relative;
	display: block;
	
}

.exhib-list .item .img div {
	background: url(../images/articles-border.png) left top no-repeat;
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.exhib-list .item:hover .img div { 

	display: block;
}

.exhib-list .item td {
	vertical-align: top;
}

.exhib-list .item .inner {
	margin-left: 0;
}

.exhib-list .item .inner span.date {
	background-color: #252525;
    color: #fff;
    display: inline-block;
    font-family: "Bebas";
    font-size: 24px;
    height: 24px;
    line-height: 25px;
    padding: 0 3px;
	text-transform: uppercase;
}

.exhib-list .item .inner .title {
	margin: 8px 0;
	padding: 0;
	font-size: 24px;
	color: #252525;
	font-family: 'GothaProLig';
	line-height: 1.2;
	display: block;
}

.exhib-list .item .inner .text {
	font-size: 12px;
	color: #252525;
	font-family: 'GothaProLig';
	text-align: justify;
	line-height: 1.2;
}

.exhib-list .item .inner .text a {
	font-size: 12px;
	color: #252525;
	font-family: 'GothaProMed';
}

.exhib-list .item .inner .text a:hover {
	color: #c60000;
}

.exhib-list-inner .inner:hover span.date {
	background-color: #c60000;
}


.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #929292;
	width: 1px;
}

.mCSB_scrollTools .mCSB_dragger {
	width: 16px;
	height: 16px;
	border: 3px solid #c60000;
	background-color: #fff;
	margin-top: -6px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
	height: 16px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: none !important;
}

.mCSB_scrollTools {
	margin: 6px 0 0;
	opacity: 1;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {

	margin: 0 6px 0 35px;
	position: absolute;
	bottom: 10px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
	margin-top: 0;
}

.mCS-rounded.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: auto;
}


.bio {
	
	position: absolute;
	top: 163px;
	left: 370px;

	margin-right: 50px;
}

.bio td {
	vertical-align: top;
}

.bio .td1 {
	
}

.bio .td1 .bio1 {
	margin-top: 15px;
}

.bio .td2 div.btext {
	padding-left: 35px;
	font-size: 13px;
	color: #252525;
	font-family: 'GothaProLig';
	width: 443px;
	text-align: justify;
}

.bio .td2 div.btext p {
	margin: 0 0 20px 0;
	padding: 0;
}

.bio .td2 td {
    color: #252525;
    font-family: "GothaProLig";
    font-size: 13px;
    padding-left: 35px;
    text-align: justify;
    width: 443px;
}

.bio .td2 {
	position: relative;
}


.bio .td1 img {


}


.bio .vscroll {
	
	overflow: hidden;
}


.gallery {
	
	position: absolute;
	top: 163px;
	left: 370px;
	height: 85%;
	overflow: auto;
	margin-right: 50px;
}

.gallery .vscroll img {
	float: left;
	margin-right: 50px;
	height: 100%;
}

.gallery .celltype img {

	-webkit-transition: all 5s linear; /* Safari and Chrome */
    -moz-transition: all 5s linear; /* Firefox */
    -ms-transition: all 5s linear; /* IE 9 */
    -o-transition: all 5s linear; /* Opera */
    transition: all 5s linear;
}

.gallery .celltype img:hover {
	-webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
     transform:scale(1.1);
}

.gallery .celltype a {
	display: block;
	float: left;
	overflow: hidden;
    margin-right: 15px;
    margin-bottom: 15px;
}

.gallery .celltype {
	height: 80%;
	overflow: auto;
	position: relative;
	display: none;
}

.gallery .vscroll {
	width: 100%;
	overflow: hidden;
	height: 100%;
	
}

.gallery .vscroll .mCustomScrollBox {
	padding-bottom: 140px;
}

.gallery .vscroll .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	bottom: 80px;
	margin: 0 20% 0 230px;
}

.gallery .linetype {
	position: relative;
	height: 100%;
}

.gallery .typetabs {
	bottom: 3px;
	position: absolute;
	height: 36px;
	left: 0;
	z-index: 10;
}

.gallery .typetabs .linetype-bl {
	display: block;
	width: 36px;
	height: 36px;
	background: url(../images/linetype.png) left top no-repeat;
	margin-right: 6px;
	float: left;
}

.gallery .typetabs .linetype-bl.act {

	background: url(../images/linetype-act.png) left top no-repeat;
}

.gallery .typetabs .celltype-bl {
	display: block;
	width: 36px;
	height: 36px;
	background: url(../images/celltype.png) left top no-repeat;
	float: left;
}

.gallery .typetabs .celltype-bl.act {

	background: url(../images/celltype-act.png) left top no-repeat;
}


.tag-title {
	position: absolute;
	top: 60px;
	left: 650px;
	border: 2px solid #c60000;
    color: #c60000;
    display: block;
    float: left;
    font-family: "GothaProLig";
    font-size: 18px;
    margin-bottom: 12px;
    margin-right: 12px;
    padding: 5px 20px;
}

.close-tag {
	background: rgba(0, 0, 0, 0) url("../images/close x_2.svg") no-repeat scroll left top / cover ;
    display: block;
    height: 30px;
    position: absolute;
    right: -44px;
    top: 3px;
    width: 30px;
	cursor: pointer;
	opacity: 0.5;
	z-index: 5;
}

.close-tag:hover {
	opacity: 1;
}

.photo {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 6;
}


.photo .photo-left {
	position: absolute;
	top: 163px;
	left: 15px;
	width: 300px;
}

.photo .photo-left h2 {
    color: #252525;
    font-family: "Bebas";
    font-size: 24pt;
    margin-left: 0px;

    text-transform: uppercase;
}


.photo .photo-inner {
	
	position: absolute;
	top: 0;
	left: 355px;
	height: 100%;

	
}

.photo .photo-inner img {
	height: 100%;
}

.photo .photo-left .desc {
	font-size: 12px;
	color: #252525;
	font-family: 'GothaProLig';
	text-align: justify;
	width: 305px;
	position: absolute;
	bottom: 0px;
}

.photo .photo-left .desc p {
	margin: 0;
}

.photo .photo-left .tags a {
	font-family: 'GothaProLig';
	font-size: 18px;
	color: #c60000;
	border: 1px solid #c60000;
	padding: 5px 20px;
	display: block;
	float: left;
	margin-bottom: 12px;
	margin-right: 12px;
}

.photo .nav-photo {
	bottom: 20px;
    
    height: 36px;
    left: 15px;
    position: absolute;
	z-index: 10;
}

.photo .nav-photo .left {
	background: rgba(0, 0, 0, 0) url("../images/leftarr.png") no-repeat scroll left top;
    cursor: pointer;
    z-index: 10;
	 height: 36px;
	  width: 20px;
	display: block;
	float: left;
}

.photo .nav-photo .right {
	background: rgba(0, 0, 0, 0) url("../images/rightarr.png") no-repeat scroll left top;
    cursor: pointer;
    z-index: 10;
	 height: 36px;
	  width: 20px;
	display: block;
	float: left;
	margin-left: 15px;
}


.close-photo {
	display: none;
	width: 36px;
	height: 36px;
	background: url("../images/close x_2.svg") left top no-repeat;
	background-size: cover;
	right: 25px;
	top: 60px;
	position: absolute;
}

.photo-inner:hover .close-photo {
	display: block;
	opacity: 0.5;
}

.photo .close-photo:hover {
	opacity: 1;
}

.scr-slider-wrap {
	position: absolute;
	bottom: 20px;
    padding-left: 200px;
	width: 100%;
	padding-right: 420px;
	
}

.bio .scr-slider-wrap {

	bottom: 18px;
    padding-left: 35px;

	padding-right: 20px;
	
}

.scr-slider-wrap .ui-widget-content {
	height: 1px;
	background: 0;
	background-color: #929292;
	border: 0;
}

.scr-slider-wrap .ui-slider .ui-slider-range {
	background: none;

}

.scr-slider-wrap .ui-slider .ui-slider-handle {
background-color: #fff;
    border: 3px solid #c60000;
    height: 16px;
    margin-top: -4px;
    width: 16px;
	border-radius: 0;
}


@media (min-width: 1150px) and (max-width: 1650px) 
{
	.logo {
		font-size: 64px;
		left: 15px;
		line-height: 64px;
		top: 20px;
	}

	.soc-links {
		margin-top: 15px;
	}
	
	.copyright2 {
		bottom: 10px;
		font-size: 11px;
	}
	
	.contacts {
		top: 95px;
	}
	
	.left-menu {
		top: 95px;
	}
	
	.menu-items a {
		font-size: 20px;
		line-height: 20px;
		margin: 0 0 2px;
		padding: 7px 30px 5px 22px;
		border: 1px solid #fff;
	}
	
	.sub-menu span {
		border-width: 1px 0 0 3px;
		font-size: 20px;
		line-height: 20px;
		margin: 0 0 4px;
		padding: 6px 0;
	}
	
	.contacts {
		left: 370px;
	}
	
	.contacts .contacts-item {
		margin-bottom: 25px;
	}
	
	.contacts .contacts-item h3 {
		font-size: 28px;
		margin: 0 0 10px;
	}
	
	.contacts .contacts-item p {
		font-size: 12px;
		margin: 0 0 15px;
		padding: 0;
	}
	
	.contacts .contacts-item a.btn {
		border: 3px solid #c60000;
		font-size: 14px;
		height: 36px;
		line-height: 30px;
		padding: 0;
		width: 170px;
	}
	
	.videos-list {
		top: 95px;
		left: 370px;
	}
	
	.videos-list .item .video {
		width: 400px;
		overflow: hidden;
	}

	.videos-list .item .video iframe {
		width: 400px;
		height: 225px;
	}
	
	.videos-list .videos-list-inner {
		width: 850px;
		width: 100%;
	}
	
	.news-list {
		top: 95px;
		left: 370px;
	}
	
	.news-list .news-list-inner {
		max-width: 850px;
		width: 100%;
	}
	
	.articles-list {
		top: 95px;
		left: 370px;
	}
	
	.articles-list .articles-list-inner {
		max-width: 850px;
		width: 100%;
	}
	
	.exhib-list {
		top: 95px;
		left: 370px;
	}
	
	.exhib-list .exhib-list-inner {
		max-width: 850px;
		width: 100%;
	}
	
	.bio { 
		top: 95px;
		left: 370px;
	}
	
	.bio .td1 {
		
	}
	
	.bio .td2 div.btext { 
		padding-left: 15px;
		width: 200px;
	}
	
	.bio .vscroll {

		width: 100%;
	}
	
	.bio .td2 div.btext p {
		margin-bottom: 5px;
		font-size: 11px;
		line-height: 1.3;
	}
	
	.scr-slider-wrap {
		padding-right: 120px;
	}
	
	.bio .scr-slider-wrap { 
		bottom: -15px;
	}
	
	.gallery {
		top: 95px;
	}
	
	.tag-title {

		top: 30px;
		left: 450px;

	}
	
	.gallery .celltype img {
		width: 205px;
	}
	
	.bio .td2 td {
		padding-left: 15px;
		font-size: 11px;
	}
}

@media (min-width: 1150px) 
{
	
	.mobile {
		display: none !important;
	}
}

@media (max-width: 1149px) 
{
	.mobile {
		display: block;
	}

	.wrapper {
		min-height: 100%;
		height: auto;
		position: relative;
	}
	
	.wrapper.home {
		background-color: #333;
	}
	
	.logo span {
		display: none !important;
	}
	
	.left-menu {
		left: 15px;
		position: absolute;
		top: 9px;
		padding-top: 60px;
	}
	
	.logo {
		color: #252525;
		font-family: "Bebas";
		font-size: 42px;
		left: 70px;
		line-height: 42px;
		position: absolute;
		top: 7px;
	}
	
	.menu-handle {
		position: absolute;
		top: 0;
	}
	
	.menu-items a {
		border: 1px solid #fff;
		font-size: 21px;
		line-height: 23px;
		height: 31px;
		margin: 0 0 2px;
		padding: 4px 17px 2px 15px;
	}
	
	.sub-menu span {
		border-width: 1px 0 0 3px;
		font-size: 21px;
		line-height: 21px;
		margin: 0 0 4px;
		padding: 4px 0;
	}
	
	.soc-links {
		margin-top: 15px;
	}
	
	.copyright2 {
		background-color: #000;
		bottom: -60px;
		height: 60px;
		color: #fff;
		display: block;
		font-family: "GothaProLig";
		font-size: 11px;
		opacity: 0.8;
		padding: 15px;
		position: absolute;
		text-align: left;
		width: 100%;
	}
	
	.btn-home {
		border: 2px solid #fff;
		top: 85%;
		color: #fff;
		display: block;
		font-family: "GothaProMed";
		font-size: 13px;
		height: 32px;
		left: 50%;
		line-height: 29px;
		margin-left: -95px;
		position: absolute;
		text-align: center;
		width: 190px;
	}
	
	.home-slider.desktop {
		display: none;
	}
		
	.home-slider .slick-dots {
		position: absolute;
		bottom: 10px;
		margin: 0;
		padding: 0;
		
	}

	.home-slider .slick-dots li {
		width: auto;
		height: auto;
		border: 2px solid #fff;
		opacity: 0.4;
		margin: 0 9px;
	}

	.home-slider .slick-dots li.slick-active {

		opacity: 1;
	}

	.home-slider .slick-dots li button {
		background-color: transparent;
		width: 5px;
		height: 5px;
		margin: 3px;
		padding: 0;
	}

	.home-slider .slick-dots li.slick-active button {
		background-color: #fff;
		width: 5px;
		height: 5px;
		margin: 3px;
		padding: 0;
	}
	
	.contacts {
		left: 0;
		padding: 80px 15px 20px;
		position: relative;
		top: 0;
		width: 100%;
	}
	
	
	
	.contacts .contacts-item {
		margin-bottom: 25px;
	}
	
	.contacts .contacts-item h3 {
		margin: 0 0 10px;
	}
	
	.contacts .contacts-item p {

		margin: 0 0 15px;

	}
	
	.news-list {
		left: 0;
		padding: 80px 15px 20px;
		position: relative;
		top: 0;
		width: 100%;
		height: auto;
	}
	
	.news-list .item {
		margin-bottom: 25px;
	}
		
	.news-list .news-list-inner {
		width: 100%;
	}
	
	.news-list .item .inner {
		margin-left: 0;
	}
	
	.news-list .item .img {
		display: none;
	}
	
	.news-list .item .inner .title {
		font-size: 22px;
		line-height: 22px;
	}
	
	.news-list .item .inner img.mobile {
		margin-bottom: 10px;
	}
	
	.articles-list {
		left: 0;
		padding: 80px 15px 20px;
		position: relative;
		top: 0;
		width: 100%;
		height: auto;
	}
	
	.articles-list .item {
		margin-bottom: 25px;
	}
		
	.articles-list .articles-list-inner {
		width: 100%;
	}
	
	.articles-list .item .inner {
		margin-left: 0;
	}
	
	.articles-list .item .img {
		display: none;
	}
	
	.articles-list .item .inner .title {
		font-size: 22px;
		line-height: 22px;
	}
	
	.articles-list .item .inner img.mobile {
		margin-bottom: 10px;
	}
	
	.exhib-list {
		left: 0;
		padding: 80px 15px 20px;
		position: relative;
		top: 0;
		width: 100%;
		height: auto;
	}
	
	.exhib-list .item {
		margin-bottom: 25px;
	}
		
	.exhib-list .exhib-list-inner {
		width: 100%;
	}
	
	.exhib-list .item .inner {
		margin-left: 0;
	}

	.exhib-list .item .inner .title {
		font-size: 22px;
		line-height: 22px;
	}
	
	.videos-list {
		left: 0;
		padding: 80px 15px 20px;
		position: relative;
		top: 0;
		width: 100%;
		height: auto;
	}
	
	.videos-list .item {
		margin-bottom: 25px;
	}
		
	.videos-list .videos-list-inner {
		width: 100%;
	}
	
	.videos-list .item .inner {
		margin-left: 0;
	}
	
	.videos-list .item .video {
		display: none;
	}
	
	.videos-list .item .inner .title {
		font-size: 22px;
		line-height: 22px;
	}
	
	.videos-list .item .inner iframe.mobile {
		margin-bottom: 10px;
		width: 290px;
		height: 169px;
	}

	.bio {
		left: 0;
		padding: 80px 15px 20px;
		position: relative;
		top: 0;
		width: 100%;
		height: auto;
	}
	
	.bio .td1 {
		width: 100%;
		display: block;
		margin-bottom: 20px;
	}
	
	.bio .td1 .bio1 {
		margin-top: 10px;
	}
	
	.bio .td2 {
		display: block;
	}
	
	.bio .vscroll {
		display: none;
	}
	
	.bio .scr-slider-wrap {
		display: none;
	}
	
	.bio .fdiv {

		font-size: 13px;
		color: #252525;
		font-family: 'GothaProLig';

		text-align: justify;
	}
	
	.gallery {
		left: 0;
		padding: 80px 15px 20px;
		position: relative;
		top: 0;
		width: 100%;
		height: auto;
	}
	
	.gallery .vscroll a {
		display: block;
		text-align: left;
	}
	
	.gallery .vscroll img {
		position: relative;
		float: none;
		margin-right: 0;
		width: auto !important;
	}
	
	
	
	.typetabs {
		display: none;
	}
	
	.gallery .scr-slider-wrap {
		display: none;
	}
	
	.hide-menu {
		display: none;
	}
	
	.info-menu-wrapper {
		display: none !important;
	}
	
	.gallery h1 {
		color: #252525;
		font-family: "Bebas";
		font-size: 28px;
		margin-top: 0;
	}
	
	.gallery .desc {
		font-size: 12px;
		text-align: justify;
		font-family: 'GothaProLig';
	}
	
	.imgdesc.mobile {
		display: none;
		margin-top: 15px;
	}
	
	.imgdesc.mobile h2 {
		color: #252525;
		font-family: "Bebas";
		font-size: 22px;
		margin-top: 0;
		margin-bottom: 10px;
	}
	
	.imgdesc.mobile .imgtext {
		font-size: 12px;
		text-align: justify;
		font-family: 'GothaProLig';
	}
	
	.imgdesc.mobile .imgtext .tags a {
		font-family: 'GothaProLig';
		font-size: 18px;
		color: #c60000;
		border: 1px solid #c60000;
		padding: 5px 20px;
		display: block;
		float: left;
		margin-bottom: 12px;
		margin-right: 12px;
	}
	.tag-title {
		display: none;
	}
	.mobile.tag-title {
		display: inline-block;
		position: relative;
		top: 0;
		left: 0;
		float: none;
	}
	
	.photo {
		padding: 0 15px;
		position: relative;
		height: auto;
		display: none;
	}
	
	.photo .photo-inner {
		position: relative;
		top: 0;
		left: 0;
		height: auto;
		width: 100%;
	}
	
	.photo .nav-photo {
		display: none;
	}
	
	.photo .photo-left {
		position: relative;
		top: 0;
		left: 0;
		width: auto;
	}
	
	.photo .photo-inner img {
		height: auto;
		width: 100%;
	}
	
	.photo .photo-left .desc {
		position: relative;
		width: auto;
	}
	
	.photo-inner:hover .close-photo {
		display: none;

	}

		
		
	.mobile.opacity {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(255,255,255,0.8);
	}
	
	.gallery .linetype {
		display: none;
	}
	
	.gallery.full .linetype {
		display: block;
	}
	
	.gallery .celltype {
		display: block;
	}
	
	.gallery.full .celltype {
		display: none;
	}
	
	.gallery .celltype a {
		display: block;
		float: left;
		margin-bottom: 3%;
		margin-right: 3%;
		overflow: hidden;
		width: 30%;
	}
	
	.gallery .celltype img {
		width: 100%;
	}
	
	.bio .td1 img {
		width: 100%;
	}
		
}

.animatemain {
	display: none;
	-webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.75);
}

@keyframes maingo {
    0%   { transform: scale(1); }
	100%   { transform: scale(1.5); }
}

@keyframes maingo2l {
    0%   { transform: scale(1); left: 13%; }
	100%   { transform: scale(1.5); left: 24%; }
}

@keyframes maingo2r {
    0%   { transform: scale(1); right: 13%;  }
	100%   { transform: scale(1.5); right: 24%; }
}

@keyframes maingo3t {
    0%   { transform: scale(1); top: 2%; }
	100%   { transform: scale(1.5); top: 16%; }
}

@keyframes maingo3b {
    0%   { transform: scale(1); bottom: 2%;  }
	100%   { transform: scale(1.5); bottom: 16%; }
}

@keyframes maingo41 {
    0%   { transform: scale(1); }
	100%   { transform: scale(1.2); }
}

@keyframes maingo42 {
    0%   { transform: scale(1); }
	100%   { transform: scale(1.4); }
}

@keyframes maingo43 {
    0%   { transform: scale(1); }
	100%   { transform: scale(1.1); }
}

@keyframes mainmobgo {
    0%   { transform: scale(1); }
	100%   { transform: scale(1.1); }
}

@keyframes maingo51 {
    0%   { transform: scale(1); left: 51%; }
	100%   { transform: scale(1.1); left: 71%; }
}

@keyframes maingo52 {
    0%   { transform: scale(1); right: 51%;  }
	100%   { transform: scale(1.1); right: 71%; }
}

@keyframes maingo61 {
    0%   { transform: scale(1); }
	100%   { transform: scale(1.2); }
}

@keyframes maingo62 {
    0%   { transform: scale(1); }
	100%   { transform: scale(1.2); }
}

@keyframes maingo63 {
    0%   { transform: scale(1); }
	100%   { transform: scale(1.2); }
}

.mobile .slbgitem.go {
	animation-duration: 6s;
    animation-iteration-count: infinite;
	animation-direction: alternate;
    animation-name: mainmobgo;
	animation-timing-function: ease-in-out;
}

.animatemain.go {
	animation-duration: 6s;
    animation-iteration-count: infinite;
	animation-direction: alternate;
    animation-name: maingo;
	animation-timing-function: ease-in-out;
}

.animatemain.go.go2l {
	animation-duration: 6s;
    animation-iteration-count: infinite;
	animation-direction: alternate;
    animation-name: maingo2l;
	animation-timing-function: ease-in-out;
}

.animatemain.go.go2r {
	animation-duration: 6s;
    animation-iteration-count: infinite;
	animation-direction: alternate;
    animation-name: maingo2r;
	animation-timing-function: ease-in-out;
}

.animatemain.go.go3t {
	animation-duration: 6s;
    animation-iteration-count: infinite;
	animation-direction: alternate;
    animation-name: maingo3t;
	animation-timing-function: ease-in-out;
}

.animatemain.go.go3b {
	animation-duration: 6s;
    animation-iteration-count: infinite;
	animation-direction: alternate;
    animation-name: maingo3b;
	animation-timing-function: ease-in-out;
}

.animatemain.go.go41 {
	animation-duration: 6s;
    animation-iteration-count: infinite;
	animation-direction: alternate;
    animation-name: maingo41;
	animation-timing-function: ease-in-out;
}

.animatemain.go.go42 {
	animation-duration: 6s;
    animation-iteration-count: infinite;
	animation-direction: alternate;
    animation-name: maingo42;
	animation-timing-function: ease-in-out;
}

.animatemain.go.go43 {
	animation-duration: 6s;
    animation-iteration-count: infinite;
	animation-direction: alternate;
    animation-name: maingo43;
	animation-timing-function: ease-in-out;
}


.animatemain.go.go51 {
	animation-duration: 6s;
    animation-iteration-count: infinite;
	animation-direction: alternate;
    animation-name: maingo51;
	animation-timing-function: ease-in-out;
}

.animatemain.go.go52 {
	animation-duration: 6s;
    animation-iteration-count: infinite;
	animation-direction: alternate;
    animation-name: maingo52;
	animation-timing-function: ease-in-out;
}


.animatemain.go.go61 {
	animation-duration: 6s;
    animation-iteration-count: infinite;
	animation-direction: alternate;
    animation-name: maingo61;
	animation-timing-function: ease-in-out;
}

.animatemain.go.go62 {
	animation-duration: 6s;
    animation-iteration-count: infinite;
	animation-direction: alternate;
    animation-name: maingo62;
	animation-timing-function: ease-in-out;
}

.animatemain.go.go63 {
	animation-duration: 6s;
    animation-iteration-count: infinite;
	animation-direction: alternate;
    animation-name: maingo63;
	animation-timing-function: ease-in-out;
}
