﻿body {
    font-family: 'Open Sans', sans-serif;
}

p {
    font-size: 13px;
    color: #7a7a7a;
    line-height: 24px;
}

.page-content {
    width: 80%;
    float: right;
}

.content-section {
    padding-top: 80px;
    position: relative;
    width: 100%;
    display: inline-block;
    height: auto;
    left: 50%;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.section-heading {
    text-align: left;
    position: relative;
}

    .section-heading h1 {
        font-family: Arial;
        font-style: normal;
        font-weight: 700;
        margin-top: 0px;
        font-size: 32px;
        line-height: 40px;
        color: darkblue;
        display: inline-block;
    }

    .section-heading em {
        font-style: normal;
        font-size: 36px;
        line-height: 40px;
        font-weight: bold;
        color: #5fc937;
    }

    .section-heading p {
        display: inline-block;
        font-size: 24px;
        line-height: 30px;
        color: #343434;
    }

header {
    position: fixed;
    top: 0;
    transition: top 0.3s ease-in-out;
    width: 100%;
}

.nav-up {
    top: -75px;
}

.responsive-nav {
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: rgba(136, 197, 254, 0.80);
}

    .responsive-nav .suloban {
        font-family: Arial;
        font-size: 20px;
        vertical-align: middle;
        color: #114b1d;
    }

.navbar-nav {
    margin: 0;
    border: none;
}

#main-nav ul {
    text-align: center;
    background-color: rgba(136, 197, 254, 0.80);
    margin-top: 10px;
    width: 40%;
}

    #main-nav ul li {
        margin: 0px 0px;
    }

        #main-nav ul li:hover {
            background-color: transparent;
        }

        #main-nav ul li a {
            font-size: 18px;
            text-transform: capitalize;
            color: #000;
            box-shadow: none;
            border: none;
        }

            #main-nav ul li a:hover {
                opacity: 0.5;
                background-color: transparent;
            }

.navbar-toggle span {
    background-color: #232323;
}

.sidebar-navigation {
    width: 200px;
    float: left;
    height: 100%;
    position: fixed;
    background-color: rgba(42, 44, 0, 0.80);
    z-index: 10;
}

    .sidebar-navigation .logo {
        position: absolute;
        width: 100%;
        margin-top: -10px;
        height: 95px;
        line-height: 95px;
        background-color: #88C5FE;
        text-align: center;
    }

        .sidebar-navigation .logo a {
            text-decoration: none;
            font-size: 48px;
            letter-spacing: 0.5px;
            height: 95px;
            width: 100%;
            display: inline-block;
        }

        .sidebar-navigation .logo em {
            font-style: normal;
            font-weight: 300;
        }

    .sidebar-navigation nav {
        position: relative;
        top: 40%;
        left: 65%;
        -webkit-transform: translateX(-60%) translateY(-60%);
        -moz-transform: translateX(-60%) translateY(-60%);
        -ms-transform: translateX(-60%) translateY(-60%);
        -o-transform: translateX(-60%) translateY(-60%);
        transform: translateX(-60%) translateY(-60%);
    }

    .sidebar-navigation ul {
        margin-left: 15px;
        list-style: none;
        padding: 0;
    }

    .sidebar-navigation li {
        padding: 10px 0;
    }

    .sidebar-navigation span {
        display: inline-block;
        position: relative;
    }

    .sidebar-navigation nav a {
        display: inline-block;
        color: #EADEA4;
        margin-top: 5px;
        text-decoration: none !important;
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 0.5px;
        text-transform: capitalize;
    }

.circle {
    margin-right: 5px;
    height: 10px;
    width: 10px;
    left: 0px;
    top: -1px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #b6ff00;
    transition: all 0.3s;
}

.rect {
    height: 1px;
    width: 0px;
    left: 0;
    bottom: 5.5px;
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.1s, width 0.6s;
    -moz-transition: -webkit-transform 0.1s, width 0.6s;
    transition: transform 0.1s, width 0.6s;
}

.sidebar-navigation nav a:focus {
    color: #fff;
}

.sidebar-navigation nav a:hover, nav .active-section {
    color: #fff;
}

    .sidebar-navigation nav a:hover span, nav .active-section span {
        background-color: #ddd;
    }

.sidebar-navigation nav .active-section .rect {
    width: 30px;
}

.sidebar-navigation nav .active-section .circle {
    background-color: #fff;
}

.slider .content-section {
    padding-top: 0px;
    min-width: 100%;
    min-height: 100vh;
    width: 100%;
    height: 100vh;
    text-align: center;
}

.slider p a {
    color: #FFF;
}

    .slider p a:hover {
        color: #FF0;
        text-decoration: none;
    }

