span.arrow {
    background-image: url(../svg/arrow-right.svg);
    background-size: 12px 8px;
    background-position: 0px 7px;
    background-repeat: no-repeat;
    vertical-align: bottom;
    padding-left: 20px;
    width: 18px;
    height: 8px;
}
.pdf-image .img {
    padding-bottom: 0px;
}
aside.other-recources {
    background: #ededed;
    padding: 10px 40px 14px 40px;
    font-size: 12px;
}
aside.other-recources a {
    transition: color .5s;
}
aside.other-recources a:hover {
    color: red;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-icon {
	width: 40px;
	height: 47px;
	margin-left: 20px;
}
.search-titles h2 {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
}
.truncate {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-titles h3 {
    font-size: 14px;
}
.search-titles h4 {
    font-size: 14px;
}
.result-title {
	padding-bottom: 30px;
}
.description-short {
    line-height: 16px;
    height: 64px;
    overflow: hidden;
    font-size: 12px;
}
.overflow {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    font-size: 14px;
    padding-top: 10px;
    line-height: 18px;
    -webkit-box-orient: vertical;
}
.hidden {
   display: none;
}
.archive-data {
    display: inline-block
}
.artowrk-info {
    background: rgba(0, 0, 0, 0.9);
    padding: 30px;
    color: #fff;
}
.artwork-title {
    margin: 30px 0;
}
.artwork-images img {
    display: block;
}
.artwork-images {
	margin-bottom: 30px;
	display: inline-block;
	position: relative;
}
.button-group {
    margin-bottom: 30px;
    transition: color .3s;
}
.button-group button{
    transition: color .3s;
}
.button-group button:hover {
color: #868e96;
}
.button-group button {
    background: none;
    border: 1px solid #ededed;
    margin: 0 8px 0 0;
    font-size: 14px;
}
.button-group button.is-checked {
    color: #868e96;
    border: 1px solid #868e96;
}
button:focus {
    outline:none;
}

.artwork-images h3 {
	font-size: 14px;
}
h5.period {
    color: #FC0000;
    font-size: 50px;
    font-family: arial;
    font-weight: bold;
}

h2.titile {
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: 10px;
}
/* layout */
.inline {
    display: inline-block;
    vertical-align: bottom;
}
.red {
    color: #ea212e;
}
.large {
	font-size: 20px;
}
.navigatoon-mobile {
  display: none;
}
a {
	color: #000;
}
a:hover {
	text-decoration: none;
	color: inherit;
}
.dpf-hover:hover {
    opacity: 0.7;
}
img {
	width: 100%;
}
.img {
	background-size: cover;
	background-position: center center;
}
#home .img,
#artwork .img,
#page .img {
	padding-bottom: 100%;
}
/* archivarius */
.archivarius {
	margin-bottom: 30px;
}
.archivarius:nth-of-type(2n) {
	flex-direction: row-reverse;
}
.archivarius:nth-of-type(2n) .no-pd {
	padding-left: 0px;
	padding-right: 15px;
}
.archivarius .no-pd {
    padding-right: 0px;
    padding-left: 15px;
}
.description {
	transition: color .4s;
	font-size: 14px;
	line-height: 20px;
	max-height: 81px;
	overflow: hidden;
  position: relative;
}
.b-description_readmore_button {
    font-size: 20px;
    maring-top: 10px;
    padding: 10px 10px 10px 0;
    cursor: pointer;
}
.archivarius h2 {
	font-size: 16px;
	font-family: bpg-nino-elite-cond-caps;
	transition: color .4s;
}
.archivarius:hover h2,
.archivarius:hover p {
	color: #fc0000;
}
.archivarius .img {
	transition: opacity .3s;
	display: block;
}
.archivarius:hover .img {
	opacity: 0.6;
}
.archivarius-videos .row.archivarius {
    margin-right: 0px;
    margin-left: -15px;
}
.archivarius-videos .row.archivarius:nth-of-type(2n) {
    margin-right: -15px;
    margin-left: 0px;
}
.description {
    /* max-height: 81px;
    overflow: hidden;
    position: relative; */
}
.description a.readMore {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #f00;
    background-color: #fff
}
.img-video {
    padding-bottom: 60%;
    background-size: cover;
    background-position: center;
}
.photo-year {
    margin-bottom: 30px;
    font-size: 20px;
}
a.icon-hover {
    display: block;
    position: relative;
}
.fancy-image {
    transition: opacity .3s;
    position: relative;
}
.fancybox-navigation button:before {
    border: 1px solid red;
    background: transparent;

}
.fancybox-navigation .fancybox-button svg path {
    color: red;
}
.fancybox-toolbar {
    border: 1px solid #fc0000;
    color: #fc0000;
}
.fancybox-button {
    background: transparent!important;
}
.fancybox-button svg {
    color: #fc0000;
}
.play-botton {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-image: url('../svg/play.svg');
    width: 60px;
    height: 70px;
}
.play-icon:after {
	content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-image: url('../svg/play.svg');
    width: 30px;
    height: 35px;
}
.artwork-series div {
    transition: opacity .3s ease-in-out
}
.artwork-series div:hover {
    opacity: 0.6;
}
.fancy-image:hover {
    opacity: 0.8;
}
img.responsive-img.artist {
	width: auto;
}
/* header */
.navicon {
	display: none;
}
.header-info {
 float: right;
}
.header-info h6 {
 display: inline-block;
 height: 45px;
 line-height: 45px;
 margin-right: 15px;
 font-size: 12px;
 cursor: pointer;
}
/* home archive data */
.archive-data .img {
	position: relative;
	display: block;
}
.img {
	padding-bottom: 100%;
}
.archive-data .hover:before {
    content: "";
    background: rgba(0, 0, 0, 0.4);
    opacity: 0.4;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    cursor: pointer;
    transition: background .3s;
}
.archive-data:hover .hover:before {
	background: rgba(0, 0, 0, 0);
}
.archive-data h4 {
    /* 	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
    height: 45px;
    width: 100%;
    margin: 0px;
    overflow: hidden;
    line-height: 16px;
    }
h4 a {
    font-size:14px;
    letter-spacing: 1px;
	color: #000;
	transition: color .3s;
	line-height: 14px;
	hright: 28px;
	overflow: hidden;
}
.archive-data:hover h4 a {
	color: #FC0000;
}
.logo {
	width: 100px;
	height: 89px;
}
.lang-switch a {
	display:inline-block;
	color: #fff;
	background: #FC0000;
	border: 1px solid #FC0000;
	width: 45px;
	height: 45px;
	line-height: 43px;
	text-align: center;
	vertical-align: top;
	border-radius: 100%;
	text-decoration: none;
	transition: all .3s;
}
.lang-switch:hover a {
    color: #FC0000;
    background: #fff;
}
.container-fluid {
	padding: 40px 40px 0 40px;
}
 .title {
     font-size: 40px;
     /* height: 208px; */
     line-height: 50px;
     /* padding-top: 64px; */
     /*      background: yellow; */
     margin: 0px;
     /* padding-left: 15px; */
     color:#FC0000;
     display:inline-block;
     vertical-align: top;
 }
 .information p img {
    height: 300px;
    width: auto;
}
.information.images {
    /* border-bottom: 1px solid #ededed; */
    border-top: 1px solid #ededed;
    padding: 10px 0;
}
.split {
	border-style: solid;
    border-width: 1px 0 0 0;
}
.border-text {
	padding: 30px;
	display: inline-block;
}
.br-gray {
	border-color: #ededed;
}
.br-red {
	border: 1px solid #FC0000;
}
.information.pdf {
    border-top: 1px solid #ededed;
    padding: 10px 0;
}
.information.video {
    padding: 10px 0;
        border-top: 1px solid #ededed;

}
.lang-switch {
    display: inline-block;
    vertical-align: top;
}
/* video */
.timeline-line {
    margin-bottom: 4px;
}
h2.video-title {
    position: absolute;
    left: 100%;
    top: 0px;
    font-size: 14px;
    line-height: 120px;
    padding-left: 12px;
    white-space: nowrap;
}
.video-img {
    position: relative;
}
.video-img img {
    display: block;
}
.video-img .video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    transform: translate(-50%,-50%);
    margin: 0px;
    height: auto;
}
/*search*/
#search {
	margin: 0 0 30px 0;
	position: relative;
	width: 200px;
    height: 42px;
}
 .search {
    width: 200px;
    height: 42px;
    padding: 0 12px;
    border-top: 1px solid #FC0000;
    border-left: 1px solid #FC0000;
    border-right: 1px solid #FC0000;
    border-bottom: 1px solid #FC0000;
 }
 #search button {
 	position: absolute;
 	right: 0px;
 	top: 0px;
 	height: 42px;
 	width: 40px;
 	background: transparent;
 	border: none;
 }
 .dropdown-toggle::after {
    float: right;
    margin-top: 18px;
    margin-right: 10px;
}
 .caret-right {
    border: 5px solid transparent;
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-left: 6px solid;
    margin-left:-17px;
}
.btn-default{
    color: #333;
    background-color: #fff;
    line-height: 40px;
    border-color: #FC0000 ;
    width: 100%;
    padding: 0 0px 0 12px;
    text-align: left;
	cursor: pointer;
  font-size: 15px;
}
.btn-default:hover{
	 color: #fff;
    background-color: #FC0000;
}
.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #fff;
}
 .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover{
 	 color: #333;
    background-color: #fff;
    line-height: 40px;
 }
 .btn-default.focus, .btn-default:focus {
 	 color: #333;
 	 background-color: #fff;
 	 line-height: 40px;
 	 border-color: #FC0000;
 	 width: 100%;
 	 box-shadow: none;
 }
 .btn {
     border-radius:0px;
 }
 ul.dropdown-menu.show {
   width: calc(100% - 30px);
    border-color: #FC0000;
    border-radius: 0px;
    padding: 4px 6px 4px 6px;
}
 ul.dropdown-menu li {
   padding: 1px 6px 3px 6px;
   transition: all .2s;
}

 ul.dropdown-menu a {
   display: block;
}
 ul.dropdown-menu li:hover,
 .media.all:hover, .period.all:hover {
   background-color: red;
   color: #fff;
}
 .menu {
     font-size:20px;
 }
 .list-unstyled a {
     color:black;
     margin-bottom:10px;
 }
 .links li{
     margin-bottom:12px;
 }
 .links {
     margin-top:30px;
     padding-top: 30px;
     border-top: 1px solid #FC0000;
 }

