@import "../fonts/stylesheet.css";

body, html {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: 'Proxima Nova Rg';
    background-image: url('../images/bg.png');
}

.container {
    width: 1120px;
    margin: 0 auto;
}

.container2 {
    width: 1240px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #ebebeb;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

header {
    float: left;
    width: 100%;
}
header.relative {
    position: relative;
    z-index: 99999;
}
header .phone {
    background-image: url('../images/siparis.png');
    width: 256px;
    height: 66px;
    float: right;
}

header .phone a .left {
    float: left;
    width: 185px;
    text-align: right;
    color: #fff;
    padding: 9px 0;
}

header .phone a .left span {
    font-family: 'Proxima Nova Rg', sans-serif;
    font-size: 14px;
}

header .phone a .left h4 {
    font-family: 'Proxima Nova Bl', sans-serif;
    font-size: 28px;
}

header .phone a img {
    float: right;
    padding: 16px 20px;
}

header .header-bottom {
    float: left;
    width: 100%;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

header .phone a {}

header .logo {
    float: left;
    width: 25%;
}
header .logo a {}
header .logo a img {}

header ul.menu {
    float: left;
    width: 75%;
    text-align: right;
}
header ul.menu li:first-child {
    margin-left: 0;
}
header ul.menu > li {
    display: inline-block;
    margin-left: 54px;
}
header ul.menu li a {
    color: #9b9ba0;
    font-family: 'Proxima Nova Rg', sans-serif;
    font-weight: 700;
    text-decoration: none;
    font-size: 20px;
}
header ul.menu li a:hover {
    color: #146c37;
    text-decoration: underline;
}

header ul.menu li.active a{
    color: #146c37;
    text-decoration: underline;
}

section.slider {
    float: left;
    width: 100%;
    height: 836px;
    position: relative;
}
section.slider .sliderBg {
    height: 717px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 120px;
}

section.slider #vfeSlider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
section.slider #vfeSlider .mainImage {
    background-image: url('../images/slideBg.png');
    width: 605px;
    height: 612px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}
section.slider #vfeSlider .mainImage img {
    margin-left: -45px;
    margin-top: -18px;
}

#prevSlide, #nextSlide {
    cursor: pointer;
}

section.slider #vfeSlider .subImage {
    margin-top: -360px;
}
section.slider #vfeSlider .subImage ul {
    position: relative;
}
section.slider #vfeSlider .subImage ul li {
    display: inline-block;
}
section.slider #vfeSlider .subImage ul li:first-child {
    position: absolute;
    left: 10%;
}
section.slider #vfeSlider .subImage ul li:last-child {
    position: absolute;
    right: 10%;
}
section.slider #vfeSlider .subImage ul li img {
    width: 100px;
    height: 103px;
}
.slideprev,.slidenext{
    position: absolute;
    color: #126131;
    top: 310px;
    font-size: 60px;
    cursor: pointer;
    z-index: 9;
}
.slideprev:hover,.slidenext:hover{
    color: #ffffff;
}
.slideprev{
    /* left:0; */
    margin-left: 80px;
}
.slidenext{
    right: 43%;
    margin-right: -385px;
}
section.middle {
    background-image: url('../images/middle.png');
    height: 628px;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    width: 100%;
}
section.middle .left {
    width: 30%;
    float: left;
}

section.middle .left h1 {
    color: #fff;
    font-size: 24px;
    font-family: 'Proxima Nova Bl', sans-serif;
    margin-bottom: 30px;
}
section.middle .left p {
    color: #fff;
    font-family: 'Proxima Nova Th', sans-serif;
    font-size: 16px;
    font-weight: 100;
    line-height: 115%;
}
section.middle .left a {
    font-family: 'Proxima Nova Rg', sans-serif;
    font-size: 14px;
    margin-top: 40px;
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

section.middle .right {
    width: 30%;
    float: right;
    text-align: right;
}

section.middle .right h1 {
    color: #fff;
    font-size: 24px;
    font-family: 'Proxima Nova Bl', sans-serif;
    margin-bottom: 10px;
}

section.middle .right #duyurular {}
section.middle .right #duyurular .swiper-slide {}
section.middle .right #duyurular .swiper-slide a {
    display: block;
    text-decoration: none;
}
section.middle .right #duyurular .swiper-slide a img {
    width: 267px;
    max-height: 153px;
    overflow: hidden;
    margin-bottom: 10px;
}
section.middle .right #duyurular .swiper-slide a h4 {
    color: #dfd8a0;
    font-family: 'Proxima Nova Rg', sans-serif;
    font-size: 16px;
    font-weight: 600;
}
section.middle .right #duyurular .swiper-slide a p {
    color: #fff;
    font-weight: 100;
    font-family: 'Proxima Nova Lt', sans-serif;
    font-size: 16px;
}

