/* Owl Carousel */

/*
 *  Core Owl Carousel CSS File
 *  v1.3.3
 */
@font-face {
    font-family: bold;
    src: url(fonts/NeueHaasUnicaPro-Medium.woff);
}
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel{
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility:    hidden;
  -ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/*********************************/






.clear{
  clear: both;
}

/* books page */
.books_content{
  padding: 50px 0 0 0;
}
.books_content h2.books_title{
  color: #000;
  font-size: 21px;
  margin-left: 33px;
  margin-bottom: 44px;
  text-transform: uppercase;
  text-align: left;
}
.books_content h2.books_title:lang(en), .books_content .items_contant a.more:lang(en) {
    font-family:'Intro-Book-Caps2'!important;
}
.books_content h2.books_title:lang(ka){
  font-family: "BPGNinoEliteExpCaps"!important;
}

.books_content .items_contant{
  text-align: center;
  margin-bottom: 70px;
}

.books_content .items_contant .item{
  width: 212px;
  height: 422px;
  float: left;
  padding: 23px 38px 30px 38px;
  border: 1px solid transparent;
  margin-bottom: 60px;

  -webkit-transition: border .3s;
  -moz-transition: border .3s;
  -o-transition: border .3s;
  transition: border .3s;
}
.books_content .items_contant .item:hover{
  border: 1px solid #C69968;
}

.books_content .items_contant .item .photo{
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 312px;
  margin-bottom: 14px;
}
.books_content .items_contant .item h3{
  color: #000;
  font-size: 17px;
  text-align: left;
  margin-bottom: 10px;
}
.books_content .items_contant .item h3:lang(en){
  font-weight: bold;
}
.books_content .items_contant .item .author{
  text-align: left;
}
.books_content .items_contant .item .author span{
  font-size: 12px;
  color: #444;
}
.books_content .items_contant .item .author span:nth-child(1){
  color: #000;
  font-weight: bold;
}

.books_content .items_contant a.more{
  color: #000;
  font-size: 20px;
  padding: 15px 40px;
  border: 1px solid #000;
  margin: 44px 0 70px 0;
  text-transform: uppercase;
}
.books_content .items_contant a.more:lang(ka){
  font-family: "BPGNinoEliteExpCaps"!important;
}


/* news page*/

.news_content{
  width: 880px;
  margin-left: 20px;
  margin-top: 30px;
  float: left;
}

.news_content h2{
  color: #000;
  font-size: 21px;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 57px;
}

.news_content h3{
  margin-bottom: 20px;
}

.news_content .news_item{
  position: relative;
  margin-bottom: 45px;
}
.news_content .news_item .photo{
  display: block;
  position: relative;
  background-position: center;
  background-size: cover;
  width: 272px;
  height: 205px;
  float: left;
  z-index: 2;
}

.news_content .news_item .border{
  position: absolute;
  top: 20px;
  left: 14px;
  width: 267px;
  height: 195px;
  border: 2px solid black;
  opacity: 0.23;
  background-color: white;
  z-index: 1;

  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.news_content .news_item .photo:hover +.border {
  background-color: #C69968;
  opacity: 1;
  border: 2px solid #C69968;
}

.news_content .news_item .right{
  float: left;
  width: 525px;
  margin-left: 28px;
}
.news_content .news_item .right .date{
  color: #C69968;
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 20px;
  font-family: 'intro-regular';
}
.news_content .news_item .right h3 a{
  display: block;
  color: #000;
  font-size: 18px;
  margin-bottom: 20px;
}
.news_content .news_item .right h3 a:lang(en){
  font-weight: bold;
}
.news_content .news_item .right .text{
  opacity: 0.51;
  color: #000;
  font-size: 12px;
  margin-bottom: 26px;
  height: 60px;
  overflow: hidden;
}
.news_content .news_item .right a.more{
  display: flex;
  align-items: center;
  color: #2b2b2b;
  font-size: 13px;
  font-weight: bold;
  /*padding-left: 13px;*/
  /*background-image: url(../../assets/img/more_arrow_right.png);*/
  background-position: left;
  background-repeat: no-repeat;
  transform: translateX(-10px);
}


.news_content .buttons{
  margin-bottom: 20px;
}
.news_content .buttons a{
  color: #2a2a2a;
  font-size: 13px;
  text-transform: uppercase;
  background-repeat: no-repeat;
}
.news_content .buttons a:nth-child(1){
  float: left;
  padding-left: 13px;
  background-image: url(../../assets/img/button_left.png);
  background-position: left;
}
.news_content .buttons a:nth-child(2){
  float: right;
  padding-right: 13px;
  background-image: url(../../assets/img/more_arrow_right.png);
  background-position: right;
}


/* inner news */

.news_inner{
  width: 880px;
  float: right;
}
.news_inner h2{
  font-size: 21px;
  color: #000;
  margin-top: 30px;
  margin-bottom: 26px;
  text-transform: uppercase;
}
.news_inner .inenr_top_box{
  position: relative;
  width: 850px;
  height: 385px;
  background-color: white;
  border: 2px solid black;
  margin-left: 23px;
  margin-top: 20px;
}
.news_inner .inenr_top_box .photo{
  width: 550px;
  height: 378px;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 30px;
  left: -23px;
}

.news_inner .inenr_top_box .right{
  margin-top: 50px;
  float: right;
  width: 300px;
  margin-left: 10px;
}
.news_inner .inenr_top_box .right h3{
  color: #000;
  font-size: 18px;
}
.news_inner .inenr_top_box .right .date{
  color: #C69968 !important;
  font-size: 14px;
  margin-bottom: 20px;
  font-family: 'Intro-Regular';
}
.news_inner .inenr_top_box .right h3{
  margin-right: 25px;
  margin-bottom: 20px;
}
.news_inner .inenr_top_box .right h3 a{
  color: #000;
  font-size: 15px;
}
.news_inner .inenr_top_box .right h3 a:lang(en){
    font-weight: bold;
}
.news_inner .inenr_top_box .right .fb_iframe_widget{
  margin-bottom: 30px;
  display: block;
}

.news_inner .inenr_top_box .right .zoom{
  color: #C69968;
  font-size: 14px;
  padding-right: 20px;
  /*background-image: url(../../assets/img/zoom_plus.png);
  background-position: right;
  background-repeat: no-repeat;*/
  margin-bottom: 17px;
  display: inline-block;
  font-family: 'Intro-Regular';
  line-height: 16px;
  position: absolute;
  bottom: 82px;
  margin-left: 24px;
}

.news_inner .inenr_top_box .right .slider{
  width: 300px;
  height: 60px;
  margin-left: -10px;
  position: absolute;
  bottom: 29px;
  right: 9px;
}

.news_inner .inenr_top_box .right .slider .prev,
.news_inner .inenr_top_box .right .slider .next{
  width: 14px;
  height: 22px;
  display: inline-block;
  margin-top: 19px;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 0;
  margin-right: 0;
  transition: all .5s;
}
.news_inner .inenr_top_box .right .slider .next{
  float: right;
  display: table-cell;
  vertical-align: middle;
}

.news_inner .inenr_top_box .right .slider .next{
  background-image: url(../../assets/img/next.png);
}

.news_inner .inenr_top_box .right .slider .next:hover{
  background-image: url(../../assets/img/next-hover.png);
}

.news_inner .inenr_top_box .right .slider .prev{
  background-image: url(../../assets/img/prev.png);
}

.news_inner .inenr_top_box .right .slider .prev:hover{
  background-image: url(../../assets/img/prev-hover.png);
}

/*.news_inner .inenr_top_box .right .slider a{
  width: 80px;
  height: 60px;
  display: block;
  float: none;
  background-position: center;
  background-size: cover;
  margin-right: 7px;
}*/
/*.news_inner .inenr_top_box .right .slider a:last-child{
  margin-right: 0;
}*/

/* OWL Slider */

#owl-news {
  top: 0px;
}

#owl-news .item{
  display: block;
  margin-left: 4px;
  margin-right: 4px;
  height: 60px;
}
#owl-news .item a.slider_photo{
  display: block;
  width: 100%;
  height: 60px;
  background-position: center;
  background-size: cover;
}

