/*
* Chokan V1.0
* 2018
*/

/* Table of Content
==================================================
*/

/*@import url('https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,400i,700,700i,900,900i|Vollkorn:400,400i,600,600i,700,700i,900,900i&subset=cyrillic,cyrillic-ext,greek,latin-ext,vietnamese');

/* Main styles
==================================================
*/

@import url("../font/bebas/bebas-font.css");
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Vollkorn:400,400i,600,600i,700,700i,900,900i&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&subset=cyrillic,cyrillic-ext,latin-ext');
@import url('mobile-menu.css');
* {
	margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
}

html {
	margin: 0;
	padding:0;
	height: 100%;
	width:100%;
	background-color: #fff;
}

body {
	font-family: 'Open Sans', sans-serif;
	background-color: #fff;
	color:#151515;
	font-weight: normal;
	margin: 0;
	padding:0;
	height: 100%;
	width:100%;
	font-size: 100%;    
}

.no-scrolling {
    overflow: hidden;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

body.no-scroll {
	overflow: hidden;
}

body.kz #shoqan_preloader_main .rus,
body.ru #shoqan_preloader_main .kaz {
    display: none;
    opacity: 0;
}

body.home #shoqan_preloader_main .disabled.rus,
body.home #shoqan_preloader_main .disabled.kaz {
    display: none;
    opacity: 0;
}

body.home #shoqan_preloader_main .activated.kaz,
body.home #shoqan_preloader_main .activated.rus {
    display: block;
    opacity: 1;
    transform: all .5s ease;
}


#fullpage, .section, .fp-table, body, html{
   height: 100%;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'bebas_neuebold', sans-serif;
}

/* body.kz h1,
body.kz h2,
body.kz h3,
body.kz h4,
body.kz h5,
body.kz h6 {
	font-family: 'PT Sans Narrow', Arial, Helvetica, sans-serif;
    text-transform: uppercase;    
    font-weight: 700;
} */

.single h1,
.single h2,
.single h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bolder;
    margin-bottom: 20px;
    line-height: 1.6;
}

.single h1 {
    font-size: 1rem;
}

.single h2 {
    font-size: 14px;
}

p {
	display: inline-block;
	margin-bottom: 20px;
	line-height: 1.6em;	
}

ul {
	margin: 0;
	padding:0;	
	list-style-type: none;
}

a {
	color:#3b3b3b;
	text-decoration: none;
	outline: none;
}

a:hover {
	color:#000000;
	text-decoration: none;
}

img {
	max-width:100%;
}

.align_center {
	text-align: center !important;
}

.align_left {
	text-align: left;
}

.align_right {
	text-align: right !important;
}

.align_justify {
    text-align: justify;
}

.hidden {
    display: none;
}

.hiddeni {
	display: none !important;
}

.clear {
	clear:both;
}

.color-bg-1 {
	background-color: #cccab7;
}

.text-uppercase {
	text-transform: uppercase;
}

.pd-10 {
	padding:10px;
}

.pd-15 {
	padding:15px;
}

.pd-20 {
	padding:20px;
}

.pd-50 {
	padding:50px;
}

.pd-top-10 {
	padding-top:10px;
}

.pd-top-20 {
	padding-top:20px;
}

.pd-top-30 {
	padding-top:30px;
}

.pd-h-30 {
	padding:0 50px;
}

.pd-h-50 {
	padding:0 50px;
}

.pd-h-100 {
	padding:0 100px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.full-height {
	height:100vh;
}

.fixed-header {
    position: fixed;
    top:0;
    left: 0;
    right: 0;
}

.cursor-left {
	cursor: url('../img/left-arrow.png'), auto;
}

.cursor-right {
	cursor: url('../img/right-arrow.png'), auto;
}

.bio.cursor-left,
.bio.cursor-right {
	cursor: default;
}

.wrapper {
	height: 100%;
	width:100%;
	position: relative;		
}

.main {
	opacity:0;
	transition: all 1s ease-out;
	-webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.main.loaded {
	opacity:1;
}

.bio .main .bio-timeline {
	transition: all 1.2s ease;
	-webkit-backface-visibility: hidden;
          backface-visibility: hidden;
	will-change:transform;
	transform: translateX(20%);
	opacity:0;
}

.bio .loaded .bio-timeline{
	will-change:transform;
	transform: translateX(0);
	opacity:1;
}

.section {	
	overflow: hidden;
	width:100%;
	height:100%;
}

.content-wrapper {
    width:100%;
    height:100%;
    margin: 0;
    padding: 0;
}

.main_logo_mobile {
    display: none;
}

.logo-kaspi {
    position: fixed;
    top: 20px;
    right: 30px;
    max-width: 240px;
    height: auto;
    transition: transform 1.5s cubic-bezier(0.22, 0.44, 0, 1);
}


.hero.left-menu-active .logo-kaspi {
  transform: translate3d(-150px, 0,0);
  transition: transform 1.5s cubic-bezier(0.22, 0.44, 0, 1) !important;
}

.mouse-down-wrapper {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 10%;  
    margin: auto;    
    width: 35px;
    height: 60px;
    transform: translateY(50px);
    opacity: 0; 
    transition: all 1s ease;
}

.home.fp-completely .mouse-down-wrapper {
    opacity: 1;
    transform: translateY(0);
    transition: all 2s ease;
}

.mouse-down {
    background: url(../img/mouse-down.png) no-repeat top center;
    background-size: cover;
    width: 35px;
    height: 60px;   
      
}

.mouse-down span {
    width: 3px;
    height: 8px;
    background: #fff;
    position: relative;
    display: block;
    border-radius: 2px;
    margin: auto;
    top: 10px;   
    animation: mousedownscroll 1.5s ease infinite;
}

@keyframes mousedownscroll {
  from, 0% {
    transform: translateY(0);
    opacity: 0;
  }
  
  50% {
    transform: translateY(10px);
    opacity: 1;
  }

  100% {
    transform: translateY(15px);
    opacity: 0;
  }
}

.mouse-left {
    background: url(../img/mouse.png) no-repeat center center;
    background-size: contain;
    width: 32px;
    height: 55px;
    position: fixed;
    left: 100px;
    top: 0;
    bottom: 0;
    margin: auto;
    animation: mouseleftscroll 2s ease infinite;
    animation-direction: reverse;
    visibility: hidden;
}

.mouse-left::after {
    content: '';
    position: absolute;
    background: url(../img/mouse-arrow-left.png) no-repeat center center;
    background-size: contain;
    width: 16px;
    height: 30px;    
    left: -50px;
    top: 12px;
}

.mouse-right {
    background: url(../img/mouse.png) no-repeat center center;
    background-size: contain;
    width: 32px;
    height: 55px;
    position: fixed;
    right: 100px;
    top: 0;
    bottom: 0;
    margin: auto;
    animation: mouserightscroll 2s ease infinite;  
    animation-direction: reverse;  
    visibility: hidden;
}

.mouse-right::after {
    content: '';
    position: absolute;
    background: url(../img/mouse-arrow-right.png) no-repeat center center;
    background-size: contain;
    width: 16px;
    height: 30px;    
    right: -50px;
    top: 12px;
}

@keyframes mouseleftscroll {
  from, 0% {
    transform: translateX(200px);
    opacity: 0;
  }
     
  60% {
    transform: translateX(100px);
    opacity: 1;
  }  

  100% {
    transform: translateX(200px);
    opacity: 0;
  }
}

@keyframes mouserightscroll {
  from, 0% {
    transform: translateX(-200px);
    opacity: 0;
  }
     
  60% {
    transform: translateX(-100px);
    opacity: 1;
  }  

  100% {
    transform: translateX(-200px);
    opacity: 0;
  }
}

.about {
/*	background: url(../img/home-menu-bg2.gif) no-repeat bottom center;*/
	background-size:cover;
	width:100%;
	height:100%;
}

.about .content-wrapper{	
	width:100%;
	height:100%;
	top: 0;
	left:0;
	will-change:transform;
	transform: translateY(200px);
	opacity:0;
	transition: all 1.7s ease;
	-webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}


.about.active .content-wrapper {
	transform: translateY(0px);
	opacity:1;
}

.menu-wrapper {	
	margin: 0;
	padding: 0;
	text-align: center;	
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	will-change:transform;
	transform: translateY(300px);
	opacity:0;
	transition: all 2s ease;
	-webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.main-menu-bg {
	background: url(../img/home-menu-bg1.png) no-repeat top center;
    background-size: 100%;   
    height: 100vh;
    position: absolute;
    top: -69px;
    left: -66px;
    right: 0;
    margin: auto;
}

.active .menu-wrapper {
	transform: translateY(0px);
	opacity:1;
}

#main-menu {	
	margin: 60px 0 0;
}

#main-menu li {	
	margin: 15px 0 0;
    transition: all 0.8s ease;
    opacity: 0;
}

#main-menu li:nth-child(odd) { 
    transform: translateX(-100px);
}

#main-menu li:nth-child(even) { 
    transform: translateX(100px);
}

.fp-completely #main-menu li { 
    transform: translateX(0);
    opacity: 1;
}


