html, body {
    height: 100%;
}

.subpage-wrapper {
    height: auto
}

header {
    background: url(/img/header-bg.png) repeat;
    background-size: cover;
    z-index: 999;
    position: relative;
    height: 80px;
    margin-top: 40px
}
.triple-field{height:937px;}

.navbar {
    margin-bottom: 0;
    border: 2px solid #faf7e8
}

.logo {
    position: absolute;
    left: 65px;
    top: 15px;
    z-index: 99999999;
}

header.lang-header {
    position: absolute;
    top: 90px;
    right: 65px;
    margin: 0;
    height: auto;
}

header.lang-header .navbar-nav {
    height: auto;
    display: flex;
}

header.lang-header .navbar-nav li {
    height: auto;
}

header.navigation-menu {
    position: absolute;
    top: 90px;
    height: auto;
    left: 65px;
    margin: 0;
    width: 150px;
}


    section#content + .news-and-announcement-wrapper .icon-area {
        display: block;
    }

.news-and-announcement-wrapper .icon-area {
    display: none;
    position: absolute;
    z-index: 9999999999;
    top: 0;
    left: 50%;
    transform: translate(-50%, calc(-100% - -30px));
    width: 10vw;
}



.mobile-menu {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(20px);
    transition: all ease .4s .5s;
    position: absolute;
    top: 100%;
    width: 210px;
    background: url(/img/header-bg.png) repeat;
    background-size: cover;
    border: 2px solid #faf7e8;
    overflow: hidden;
}

.mobile-menu.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition: all ease .4s 0s; 
}

.navigation-menu .mobile-menu > ul > li {
    width: 300px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(60px);
    transition: all ease .5s;
}


.navbar.navbar-header {
    transition: all ease .4s .5s;

}

.navbar.navbar-header.active {
    border-bottom: 0;
    transition: all ease .4s 0s; 
}


.navigation-menu .mobile-menu > ul > li.active {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}
.btn-block.navbar-toggle {
    font-weight: bold;
    font-family: "PFDinTextCondPro-Bold", sans-serif;
    font-size: 16px;
    color: #201d1d !important;
    text-align: left;
}

.btn-block.navbar-toggle.process {
    pointer-events: none;   
}

.triple-field .hover-area {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    display: flex;
}

.triple-field .hover-area .box {
    padding: 0 45px;
    text-align: center;
    color: #483b33;
    height: 100%;
    display: flex;
    justify-content: center;
    background: rgba(255,255,255,.9);
    flex-direction: column;
    width: 50%;
    opacity: 0;
    user-select: none;
    transition: all ease .5s;
}

.triple-field .hover-area .box.left:hover {
    opacity: 1;
}

.triple-field .hover-area .box.right:hover {
    opacity: 1;
}


.triple-field .hover-area .box h1 {
    font-family: "Philosopher", sans-serif;
    font-size: 50px;
    margin-bottom: 0.2rem;
    text-align: center;
}

.triple-field .hover-area .box p {
    font-family: "Philosopher", sans-serif;
    font-size: 21px;
    text-align: center;
}

.triple-field .hover-area .close {
    position: absolute;
    top: 110px;
    padding: 20px 22px;
    background: black;
    text-shadow: none;
    color: #fff;
    border-radius: 150px;
    display: none;
}


.desktop-menu .navbar-nav li:hover > .dropdown-menu {
    display: block
}

.desktop-menu .navbar-nav li .dropdown-menu li .dropdown-menu { 
    left:100%;
    top:0;

}

.navbar-nav {
    width: 100%;
}

.navbar-nav li {
    height: 100%;
    width: 100%;
    float: left;
    position: relative;
}
.navbar-nav li a {
    position: relative;
    display: block;
    white-space: normal;
    padding: 12px 20px;
    height: 100%;
    font-family: "PFDinTextCondPro-Bold", sans-serif;
    font-size: 16px;
    color: #201d1d !important;
    outline: 0;
}


.navbar-nav li.active a {
    color: #201d1d
}

.navbar-nav li.active:hover a {
    color: #201d1d
}

.navbar-nav li .dropdown-menu {
    position: static;
    left: 0;
    margin: 0;
    padding: 0;
    background: url(/img/bg-pattern.jpg) repeat;
    width: 100%;
    height: auto;
    border: 0;
}

.navbar-nav li .dropdown-menu li {
    display: block
}

.navbar-nav li .dropdown-menu li a {
    text-decoration: none;
    margin: 0 20px;
    padding: 15px 0;
    border-bottom: 2px solid #f8f4e5;
    text-align: left;
    font-size: 14px;
    top: 0;
    height: auto
}

.navbar-nav li .dropdown-menu li:last-child a {
    border-bottom: 0
}

.navbar-nav li:hover a {
    background: url(/img/white-overlay.png) repeat;
    color: #201d1d
}

.navbar-nav li:hover .dropdown-menu li a {
    background: transparent
}

.navbar-default {
    background-color: transparent
}

.social-media {
    position: absolute;
    top: 40px;
    right: 65px;
    margin: 0;
    height: auto;
    color: #fff;
    font-size: 24px;
    padding-left: 0;
    z-index: 1000;

}

.social-media li {
    display: inline-block;
    padding-left: 25px;
}

.social-media li:first-child {
    padding-left: 0
}

.social-media li a {
    display: block;
    color: #fff;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}


.slider-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 998
}

