﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900&display=swap&subset=latin-ext");
@import url("lib/companents.css");
body {
  /*overflow-x:hidden;*/
  margin: 0px;
  padding: 0px;
  cursor: default;
  color: #333;
  font-family: "Montserrat", sans-serif;
  background-color: #fff;
  font-size: 12px;
  /*@include background-image('../images/bg.jpg');*/ }

ul, ul li {
  text-decoration: none;
  border: 0px;
  margin: 0px;
  padding: 0px;
  list-style: none; }

a {
  color: #000;
  text-decoration: none !important;
  cursor: pointer; }

* a {
  color: inherit; }

* a:focus {
  color: inherit; }

img {
  border: 0px;
  vertical-align: middle; }

h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px;
  font-weight: normal; }

input:focus, a:focus, button:focus, textarea:focus {
  outline: none !important;
  box-shadow: none !important; }

.fa.fa-active-show, .fa.fa-hover-show, .active > .fa.fa-active-hidden, :hover > .fa.fa-hover-hidden {
  display: none; }

.active > .fa.fa-active-show, :hover > .fa.fa-hover-show {
  display: inline-block; }

.img-dila {
  overflow: hidden;
  display: block;
  position: relative; }

/*image dilation*/
.img-dila img {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease; }

.img-dila:hover img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: translatZ(0) scale(1.2);
  transform: translatZ(0) scale(1.2); }

.iblock, .vmiddle {
  display: inline-block; }

.vmiddle {
  vertical-align: middle; }

.pos-relative {
  position: relative; }

.noCursor {
  cursor: default; }

.noborder {
  border: 0 !important; }

/*++267 LOGO*/
a.logo-267 {
  background-color: #eee;
  border-radius: 50%;
  padding: 6px;
  margin: 10px auto; }