#main-menu li a {
    display: inline-block;
    padding: 5px 15px;
    font-family: 'PT Sans Narrow', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    color: #000;
    font-size: 22px;
    opacity: 0.7;
    text-shadow: 1px 0 0;
    transform: scale(1) translateZ(0) translateY(0);
    transition: all .3s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

#main-menu li a:hover {	
	opacity: 1;
	transform: scale(1.1) translateZ(0) translateY(-5px);
}

.menu-hr {
    max-width: 200px;   
    margin: 0 auto;
}

.side-menu-hr {    
    border-top: 2px solid rgba(255,255,255,.2);    
}

#main-menu .side-menu-hr {    
    border-top: 2px solid rgba(0,0,0,.2);
    max-width: 300px;    
    margin: auto;    
}

#main-menu li a.menu-reg {
    text-shadow: none;
}

/*------LEFT MENU-------*/

.hamburger {
    position: fixed;
    z-index: 20;
    left: 0;
    top: 0;
    transform: translateX(0vw);
    transition: all 1s cubic-bezier(.19,1,.22,1);
    outline: none;
    display: none;
    background: #fff;
}

.home .hamburger {
     background: transparent;  
}

.hamburger.is-active {
    transform: translateX(80vw);
    transition: all 1s cubic-bezier(.19,1,.22,1);
}

.hamburger:hover {
    outline: none;   
}

.mobile_logo {
    width: 100%;
    max-width: 100vw;
    padding: 15px 15px 0;
    display: none;
    text-align: center;   
}

.mobile_logo img {
    max-width: 50%;    
}

.bio .mobile_logo {
    width: 100%;
    padding: 10px 15px 0;
    display: none;
    text-align: center;
    position: fixed;
    z-index: 10;
}

.bio .mobile_logo img {
    max-width: 60%;    
}

.contemp .mobile_logo,
.works .mobile_logo,
.books .mobile_logo,
.movies .mobile_logo,
.map .mobile_logo,
.rgo .mobile_logo,
.shoqan_time .mobile_logo {
    position: fixed;
    z-index: 2;
}


.menu-left-panel {
	position: fixed;
    width: 20vw;
    height: 100vh;
    z-index: 11;
    top: 0;
    left: 0;

  	-webkit-backface-visibility: hidden;
   	-moz-backface-visibility: hidden;
   	-ms-backface-visibility: hidden;
   	backface-visibility: hidden; 

    transform: translateX(-80%);
    transition: all 1s cubic-bezier(.19,1,.22,1);
    cursor: pointer;
}

.menu-left-panel.active {
	transform: translateX(0);	
}

.menu-left-container {
	position: absolute;
    left: 0;
    width: 80%;
    background: #000;
    height: 100vh;
    text-align: right;
    padding: 20px 40px;
    margin: 0;
    display: flex;   
    flex-direction: column;
    justify-content: center;
}


.menu-left-container ul li {
	margin: 0;
}

.menu-left-container ul li a,
.menu-left-container .home_link {
    font-family: 'bebas_neuebook', sans-serif;
    text-align: right;
    color: #fff;
    font-size: 1.2em;
    padding: 5% 0;
    display: inline-block;
    width: 100%;
    opacity: 0.7;
    transform: scale(1) translateX(0);
    transition: all .3s ease;
    font-weight: 400;
    letter-spacing: 1px;
}

body.kz .menu-left-container ul li a,
body.kz .menu-left-container .home_link {
    font-family: 'PT Sans Narrow', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 400;
}


.menu-left-container .home_link {
    text-align: left;
    margin-bottom: 2%;
}

.menu-left-container ul li a:hover,
.menu-left-container .home_link:hover {
	opacity:1;
	transform: scale(1.1) translateX(-10px);
}


.home .menu-left-panel.visible {
    background: none;    
}

.page .menu-left-panel.visible {
	background: rgba(0,0,0,0.05)
}

.page .menu-left-panel.visible::after {
    content: '';
    position: absolute;
    width: 52px;
    height: 96px;
    background: url(../img/mouse-arrow-left.png) no-repeat center center;
    background-size: contain;
    top: calc(100vh / 2);
    bottom: 0;
    right: 15px;
    margin: 0 auto;
}

.page .menu-left-panel.active.visible::after {    
    background: none;    
}

.menu-lang {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    margin-top: 2rem; 
}

.menu-lang ul {
 display: inline-block;
 width:100%;
}

.menu-lang ul li { 
 margin: 0;
 display: inline-block;
 width: 100%;
}

.menu-lang ul li a {
 padding: 5px;
 display: inline-block;
 text-align: center; 
 transition: all .5s ease;
 border-radius: 3px;
 width: auto;
 opacity: 0.5;
}

.menu-lang ul li a:hover,
.menu-lang ul li a.active {
    opacity:1;
    background: rgba(255,255,255,0.1);
    transform: scale(1.1); 
}

.credits-menu {
    width: 100%;
    margin-top: 1rem;
    text-align: center;    
}

.credits-menu ul {
    display: inline-block;
}

.credits-menu ul li {
    float: left;
}

.credits-menu ul li a{
    width: auto;
    text-align: center;
    padding: 5px 10px;
    margin: 0;
    text-transform: none;
    transition: all .5s ease;
    font-size: 14px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 300;
    opacity: 0.5;
}

.credits-menu ul li a:hover {
    opacity:1;    
    transform: scale(1.1); 
}

.menu-copyrights { 
 width:100%;
 text-align: center;
 margin-top: 1rem; 
}

.menu-copyrights a {
 font-family: 'bebas_neuebook', sans-serif;
 font-weight: 400;
 color: #fff;
 bottom: 0;
 letter-spacing: 2px; 
 text-transform: uppercase;
 opacity: 0.5;
 display: inline-block;
 transition: all .5s ease;
}

.menu-copyrights a:hover {
    opacity:1;    
    transform: scale(1.1); 
}


/*------BIO PAGE----*/

.bio-wrapper {	
	height: 100vh;
	width:100%;
	display: flex;	
	align-items: center;
}

.bio-timeline {	
    height: 80vh;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 50px 8vh 10vw;
    cursor: url(../img/move.png), auto;
    transition: transform 1.7s cubic-bezier(0.22, 0.44, 0, 1);
    overflow: -moz-scrollbars-none;
}

.bio-timeline::-webkit-scrollbar {
	display: none;
}

.bio-timeline.left-menu-active {
  transform: translate3d(10%, 0,0);  
}

.bio-timeline.right-menu-active {
  transform: translate3d(-10%, 0,0);  
}

.bio-item {    
    flex: 0 0 auto;
    width: 30%;
    height: 100%;
    padding-right: 1%;
    padding-top: 6%;
    text-align: center;
    position: relative;
    padding-left: 1%;    
}

.bio-item.gap {
    width: 10%;
}

.bio-img {
	background: url(../img/bio/bio-1-bg.jpg) no-repeat top center;
	background-size: cover;
	width:100%;
	height: auto;
	position: relative;
	text-align: center;
	transition: all 0.5s ease;
}

.drevo {
    padding-right: 1%;
    padding-left: 1%;
    padding-top: 2%;
}

.drevo .bio-img {
    background: none;
    height: 100%;
    width: 100%;
}

.drevo .bio-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;    
    background: url(../img/bio/drevo.png) no-repeat top center;
    background-size: contain;
    width: 100%;
    height: 75vh;
    text-align: center;
    transition: all 0.5s ease;
    margin: 0 auto;
}

.drevo .names {
    position: absolute;
    transition: all 0.5s ease;
}

.drevo .names a {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
    padding: 20px 0;
}

.drevo .names:hover {
    transform: scale(1.2);
}

.drevo .shoqan {   
    margin: 0 auto;
    background: url(../img/bio/shoqan.png) no-repeat bottom center;
    background-size: contain;
    width: 270px;
    height: 44px;
    position: relative;
    bottom: 30px;
    z-index: 2;
    left: -65px;
    top: -7px;
    background-color: #fff;     
}

.drevo .shoqan a {
    padding: 5px 0;
}

.drevo .musach {    
    background: url(../img/bio/chingizv.png) no-repeat bottom left;
    background-size: contain;
    width: 100%;
    height: auto;
    max-width: 235px;
    bottom: 28%;
    left: -10%;
}

.drevo .zeynep {    
    background: url(../img/bio/zeynep.png) no-repeat bottom left;
    background-size: contain;
    width: 100%;
    height: auto;
    max-width: 206px;
    bottom: 13%;
    left: -10%;
}

.drevo .zeynep a {
    padding: 10px 0;
}

.drevo .chingizv {    
    background: url(../img/bio/chingizv.png) no-repeat bottom right;
    background-size: contain;
    width: 100%;
    height: auto;
    max-width: 235px;    
    bottom: 15%;
    right: 5%;
}


.drevo .uali {    
    background: url(../img/bio/uali.png) no-repeat bottom right;
    background-size: contain;
    width: 100%;
    height: auto;
    max-width: 155px;    
    bottom: 29%;
    right: -1%;
}