section.middle .right #duyurular .swiper-slide a span {
    font-family: 'Proxima Nova Rg', sans-serif;
    font-size: 14px;
    margin-top: 5px;
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

section.middle .top {
    width: 100%;
    float: left;
    margin-top: -130px;
    margin-bottom: 50px;
}

section.middle .top .box {
    width: 32%;
    float: left;
    box-sizing: border-box;
    height: 309px;
    position: relative;
    margin-right: 2%;
}

section.middle .top .box:last-child {
    margin-right: 0;
}

section.middle .top .box.nalcaci {
    background-image: url('../images/nalcaci_image.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border-radius: 5px;
}

section.middle .top .box.selcuklu {
    background-image: url('../images/selcuklu_image.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border-radius: 5px;
}

section.middle .top .box.meram {
    background-image: url('../images/meram_image.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border-radius: 5px;
}

section.middle .top .box div {
    position: absolute;
    bottom: 20px;
    background: rgba(0, 0, 0, 0.60);
    width: 100%;
    text-align: center;
}
section.middle .top .box div h4 {
    color: #fff;
    width: 75%;
    text-align: center;
    margin: 0 auto;
    padding: 20px 0;
}

section.middle .top .box:hover div h4 {
    background-image: url('../images/box_hover.png');
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
    overflow: hidden;
}

.nav-g {
    float: right;
}

.duyuru-ileri {
    float: right;
    font-size: 42px;
    margin-left: 10px;
    color: #fff;
    transition: all ease .5s;
    cursor: pointer;
}

.duyuru-geri {
    float: left;
    font-size: 42px;
    color: #fff;
    transition: all ease .5s;
    cursor: pointer;
}

.duyuru-geri:hover, .duyuru-ileri:hover {
    color: #d5b87b;
}

.gradient {
    background: rgba(105,89,54,1);
    background: -moz-linear-gradient(left, rgba(105,89,54,1) 0%, rgba(213,184,123,1) 95%, rgba(213,184,123,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(105,89,54,1)), color-stop(95%, rgba(213,184,123,1)), color-stop(100%, rgba(213,184,123,1)));
    background: -webkit-linear-gradient(left, rgba(105,89,54,1) 0%, rgba(213,184,123,1) 95%, rgba(213,184,123,1) 100%);
    background: -o-linear-gradient(left, rgba(105,89,54,1) 0%, rgba(213,184,123,1) 95%, rgba(213,184,123,1) 100%);
    background: -ms-linear-gradient(left, rgba(105,89,54,1) 0%, rgba(213,184,123,1) 95%, rgba(213,184,123,1) 100%);
    background: linear-gradient(to right, rgba(105,89,54,1) 0%, rgba(213,184,123,1) 95%, rgba(213,184,123,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#695936', endColorstr='#d5b87b', GradientType=1 );
    color:transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.middle-bottom {
    padding: 15px 0;
    float: left;
    width: 100%;
    overflow: hidden;
}
.middle-bottom .header {
    width: 100%;
    text-align: center;
}
.middle-bottom .header .gradient {
    font-family: 'Proxima Nova Bl', sans-serif;
    font-size: 32px;
    display: inline-block;
    line-height: 130%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.middle-bottom #middleBottom {}
.middle-bottom #middleBottom .swiper-slide {
    width: 144px;
    height: 144px;
    position: relative;
}
.middle-bottom #middleBottom .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.middle-bottom #middleBottom .swiper-slide:hover .hover {
    opacity: 1;
}
.middle-bottom #middleBottom .swiper-slide .hover {
    transition: all ease .5s;
    opacity: 0;
    position: absolute;
    left: 6px;
    right: 6px;
    top: 6px;
    bottom: 6px;
    background: rgba(20, 108, 55, 0.80);
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
    height: 78px;
}

#hiddenSlideImage {
    display: none;
}

.middle-bottom .middle-bottom-slide {
    position: relative;
}

.middle-bottom .middle-bottom-slide .allViewBtn {
    margin: 0 auto;
    display: block;
    width: 197px;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}

.middle-bottom .middle-bottom-slide .allViewBtn:after {
    position: absolute;
    content: '';
    background-image: url('../images/left-shape.png');
    height: 12px;
    width: 1000px;
    right: 50px;
    background-position: right;
    top: 13px;
}

.middle-bottom .middle-bottom-slide .allViewBtn:before {
    position: absolute;
    content: '';
    background-image: url('../images/right-shape.png');
    height: 12px;
    width: 1000px;
    left: 47px;
    top: 13px;
}

.middle-bottom2 {
    padding: 15px 0;
    float: left;
    width: 100%;
    overflow: hidden;
}
.middle-bottom2 .header {
    width: 100%;
    text-align: center;
}
.middle-bottom2 .header .gradient {
    font-family: 'Proxima Nova Bl', sans-serif;
    font-size: 32px;
    display: inline-block;
    line-height: 130%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.social-content {
    width: 80%;
    display: block;
    margin: 0 auto;
}
.social-content .button {
    text-align: center;
}
.social-content .button a {
    display: inline-block;
    font-size: 23px;
    font-family: 'Proxima Nova Bl';
    font-weight: 600;
    margin-right: 10px;
}
.social-content ul {}
.social-content ul li {
    display: block;
    border: 1px solid #eaeaea;
    background: #fff;
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
    border-radius: 8px;
    margin-bottom: 25px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.social-content ul li .left {
    float: left;
    width: 30%;
    border-right: 1px solid #eaeaea;
    padding: 40px 50px;
    box-sizing: border-box;
    transition: all ease .5s;
}
.social-content ul li:hover {
    -webkit-box-shadow: 0px 0px 102px -21px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 102px -21px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 102px -21px rgba(0,0,0,0.75);
}
.social-content ul li:hover .right .share {
    display: block;
}
.social-content ul li .right {
    float: left;
    width: 70%;
    padding: 40px 20px;
    box-sizing: border-box;
    color: #9b9ba0;
    font-size: 16px;
    font-family: 'Proxima Nova Lt', sans-serif;
    position: relative;

}
.social-content ul li .right .share {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: none;
}
.social-content ul li .left div {}
.social-content ul li .left div h3 {
    font-size: 18px;
    color: #126232;
    font-family:'Proxima Nova Bl';
    font-weight: 600;
}
.social-content ul li .left div small {
    color: #126232;
}

footer {
    background-image: url('../images/footer.png');
    height: 376px;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    width: 100%;
    margin-top: 20px;
}

footer .left {
    width: 30%;
    float: left;
    margin-top: 90px;
}
footer .left ul {
    width: 100%;
    overflow: hidden;
}
footer .left ul li {
    width: 50%;
    display: inline-block;
    float: left;
}
footer .left ul li a {
    font-size: 16px;
    font-family: 'Proxima Nova Lt', sans-serif;
    text-decoration: none;
    color: #fff;
    line-height: 125%;
    font-weight: 300;
    font-style: normal;
}

footer .left ul li a:hover {
    color: #d5b87b;
}


footer .right {
    width: 30%;
    float: right;
    margin-top: 90px;
    text-align: right;
}

.footerSocial {
    margin-top: 20px;
    margin-bottom: 20px;
}
.footerSocial small {
    color: #fff;
    font-size: 12px;
    font-family: 'Proxima Nova Th', sans-serif;
}
.footerSocial ul {}
.footerSocial ul li {
    color: #fff;
    display: inline-block;
    width: 34px;
    height: 34px;
    vertical-align: middle;
    line-height: 34px;
    text-align: center;
}
.footerSocial ul li a {
    color: inherit;
    cursor: pointer;
}
.footerSocial ul li i {}

.container2 {
    margin-top: 60px;
    position: relative;
}

.detailPage {
}

.detailPage > .left {
    width: 364px;
    margin-right: 10px;
    float: left;
    margin-top: -30px;
}
.detailPage .left .sidebar {
    background-image: url('../images/detail_left.png');
    background-repeat: no-repeat;
    background-position: top;
    height: 1171px;
    width: 364px;
    float: left;
}
.detailPage .left .sidebar ul li {
    color: #fff;
}
.detailPage .left .sidebar ul li:hover {
    color: #1c4a2a;
    background: #fff;
    border-radius: 10px;
    padding-left: 10px;
    margin-left: -10px;
}
.detailPage .left .sidebar ul li a {
    text-decoration: none;
    color: inherit;
    font-size: 18px;
    font-family: 'Proxima Nova Rg', sans-serif;
    display: inline-block;
    padding: 12px 10px;
}

.detailPage .left .sidebar ul {
    list-style: none;
    padding: 40px;
}
.detailPage .left .sidebar ul > li:before {
    content: "";
    margin-right: 6px;
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    margin-bottom: 4px;
}
.detailPage .left .sidebar ul > li:hover:before {
    content: "";
    margin-right: 6px;
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #1c4a2a;
    border-radius: 50%;
    margin-bottom: 4px;
}

.detailPage .rightContent {
    float: right;
    width: calc(100% - 374px);
    box-sizing: border-box;
    padding: 40px 20px;
}
.detailPage .rightContent .iframe {
    margin-bottom: 10px;
}
.detailPage .rightContent .share {
    margin-bottom: 10px;
}
.detailPage .rightContent .section {
    margin-bottom: 40px;
    float: left;
    width: 100%;
    padding-top: 40px;
}
.detailPage .rightContent .section h4 {
    color: #b0b9a1;
    font-size: 20px;
    font-family: 'Proxima Nova Rg', sans-serif;
    font-weight: bold;
    margin-bottom: 20px;
}

.detailPage .rightContent .section p {
    color: #9b9ba0;
    font-size: 16px;
    font-family: 'Proxima Nova Lt', sans-serif;
    font-weight: 100;
    line-height: 125%;
    margin-bottom: 15px;
}

.detailPage .rightContent .section .gallery {}
.gallery ul {
    float: left;
    width: 100%;
}
.gallery ul li {
    width: 24%;
    margin-right: 6px;
    display: block;
    float: left;
    height: 169px;
    line-height: 200px;
    background: #fff;
    border: 1px solid #eaeaea;
    margin-bottom: 6px;
    position: relative;
}
.gallery ul li:nth-child(4n+4) {
    margin-right: 0;
}
.gallery ul li a {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    overflow: hidden;
}
.gallery ul li a img {
    max-width: 100%;
}


.detailPage .rightContent .section .icons {}

.detailPage .rightContent .section .icons ul {
    float: left;
    width: 100%;
}

.detailPage .rightContent .section .icons ul li {
    width: 49%;
    margin-right: 10px;
    display: block;
    float: left;
    height: 200px;
    background: #fff;
    border: 1px solid #eaeaea;
    margin-bottom: 10px;
    position: relative;
}

.detailPage .rightContent .section .gallery ul li:hover .overlay {
    opacity: 1;
}

.detailPage .rightContent .section .gallery ul li a .overlay {
    background: rgba(20, 108, 55, 0.9);
    position: absolute;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
    opacity: 0;
    text-align: center;
    color: #fff;
    padding-top: 34px;
    box-sizing: border-box;
    transition: all ease .5s;
}

.detailPage .rightContent .section .icons ul li:nth-child(2n+2) {
    margin-right: 0;
}

.detailPage .rightContent .section .icons ul li a {
    height: 100%;
    color: #b0b9a1;
    transition: all ease .5s;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.detailPage .rightContent .section .icons ul li a div {

}


.detailPage .rightContent .section .icons ul li a div i {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
}
.detailPage .rightContent .section .icons ul li a div span {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.detailPage .rightContent .section .icons ul li a span {
    font-family: 'Proxima Nova Lt', sans-serif;
    font-size: 14px;
}

.detailPage .rightContent .section .icons ul li a i {
    font-size: 42px;
}
.detailPage .rightContent .section .icons ul li:hover a {
    color: #146c37;
}


.menuPage {}
.menuPage .menuBox {}
.menuPage .menuBox .item  {
    width: 268px;
    float: left;
    margin-right: 15px;
    margin-bottom: 20px;
    position: relative;
    transition: all ease .5s;
}
.menuPage .menuBox .itemGroup .item:nth-child(4) {
    margin-right: 0;
}
.menuPage .menuBox .item .overlay {
    transition: all ease .5s;
    opacity: 0;
    background-image: url('../images/sHover.png');
    float: left;
    width: 100%;
    height: 125%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: -20px;
    border-radius: 15px;
}
.menuPage .menuBox .item:hover img {
    position: relative;
    z-index: 1;
}
.menuPage .menuBox .item:hover h1 {
    position: relative;
    z-index: 1;
    color: #fff;
}
.menuPage .menuBox .item:hover .overlay {
    opacity: 1;
}
.menuPage .menuBox .item a  {
    display: block;
    text-decoration: none;
    text-align: center;
}
.menuPage .menuBox .item a img  {}
.menuPage .menuBox .item a h1 {
    color: #9b9ba0;
    font-size: 16px;
    font-family: 'Proxima Nova Lt', sans-serif;
}
.menuPage .menuBox h4.title {
    margin-bottom: 40px;
    color: #146c37;
    font-family: 'Proxima Nova Bl', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
}

.menuPage .menuBox .marginTop {
    margin-top: -130px;
}

.menusContainer .container2 {
    height: 226px;
    border-radius: 15px;
}

.ayran {
    text-align: center;
    padding: 60px 0;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 1000px;
    position: relative;
    z-index: 99999999;
    height: 255px;
    border-radius: 15px;
}

/* The Close Button */
.close {
    float: right;
    font-size: 28px;
    font-weight: bold;
    color: #146c37;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal-content img {
    margin-top: -12%;
    width: 50%;
    float: left;
}

.modal-content .right {
    float: right;
    width: 48%;
    padding: 40px;
    box-sizing: border-box;
}

.modal-content .right h4 {
    font-size: 20px;
    color: #146c37;
    margin-bottom: 15px;
    font-family: 'Proxima Nova Bl', sans-serif;
}
.modal-content .right p {
    font-size: 16px;
    color: #9b9ba0;
    font-family: 'Proxima Nova Lt', sans-serif;
    line-height: 125%;
    height: 150px;
}

.modal-content .right span {
    color: #9b9ba0;
    font-size: 12px;
    font-family: 'Proxima Nova Lt', sans-serif;
}

.clickMenu:hover ul {
    display: block;
}
.clickMenu {
    position: relative;
}
.clickMenu ul {
    position: absolute;
    top: 21px;
    z-index: 9999;
    display: none;
    border-top: 20px solid transparent;
}
.clickMenu ul li {
    width: 268px;
    height: 115px;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    border-bottom: 1px solid #000;
    position: relative;
    z-index: 999999;
}
.clickMenu ul li:last-child {
    border-bottom: 0;
}
.clickMenu ul li a {
    display: block;
    width: 100%;
    height: 100%;
}
.clickMenu ul li .hover {
    opacity: 1;
    background: rgba(20, 108, 55, 0.80);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: all ease .5s;
}

.clickMenu ul li:hover .hover {
    opacity: 0;
    transition: all ease .5s;
}

.clickMenu ul li span {
    position: absolute;
    top: 15px;
    color: #fff;
    left: 15px;
}


.section .button {
    text-align: center;
}
.section .button a {
    display: inline-block;
    font-size: 23px;
    font-family: 'Proxima Nova Bl', sans-serif;
    font-weight: 600;
    margin-right: 10px;
}


.detailPage .iletisim {
    padding: 20px 0;
    border-bottom: 1px solid #e7eae3;
    margin-bottom: 10px;
}
.detailPage .iletisim:last-child {
    border: none;
}
.detailPage .iletisim h4 {
    color: #b0b9a1;
    font-size: 20px;
    font-family: 'Proxima Nova Bl', sans-serif;
    font-weight: 300;
    margin-bottom: 20px;
}

.detailPage .iletisim .map {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-right: 20px;
}
.detailPage .iletisim .info {
    float: right;
    width: 50%;
}
.detailPage .iletisim .info .item {
    margin-bottom: 19px;
}
.detailPage .iletisim .info .item:last-child {
    margin: 0;
}
.detailPage .iletisim .info h5 {
    color: #aaaaae;
    font-family: 'Proxima Nova Bl', sans-serif;
    font-weight: 300;
    margin-bottom: 5px;
}
.detailPage .iletisim .info p {
    color: #aaaaae;
}

.detailPage .iletisim .info p a {
    text-decoration: underline;
    color: inherit;
}

.detailPage .iletisim .info .item img {
    width: 100%;
}

.detailPage .iletisim .iletisimForm {}
.detailPage .iletisim .iletisimForm input {
    float: left;
    width: 32%;
    margin-right: 1%;
    display: block;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    padding: 16px 20px;
    border-radius: 10px;
    transition: all ease .5s;
}
.detailPage .iletisim .iletisimForm input:focus {
    outline: 0;
    border-color: #146c37;
}
.detailPage .iletisim .iletisimForm input:hover {
    outline: 0;
    border-color: #146c37;
}
.detailPage .iletisim .iletisimForm div input:last-child {
    margin-right: 0;
    width: 34%;
}
.detailPage .iletisim .iletisimForm textarea {
    margin-top: 20px;
    float: left;
    width: 100%;
    display: block;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    padding: 16px 20px;
    border-radius: 10px;
    transition: all ease .5s;
    height: 150px;
}
.detailPage .iletisim .iletisimForm textarea:focus {
    outline: 0;
    border-color: #146c37;
}
.detailPage .iletisim .iletisimForm textarea:hover {
    outline: 0;
    border-color: #146c37;
}
.detailPage .iletisim .iletisimForm button {
    background: #146c37;
    background: -moz-linear-gradient(left, #146c37 0%, #093218 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #146c37 0%,#093218 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #146c37 0%,#093218 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#146c37', endColorstr='#093218',GradientType=1 ); /* IE6-9 */
    color: #fff;
    width: 176px;
    height: 50px;
    display: block;
    float: right;
    margin-top: 20px;
    border: none;
    cursor: pointer;
    font-family: 'Proxima Nova Rg', sans-serif;
    font-weight: 300;
    text-align: center;
    border-radius: 15px;
    font-size: 18px;
    transition: all ease .5s;
}

.detailPage .iletisim .iletisimForm button:hover {
    transition: all ease .5s;
    background: #093218;
    background: -moz-linear-gradient(left, #093218 0%, #146c37 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #093218 0%,#146c37 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #093218 0%,#146c37 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#093218', endColorstr='#146c37',GradientType=1 ); /* IE6-9 */
}

.detailPage .iletisim .iletisimForm button:focus {
    outline: 0;
}


.sosyal .header .gradient {
    font-family: 'Proxima Nova Bl', sans-serif;
    font-size: 32px;
    display: inline-block;
    line-height: 130%;
    margin: 0 auto;
    margin-bottom: 30px;
}


.sosyal .header {
    width: 100%;
    text-align: center;
}

.sosyal .content {}
.sosyal .content a.item {
    display: block;
    width: calc((1120px / 4) - 10px);
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
}

.sosyal .content a.item .hover {
    opacity: 0;
    background: rgba(0, 0, 0, 0.80);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: all ease .5s;
    color: #fff;
}
.sosyal .content a.item .hover {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
}
.sosyal .content a.item .hover span {
    font-size: 14px;
    display: block;
}
.sosyal .content a.item .hover small {
    font-size: 12px;
}
.sosyal .content a.item:hover .hover {
    opacity: 1;
}

.headerArea {
    height: 716px;
    width: 1335px;
    margin-left: -93px;
    margin-top: -57px;
    background-repeat: no-repeat;
    background-position: center;
}

.headerArea .rightMenu {
    float: right;
    margin-top: 100px;
    text-align: right;
}
.headerArea .rightMenu ul {}
.headerArea .rightMenu ul li {
    color: #fff;
    display: inline-block;
    margin-bottom: 10px;
}
.headerArea .rightMenu ul li a {
    text-decoration: none;
    color: inherit;
    font-size: 18px;
    font-family: 'Proxima Nova Rg', sans-serif;
    display: inline-block;
    padding: 12px 10px;
}


.headerArea .rightMenu ul {
    list-style: none;
    padding: 40px;
    width: 197px;
}
.headerArea .rightMenu ul > li:after {
    content: "";
    margin-left: 6px;
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    margin-bottom: 4px;
}
.headerArea .rightMenu ul > li:hover:after {
    content: "";
    margin-left: 6px;
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    margin-bottom: 4px;
}

.headerArea .rightMenu ul li:hover {
    color: #fff;
    background: #695936; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #695936 0%, #d5b87b 49%, #695936 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #695936 0%,#d5b87b 49%,#695936 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #695936 0%,#d5b87b 49%,#695936 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#695936', endColorstr='#695936',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border-radius: 10px;
    padding-right: 10px;
    margin-right: -10px;
}


.headerArea .rightMenu .info {
    margin-top: 266px;
}

.headerArea .rightMenu .info div {
    float: left;
    color: #fff;
}
.headerArea .rightMenu .info div h5 {
    line-height: 125%;
}
.headerArea .rightMenu .info i {
    float: right;
    font-size: 32px;
    margin-left: 15px;
    color: #beab66;
    padding: 3px 0;
}

strong {
    font-weight: bold;
}

.headerArea .leftArea {
    float: left;
    margin-top: 650px;
    margin-left: 50px;
}
.headerArea .leftArea > div {
    float: left;
    margin-right: 15px;
}
.headerArea .leftArea > div i {
    float: left;
    color: #beab66;
    margin-right: 8px;
    font-size: 44px;
}
.headerArea .leftArea > div > div {
    float: right;
}
.headerArea .leftArea > div > div ul {}
.headerArea .leftArea > div > div ul li {
    float: left;
    color: #fff;
    margin-right: 10px;
}
.headerArea .leftArea > div > div ul li:hover a {
    color: #beab66;
    text-decoration: underline;
}
.headerArea .leftArea > div > div ul li a {
    text-decoration: none;
    color: #fff;
    font-family: 'Proxima Nova Lt', sans-serif;
}
.headerArea .leftArea > div > div h5 {
    color: #fff;
    font-size: 22px;
    font-family: 'Proxima Nova Rg', sans-serif;
    margin-bottom: 6px;
    font-weight: 600;
}
.headerArea .leftArea > div > div p {
    color: #fff;
    font-family: 'Proxima Nova Lt', sans-serif;
}

.PageSube {
    padding: 30px 0;
}
.PageSube .item {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e7eae3;
    margin-bottom: 25px;
    padding-bottom: 25px;
}
.PageSube p {
    font-size: 16px;
    color: #9b9ba0;
    font-family: 'Proxima Nova Lt', sans-serif;
    line-height: 125%;
}

.PageSube h4.title {
    color: #b0b9a1;
    font-size: 20px;
    font-family: 'Proxima Nova Rg', sans-serif;
    font-weight: bold;
    float: left;
    margin-bottom: 20px;
}

.PageSube .item .prevnext {
    float: right;
}

.detailSlide {}
.detailSlide .swiper-slide:hover {
    background-image: url('../images/sHover.png');
    width: 100%;
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
}
.detailSlide .swiper-slide:hover h5 {
    color: #fff;
}
.detailSlide .swiper-slide {
    text-align: center;
    padding: 50px 0;
    color: #fff;
}
.detailSlide .swiper-slide img {
    width: 257px;
    height: 264px;
}
.detailSlide .swiper-slide h5 {
    font-size: 16px;
    color: #9b9ba0;
}

.prevnext i {
    color: #b0b9a1;
    cursor: pointer;
    font-size: 38px;
}

.prevnext i:hover {
    color: #146c37;
}

.PageSube .item .gallery ul {
    float: left;
    width: 100%;
}
.PageSube .item .gallery ul li {
    width: 178px;
    margin-right: 6px;
    display: block;
    float: left;
    height: 139px;
    line-height: 200px;
    background: #fff;
    border: 1px solid #eaeaea;
    margin-bottom: 6px;
    position: relative;
}
.PageSube .item .gallery ul li:nth-child(6n+6) {
    margin-right: 0;
}
.PageSube .item .gallery ul li a {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    overflow: hidden;
}
.PageSube .item .gallery ul li a img {
    width: 100%;
}

.PageSube .item .gallery ul li:hover .overlay {
    opacity: 1;
}

.PageSube .item .gallery ul li a .overlay {
    background: rgba(20, 108, 55, 0.9);
    position: absolute;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
    opacity: 0;
    text-align: center;
    color: #fff;
    padding-top: 34px;
    box-sizing: border-box;
    transition: all ease .5s;
}


.subover {
    display: none;    position: relative;
    z-index: 99999;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.80);
    z-index: 9998;
}

.subover.active {
    display: block;
}

.rightContent .social-list {
    margin-top: 30px;
    float: left;
    width: 100%;
}
.rightContent .social-list .item {
    display: block;
    text-decoration: none;
    margin-top: 20px;
}
.rightContent .social-list .item .image {
    display: block;
    width: 80%;
    margin: 0 auto;
    margin-bottom: -260px;

}
.rightContent .social-list .item .image img {
    width: 100%;
    margin: 0 auto;
}
.rightContent .social-list .item .info {
    padding: 270px 15px 15px 15px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    box-sizing: border-box;
}
.rightContent .social-list .item .info h4 {
    color: #126232;
    font-size: 16px;
    margin: 0;
    margin-bottom: 5px;
}
.rightContent .social-list .item .info small {
    font-size: 12px;
    color: #126232;
    display: block;
    margin-bottom: 15px;
}
.rightContent .social-list .item .info p {
    color: #9b9ba0;
    line-height: 125%;
    font-size: 16px;
}

.social-list .devami {}
.social-list .devami a {
    background: #146c37;
    background: -moz-linear-gradient(left, #146c37 0%, #093218 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #146c37 0%,#093218 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #146c37 0%,#093218 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#146c37', endColorstr='#093218',GradientType=1 ); /* IE6-9 */
    color: #fff;
    width: 176px;
    height: 50px;
    line-height: 50px;
    float: right;
    margin-top: 20px;
    border: none;
    cursor: pointer;
    font-family: 'Proxima Nova Rg', sans-serif;
    font-weight: 300;
    text-alig n: center;
    border-radius: 15px;
    font-size: 18px;
    transition: all ease .5s;
    display: block;
    text-decoration: none;
}

.social-list .devami a:hover {
    transition: all ease .5s;
    background: #093218;
    background: -moz-linear-gradient(left, #093218 0%, #146c37 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #093218 0%,#146c37 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #093218 0%,#146c37 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#093218', endColorstr='#146c37',GradientType=1 ); /* IE6-9 */
}
.yorumForm input {
    float: left;
    width: 49%;
    margin-right: 1%;
    display: block;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    padding: 16px 20px;
    transition: all ease .5s;
    margin-top: 12px;
    border-radius: 10px;
}
.yorumForm input:focus {
    outline: 0;
    border-color: #146c37;
}
.yorumForm input:hover {
    outline: 0;
    border-color: #146c37;
}
.yorumForm div input:last-child {
    margin-right: 0;
    margin-top: 10px;
}
.yorumForm textarea {
    margin-top: 10px;
    float: left;
    width: 99%;
    display: block;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    padding: 16px 20px;
    transition: all ease .5s;
    height: 150px;
    border-radius: 10px;
}
.yorumForm textarea:focus {
    outline: 0;
    border-color: #146c37;
}
.yorumForm textarea:hover {
    outline: 0;
    border-color: #146c37;
}
.yorumForm button {
    background: #146c37;
    background: -moz-linear-gradient(left, #146c37 0%, #093218 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #146c37 0%,#093218 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #146c37 0%,#093218 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#146c37', endColorstr='#093218',GradientType=1 ); /* IE6-9 */
    color: #fff;
    width: 176px;
    height: 50px;
    display: block;
    float: right;
    margin-top: 20px;
    border: none;
    cursor: pointer;
    font-family: 'Proxima Nova Rg', sans-serif;
    font-weight: 300;
    text-align: center;
    border-radius: 15px;
    font-size: 18px;
    transition: all ease .5s;
}

.yorumForm button:hover {
    transition: all ease .5s;
    background: #093218;
    background: -moz-linear-gradient(left, #093218 0%, #146c37 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #093218 0%,#146c37 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #093218 0%,#146c37 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#093218', endColorstr='#146c37',GradientType=1 ); /* IE6-9 */
}

.yorumForm button:focus {
    outline: 0;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    float: left;
    box-sizing: border-box;
    width: 100%;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}