.mobilMenu {
width: 70px;
height: 50px;
overflow: hidden;
display: block;
position: absolute;
content: "";
right: 20px;
top: 30px;
}
#araclar__toggle {
opacity: 0;
}
#araclar__toggle:checked ~ .araclar__btn > span {
transform: rotate(45deg);
background-color: var(--turuncu);
}
#araclar__toggle:checked ~ .araclar__btn > span::before {
top: 0;
transform: rotate(0);
background-color: var(--turuncu);
}
#araclar__toggle:checked ~ .araclar__btn > span::after {
top: 0;
transform: rotate(90deg);
background-color: var(--turuncu);
}
#araclar__toggle:checked ~ .araclar__box {
visibility: visible;
left: 0;
animation: araclar__box 1s ease 0s 1 normal forwards;
}
@keyframes araclar__box {
0% {
opacity: 0;
transform: translateX(-250px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
input#araclar__toggle {
width: 100%;
height: 50px;
padding: 0px;
margin: 0px;
display: block;
cursor: pointer;
}

.araclar__btn {
display: block;
position: absolute;
width: 30px;
height: 24px;
cursor: pointer;
z-index: 9999;
top: 24px;
right: 0px;
}
.araclar__btn > span {
display: block;
position: absolute;
width: 100%;
height: 3px;
background-color: var(--siyah);
transition-duration: .25s;
}
.araclar__btn > span::before,
.araclar__btn > span::after {
display: block;
position: absolute;
width: 100%;
height: 3px;
background-color: var(--siyah);
transition-duration: .25s;
}
.araclar__btn > span::before {
content: '';
top: -8px;
}
.araclar__btn > span::after {
content: '';
top: 8px;
}

ul.araclar__box .logoo {
width: 100%;
height: 50px;
overflow: hidden;
display: block;
position: absolute;
content: "";
left: 0px;
right: 0px;
top: 20px;
margin: 0px auto;
text-align: center;
}
ul.araclar__box .logoo img {
width: auto;
height: 50px;
}

ul.araclar__box {
display: block;
position: fixed;
visibility: hidden;
top: 0;
left: -100%;
width: 260px;
height: 100%;
margin: 0;
padding: 105px 15px 15px 15px;
list-style: none;
background-color: var(--siyah);
box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
z-index: 999;
overflow: hidden;
}
ul.araclar__box li {
width: calc(100% - 0px);
height: auto;
line-height: 42px;
overflow: hidden;
display: block;
padding: 0px 0px;
-webkit-transition: all .25s;
-moz-transition: all .25s;
-ms-transition: all .25s;
-o-transition: all .25s;
transition: all .25s;
}
ul.araclar__box li ul {
padding: 0px 0px 0px 10px;
}
ul.araclar__box li a {
width: calc(100% - 0px);
height: auto;
display: block;
overflow: hidden;
color: var(--beyaz);
line-height: 1.8;
padding-left: 0px;
font-size: 19px;
font-weight: 400;
}
ul.araclar__box li a i {
width: 28px;
height: 42px;
line-height: 38px;
overflow: hidden;
display: inline-block;
float: left;
margin-right: 14px;
color: var(--beyaz);
font-size: 16px;
text-align: center;
-webkit-transition: all .25s;
-moz-transition: all .25s;
-ms-transition: all .25s;
-o-transition: all .25s;
transition: all .25s;
}
ul.araclar__box li a span {
width: calc(100% - 42px);
line-height: 38px;
font-size: 14px;
font-weight: 400;
float: left;
}
ul.araclar__box li a:hover,
ul.araclar__box li a:hover i,
ul.araclar__box li a:hover span {
color: var(--turuncu);
padding-left: 5px;
}
ul.araclar__box li a:hover i {
font-size: 22px;
}

ul.araclar__box .scrollbar {
height: calc(100% - 120px);
background: transparent;
}
ul.araclar__box .force-overflow {
height: calc(100% - 0px);
padding: 0px 15px 0px 0px;
}
ul.araclar__box #style-1::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.0);
background-color: rgb(255 255 255 / 30%);
}
ul.araclar__box #style-1::-webkit-scrollbar {
width: 3px;
background-color: rgb(255 255 255 / 30%);
}
ul.araclar__box #style-1::-webkit-scrollbar-thumb {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background: var(--beyaz);
}