.drevo .uali a {
    padding: 12px 0;
}

.drevo .abilay {    
    background: url(../img/bio/abilay.png) no-repeat top right;
    background-size: contain;
    width: 100%;
    height: auto;
    max-width: 200px;    
    top: 50%;
    right: -7%;
}

.drevo .chingizkhan {    
    background: url(../img/bio/chingizkhan.png) no-repeat top right;
    background-size: contain;
    width: 100%;
    height: auto;
    max-width: 209px;    
    top: 15%;
    right: -10%;
}

.bio-img a{
	display: inline-block;
	transition: all 0.5s ease;
}

.bio-img:hover{
	transform: rotate(-3deg);	
}

.drevo .bio-img:hover {
    transform: none;
}

.bio-img:hover a{
	transform: rotate(2deg) scale(1.1);	
}

.drevo:hover a{
    transform: none; 
}

.bio-timeline .bio-img img {
	width: 83%;
    padding: 9% 10%;
    margin: auto;
    pointer-events: none;
}

.bio-timeline .childhood .bio-img {
	margin-top: 20%;
    background-size: contain;
}

.bio-timeline .omsk .bio-img {
	transform: rotate(-10deg);
	width: 100%;
}

.bio-timeline .omsk .bio-img img {
	transform: rotate(7deg);
    padding: 8% 2% 0 8%;
    width: 100%;
}

.bio-timeline .sp .bio-img img {	
	width: 90%;
	padding: 11% 12% 10% 5%;
}

.bio-descr {
	margin: 20px 0 0;
}

.bio-descr a{
    transition: all .5s ease;
    opacity: 0.85;
    display: inline-block;
    width: 100%;
    backface-visibility: hidden;
    will-change:transform;
}

.bio-descr a:hover{
    transform: scale(1.1);
    opacity: 1;
}

.bio-timeline .omsk .bio-descr {
	margin: 40px 0 0 70px;
}

.bio-timeline .exp .bio-img,
.bio-timeline .return .bio-img{
	background: url(../img/bio/bio-3-bg.jpg) no-repeat top center;
	background-size: contain;
}

.bio-timeline .bio-descr h3{
	font-size: 1.35em;
}

.bio-timeline-text {
	position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    white-space: nowrap;    
    height: 30px;
}

.bio-timeline-text::after {
	content: "";
    position: absolute;
    height: 2px;
    background: #000;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.bio-timeline-text a {
	display: inline-block;
    background: #fff;
    position: relative;
    z-index: 3;
    padding: 0 15px;   
    cursor: pointer;
    color: #464646;
    font-weight: 700;
    transition: all 0.5s ease;
}

.shoqan-dr a{    
    background: transparent;
    width: 100%;
    padding: 5px 5px;
}

.bio-timeline-text a:hover {
	padding: 0 30px;
	color: #000;
}

.shoqan-dr a:hover{    
    padding: 5px 30px;
}

.omsk .bio-timeline-text {
	text-align: center;
	
}

.omsk .bio-timeline-text a {
	left: 40px;
}

.bio-timeline-text a:before,
.bio-timeline-text a:after {
	content:"";
	position: absolute;
	width: 2px;
	height:100%;
	background: #000;
	top: 3px;
	bottom: 0;
}

.bio-timeline-text a:before {
	left: 2px;
}

.bio-timeline-text a:after {
	right: 2px;
}

.mobile_gap {
    display: none;
}

.works .main .main-title,
.books .main .main-title,
.movies .main .main-title {
    font-family: 'Vollkorn', serif;
    color: #000;
    letter-spacing: 10px;
    top: 0;
    left: 0;
    right: 0;
    margin: 15px auto;
    text-align: center;
    font-size: 2.0em;
    width: 100%;
    transition: all 0.3s ease;
    font-weight: 700;
    text-transform: uppercase; 
    position: relative;    
}

.title-date {
	font-family: 'Vollkorn', serif;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 7px;    
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 0.9em; 
    transition: all 0.3s ease;    
}

.bio-main-title {
	font-family: 'Vollkorn', serif;
    color: #000;    
    letter-spacing: 15px;
    top: 0;
    left: 0;
    right: 0;
    margin: 15px auto;
    text-align: center;
    font-size: 3.6em;    
    width: 100%;   
    transition: all 0.3s ease; 
}

.bio-t-bg .bio-title-date {
	font-family: 'Vollkorn', serif;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 7px;    
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 1.6em; 
    transition: all 0.3s ease;    
}

.bio-t-bg h1,
.bio-t-bg h3 {
	position: relative;
	z-index: 2;
}

.bio-modal-wrapper {	
	padding: 6rem 4rem 8rem;
}

.bio-modal-wrapper section{
	position: relative;	
}

.bio-ch-text {
    padding: 0 4rem;
}

.bio-ch-text img,
.bio-pop-img img{
  -webkit-filter: drop-shadow(5px 0 10px rgba(0,0,0,0.3));
  filter: drop-shadow(5px 0 10px rgba(0,0,0,0.3));
}

.bio-ch-text::before {
	content: "";
    position: absolute;
    background: url(../img/bio/bio-4-bg.jpg);
    background-position: top left;
    background-size: 80%;
    background-repeat: no-repeat;
    top: 40%;
    left: -65px;
    width: 100%;
    height: 50%;	
}

.bio-ch-gallery::before {
	content: "";
    position: absolute;
    background: url(../img/bio/bio-5-bg.jpg);
    background-position: top right;
    background-size: 74%;
    background-repeat: no-repeat;
    top: 20%;
    right: -81px;
    width: 100%;
    height: 50%;
}

.bio-omsk-gallery::before,
.bio-exp-tabs::before {
	content: "";
    position: absolute;
    background: url(../img/bio/bio-6-bg.jpg);
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
    top: 35%;
    left: -107px;
    width: 100%;
    height: 50%;
}

.bio-exp-tabs {
	z-index: 2;
}

.bio-exp-tabs::after {
    content: "";
    position: absolute;
    background: url(../img/bio/bio-5-bg.jpg);
    background-position: bottom right;
    background-size: 74%;
    background-repeat: no-repeat;
    bottom: -10%;
    right: -70px;
    width: 60%;
    height: 60%;
}

.sp.bio-omsk-gallery::before {	
    top: -35%;
    height: 100%;
    z-index: 1;
}

.sp.bio-ch-text {	
    z-index: 2;
}

.sp.bio-ch-text::before {	
    top: 0;    	
}

.sp.bio-text-bg::before {	
    top: 35%;  
    height: 50%;  
}

.hb.bio-text-bg::before {	
    top: 100%; 
    height: 50%;
    background: url(../img/bio/bio-t-bg2.png);
    background-position: bottom right;
    background-size: 80%;
    background-repeat: no-repeat;  
}

.bio-sp-g {
	position: relative;
	width: 100%;
	height: 91%;
}

.bio-sp-g1, 
.bio-sp-g2,
.bio-hb-g  {
	position: absolute;
	height: 70%;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.2);
  	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.2);
  	box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

.bio-hb-g-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 600px;
}

.bio-hb-g {
	min-height: 500px;
	display: inline-block;
}

.bio-sp-g1 {
	top: 0;
    left: 15%;
    bottom: 0;
    margin: auto;
    
}

.bio-sp-g2 {
	top: 0;
    right: 15%;
    bottom: 0; 

}

.bio-hb-g1 {
	top: 0;
    left: 0;
    bottom: 0; 
    transform: rotate(-15deg);  
} 

.bio-hb-g2 {
	top: 0;
    left: 25%;
    bottom: 0;
    margin: auto;
} 

.bio-hb-g3 {
	top: 0;
    left: 50%;
    bottom: 0;
    transform: rotate(13deg);    
} 

.bio-hb-g4 {
	top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-15deg);
} 


.bio-text-bg::before {
	content: "";
    position: absolute;
    background: url(../img/bio/bio-5-bg.jpg);
    background-position: bottom right;
    background-size: 80%;
    background-repeat: no-repeat;
    top: 50%;
    right: -150px;
    width: 100%;
    height: 100%;
}

.bio-omsk-g-wrapper,
.bio-text-bg p {
	position: relative;
	z-index: 2;
}

.bio-t-bg::after {	
	content: "";
    position: absolute;
    background: url(../img/bio/bio-t-bg.png) no-repeat top center;
    background-size: contain;
    width: 100%;
    top: -90px;
    height: 450px;
    z-index: 1;
}

.childhood .bio-t-bg::after {
    z-index: 0;
}

.bio-text-content p{
    font-size: 15px;
    position: relative;
    z-index: 2;
    font-weight: 600;
    text-align: justify;
    display: block;
}

.bio-caption p{
	width: 100%;
	text-align: center;
	font-size:12px;
	font-style: italic;
	margin-top: 15px;
}

.bio article {
	overflow-x: hidden;
}

body.rgo {
    overflow-x: hidden;
}

body.works {
    overflow-x: hidden;
}


body.rgo section{
	width: 100%;	
	padding: 0;
	margin:0;
	position: relative;
	display: flex;
	align-items: center;
    overflow: hidden;
}

