@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?as5nmk');
  src:  url('../fonts/icomoon.eot?as5nmk#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?as5nmk') format('truetype'),
    url('../fonts/icomoon.woff?as5nmk') format('woff'),
    url('../fonts/icomoon.svg?as5nmk#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-pause:before {
  content: "\e913";
}
.icon-zoom:before {
  content: "\e90a";
}
.icon-pdf:before {
  content: "\e912";
}
.icon-arrow-left:before {
  content: "\e909";
}
.icon-arrow-down:before {
  content: "\e907";
}
.icon-arrow-left:before {
  content: "\e909";
}
.icon-arrow-right:before {
  content: "\e90d";
}
.icon-arrow-up:before {
  content: "\e90e";
}
.icon-cross:before {
  content: "\e90f";
}
.icon-instagram:before {
  content: "\e901";
}
.icon-google-plus:before {
  content: "\e900";
}
.icon-next:before {
  content: "\e910";
}
.icon-prev:before {
  content: "\e911";
}
.icon-email:before {
  content: "\e908";
}
.icon-youtube:before {
  content: "\e90c";
}
.icon-linkedin:before {
  content: "\e90b";
}
.icon-pinterest:before {
  content: "\e906";
}
.icon-vimeo:before {
  content: "\e902";
}
.icon-wordpress:before {
  content: "\e903";
}
.icon-facebook:before {
  content: "\e904";
}
.icon-twitter:before {
  content: "\e905";
}


/* ______ Reset ______ */

html,
body {
    height: 100% !important;
    -webkit-font-smoothing: antialiased;
}

body {
    height: auto !important;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #231f20;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background: #fff;
}

h1,
h2,
h3,
h4 {
    margin: 0;
}

p {
    margin: 0;
}

a,
a:hover,
a:focus {
    outline: none;
    color: #333;
}

ul {
    padding: 0;
    list-style: none;
}

.container-fluid {
    max-width: 1170px;
    padding-left: 10px;
    padding-right: 10px;
}


/* ______ Helpers ______ */

.relative {
    position: relative!important;
}

.mt0 {
    margin-top: 0!important;
}

.mb0 {
    margin-bottom: 0!important;
}

.m0 {
    margin: 0!important;
}


/* ______ Navigation ______ */

.lang {
    font-size: 26px;
    position: absolute;
    right: 162px;
    top: 124px;
    color: #939598;
    z-index: 99;
}

.english .lang {
    right: 187px;
}

.lang:hover {
    color: #939598;
    text-decoration: underline;
}

.navbar {
    background-color: #e6e7e8;
    border-radius: 0;
    position: absolute;
    top: 177px;
    right: 51px;
    padding: 40px 25px;
    z-index: 99;
}

.english .navbar {
    top: 177px;
    right: 80px;
}

.navbar .nav li {
    float: none;
}

.navbar .nav li a {
    padding: 10px 0;
    font-weight: 400;
    color: #231f20;
}

.navbar .nav li a:hover {
    background-color: transparent;
    color: #fca100;
}

.navbar .nav li a:focus {
    background-color: transparent;
}

.navbar .nav .big a {
    font-size: 22px;
}

.navbar .nav .line {
    background-color: #fff;
    width: 100%;
    height: 1px;
    display: block;
    margin: 15px 0;
}

.navbar .nav .share ul {
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 15px;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}

.navbar .nav .share:hover ul {
    opacity: 1;
    top: 35px;
    opacity: 1;
}

.navbar .nav .share ul li {
    display: inline-block;
    float: left;
    margin: 0;
    -webkit-transition: background-color 400ms linear;
       -moz-transition: background-color 400ms linear;
         -o-transition: background-color 400ms linear;
        -ms-transition: background-color 400ms linear;
            transition: background-color 400ms linear;
}

.navbar .nav .share ul li:hover {
    background-color: #333;
}

.navbar .nav .share ul li a {
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    width: 38px;
    height: 38px;
    padding-top: 10px;
}

.navbar .nav .share ul .facebook {
    background-color: #3b5998;
}

