@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,600,700');
body{
    font-family: 'Roboto',sans-serif;
    color:#666;
}
a{
    -webkit-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.navbar {
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 0 !important;
    /*background-color: rgba(17, 19, 21, 0.9);*/
    padding: 25px 0;
    transition: all 0.5s;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    -khtml-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.navbar .navbar-brand{
    color:#000;
    font-weight: 500;
}
.navbar .navbar-brand-two{
    color:#000;
    font-weight: 500;
}
.fill{

    margin: 0;
    padding: 8px 0;

}
.navbar-default .navbar-nav >li> a{
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.04em;
    font-size:16px;
}
.navbar-default .navbar-nav >li> a:hover{
    color:#000;
}
.fade-carousel {
    position: relative;
    height: 100vh;
}
.fade-carousel .carousel-inner .item {
    height: 100vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
    width: 10px;
    height: 10px;
    opacity: 1;
}
.fade-carousel {
    position: relative;
    /*height: 100vh;*/
    height: 600px;
}
.fade-carousel .carousel-inner .item {
    /*height: 100vh;*/
    height: 600px;
}

.fade-carousel .slides .slide-1,
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
    /*height: 100vh;*/
    height: 600px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.action-area2 {
    display: block;
    background: url("../img/hilal-celik-halat-depo.png") no-repeat;
    background-position: center top;
    /*background-attachment: fixed;*/
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    z-index: -1;

}
#std {

    background: white;
    position: absolute;
    right: 85px;
    margin-top:50px;
    -webkit-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
    box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
}
#std2 {
    z-index: 3;
    background: white;
    width: 40%;
    left: 65px;
    margin-top:50px;
    -webkit-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
    box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
}
#std4{width: 55%}
@media (max-width: 990px) {
    #std{position: relative ; right :0}
    #std2{position: relative ;width: 100%;left: 0}
    #std4{width: auto;}
}
@media (max-width: 700px) {
    #std{position: relative ; right :0}
    #std2{position: relative ;width: 100%;left: 0}
    #std4{width: auto;}

}

.aw-title{
    font-size: 33px;
    text-transform: uppercase;

}
.aw-wrap{
    padding: 50px;

}
.aw-hr{
    width: 60px;
    display: block;
    margin: 20px 0 20px 0;

    border-top: 2px solid #f3f3f3;
    border-bottom: 1px solid #f9f9f9;
}
.aw-span {
    color:#666666;
    font-weight: 500;
}
.aw-wrap .btn{
    padding: 8px 12px;
    border-radius: 0;
    text-transform: uppercase;
    background: #666;
    border:none;
    transition: color .2s linear, background .1s linear, opacity .2s linear;
    line-height: 1.5 !important;
    letter-spacing: 2px;
}
.aw-wrap .btn:hover{

    background: black;


}
footer {
    background: #FFF;
    color:white;
}
footer .footer-box .box-title{
    margin: 0;
    color: #333;
    font-size: 16px;
    text-transform: uppercase;
    overflow: hidden;
    display: block;
    margin-bottom: 15px;
    font-weight: bold;
    width: 100%;
}
footer .footer-box{
    background: #fff;
    padding: 60px 0;
}
footer .footer-box .box-content{
    width: 100%;
    overflow: hidden;
    color: #333;
}
footer .footer-box .box-content p{
    font-size: 14px;
}
.box-social{
    list-style: none;
    padding: 0;
    display: block;

}
.footer-box .box-content .box-service{
    padding: 0;
    display: block;

}
.footer-box .box-content .box-service li{
    padding: 5px 0;
}
.footer-box .box-content .box-service li:nth-child(1){
    padding: 0 0 5px;
}
.footer-box .box-content .box-service li a{
    color: #333;
    text-decoration: none;
    transition: all 0.1s ease;
}
.footer-box .box-content .box-service li a:hover{
    color: #000;
    font-weight: bold;

}
.box-social li{

    display: inline;
    padding: 10px 15px;

}