.slider-wrapper .scroll-wp {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 1000;
    cursor: pointer
}

.slider-wrapper .scroll-bg {
    background: url(/img/scroll-bg.png) no-repeat;
    width: 188px;
    height: 96px;
    margin: 0 auto;
    position: relative
}

.slider-wrapper .scroll-bg i {
    display: block;
    width: 33px;
    height: 17px;
    background: url(/img/arrow-down.png) no-repeat;
    margin: 0 auto;
    position: relative;
    top: 60px;
    -webkit-animation: arrow-jump 2s infinite;
    -moz-animation: arrow-jump 2s infinite;
    -o-animation: arrow-jump 2s infinite;
    animation: arrow-jump 2s infinite
}

.main-slider {
    position: relative
}

.main-slider .item .first-slide {
    position: absolute;
    width: 100%;
    z-index: 1001;
    text-align: center;
    top: 123px
}

.main-slider .item .first-slide .inner {
    width: 100%
}

.main-slider .item .first-slide a img {
    width: auto;
    margin: 0 auto
}

.main-slider .item .first-slide.w80 {
    width: 80%
}

.main-slider .item .first-slide.w80 .inner60 {
    width: 100%;
    display: inline-block
}

.main-slider .item .first-slide.w80 .inner60 p {
    font-size: 69px
}

.main-slider .item .first-slide.w80 .inner60 p.last {
    margin-left: 6%
}

.main-slider .item .first-slide .detail-btn {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #198448;
    color: #ffffff;
    font-family: "PTSerif-Caption-Regular", sans-serif;
    font-size: 16px;
    text-align: center;
    width: 155px;
    padding: 10px;
    text-decoration: none;
    margin-top: 30px;
    margin-right: 32%;
    float: right;
    font-style: italic;
    -webkit-box-shadow: 0px 0px 12px 0px #fff;
    -moz-box-shadow: 0px 0px 12px 0px #fff;
    box-shadow: 0px 0px 12px 0px #fff
}

.main-slider .item p {
    font-family: "PTSerif-Caption-Regular", sans-serif;
    font-size: 61px;
    color: #004d21;
    margin-bottom: 0;
    line-height: 61px
}
.main-slider .item .first-slide.w80 p {
    font-family: "PTSerif-Caption-Regular", sans-serif;
    font-size: 67px;
    color: #004d21;
    margin-bottom: 0;
    line-height: 61px
}
.main-slider .item .first-slide.w80{
    margin-top:30px;
}
.main-slider .item .first-slide.w80 .inner{
    text-align:right;
    margin-top:30px;
}

.main-slider .item p small {
    font-size: 54px;
    font-family: "PTSerif-Caption-Regular", sans-serif
}

.main-slider .item p span {
    font-size: 40px;
    font-family: "PTSerif-Caption-Regular", sans-serif
}

.main-slider .item span {
    font-size: 40px;
    font-family: "PTSerif-Caption-Regular", sans-serif;
    color: #004d21
}

.main-slider .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%
}

.main-slider .owl-nav.disabled {
    display: block
}

.main-slider .owl-nav .owl-next {
    text-indent: -9999px;
    position: absolute;
    right: 7%;
    width: 60px;
    height: 60px;
    background: url(/img/arrow-sprite.png) no-repeat 0 -121px;
    background-color: #000;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s
}

.main-slider .owl-nav .owl-next:hover {
    background: url(/img/arrow-sprite.png) no-repeat 0 -181px;
    background-color: rgba(0, 0, 0, 0.8)
}

.main-slider .owl-nav .owl-prev {
    text-indent: -9999px;
    position: absolute;
    left: 7%;
    width: 60px;
    height: 60px;
    background: url(/img/arrow-sprite.png) no-repeat 0 0;
    background-color: #000;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s
}

.main-slider .owl-nav .owl-prev:hover {
    background: url(/img/arrow-sprite.png) no-repeat 0 -60px;
    background-color: rgba(0, 0, 0, 0.8)
}