.navbar .nav .share ul .twitter {
    background-color: #55acee;
}

.navbar .nav .share ul .google-plus {
    background-color: #dd4b39;
}

.navbar .nav .share ul .pinterest {
    background-color: #cb2027;
}

.navbar .nav .share ul .email {
    background-color: #007C76;
}


/* ______ Main ______ */

h1 {
    font-size: 60px;
    font-weight: 400;
}

h1 span {
    font-weight: 100;
}

h2 {
    font-size: 54px;
    font-weight: 400;
    margin-bottom: 10px;
}

section {
    padding-top: 80px;
}

p {
    margin: 10px 0;
    text-align: justify;
}

section p:last-child {
    margin-bottom: 0;
}

.slider .play-big {
    display: block;
    width: 50px;
    height: 50px;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    z-index: 99;
    opacity: 1;
    -webkit-transition: opacity 400ms linear;
       -moz-transition: opacity 400ms linear;
         -o-transition: opacity 400ms linear;
        -ms-transition: opacity 400ms linear;
            transition: opacity 400ms linear;
}

.slider .play-big i {
    color: #333;
    font-size: 25px;
    line-height: 50px;
}

.swiper-nav {
    text-align: left;
    position: absolute;
    right: 7px;
    bottom: 7px;
    z-index: 99;
    opacity: 0;
    -webkit-transition: opacity 400ms linear;
       -moz-transition: opacity 400ms linear;
         -o-transition: opacity 400ms linear;
        -ms-transition: opacity 400ms linear;
            transition: opacity 400ms linear;
}

.swiper-nav i {
    color: #333;
    font-size: 18px;
    text-align: center;
}

.swiper-nav .swiper-prev,
.swiper-nav .swiper-next,
.swiper-nav .swiper-action {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: #fff;
    text-align: center;
    padding-top: 4px;
    cursor: pointer;
}

.swiper-nav .swiper-next,
.swiper-nav .swiper-action {
    margin-left: 3px;
}

#top {
    padding-top: 110px;
}

#top h2 {
    line-height: 42px;
    color: #ed1d24;
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
}

#top .slider-block {
    position: absolute;
    bottom: -85px;
    left: 0;
    width: 100%;
}

#top .slider .play-big {
    margin-left: -122px;
}

#top .one {
    margin-top: 100px;
}

#top .one p span {
    font-size: 14px;
    color: #6d6e71;
}

#top .swiper-nav {
    right: auto;
    left: 7px;
}

#winter-garden {
    background-image: url('../images/layout/winter-garden-bg.jpg');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 1300px;
    margin: 0 auto;
}

#winter-garden .play-big {
    margin-top: -36px;
}

#winter-garden .text {
    background-color: #fff;
}

#winter-garden .swiper-nav {
    bottom: 25px;
    right: 40px;
}

#winter-garden h2 {
    font-weight: 400;
    color: #754d29;
}

#darkroom h2 {
    font-weight: 200;
}

#about h2 {
    font-weight: 200;
}

#trace-1  {
    position: relative;
}

#trace-1 .zoom  {
    font-size: 30px;
    position: absolute;
    right: 58px;
    top: 50%;
    margin-top: 27px;
}

#trace-1 h2 {
    color: #fec341;
}

#trace-1 .detail {
    width: auto;
    max-width: 100px;
}

#trace-2  {
    right: 50px;
    top: 20px;
    padding-bottom: 100px;
}

#trace-2 h2 {
    color: #75787c;
    text-align: right;
}

#trace-2 p {
    text-align: right;
    padding-bottom: 5px;
    float: right;
    max-width: 585px;
}

#trace-2 .trace-img .mask {
    background-image: url('../images/layout/trace-on-ground-2-mask.png');
    background-size: 100% 100%;
    width: 520px;
    height: 544px;
    display: block;
    position: absolute;
    top: -20px;
    left: -40px;
    z-index: 9;
}

#about {
    background-image: url('../images/layout/about-bg.jpg');
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    max-width: 1400px;
    margin: 0 auto;
    padding-bottom: 80px;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.turkce #about {
    background-image: url('../images/layout/about-bg-tr.jpg');
}