.drop-top .dropdown {
    display:inline-block;
    /*margin-top:113px;*/
    /* margin-right: 25px; */
}
.letters a {
    display:inline-block;
    margin-right:3px;
    font-size:32px;
    color:black;
}
.letters a:hover{
    color:#FC0000;
    text-decoration:underline;
}
.letters {
    margin-top:20px;
    margin-bottom:30px;
}
.row.archive-container {
    margin-top: 40px;
 }
.breadcrumb{
    background-color:white;
    display: block;
    text-align: right;
    font-size: 20px;
}
.breadcrumb a {
    color:#FC0000;

}
.breadcrumb-item+.breadcrumb-item::before  {
    color:#FC0000;
}
article h1 {
    font-size: 38px;
}
.information.about {
    text-align: justify;
}
.responsive-img {
    /* margin-bottom:20px; */
}
.pdf-hover {
/*     display: inline-block; */
    cursor: pointer;
    margin-bottom: 30px;
}
.pdf-hover h2 {
    padding-top: 15px;
}
.pdf-image:after {
    content: "";
    background: #000;
    opacity: 0.3;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    transition: all .3s;
}
.pdf-image {
	display: inline-block;
}
.pdf-image {
    position: relative;
}
.pdf-hover:hover .pdf-image:after {
	opacity: 0;
}
.pdf-hover:hover h2 {
	opacity: 0.6;
	padding-top: 0px;
}
.fancybox-caption {
    border: none;
}
.list-inline  .active {
    color:#FC0000;
}
.list-inline li {
    color:#4F4F4F;
    font-size: 20px;
    margin-top:20px;
    margin-bottom:15px;
}
.list-inline a {
    color:#4F4F4F;
    margin-right:25px;
}
.year  {
    color:#FC0000;
    font-size:40px;
    display:inline-block;
    margin-bottom:114px;
}