.bio-date {
	font-size: 14px;
	color: #c2c2c2;
	display: block;
	font-weight: 600;
}

#expTab {
    text-align: center;    
}

#expTab .nav-item .nav-link {
    border:none;
    background: none;
    color: #000;
    opacity: 0.6;
    transition: all 0.4s ease;
    font-weight: 800;
}

#expTab .nav-item #ncompl-tab.nav-link:hover {    
    opacity: 0.85;
    transform: scale(1.1) translateX(20px);
}

#expTab .nav-item #compl-tab.nav-link:hover {    
    opacity: 0.85;
    transform: scale(1.1) translateX(-20px);
}


#expTab .nav-item .nav-link.active {    
    opacity: 1;
}

.nav-tabs {
    border: none;
}


.bio-t-bg .long-page-title,
.kz .bio-t-bg .long-page-title {
	font-family: 'Vollkorn', serif;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 7px;
	top:0;
	left: 0;
	right: 0;
	margin: 30px auto;
	text-align: center;
	font-size: 1.6em;
	font-weight: 600;
    position: relative;    
	z-index: 2;
    width: 100%;
}



.long_t_bg {
    width: 100%;
    padding: 3rem;
}

.long_t_bg::before {
    content: '';
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(../img/rgo/rgo-t-bg.png) no-repeat top center;
    background-size: contain;
    width: 100%;
    height: 450px;
}

.rgo-big-img.rgo-main-title {   
    background: url(../img/rgo/rgo-main-img.png) no-repeat top center;
    background-size: contain;   
}

.rgo-big-img.rgo-second-title { 
    background: url(../img/rgo/rgo-second-img.png) no-repeat top center;
    background-size: contain;   
}

.rgo-big-img p {
	color: #fff;
	font-weight: 400;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	margin: 20px 15px;
}

.rgo-overlay {
    background: rgba(0,0,0,0.4);
    width: 100%;
    height: auto;
    padding: 1.5rem;
    border-radius: 1rem;
}

.rgo .rgo-about,
.rgo .rgo-members {
    height: auto;
}

.rgo-about-text {
	font-size:14px;
	color: #151515;
	padding: 0 1rem;
	font-weight:600;
    text-align: justify;
}

.rgo-about-text p {
	line-height: 24px;
}

.rgo-about-left,
.rgo-about-right{
	position: relative;
	width:100%;
	height: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.rgo-about-left img{
	position: relative;
	z-index: 2;
}

.rgo-left-bg {
	height: 100%;
	width: 100%;    
    background: url(../img/rgo/sketch1.jpg) no-repeat top center;
    background-size:contain;
    position: absolute;
    top:-80px;
}

.rgo-members {    
    overflow-y: visible!important;
    overflow-x: hidden;
    position: relative;    
}

.rgo-members::before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/rgo/rgo-m-bg1.png) no-repeat top left;
    background-size:contain;
    width: 100%;
    height: 100%;    
}

.rgo-members::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/rgo/rgo-m-bg2.png) no-repeat top right;
    background-size:contain;
    width: 100%;
    height: 100%;    
}


.rgo-m-wrapper {
	display: inline-block;
	width: 100%;
	margin:0;
	padding:0;
}

.rgo-m-wrapper li {
	list-style-type: none;
	float:left;
	width: 125px;
	height: 180px;
	margin: 10px 40px 5px 0;
	text-align: center;	
	position: relative;	
	z-index: 2;
}

.rgo-m-wrapper li:nth-child(4){
	margin-left:77px;
}

.rgo-m-wrapper li:nth-child(3),
.rgo-m-wrapper li:nth-child(8) {
	margin-right:0;
}

.rgo-m-wrapper span {
	font-size: 13px;
	font-style: italic;	
}

.rgo-main-m span {
	font-size: 14px;
	font-style: italic;	
}

.rgo-main-m {
	text-align: center;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%;
}

.rgo-m-left::after {
	content: "";
    position: absolute;
    background: url(../img/rgo/sketch1.png) no-repeat top center;
    background-size: contain;
    background-blend-mode: overlay;
    width: 100%;
    height: 360px;
    top: -204px;
    right: -152px;
}

.rgo-m-left::before {
	content: "";
    position: absolute;
    background: url(../img/rgo/sketch1.png) no-repeat top center;
    background-size: contain;
    background-blend-mode: overlay;
    width: 100%;
    height: 360px;
    bottom: 45px;
    left: -174px;
}

.rgo-main-m div {
	position: relative;
	z-index: 2;
}

.rgo-main-m::after {
	content: "";
    position: absolute;
    background: url(../img/rgo/sketch1.png) no-repeat top center;
    background-size: contain;
    background-blend-mode: overlay;
    width: 207%;
    height: 140%;
    top: -126px;
    left: -126px;
    transform: rotate(-90deg);
    z-index: 1;
}


.rgo-m-right::before {
	content: "";
    position: absolute;
    background: url(../img/rgo/sketch1.png) no-repeat top center;
    background-size: contain;
    background-blend-mode: overlay;
    width: 80%;
    height: 80%;
    top: -152px;
    right: -10px;
    transform: rotate(-90deg);
}

.rgo-m-right::after {
	content: "";
    position: absolute;
    background: url(../img/rgo/sketch1.png) no-repeat top center;
    background-size: contain;
    background-blend-mode: overlay;
    width: 80%;
    height: 80%;
    bottom: -152px;
    left: -87px;
    transform: rotate(-90deg);
}
.rgo-second-title {
	align-items: end;
    text-align: center;
}

.rgo-second-title p {
	text-align: center;
    font-size: 13px;    
    
}

.rgo-about-w-bg {
	background: url(../img/rgo/rgo-about-bg.jpg) no-repeat bottom right;
    background-size: 56%;
}

.rgo-about-w-bg .rgo-left-bg {
	transform: rotate(180deg);
	top: 10px;
    left: 50px;
}

.rgo-about-w-bg .rgo-about-right {
	align-items: start; 
	margin-top:4em;
}

.rgo-books {
	background: url(../img/rgo/book-bg2.jpg) no-repeat top right;
    background-size: contain;
}

.rgo .pst img,
.rgo-about-text a img {
    max-width: 50%;
}

.rgo .mfp-wrap,
.contemp .mfp-wrap,
.movies .mfp-wrap {
    width: 100%;
    height: 100%;
    background: #fff;
}

.books-bg {		
	background: url(../img/rgo/book-bg.jpg) no-repeat top right;
    background-size: 120%;
    width: 100%;
    height: 100%;
}

.bio-pop-img {
	display: inline-block;
	width: 100%;	
	position: relative;
	cursor: zoom-in;
    z-index: 2;
}	

.bio-pop-img:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;	
	opacity:0;
	transition: all 1s ease;
}

.bio-pop-img:hover:after {
	opacity:1;
}

.bio-pop-img:hover img {
	opacity:0;	
	transition: all 0.8s ease;
}

/*---OVERLAY BGs---*/

.ch-1.bio-pop-img:after {
	background: url(../img/bio/pop/bio-ch-01.jpg) no-repeat top center;
	background-size: contain;
}

.ch-2.bio-pop-img:after {
	background: url(../img/bio/pop/bio-ch-2.jpg) no-repeat top center;
	background-size: contain;
}

.ch-3.bio-pop-img:after {
	background: url(../img/bio/pop/bio-ch-3.jpg) no-repeat top center;
	background-size: contain;
}

.ch-4.bio-pop-img:after {
	background: url(../img/bio/pop/bio-ch-4.jpg) no-repeat top center;
	background-size: contain;
}

.ch-5.bio-pop-img:after {
	background: url(../img/bio/pop/bio-ch-5.jpg) no-repeat top center;
	background-size: contain;
}

.ch-6.bio-pop-img:after {
	background: url(../img/bio/pop/bio-ch-6.jpg) no-repeat top center;
	background-size: contain;
}

.ch-7.bio-pop-img:after {
	background: url(../img/bio/pop/bio-ch-7.jpg) no-repeat top center;
	background-size: contain;
}

.omsk-1.bio-pop-img:after {
	background: url(../img/bio/bio-omsk1.png) no-repeat top center;
	background-size: contain;
}

.omsk-2.bio-pop-img:after {
	background: url(../img/bio/pop/bio-omsk2.jpg) no-repeat top center;
	background-size: contain;
}

.omsk-3.bio-pop-img:after {
	background: url(../img/bio/pop/bio-omsk-3.jpg) no-repeat top center;
	background-size: contain;
}

.omsk-4.bio-pop-img:after {
	background: url(../img/bio/pop/bio-omsk-4.jpg) no-repeat top center;
	background-size: contain;
}

.omsk-5.bio-pop-img:after {
	background: url(../img/bio/pop/bio-omsk-5.jpg) no-repeat top center;
	background-size: contain;
}

.omsk-6.bio-pop-img:after {
	background: url(../img/bio/pop/bio-omsk-6.jpg) no-repeat top center;
	background-size: contain;
}

.omsk-7.bio-pop-img:after {
	background: url(../img/bio/pop/bio-omsk-7.jpg) no-repeat top center;
	background-size: contain;
}