a.logo-267:hover {
  background-color: #fafafa; }

.pusher {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }

.pusher:hover, .pusher:focus, .pusher:active {
  -webkit-animation-name: pusher;
  animation-name: pusher;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

@-webkit-keyframes pusher {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes pusher {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

/*--267 LOGO*/
.middler {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.middler-in {
  width: 100%;
  height: 100%;
  border-spacing: 0;
  display: table;
  border-collapse: collapse; }

.middler-in.static {
  position: static;
  z-index: auto; }

.middler-left, .middler-center, .middler-right, .middler-top, .middler-bottom {
  display: table-cell;
  vertical-align: middle;
  text-align: left; }

.middler-center {
  text-align: center; }

.middler-right {
  text-align: right; }

.middler-top {
  vertical-align: top; }

.middler-bottom {
  vertical-align: bottom; }

.ihover {
  position: absolute;
  z-index: 9;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); }

.nobg {
  background-color: transparent !important; }

[data-active-in] {
  display: none; }

[data-active-in].active {
  display: block; }

[animate], [data-effect] {
  visibility: hidden; }

.anim, .goTop, #bs > ul > li > a:before, .socials-link, .logo, .socials ul li a, .full-socials .closed, .btn-more, .btn-more:before, .btn-more:after, .ibox h4 a, .logo, #bs ul li a {
  -moz-transition: 300ms all;
  -o-transition: 300ms all;
  -webkit-transition: 300ms all;
  -ms-transition: 300ms all;
  transition: 300ms all; }

.goTop {
  background-color: transparent !important;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.5);
  padding: 10.5px 12px !important;
  line-height: 90%; }

.goTop:hover {
  background-color: #000 !important;
  border-color: #000000; }

/*--OPTIONAL STATICS*/
ul.nav.navbar-nav, nav.navbar, a.navbar-brand {
  margin: 0; }

nav.navbar {
  border: none;
  border-radius: 0px;
  min-height: inherit; }

a.navbar-brand {
  height: auto;
  padding: 0;
  line-height: inherit; }

.navbar-toggle {
  border-color: #fff;
  margin-right: 0;
  position: absolute;
  left: 15px;
  top: -10px;
  border: 0; }

.navbar-toggle.collapsed {
  /*CLOSED NO-CLICK!*/
  background-color: transparent; }

.navbar-toggle, .navbar-toggle:hover {
  /*OPEN CLICKED*/
  background-color: transparent; }

.navbar-toggle:hover .icon-bar {
  background-color: rgba(255, 255, 255, 0.6); }

.navbar-toggle .icon-bar {
  background-color: #fff; }

body .fadeup-this, body [data-view] {
  display: block;
  visibility: hidden;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
  -moz-transform: translate(0, 20px);
  -o-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px); }
  body .fadeup-this.menu-center, body .menu-center[data-view] {
    transform: translate(-50%, 20px);
    -webkit-transform: translate(-50%, 20px);
    -moz-transform: translate(-50%, 20px);
    -o-transform: translate(-50%, 20px);
    -ms-transform: translate(-50%, 20px); }

body .fadeup-this-down {
  transform: translate(0, -20px);
  -webkit-transform: translate(0, -20px);
  -moz-transform: translate(0, -20px);
  -o-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px); }
  body .fadeup-this-down.menu-center {
    transform: translate(-50%, -20px);
    -webkit-transform: translate(-50%, -20px);
    -moz-transform: translate(-50%, -20px);
    -o-transform: translate(-50%, -20px);
    -ms-transform: translate(-50%, -20px); }

body .fadeup-this-left {
  transform: translate(20px, 0);
  -webkit-transform: translate(20px, 0);
  -moz-transform: translate(20px, 0);
  -o-transform: translate(20px, 0);
  -ms-transform: translate(20px, 0); }

body .fadeup-this-right {
  transform: translate(-20px, 0);
  -webkit-transform: translate(-20px, 0);
  -moz-transform: translate(-20px, 0);
  -o-transform: translate(-20px, 0);
  -ms-transform: translate(-20px, 0); }

body .fadeup-hover, body .fadeup:hover .fadeup-this, body .fadeup:hover [data-view], body .fadeup-first:hover > .fadeup-this, body .fadeup-first:hover > [data-view] {
  display: block;
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: translate(0);
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -o-transform: translate(0);
  -ms-transform: translate(0);
  -moz-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s, visibility 0.2s linear 0s;
  -o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s, visibility 0.2s linear 0s;
  -webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s, visibility 0.2s linear 0s;
  -ms-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s, visibility 0.2s linear 0s;
  transition: transform 0.2s ease 0s, opacity 0.2s ease 0s, visibility 0.2s linear 0s; }
  body .fadeup-hover.menu-center, body .fadeup:hover .menu-center.fadeup-this, body .fadeup:hover .menu-center[data-view], body .fadeup-first:hover > .menu-center.fadeup-this, body .fadeup-first:hover > .menu-center[data-view] {
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0); }

body .menu-center {
  right: auto !important;
  left: 50% !important; }

[data-view].fadeup-hover, body .fadeup:hover [data-view], body .fadeup-first:hover > [data-view] {
  -moz-transition: transform 1.3s ease 0s, opacity 1.3s ease 0s, visibility 1.3s linear 0s;
  -o-transition: transform 1.3s ease 0s, opacity 1.3s ease 0s, visibility 1.3s linear 0s;
  -webkit-transition: transform 1.3s ease 0s, opacity 1.3s ease 0s, visibility 1.3s linear 0s;
  -ms-transition: transform 1.3s ease 0s, opacity 1.3s ease 0s, visibility 1.3s linear 0s;
  transition: transform 1.3s ease 0s, opacity 1.3s ease 0s, visibility 1.3s linear 0s; }

@media only screen and (max-width: 767px) {
  [data-view] {
    transform: translate(0) !important;
    -webkit-transform: translate(0) !important;
    -moz-transform: translate(0) !important;
    -o-transform: translate(0) !important;
    -ms-transform: translate(0) !important;
    opacity: 1 !important;
    visibility: visible !important; } }

#bs {
  box-shadow: none !important; }

