﻿@charset "UTF-8";
/* Css Shortcuts */
.fr { float: right; }

.fl { float: left; }

.di { display: inline-block; }

.db { display: block; }

.dn { display: none; }

.pr { position: relative; }

.pa { position: absolute; }

.pf { position: fixed; }

.tc { text-align: center; }

.tr { text-align: right; }

.mp { margin: 0; padding: 0; }

.pl { padding-left: 0; }

.pr0 { padding-right: 0; }

.fs30 { font-size: 30px; }

.fs24 { font-size: 24px; }

.fs16 { font-size: 16px; }

body { font-family: "Poppins"; color: #8b8b8b; }

ul { margin: 0; padding: 0; list-style-type: none; }

a:hover { text-decoration: none; }

.social { margin: 0; }
    .social .fa { color: #fff; border-radius: 3px; font-size: 16px; margin-right: 4px; overflow: hidden; white-space: pre; width: 35px; border-radius: 35px; border: solid 1px #fff; }
        .social .fa:Hover { color: #fff; border-color: transparent; }
        .social .fa::before { border-radius: 5px; display: inline-block; margin: 0 9999px 0 auto; min-width: 32px; padding: 8px 5px; text-align: center; }
        .social .fa.fa-facebook:hover { background: #3B5998; }
        .social .fa.fa-twitter:hover { background-color: #00acee; }
        .social .fa.fa-instagram:hover { background-color: #000; }
        .social .fa.fa-linkedin:hover { background-color: #3272BD; }
        .social .fa.fa-google-plus:hover { background-color: #D13F2D; }
        .social .fa.fa-pinterest:hover { background-color: #CE1E27; }
        .social .fa.fa-youtube:hover { background-color: #CE332D; }
        .social .fa.fa-envelope-o:hover { background-color: #000; }

/* Header */
#header { position: fixed; top: 35px; left: 0; z-index: 9; width: 100%; -webkit-transition: 0.3s ease-in; -moz-transition: 0.3s ease-in; -ms-transition: 0.3s ease-in; -o-transition: 0.3s ease-in; transition: 0.3s ease-in; }
    #header.fixedMenu { background: rgba(0,0,0,.9); top: 0; }
    #header .logo { margin: 5px 0 0; -webkit-transition: 0.3s ease-in; -moz-transition: 0.3s ease-in; -ms-transition: 0.3s ease-in; -o-transition: 0.3s ease-in; transition: 0.3s ease-in; width: 100%; }
        #header .logo img { -webkit-transition: 0.3s ease-in; -moz-transition: 0.3s ease-in; -ms-transition: 0.3s ease-in; -o-transition: 0.3s ease-in; transition: 0.3s ease-in; }
    #header.fixedMenu .logo { width: 130px; }

.headerTop { -webkit-transition: 0.3s ease-in; -moz-transition: 0.3s ease-in; -ms-transition: 0.3s ease-in; -o-transition: 0.3s ease-in; transition: 0.3s ease-in; }
#header.fixedMenu .headerTop { margin-top: -41px; opacity: 0; }

#header .tel { margin: 0 0 0 110px; }
    #header .tel a { font-size: 16px; font-weight: 500; color: #fff; display: block; padding: 5px 0 5px 35px; background: url(/images/tel.png) no-repeat left 4px; }
    /*
#header .diller { font-weight: 500; margin: 7px 25px 0 0; }
#header .diller a { color: #767676; display: inline-block; margin: 0 5px; -webkit-transition: 0.3s ease-in; -moz-transition: 0.3s ease-in; -ms-transition: 0.3s ease-in; -o-transition: 0.3s ease-in; transition: 0.3s ease-in; }
#header .diller a:hover, #header .diller a.active { color: #fff; } */

#header .diller { font-weight: 500; margin: 7px 25px 0 0;}
#header .diller a { color: #FFF; display: inline-block; margin: 0 5px; -webkit-transition: 0.3s ease-in; -moz-transition: 0.3s ease-in; -ms-transition: 0.3s ease-in; -o-transition: 0.3s ease-in; transition: 0.3s ease-in; width:30px; text-align:center; 
}
#header .diller a:hover, #header .diller a.active { color: #000; background-color:#FFF; }


/* Menü */
.navbar-collapse { padding: 0; }
#menu ul { float: right; }
#menu li { display: block; float: left; position: relative; }
#menu ul > li { margin: 13px 0; }
    #menu ul > li > a { color: #fff; font-weight: 600; display: block; padding: 10px 15px; -webkit-transition: 0.3s ease-in; -moz-transition: 0.3s ease-in; -ms-transition: 0.3s ease-in; -o-transition: 0.3s ease-in; transition: 0.3s ease-in; position: relative; }
    #menu ul > li:last-child > a { padding-right: 0; }
    #menu ul > li:last-child:hover > a { padding-right: 15px; }
    #menu ul > li.active a { padding-right: 15px; }
    #menu ul > li > a:before { width: 100%; height: 0; background: rgba(166,128,54,.9); -webkit-transition: 0.1s ease-in; -moz-transition: 0.1s ease-in; -ms-transition: 0.1s ease-in; -o-transition: 0.1s ease-in; transition: 0.1s ease-in; position: absolute; left: 0; top: 0; content: ''; z-index: -1; }
    #menu ul > li:hover > a:before, #menu ul > li.active > a:before { height: 100%; }
#header.fixedMenu #menu ul > li > a:before { background: #a68036; }
#menu ul li ul { opacity: 0; display: none; width: 250px; position: absolute; left: -135px; margin-left: 62px; text-align: left; padding: 3px 0 0; list-style: none; z-index: 2; }
#menu ul > li:hover > ul { display: none; -webkit-animation-name: fadeIn; animation-name: fadeIn; -webkit-animation-duration: .5s; animation-duration: .5s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
#menu ul > li > ul > li > a { width: 100%; position: relative; color: #000; text-shadow: none !important; padding: 15px 10px; transition: .3s ease-in; -moz-transition: .3s ease-in; -webkit-transition: .3s ease-in; text-align: center; border-bottom: none; }
#menu ul > li > ul li { width: 100%; padding: 0; float: left; border-bottom: solid 1px #e1e1e1; }
#menu ul > li > ul > li:last-child { border-bottom: none; }
#menu ul > li > ul > li:hover a { background: #5c6b6d; border-bottom: none; color: #fff; }

#footer { position: relative; padding: 170px 0 30px; background: #000; margin-top: -100px; opacity: 0; }
    #footer:after { content: ""; position: absolute; top: -49px; left: 0; height: 49px; width: 100%; z-index: 1; background: url(/images/bg2.png) no-repeat; }
    #footer .tel { margin: 40px 0 0; }
        #footer .tel a { font-size: 16px; font-weight: 500; color: #fff; display: block; padding: 5px 0 5px 35px; background: url(/images/tel.png) no-repeat left 4px; }
    #footer .social { margin: 36px 0 0; }

#footermenu { margin: 25px 0 0; padding-bottom: 14px; border-bottom: 6px solid #171717; }
    #footermenu ul li { display: inline-block; }
        #footermenu ul li a { color: #fff; font-weight: 600; display: block; padding: 20px 15px; }
        #footermenu ul li:hover a { color: #8b8b8b; }
        #footermenu ul li ul { display: none; }
.copy { padding-top: 15px; padding-bottom: 15px; }

.copyright { padding: 25px 0 0; color: #fff; font-size: 16px; }

#contact { padding: 15px 0; background: #171717; color: #fff; }
    #contact .adres, #contact .mail, #contact .ftel { padding: 6px 0 6px 29px; }
    #contact .adres { background: url(/images/adres.png) no-repeat left 3px; }
    #contact .ftel { background: url(/images/ftel.png) no-repeat right 100px; }
    #contact .mail { color: #fff; background: url(/images/mail.png) no-repeat left 8px; }

.venus { padding: 25px 0 0; display: block; }

.loader { position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: #000; z-index: 999; opacity: 1; transition: .5s ease; -moz-transition: .5s ease; -webkit-transition: .5s ease; }
    .loader.loaded { opacity: 0; }
img.loading { left: calc(50% - 18px); position: fixed; top: 0; animation-iteration-count: infinite; animation-duration: 1s; animation-fill-mode: both; animation-timing-function: linear; animation-delay: 0s; animation-name: loading; opacity: 1 !important; z-index: 2; }

@keyframes loading {
    0% { transform: rotate(0); }
    100% { transform: rotate(360deg); }
}

@-webkit-keyframes loading {
    0% { -webkit-transform: rotate(0); }
    100% { -webkit-transform: rotate(360deg); }
}

#events { margin: 25px 0 0; padding: 70px 70px 110px 70px; background: #f0f0f0; position: relative; z-index: 2; opacity: 0; }
    #events h3 { color: #000; font-size: 30px; font-weight: 700; text-align: center; line-height: 1; margin: 0 0 80px; padding: 0; }
    #events .tarih { font-size: 18px; color: #c5c5c5; font-weight: 700; background: url(/images/events.png) no-repeat; padding: 10px 0 10px 55px; }
    #events .eventTitle { color: #000; font-weight: 700; font-size: 21px; margin: 5px 0; }
    #events .location { padding: 5px 0 5px 30px; color: #858585; font-size: 16px; background: url(/images/location.png) no-repeat 0 5px; }
    #events .devam { background: url(/images/dvm.png) no-repeat; width: 12px; height: 9px; text-indent: -99999em; display: block; margin: 10px 0 0; }

    #events .eventTitle a { color: #121212; }

@media (max-width:767px) {
    #header { position: absolute; }
    #slider .item img { height: 450px; object-fit: cover; }
    #slider .owl-item::before { border-width: 240px 0 0 500px; display: none; }
    #slider .owl-item::after { border-width: 0 0 320px 1400px; display: none; }
    #slider .item img.productImg { height: 320px; margin-top: -200px; }
    #menu ul > li > a { padding: 10px 4px; font-size: 12px; }
    #slider .sliderKategori { font-size: 12px; }
    #slider .sliderBaslik { font-size: 28px; }
    #slider .sliderContent p { font-size: 12px; }
    #slider .right { width: 45%; }
    #header { top: 0; }
        #header .logo { text-align: center; }
            #header .logo img { width: 150px; margin: auto; }
        #header .tel { display: none; }
    .navbar-toggle { margin-top: -90px; background: #a68036; z-index: 3; float: left; }
        .navbar-toggle:hover { background: #fff; }
        .navbar-toggle .icon-bar { background: #fff; }
        .navbar-toggle:hover .icon-bar { background: #a68036; }

    .navbar-collapse { width: 100%; }
        .navbar-collapse #menu ul { background: #a68036; width: 100%; }
            .navbar-collapse #menu ul li { display: block; float: unset; margin: 0; }
                .navbar-collapse #menu ul li a { padding: 15px 10px; text-align: center; color: #fff; border-bottom: solid 1px #967330; }
                .navbar-collapse #menu ul li:hover a, .navbar-collapse #menu ul li.active a { color: #121212; }
            .navbar-collapse #menu ul > li:hover > ul { position: relative; top: 0; left: 0; width: 100%; margin: 0; }
                .navbar-collapse #menu ul > li:hover > ul li a { color: #fff; }
            .navbar-collapse #menu ul > li > ul li:hover a { color: #fff; }
    /*.navbar-collapse #menu ul li ul {border-bottom:solid 1px #1e4285}*/

    #slider .sliderContent { top: 150px; }
    .homeproduct .wrapperProduct { opacity: 1; margin-top: 50px; }
    .homeproduct .proright { opacity: 1; width: 100%; left: 0; }
    .homeproduct .productTitle { font-size: 48px; }

    .homeproduct.siyahton { padding: 50px 0; }
        .homeproduct.siyahton:before { border-width: 50px 300px 0 0; }
        .homeproduct.siyahton:after { border-width: 0 500px 50px 0; }
        .homeproduct.siyahton .col-sm-5, .homeproduct.siyahton .col-sm-7 { width: 100%; float: none; }
    .homeproduct .col-sm-7 { text-align: center; }
        .homeproduct .col-sm-7 .proright { margin: auto; width: 70%; }
    #homeProCarousel { opacity: 1; margin: 0; }
        #homeProCarousel .owl-stage-outer { padding: 40px 0; margin:0; width:100%}
        #homeProCarousel .item a { padding: 30px 15px; min-height: 330px; }
        #homeProCarousel .ph_title { font-size: 18px; }
    #events { padding: 35px 35px 50px; opacity: 1; }
        #events .tarih { font-size: 16px; }
        #events .eventTitle { font-size: 16px; }
        #events h3 { margin-bottom: 40px; }
    #footer { opacity: 1; padding: 130px 0 30px; text-align: center; }
        #footer .tel { text-align: center; }
            #footer .tel a { display: inline-block; }
        #footer .social { float: none; display: inline-block; }
    #footermenu img { margin: auto; }
    .copy .col-sm-6 { text-align: center; }
    #contact .adres, #contact .mail, #contact .ftel { padding: 10px; text-align: center; }
    .footlogo img { width: 150px; }

    #innerImg, #innerImgS { height: 130px; overflow: visible; margin-bottom: 100px; }
        #innerImg #innerHeader { position: relative; bottom: unset; }
        #innerImg .alt p, #innerImgSmall .alt p { border-top: 0; display: none; }
    #breadcrumb:after, #breadcrumb:before { display: none; }
    #innerHeader h2 { color: #121212; font-size: 36px; }
    #innerHeader .print { background: #121212; }
    #innerImg .breadcrumb > li a { color: #121212; }
    #content { padding-bottom: 40px; }
    .cats { border-bottom: solid 1px #eee; }
    .proTitle { font-size: 28px; }
    .proImg { margin: auto; width: 70%; }
    .proHome { padding: 30px 0 0; text-align: center; }
    .more { text-align: center; }
    #content #innerHeader h2 { font-size: 36px; padding: 5px 10px;}
    #innerImgS img { object-fit: cover; height: 100%; }
    #innerImgS { overflow: hidden; margin-bottom: 0; }
    #masterLeft { margin-top: 60px; }
    #masterRight, #masterLeft { float: none; }
    #content .print { position: absolute; right: 0; display: none; }
    .proRight::after { display: none; }
    #content #innerHeader h2:before { display: none; }
    #content .breadcrumb::before { display: none; }
    #content .breadcrumb { padding: 5px; }
    #ctl00_icerik_pnl_teknikozellikler .col-sm-12 div{overflow-x:scroll}
    [data-accordion] [data-control]{font-size:14px}
    .newsItem {display:block; min-height:250px; padding:5px 20px; width:50%; float:left; margin-bottom:10px}
}

/*@media (max-width:460px) {
  #slider .item img{ height: 200px; object-fit: cover; }
  #slider .sliderContent p{ font-size:18px}
    #servicesCarousel .item{padding:30px 0}
    #masterInner img{height:150px; object-fit:cover}
}*/


@media (min-width:768px) and (max-width:991px) {

    #slider .item img { height: 650px; object-fit: cover; }
    #slider .owl-item::before { border-width: 240px 0 0 500px; }
    #slider .owl-item::after { border-width: 0 0 320px 1400px; }
    #slider .item img.productImg { height: 400px; }
    #menu ul > li > a { padding: 10px 4px !important; font-size: 12px; }
    #slider .sliderKategori { font-size: 14px; }
    #slider .sliderBaslik { font-size: 40px; }
    #slider .sliderContent p { font-size: 14px; }
    #innerImg, #innerImgS { height: 300px; overflow: visible; margin-bottom: 100px; }
        #innerImg #innerHeader { position: relative; bottom: unset; }
        #innerImg .alt p, #innerImgSmall .alt p { border-top: 0; }
    #breadcrumb:after, #breadcrumb:before { display: none; }
    #innerHeader h2 { color: #121212; font-size: 36px; }
    #innerHeader .print { background: #121212; }
    #innerImg .breadcrumb > li a { color: #121212; }
    #content { padding-bottom: 40px; }
}

@media (min-width:992px) and (max-width:1199px) {
    #slider .item img { height: 650px; object-fit: cover; }
    #slider .owl-item::before { border-width: 240px 0 0 500px; }
    #slider .owl-item::after { border-width: 0 0 320px 1400px; }
    #slider .item img.productImg { height: 400px; }
    #menu ul > li > a { padding: 10px; }
    #slider .sliderBaslik { font-size: 60px; }
}

@media (min-width:1200px) and (max-width:1366px) {
    #slider .item img { height: 700px; object-fit: cover; }
    #slider .owl-item::before { border-width: 240px 0 0 500px; }
    #slider .owl-item::after { border-width: 0 0 320px 1400px; }
    #slider .item img.productImg { height: 480px; }
}

@media (min-width:1367px) and (max-width:1600px) {
    #slider .item img { height: 700px; object-fit: cover; }
    #slider .owl-item::before { border-width: 240px 0 0 500px; }
    #slider .owl-item::after { border-width: 0 0 320px 1400px; }
    #slider .item img.productImg { height: 480px; }
}
