body {
    font-family: "Roboto Flex", serif;
}

.sliderTextContainer a {
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 1);
}


#logo {
    width: 310px;
    height: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.bg-dark {
    background-color: #1a1a1a !important;
}

.bg-red{
    background-color: #BE1E2D !important;
}

.header-wrapper {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
}

.header {
    position: relative;
    z-index: 99;

}

.header-fixed-top {
    position: fixed;
    top: 0;
    z-index: 999;
    background-color: #FFF !important;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
}

.header-fixed-top #logo {
    width: 210px;
}

.com-information {
    color: #FFF;
    font-size: 0.9rem;
    padding: 1rem 15px;
}

.header-fixed-top .com-information {
    display: none;
}

#header-image {
    width: 100%;
    min-height: 350px;
    background-size: cover;
    margin-bottom: 30px;
    position: relative;
    background-position: center center;
	border-bottom: 10px solid #BE1E2D;
}

#header-image:after {
    content: '';
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

#header-image .wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #FFF;
    z-index: 2;
    -webkit-transform: translate(-50%, -25%);
    -moz-transform: translate(-50%, -25%);
    -ms-transform: translate(-50%, -25%);
    -o-transform: translate(-50%, -25%);
    transform: translate(-50%, -25%);
    text-align: center;
}

#header-image .wrapper #breadcrumbs {
    font-style: italic;
    font-size: 14px;
    color: #CCC;
}

#header-image .wrapper #breadcrumbs a {
    color: #999999;
}

#menu-main-menu .nav-item {
    margin-left: .5rem;
    margin-right: .5rem;
}

#menu-main-menu .nav-link {
    padding: .3rem 1rem;
    font-size: 1rem;
    transition: all .3s;
    color: #1a1a1a;
    position: relative;
    border-radius: 40px 0 40px 40px;
	text-transform: uppercase;
    font-size: 14px;
}

#menu-main-menu .current-menu-item .nav-link {
    background: #BE1E2D;
    color: white;
}

/*

#menu-main-menu .menu-item > .nav-link:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -39px;
    left: 0;
    right: 0;
    height: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#menu-main-menu .nav-item.current-menu-item .nav-link:after,
#menu-main-menu .nav-item:focus .nav-link:after,
#menu-main-menu .nav-item:hover .nav-link:after {
    height: 5px;
    background: #BE1E2D;
}
 */

#menu-main-menu .menu-item {
    position: relative;
}

#menu-main-menu .sub-menu {
    height: 0;
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: -15px;
    padding: 0;
    white-space: nowrap;
    z-index: 3;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#menu-main-menu .menu-item:hover .sub-menu {
    height: auto;
    padding-top: 39px;
}

#menu-main-menu .menu-item:hover .sub-menu a:hover {
    color: #FFF;
    background: #BE1E2D;
}

#menu-main-menu .sub-menu .nav-link:after {
    content: none;
}

#menu-main-menu .sub-menu li {
    margin: 0;
    list-style-type: none;
}

#menu-main-menu .sub-menu li a {
    background: #FFF;
    padding: 15px;
}

.sidebar .menu {
    padding: 0;
}

.sidebar .menu li {
    list-style-type: none;
    margin-bottom: 5px;
}

.sidebar .menu li a {
    background: #f2f2f2;
    position: relative;
    padding: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sidebar .menu li.current-menu-item a,
.sidebar .menu li a:hover {
    background: #BE1E2D;
    color: #FFF;
}

.header-fixed-top #menu-main-menu .nav-link:after {
    bottom: -30px;
}

.position-relative {
    position: relative;
}

.hakkimizda-list li {
    list-style-type: none;
}

.hakkimizda-list li:before {
    margin-left: -16px;
    content: "\e901";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.references p {
    margin: 0;
}

.references a {
    position: absolute;
    font-size: 0;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
}

.fixed-sidebar {
    position: absolute;
    width: 100%;
}

:target:before {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    content: "";
    display: block;
    height: 120px; /* fixed header height*/
    margin: -120px 0 0; /* negative fixed header height */

}

.products .title {
    background: #1a1a1a;
    text-align: center;
    margin: 0;
}

.products .title a {
    color: #FFF;
    padding: 30px;
    display: block;
}

.product {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

	.product a{
		text-transform: uppercase;
	}

.product:hover {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}

#referanslar .owl-nav,
#homeSlider .owl-nav {
    transform: translateX(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    font-size: 36px;
}

.sliderTextContainer {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 2;
    transform: translateY(-50%);
    color: #FFF;
}

.sliderTextContainer h1 {
    color: #000;
    font-size: 2.5rem;
    font-weight: bold;
}

#referanslar .owl-nav {
    color: #000;
}

#homeSlider .owl-nav {
    color: #000;
}