#bs > ul > li > a {
  background-color: transparent !important;
  color: #ffffff;
  position: relative;
  font-weight: 500;
  padding: 35px 0;
  margin-right: 30px; }
  #bs > ul > li > a:before {
    display: block;
    content: '';
    background-color: #ffffff;
    height: 2px;
    width: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    bottom: 30px; }
  #bs > ul > li > a span .fa {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%); }
  @media only screen and (min-width: 768px) and (max-width: 992px) {
    #bs > ul > li > a {
      margin-right: 10px;
      font-size: 10px; } }
  @media only screen and (max-width: 767px) {
    #bs > ul > li > a {
      padding: 10px 15px;
      margin: 0;
      border-bottom: 1px solid #ffffff; }
      #bs > ul > li > a:before {
        display: none; } }

#bs > ul > li:last-child .socials-link {
  padding-right: 0;
  margin-right: 0;
  font-size: 18px; }
  #bs > ul > li:last-child .socials-link:before {
    display: none; }
  #bs > ul > li:last-child .socials-link:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6; }
  @media only screen and (min-width: 768px) and (max-width: 992px) {
    #bs > ul > li:last-child .socials-link {
      font-size: 12px; } }
  @media only screen and (max-width: 767px) {
    #bs > ul > li:last-child .socials-link {
      display: none; } }

.socials-link {
  color: #ffffff; }
  .socials-link:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    color: white; }
  @media only screen and (max-width: 767px) {
    .socials-link {
      position: absolute;
      right: 0;
      top: 0;
      z-index: 9;
      right: 15px;
      top: 3px;
      z-index: 15; } }

#bs > ul > li:hover a:before {
  width: 20px; }

#bs > ul > li.active > a, #bs > ul > li.active > a, #bs > ul > li.active > a:focus {
  background-color: transparent !important;
  color: #ffffff !important; }

#bs > ul > li:last-child > a {
  /*padding-right:0;*/ }

/*DROPDOWN MENU - SUB-MENU*/
#bs > ul > li:hover ul {
  display: block; }

#bs > ul .open .dropdown-menu, #bs > ul > li ul {
  margin-top: 0 !important;
  box-shadow: none !important; }

#bs > ul > .open > a, #bs > ul > .open > a, #bs > ul > .open > a:focus {
  background-color: transparent;
  cursor: default;
  color: #ffffff !important;
  border-color: #ffffff !important; }

#bs > ul .open .dropdown-menu, #bs > ul > li ul {
  margin-top: 0px;
  padding: 0px;
  border: none !important;
  border-radius: 0px;
  min-width: 260px !important;
  background-color: #000000; }

#bs > ul .open .dropdown-menu > li > a, #bs > ul > li ul li a {
  display: block;
  font-size: 14px;
  padding: 10px;
  color: rgba(255, 255, 255, 0.5);
  background-color: #000000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
  #bs > ul .open .dropdown-menu > li > a span, #bs > ul > li ul li a span {
    padding: 0 15px; }
  @media only screen and (min-width: 768px) and (max-width: 992px) {
    #bs > ul .open .dropdown-menu > li > a, #bs > ul > li ul li a {
      font-size: 12px; } }

#bs > ul .open .dropdown-menu > li:hover > a, #bs > ul > li ul li a:hover {
  background-color: #000000;
  color: #fff; }

.dropdown-menu-center {
  right: auto !important;
  left: 50% !important;
  transform: translate(-50%, 0); }

.slide > ul, .home-slide > ul, .poster-slide > ul {
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0); }

.topbar {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  z-index: 11; }
  @media only screen and (max-width: 767px) {
    .topbar {
      background-color: #000000;
      padding: 15px 0; } }
  .topbar.ifix #bs > ul > li > a {
    padding: 25px 0; }
  .topbar.ifix .topline {
    display: none; }
  @media only screen and (max-width: 767px) {
    .topbar.ifix {
      display: none; } }