.sp-3.bio-pop-img:after {
	background: url(../img/bio/pop/bio-sp-3.jpg) no-repeat top center;
	background-size: contain;
}

.sp-4.bio-pop-img:after {
	background: url(../img/bio/pop/bio-sp-4.jpg) no-repeat top center;
	background-size: contain;
}

.sp-5:hover img{
	transform: scale(1.1);
	transition: all 0.3s ease;
}

.sp-6:hover img{
	transform: scale(1.1);;
	transition: all 0.3s ease;
	z-index: 2;
}

.hb-1.bio-pop-img:after {
	background: url(../img/bio/pop/bio-hb-1.jpg) no-repeat top center;
	background-size: contain;
}

.hb-2.bio-pop-img:after {
	background: url(../img/bio/pop/bio-hb-2.jpg) no-repeat top center;
	background-size: contain;
}

.hb-3.bio-pop-img:after {
	background: url(../img/bio/pop/bio-hb-3.jpg) no-repeat top center;
	background-size: contain;
}

.hb-p:hover img {
	transform: rotate(0) scale(1.1);
	transition: all 0.3s ease;
	z-index: 2;
}

.exp-sem-1.bio-pop-img:after {
    background: url(../img/bio/exp/sem_exp_1.jpg) no-repeat top center;
    background-size: contain;
}

.exp-sem-2.bio-pop-img:after {
    background: url(../img/bio/exp/sem_exp_2.jpg) no-repeat top center;
    background-size: contain;
}

.exp-3.bio-pop-img:after {
    background: url(../img/bio/exp/issyk_exp_1.jpg) no-repeat top center;
    background-size: contain;
}

.exp-4.bio-pop-img:after {
    background: url(../img/bio/exp/issyk_exp_2.jpg) no-repeat top center;
    background-size: contain;
}

.exp-5.bio-pop-img:after {
    background: url(../img/bio/exp/k_exp_1.jpg) no-repeat top center;
    background-size: contain;
}

.exp-6.bio-pop-img:after {
    background: url(../img/bio/exp/k_exp_2.jpg) no-repeat top center;
    background-size: contain;
}

.exp-7.bio-pop-img:after {
    background: url(../img/bio/exp/ka_exp_1.jpg) no-repeat top center;
    background-size: contain;
}

.exp-8.bio-pop-img:after {
    background: url(../img/bio/exp/ka_exp_2.jpg) no-repeat top center;
    background-size: contain;
}

.works-t-bg::after {    
    content: "";
    position: absolute;
    background: url(../img/works/works-t-bg.png) no-repeat top center;
    background-size: contain;
    width: 80%;
    top: 0;
    left: 0;
    height: 210px;
    z-index: 0;
    right: 0;
    margin: auto;
}

.works-t-bg h1 {    
    position: relative;    
    z-index: 1;   
}

.works-bg {
    position: relative;
    padding-top: 10%;
}

.scans .works_slider-wrapper {
	position: fixed;
	height: 100vh;
	width: 50%;
	overflow: hidden;
	top:0;
	left: 0;	
	padding: 0;
    margin:0;
}

.scans .works_slider-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100vh;
    width: 40px;
    background: url(../img/right-overlay.png) repeat-y top right;
    background-size: contain;    
}

.portrait .works_slider-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 40px;
    background: url(../img/left-overlay.png) repeat-y top left;
    background-size: contain;    
}

.portrait .works_slider-wrapper {
    position: fixed;
    height: 100vh;
    width: 50%;
    overflow: hidden;
    top:0;
    right: 0;    
    padding: 0;
    margin:0;
}

.works_slider-wrapper .slider_works .slides {
    width: 100%;
    height: 100%;
}

.works_slider-wrapper .slider_works .slides img {
	max-width: 100%;
    width: auto;
    margin: auto; 
    transition: all 5s ease;
    opacity: 0.75;
}


.works_slider-wrapper .slider_works .slides a:hover img {    
    transform: scale(1.5);
    opacity: 1;
    transition: all 15s ease; 
}

.works_portrait .slides li {
	position: relative;
	height: 100%;
	overflow: hidden;
}

.works_portrait .flex-caption {
	position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    color: #000;
    background: rgba(255,255,255,0.55);
    font-style: italic;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    padding: 15px 0;
    opacity: 0;
    transform: translateY(-100%);
    transition: all 0.4s ease;
    margin: 0;
}

.works_portrait a:hover .flex-caption {
	transform: translateY(0);
	opacity: 1;
}

.works_slider-wrapper .carousel_works {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    width: 100%;
}

.portrait .works_slider-wrapper .carousel_works {    
    left: 20px;   
}


.works_slider-wrapper .carousel_works::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20vh;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */

}

.works_slider-wrapper .carousel_works::after {
    content: "";
    position: absolute;
    bottom: 75px;
    left: 0;
    width: 135px;
    height: 5px;
    background: #fff;
}

.works_slider-wrapper .carousel_works ul.slides li {
    display: none !important;
}

.works_slider-wrapper .carousel_works ul.slides {
    transform: translate3d(0px, 0px, 0px) !important;
}

.works_slider-wrapper .carousel_works ul.slides li.flex-active-slide,
.works_slider-wrapper .carousel_works ul.slides li:last-child {
    display: inline-block !important;
    text-align: center;
    position: relative;
}

.works_slider-wrapper .carousel_works ul.slides li.flex-active-slide::after {
    content: "/";
    position: absolute;
    top: 0;
    right: -10px;
    font-size: 3em;
    color: #fff;
    font-weight: 300;
    line-height: 1.2em;
    margin-left: 25px;
}

.portrait .works_slider-wrapper .carousel_works ul.slides li.flex-active-slide::after {    
    right: 0;    
}


.works_slider-wrapper .carousel_works ul.slides li:last-child::after {
    content: "";    
}

.works_slider-wrapper .carousel_works p {
    font-size: 2em;
    font-weight: 700;
    color: #fff; 
    font-family: "bebas_neuebold", sans-serif;
}

.works_slider-wrapper .flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 45px;
    display: inline-block;
    content: '\f001';
    color: #fff;
    text-shadow:  1px 1px 5px #000;  
}

.works_slider-wrapper .flex-direction-nav a.flex-next:before {
    content: '\f002';
}

.works_slider-wrapper .flex-direction-nav {
    position: absolute;
    top: 50vh;
    width: 100%;
}

.works_slider-wrapper .flex-direction-nav .flex-next,
.works_slider-wrapper .flex-direction-nav .flex-prev {    
    opacity: 0.8 !important;
    background: rgba(255,255,255,0.3);
    width: 70px;
    height: 100px;
    padding: 20px;
}

.works_slider-wrapper .flex-direction-nav .flex-disabled {    
    opacity: 0 !important;
}


.works_slider-wrapper .flex-direction-nav .flex-next {
    right: 50px !important;
    text-align: right;    
}

.works_slider-wrapper .flex-direction-nav .flex-prev {
    left: 50px !important;
    text-align: left;    
}

.works_slider-wrapper .carousel_works .flex-viewport {
    width: 100%;
    margin: auto;
    bottom: 70px;
    left: 20px;
}

.works .carousel_works .flex-direction-nav {
    display: none;
}

.works-content {	
    font-size: 14px;
    font-weight: 600;
    padding: 6% 10%;
    margin: 5% 0;
}

.works_title {
    font-size: 16px;
    font-weight: 800;
}

.works_source_txt {
	font-size: 13px;
}

.works-content .note {
	font-size:12px;
	margin-left: 10%;
	font-style: italic;
}

.works-content .btn{
	padding: 4px;
    line-height: 0.9;
    vertical-align: baseline;
    border: 1px solid #bbb;
    background-color: #fbf5e1;
}
.works-content .prim .btn {
    color:#800f0f;
    font-weight: 600;
    padding: 0;
    border: none;
    background: none;
}

