﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    outline: none;
}

body,
html {
    height: 100%;
}

body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    /* border: 10px solid #fff; */
}

#lightalert {
    line-height: 1.5em !important;
}

.blockUI.blockMsg.blockPage {
    border: none !important;
    box-sizing: border-box;
    padding: 10px !important;
    font-size: 13px;
}

.relative100 {
    position: relative;
    float: left;
    width: 100%;
}

#inline1 {
    width: 100%;
    max-width: 450px;
    box-sizing: border-box;
    padding: 15px;
    display: none;
    color: #505050;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.7em;
}

#inline1 h3 {
    margin-bottom: 10px;
}

.modalPencere {
    opacity: 0;
    overflow: hidden;
    background: transparent url(../../../Content/images/alistebg.png) repeat 0 0;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -100;
}

.modal {
    background: #fff;
    width: 84%;
    max-width: 700px;
    padding: 3%;
    max-height: 623px;
    position: relative;
    top: 50px;
    margin: 0 auto;
    z-index: 2;
}

.modalIc {
    overflow: auto;
    width: 100%;
}

.modalIc.scrollPane {
    height: 400px;
}

.modal h5 {
    font-weight: 700;
    font-size: 17px;
    line-height: 17px;
    padding: 0 0 20px;
    color: #000;
}

.modal h5 span {
    color: #c19767;
}

.modal.formCevap {
    text-align: center;
    font-size: 18px;
    line-height: 27px;
    top: 150px;
}

.jspContainer {
    overflow: hidden;
    position: relative;
}

.jspHorizontalBar,
.jspPane,
.jspVerticalBar {
    position: absolute;
    font-size: 13px;
    line-height: 1.8em;
}

.jspVerticalBar {
    top: 0;
    right: 0;
    width: 16px;
    height: 100%;
    background: red;
}

.jspHorizontalBar {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: red;
}

.jspHorizontalBar *,
.jspVerticalBar * {
    margin: 0;
    padding: 0;
}

.jspPane td {
    border: 1px solid #c1c0c0;
    padding: 4px;
}

.jspPane ul {
    padding-left: 20px;
}

.jspCap {
    display: none;
}

.jspHorizontalBar .jspCap {
    float: left;
}

.jspTrack {
    background: #dde;
    position: relative;
}

.jspDrag {
    background: #bbd;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}

.jspHorizontalBar .jspDrag,
.jspHorizontalBar .jspTrack {
    float: left;
    height: 100%;
}

.jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
}

.jspArrow.jspDisabled {
    cursor: default;
    background: #80808d;
}

.jspVerticalBar .jspArrow {
    height: 16px;
}

.jspHorizontalBar .jspArrow {
    width: 16px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus {
    outline: 0;
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}

* html .jspCorner {
    margin: 0 -3px 0 0;
}

.jspVerticalBar,
.jspTrack {
    background: transparent;
}

.jspHorizontalBar {
    display: none;
}

.jspTrack {
    border-right: 1px solid #3F3F3F;
    width: 10px;
    right: 1px;
}

.jspDrag {
    background: #9e9e9e;
    width: 7px;
    right: -6px;
    left: auto;
}

.jspCap {
    display: block;
    background: transparent;
    height: 10px;
}

.mKapat {
    display: block;
    text-indent: -9999em;
    background: transparent url(../../../Content/images/close2.png) no-repeat 0 0;
    width: 40px;
    height: 40px;
    text-indent: -9999em;
    position: absolute;
    top: 6px;
    right: -20px;
}

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

.jspPane p {
    margin-bottom: 12px;
    color: #292828;
}

.jspPane p a {
    text-decoration: none;
    color: #000;
    font-weight: 600;
}

.jspPane b {
    color: #292828;
}

.checkboxform {
    display: inline-block;
    margin: 0;
    width: 100%;
    height: 25px;
    border: 2px solid #ffffff;
    border-radius: 12.5%;
    -webkit-transition: 400ms 100ms ease-out;
    -o-transition: 400ms 100ms ease-out;
    transition: 400ms 100ms ease-out;
    cursor: pointer;
}

.checkboxform:hover {
    border-color: #908e8e;
}

/*
input[type="checkbox"] {
    position: absolute;
    left: -1000px;
    opacity: 0;
}
*/

.tick {
    cursor: pointer;
    position: relative;
    right: -14px;
    top: -11px;
    width: calc(35px * 0.25);
    height: calc(39px * 0.75);
    border-right: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    -webkit-transform: rotate(45deg) scale(0);
    -ms-transform: rotate(45deg) scale(0);
    transform: rotate(45deg) scale(0);
    opacity: 0;
    -webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.5);
    -o-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.5);
    transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.5);
}