#referanslar .owl-nav .owl-prev,
#homeSlider .owl-nav .owl-prev {
    position: absolute;
    left: -30px;
    transform: translateY(-50%);
}

#referanslar .owl-nav .owl-next,
#homeSlider .owl-nav .owl-next {
    position: absolute;
    right: -30px;
    transform: translateY(-50%);
}

footer {
    color: #FFF;
    font-size: 14px;
}

footer h6 {
    font-weight: bold;
}

#footerLogo {
    width: 150px;
    height: auto;
    margin-bottom: 15px;
}

.image-fluid img {
    width: 100%;
    height: auto;
}

.widget-area ul {
    padding: 0;
}

.widget-area ul li {
    list-style-type: none;
}

.widget-area ul li a {
    padding: 5px 0;
    color: #FFF;
}

.widget-area ul li a:hover {
    color: #ccc;
}

a {
    text-decoration: none;
    color: #1a1a1a;
}

a:hover {
    text-decoration: none;
    color: #333;
}

#menu-toggle {
    color: #BE1E2D;
}

#main-menu-wrapper.active {
    position: absolute;
    top: 105px;
    left: 0;
    right: 0;
    background: #FFF;
    padding: 30px 15px;
    z-index: 9;
    display: block !important;
}

#main-menu-wrapper.active .nav-item {
    width: 100%;
    margin: 0 0 10px 0;
    text-align: center;
}

.detail-button {
    position: absolute;
    bottom: 30px;
    left: 30px;
    text-transform: uppercase;
    color: #BE1E2D !important;
    font-weight: bold;
    font-size: 0.9rem;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.detail-button:hover {
    letter-spacing: 0.5px;
}

.home-products-container {
    padding-bottom: 50px;
}

.home-products-container > .container {
    margin-top: -30px;
    z-index: 100;
    position: relative;
}

.home-products-container .item-container {
    background: #FFF;
    padding: 30px 30px 60px 30px;
    border-right: 1px solid #e6e6e6;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.home-products-container .item-container:hover {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);

}

.home-products-container .item-container > a {
    display: block;
}

.home-products-container .item-container:last-child {
    border-right: 0;
}

.home-products-container .item-container img {
    width: 140px;
    margin-bottom: 15px;
}

.home-products-container .item-container h1 {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 0 20px 0;
}

.home-products-container .item-container p {
    margin: 0 0 15px 0;
}

.home-about {
    padding: 50px 0;
    background: url("/wp-content/uploads/2018/05/kp-bg.jpg") repeat;
}

.text-red {
    color: #BE1E2D;
}

.text-big {
    font-size: 8rem;
}

.btn-default {
    border: 3px solid #BE1E2D;
    color: #BE1E2D;
    border-radius: 0 !important;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.95rem;
    padding: .8rem 1.7rem;
    background: none;
}

.btn-default:hover {
    background-color: #BE1E2D;
    color: #FFF;
}

.btn-default.btn-white {
    color: #FFF;
    border-color: #FFF;
}

.btn-default.btn-white:hover {
    background-color: #FFF;
    color: #BE1E2D;
}

.bg-red {
    background: #BE1E2D;
    color: #FFF;
}

.referanslar img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.referanslar img:hover {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

.form-control {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    border: 3px solid rgba(0, 0, 0, .15)
}

.form-control:focus {
    border-color: #BE1E2D;
}

.wpcf7-form label {
    width: 100%;
}

#header-image p {
    margin: 0;
}

#footer a {
    color: #FFF !important;
}

.img-fluid img{
	max-width:auto;
	width:100%;
	height:auto;
}
#hakkimizda .widget-title{
	display:none;
}

@media only screen and (max-width: 767px) {

    .owl-nav.container {
        display: none;
    }

    #sliderTextContainer h1 {
        font-size: 14px;
    }

    #sliderTextContainer h2 {
        font-size: 12px;
    }

    .com-information {
        display: none;
    }

    .header-wrapper {
        padding: 0;
        margin-bottom: 0;
    }

    .footer-contact {
        text-align: center !important;
    }

    .home-products-container .item-container {
        border-right: 0;
        border-bottom: 1px solid #e6e6e6;
    }

    #header-image {
        min-height: 200px;
    }

    #header-image .wrapper {
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .sliderTextContainer h1 {
        font-size: 2rem;
    }

    .sliderTextContainer {
        position: relative;
        z-index: 2;
        margin-top: 30px;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        color: #FFF;
        background: #FFF;
    }

    .home-products-container > .container {
        margin-top: 0;
        z-index: 100;
        position: relative;
    }

    #main-menu-wrapper.active {
        top: 90px;
    }

    #menu-main-menu .nav-item.current-menu-item .nav-link:after, #menu-main-menu .nav-item:focus .nav-link:after, #menu-main-menu .nav-item:hover .nav-link:after {
        height: 0;
    }
}