.letters .active {
    color:#FC0000;
}
body, .fancybox-caption {
    font-family: 'dejavu_sans_extra_light';
}
.fancybox-caption a {
	font-size: 14px;
}
.bold {
    font-size:19px;
    font-family: "DejaVu Sans Condensed Bold", sans-serif;
}
.image1 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height:300px;
    background-image:url(../img/sky.svg);
}
.image2 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height:100%;
    background-image:url(../img/sky.svg);
}
.play-pause {
   position: absolute;
    bottom: 39px;
    right: 27px;
    font-size: 20px;
    color: white;
}
.play-pause1 {
    position: absolute;
    font-size: 20px;
    color: white;
    bottom: 86px;
    right: 27px;
}
.line{
    width:2px;
    height:100%;
    z-index:1;
    background-color:#FC0000;
}
.lines {
    position:absolute;
    height:100%;
    left: 42%;
    z-index:1;
}
.lines2 {
    position:absolute;
    height:100%;
    left: 63%;
    z-index:1;
}
.lines3 {
    position:absolute;
    height:100%;
    left: 80%;
    z-index:1;
}

.name p:last-child {
    color:#FC0000;
    display:inline-block;

}
.name {
    float:right;
    display:block;
    font-size:20px;
    margin-bottom:20px;
}
.paint {
    margin-top:40px;
    margin-bottom:20px;
}
.load-more {
	width: 50px;
	height: 100px;
	margin: 0 auto;
	display: block;
}
.load-more span {
	text-align: center;
	display: block;
}
.load-more img {
	width: 50px;
	height: 50px;
	margin: 0 auto;
}
/* filter */
.col-filter-custom {
    width: 25%;
    padding: 0 15px;
}
footer {
    padding: 15px 0;
    text-align: right;
    font-size: 12px;
}
.process {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.process-point {
  width: 14px;
  height: 14px;
  background-color: transparent;
  border-radius: 50%;
  padding: 1px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  border: 1px solid transparent;
  /* z-index: 5000; */
}
.this-process-year {
    position: absolute;
    top: 0px;
    left: -4px;
    font-size: 10px;
    background: #fff;
    border: 1px solid #000;
    padding: 0px 2px;
    margin-left: 5px;
    opacity: 0;
}
.this-process-year.active {
    opacity: 1;
}
.process-point {
    position: relative;
    overflow: visible;

}
/* .process-point:hover:after {
	width: 400px;
	height: 400px;
	left: -200px;
	top: -200px;
	border-radius:0px;
} */
.process-wrapper {
  display: none;
  width: 360px;
  height: 160px;
}
.straightLine, .hrLine{
  position: absolute;
  background-color: #000;
  transition: transform .05s ease-in-out;
}
.straightLine{
  top: 0px;
  left: -240px;
}
.process-content {
    display: flex;
     flex-wrap: wrap;
     position: absolute;
     display: none;
     top: 9px;
     left: 9px;
    background: #fff;
    z-index: 100;
/*     transform: translate(-50%, -50%); */
         flex-wrap: wrap;
    background: #fff;
    width: 360px;
    height: 160px;
}
.process-point:hover .process-content {
    display: flex;
}
.process-img.img {
    width: 160px;
    padding-bottom: 40%;
}
.process-description {
  width: 200px;
  font-size: 12px;
  padding: 10px;
  position: relative;
}
.process-read-more {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
/* .process-point:after {
    content: "";
    display: block;
    position: absolute;
    top: 30%;
    left: 30%;
    transform: translate(-50%, -50%);
    height: 0px;
    width: 10px;
    height: 10px;
    background: #3e3c3c;
    border-radius: 50%;
    transition: all .5s;
}
.process-point:hover:after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 0px;
    width: 50px;
    height: 50px;
    background: transparent;
    border-radius: 50%;
    transition: all .9s;
    z-index: -1;
} */
.process-point:hover {
    background: transparent;
    border: 1px solid #000;
}
@media screen and (max-width: 1330px) {
    .col-filter-custom {
      width: 33.333333%;
  }
}
@media screen and (max-width: 992px) {
  /* layout */
  .container-fluid {
  	padding: 20px 30px 10px 30px;
  }
  /*header */
	header .left-content {
		width: 150px;
	}
	header .right-content {
	  width: calc(100% - 150px);
	  padding-left: 30px;
	}
 	.logo {
/* 		width: 150px;
		height: 134px; */
	}
	.title {
		font-size: 28px;
		line-height: 30px;
		padding-top: 0px;
		width: 100%;
	}
	h6.show-instraction {
		display: none;
	}
	.lang-switch a {
		display:inline-block;
		border-right: 1px solid #FC0000;
		border-right: 1px solid #FC0000;
		border-right: 1px solid #FC0000;
		border-right: 1px solid #FC0000;
		color: #FC0000;
		margin-right: 30px;
		background: transparent;
		width: 45px;
		height: 45px;
		line-height: 43px;
		text-align: center;
		vertical-align: top;
		border-radius: 0%;
		text-decoration: none;
		transition: all .3s;
	}
	.lang-switch:hover a {
		color: #FC0000;
		background: #fff;
	}
	.navicon {
		display: block;
		float: right;
		margin-top: 6px;
	}
	.cocial-share {
		display: none;
	}
	.navicon.active {
		position: absolute;
		right: 20px;
		z-index: 1000;
	}
	.navicon.active span:nth-of-type(1) {
		background: #fff;
		transform: rotate(45deg) translate(13px, 0px);
	}
	.navicon.active span:nth-of-type(2) {
		opacity: 0;
	}
	.navicon.active span:nth-of-type(3) {
		background: #fff;
		transform: rotate(-45deg) translate(13px, -1px);
	}
	.navicon span {
		width: 40px;
		height: 5px;
		display: block;
		margin: 5px 0;
		background: #FC0000;
		transition: all .3s;
	}
	.navicon span:nth-of-type(2) {
		width: 30px;
		height: 5px;
		display: block;
		margin: 5px 0 5px 10px;
		background: #FC0000;
	}
	.left-content.desktop.active {
		position: absolute;
		display: block;
		width: 100%;
		padding: 0px;
		margin: 0px;
		left: 0px;
		text-align: center;
		z-index: 100;
	}
	.menu {
		font-size: 40px;
		line-height: 80px;
	}
	.menu a {
		color: #fff;
	}
	.menu li.active a {
		color: #1b1e21;
	}
	 .search {
		/* width: 300px; */
		height: 42px;
		padding: 0 12px;
		/* 		border-top: 1px solid #fff;
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff; */
		/* 		background: transparent; */
	}
	#search {
		margin: 0 auto;
	}
	.col-11.fixed-top {
    left: 0px;
    padding-left: 20px;
    top: 170px;
}
}
@media screen and (max-width: 740px) {
    .col-filter-custom {
      width: 100%;
      margin: 15px 0;
  }
  .row.archive-container {
    margin-top: 20px;
 }
}

@media screen and (max-width: 700px) {

	.title {
		font-size: 20px;
	}
	.list-inline a {
		color:#4F4F4F;
		margin-right:15px;
	}
	.list-inline a {
		font-size: 18px;
	}
}
@media screen and (max-width: 600px) {

	.list-inline-item {

		display: block;
	}
	.list-inline a {
		font-size: 24px;
	}
}
@media screen and (max-width: 580px) {
	header .left-content {
		width: 100px;
	}
	header .right-content {
		width: calc(100% - 100px);
	}
	.title {
		padding-top: 10px;
	}
	.logo {
		width: 100px;
	}

}
@media screen and (max-width: 500px) {
	.container-fluid {
		padding: 15px;
	}
	.title {
		font-size: 16px;
		text-align: right;
		padding-top: 0px;
		position: absolute;
		right: 15px;
		top: 60px;
	}
}
@media screen and (max-width: 390px) {
	.logo {
		width: 70px;
		height: 64px;
	}
		header .left-content {
		width: 70px;
	}
	header .right-content {
		width: calc(100% - 70px);
	}

}