input[type="checkbox"]:checked+.checkboxform .tick {
    opacity: 1;
    -webkit-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
}

input[type="checkbox"]:focus+.checkboxform {
    -webkit-animation-name: cb-pop;
    animation-name: cb-pop;
    -webkit-animation-duration: 400ms;
    animation-duration: 400ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes cb-pop {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    33% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    66% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        tranform: scale(1);
    }
}

@keyframes cb-pop {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    33% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    66% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        tranform: scale(1);
    }
}

.topleft {
    position: relative;
    float: left;
    width: 70%;
    height: 100vh;
    background-image: url(../../../Content/images/header.jpg);
    background-size: cover;
    background-position: center center;
    border: 0;
    border-bottom: 0;
}

.topleft .pat_img {
    position: absolute;
    left: -16px;
    top: 15%;
    width: 209px;
    display: none;
}

.topright {
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
    height: 100vh;
    background-color: #000000;
}

.topright:after {
    content: '';
    position: absolute;
    left: 20px;
    top: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border: 2px solid #c3a04d;
}

.div1 {
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.benesta_logo {
    position: relative;
    display: block;
    margin: auto;
    width: 60%;
    max-width: 180px;
    margin-bottom: 15px;
}

.p1 {
    text-align: center;
    font-size: 22px;
    line-height: 26px;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #a8855b;
    font-weight: 700;
}

.bsadiv {
    padding-left: 10%;
    padding-right: 10%;
}

.input-effect {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 13px;
}

.input-effect input {
    font: 15px/24px "Lato", Arial, sans-serif;
    color: #fff;
    width: 100%;
    box-sizing: border-box;
    letter-spacing: 1px;
    background-color: transparent;
}

.effect-8 {
    border: 1px solid #ceb38f;
    padding: 13px 14px 11px;
    transition: 0.4s;
}

.effect-8~.focus-border:before,
.effect-8~.focus-border:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #c5a57b;
    transition: 0.3s;
}

.effect-8~.focus-border:after {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
}

.effect-8~.focus-border i:before,
.effect-8~.focus-border i:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 0;
    background-color: #c5a57b;
    transition: 0.4s;
}

.effect-8~.focus-border i:after {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
}

.effect-8:focus~.focus-border:before,
.effect-8:focus~.focus-border:after {
    width: 100%;
    transition: 0.3s;
}

.effect-8:focus~.focus-border i:before,
.effect-8:focus~.focus-border i:after {
    height: 100%;
    transition: 0.4s;
}

.bilgilendirmediv {}

.bilgilendirmediv span {
    position: relative;
    float: left;
    width: calc(100% - 30px);
    font-size: 11px;
    padding-left: 13px;
    color: #c5c4bb;
    line-height: 1.6em;
}

.bilgilendirmediv span a {
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
}

.popupchecks {
    width: 25px;
    position: relative;
    float: left;
}

.btnSend {
    border: 2px solid #c8a54f;
    padding: 11px 60px;
    color: black;
    cursor: pointer;
    display: block;
    overflow: hidden;
    font-size: 19px;
    position: relative;
    transition: all .5s;
    border-radius: 53px;
    text-align: center;
    width: 60%;
    margin: auto;
    margin-top: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #dcbb5b;
}

.btnSend span {
    z-index: 2;
}

.btnSend::before,
.btnSend::after {
    background: #fff;
    content: '';
    position: absolute;
    z-index: -1;
}

.btnSend:hover {
    color: #000000;
}


/* BUTTON 1 */