#about p span {
    font-size: 24px;
}

#about p a {
    text-decoration: underline;
}

#about p a:hover {
    text-decoration: none;
}

#about .solo{
    font-size: 14px;
    margin-top: 30px;
}

#about .ebru-bilun {
    margin-top: 50px;
}

.swiper-slide {
    opacity: 0!important;
}

.swiper-slide.swiper-slide-active {
    opacity: 1!important;
}

footer {
    padding-top: 30px;
    padding-bottom: 50px;
    position: relative;
}

footer .dmca {
    float: left;
}

@media (min-width: 768px) {
    footer .dmca {
        margin-left: 8.33333333%;
    }
}

footer .copyright {
    float: left;
    margin-left: 80px;
    margin-top: 7px;
}

footer .socials {
    float: right;
}

@media (min-width: 768px) {
    footer .socials {
        margin-right: 8.33333333%;
    }
}

footer .socials li {
    border-radius: 50%;
    display: inline-block;
    background-color: #d0d2d3;
    margin-left: 30px;
    -webkit-transition: background-color 400ms linear;
       -moz-transition: background-color 400ms linear;
         -o-transition: background-color 400ms linear;
        -ms-transition: background-color 400ms linear;
            transition: background-color 400ms linear;
}

footer .socials li a {
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    width: 30px;
    height: 30px;
    padding-top: 6px;
    -webkit-transition: color 400ms linear;
       -moz-transition: color 400ms linear;
         -o-transition: color 400ms linear;
        -ms-transition: color 400ms linear;
            transition: color 400ms linear;
}

footer .socials .email {
    background-color: transparent;
}

footer .socials .email a {
    color: #d0d2d3;
    font-size: 25px;
    padding-top: 10px;
}

footer .socials .email i {
    vertical-align: middle;
}

footer .socials .email:hover a {
    color: #007C76;
}

footer .socials .wordpress:hover {
    background-color: #D54E21;
}

footer .socials .twitter:hover {
    background-color: #55acee;
}

footer .socials .vimeo:hover {
    background-color: #1AB7EA;
}

footer .socials .instagram:hover {
    background-color: #AC9064;
}

footer .leaf {
    background: url(../images/layout/leaf.jpg) no-repeat;
    background-size: 100% 100%;
    width: 160px;
    height: 93px;
    display: block;
    margin: 80px auto 0;
    text-indent: -9999px;
}

.modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.modal-content {
  height: auto;
  min-height: 100%;
  border: 0;
  border-radius: 0;
}

body.modal-open .modal {
    padding: 0!important;
}

.modal .close {
    background-image: url('../images/layout/close.svg');
    background-size: 100% 100%;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50px;
    right: 50px;
    z-index: 250;
    text-indent: -9999px;
    cursor: pointer;
    opacity: 1;
}

#soul-traces #content {
    max-width: 1170px;
    margin: 0 auto;
    padding: 50px 10px;

}

#soul-traces .back i {
    font-size: 35px;
    position: absolute;
    left: -40px;
    top: 8px;
}

#soul-traces .back {
    font-size: 26px;
    font-weight: 300;
    color: #808285;
    margin-left: 40px;
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
}

#soul-traces .back:hover,
#soul-traces .back:focus {
    text-decoration: none;
}

#soul-traces h2 span {
    font-weight: 300;
    font-size: 26px;
}

#soul-traces .mevlevihane {
    position: relative;
}

#soul-traces h4 {
    font-size: 30px;
    margin-top: 40px;
}

#soul-traces .icon-pdf {
    position: absolute;
    right: -15px;
    top: 20px;
    font-size: 40px;
    z-index: 9;
    background-color: #fff;
    padding: 5px;
    border-radius: 13px;
    border: 1px solid #ddd;
}

#soul-traces .copyright p {
    position: absolute;
    bottom: 0;
    right: 10px;
    margin: 0;
}

/*--------- Swipper ---------*/

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    /* Fix of Webkit flickering */
    z-index: 1;
    width: 100%;
    height: 100%;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform, height;
}