.box-social li > a{
    color: #000;
    transition: background 3s;
    -webkit-transition: background 1s;
    -webkit-transform: translatey(0);
    -khtml-transform: translatey(0);
    -moz-transform: translatey(0);
    -ms-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
    -webkit-transition: all 0.2s ease 0s;
    -khtml-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    display: inline-block;
}
.box-social li > a:hover{
    color: #000;
    webkit-transform: translatey(-6px);
    -khtml-transform: translatey(-6px);
    -moz-transform: translatey(-6px);
    -ms-transform: translatey(-6px);
    -o-transform: translatey(-6px);
    transform: translatey(-6px);
}
footer .copyright{
    width: 100%;
    padding: 30px 15px;
    background: #f6f6f6;
    text-align: center;
}
footer .copyright .copya{
    text-decoration: none;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 11px;

}
footer .copyright .copya:hover{
    color:#000;

}
.f-con{
    padding: 10px 0;
}
.f-con:nth-child(1){
    padding: 0 0 10px;
}
.f-con a{
    text-decoration: none;
    color:#000;
}
.f-con i{
    color: #000;
    padding: 0 5px;
}
::selection {
    background-color:#000;
    color: #fff;
}
.yukariCik {

    width: 50px;
    height: 50px;
    background: #fff;
    text-align: center;
    position: fixed;
    right: 30px;
    bottom: 120px;
    z-index: 100;
    cursor: pointer;
    display: none;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
    -khtml-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
    color: #000000;
}
.yukariCik i {
    font-size: 16px;
    line-height: 50px;
    -webkit-transition: all 0.4s ease;
    -khtml-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.yukariCik i:hover {
    -webkit-transform: scale(1.5);
    -khtml-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}
.marks{
    position: relative;
    padding: 50px 0;

    background:#f6f6f6;
}
.marks img {
    z-index: -9999;
    /*filter: grayscale(100%)*/;
}
.dropdown .dropdown-menu>li>a{
    white-space: normal;
    padding: 5px 20px;
}
.dropdown .dropdown-menu>li+li:before{
    height: 1px;
    width: 100%;
    position: absolute;
    background: #f6f6f6;
    content:  "";
}
.i-post {
    padding-bottom: 35px;
}
.container .row .row-more{ text-align: center; margin-bottom: 5px; }
.container .row .row-more >a{
    color:#000;text-decoration: none;
    text-transform: uppercase ;
    letter-spacing: 0.3em;  font-size:12px}
.row .row-title{
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 5px;
    line-height: 30px;
    margin: 24px 0 10px;
    color:#000;
}
.row  .line{
    width: 80px;
    background: #333;
    height: 1px;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}
.i-post .i-post-img{
    margin-bottom: 25px;
    display: block;
    overflow: hidden;
    color:#000;
}
.i-post .i-post-img > img{
    -webkit-transition: all 1s ease-in-out 0s;
    -khtml-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    max-width: 100%;
    height: auto;
    min-height: 220px;
    max-height: 220px;
}
.i-post .i-post-img:hover >img {
    -webkit-transform: scale(1.2);
    -khtml-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.i-post .i-post-title{
    font-size: 21px;
    margin-bottom: 10px;
    letter-spacing: 0;
    text-decoration: none!important;
    color:#000;
}
.i-post p {
    line-height: 30px;
}
.i-post .col-md-4 {
    min-height: 455px;
}

.navi {
    margin: 0;
    padding-top: 45px;
    padding-bottom: 20px;
    background: #f6f6f6;

}
.navi ul { list-style: none;  margin-top: 5px;
    padding: 13px 0 0 0;}
.navi ul li {display: inline-block;  }
.navi ul li a {text-decoration: none; color: #777; font-size: 16px ; padding: 3px 5px}
.navi ul li+li:before{
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";}
.navi ul .active a { color:#000}
.navi h1{ text-transform: uppercase; font-size: 19px; letter-spacing: 5px; color:#000}
.about img {
    margin: 0 15px 15px 0;
}
.about p {
    line-height: 23px;
    font-size: 16px;
}

.wrapper-product {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3rem;
}
.box {
    width: 340px;
    height: 350px;
    padding: 0 2rem 3rem;
    transition:
            transform 0.3s linear 0s,
            filter 0.5s linear 0.3s,
            opacity 0.5s linear 0.3s;
    /*transform-origin: top center;*/
}
.product {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 0.2rem;
    background-color: #fff;
    background-position: top 3rem center;
    background-size: 80%;
    background-repeat: no-repeat;
    box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.1);
    transition:
            box-shadow 0.5s linear,
            height 0.1s linear 0s;
}
.product-title {
    display: block;
    padding: 1rem 0.5rem;
}
.product-desc {
    position: absolute;
    bottom: 1rem;
    left: 0;
    right: 0;
    display: block;
    padding: 0 1.5rem;
    /*opacity: 0;*/
    transition: opacity 0.1s linear 0s;
}
.product-desc a {
    color:#000;
    font-weight: 400;
    text-decoration: none;
    font-size: 16px;
}
/*.wrapper-product:hover .box:not(:hover)  {
    filter: blur(0.1px);
    opacity: 0.5;

}
.box:hover  {
    transform: scale(1.1);
    transition:
            transform 0.3s linear 0.3s,
            filter 0.3s linear 0s;

}
.box:hover .product {
    height: 315px;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
    transition:
            box-shadow 1s linear,
            height 0.3s linear 0.5s;
}
.box:hover .product-desc {
    opacity:1;
    transition: opacity 0.3s linear 0.75s;
}*/
.box-product {
    width: 340px;
    height: 350px;
    padding: 0 2rem 3rem;
    transition:
            transform 0.3s linear 0s,
            filter 0.5s linear 0.3s;

}
.box-product:hover .product-desc {
    opacity:1;
    transition:   linear 0.75s;
}
#product-list .product {
    position: relative;
    width: 100%;
    height: 100%;
    border:1px solid #e3e3e3;
    border-radius: 0.2rem;
    background-color: #fff;
    background-position: top 3rem center;
    background-size: 80%;
    background-repeat: no-repeat;
    box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.1);
    transition:
            box-shadow 0.5s linear,
            height 0.1s linear 0s;
}
#map iframe{
    pointer-events: none;
}
#map iframe.clicked{
    pointer-events: auto;
}
#contact-form{
    margin-bottom: 55px;
}
#contact-form input[type="submit"]{
    float: right;
    border: 2px solid #e3e3e3;
    border-radius: 0;
    font-size: 16px;
    background: none;
    padding: 10px 60px;
    text-transform: uppercase;
    color: #999;

}
#contact-form input[type="submit"]:hover{
    background: #000000;
    border: 2px solid #000000;
    color: #fff;

}
#contact-form input[type="text"], #contact-form input[type="email"],#contact-form textarea{
    padding:10px 8px;
    line-height: normal;
    border: none;
    border-bottom: 2px solid #e3e3e3;
    height: auto;
    background: none;
    border-radius: 0;
    -webkit-appearance: none;
    width: 100%;

}
#contact-form input[type="text"]:focus,
#contact-form input[type="email"]:focus,
#contact-form textarea:focus{
    border-color: #999999;
    outline: none!important;
}
.contact-col{
    background:  #f6f6f6;
    font-size: 14px ;
    line-height: 36px;
    padding: 45px 40px;
    color: #999999;
}
.contact-col span {
    display: block;
    width: 100%;
}
.contact-col> .box-social {
     margin-top: 12px;
     font-size: 14px;
     color: #999999;
 }