.works-content .prim.arab1 {
    position: absolute;
    top: 0;
    left: 20%;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.works-content .prim.arab2 {
    position: absolute;
    top: 0;    
    right: 30%;
    margin: 0 auto;
    text-align: center;
}

.works-content .prim.arab3 {
    position: absolute;
    top: 0;    
    right: 16%;
    margin: 0 auto;
    text-align: center;
}

.works-content .prim.arab4 {
    position: absolute;
    top: 0;    
    right: 45%;
    margin: 0 auto;
    text-align: center;
}

.works-content .prim.arab5 {
    position: absolute;
    top: 0;    
    left: 30%;
    margin: 0 auto;
    text-align: center;
}

.works-content .prim.arab6 {
    position: absolute;
    top: 0;    
    left: 36%;
    margin: 0 auto;
    text-align: center;
}

.works-content .prim.arab7 {
    position: absolute;
    top: 0;    
    left: 10%;
    margin: 0 auto;
    text-align: center;
}

.works-content .prim.arab8 {
    position: absolute;
    top: 0;    
    left: 20%;
    margin: 0 auto;
    text-align: center;
}

.works-content .prim.arab9 {
    position: absolute;
    top: 0;    
    right: 0; 
}

.works-content .prim.arab10 {
    position: absolute;
    top: 53%;
    right: 0;
    left: 15%;
    bottom: 0;
    margin: 0 auto;
    text-align: center;
}

.works-content .prim.arab11 {
    position: absolute;
    top: 25%;
    right: 46%;    
}

.works-content .prim.arab12 {
    position: absolute;
    bottom: 0;
    left: 20%;    
}

.works-content .prim.arab13 {
    position: absolute;
    bottom: 0;
    left: 40%;    
}

.works-content .prim.arab14 {
    position: absolute;
    bottom: 35%;
    left: 54%   
}

.works-content .prim.arab15 {
    position: absolute;
    bottom: 37%;    
    right: 22%;   
}

.works-content .prim.arab16 {   
    position: absolute;
    top: 13%;
    left: 13%;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.works-content .prim.arab17 {   
    position: absolute;
    top: 23%;
    left: 9%;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.works-content .prim.arab18 {   
    position: absolute;
    top: 38%;
    left: 25%;
    margin: 0 auto;
    text-align: center;
}

.works-content .prim.arab19 {   
    position: absolute;
    top: 47%;
    left: 16%;
    margin: 0 auto;
    text-align: center;
}

.works-content .prim.arab20 {   
    position: absolute;
    top: 58%;
    left: 14%;
    margin: 0 auto;
    text-align: center;
}

.works-content .prim.arab21 {   
    position: absolute;
    bottom: 17%;
    left: 13%;
    margin: 0 auto;
    text-align: center;
}

.works-content .prim.arab22 {   
    position: absolute;
    bottom: 36%;
    left: 55%;
    margin: 0 auto;
    text-align: center;
}


.works-content p {
    display: block;
}


.popover {
	background: #fbf5e1;
    max-width: 600px;
}

.tooltip {
	font-size: 12px;

}

.tooltip-inner {
    min-width: 200px;
    max-width: 600px; 
}

.bs-popover-top .arrow::after,
.bs-popover-right .arrow::after {
	border-right-color: #fbf5e1;
}


.w-main .fixed-header {
    z-index: 3;
}


/*------LETTERS-------*/

.letters .works-t-bg::after {
    background: none;
}

.letters .works-list a {
    text-transform: uppercase;
    font-weight: 800;
}

.letters .works-list .card-body a.ext_link {
    text-transform: none;
    font-weight: 600;
    font-style: italic;
    text-decoration: underline;
    padding: 15px 0;
}


.letters .works-list a span {
    position: absolute;
    background: url(../img/down-arrow-black.svg) no-repeat top center;
    background-size: contain;
    width: 15px;
    height: 15px;    
    margin-left: 15px;
    margin-top: 2px;
    opacity: 0;
    transition: all .3s ease;
}

.letters .works-list a[aria-expanded="false"]:hover span {
    opacity: 0.85;
}

.letters .works-list a[aria-expanded="true"]:hover span {
    opacity: 0.85;
    transform: rotate(180deg);
}

.letters .main-title {
    text-transform: uppercase;
}

.letters .nav-item.align_left {
    padding-left: 4rem;
}

.letters .nav-item.align_right {
    padding-right: 5rem;
}

.letters .card,
.letters .card-header {
    border: none;
    background: none;
}

/*------BREADCRUMBS--------*/

.breadcrumbs {
    position: fixed;
    left: calc(100vw / 2 + 4%);
    width: 40%;
    z-index: 3;
}

.breadcrumbs ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.portrait .breadcrumbs {
    left: 5%;
}

.breadcrumbs.top {  
    top: 5%;
}

.breadcrumbs.top a::before {
    top: 12px;
    left: 0;
}

.breadcrumbs.top a {
    padding-left: 20px;
    position: relative;
}

.breadcrumbs.top a,
.breadcrumbs.top li {  
    font-size: 14px;
}

.breadcrumbs.top a.ext_link {  
    text-transform: uppercase;
}

.breadcrumbs.bottom {   
    bottom: 4%;
}

.breadcrumbs.bottom a{   
    display: inline-block;
    line-height: 1.5;
    vertical-align: top;
    padding: 0 15px;
}

.breadcrumbs.bottom ul li {     
    width: 100%;
    text-overflow: ellipsis;
    white-space: normal;
    position: relative;
    max-height: 60px;
    overflow: hidden;
}

.breadcrumbs.bottom ul li:first-child {  
    text-align: left;    
}

.breadcrumbs.bottom ul li:last-child {  
    text-align: right;
}

.breadcrumbs.bottom .prev::before { 
    left: -5px;
}

.breadcrumbs.bottom .next::before { 
    right: -5px;
    transform: scale(-1);
}

.breadcrumbs a {
    font-size: 14px;
    color: #000;
    opacity: 0.65;
    transition: all 0.3s ease;
}

.breadcrumbs a:hover {  
    opacity: 1; 
}

.breadcrumbs a::before {    
    top: 25%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(228, 235, 232, 0);
    border-right-color: #9a9a9a;
    border-width: 7px;
    margin-top: -9px;
}

.fulltext .breadcrumbs{ 
    left: 0; 
    right: 0;
    margin: auto;
    width: 60%;
    max-width: 1140px;  
    max-height: 60px;
    overflow: hidden; 
}

.fulltext .img-left {
    float: left;
    max-width: 60%;
    margin-right: 15px;
    margin-left: -10%;
}


.fulltext .text_content .img-right {
    float: right;
    max-width: 60%;
    margin-left: 15px;
    margin-right: -10%;
}

.fulltext p {
    display: block;
    text-align: justify;
}

.left_image {
    display: block;
    float: left;
    width: 50%;
    margin-right: 15px;    
}

.right_image {
    display: block;
    float: right;
    width: 50%;
    margin-left: 15px;    
}

.left_image_sm {
    display: block;
    float: left;
    width: 40%;
    margin-right: 20px;    
}

.right_image_sm {
    display: block;
    float: right;
    width: 40%;
    margin-left: 20px;    
}

.left_image .img-caption,
.right_image .img-caption {
    clear: both;
}

.bio .breadcrumbs {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 85%;
    transform: translate3d(0,0,0);
}

.bio_page.breadcrumbs.bottom {
    position: fixed; 
    bottom: 3%;   
}

.bio_page.breadcrumbs a {
    font-size: 18px;    
    position: relative;
}

.bio_page.breadcrumbs .next::before,
.bio_page.breadcrumbs .prev::before {
    top:25%;
}

.bio_page.breadcrumbs .prev::before {
    margin: -10px 5px 0;
}


/*-----LONG SCROLL -----*/

.long-scroll::before {
    content: '';
    background: -webkit-linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,1) 75%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,1) 75%, rgba(255,255,255,0) 100%);
    background: linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,1) 75%, rgba(255,255,255,0) 100%);
    transition: all 1s ease;
    position: fixed;
    bottom: -1px;
    transform: rotate(180deg);   
    opacity: 1;
    z-index: 1;
    height: 12vh;    
    pointer-events: none;
}

.long-scroll::after {
    content: ''; /* Chrome10-25,Safari5.1-6 */
    background: -webkit-linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,1) 75%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,1) 75%, rgba(255,255,255,0) 100%);
    background: linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,1) 75%, rgba(255,255,255,0) 100%);
    transition: all 1s ease;
    position: fixed;
    top: -1px;
    transform: rotate(0deg);    
    opacity: 1;
    z-index: 0;
    height: 12vh;    
    pointer-events: none;
}

.w-main .long-scroll {
    position: relative;
}

.w-main .long-scroll::before {    
    margin: auto;
    text-align: center;
    width: 50%;
    left: 0;
    right: 0;
    height: 8vh;
}

.w-main .long-scroll::after {    
    margin: auto;
    text-align: center;
    width: 50%;
    left: 0;
    right: 0;
    z-index: 1;
    height: 15vh;
    top: 25%;
}


.portrait .long-scroll::before,
.portrait .long-scroll::after {    
    left: 0;    
    width: 50%;    
}


.scans .long-scroll::before,
.scans .long-scroll::after {       
    right: 0;    
    width: 50%;    
}

.fulltext .long-scroll::before, 
.fulltext .long-scroll::after	{
	left:0;
    right:0;
    width: 55%;
    margin: auto;
}

.contemp .long-scroll::before, 
.contemp .long-scroll::after   {    
    width: 60%;    
}

.bio .long-scroll::before,
.bio .long-scroll::after {
    z-index: 3;
    left: -30px;
    right: 0;
    width: 100%;
    margin: auto;
    height: 5vh;
    background: -webkit-linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
    background: linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
}

.bio .long-scroll::before {    
    height: 15vh;
}




/*---------------------------------*/

.works-scans-bg::before {
	content: "";
	position: fixed;
	top:0;
	left:0;
	background: url(../img/works/w-bg1.jpg) no-repeat top left;
	background-size: contain;
	width: 35%;
	height: 35%;
}

.works-scans-bg2::before {
	content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../img/works/w-bg2.jpg) no-repeat bottom center;
    background-size: contain;
    background-attachment: fixed;
    width: 100%;
    height: 50%;
}