/* a11y */
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 43px;
    height: 27px;
    margin-top: -27px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 43px 27px;
    -webkit-background-size: 43px 27px;
    background-size: 43px 27px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 39px;
    height: 30px;
    margin-top: -30px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 39px 30px;
    -webkit-background-size: 39px 30px;
    background-size: 39px 30px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("../images/layout/slider-prev.svg");
    background-size: 100% 100%;
    left: -55px;
    right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("../images/layout/slider-next.svg");
    background-size: 100% 100%;
    right: -55px;
    left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 20px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullet {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid #ccc;
    opacity: 0.5;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    -moz-transform: translate3d(0px, -50%, 0);
    -o-transform: translate(0px, -50%);
    -ms-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

/* Progress */
.swiper-pagination-progress {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000;
}

/* 3D Container */
.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
    -ms-perspective: 1200px;
}

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
    overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* Cube */
.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

/* Scrollbar */
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

.swiper-container {
    text-align: center;
}


/*--------- Drift ---------*/

@keyframes drift-fadeZoomIn {
  0% { transform: scale(1.5); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}

@keyframes drift-fadeZoomOut {
  0% { transform: scale(1); opacity: 1; }
  15% { transform: scale(1.1); opacity: 1; }
  100% { transform: scale(0.5); opacity: 0; }
}

@keyframes drift-loader-rotate {
  0% { transform: translate(-50%, -50%) rotate(0); }
  50% { transform: translate(-50%, -50%) rotate(-180deg); }
  100% { transform: translate(-50%, -50%) rotate(-360deg); }
}

@keyframes drift-loader-before {
  0% { transform: scale(1); }
  10% { transform: scale(1.2) translateX(6px); }
  25% { transform: scale(1.3) translateX(8px); }
  40% { transform: scale(1.2) translateX(6px); }
  50% { transform: scale(1); }
  60% { transform: scale(0.8) translateX(6px); }
  75% { transform: scale(0.7) translateX(8px); }
  90% { transform: scale(0.8) translateX(6px); }
  100% { transform: scale(1); }
}

@keyframes drift-loader-after {
  0% { transform: scale(1); }
  10% { transform: scale(1.2) translateX(-6px); }
  25% { transform: scale(1.3) translateX(-8px); }
  40% { transform: scale(1.2) translateX(-6px); }
  50% { transform: scale(1); }
  60% { transform: scale(0.8) translateX(-6px); }
  75% { transform: scale(0.7) translateX(-8px); }
  90% { transform: scale(0.8) translateX(-6px); }
  100% { transform: scale(1); }
}

@-webkit-keyframes drift-fadeZoomIn {
  0% { -webkit-transform: scale(1.5); opacity: 0; }
  100% { -webkit-transform: scale(1); opacity: 1; }
}

@-webkit-keyframes drift-fadeZoomOut {
  0% { -webkit-transform: scale(1); opacity: 1; }
  15% { -webkit-transform: scale(1.1); opacity: 1; }
  100% { -webkit-transform: scale(0.5); opacity: 0; }
}

@-webkit-keyframes drift-loader-rotate {
  0% { -webkit-transform: translate(-50%, -50%) rotate(0); }
  50% { -webkit-transform: translate(-50%, -50%) rotate(-180deg); }
  100% { -webkit-transform: translate(-50%, -50%) rotate(-360deg); }
}

@-webkit-keyframes drift-loader-before {
  0% { -webkit-transform: scale(1); }
  10% { -webkit-transform: scale(1.2) translateX(6px); }
  25% { -webkit-transform: scale(1.3) translateX(8px); }
  40% { -webkit-transform: scale(1.2) translateX(6px); }
  50% { -webkit-transform: scale(1); }
  60% { -webkit-transform: scale(0.8) translateX(6px); }
  75% { -webkit-transform: scale(0.7) translateX(8px); }
  90% { -webkit-transform: scale(0.8) translateX(6px); }
  100% { -webkit-transform: scale(1); }
}

@-webkit-keyframes drift-loader-after {
  0% { -webkit-transform: scale(1); }
  10% { -webkit-transform: scale(1.2) translateX(-6px); }
  25% { -webkit-transform: scale(1.3) translateX(-8px); }
  40% { -webkit-transform: scale(1.2) translateX(-6px); }
  50% { -webkit-transform: scale(1); }
  60% { -webkit-transform: scale(0.8) translateX(-6px); }
  75% { -webkit-transform: scale(0.7) translateX(-8px); }
  90% { -webkit-transform: scale(0.8) translateX(-6px); }
  100% { -webkit-transform: scale(1); }
}

.drift-zoom-pane {
  background: rgba(0, 0, 0, 0.5);
  /* This is required because of a bug that causes border-radius to not
  work with child elements in certain cases. */
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

.drift-zoom-pane.drift-opening {
  animation: drift-fadeZoomIn 180ms ease-out;
  -webkit-animation: drift-fadeZoomIn 180ms ease-out;
}

.drift-zoom-pane.drift-closing {
  animation: drift-fadeZoomOut 210ms ease-in;
  -webkit-animation: drift-fadeZoomOut 210ms ease-in;
}

.drift-zoom-pane.drift-inline {
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 75px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

.drift-loading .drift-zoom-pane-loader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 66px;
  height: 20px;
  animation: drift-loader-rotate 1800ms infinite linear;
  -webkit-animation: drift-loader-rotate 1800ms infinite linear;
}

.drift-zoom-pane-loader:before, .drift-zoom-pane-loader:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
}

.drift-zoom-pane-loader:before {
  left: 0;
  animation: drift-loader-before 1800ms infinite linear;
  -webkit-animation: drift-loader-before 1800ms infinite linear;
}

.drift-zoom-pane-loader:after {
  right: 0;
  animation: drift-loader-after 1800ms infinite linear;
  -webkit-animation: drift-loader-after 1800ms infinite linear;
  animation-delay: -900ms;
  -webkit-animation-delay: -900ms;
}

.drift-bounding-box {
  background-color: rgba(0, 0, 0, 0.4);
}


/* ______ fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license ______ */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
       -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('../images/layout/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('../images/layout/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../images/layout/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('../images/layout/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5){

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('../images/layout/fancybox_sprite@2x.png');
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

    #fancybox-loading div {
        background-image: url('../images/layout/fancybox_loading@2x.gif');
        background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    }
}


/* ______ Responsive ______ */

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


    /* Mobile Menu */

    .lang {
        top: 10px;
        right: 60px;
        font-size: 22px;
    }

    .english .lang {
        right: 60px;
    }

    .navbar .nav li a {
        padding: 7px 0;
        font-size: 15px;
    }

    .navbar .nav .big a {
        font-size: 19px;
    }

    .navbar .nav .line {
        margin: 6px 0;
    }

    .navbar .nav .share ul {
        top: 0;
        left: 50px;
    }

    .navbar .nav .share:hover ul {
        top: 0;
        left: 80px;
    }

    .navbar {
        position: static;
        background-color: transparent;
        top: 0;
        padding: 0;
    }
    
    .navbar-collapse {
        padding: 0 25px;
        border: 0;
        overflow: hidden;
        background: #e6e7e8;
        margin-top: 50px;
    }

    .navbar .navbar-toggle {
        display: block;
        overflow: hidden;
        margin: 8px 0 0 0;
        padding: 0;
        width: 37px;
        height: 35px;
        background-color: #a9a9a9;
        text-indent: -9999px;
        border-radius: 0;
        box-shadow: none;
        border-radius: 0;
        border: none;
        cursor: pointer;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .navbar .navbar-toggle:hover,
    .navbar .navbar-toggle:focus {
        background-color: #a9a9a9;
    }

    .navbar .navbar-toggle:focus {
        outline: none;
    }

    .navbar .navbar-toggle span {
        display: block;
        position: absolute;
        top: 16px;
        left: 5px;
        right: 5px;
        height: 2px;
        background: #ffffff;
        -webkit-transition: background 0s 0.3s;
                transition: background 0s 0.3s;
    }

    .navbar .navbar-toggle span::before,
    .navbar .navbar-toggle span::after {
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #ffffff;
        content: "";
        -webkit-transition-duration: 0.3s, 0.3s;
                transition-duration: 0.3s, 0.3s;
        -webkit-transition-delay: 0.3s, 0s;
                transition-delay: 0.3s, 0s;
    }

    .navbar .navbar-toggle span::before {
        top: -8px;
        -webkit-transition-property: top, -webkit-transform;
                transition-property: top, transform;
    }

    .navbar .navbar-toggle span::after {
        bottom: -8px;
        -webkit-transition-property: bottom, -webkit-transform;
                transition-property: bottom, transform;
    }

    .navbar .navbar-toggle.is-active span {
        background: none;
    }

    .navbar .navbar-toggle.is-active span::before {
        top: 0;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
    }

    .navbar .navbar-toggle.is-active span::after {
        bottom: 0;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
    }

    .navbar .navbar-toggle.is-active span::before,
    .navbar .navbar-toggle.is-active span::after {
        -webkit-transition-delay: 0s, 0.3s;
                transition-delay: 0s, 0.3s;
    }

    section {
        padding-top: 30px;
    }

    #top {
        padding: 0;
    }

    #top h2 {
        position: static;
        margin-top: 20px;
    }

    #top .one {
        margin-top: 80px;
    }

    #top .slider-block {
        width: 80%;
    }

    #trace-1 .zoom {
        display: none !important;
    }

    #trace-2 {
        padding-bottom: 50px;
    }

    #about {
        padding-bottom: 30px;
    	background-size: cover;
    }

    #soul-traces #content {
        padding: 20px 10px;
    }

    #soul-traces .icon-pdf {
        right: 30px;
        top: 20px;
        font-size: 35px;
    }

    #soul-traces .back {
        font-size: 21px;
        margin-left: 36px;
    }

    #soul-traces .back i {
        font-size: 28px;
        left: -36px;
    }

    #soul-traces h4 {
        font-size: 25px;
    }

    #soul-traces .copyright p {
        position: static;
        margin-top: 10px;
        font-size: 15px;
    }

    footer .copyright {
        float: none;
        position: absolute;
        bottom: 10px;
        left: 0;
        margin-left: 10px;
        margin-top: 0;
        font-size: 15px;
    }

}


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

    body {
        font-size: 15px;
    }

    .lang {
        top: 13px;
        font-size: 19px;
    }

    h1 {
        font-size: 39px;
    }

    h2 {
        font-size: 35px;
    }

    .slider .play-big {
        width: 35px;
        height: 35px;
        margin-top: -17px;
        margin-left: -17px;
    }

    .slider .play-big i {
        line-height: 35px;
    }

    #top .one-bg {
        margin-bottom: 49px;
    }

    #top .slider-block {
        top: 190px;
    }


    #top h2 {
        margin-top: 10px;
    }

	#about .solo,
	#top .one p span {
	    font-size: 13px;
	}

    #top .slider .play-big {
        margin-left: -50px;
    }

    #winter-garden .play-big {
        margin-top: -70px;
    }

    #winter-garden .swiper-nav {
        bottom: 15px;
        right: 20px;
    }

    #trace-2 p {
        padding-bottom: 48px;
    }

    #trace-2 .trace-img .mask {
        width: 120px;
        height: 125px;
        top: 133px;
    }

    #about p span {
        font-size: 19px;
    }

    #about .ebru-bilun {
        margin-top: 20px;
    }

    #soul-traces h2 span {
        font-size: 20px;
    }

    #soul-traces h4 {
        font-size: 20px;
        margin-top: 20px;
    }

    footer .leaf {
        width: 125px;
        height: 73px;
        margin: 70px auto 0;
    }

    footer .copyright,
    #soul-traces .copyright p {
        font-size: 14px;
    }

}


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

    h1 {
        font-size: 29px;
    }

    h2 {
        font-size: 24px;
    }

    #top .slider .play-big {
        margin-left: -43px;
    }

    #winter-garden .play-big {
        margin-top: -82px;
    }

    footer .socials li {
        margin-left: 10px;
    }

    footer .copyright,
    #soul-traces .copyright p {
        font-size: 13px;
    }

    #soul-traces h2 span {
        font-size: 18px;
    }

}


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

    h1 {
        font-size: 28px;
    }

    #top .slider .play-big {
        margin-left: -38px;
    }

    footer .dmca {
        width: 85px;
        height: 31px;
    }

    footer .leaf {
        width: 100px;
        height: 58px;
    }

    footer .copyright,
    #soul-traces .copyright p {
        font-size: 12px;
    }

    footer .socials li {
        margin-left: 5px;
    }

}


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

    .navbar-collapse {
        margin-top: 43px;
    }

    .navbar-nav {
        margin: 5px -10px;
    }

    .navbar .nav .big a {
        font-size: 16px;
    }

    .navbar .nav li a {
        padding: 2.9px 0;
        font-size: 13px;
    }

    .navbar .nav .line {
        margin: 3px 0;
    }

}