.triple-field {
    background: url(./img/third-field-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.triple-field .inner {
    padding: 225px 0 0 0
}

.triple-field .inner h2 {
    font-family: "Philosopher", sans-serif;
    font-size: 26px;
    text-align: center;
    color: #483b33;
    margin: 0;
    line-height: 32px
}

.triple-field .inner .boxes {
    padding-top: 60px
}

.triple-field .inner .boxes .box {
    position: relative
}

.triple-field .inner .boxes .box img {
    width: auto;
    margin: 0 auto
}

.triple-field .inner .boxes .box .circle {
    width: 120px;
    height: 120px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 0 auto;
    text-align: center;
    display: table;
    position: relative;
    top: -70px;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s
}

.triple-field .inner .boxes .box .circle span {
    display: table-cell;
    vertical-align: middle;
    font-family: "Philosopher", sans-serif;
    font-size: 28px;
    color: #221d1d
}

.triple-field .inner .boxes .box .circle.tile {
    background: #d9b29b
}

.triple-field .inner .boxes .box .circle.cream {
    background: #ece2dc
}

.triple-field .inner .boxes .box .circle.pale-yellow {
    background: #feebbb
}

.triple-fluid .box {
    position: relative
}

.triple-fluid .box .txts {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.triple-fluid .box img {
    position: relative;
    z-index: 4
}
.triple-field .inner .boxes .box img{
    max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.triple-field .inner .boxes .box:hover img{
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.triple-fluid .box p {
    color: #ffffff;
    font-family: "Philosopher", sans-serif;
    font-size: 29px;
    z-index: 5;
    position: relative;
    text-align: center;
    width: 60%;
    margin: 0 auto
}

.triple-fluid .box p.txt-right {
    text-align: right;
    float: right;
    width: 90%;
    padding-right: 15px;
    line-height: 35px
}

.triple-fluid .box h3 {
    z-index: 5;
    position: relative;
    text-align: center;
    color: #ffffff;
    font-family: "Philosopher", sans-serif;
    font-size: 46px;
    line-height: 55px
}

.triple-fluid .box h3 span {
    font-size: 89px
}

.triple-fluid .box h3 span.fs {
    font-size: 63px
}

.triple-fluid .box h3 samp {
    font-family: "Philosopher", sans-serif;
    font-size: 75px
}

.triple-fluid .box h3.txt-right {
    text-align: right;
    font-size: 56px;
    padding-right: 15px
}
.detail-page-wp .innerp{
    padding-top:20px;
    padding-left:20px;
    padding-right:20px;
}
.detail-page-wp .innerp .box a img {
    max-width: 100%;
}

.detail-page-wp {
    float: left;
    width: 100%;
    background: #ffffff
}

.detail-page-wp h2 {
    font-family: "Philosopher", sans-serif;
    color: #241f1c;
    font-size: 49px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
}

.detail-page-wp p {
    font-family: "Philosopher", sans-serif;
    color: #483b33;
    font-size: 17px;
    margin-bottom: 22px
}

.detail-page-wp span {
    font-family: "Philosopher", sans-serif;
    color: #483b33;
    font-size: 17px;
    margin-bottom: 5px;
    display: inline-block
}

.detail-page-wp .detail-img {
    display: inline-block;
    width: 50%
}

.detail-page-wp .detail-img.pull-left {
    padding-right: 15px;
    padding-bottom: 15px
}

.detail-page-wp .detail-img.pull-right {
    padding-left: 15px;
    padding-bottom: 15px
}

.detail-page-wp .content-social {
    display: inline-block;
    float: right;
    border: 1px solid #dadcd7;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-bottom: 20px
}

.detail-page-wp .content-social ul {
    margin: 0;
    padding: 0
}

.detail-page-wp .content-social ul li {
    list-style-type: none;
    display: inline-block;
    float: left
}

.detail-page-wp .content-social ul li a {
    text-decoration: none;
    border: 1px solid #bcbcbc;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #bcbcbc;
    border-radius: 50%;
    text-align: center;
    margin-top: 6px;
    margin-left: 8px;
    margin-right: 7px
}

.detail-page-wp .content-social ul li a.fa-facebook:hover {
    background: #3b5998;
    border-color: #3b5998;
    color: #ffffff
}

.detail-page-wp .content-social ul li a.fa-twitter:hover {
    background: #55acee;
    border-color: #55acee;
    color: #ffffff
}

.detail-page-wp .content-social ul li a.fa-google-plus:hover {
    background: #dd4b39;
    border-color: #dd4b39;
    color: #ffffff
}
.detail-page-wp .content-social ul li a.fa-linkedin:hover {
    background: #0077B5;
    border-color: #0077B5;
    color: #ffffff
}
.detail-page-wp .content-social ul li h4 {
    text-align: center;
    background: #dadcd7;
    padding: 15px;
    color: #353535;
    font-family: "Philosopher", sans-serif;
    font-size: 16px;
    margin: 0
}
.pagination-wrapper{
    text-align:center !important;
}
.pagination-wrapper .pagination li a{
    cursor:pointer !important;
}

.news-and-announcement-wrapper {
    position: relative;
    padding: 65px 0;
    clear: both;
    background: #f2f2f2
}

.news-and-announcement-wrapper h1 {
    text-align: center;
    font-family: "Philosopher", sans-serif;
    color: #076d65;
    font-size: 49px;
    margin: 0;
    margin-bottom: 65px
}

.news-and-announcement-wrapper .news-slider .item {
    text-decoration: none
}

.news-and-announcement-wrapper .news-slider .item p {
    font-family: Tahoma, Helvetica, sans-serif;
    color: #000000;
    font-size: 15px;
    line-height: 18px;
    margin-top: 10px
}

.news-and-announcement-wrapper .news-slider .owl-nav.disabled {
    display: block
}

.news-and-announcement-wrapper .news-slider .owl-nav .owl-prev {
    display: inline-block;
    background: #6c6c6c;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    right: 51%;
    position: absolute;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    background: url(/img/arrow-sprite.png) no-repeat -10px -10px;
    background-color: #6c6c6c
}

.news-and-announcement-wrapper .news-slider .owl-nav .owl-prev:hover {
    background: url(/img/arrow-sprite.png) no-repeat -10px -70px;
    background-color: rgba(108, 108, 108, 0.8)
}

.news-and-announcement-wrapper .news-slider .owl-nav .owl-next {
    display: inline-block;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    left: 51%;
    position: absolute;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    background: url(/img/arrow-sprite.png) no-repeat -10px -130px;
    background-color: #6c6c6c
}

.news-and-announcement-wrapper .news-slider .owl-nav .owl-next:hover {
    background: url(/img/arrow-sprite.png) no-repeat -10px -190px;
    background-color: rgba(108, 108, 108, 0.8)
}

footer .footer-top {
    background: #3b8a2e;
    padding: 15px 0
}

footer .footer-top .left {
    display: inline-block
}

footer .footer-top .left p {
    font-family: "Philosopher", sans-serif;
    color: #fcf9ea;
    font-size: 26px
}

footer .footer-top .right {
    float: right;
    display: inline-block
}

footer .footer-top .right .line {
    padding: 8px 0
}

footer .footer-top .right span {
    text-align: right;
    font-family: "Philosopher", sans-serif;
    color: #fcf9ea;
    font-size: 14px;
    width: 60px;
    display: inline-block;
    padding: 5px 0
}

footer .footer-top .right small {
    text-align: right;
    font-family: "Philosopher", sans-serif;
    color: #fcf9ea;
    font-size: 14px;
    padding: 5px 0
}

footer .footer-top .right small a {
    font-family: "Philosopher", sans-serif;
    color: #fcf9ea;
    font-size: 14px;
    text-decoration: none;
    padding: 5px 0
}

footer .footer-bottom {
    padding: 25px 0;
    background: #ffffff
}

footer .footer-bottom .left {
    width: 32%;
    float: left
}

footer .footer-bottom .left p {
    color: #011d2a;
    font-family: "Philosopher", sans-serif;
    font-size: 14px
}

footer .footer-bottom .left span {
    font-family: Tahoma, Helvetica, sans-serif;
    color: #011d2a;
    font-size: 14px
}

footer .footer-bottom .left span a {
    text-decoration: none;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    position: relative;
    top: 7px;
    margin-left: 5px;
    margin-right: 5px
}

footer .footer-bottom .left span a.abholding {
    background: url(/img/ab-holding.png) no-repeat;
    width: 80px;
    height: 27px;
    display: inline-block
}

footer .footer-bottom .left span:hover a.abholding {
    background: url(/img/ab-holding.png) no-repeat 0 -28px
}

footer .footer-bottom .left .konya-seker {
    background: url(/img/konya-seker.png) no-repeat -83px 0;
    width: 75px;
    height: 55px;
    display: inline-block;
    float: right;
    position: relative;
    top: -18px;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s
}

footer .footer-bottom .left .konya-seker:before {
    content: '';
    position: absolute;
    border-left: 1px solid #dbdbdb;
    height: 75px;
    left: -29px;
    top: -10px
}

footer .footer-bottom .left .konya-seker:hover {
    background: url(/img/konya-seker.png) no-repeat
}

footer .footer-bottom .left .konya-seker:hover:before {
    border-left: 1px solid #c1d72f
}

footer .footer-bottom .right {
    width: 65%;
    display: inline-block;
    float: right
}

footer .footer-bottom .right ul {
    float: right;
    width: 100%;
}

footer .footer-bottom .right ul li {
    display: inline-block
}

footer .footer-bottom .right ul li a {
    text-decoration: none;
    color: #011d2a;
    font-family: "PTSerif-Captio", sans-serif;
    font-size: 14px;
    padding: 0 15px;
    position: relative
}

footer .footer-bottom .right ul li a:after {
    content: '';
    position: absolute;
    border-bottom: 1px solid #011d2a;
    bottom: -7px;
    right: 0;
    width: 0;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s
}

footer .footer-bottom .right ul li a:hover:after {
    width: 100%
}

.banner {
    position: relative;
    top: 0;
    left: 0;
    float: left;
    width: 100%;
    height: 285px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important
}

.products-wrapper {
    background: url(/img/bg-pattern.jpg) repeat;
    padding: 20px 0 80px 0;
    float: left;
    width: 100%
}

.products-wrapper h2 {
    font-family: "Philosopher", sans-serif;
    color: #241f1c;
    font-size: 49px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    margin-top: 0
}

.products-wrapper .product-boxes {
    padding-top: 25px;
    padding-bottom: 25px
}
.products-wrapper .product-boxes .box .img-wp {
    display: table;
    width: 100%
}

.products-wrapper .product-boxes .box .img-wp img {
    display: table-cell;
    vertical-align: middle;
    margin:0 auto;
    padding-bottom:20px;
}
.products-wrapper .product-boxes .box p{
    font-family: "Philosopher", sans-serif;
    color: #483b33;
    font-size: 19px;
    line-height: 27px;
    margin-bottom: 30px;
    text-align: center
}

.products-wrapper .product-boxes .line {
    border-bottom: 1px solid #ffffff;
    margin-top: 30px;
    margin-bottom: 30px;
}

.products-wrapper .product-boxes .line .box .img-wp {
    display: table;
    width: 100%
}

.products-wrapper .product-boxes .line .box .img-wp img {
    display: table-cell;
    vertical-align: middle
}

.products-wrapper .product-boxes .line .box img {
    margin: 0 auto;
    padding-bottom: 20px
}

.products-wrapper .product-boxes .line .box p {
    font-family: "Philosopher", sans-serif;
    color: #483b33;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 30px;
    text-align: center
}
.vignette{
    position:relative;
}

.vignette img{
    position:absolute;
    right:0;
    top:-112px;
}
.pattern-second{
    background: url(/img/pattern-second.jpg) repeat;
    background-size:contain;
}
.half-pic-content {
    position: relative;
    width: 100%;
    float: left
}

.half-pic-content.pattern-wp {
    background: url(/img/bg-pattern.jpg) repeat
}

.half-pic-content .half-pic-content .left-img-wp:before {
    content: "";
    display: block;
    height: 100%;
    background: url(/img/content/content-half-cont-2.png) no-repeat left top;
    position: absolute;
    top: 0;
    right: 0;
    left: 0
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{
    background-color:transparent;
}
.half-pic-content .left-img-wp {
    height:1070px;
    overflow:hidden;
}
.half-pic-content .left-img-wp .content-inn {
    position: relative;
    margin-left: 33%;
    padding-bottom: 50px;
}
.pattern-second .content-inn #contentCol{
    padding:0 30px;
}
.half-pic-content .content-inn {
    padding-bottom: 120px;
}

.half-pic-content h2 {
    font-family: "Philosopher", sans-serif;
    color: #241f1c;
    font-size: 40px;
    margin-bottom: 30px
}

.half-pic-content h3 {
    font-family: "Philosopher", sans-serif;
    color: #241f1c;
    font-size: 30px
}

.half-pic-content h4 {
    font-family: "Philosopher", sans-serif;
    color: #241f1c;
    font-size: 21px;
    margin-top:25px;
    margin-bottom:25px;
}

.half-pic-content p {
    font-family: "Philosopher", sans-serif;
    color: #241f1c;
    font-size: 17px;
    line-height: 27px
}

.half-pic-content ul li {
    font-family: "Philosopher", sans-serif;
    color: #241f1c;
    font-size: 17px;
    line-height: 27px
}

.divider {
    width: 100%;
    background: #ffffff;
    height: 1px;
    display: block
}

.panel{
    background:transparent;
    border:none;
}
.panel-title{
    position:relative;
    cursor:pointer;
}
.panel-title.collapsed i{
    transform:rotate(0);
}
.panel-title i{
    background: url(/img/arrow-right.png) no-repeat;
    display:block;
    width:20px;
    height:20px;
    position:absolute;
    right:15px;
    top:10px;
    cursor:pointer;
    transform:rotate(90deg);
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.panel-body{
    font-family: "Philosopher", sans-serif;
    color: #241f1c;
    font-size: 17px;
    line-height: 27px;
}
.panel-heading{
    padding:0;
    background-color:rgba(150, 127, 85, 0.18) !important;
    border:1px solid rgba(72, 47, 2, 0.17) !important;
}
.panel-heading a{
    font-family: "Philosopher", sans-serif;
    color: #241f1c;
    font-size: 18px;
    text-decoration:none;
    display:block;
    padding:10px 15px;
}

.contact-wrapper {
    background: url(/img/bg-pattern.jpg) repeat;
    padding: 20px 0 80px 0;
    float: left;
    width: 100%
}

.contact-wrapper h2 {
    font-family: "Philosopher", sans-serif;
    color: #241f1c;
    font-size: 49px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    margin-top: 0
}

.contact-wrapper .inner {
    padding-top: 30px
}

.contact-wrapper .inner .line {
    margin-bottom: 30px
}

.contact-wrapper .inner .line h6 {
    font-family: "Philosopher", sans-serif;
    color: #4d4d4d;
    font-size: 30px;
    margin-top: 0
}

.contact-wrapper .inner .line p {
    font-family: "Philosopher", sans-serif;
    color: #4d4d4d;
    font-size: 16px
}

.contact-wrapper .inner .line p a {
    text-decoration: none;
    font-family: "Philosopher", sans-serif;
    color: #4d4d4d;
    font-size: 16px
}

.contact-wrapper .inner .line .legal {
    font-family: "PTSerif-Caption-Regular", sans-serif;
    font-style: italic;
    font-size: 15px;
    color: #4d4d4d;
    right: 5%;
    position: relative;
    text-decoration: underline;
    display: block
}

.contact-wrapper .inner .line button {
    width: 60%;
    text-align: center;
    display: block;
    background: #1e1917;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    float: right;
    padding: 15px 0;
    font-family: "PFDinTextCondPro-Bold", sans-serif;
    font-size: 18px;
    position: relative;
    right: 5%
}

.contact-wrapper .inner .line .text-input {
    width: 90%;
    border: 1px solid #ffffff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #f4f4f4;
    font-family: "PFDinTextCondPro-Bold", sans-serif;
    color: #4d4d4d;
    font-size: 14px;
    padding: 9px 15px;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    outline: none
}

.contact-wrapper .inner .line .text-input.error {
    border: 1px solid red !important
}

.contact-wrapper .inner .line .text-input.valid {
    border: 1px solid green !important
}

.contact-wrapper .inner .line textarea {
    padding: 10px;
    width: 95%;
    resize: none;
    border: 1px solid #ffffff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #f4f4f4;
    color: #474747;
    font-family: "PFDinTextCondPro-Bold", sans-serif;
    font-size: 14px;
    height: 105px;
    display: block;
    outline: none;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    outline: none
}

.contact-wrapper .inner .line textarea::-webkit-input-placeholder {
    color: #4d4d4d
}

.contact-wrapper .inner .line textarea::-moz-placeholder {
    color: #4d4d4d
}

.contact-wrapper .inner .line textarea:-ms-input-placeholder {
    color: #4d4d4d
}

.contact-wrapper .inner .line textarea:-moz-placeholder {
    color: #4d4d4d
}

.contact-wrapper .inner .line .text-input::-webkit-input-placeholder {
    color: #4d4d4d
}

.contact-wrapper .inner .line .text-input::-moz-placeholder {
    color: #4d4d4d
}

.contact-wrapper .inner .line .text-input:-ms-input-placeholder {
    color: #4d4d4d
}

.contact-wrapper .inner .line .text-input:-moz-placeholder {
    color: #4d4d4d
}

.contact-wrapper .inner h5 {
    font-family: "Philosopher", sans-serif;
    color: #4d4d4d;
    font-size: 17px;
    margin-top: 0
}

.contact-wrapper .inner form {
    margin-top: 35px
}

.contact-wrapper .inner form .line {
    margin-bottom: 10px
}

.contact-wrapper .map-location-btn {
    font-family: "PTSerif-Captio", sans-serif;
    color: #ffffff;
    font-size: 13px;
    padding: 10px 25px;
    background: #1c1b17;
    text-decoration: none;
    margin-left: 10px
}

.contact-wrapper .map-location-btn:first-child {
    margin-left: 0
}

.news-wp .news-item {
    border-bottom: 1px dashed #e2e2e2;
    width: 100%;
    display: block;
    padding-bottom: 20px;
    margin-bottom: 30px;
    text-decoration: none;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s
}

.news-wp .news-item .left {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #e2e2e2;
    display: inline-block
}

.news-wp .news-item .left img {
    padding: 5px;
    width: 100%
}

.news-wp .news-item .right {
    display: inline-block
}

.news-wp .news-item .right h5 {
    font-family: "Philosopher", sans-serif;
    color: #000000;
    font-size: 30px;
    margin: 0
}

.news-wp .news-item .right .date {
    font-family: "PTSerif-Captio", sans-serif;
    font-size: 13px;
    color: #000000;
    margin: 20px 0
}
.ztn{
    text-decoration: none !important;
    color: #011d2a;
    font-family: "PTSerif-Captio", sans-serif;
    font-size: 14px;
    margin-top:15px;
    padding: 0 15px;
    position: relative;
    float:right;
}
.ztn.mob{
    display:block;
    float:none;
    padding:0;
}
.ztn.mob:after{
    border:none;
}
.ztn.mob:hover:after{
    border:none;
}
.ztn:after{
    content: '';
    position: absolute;
    border-bottom: 1px solid #011d2a;
    bottom: -4px;
    right: 0;
    width: 0;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.ztn:hover{
    color: #011d2a;
}

.ztn:hover:after{
    width:100%;
}

.news-wp .news-item .right p {
    font-family: "PTSerif-Captio", sans-serif;
    font-size: 17px;
    color: #000000
}

.news-wp .news-item:hover .right h5 {
    color: #07441e
}


.mobile-menu .button { 
    display: inline-block;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 19px;
    top: 13px; }
.mobile-menu .button:before,
.mobile-menu .button:after { content: ""; position: absolute; background-color: #201d1d; transition: transform 0.25s ease-out }
.mobile-menu .button:before { top: 0; left: 50%; width: 3px; height: 100%; margin-left: -1px }
.mobile-menu .button:after { top: 50%; left: 0; width: 100%; height: 3px; margin-top: -1px }

@media (max-width: 1800px) {
    .triple-fluid .box p {
        width: 80%
    }
    .triple-fluid .box h3 span {
        font-size: 59px
    }
    .half-pic-content .left-img-wp .content-inn {
        margin-left: 43%
    }
}

@media (max-width: 1450px) {
    header{
        margin-top:20px;
    }
	.triple-field .inner{padding:0;}
	.triple-field{height:100%;}
    .triple-fluid .box p {
        font-size: 20px
    }
    .triple-fluid .box h3 {
        line-height: 40px;
        font-size: 30px
    }
    .triple-fluid .box h3 span {
        font-size: 50px
    }
    .triple-fluid .box h3 span.fs {
        font-size: 50px
    }
    .triple-fluid .box h3 samp {
        font-size: 40px
    }
    .triple-fluid .box h3.txt-right {
        font-size: 30px
    }
    .half-pic-content .left-img-wp:before {
        background-size: contain
    }
    .half-pic-content .left-img-wp .content-inn {
        margin-left: 60%;
        margin-right:0;
    }
    .main-slider .item .first-slide.w80{
        margin-top:2px;
    }
    .left-img-wp:before{
        background-size:auto !important;
    }
    .half-pic-content h2{
        margin-bottom:5px;
        font-size:34px;
    }
    .half-pic-content p{
        line-height:21px;
    }
    .half-pic-content ul li{
        line-height:21px;
    }
    .half-pic-content .content-inn {
       padding-bottom:10px;
       margin-right:24%;
    }
    .right-img-wp:before{
        background-size:auto !important;
    }
    .main-slider .item .first-slide.w80 .inner{
        margin-top:0;
    }
}

@media (max-width: 1250px) {
    .half-pic-content .left-img-wp:before {
        background: none
    }
    .half-pic-content .left-img-wp .content-inn {
        margin-left: 0
    }
}

@media (max-width: 1199px) {
    .right-img-wp:before{
        background:none !important;
    }
    .half-pic-content .content-inn{
        margin-right:0;
    }
    .navbar-nav li a {
        font-size: 13px;
        line-height: 12px;
    }
    .navbar-nav li .dropdown-menu li a {
        padding: 10px 0;
        font-size: 13px;
        line-height: 25px
    }
    .social-media {
        margin-top: 27px
    }
    .main-slider .item .first-slide.w80 {
        width: 100%
    }
    .main-slider .item .first-slide.w80 .inner60 {
        width: 80%
    }
    .main-slider .item .first-slide.w80 .inner60 p {
        font-size: 59px
    }
    .main-slider .item p {
        font-size: 51px
    }
    .main-slider .item p small {
        font-size: 44px
    }
    .main-slider .item p span {
        font-size: 30px
    }
    .triple-fluid .box p {
        font-size: 16px;
        line-height: 22px
    }
    .triple-fluid .box p.txt-right {
        font-size: 16px;
        line-height: 22px
    }
    .triple-fluid .box h3 {
        line-height: 30px;
        font-size: 25px
    }
    .triple-fluid .box h3 span {
        font-size: 40px
    }
    .triple-fluid .box h3 span.fs {
        font-size: 40px
    }
    .triple-fluid .box h3 samp {
        font-size: 30px
    }
    .triple-fluid .box h3.txt-right {
        font-size: 25px
    }
    .half-pic-content .catalhoyuk:before {
        background: none
    }
    .half-pic-content .left-img-wp:before {
        background: none
    }
    .half-pic-content .left-img-wp{
        height:auto !important;
    }
    footer .footer-bottom .right {
        width: 55%
    }
    footer .footer-bottom .right ul li {
        margin-bottom: 15px
    }
    footer .footer-bottom .left {
        width: 38%
    }
}

@media (max-width: 991px) {
    header {
        background-size: contain
    }
    .navbar-nav li a {
        padding: 15px 3px;
        font-size:12px;
    }
    .navbar-nav li .dropdown-menu {
        width: 210px
    }

    header.navigation-menu {
        position: absolute;
        top: 60px;
        height: auto;
        width: 90%;
        left: 50%;
        transform: translateX(-50%);
    }

    .navbar .container-fluid { margin: 0; padding: 0 }
    .navbar-default .navbar-toggle { padding: 17px 10px }
    .navbar-default .navbar-toggle .icon-bar { width: 30px; height: 3px; background-color: #000000 }
    .navbar-nav { width: 100%; height: auto }
    .navbar-nav li { display: block }
    .navbar-nav li.active a { border-bottom: none }
    .navbar-nav li a { text-align: left; line-height: 20px; display: inline-block }
    .navbar-nav li:hover a { background: none }
    .navbar-collapse { position: static; border-top: 2px solid #faf7e8; border-left: 2px solid #faf7e8; border-right: 2px solid #faf7e8; border-bottom: 2px solid #faf7e8; margin: 0; background: url(/img/header-bg.png) repeat; left: -2px; width: 100.6% }
    .mobile-menu {
        width: 100%;
    }
    .mobile-menu .navbar-nav { margin-left: 0 }
    .mobile-menu .navbar-nav li { border-bottom: 1px solid #faf7e8; float: left; width: 100% }
    .mobile-menu .navbar-nav li:last-child { border: none; }
    .mobile-menu .navbar-nav li .dropdown-menu { width: 100%; position: relative; top: 0; border: none; box-shadow: none; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0 }
    .mobile-menu .navbar-nav li .dropdown-menu li { }
    .mobile-menu .navbar-nav li .dropdown-menu li .dropdown-menu { display: none; }
    .mobile-menu .navbar-nav li .dropdown-menu li .dorpdown-menu { }
    .mobile-menu .navbar-nav li .dropdown-menu a { border: none }
    .mobile-menu .navbar-nav li.on .button { cursor: pointer }
    .mobile-menu .navbar-nav li.on .button:before { transform: rotate(90deg) }
    .mobile-menu .navbar-nav li.on .button:after { transform: rotate(180deg) }
    .social-media {
        display: none;
    }
    .main-slider .item .first-slide.w80 .inner60 {
        width: 100%
    }
    .main-slider .item .first-slide.w80 .inner60 p {
        font-size: 49px
    }
    .main-slider .item .first-slide.w80 .inner{
        text-align:center;
    }
    .main-slider .item .first-slide.w80 .inner{
        margin-top:80px;
    }
    .main-slider .item p {
        font-size: 41px;
        line-height: 41px
    }
    .main-slider .item p small {
        font-size: 34px
    }
    .main-slider .item p span {
        font-size: 20px
    }
    .products-wrapper .product-boxes .line {
        border-bottom: none
    }
    .products-wrapper .product-boxes .line .box p {
        font-size: 17px;
        line-height: 25px
    }
    .products-wrapper .product-boxes .box p{
        font-size:17px;
        line-height: 25px;
    }
    footer .footer-bottom .right {
        width: 50%
    }
    footer .footer-bottom .right ul li a {
        padding: 0 10px;
        font-size: 12px
    }
    footer .footer-bottom .right ul li a:after {
        bottom: -7px
    }
    footer .footer-bottom .left {
        width: 50%
    }
    .triple-field .hover-area {
        flex-flow: column;
    }
    .triple-field .hover-area .box {
        width: 100%;
    }
    .slider-wrapper {
        height: auto;
    }
    .logo {
        left: 50%;
        transform: translateX(-50%);
    }
    .logo img {
        width: 140px;
    }
	.triple-field .inner{padding:0;}
	.triple-field{height:auto;}
}

@media (max-width: 767px) {
	
    .triple-fluid {
        background: url(/img/bg-pattern.jpg) repeat;
        clear: both
    }
	.slider-wrapper .scroll-wp {
		display: none !important; 
		
	}
    .triple-fluid .box img {
        position: relative;
        width: auto;
        margin: 0 auto
    }
    .triple-fluid .box .txts {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 5
    }
    .triple-fluid .box h3.txt-right {
        text-align: center
    }
    .triple-fluid .box p.txt-right {
        text-align: center;
        width: 40%;
        margin: 0 auto;
        float: none
    }
    header{
        height:73px;
    }
    header.constant {
        width:96%;
        position:fixed;
    }
    .banner{
        margin-top:0;
    }
    .main-slider .item .first-slide {
        top: 17%
    }
    .main-slider .item .first-slide.w80 .inner {
        margin-top: 45px
    }
    .main-slider .item .first-slide.w80 .inner p {
        font-size: 36px;
        line-height:36px;
    }
    .main-slider .item p {
        font-size: 21px;
        line-height: 26px
    }
    .main-slider .item span{
        font-size:28px;
    }
    .main-slider .item p small {
        font-size: 30px
    }
    .triple-field {
        background: url(./img/third-field-bg-mobile.jpg) repeat-y
    }
    .triple-field .inner h2 {
        font-size: 20px
    }
    .half-pic-content h2 {
        font-size: 30px;
        margin-bottom: 10px
    }
    .half-pic-content p {
        font-size: 14px
    }
    .half-pic-content ul li {
        font-size: 14px
    }
    .half-pic-content h3 {
        font-size: 20px
    }
    .half-pic-content h4 {
        font-size: 16px
    }
    .half-pic-content .content-inn {
        padding-bottom: 20px
    }
    .detail-page-wp h2 {
        font-size: 30px
    }
    .detail-page-wp p {
        font-size: 14px;
        margin-bottom: 15px
    }
    .news-wp .news-item .left {
        border: none
    }
    .news-wp .news-item .left img {
        margin: 0 auto;
        padding-bottom: 20px;
        width: auto
    }
    .news-wp .news-item .right h5 {
        font-size: 21px
    }
    .news-wp .news-item .right p {
        font-size: 14px
    }
    .contact-wrapper .map-location-btn {
        display: block;
        margin-left: 0;
        margin-bottom: 10px
    }
    .contact-wrapper .inner form .line {
        margin-bottom: 0
    }
    .contact-wrapper .inner .line .text-input {
        width: 100%;
        margin-bottom: 10px
    }
    .contact-wrapper .inner .line textarea {
        width: 100%
    }
    .contact-wrapper .inner .line .legal {
        right: 0;
        margin-top: 10px
    }
    .contact-wrapper .inner .line button {
        right: 0
    }
    .contact-wrapper h2{
        font-size:30px;
    }
    .news-and-announcement-wrapper h1 {
        font-size: 30px;
        margin-bottom:35px;
    }
    .news-and-announcement-wrapper .news-slider .item img {
        width: 80%;
        margin: 0 auto
    }
    .news-and-announcement-wrapper .news-slider .item p {
        width: 80%;
        margin: 0 auto;
        margin-top: 10px;
        text-align: center
    }
    .panel-body{
        font-size:14px;
    }
    .vignette img{
        top:-90px;
        width:35%;
        margin-bottom:20px;
    }
    footer .footer-bottom .right {
        display: none
    }
    footer .footer-bottom .left {
        width: 60%
    }
}

@media (max-width: 650px) {
    footer .footer-top .left {
        display: block
    }
    footer .footer-top .right {
        display: block;
        float: none
    }
    footer .footer-top .right .line span {
        text-align: left
    }
    footer .footer-bottom .left {
        width: 70%
    }
    .navbar-collapse {
        width: 100.7%
    }
    .detail-page-wp .detail-img {
        width: 100%
    }
    header.constant {
        width:95%;
    }
}

@media (max-width: 479px) {
    header.constant {
        width:92.5%;
    }
    .navbar-collapse {
        width: 101%
    }
    .main-slider .owl-nav .owl-prev {
        left: 2%;
        width: 35px;
        height: 35px;
        background: url(/img/arrow-sprite.png) no-repeat -15px -14px;
        background-color: #000
    }
    .main-slider .owl-nav .owl-prev:hover {
        background: url(/img/arrow-sprite.png) no-repeat -15px -74px;
        background-color: #000
    }
    .main-slider .owl-nav .owl-next {
        right: 2%;
        width: 35px;
        height: 35px;
        background: url(/img/arrow-sprite.png) no-repeat -12px -134px;
        background-color: #000
    }
    .main-slider .owl-nav .owl-next:hover {
        background: url(/img/arrow-sprite.png) no-repeat -12px -194px;
        background-color: #000
    }
    .triple-fluid .box p.txt-right {
        width: 90%
    }
    footer .footer-top .left p {
        font-size: 17px
    }
    footer .footer-bottom .left {
        width: 100%
    }
    footer .footer-bottom .left p {
        font-size: 13px
    }
    footer .footer-bottom .left span {
        font-size: 12px
    }
    footer .footer-bottom .left .konya-seker:before {
        border: none
    }
    footer .footer-bottom .left .konya-seker:hover:before {
        border: none
    }
}

@media (max-width: 340px) {
    .navbar-collapse {
        width: 101.5%
    }
}

@media (min-width: 991px) and (max-height: 767px) {
    .main-slider .item .first-slide.w80 .inner p {
        line-height: 49px;
        font-size: 47px
    }
    .main-slider .item p {
        font-size: 38px;
        line-height: 42px
    }
    .main-slider .item p small {
        font-size: 47px
    }
}

@keyframes arrow-jump {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px)
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}