.works_bullets span {
    background: url(../img/point.svg) no-repeat center center;
    background-size: contain;
    width: 35px;
    height: 20px;
}


.downloads {
    position: relative;
    right: 0;
    width: 280px;
    top: 0;
    float: right;
    padding: 5px;
}

.downloads ul li{
	float: left;
	list-style-type: none;
	font-size: 12px;
	color: #000;
	opacity: 0.5;
	transition: all 0.3s ease;
	margin-left: 5px; 
}

.downloads ul li img{
	width: 20px;
	height: 20px;
}

.downloads a::before {
	content: "";
	position: absolute;
	border: none;
}

.page .menu-left-panel.visible {
    z-index: 15;
}

.work-tabs-nav {
    position: fixed;
    left: 0;    
    z-index: 10;
    top: 26vh;
    width: 100%;
    transition: all 1.2s ease;
}

.sticky-nav.work-tabs-nav {
    top: 21vh;
    transition: all 1.2s ease;
}

.tabs-menu .nav {
    width: 40%;
    margin: 0 auto;
    border: none;
}

.nav .nav-item {
    border-right: 1px solid rgba(0,0,0,0.2);
}

.nav .nav-item:last-child {
    border-right: none;
}

.works-list {
    padding: 0 10% 10%;
}

.works-list li {
    list-style: none;
    margin: 5px 0 10px;
}

.works-list li ul {
    margin-left: 50px;
    padding-left: 15px;
    border-left: 1px solid #c2c2c2;
}

.works-list li ul a {
    font-style: italic;
}

.works-list a {
    color: #000;
    opacity: 0.8;
    font-size: 13px;
    font-weight: 800;    
    transform: scale(1);
    transition: all 0.3s ease;
    display: inline-block;
    width: 90%;
    vertical-align: top;
}

.works-list a:hover {
    opacity: 1;
    transform: scale(1.05) translateX(10px);   
}


.works-list li span {
    margin-right: 15px;
    color: #000;    
    font-size: 13px;
    font-weight: 800;
    width: 4%;
    display: inline-block;
    vertical-align: top;
    min-width: 35px;
}

.works_slider-wrapper {
    background-color: #000;
}

.page-header {    
    margin: 0 auto;    
    position: fixed;    
    width: 100%;
    z-index: 10;
    transition: all 1s ease;
    top: 0;
    transform: translateY(30px);
}

.page-content {
    padding-top: 15%;
    padding-bottom: 8rem;
}

.page-title::after {    
    content: "";
    position: absolute;
    background: url(../img/works/works-t-bg.png) no-repeat top center;
    background-size: contain;
    width: 100%;
    top: -55px;
    left: 0;
    height: 250px;
    right: 0;
    margin: auto;
    opacity: 0.65;
    transition: all 1s ease;
}

.page-title .main-title {
    transition: all 1s ease;
}

.sticky .page-title::after {
    width: 95%;
    transition: all 1s ease;
}

.sticky .page-title .main-title {
    transform: scale(0.9);
    transition: all 1s ease;
}

.page-logo {    
    overflow: hidden;
    padding: 2% 30% 0 0;
    position: relative;    
}

.works .page-logo {    
    padding: 2% 0 0 30%;
    position: relative;    
}


.page-logo img{    
    max-width: 100%;
    height: auto;
    transition: all 1s ease;
    position: relative; 
    z-index: 2;
}

.page-logo::before {
    content: '';
    position: absolute;
    background: url(../img/works/page-logo-bg.png) no-repeat top center;
    background-size: contain;
    width: 445px;
    height: 250px;
    top: -20px;
    left: 5rem;
    right: 0;
    margin: 0 auto;
    transition: all 1s ease;
}

.books .page-logo::before,
.movies .page-logo::before,
.letters .page-logo::before{    
    background: none;    
}

.sticky .page-logo::before {
    transform: scale(0.85);
}

.sticky {  
  top: 0;  
  transform: translateY(10px);
  transition: all 1s ease;
}

.sticky .page-logo img{    
  transform: scale(0.9);
  transition: all 1s ease;
}

.page-grid-fixed {
    top: 5%;
    padding-bottom: 4rem;
    position: fixed;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.page-grid {
    position: relative;
    left: 0;
    right: 0;    
    overflow-y: scroll;
    height: 100%;
    width: 100%;
    box-sizing: content-box;
    padding-right: 17px;
    padding-top: 2%;
}

.page-grid.long-scroll::after {
    top:20%;
}

.movies-grid ul,
.books-grid ul {
    position: relative;    
}

.movies-grid ul li,
.books-grid ul li {
    display: inline-block;
    float: left;
    list-style: none;
    height: 280px;
    margin-top: 3rem;
}

.kz .movies-grid ul li {   
    min-height: 360px;    
}

.books-grid ul li {
    margin-top: 0;
    margin-bottom: 3rem;
    display: flex;
    flex-direction: row;
}

.movies-grid .long-scroll::before,
.books-grid .long-scroll::before {
    width: 60%;
    margin: 0 auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5vh;
}

.movies-grid .long-scroll::after,
.books-grid .long-scroll::after {
    width: 60%;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    background: -webkit-linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,1) 85%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,1) 85%, rgba(255,255,255,0) 100%);
    background: linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,1) 85%, rgba(255,255,255,0) 100%);
    height: 30vh;
}

.movies-caption {
    margin-top: 15px;
}

.movies-caption a,
.books-caption a{
    color: #000;
    opacity: 0.8;
    transition: all 0.5s ease;
}

.books-caption {
    padding-left: 25px;    
}

.movies-caption a:hover,
.books-caption a:hover{    
    opacity: 1;    
}

.movies-caption span {
    display: inline-block;
    width: 100%;
}

.books-link {
    display: inline-block;
    max-width: 40%;
    max-height: 210px;
    overflow: hidden;
    transition: all 2s ease;
}

.books-link2 {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;    
    transition: all .6s ease;
}

.books-link2:hover {    
    transform: scale(1.04);
}


.books-link img{
    transition: all 2s ease;
}

.books-link:hover img {
    transform: scale(1.2);
    transition: all 2s ease;
}

.m-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 15px;
}

.books-caption .m-title,
.movies-caption .m-title{
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
}

.books-caption span {
    font-size: 11px;
    width: 100%;
    display: inline-block;
}

.m-descr {
    font-size: 11px;
    font-weight: 400;
}

.books-caption .m-descr {
    margin-top: 10px;
    font-weight: 700;
}

.movies .mfp-content {    
    width: 100%;
    height: 100%;
    background: #fff;
}

.movies .mfp-container, 
.contemp .mfp-container {
    opacity: 0;    
}

.movies .ajax-loaded, 
.contemp .ajax-loaded {
    opacity: 1;   
    transition: all .9s ease;
}

.movie-single {    
    width: 100%;
    height: 100%;
    padding: 8rem 5rem;    
    position: relative;
    z-index: 2;
}

.movies .mfp-content::after {
    content: '';
    position: absolute;
    background: url(../img/hero-l6.png) no-repeat top center;
    background-size: contain;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    opacity: 0.5;

}


.mfp-bg {
    background: #fff;
    opacity: 1;
}

body.main_movie_page .mfp-bg {
    background: #fff;
    opacity: 1;
}

.movie-single h1,
.movie-single h2 {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 700;
}

.movie-single h1 {
    font-size: 2rem;
}

.movie-single h2 {
    padding: 20px 0;
    font-size: 1.6rem;
}

.movies .mfp-container,
.books .mfp-container,
.contemp .mfp-container {
    padding: 0;
}

.movies .mfp-close,
.contemp .mfp-close,
.books .mfp-close,
#main_movie .mfp-close {
    width: 100px;
    height: 100px;
    font-size: 70px;
    color: #BFBFBF;
}

.movies .mfp-bg,
.contemp .mfp-bg,
.books .mfp-bg {
    background: transparent;
}

.movies .breadcrumbs,
.books .breadcrumbs {
    left:0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 1165px;
}

.movies .breadcrumbs a::before {
    top: 70%;
}

.movies .long-scroll::before,
.books .long-scroll::before {
    width: 100%;    
    left: 0;
    right: 0;
    height: 5vh;
    max-width: 1165px;
    margin: auto;
}

.movies .long-scroll::after,
.books .long-scroll::after {
    width: 100%;
    left: 0;
    right: 0;
    max-width: 1165px;
    margin: auto;
}


.movie-descr {
    padding: 2rem 0 6rem;
    width: 100%;
}


.v2 .movie-descr {
    padding: 0;
    max-height: 500px;
    width: 100%;    
    overflow: hidden;
}

.v2 .movie-txt {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 0 17px;
    box-sizing: content-box;
}

.movie-carousel {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    max-height: 300px;
    padding: 50px 100px;
    background: #fff;
    z-index: 1045;
    transform: translateY(400px);
    box-shadow: 0 -10px 15px rgba(0,0,0,0.15);
    transition: all 1s ease;
}

.mfp-owl.movie-carousel {
    transform: translateY(260px);
}