.contact-col> .box-social a {

    color: #999999;
}
@media only screen and ( max-width:992px ){
    .i-post-img img{
        width: 100%;
        display: block;
        overflow: hidden;
    }
    .navi h1 {
        text-align: center;
    }
    .navi ul {
        text-align: center;
    }
    .contact-col span{
        text-align: center;
    }
    .contact-col> .box-social {
        text-align: center;

    }
    .product-desc {
        position: absolute;
        bottom: 1rem;
        left: 0;
        right: 0;
        display: block;
        padding: 0 1.5rem;
        opacity: 1;
        transition: opacity 0.1s linear 0s;
    }
}
.navbar-brand-two{
    display: none;
}
@media only screen and (max-width: 993px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand{
        color:red;
        display: none;
    }
    #product-div{
        padding: 0!important;

    }
    .navbar-brand-two{
        display: block;
    }
}

.post{
    margin-bottom: 50px;
}
.blog-img{
    margin-top: 40px;
    margin-bottom: 40px;
}
.blog-img figure img{
    width: 100%;
}
.blog-content{
    margin: 25px 0;

}
.blog-content p{
    font-size: 16px;
    line-height: 28px;
    padding:0;
}
.blog-share{
    margin: 30px 0px;

}
.blog-share ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.blog-share ul li {
    display: inline;
    margin: 0;
}
.blog-share ul li a {
    margin-right:15px ;
    padding: 15px 60px;
    border:2px solid #e3e3e3;
    color:#999;
    transition:  1s;

    line-height: normal;
}
.blog-share ul li a:hover {
    border:2px solid #000;
    color:#000;
}

@media only screen and (max-width: 663px){
    .blog-share ul li a {

        padding: 15px 25px;

    }
}
@media only screen and (max-width: 1299px){
    .blog-share ul li a {

        padding: 15px 25px;

    }
}
@media only screen and (max-width: 389px){
    .blog-share ul li a {

        padding: 10px 15px;

    }
}
.blog-related .related-post .related-img img{
    margin-bottom: 33px;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 168px;
}
.blog-rltd{
    display: block;
    padding: 0;
    margin: 30px 0;
}
.blog-rltd h3 {
    color:#000;
    letter-spacing: 3px;
    width: 100%;
    padding: 15px 0;
    text-transform: uppercase;
}
.blog-related .related-post h4>a{
    color: #000;
    text-decoration: none;
}
.prdct-content{
    margin: 25px 0;

}
.prdct-content p{
    font-size: 16px;
    line-height: 28px;
    padding:0;
}
.product-share{
    margin: 30px 0px;

}
.product-share ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.product-share ul li {
    display: inline;
    margin: 0;
}
.product-share ul li a {
    margin-right:15px ;
    padding: 15px 45px;
    border:2px solid #e3e3e3;
    color:#999;
    transition:  1s;
    line-height: normal;
}
.product-share ul li a:hover {
    border:2px solid #000;
    color:#000;
}
    /*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}
/*Cookie Consent End*/
@media only screen and (max-width: 663px){
    .product-share ul li a {

        padding: 15px 25px;

    }
}
@media only screen and (max-width: 1299px){
    .product-share ul li a {

        padding: 15px 25px;

    }
}
@media only screen and (max-width: 389px){
    .product-share ul li a {

        padding: 10px 15px;

    }
}