#owl-news .owl-buttons {
  display: block;
 // position: relative;
  height: 30px;
  text-align: center;
 // margin-top: 20px;
}
#owl-news .owl-buttons div.owl-prev {
  left: -47px;
}
#owl-news .owl-buttons div.owl-next {
  right: -35px;
}

#owl-news .owl-buttons > div {
  display: inline-block;
  width: 36px;
  height: 30px;
  margin: 0 14px;
  top: 0px;
  position: absolute;
}

#owl-news .owl-buttons > div i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 29px;
  color: #727272;
  -webkit-transition: color .5s;
  transition: color .5s;
}

#owl-news .owl-buttons > div i:hover {
  color: #d32763;
}






.news_inner .text{
  color: #575757;
  font-size: 13px;
  margin: 60px 0 38px 0;
}
.news_inner .goBack a{
  color: #2b2b2b;
  font-size: 13px;
  margin-bottom: 30px;
  font-weight: bold;
}
.news_inner .goBack a .txt-color{
  margin-right: 5px;
}


.bg-photo {
  width: 100%;
  height: 452px;
  background-size: cover;
  background-position: center;
  /*margin-top: 20px;*/
  position: absolute;
}

main.home-page {
  height: 477px;
  margin-top: 30px;
  position: relative;
}

main .news-slider {
  width: 824px;
  height: 434px;
  position: absolute;
  left: 0;
  top: 29px;
  z-index: 5;
}