.scrollbar {
width: 100%;
height: 340px;
background: var(--beyaz);
overflow-y: scroll;
}
.force-overflow {
min-height: 450px;
}
#style-1::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
background-color: #F5F5F5;
}
#style-1::-webkit-scrollbar {
width: 6px;
background-color: #F5F5F5;
}
#style-1::-webkit-scrollbar-thumb {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background: #181818;
}

.yanAciklama {
width: calc(100% - 0px);
height: auto;
overflow: hidden;
display: block;
position: relative;
border-top: 1px solid rgb(255 255 255 / 15%);
margin-top: 15px;
}
.yanAciklama strong {
width: auto;
height: auto;
overflow: hidden;
display: block;
font-size: 16px;
line-height: 1.5;
font-weight: 600;
color: var(--beyaz);
margin-top: 15px;
}
.yanAciklama span {
width: auto;
height: auto;
overflow: hidden;
display: block;
font-size: 14px;
line-height: 1.5;
font-weight: 300;
color: var(--beyaz);
opacity: 0.8;
}
.yanAciklama a {
width: auto;
height: auto;
overflow: hidden;
display: block;
font-size: 1.3em;
line-height: 1.5;
font-weight: 300;
color: var(--beyaz);
}
.yanAciklama a:hover {
padding-left: 5px;
}
.yanAciklama a:nth-of-type(2n) {
font-size: 14px;
}
.yanAciklama .ortala a {
font-size: 16px;
display: inline-block!important;
margin: 30px 0px 0px 0px;
padding: 0px 10px;
}







.sliderAlani {
width: calc(100% - 0px);
max-width: calc(100% - 0px);
height: 100vh;
overflow: hidden;
display: block;
position: relative;
margin: 0px auto 0px auto!important;
background: var(--siyah);
}
.sliderAlani .swiper-slide.swiper-slide-active {
animation: sliderAktif 1s ease 0s 1 normal forwards;
}
@keyframes sliderAktif {
0% {
opacity: 0.8;
}
100% {
opacity: 1;
}
}
.sliderAlani a {
width: 100%;
height: 100%;
overflow: hidden;
display: block;
position: relative;
}
.sliderAlani figure {
width: 100%;
height: 100vh;
overflow: hidden;
display: block;
position: relative;
}
/*.sliderAlani figure:before {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.45);
}*/
.sliderAlani figure img {
width: 100%;
height: 100vh;
}
.sliderAlani .sliderIcerik {
width: calc(100% - 0px);
max-width: calc(1300px - 0px);
height: 100vh;
display: table;
overflow: hidden;
position: fixed;
content: "";
top: 0;
left: 0%;
right: 0px;
z-index: 9;
margin: 0px auto 0px auto;
padding: 0px 0px 0px 0px;
}
.sliderAlani .sliderIcerik div {
display: table-cell;
vertical-align: middle;
}