.Modern-Slider .info {
    text-align: right;
    position: absolute;
    z-index: 10;
    top: 50%;
    right: 60px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
}

    .Modern-Slider .info h1 {
        font-size: 36px;
        color: white;
        font-weight: 800;
    }

    .Modern-Slider .info p {
        font-size: 22px;
        color: white;
        font-weight: 700;
    }

.Modern-Slider .slogan {
    text-align: start;
    position: absolute;
    z-index: 5;
    top: 50px;
    left: 250px;
    width: 100%;
    height: 100px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
}

    .Modern-Slider .slogan h2 {
        font-size: 48px;
        color: darkblue;
        font-weight: 800;
    }

.Modern-Slider .slick-dots {
    opacity: 0;
}

.Modern-Slider .NextArrow {
    outline: none;
    display: none;
    position: absolute;
    top: 60px;
    right: 60px;
    width: 50px;
    height: 50px;
    background: rgba(0,0,0,.50);
    border: 0 none;
    margin-top: -22.5px;
    text-align: center;
    font: 32px/50px FontAwesome;
    color: #FFF;
    z-index: 5;
}

    .Modern-Slider .NextArrow:before {
        content: '\f105';
    }

.Modern-Slider .PrevArrow {
    outline: none;
    position: absolute;
    top: 60px;
    right: 120px;
    width: 50px;
    height: 50px;
    background: rgba(0,0,0,.50);
    border: 0 none;
    margin-top: -22.5px;
    text-align: center;
    font: 32px/50px FontAwesome;
    color: #FFF;
    z-index: 5;
}

.Modern-Slider .item .image {
    width: 100%;
    height: 100vh;
    background-position: center center;
    background-size: cover;
    display: block;
}

.Modern-Slider .PrevArrow:before {
    content: '\f104';
}

.Modern-Slider .PrevArrow:before {
    content: '\f104';
}

.Modern-Slider .item .image {
    animation: zoomin 12s ease-in-out infinite alternate;
    -webkit-animation: zoomin 12s ease-in-out infinite alternate;
}

.Modern-Slider .item .image {
    animation: zoomin 12s ease-in-out infinite alternate;
    -webkit-animation: zoomin 12s ease-in-out infinite alternate;
}

@keyframes zoomin {
    0% {
        -webkit-transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.2);
    }
}

.Modern-Slider {
    background: transparent;
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: none
    }

    .slick-list.dragging {
        cursor: hand
    }

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

    .slick-track:before, .slick-track:after {
        display: table;
        content: ''
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left /* If RTL Make This Right */;
    height: 100%;
    min-height: 1px
}

    .slick-slide.dragging img {
        pointer-events: none
    }

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.urunler {
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 80px;
    border-bottom: 1px solid #eee;
}

    .urunler .section-heading {
        margin-right: 20%;
    }

    .urunler .content-section {
        display: inline-block;
        position: relative;
    }

    .urunler .item {
        text-align: left;
        position: relative;
        width: 300px;
        z-index: 10;
    }

        .urunler .item .text-content {
            padding-top: 20px;
            background-color: #fff;
            position: relative;
            width: 300px;
            z-index: 10;
        }

            .urunler .item .text-content h4 {
                margin-top: 0px;
                margin-bottom: 5px;
                font-size: 24px;
                font-weight: 600;
                color: #232323;
                letter-spacing: 0.5px;
            }

        .urunler .item:hover {
            opacity: 0.7;
        }

#iletisim {
    padding-top: 0px;
}

#iletisim-content {
    padding: 80px 60px;
}

#iletisim input {
    border-radius: 0px;
    padding-left: 15px;
    font-size: 13px;
    color: #aaa;
    background-color: #f4f4f4;
    border: 1px solid #eee;
    outline: none;
    box-shadow: none;
    line-height: 40px;
    height: 40px;
    width: 100%;
    margin-bottom: 25px;
}

#iletisim textarea {
    border-radius: 0px;
    padding-left: 15px;
    padding-top: 10px;
    font-size: 13px;
    color: #aaa;
    background-color: #f4f4f4;
    border: 1px solid #eee;
    outline: none;
    box-shadow: none;
    height: 200px;
    max-height: 250px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
}

#iletisim button {
    font-size: 13px;
    border-radius: 0px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    background-color: #45489a;
    display: inline-block;
    height: 44px;
    line-height: 24px;
    outline: none;
    box-shadow: none;
    width: 100%;
    letter-spacing: 0.25px;
    text-decoration: none;
    transition: all 0.3s;
}

    #iletisim button:hover {
        color: #232323;
        background-color: #f4f4f4;
    }