.active.movie-carousel {
    transform: translateY(0);
}


.btn-movies {
    position: absolute;
    display: inline-block;
    width: 200px;
    height: 40px;
    background: #fff;
    left: 0;
    right: 0;
    margin: auto;
    top: -35px;
    border-radius: 25px 25px 0 0;
    box-shadow: 0 -10px 15px rgba(0,0,0,0.15);
}

.btn-movies::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50px 20px 50px;
    border-color: transparent transparent #e6e6e6 transparent;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
}

.active.btn-movies::before {
    border-width: 20px 50px 0 50px;
    border-color: #e6e6e6 transparent transparent transparent;
}

.movie-carousel .owl-prev,
.movie-carousel .owl-next {
    position: absolute;    
    top: 0;
    width: 30px;
    height: 90%;
    background: #00000029!important;
}
.movie-carousel .owl-prev span,
.movie-carousel .owl-next span {
    font-size: 3em;
    color: #959595;
}

.movie-carousel .owl-prev {
    left: -50px
}

.movie-carousel .owl-next {
    right: -50px
}

/*---MOVIE CAROUSEL V2 ----*/

.movie-carousel2 {
    width: 100%;
    position: relative;    
    height: 100%;
    max-height: 300px;
    padding: 50px 25px;
    transition: all 1s ease;
}

.mfp-owl.movie-carousel2 {
    transform: translateY(260px);
}

.active.movie-carousel2 {
    transform: translateY(0);
}


.movie-carousel2 .owl-prev,
.movie-carousel2 .owl-next {
    position: absolute;    
    top: 0;
    width: 20px;
    height: 115px;
    background: #00000029!important;
}
.movie-carousel2 .owl-prev span,
.movie-carousel2 .owl-next span {
    font-size: 3em;
    color: #959595;
    line-height: 22px;
}

.movie-carousel2 .owl-prev {
    left: -30px
}

.movie-carousel2 .owl-next {
    right: -30px
}

/*----MAP----*/

.map-section {
    padding: 10vh 15vh;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.img-caption {
    position: relative;
    font-size: 13px !important;
    font-weight: 400 !important;
    text-align: center !important;
    margin-top: 5px;
    font-style: italic;

}

.blockquote::before {
    content: '';
    position: absolute;
    top: 16%;
    left: 0;
    background: url(../img/quote-left.svg) no-repeat top left;
    background-size: contain;
    width: 15%;
    height: 15%;
    opacity: 0.05;
}

.long_page_section {
    width: 100%;    
    margin: 3rem 0 0;
    padding: 0;
}

.shoqan_time {
    font-size: 15px;
    color: #151515;
    font-weight: 600; 
    overflow-x: hidden;   
}

.shoqan_time .img-left,
.shoqan_time .img-right {
    position: relative;
    z-index: 2;
}

.shoqan_time .text_content img {
    margin: 15px 0;
}

.shoqan_time .text_content .img-left {
    float: left;
    max-width: 60%;
    margin-right: 15px;
    margin-left: -10%;
}

.shoqan_time .intro .img-left {
    max-width: 30%;
    margin-left:0;
}

.shoqan_time .text_content .img-right {
    float: right;
    max-width: 60%;
    margin-left: 15px;
    margin-right: -10%;
}

.shoqan_time .text_content p {
    display: block;
    text-align: justify;
}

.facts_bg {
    background: url(../img/shoqantime/facts-bg.jpg) no-repeat top center;
    background-size: cover;
    width: 100%;
    max-height: 50%;
    margin: 0;
    padding: 3rem;
    text-align: center;
}

.facts_content {
    font-style: italic;
    line-height: 1.2;
    font-weight: 600;
    font-size: 14px;
}

.facts_content p {
    margin: 5px 0;
}

.facts_title {
    text-transform: uppercase;
    margin-bottom: 2rem;
    font-size: 15px;
}

.readmore_link  {
    display: block;   
    text-align: right;
    margin-top: 25px;
}

.long_page_section.footer {
    height: 50%;
    position: relative;    
}

.long_page_section.with_bg {
    position: relative;    
}

.long_page_section.with_bg::before {
    content: '';
    position: absolute;
    bottom: -50%;
    left: 0;
    right: 0;
    background: url(../img/shoqantime/footer-bg.jpg) no-repeat top center;
    background-size: cover;
    width: 100%;
    height: 980px;
    margin: 0;
}

.rgo-books-single .breadcrumbs {
    width: 100%;
}

.rgo-books-single .breadcrumbs.bottom {
    width: 95%;
    max-width: 100%;
    position: fixed;    
}

.rgo-books-single .breadcrumbs.bottom .next::before {
   right: 30px;
}

.contemp .mfp-arrow,
.contemp .mfp-close,
.movies .mfp-arrow,
.movies .mfp-close {
    position: fixed;
}

.contemp .mfp-arrow-right,
.movies .mfp-arrow-right  {
    background: url(../img/right-arrow.svg) no-repeat center center;
    background-size: contain;
    width: 60px;
    height: 60px;
    border: none;
    opacity: 0.2;
    transition: all .3s ease;
    right: 30px;
}

.contemp .mfp-arrow-left,
.movies .mfp-arrow-left {
    background: url(../img/right-arrow.svg) no-repeat center center;
    background-size: contain;
    width: 60px;
    height: 60px;
    border: none;
    transform: scale(-1);
    opacity: 0.2;
    transition: all .3s ease;
}

.contemp .mfp-arrow:hover,
.movies .mfp-arrow:hover {
    opacity: 0.8;
}

.contemp button.mfp-arrow::before,
.contemp button.mfp-arrow::after,
.movies button.mfp-arrow::before,
.movies button.mfp-arrow::after {
    border: none;
}

.poem p {
    text-align: center;
}

img.arabic {
    display: inline;
    max-height: 15px;
}

img.arabic2 {
    max-height: 20px;
}

.arabictxt {
    font-size: 17px;
}

.prim2 {
    background: #eee;
}

.prim2btn {
    color: #800f0f;
}

.prim2btn:hover {
    background: #800f0f;
}

.project-wrapper {
    font-size: 14px;
    font-weight: 600;   
}

.project_logo {
    margin-top: 5rem;
}

.mfp-bio {
    background: #fff;
    overflow: -moz-scrollbars-none !important;
}

.mfp-bio .mfp-content{
    height: 100%;
}

.mfp-bio .mfp-close{
   font-size: 4rem;
   opacity: 0.4;
   position: fixed;
   top: 10px;
   right: 15px;    
   transition: all .5s ease;
   transform: translate3d(0,0,0);
}

.mfp-bio .mfp-close:hover{   
   opacity: 0.8;   
}

.mfp-bio .mfp-container{   
   padding: 0;
}

.mfp-bio .mfp-arrow-right,
.mfp-bio .mfp-arrow-left{   
   display: none;
}

.mfp-bio .mfp-container{   
   opacity: 0;   
   transition: all .1s ease;
}

.mfp-bio .mfp-bio-loaded{   
   opacity: 1;   
   transition: all .6s ease;
}

.modal-backdrop {   
    z-index: 1043;    
}

.info_link {
    position: absolute;
    z-index: 1;
    width: 30px;
    top: 0;
    right: 0;
    left: 30%;
    margin: auto;
    opacity: 0.3;
    transition: all .5s ease;
}

.kz.works .info_link {
    left: 43%;
}

.info_link:hover {
    opacity: 0.8;
    transform: scale(1.05);
}

.letters .info_link {
    left: 35%;
}

.contemp .info_link {
    right: 15%;
    left: auto;
}

.flipbook_slider {
    display: none;
}

#credits p {
    font-size: 15px;
}

.map_btn {
    display: none;
}

.main_movie_page .mfp-close {
    position: fixed;    
}

.main_movie_page .mfp-wrap {
    top: 0 !important;
}

.main_movie_page .mfp-bg {
     height: 100% !important;
}

.rgo .flexslider.carousel .carousel_works {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    width: 100%;
    overflow: hidden;
}

.main .languages {
    position: fixed;
    top: 2%;
    left: 20%;
    z-index: 1;
}

.main .languages ul li {
    float: left;
    margin-right: 15px;
}

.main .languages ul li{
    float: left;
    margin-right: 15px;
}

.main .languages ul li::after{
    content: '';
    position: absolute;
    top: 0;
    left: 33px;
    width: 1px;
    height: 25px;
    border-right: 1px solid rgba(0,0,0,0.2);
}

.main .languages ul li:last-child::after{
    display: none;
}

.main .languages ul li a{
    color: #000;
    opacity: 0.4;
    transform: scale(1);
    transition: all 0.5s ease;
    display: inline-block;
}

.main .languages ul li a:hover,
.main .languages ul li a.active{   
    opacity: 1;
    transform: scale(1.1);
}

.lang-up {
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.5s ease;
}

.lang-down {
    opacity: 0;
    transform: translateY(-100px);
    transition: all 0.5s ease;
}

.lang-up.lang-visible,
.lang-down.lang-visible {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.5s ease;
}

.bio-item h2 {
    font-size: 1.5rem;
}