.sliderAlani .swiper-slide.swiper-slide-active .sliderIcerik strong {
animation: sliderici 1s ease 0s 1 normal forwards;
}
@keyframes sliderici {
0% {
opacity: 0;
transform: translateY(-100%);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.sliderAlani .swiper-slide.swiper-slide-active .sliderIcerik p {
animation: sliderici2 1s ease 0s 1 normal forwards;
}
@keyframes sliderici2 {
0% {
opacity: 0;
transform: translateY(-100%);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.sliderAlani .swiper-slide.swiper-slide-active .sliderIcerik a.detay {
animation: sliderici2 1s ease 0s 1 normal forwards;
}
@keyframes sliderici3 {
0% {
opacity: 0;
transform: translateY(-100%);
}
100% {
opacity: 1;
transform: translateY(0);
}
}

.sliderAlani .sliderIcerik strong {
width: calc(60% - 0px);
font-size: 5em;
display: block;
line-height: 1.2;
font-weight: 400;
color: var(--siyah);
font-family: "Gowun Batang", serif;
}
.sliderAlani .sliderIcerik p {
width: calc(60% - 0px);
font-size: 18px;
display: block;
line-height: 1.6;
font-weight: 300;
background: transparent!important;
color: var(--beyaz);
}
.sliderAlani .sliderIcerik a.detay {
width: auto;
height: 60px;
line-height: 60px;
font-size: 18px;
font-weight: 400;
display: table;
overflow: hidden;
position: relative;
background: transparent;
color: var(--beyaz);
text-align: center;
z-index: 1;
border: 0px;
outline: none;
cursor: pointer;
margin: 25px 30px 0px 0px;
padding: 0px 30px;
transition: all 900ms ease;
float: left;
background-image: linear-gradient(to left,
var(--turkuaz),
var(--turkuaz) 50%,
var(--beyaz) 50%,
var(--beyaz));
background-position: 100% 0;
background-size: 201% 100%;
transition: all .25s ease-in;
}
.sliderAlani .sliderIcerik a.detay:hover {
background-position: 0 0;
color: var(--turkuaz);
}


.sliderIleri,
.sliderGeri {
width: 80px;
height: 80px;
line-height: 96px;
overflow: hidden;
display: none;
position: absolute;
content: "";
z-index: 9;
top: calc(50% - 40px);
border-radius: 100%;
border: 0px;
background: transparent;
text-align: center;
cursor: pointer;
transition: all 900ms ease;
background: var(--beyaz);
}
.sliderIleri i,
.sliderGeri i {
color: var(--mavi);
font-size: 36px;
}
.sliderIleri {
right: 120px;
}
.sliderGeri {
left: 120px;
}
.sliderIleri:hover,
.sliderGeri:hover {
color: var(--ffffff);
background: var(--mavi);
}
.sliderIleri:hover i,
.sliderGeri:hover i {
color: var(--beyaz);
}

.nokta {
width: auto!important;
height: auto!important;
position: absolute;
bottom: 50px!important;
z-index: 99;
right: 60px;
left: unset!important;
}
.nokta .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
z-index: 99;
}
.nokta .swiper-pagination-bullet {
width: 12px!important;
height: 2px!important;
display: inline-block!important;
background: var(--beyaz);
opacity: 1!important;
margin: 0px 10px 0px 0px!important;
}
.nokta .swiper-pagination-bullet-active {
width: 24px!important;
height: 4px!important;
background: var(--turkuaz);
-webkit-transition: all .25s;
-moz-transition: all .25s;
-ms-transition: all .25s;
-o-transition: all .25s;
transition: all .25s;
opacity: 1!important;
animation: noktageldi 1s ease 0s 1 normal forwards;
}
@keyframes noktageldi {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}

.modal {
position: fixed;
top: 0%;
pointer-events: none;
left: 0px;
background: rgba(0, 0, 0, 0.95);
width: 100vw;
height: 100vh;
z-index: 100;
opacity: 0;
transition: 0.3s;
overflow-x: hidden;
overflow-y: auto;
}
.modal.active {
opacity: 1;
pointer-events: auto;
overflow-x: hidden;
overflow-y: auto;
}
.modal.active > .jspopicerik{
animation: modalactive 1s ease 0s 1 normal forwards;
}
@keyframes modalactive {
0% {
transform: scale(0.5);
}

100% {
transform: scale(1);
}
}
.close {
position: absolute;
top: -35px;
right: 35px;
cursor: pointer;
color: var(--beyaz);
font-size: 22px;
font-weight: 700;
transition: 0.3s;
}
.close:hover {
transition: all .5s;
transform: scale(1.2);
}
.jspopicerik {
position: relative;
display: flex;
flex-direction: column;
width: calc(50% - 60px);
background-clip: padding-box;
outline: 0;
top: calc(50% - 250px);
margin: 0px auto;
padding: 0px 30px;
}

#akordiyon {
width: calc(50% - 30px);
height: auto;
overflow: hidden;
display: block;
position: relative;
float: left;
margin-right: 30px;
}
.akordiyon_liste {
width: calc(100% - 0px);
height: auto;
overflow: hidden;
display: block;
position: relative;
}
.akordiyon_liste .akordiyon_baslik {
width: calc(100% - 40px);
height: 60px;
line-height: 60px;
position: relative;
display: block;
padding: 0px 0px 0px 40px;
margin-bottom: 2px;
color: var(--siyah);
font-size: 18px;
font-weight: 700;
text-decoration: none;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
-webkit-transition: all .15s;
-moz-transition: all .15s;
-ms-transition: all .15s;
-o-transition: all .15s;
transition: all .15s;
cursor: pointer;
}
.akordiyon_liste:last-child .akordiyon_baslik {
border-bottom: 0px;
}
.akordiyon_liste .akordiyon_baslik:hover,
.akordiyon_liste .akordiyon_baslik:hover .akordiyon_ikon {
color: var(--turkuaz);
}
.akordiyon_liste .akordiyon_aktif,
.akordiyon_liste .akordiyon_ikon.akordiyon_dondur {
color: var(--turkuaz)!important;
}
.akordiyon_liste .akordiyon_baslik.akordiyon_aktif {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.akordiyon_liste .akordiyon_baslik .akordiyon_ikon {
position: absolute;
top: 16px;
left: 0px;
display: inline-block;
vertical-align: middle;
width: 30px;
height: 30px;
text-align: center;
color: var(--siyah);
line-height: 30px;
font-size: 20px;
font-weight: 700;
-webkit-transition: all .15s;
-moz-transition: all .15s;
-ms-transition: all .15s;
-o-transition: all .15s;
transition: all .15s;
}
.akordiyon_liste .akordiyon_dondur {
transform: rotate(90deg);
}
.akordiyon_liste .akordiyon_icerik {
width: calc(100% - 45px);
height: auto;
overflow: hidden;
padding: 0px 0px 0px 43px;
display: none;
margin: 15px 0px 10px 0px;
}
.akordiyon_liste .akordiyon_icerik p {
width: 100%;
height: auto;
line-height: 1.6;
overflow: hidden;
font-size: 16px;
font-weight: 400;
color: var(--siyah);
margin: 0px 0px 0px 0px;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}



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

.mobilMenu {
right: 20px;
}
.sliderAlani {
width: 100%;
height: auto;
}
.sliderAlani figure {
width: 100%;
height: 448px;
}
.sliderAlani figure img {
width: 100%;
height: 448px;
}
.sliderAlani .sliderIcerik {
width: 100%;
height: 448px;
}
.sliderAlani .sliderIcerik strong {
width: calc(60% - 20px);
margin-left: 20px;
font-size: 3em;
}


}


@media screen and (max-width: 768px) {
.sliderAlani figure {
width: 100%;
height: 400px;
}
.sliderAlani figure img {
width: 100%;
height: 400px;
}
.sliderAlani .sliderIcerik {
width: 100%;
height: 400px;
}
.sliderAlani .sliderIcerik strong {
width: calc(60% - 20px);
margin-left: 20px;
font-size: 3em;
}

}


@media screen and (max-width: 640px) {
.sliderAlani figure {
width: 100%;
height: 310px;
}
.sliderAlani figure img {
width: 100%;
height: 310px;
}
.sliderAlani .sliderIcerik {
width: 100%;
height: 310px;
}
.sliderAlani .sliderIcerik strong {
width: calc(60% - 20px);
margin-left: 20px;
font-size: 2em;
}



}


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

  .sliderAlani figure {
  width: 100%;
  height: 290px;
  }
  .sliderAlani figure img {
  width: 100%;
  height: 290px;
  }
  .sliderAlani .sliderIcerik {
  width: 100%;
  height: 290px;
  }

}









.img-gallery-magnific {
width: 100%;
height: auto;
overflow: hidden;
display: block;
position: relative;
margin-top: 0px;
}
.magnific-img {
width: calc(100% - 0px);
height: auto;
overflow: hidden;
position: relative;
display: block;
float: left;
}
.magnific-img img {
width: 100%;
height: auto;
}
.magnific-img figure {
position: relative;
float: left;
overflow: hidden;
width: calc(100% - 0px);
height: calc(100% - 0px);
text-align: center;
cursor: pointer;
}
.magnific-img figure img {
position: relative;
display: block;
}
.magnific-img figure figcaption {
padding: 20px;
color: #ffffff;
font-size: 1.25em;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.magnific-img figure figcaption::before,
.magnific-img figure figcaption::after {
pointer-events: none;
}
.magnific-img figure figcaption,
.magnific-img figure figcaption > a {
position: absolute;
top: 0;
left: 0;
width: calc(100% - 40px);
height: calc(100% - 40px);
}
.magnific-img figure figcaption > a {
z-index: 1000;
text-indent: 200%;
white-space: nowrap;
font-size: 0;
opacity: 0;
}
.magnific-img figure h2 {
word-spacing: 0em;
font-weight: 300;
}
.magnific-img figure h2 span {
font-weight: 700;
}
.magnific-img figure h2,
.magnific-img figure p {
margin: 0;
}

.magnific-img figure p {
letter-spacing: 1px;
font-size: 68.5%;
}
a.image-popup-vertical-fit {
cursor: -webkit-zoom-in;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
opacity: 0;
-webkit-backface-visibility: hidden;
/* ideally, transition speed should match zoom duration */
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
opacity: 0.98;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
opacity: 0;
}
.mfp-arrow-left:before {
border-right: none !important;
}
.mfp-arrow-right:before {
border-left: none !important;
}
button.mfp-arrow, .mfp-counter {
opacity: 0 !important;
transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}
.mfp-container:hover button.mfp-arrow, .mfp-container:hover .mfp-counter{
opacity: 1 !important;
}
.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 9999999;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8;
}
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 99999999;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden;
}
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box;
}
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
display: none;
}
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto;
}
.mfp-ajax-cur {
cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out;
}
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }

.mfp-loading.mfp-figure {
display: none; }

.mfp-hide {
display: none !important; }

.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }

.mfp-s-ready .mfp-preloader {
display: none; }

.mfp-s-error .mfp-content {
display: none; }

button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation; }

button::-moz-focus-inner {
padding: 0;
border: 0; }

.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
}
.mfp-close:hover,
.mfp-close:focus {
opacity: 1; }
.mfp-close:active {
top: 1px; }

.mfp-close-btn-in .mfp-close {
color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }

.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }

.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }

.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px; }
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px; }
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }

.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; }

/* Main image in popup */
img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444; }
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }

.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }

.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }

.mfp-image-holder .mfp-content {
max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }


@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
/**
* Remove all paddings around the image on small screen
*/
.mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; }
}

@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px;
}
}

.galeriEfekt {
position: relative;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
list-style: none;
text-align: center;
font-family: var(--afont);
}
.galeriEfekt figure {
position: relative;
float: left;
overflow: hidden;
margin: 0px 0px 0px 0px;
background: #000000;
text-align: center;
cursor: pointer;
}
.galeriEfekt figure img {
position: relative;
display: block;
min-height: 100%;
max-width: 100%;
}
.galeriEfekt figure figcaption {
padding: 15px 15px 15px 15px;
color: #ffffff;
font-size: 1.25em;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.galeriEfekt figure figcaption::before,
.galeriEfekt figure figcaption::after {
pointer-events: none;
}
.galeriEfekt figure figcaption{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.galeriEfekt figure h2 {
word-spacing: -0.15em;
font-weight: 300;
}
.galeriEfekt figure h2 span {
font-weight: 800;
}
.galeriEfekt figure h2,
.galeriEfekt figure p {
letter-spacing: 1px;
margin: 0;
}
.galeriEfekt figure p {
font-size: 68.5%;
}
/*---------------*/
/***** Oscar *****/
/*---------------*/
figure.effect-oscar {

}
figure.effect-oscar img {
opacity: 1;
-webkit-transition: opacity 0.35s;
transition: opacity 0.35s;
}
figure.effect-oscar figcaption {
padding: 3em;
background-color: rgb(0 0 0 / 20%);
-webkit-transition: background-color 0.35s;
transition: background-color 0.35s;
}
figure.effect-oscar figcaption::before {
position: absolute;
top: 30px;
right: 30px;
bottom: 30px;
left: 30px;
border: 1px solid rgb(255 255 255 / 30%);
content: '';
border-radius: 5px;
}
figure.effect-oscar h2 {
margin: 0px 0px 15px 0px;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0,100%,0);
transform: translate3d(0,100%,0);
color: #ffffff;
padding: 10px 0px 8px 0px;
font-size: 16px;
font-weight: 700;
}
figure.effect-oscar figcaption::before,
figure.effect-oscar p {
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: scale(0);
transform: scale(0);
}
figure.effect-oscar:hover h2 {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
figure.effect-oscar:hover figcaption {
background-color: rgb(0 0 0 / 50%);
}
figure.effect-oscar:hover img {
opacity: 0.8;
}
@media screen and (max-width: 50em) {
.galeriEfekt figure {
display: inline-block;
float: none;
margin: 0px auto;
width: 100%;
}
}
.galeriEfekt *,
.galeriEfekt *:after,
.galeriEfekt *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { display: table; content: ''; }
.clearfix:after { clear: both; }