main .news-slider .slides,.book-slider .hidden-slides {
  display: none;
}

main .news-slider .photo {
  width: 503px;
  height: 378px;
  z-index: 3;
  position: absolute;
  overflow: hidden;
}

main .news-slider .photo > div {
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all .5s;
}

main .news-slider .photo > div.current, main .news-slider .photo > div.next.current {
  transform: translateX(0%);
}

main .news-slider .photo > div.next {
  transform: translateX(100%);
}

main .news-slider .photo > div.current.old {
  transform: translateX(-100%);
}


main .news-slider .post {
  width: 367px;
  height: 434px;
  background-color: white;
  border: 2px solid black;
  position: absolute;
  right: 0;
  top: -29px;
  z-index: 2;
  padding: 50px 25px 25px 70px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

main .news-slider .post time {
  color: #C69968;
  font-family: 'Intro-Regular';
  font-size: 14px;
}
/*main .news-slider .post time:lang(ka){
  font-family: "bpg_ingiri_arial" !important;
}*/

main .news-slider .post h2 {
  color: black;
  font-size: 18px;
  font-family: 'bold';
  margin: 20px 0 30px 0;
}
main .news-slider .post h2:lang(ka) {
   font-family: "BPGNinoEliteExpCaps"!important;
}

main .news-slider .post p {
  color: #7d7d7d;
  font-family: Tahoma;
  font-size: 12px;
  margin: 0;
  text-align: justify;
}
main .news-slider .post p:lang(ka){
  font-family: "bpg_ingiri_arial" !important;
}



main .news-slider .post .next, main .news-slider .post .current {
  position: absolute;
  width: 268px;
  height: 320px;
  overflow: hidden;
  transition: all .5s;
}


main .news-slider .post .next > *, main .news-slider .post .next h2 {
  transition: all .5s;
  opacity: 0;
  transform: translateY(50px);
}

main .news-slider .post .next.current > *, main .news-slider .post .next.current h2 {
  transition: all .5s;
  opacity: 1;
  transform: translateY(0);
}

main .news-slider .post .next.current h2 {
  transition-delay: .1s;
}

main .news-slider .post .next.current > p {
  transition-delay: .2s;
}

main .news-slider .post .bottom,main .book-slider .bottom {
  position: absolute;
  bottom: 25px;
  right: 25px;
  width: 273px;
  height: 29px;
}

main .book-slider .bottom{
  right: 20px;
}
main .news-slider .post .bottom{
  border-top: 1px solid #d4d4d4;
}

main .news-slider .post .bottom a,main .book-slider .bottom a {
  font-family: 'Intro-Regular';
  color: #939393;
  font-size: 12px;
  font-weight: 400;
  text-decoration: underline;
  position: absolute;
  right: 0;
  bottom: 0;
}

main .news-slider .post .bottom a:lang(ka), main .book-slider .bottom a:lang(ka) {
    font-family: "bpg_ingiri_arial" !important;;
}

main .news-slider .post .bottom .switchers,main .book-slider .bottom .switchers {
  position: absolute;
  left: 2px;
  bottom: 4px;
}

main .book-slider .bottom .switchers{
  left: 28px;
}
main .news-slider .post .bottom .switchers > div,main .book-slider .bottom .switchers > div {
  width: 16px;
  height: 3px;
  opacity: 0.36;
  background: #000;
  margin-right: 8px;
  float: left;
  transition: opacity .5s;
  cursor: pointer;
}

main .news-slider .post .bottom .switchers > div.active,main .book-slider .bottom .switchers > div.active,
main .news-slider .post .bottom .switchers > div:hover,main .book-slider .bottom .switchers  > div:hover {
  opacity: 1;
}
main .book-slider > h2:lang(ka){
    font-family: "BPGNinoEliteExpCaps"!important;
}
main .book-slider > h2{
  position: absolute;
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 22px;
  font-size: 16px;
  right: 20px;
  top: 20px;
  background-image: url('../img/arrow-jst.png');
}
main .book-slider .photo{
  width: 245px;
  display: block;
  height: 348px;
  background-size: cover;
  top: 0;
  position: absolute;
  transition: all .5s;
}
main .book-slider .current.old{
  top: -100%;
}
main .book-slider .next{
  top: 100%;
}
main .book-slider .current{
  top: 0;
}
main .book-slider .slides{
  width: 245px;
  height: 348px;
  background-size: cover;
  position: absolute;
  right: 20px;
  overflow: hidden;
  top: 50px;
}
h2.follow_books{
  font-size: 30px;
  color: #000;
}
h2.follow_books:lang(en){
  font-family: 'intro_light_capsregular';
}
h2.follow_books:lang(ka){
  font-family: 'BPGNinoEliteExpCaps';
}
main .book-slider {
  width: 671px;
  height: 452px;
  position: absolute;
  right: 0;
  top: -21px;
  background: #fff;
}
.text-slider{
  background-image: url('../img/slider-jst.png');
  padding-left: 53px;
  background-repeat: no-repeat;
  background-position: left center;
  margin-top: 6px;
  margin-left: 10px;
}
.text-slider .slider-wrapper{
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  overflow: hidden;
  padding-top: 17px;
  box-sizing: border-box;
  padding-bottom: 20px;
}
.text-slider .slider-wrapper > div{
  transition: top .3s;
}
.text-slider .slider-wrapper > div li.article {
  /*font-style: italic;*/
  /*font-family: 'Tahoma';*/
  font-size: 14px;
}
.text-slider .slider-wrapper > div li.article span{
  display: block;
  padding-top: 10px;
}

.text-slider .slider-wrapper > div li.author{
  font-size: 14px;
  /*font-weight: bold;*/
  /*font-family: 'Tahoma';*/
  /*font-style: italic;*/
  color: #000;
}

.text-slider .slider-wrapper > div li.author span{
  display: block;
  padding-top: 10px;
}

.text-slider .slider-wrapper > div.author_slider{
  /*margin-top: 15px;*/
}
.text-slider .slider-wrapper .blur{
  position: absolute;
  top: 0;
  height: 10px;
  width: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
  z-index: 44;
}
.tst-jst {
transform: rotate(90deg);
color: #C69968;
}
/*
.text-slider .slider-wrapper .author_slider .blur{
  box-shadow: 0px 0px 18px 16px #fff;
}
.text-slider .slider-wrapper > div li.article{
  margin-bottom: 9px;
  font-size: 14px;
  margin-top: 23px;
  font-style: italic;
}*/