.topline {
  background-color: #000000;
  text-align: center;
  padding: 5px 0; }
  @media only screen and (max-width: 767px) {
    .topline {
      text-align: left; } }

.logo {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  left: 50%;
  top: 50%;
  display: inline-block;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin: 0 15px !important;
  padding: 20px 0; }
  @media only screen and (max-width: 767px) {
    .logo {
      position: static;
      left: auto;
      top: auto;
      z-index: inherit; } }
  .logo img {
    height: 50px;
    width: auto; }
  .logo:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
    /*@include box-shadow(0px 0px 15px 0px rgba(0,0,0,0.75));*/ }
  @media only screen and (min-width: 100px) and (max-width: 992px) {
    .logo img {
      height: 30px; } }
  @media only screen and (max-width: 767px) {
    .logo {
      text-align: center;
      transform: translate(0);
      -webkit-transform: translate(0);
      -moz-transform: translate(0);
      -o-transform: translate(0);
      -ms-transform: translate(0); } }

.socials ul li {
  padding: 0 4px;
  color: #ffffff;
  display: inline-block; }
  .socials ul li a {
    display: inline-block;
    font-size: 13px;
    margin: 0 4px; }
    .socials ul li a:hover {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
      filter: alpha(opacity=60);
      -moz-opacity: 0.6;
      -khtml-opacity: 0.6;
      opacity: 0.6;
      color: #ffffff; }

@media only screen and (max-width: 767px) {
  .socials {
    margin-top: 10px; } }

.contact-text {
  color: #b0b0b0 !important; }

.imenu {
  background: rgba(0, 0, 0, 0.2);
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.2)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
  position: relative; }

.background-settings, .slide ul li, .home-slide ul li, .poster-slide ul li {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.slide-area {
  position: relative;
  overflow: hidden; }
  .slide-area:hover .control-left {
    left: 30px; }
  .slide-area:hover .control-right {
    right: 30px; }

.slide {
  margin-bottom: 30px;
  position: relative;
  background-color: #000000; }
  .slide ul li {
    /*height:900px;*/ }
  .slide .bx-wrapper .bx-pager {
    background-color: #000000;
    padding: 10px 0 12px 0;
    line-height: 100%; }
  .slide .bx-wrapper .bx-pager.bx-default-pager a {
    height: 5px;
    width: 5px;
    background-color: #ffffff;
    margin: 0 8px;
    padding-bottom: 5px; }
  .slide .bx-wrapper .bx-pager.bx-default-pager a:hover, .slide .bx-wrapper .bx-pager.bx-default-pager a.active, .slide .bx-wrapper .bx-pager.bx-default-pager a:focus {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6; }

.slide-title {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
  width: 100%;
  bottom: 0;
  padding: 20px 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 0, 0, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.3)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
  z-index: 1; }
  .slide-title h2 {
    color: #ffffff;
    position: relative;
    z-index: 2;
    font-size: 13px;
    letter-spacing: 1px; }

.slide-control .control-left, .slide-control .control-right {
  display: inline-block;
  height: 30px;
  width: 30px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  top: 50%;
  left: -30px;
  color: #ffffff;
  -moz-transition: 700ms all;
  -o-transition: 700ms all;
  -webkit-transition: 700ms all;
  -ms-transition: 700ms all;
  transition: 700ms all;
  margin-top: -15px; }
  .slide-control .control-left i, .slide-control .control-right i {
    line-height: 100%; }
  .slide-control .control-left:hover, .slide-control .control-right:hover {
    color: #000000;
    background-color: #ffffff; }

.slide-control .control-right {
  left: auto;
  right: -30px; }

.full-socials {
  position: fixed;
  z-index: 50;
  background: rgba(0, 0, 0, 0.8);
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 0, 0, 0.8)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
  width: 100%;
  height: 100%;
  left: -100%;
  -moz-transition: 700ms all;
  -o-transition: 700ms all;
  -webkit-transition: 700ms all;
  -ms-transition: 700ms all;
  transition: 700ms all; }
  body.bar-active .full-socials {
    left: 0; }
  .full-socials ul li {
    display: inline-block; }
    .full-socials ul li a {
      display: inline-block;
      color: #ffffff;
      font-size: 32px;
      margin: 0 10px; }
  .full-socials .closed {
    font-size: 40px;
    color: #ffffff;
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    right: 50px;
    top: 50px;
    display: inline-block; }
    .full-socials .closed:hover {
      color: #ffffff;
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      -ms-transform: rotate(180deg); }
  @media only screen and (max-width: 767px) {
    .full-socials ul li a {
      font-size: 24px; }
    .full-socials .closed {
      font-size: 32px;
      right: 25px;
      top: 25px; } }

.video-area {
  /*2. parametre 1'se : ortalı resimler için (örn : referans logoları)//true
      3. parametre 1'se : mobil üstü için linkerı çalıştır.//true
      3. parametre 0'sa : linkerı herzaman çalıştır.//false*/
  display: block;
  position: relative; }
  @media (min-width: 768px) {
    .video-area {
      height: 500px;
      overflow: hidden; } }
  @media (min-width: 768px) {
    .video-area img {
      min-height: 100%; } }
  .video-area video {
    object-fit: cover; }

.pro-text {
  background-color: #f9f9f9;
  padding: 20px 120px;
  text-align: center;
  /*2. parametre 1'se : ortalı resimler için (örn : referans logoları)//true
      3. parametre 1'se : mobil üstü için linkerı çalıştır.//true
      3. parametre 0'sa : linkerı herzaman çalıştır.//false*/
  display: block;
  position: relative; }
  @media (min-width: 768px) {
    .pro-text {
      height: 500px;
      overflow: hidden; } }
  @media (min-width: 768px) {
    .pro-text img {
      min-height: 100%; } }
  .pro-text h2 {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.25px;
    margin-bottom: 15px; }
  .pro-text h3 {
    margin-bottom: 20px;
    color: #444;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 12px; }
  .pro-text-in {
    color: #777;
    line-height: 150%;
    margin-bottom: 20px; }
  @media only screen and (min-width: 100px) and (max-width: 992px) {
    .pro-text {
      padding-left: 25px;
      padding-right: 25px; } }

.btn-more {
  display: inline-block;
  font-size: 14px;
  color: #000000;
  font-weight: 500;
  letter-spacing: 0.75px;
  position: relative;
  padding-bottom: 2px; }
  .btn-more:before, .btn-more:after {
    display: block;
    content: '';
    height: 2px;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    width: 100%; }
  .btn-more:after {
    width: 0;
    background-color: #000000; }
  .btn-more:hover, .btn-more:focus {
    color: #000000; }
    .btn-more:hover:after, .btn-more:focus:after {
      width: 100%; }

.color-white {
  color: #ffffff; }
  .color-white:after, .color-white:before {
    background-color: rgba(255, 255, 255, 0.6); }
  .color-white:hover, .color-white:focus {
    color: rgba(255, 255, 255, 0.6); }

.pro-image {
  /*2. parametre 1'se : ortalı resimler için (örn : referans logoları)//true
      3. parametre 1'se : mobil üstü için linkerı çalıştır.//true
      3. parametre 0'sa : linkerı herzaman çalıştır.//false*/
  display: block;
  position: relative; }
  @media (min-width: 768px) {
    .pro-image {
      height: 500px;
      overflow: hidden; } }
  @media (min-width: 768px) {
    .pro-image img {
      min-height: 100%; } }
  .pro-image img {
    object-fit: cover; }

.black-text {
  background-color: #000000;
  color: rgba(255, 255, 255, 0.6); }
  .black-text h2 {
    color: #ffffff; }
  .black-text h3 {
    color: rgba(255, 255, 255, 0.8); }

.section-footer {
  text-align: center;
  color: #ffffff;
  background-color: #000000;
  padding: 60px 0; }

.stage-title h1 {
  margin-bottom: 15px;
  letter-spacing: 1.75px;
  font-size: 26px;
  font-weight: 500; }

.stage-title h3 {
  font-size: 15px;
  margin-bottom: 25px;
  letter-spacing: 0.15px;
  line-height: 130%; }

.btn-detail {
  display: inline-block;
  color: #ffffff;
  padding: 15px 30px;
  border: 1px solid #ffffff;
  font-weight: 600; }

.copyright {
  background-color: #545454;
  padding: 15px 0;
  letter-spacing: 0.75px;
  font-weight: 600;
  color: #ffffff;
  text-align: center; }

.home-slide {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: 1; }
  .home-slide ~ .pos-item {
    position: relative;
    z-index: 2; }
  .home-slide ul li:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 0, 0, 0.9)), color-stop(100%, rgba(0, 0, 0, 0.9)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
    z-index: 1; }
  @media only screen and (max-width: 767px) {
    .home-slide ul li {
      background-image: none !important; }
      .home-slide ul li img {
        object-fit: cover;
        height: 100% !important; } }

.section-list .stage-title {
  text-align: center;
  margin-top: 200px;
  color: #ffffff;
  margin-bottom: 50px; }

.section-list > .middler {
  z-index: 3; }

@media only screen and (max-width: 767px) {
  .section-list .stage-title {
    margin-top: 150px; } }

.iboxes {
  margin-bottom: 120px; }
  @media only screen and (max-width: 767px) {
    .iboxes {
      margin-bottom: 50px; } }

.ibox {
  margin-bottom: 60px;
  position: relative;
  text-align: center; }
  .ibox h5, .ibox h4 {
    line-height: 120%;
    /*2. parametre 1'se : ortalı resimler için (örn : referans logoları)//true
      3. parametre 1'se : mobil üstü için linkerı çalıştır.//true
      3. parametre 0'sa : linkerı herzaman çalıştır.//false*/
    display: block;
    position: relative; }
    @media (min-width: 768px) {
      .ibox h5, .ibox h4 {
        height: 18px;
        overflow: hidden; } }
    @media (min-width: 768px) {
      .ibox h5 img, .ibox h4 img {
        min-height: 100%; } }
  .ibox h5 {
    font-size: 12px;
    margin-bottom: 7px;
    color: #929292; }
  .ibox h4 {
    font-size: 13px;
    color: #ffffff; }
    .ibox h4, .ibox h4 a {
      display: inline-block; }
    .ibox h4 a {
      color: #ffffff; }
      .ibox h4 a:hover {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
        filter: alpha(opacity=60);
        -moz-opacity: 0.6;
        -khtml-opacity: 0.6;
        opacity: 0.6; }

.post-like {
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  right: 15px;
  top: 15px;
  z-index: 15;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }
  .post-like span {
    margin-right: 5px;
    font-weight: 500;
    font-size: 14px; }

.ibox-link {
  /*2. parametre 1'se : ortalı resimler için (örn : referans logoları)//true
      3. parametre 1'se : mobil üstü için linkerı çalıştır.//true
      3. parametre 0'sa : linkerı herzaman çalıştır.//false*/
  display: block;
  position: relative;
  height: 300px;
  overflow: hidden;
  margin-bottom: 20px; }
  .ibox-link img {
    min-height: 100%; }
  .ibox-link, .ibox-link img, .ibox-link .middler, .ibox-link .icon-search, .ibox-link .post-like {
    -moz-transition: 900ms all;
    -o-transition: 900ms all;
    -webkit-transition: 900ms all;
    -ms-transition: 900ms all;
    transition: 900ms all; }
  .ibox-link .icon-search {
    padding: 15px;
    background: rgba(255, 255, 255, 0.6);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0.6)), color-stop(100%, rgba(255, 255, 255, 0.6)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
    display: inline-block;
    line-height: 100%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    color: #000000;
    font-size: 18px; }
    .ibox-link .icon-search:hover {
      background-color: #ffffff; }
  .ibox-link .middler {
    background: rgba(0, 0, 0, 0.6);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 0, 0, 0.6)), color-stop(100%, rgba(0, 0, 0, 0.6)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0; }
  .ibox-link img {
    object-fit: cover; }
  .ibox-link:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1); }
  .ibox-link:hover .middler {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }
  .ibox-link:hover .icon-search {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1); }
  .ibox-link:hover .post-like {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }

.poster-slide {
  position: relative;
  background-color: #000000;
  margin-bottom: 75px; }
  .poster-slide ul li {
    /*2. parametre 1'se : ortalı resimler için (örn : referans logoları)//true
      3. parametre 1'se : mobil üstü için linkerı çalıştır.//true
      3. parametre 0'sa : linkerı herzaman çalıştır.//false*/
    display: block;
    position: relative; }
    @media (min-width: 768px) {
      .poster-slide ul li {
        height: 750px;
        overflow: hidden; } }
    @media (min-width: 768px) {
      .poster-slide ul li img {
        min-height: 100%; } }
    .poster-slide ul li:after {
      display: block;
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      z-index: 9;
      z-index: 1;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.9);
      background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.9) 100%);
      background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 0, 0, 0.9)), color-stop(100%, rgba(0, 0, 0, 0.9)));
      background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.9) 100%);
      background: -o-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.9) 100%);
      background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.9) 100%);
      background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.9) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 ); }
  .poster-slide .poster-text {
    color: #ffffff; }
    .poster-slide .poster-text h1 {
      font-weight: 500;
      font-size: 24px;
      margin-bottom: 35px; }
    .poster-slide .poster-text-in {
      background: rgba(0, 0, 0, 0.5);
      background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
      background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 0.5)));
      background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
      background: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
      background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
      background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
      padding: 20px;
      line-height: 150%;
      font-size: 14px; }
  @media only screen and (max-width: 767px) {
    .poster-slide .poster-text {
      margin-top: 25px; }
      .poster-slide .poster-text h1 {
        font-size: 20px;
        margin-bottom: 15px; }
    .poster-slide .poster-text-in {
      padding: 15px 10px;
      line-height: 130%; } }