@media only screen and (min-width:568px) and (max-width:767px) {

    .navbar .nav li a {
        font-size: 15px;
    }

    .navbar .nav .big a {
        font-size: 20px;
    }

    section {
        padding-top: 40px;
    }

    h1 {
        font-size: 39px;
    }

    h2 {
        font-size: 35px;
    }

    #top .one-bg {
        margin-bottom: 140px;
    }

    #top .slider-block {
        top: 300px;
    }

    #top .slider .play-big {
        margin-left: -66px;
    }

    #winter-garden .play-big {
        margin-top: -70px;
    }

    #trace-2 {
        padding-bottom: 60px;
    }

    #trace-2 p {
        padding-bottom: 79px;
    }

    #trace-2 .trace-img .mask {
        width: 215px;
        height: 225px;
        top: 103px;
    }

    #soul-traces h2 span {
        font-size: 20px;
    }

    #about {
        padding-bottom: 40px;
    }

}


@media only screen and (min-width: 768px) and (max-width: 991px) {

    .navbar {
        right: 0px;
    }

    .english .navbar {
        right: 29px;
    }

    .lang {
        right: 104px;
    }

    .english .lang {
        right: 135px;
    }

    .navbar {
        padding: 15px 20px;
    }

    .navbar .nav li a {
        padding: 7px 0;
        font-size: 15px;
    }

    .navbar .nav .big a {
        font-size: 20px;
    }

    section {
        padding-top: 50px;
    }

    h1 {
        font-size: 46px;
    }

    h2 {
        font-size: 38px;
    }

    #top .slider-block {
        max-width: 725px;
    }

    #top .slider .play-big {
        margin-left: -63px;
    }

    #winter-garden .play-big {
        margin-top: -60px;
    }

    #trace-1 .zoom {
        right: 33px;
        margin-top: -4px;
    }

    #trace-2 {
        padding-bottom: 70px;
    }

    #trace-2 p {
        padding-bottom: 0;
    }

    #trace-2 .trace-img .mask {
        width: 214px;
        height: 224px;
        top: 30px;
    }

    #about {
        padding-bottom: 50px;
    	background-size: cover;
    }

    #soul-traces h2 span {
        font-size: 23px;
    }

    footer .copyright {
        float: none;
        position: absolute;
        bottom: 10px;
        left: 8.33333333%;
        margin-left: 10px;
        margin-top: 0;
        font-size: 15px;
    }

}


@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .navbar {
        right: 0px;
    }

    .english .navbar {
        right: 29px;
    }

    .lang {
        right: 104px;
    }

    .english .lang {
        right: 135px;
    }

    #top .slider .play-big {
        margin-left: -74px;
    }

    #winter-garden .play-big {
        margin-top: -50px;
    }

    #trace-1 .zoom {
        margin-top: 22px;
    }

    #trace-2 .trace-img .mask {
        width: 440px;
        height: 460px;
        top: 0;
    }

    #about {
    	background-size: cover;
    }

}


@media only screen and (min-width: 1200px) {

    #top h2 {
        left: -55px;
    }

}