.footer {
    background-color: rgba(12,12,12,0.9);
    height: 80px;
    line-height: 80px;
    display: inline-block;
    text-align: center;
    width: 100%;
}

    .footer p {
        margin-bottom: 0px;
        font-size: 13px;
        line-height: 80px;
        color: #fff;
        letter-spacing: 0.5px;
        font-weight: 300;
    }

        .footer p a {
            text-decoration: none;
            color: #fff;
            font-weight: 600;
        }

@media (max-width: 992px) {

    .responsive-nav {
        display: none;
    }

    .sidebar-navigation .logo a {
        font-size: 18px;
    }

    .sidebar-navigation nav a {
        font-size: 13px;
    }

    .sidebar-navigation nav ul {
        margin-left: 30px;
    }

    .sidebar-navigation .social-icons li a {
        font-size: 15px;
    }
}


@media (max-width: 767px) {

    .responsive-nav {
        display: block;
        height: 60px;
    }

    .page-content {
        width: 100%;
    }

    .Modern-Slider .info {
        text-align: center;
        right: 0px;
        padding: 0px 30px;
    }

    .Modern-Slider .NextArrow {
        outline: none;
        display: none;
        position: absolute;
        top: 120px;
        right: 50%;
        transform: translateX(50%);
        margin-right: -30px;
        width: 50px;
        height: 50px;
        background: rgba(0,0,0,.50);
        border: 0 none;
        text-align: center;
        font: 32px/50px FontAwesome;
        color: #FFF;
        z-index: 5;
    }

        .Modern-Slider .NextArrow:before {
            content: '\f105';
        }

    .Modern-Slider .PrevArrow {
        outline: none;
        position: absolute;
        top: 120px;
        left: 50%;
        transform: translateX(-50%);
        margin-left: -30px;
        width: 50px;
        height: 50px;
        background: rgba(0,0,0,.50);
        border: 0 none;
        text-align: center;
        font: 32px/50px FontAwesome;
        color: #FFF;
        z-index: 5;
    }
}

@media (max-width: 690px) {

    .section-heading p {
        position: relative;
    }

    .urunler {
        padding-left: 15px;
        padding-right: 15px;
    }

        .urunler .owl-nav {
            position: absolute;
            display: inline-block;
            top: -220px;
            right: 0;
        }

    #iletisim-content {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.websatis {
    margin: 10px;
    border: none;
    float: left;
    width: 300px;
}

    .websatis img {
        width: 100%;
        height: auto;
    }


.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2
}

    .close:focus, .close:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .5
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

    .modal.fade .modal-dialog {
        transition: transform .3s ease-out;
        transform: translate(0,-25%)
    }

    .modal.in .modal-dialog {
        transform: translate(0,0)
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

    .modal-backdrop.fade {
        opacity: 0
    }

    .modal-backdrop.in {
        opacity: .5
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

    .modal-header::after {
        content: "";
        display: table;
        clear: both
    }

    .modal-header .close {
        margin-top: -15px
    }

.modal-title {
    margin: 0;
    line-height: 1.5
}

.modal-body {
    position: relative
}

    .modal-body .sayfa {
        padding: 0px 10px 10px 10px
    }

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

    .modal-footer::after {
        content: "";
        display: table;
        clear: both
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 800px;
        margin: 10px auto
    }

    .modal-sm {
        max-width: 400px
    }
}

@media (min-width:992px) {
    .modal-lg {
        max-width: 800px
    }
}

.quickview .modal-dialog {
    width: 800px;
    max-width: 800px;
}

.quickview .modal-content {
    min-height: 450px;
}

.quickview .modal-header {
    border: none;
    padding: 10px;
}

.quickview .modal-body {
    min-height: 400px;
}

.quickview .modal-footer {
    border-top: 1px solid rgba(172,170,166,.3)
}

.quickview .layer {
    display: none
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.suloban_duyuru {
    cursor: pointer;
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 10%;
    left: 0px;
    z-index: 10000;
}

    .suloban_duyuru > div {
        background-color: rgba(42, 44, 0, 0.80);
        display: inline-block;
        height: auto;
        width: auto;
        vertical-align: middle;
        position: relative;
        border-radius: 8px;
        padding: 15px;
        margin: 15px
    }

    .suloban_duyuru h2 {
        text-align: center;
        color: #EADEA4;
        margin-top: -5px
    }

    .suloban_duyuru p {
        color: #EADEA4
    }

@media (min-width:992px) {
    .suloban_duyuru {
        left: 20%;
    }

        .suloban_duyuru > div {
            max-width: 850px;
            min-height: 200px;
        }
}


.duyuruKapat {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}

    .duyuruKapat:hover {
        background-color: #ccc;
    }