.btnSend::after {
    height: 0;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btnSend:hover:after {
    height: 100%;
    z-index: 2;
}

.btnSend:hover span {
    z-index: 3;
    color: #000;
    position: relative;
}

.galeri {
    height: 832px;
    max-height: 100%;
    background-image: url(../../../Content/landing/images/dragslider/bg.jpg);
    background-size: cover;
    background-position: center center;
}

.galeri .left {
    position: relative;
    float: left;
    width: 27%;
    height: 100%;
}

.galeri .left img {
    position: relative;
    height: 94%;
    float: left;
    margin-left: 40px;
    top: 50%;
    transform: translateY(-50%);
}

.galeri .midle {
    position: relative;
    float: left;
    width: 100%;
    height: calc(100% - 128px);
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding-top: 0;
}

.galeri .midle>div.relative100 {
    /* top: 50%; */
    height: 100%;
}

.galeri .midle p.relative100 {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    color: #a8855b;
    margin-bottom: 18px;
}

.galeri .midle p.relative100 span {
    font-weight: 300;
    color: #000;
}

.galeri .midle b.relative100 {
    text-align: center;
    font-size: 28px;
    font-weight: 300;
    color: #5e5e5e;
    margin-top: 18px;
}

.slide .box {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.galeri .right {
    position: relative;
    float: right;
    width: 26%;
    height: 100%;
    background-color: #a38257;
    z-index: -1;
}

.lokilet {
    height: 500px;
    margin-top: 0;
}

.lokilet .left {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
}

.lokilet .right {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
    padding-left: 5%;
}

.lokilet .right>div.relative100 {
    top: 50%;
    transform: translateY(-50%);
}

.p2 {
    font-size: 70px;
    font-weight: 600;
    color: #c49a38;
    margin-bottom: 30px;
    text-align: center;
    line-height: 70px;
    margin-top: 30px;
}

.p3 {
    font-size: 20px;
    font-weight: 600;
    color: #3c3b3b;
}

.p4 {
    font-size: 14px;
    padding-right: 30%;
    line-height: 21px;
    margin-bottom: 20px;
}

.p5 {
    font-size: 20px;
    font-weight: 600;
    color: #3c3b3b;
}

.p6 {
    font-size: 14px;
    margin-bottom: 30px;
}

.iletisimyoltarifi {
    border: 2px solid #000000;
    padding: 11px 40px;
    color: white;
    cursor: pointer;
    display: block;
    overflow: hidden;
    font-size: 15px;
    position: relative;
    transition: all .5s;
    border-radius: 53px;
    text-align: center;
    width: 200px;
    float: left;
    background-color: #000;
}

.iletisimyoltarifi span {
    z-index: 4;
}

.iletisimyoltarifi::before,
.iletisimyoltarifi::after {
    background: #fff;
    content: '';
    position: absolute;
    z-index: -1;
}

.iletisimyoltarifi:hover {
    color: #000000;
}


/* BUTTON 1 */

.iletisimyoltarifi::after {
    height: 0;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.iletisimyoltarifi:hover:after {
    height: 100%;
    z-index: 3;
}

#lokasyonmap {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
}

.locheader {}

.footer {
    background-color: #161616;
}

.footeric {
    position: relative;
    display: block;
    margin: auto;
    width: 98%;
    max-width: 1000px;
    height: 115px;
}

.footeric .left {
    position: relative;
    float: left;
    width: 33.33%;
    display: flex;
    align-items: center;
    height: 100%;
}

.footeric .left a {
    text-decoration: none;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}

.footeric .midle {
    position: relative;
    float: left;
    width: 33.33%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.footeric .midle img {
    width: 300px;
}

.footeric .right {
    position: relative;
    float: left;
    width: 33.33%;
    text-align: right;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
}

.footeric .right a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-left: 16px;
}

.footeric .right a span {}

.p1x {
    text-align: center;
    padding-left: 3%;
    padding-right: 3%;
    font-size: 15px;
    line-height: 1.7em;
    color: #a8855b;
}

.header_img {
    display: none;
}

.span1 {
    color: #a2907a;
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
    max-width: 473px;
    width: 100%;
    position: relative;
    display: block;
    margin: auto;
    margin-bottom: 16px;
    font-size: 14px;
}

.footerBottom {
    width: 100%;
    float: left;
    padding: 9px 0;
    background: #f9f9f9;
}

.footerCenter {
    width: 97%;
    margin: auto;
}

.leftFooter {
    float: left;
    width: auto;
    font-size: 9px;
    color: #5c5c5c;
}

.leftFooter span {
    width: auto;
    display: inline-block;
}

.rightFooter {
    float: right;
    width: auto;
}

.vonbelogo {
    width: 50px;
}

.dragslider {
    display: none;
    background-size: cover;
    background-position: center center;
    background-color: #161616;
}

.loknasilgiderim {
    background-image: url(../../../Content/images/bggalerisiyah.jpg);
    background-size: cover;
    background-position: center center;
}

.loknasilgiderim .p1 {
    font-family: 'Silk-Serif-Light';
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 50px;
}

.loknasilgiderim .div1 {
    position: relative;
    display: block;
    margin: auto;
    width: 98%;
    max-width: 1300px;
}

.loknasilgiderim .div1 .left {
    position: relative;
    float: left;
    width: 48%;
}

.loknasilgiderim .div1 .left span {
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}

.loknasilgiderim .div1 .left .box {}

.loknasilgiderim .div1 .right {
    position: relative;
    float: right;
    width: 48%;
}

.loknasilgiderim .div1 .right span {
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}

.loknasilgiderim .div1 .right .box {}

#videoiframe {
    position: relative;
    display: block;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 5px;
}

.js-videoWrapper {
    margin-top: 0;
    position: relative;
    display: block;
    margin: auto;
    width: 100%;
    height: 422px;
    background-color: #000;
}

.js-videoIframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.js-videoPoster {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border: 0;
    outline: none;
    background-position: 50% 50%;
    background-size: 100% 100%;
    background-size: cover;
    text-indent: -999em;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: opacity 800ms, height 0s;
    -moz-transition: opacity 800ms, height 0s;
    transition: opacity 800ms, height 0s;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
}

.js-videoPoster:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin: -56px 0 0 -40px;
    border: 5px solid #fff;
    border-radius: 100%;
    -webkit-transition: border-color 300ms;
    -moz-transition: border-color 300ms;
    transition: border-color 300ms;
}

