/* Genel ---------------------------------------*/

body * {
    color: #003781;
    text-decoration: none;
    text-decoration-line: none;
}

body:hover a {
    text-decoration: none;
}

.navbar-brand * {
    font-family: 'Roboto';
    font-size: 22px;
}


/* Genel - END */


/* MENU  --------------------------------------*/

.navbar {
    z-index: 99;
}

.nav-item {
    margin: 0 6px;
}

.nav-link {
    color: #003781 !important;
    font-weight: 600;
    margin: 0 10px;
}

.navbar .active {
    border-top: .05em solid #003781;
    border-bottom: .05em solid #003781;
}

.menu-active-line-top {
    width: 0%;
    height: 1px;
    background-color: #003781;
}

.menu-active-line-bottom {
    width: 0%;
    height: 1px;
    background-color: #003781;
}

.nav-item:not(.active) .menu-active-line-bottom {
    margin-top: .1em !important;
}

.nav-item:not(.active):hover .menu-active-line-top {
    width: 100%;
}

.nav-item:not(.active):hover .menu-active-line-bottom {
    width: 100%;
}


/* MENU - END */


/* Slider -------------------------------------*/

.carousel-item {
    height: 500px;
}

.carousel-item img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.carousel-caption {
    bottom: 100px;
}

.carousel-caption * {
    color: #fff;
}


/* Slider - END */


/* Ürünler ----------------------------------*/

.urun {
    padding: 0px;
}

.urun_in {
    width: 100%;
    margin: 5px;
    border: 1px solid #cecece;
    padding: 10px;
}

.urun_in p {
    color: #999;
    margin: 5px 0 0 0;
}

.urun_in p i {
    color: #aaa;
}

.urun_in:hover p i,
.urun_in:hover p {
    color: #e91e63;
}


/* Ürünler */


/* İletişim -----------------------------------*/

.border-radius {
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}


/* iletişim */


/* ANASAYFA -----------------------------------*/

.card-content {
    position: relative;
    top: -50px;
    margin: 2px;
    padding: 0;
}

.card {
    min-height: 300px;
}

.border-bottom-blue {
    border-bottom: 2px solid #003781 !important;
}

.bilgi-al {
    height: 0;
    overflow: hidden;
    padding: 0 20px;
}

.card:hover .bilgi-al {
    height: 45px;
    padding: 10px 20px;
}

.underline {
    text-decoration-line: underline !important;
}


/*
If the cube is directly inside the container:
#container:hover > #cube { background-color: yellow; }

If cube is next to (after containers closing tag) the container:
#container:hover + #cube { background-color: yellow; }

If the cube is somewhere inside the container:
#container:hover #cube { background-color: yellow; }

If the cube is a sibling of the container:
#container:hover ~ #cube { background-color: yellow; }
*/


/* ANASAYFA - END */


/* Footer ------------------------------- */

.footer-copyright,
.footer-copyright * {
    color: #fff;
    font-size: 10px;
}

.acik-adres * {
    padding-top: 5px;
}


/* Footer */

.animate {
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.animate-fast {
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.animate-slow {
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
}


/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {
    .carousel-item {
        height: 200px;
    }
    .card {
        min-height: 250px;
    }
    .bilgi-al {
        height: 45px;
        padding: 10px 20px;
    }
}


/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) and (max-width: 767.98px) {
    .carousel-item {
        height: 300px;
    }
    .card {
        min-height: 250px;
    }
    .bilgi-al {
        height: 45px;
        padding: 10px 20px;
    }
}


/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) and (max-width: 991.98px) {
    .carousel-item {
        height: 400px;
    }
    .card {
        min-height: 300px;
    }
}


/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) and (max-width: 1199.98px) {
    .card {
        min-height: 400px;
    }
}


/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    .card {
        min-height: 350px;
    }
}


/* ÜRÜNLERİMİZ alt sayfalar - Collapse accordion CSS - START */

.panel-default>.panel-heading {
    color: #333;
    background-color: #eee;
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.panel-default>.panel-heading a {
    display: block;
    padding: 10px 15px;
}

.panel-default>.panel-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
    background-color: #eee;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.accordion-option {
    width: 100%;
    float: left;
    clear: both;
    margin: 15px 0;
}

.accordion-option .title {
    font-size: 20px;
    font-weight: bold;
    float: left;
    padding: 0;
    margin: 0;
}

.accordion-option .toggle-accordion {
    float: right;
    font-size: 16px;
    color: #6a6c6f;
}

.accordion-option .toggle-accordion:before {
    content: "Expand All";
}

.accordion-option .toggle-accordion.active:before {
    content: "Collapse All";
}

/* ÜRÜNLERİMİZ alt sayfalar - Collapse accordion CSS - END */