.detail-text {
  font-size: 13px;
  color: #000000;
  margin-bottom: 75px;
  line-height: 170%; }
  .detail-text h1 {
    font-size: 28px;
    margin-bottom: 20px; }

@media (max-width: 767px) {
  /*mobile*/
  .navbar-header, .logo {
    float: none !important;
    text-align: center; }
  .logo {
    display: inline-block;
    margin: 0 auto !important; }
  #bs {
    padding: 0 !important; }
  #bs > ul, #bs > ul > li {
    display: block !important; }
  #bs > ul .open .dropdown-menu, #bs > ul > li:hover ul {
    display: block !important;
    position: relative !important;
    float: none !important;
    min-width: inherit !important;
    padding: 0 !important;
    box-shadow: none !important; }
  .slide ul li, .poster-slide ul li {
    background-image: none !important;
    min-height: inherit !important;
    max-height: inherit !important;
    height: auto !important; }
  .xs-block {
    display: block !important;
    width: 100% !important; } }

@media (min-width: 100px) and (max-width: 992px) {
  /*mobile and tablet*/ }

@media (min-width: 993px) and (max-width: 1200px) {
  /*Browser %125*/
  #bs > ul > li > a {
    font-size: 10px;
    margin-right: 15px; }
  #bs > ul .open .dropdown-menu > li > a, #bs > ul > li ul li a {
    font-size: 10px; } }