.js-videoPoster:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    margin: -33px 0 0 -10px;
    border-left: 40px solid #fff;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    -webkit-transition: border-color 300ms;
    -moz-transition: border-color 300ms;
    transition: border-color 300ms;
}

.js-videoPoster:hover:before,
.js-videoPoster:focus:before {
    border-color: #000;
}

.js-videoPoster:hover:after,
.js-videoPoster:focus:after {
    border-left-color: #000;
}

.videoWrapperActive .js-videoPoster {
    opacity: 0;
    height: 0;
    -webkit-transition-delay: 0s, 800ms;
    -moz-transition-delay: 0s, 800ms;
    transition-delay: 0s, 800ms;
}

.lokvideodiv {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 80px;
}

.lokvideobox {
    position: relative;
    display: inline-block;
    margin: auto;
    width: 270px;
    height: 100px;
    text-decoration: none;
    margin-left: 10px;
    margin-right: 10px;
}

.lokvideobox p {
    top: 50%;
    transform: translateY(-50%);
    font-size: 17px;
}

.lokvideobox p span {
    position: relative;
    top: -10px;
    margin-right: 11px;
}

.lokvideobox p svg {
    width: 40px;
    height: 40px;
}

.lokvideobox1 {
    background-color: #bf8f55;
    color: #000;
}

.lokvideobox1 p svg {}

.lokvideobox1::before,
.lokvideobox1::after {
    background: #1e1e1e;
    content: '';
    position: absolute;
    z-index: -1;
}

.lokvideobox1:hover {
    color: #000000;
}

.lokvideobox1::after {
    height: 0;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.lokvideobox1:hover:after {
    height: 100%;
    z-index: 2;
}

.lokvideobox1:hover p,
.lokvideobox1:hover span {
    z-index: 3;
    color: #fff;
}

.lokvideobox1:hover p svg,
.lokvideobox1:hover span svg {
    z-index: 3;
    fill: #fff;
}

.lokvideobox2 {
    background-color: #000000;
    color: #b8916f;
}

.lokvideobox2 p svg {
    fill: #b8916f;
}

.lokvideobox2::before,
.lokvideobox2::after {
    background: #1e1e1e;
    content: '';
    position: absolute;
    z-index: -1;
}

.lokvideobox2:hover {
    color: #000000;
}

.lokvideobox2::after {
    height: 0;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.lokvideobox2:hover:after {
    height: 100%;
    z-index: 2;
}

.lokvideobox2:hover p {
    z-index: 3;
    color: #fff;
}

.lokvideobox2:hover p svg {
    z-index: 3;
    fill: #fff;
}


.is-invalid::-webkit-input-placeholder{color:#e10313!important}
.is-invalid:-moz-placeholder{color:#e10313!important}
.is-invalid::-moz-placeholder{color:#e10313!important}
.is-invalid:-ms-input-placeholder{color:#e10313!important}


.is-invalid + span{ color:#e10313!important }

.iti {width:100%}
