﻿
@import url('fonts.css');
@import url(https://fonts.googleapis.com/css?family=Sanchez:400italic,400);

* {
    margin: 0;
    padding: 0;
}

body, html {
    margin: 0;
    padding: 0;
    position: relative;
    font-family: 'montserratlight';
    background: #fff;
    overflow-x: hidden;
}

ul, ol {
    list-style: none;
}



input, select, textarea {
    color: #1e73c1;
}

label {
    font-size: 24px;
    color: #1e73c1;
    font-family: 'montserratlight';
    margin-bottom: 30px;
}

img {
    vertical-align: middle;
}

img, a {
    border: 0;
}

a {
    text-decoration: none !important;
    color: #000;
    cursor: pointer;
    transition: all ease-in-out 0.2s;
}

    a:hover {
    }

span {
    display: block;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.clearboth {
    clear: both;
}

button {
    border: 0;
}

.margintop10 {
    margin-top: 10px;
}

.kapsayici {
    width: 1350px;
    margin: auto;
    position: relative;
}

.pageTop {
    position: fixed;
    width: 60px;
    height: 60px;
    right: 60px;
    bottom: 60px;
    background: #fff;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
    font-size: 36px;
    cursor: pointer;
    color: #0c7adc;
    -webkit-box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
    box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .pageTop:hover {
        bottom: 70px;
        -webkit-box-shadow: 0 24px 38px 3px rgba(0,0,0,0.14), 0 9px 46px 8px rgba(0,0,0,0.12), 0 11px 15px -7px rgba(0,0,0,0.2);
        -ms-box-shadow: 0 24px 38px 3px rgba(0,0,0,0.14), 0 9px 46px 8px rgba(0,0,0,0.12), 0 11px 15px -7px rgba(0,0,0,0.2);
        box-shadow: 0 24px 38px 3px rgba(0,0,0,0.14), 0 9px 46px 8px rgba(0,0,0,0.12), 0 11px 15px -7px rgba(0,0,0,0.2);
    }
    .indexBilgilendirme li {
        position: relative;
        margin: 0 0 10px 0;
    }
    .indexBilgilendirme li div .fa{
        position: absolute;
        top: 5px;
        left: -35px;
        font-size: 28px;
    }
header {
    color: #0c7adc;
    width: 100%;
    /*background: rgba(13, 122, 219, 0.90);*/
    background: #fff;
    padding: 0px 0;
    text-align: center;
}

.blogicerik img {
    max-width: 100%;
}

.logo {
    float: left;
    margin: 0px 0 0 0;
}


    .logo img {
        width: 90px;
    }

.solmenu {
    text-align: center;
    font-size: 13px;
    letter-spacing: 3px;
    display: inline-block;
    font-family: 'montserratbold';
}

    .solmenu li {
        display: inline-block;
        margin: 0 0 0 20px;
        padding: 40px 5px 5px 0px;
    }

        .solmenu li:first-child {
            margin: 0;
        }

        .solmenu li a {
            color: #d61b16;
        }

    .solmenu .aktif {
        border-bottom: 3px solid #0c7adc;
    }

.sosyalMedya {
    float: right;
    margin: 20px 0 0 0;
}

    .sosyalMedya li {
        display: inline-block;
    }

        .sosyalMedya li div {
            width: 59px;
            height: 59px;
            background-image: url('../Images/smred.png');
        }

    .sosyalMedya .in div {
        background-position-x: 118px;
    }

    .sosyalMedya .you div {
        background-position-x: 59px;
    }

footer {
    background: #0c7adc;
    padding: 35px 0;
    text-align: center;
}

    footer .footerMenu .footercontainer {
        width: 407px;
        display: inline-block;
        padding: 0 10px 0 0;
        /*margin: 0 50px;*/
        padding: 0 0 0 10px;
        color: #fff;
        text-align: left;
    }

        footer .footerMenu .footercontainer:first-child {
            padding: 0;
        }

        footer .footerMenu .footercontainer h5 {
            margin: 30px 0 5px 0;
            font-size: 13px;
            font-weight: bold;
        }

        footer .footerMenu .footercontainer h6 {
            font-size: 13px;
            line-height: 20px;
        }

.sosyalMedyafootr {
}

    .sosyalMedyafootr li {
        display: inline-block;
    }

        .sosyalMedyafootr li div {
            width: 59px;
            height: 59px;
            background-image: url('../Images/smfooter.png');
        }

    .sosyalMedyafootr .in div {
        background-position-x: 118px;
    }

    .sosyalMedyafootr .you div {
        background-position-x: 59px;
    }

.footermessage .mailimage {
    width: 80px;
    height: 40px;
    background: url(../Images/mail.png) no-repeat center center;
    display: inline-block;
}

.footermessage a {
    color: #fff;
    margin-top: -20px;
}

.footerdestek .destekimage {
    width: 66px;
    height: 66px;
    background: url(../Images/destek.png) no-repeat center center;
    display: inline-block;
}
 

.footerdestek a {
    color: #fff;
    margin-top: -20px;
}

.kvkk{
    margin-left: 10px;
    margin-top: -50px;
}

.kvkk a {
    color: #fff;
}

.kvkk a:hover {
    color: #c2a7a7;
}

.uyekaydi {
    width: 100%;
    text-align: center;
    margin: 80px 0;
}

    .uyekaydi .uyekaydiyazi {
        width: 45%;
        color: #fff;
        text-align: left;
        box-sizing: border-box;
        padding: 0 160px 0 0;
        font-size: 18px;
        /*display: inline-block;*/
        float: left;
    }

        .uyekaydi .uyekaydiyazi h5 {
            margin: 30px 0 5px 0;
            font-size: 13px;
            font-weight: bold;
        }

        .uyekaydi .uyekaydiyazi h6 {
            font-size: 13px;
            line-height: 20px;
        }

    .uyekaydi .uyekaydimail {
        width: 45%;
        /*display: inline-block;*/
        float: right;
        margin: 20px 0 0 0px;
    }

        .uyekaydi .uyekaydimail #txtMail {
            width: 70%;
            display: inline-block;
            padding: 25px 35px;
            box-sizing: border-box;
            border-radius: 60px;
            background: rgba(255, 255, 255, 0.30);
            border: none;
            color: #fff;
            transition: all 0.2s ease-in-out;
        }

            /* ReSharper disable once CssNotResolved */
            .uyekaydi .uyekaydimail #txtMail::placeholder {
                color: #fff;
                font-weight: bold;
            }

            .uyekaydi .uyekaydimail #txtMail:focus {
                background: rgba(255, 255, 255, 0.80);
                color: #0c7adc;
            }

        .uyekaydi .uyekaydimail #btnMail {
            display: inline-block;
            padding: 25px 50px;
            border: none;
            background: #fff;
            color: #0c7adc;
            border-radius: 60px;
            font-size: 16px;
            font-weight: bold;
            cursor: pointer;
            transition: all 0.2s ease-in-out;
        }

            .uyekaydi .uyekaydimail #btnMail:hover {
                background: rgba(255, 255, 255, 0.60);
                color: rgba(12, 122, 220, 0.90);
            }

.bilgi {
    width: 100%;
    color: #fff;
    margin: 0 0 40px 0;
}

    .bilgi .bilgiyazi {
        width: 60%;
        /*display: inline-block;*/
        float: left;
        text-align: left;
    }

        .bilgi .bilgiyazi .bilgiyazifirst {
            width: 47%;
            display: inline-block;
        }

        .bilgi .bilgiyazi .bilgiyazisecond {
            width: 47%;
            display: inline-block;
        }

        .bilgi .bilgiyazi h5 {
            margin: 30px 0 5px 0;
            font-size: 13px;
            font-weight: bold;
        }

        .bilgi .bilgiyazi h6 {
            font-size: 13px;
            line-height: 20px;
        }

    .bilgi .onlineislemler {
        width: 40%;
        margin-top: 50px;
        /*display: inline-block;*/
        float: right
    }

        .bilgi .onlineislemler .onlineislemlerlist {
            width: 100%;
            text-align: right;
            margin: 20px 0 0 0px;
        }

            .bilgi .onlineislemler .onlineislemlerlist li {
                display: inline-block;
                margin: 0 0 0 30px;
            }

                .bilgi .onlineislemler .onlineislemlerlist li div {
                    width: 200px;
                    height: 50px;
                }

            .bilgi .onlineislemler .onlineislemlerlist .g div {
                background: url(../Images/ga.png) no-repeat center center;
            }

            .bilgi .onlineislemler .onlineislemlerlist .m div {
                background: url(../Images/m.png) no-repeat center center;
            }

            .bilgi .onlineislemler .onlineislemlerlist .r div {
                background: url(../Images/rx.png) no-repeat center center;
            }

.center {
    width: 60%;
    margin: auto;
}

.indexgif {
    width: 100%;
    margin: auto;
}

.footercon {
    float: left;
    width: 40%;
    color: rgba(255, 255, 255, 0.5);
    font-size: 11px;
    text-align: left;
}

.footermenu {
    width: 60%;
    float: right;
    font-size: 11px;
}

    .footermenu li {
        float: right;
        border-left: 1px solid rgba(255, 255, 255, 0.5);
        padding: 0 15px;
    }

        .footermenu li:last-child {
            border: 0;
        }

        .footermenu li a {
            color: rgba(255, 255, 255, 0.5);
        }

        .footermenu li:hover a {
            color: #fff;
        }

.blackBackground {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.70);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

.talepform {
    width: 30%;
    height: auto;
    margin: 150px auto 0 auto;
    background: #fff;
    padding: 50px 60px;
    box-sizing: border-box;
    color: #0c7adc;
    position: relative;
}

    .talepform h1 {
        font-size: 22px;
        margin: 0 0 20px 0;
        font-weight: bold;
    }

        .talepform h1 span {
            float: right;
            cursor: pointer;
        }

    .talepform input[type=text] {
        width: 100%;
        margin: 10px auto;
        padding: 10px 15px;
        box-sizing: border-box;
        border-radius: 60px;
        border: 1px solid #0c7adc;
        color: #0c7adc;
    }

    .talepform textarea {
        width: 100%;
        margin: 10px auto;
        padding: 10px 15px;
        box-sizing: border-box;
        border-radius: 60px;
        border: 1px solid #0c7adc;
        color: #0c7adc;
        max-width: 100%;
        min-width: 100%;
        max-height: 60px;
        min-height: 60px;
    }

    /* ReSharper disable once CssNotResolved */
    .talepform input::placeholder {
        color: rgba(12, 122, 220, 0.59);
    }

    /* ReSharper disable once CssNotResolved */
    .talepform textarea::placeholder {
        color: rgba(12, 122, 220, 0.59);
    }

    .talepform input[type=submit] {
        padding: 15px 20px;
        color: #fff;
        background: #0c7adc;
        border: 0;
        border-radius: 60px;
        font-weight: bold;
        cursor: pointer;
        transition: all 0.2s ease-in-out;
        margin: 10px 0 0 0;
        border: 1px solid #0c7adc;
    }

    .talepform #chbIletisim {
        font-size: 12px;
    }

    .talepform input[type=submit]:hover {
        color: #0c7adc;
        background: #fff;
        border: 1px solid #0c7adc;
        box-sizing: border-box;
    }

#Label1 {
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #2e2e2e;
}

.guvenlikkodu {
    width: 100%;
}

    .guvenlikkodu img {
        float: left;
        border-radius: 6px;
        margin-left: 10px;
    }

    .guvenlikkodu input {
        float: left;
        width: 150px !important;
        margin: 0 0 0 10px !important;
        padding: 10px 5px !important;
    }

.progress {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(12, 122, 220, 0.80);
}

#section0 {
    background: url(../Images/girisbg.jpg) no-repeat center center;
    background-size: cover;
    min-height: 660px;
    padding: 2em 0 0 0;
}

#section0vid {
    background: url(../Images/girisbg.jpg) no-repeat center center;
    background-size: cover;
    min-height: 660px;
    padding: 0 0 0 0;
}

.siparisverkapsayici {
    text-align: center;
}

    .siparisverkapsayici video {
        /*max-height:100%;*/
        width: 50%;
        margin: 1% auto 0 auto;
    }

    .siparisverkapsayici .kapsayici {
        /*display: table-cell;
        vertical-align: middle;*/
    }

    .siparisverkapsayici h1 {
        margin-bottom: 10px;
        font-size: 34px;
    }

    .siparisverkapsayici h2 {
        margin-bottom: 30px;
        font-size: 24px;
    }

    .siparisverkapsayici h3 {
        margin-bottom: 10px;
        font-family: 'montserratbold';
        font-size: 17px;
    }

    .siparisverkapsayici a {
        padding: 20px 30px;
        border-radius: 60px;
        background: #106cbe;
        color: #fff;
        font-family: 'montserratbold';
        font-size: 24px;
        margin: 80px 0 0 0;
        border: 0;
    }

.page2kapsayici {
    margin: auto;
    text-align: center;
    display: table;
    height: 100%;
    color: #106cbe;
    font-size: 18px;
}

    .page2kapsayici .kapsayici {
        display: table-cell;
        vertical-align: middle;
    }

    .page2kapsayici h1 {
        font-family: 'montserratbold';
        font-size: 40px;
        margin-bottom: 50px;
    }

    .page2kapsayici p {
        margin-bottom: 30px;
    }

.page2slider {
    margin: auto;
    width: 600px;
    box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.3);
    position: relative;
}

.page3kapsayici {
    margin: auto;
    text-align: center;
    display: table;
    height: 100%;
    color: #106cbe;
    font-size: 18px;
}

    .page3kapsayici .kapsayici {
    }

    .page3kapsayici h1 {
        font-family: 'montserratbold';
        font-size: 40px;
        margin-bottom: 50px;
    }

    .page3kapsayici p {
        margin-bottom: 25px;
        font-size: 14px;
    }

.page3slider {
    width: 70%;
    max-width: 70%;
    margin: auto;
    padding: 30px 0 10px 0;
    position: relative;
}

    .page3slider img {
    }


.page4video {
    width: 100%;
}

input:focus > label {
    transform: translate(0.25rem, -1.5rem);
}
.page5form {
    width: 100%;
}
    .page5form label {
        font-family: 'montserratlight';
        position: absolute;
        float: right;
        top: 0px;
        left: 40px;
        width: 100%;
        text-align: left;
        color: #1e73c1;
        font-size:18px;
    }

    .page5form input, .page5form inputarea {
        width: 100%;
        float: left;
        border: 0;
        background: #fff;
        padding: 30px 15px;
        box-sizing: border-box;
        border-radius: 6px;
        margin-left: 10px;
        margin-bottom: 10px;
        font-family: 'montserratbold';
        border: 1px solid #ddd;
    }

        .page5form inputarea::placeholder {
            color: #1e73c1;
        }


    .page5form input {
        color: #1e73c1;
    }

    .page5form inputarea {
        height: 50px;
        max-width: 100%;
        min-width: 49%;
        padding: 22px 15px;
    }

        /* ReSharper disable once CssNotResolved */
        .page5form inputarea::placeholder {
            color: #1e73c1;
        }

    .page5form input[type=text], .page5form textarea {
        width: 100%;
        float: left;
        border: 0;
        background: #fff;
        padding: 30px 15px;
        box-sizing: border-box;
        border-radius: 6px;
        margin-left: 10px;
        margin-bottom: 10px;
        font-family: 'montserratbold';
        border: 1px solid #ddd;
    }

        /* ReSharper disable once CssNotResolved */
        .page5form input[type=text]::placeholder {
            color: #1e73c1;
        }


    .page5form input[type=submit] {
        padding: 20px 50px;
        background: #1e73c1;
        color: #fff;
        border-radius: 30px;
        font-family: 'montserratbold';
        border: 0;
        box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.3);
        cursor: pointer;
        transition: all ease-in-out 0.2s;
        box-sizing: border-box;
    }

        .page5form input[type=submit]:hover {
            background: #fff;
            color: #1e73c1;
            border: 2px solid #1e73c1;
            box-sizing: border-box;
        }


    .page5form textarea {
        max-width: 100%;
        max-height: 100px;
        min-width: 49%;
        min-height: 78px;
        padding: 22px 15px;
    }

        /* ReSharper disable once CssNotResolved */
        .page5form textarea::placeholder {
            color: #1e73c1;
        }


.slides li {
    background: #fff !important;
    text-align: center !important;
    padding: 20px 10px;
    /*margin: 40px 10px 0 10px;*/
    border-radius: 6px;
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.2);
    margin-bottom: 5px;
    max-width: 300px;
}

.flex-viewport {
    padding: 30px 0;
}

.slides .center li {
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.5);
    margin: 0 0 30px 0;
    padding: 60px 40px;
    transition: all ease-in-out 0.3s;
}

.flex-direction-nav li a {
    background: url(../Images/arrow.png) no-repeat center center;
    width: 28px;
    height: 52px;
    font-size: 0;
}

.flex-direction-nav li:first-child a {
    position: absolute;
    top: 50%;
    left: -80px;
    background-position-x: 0;
}

.flex-direction-nav li:last-child a {
    position: absolute;
    right: -80px;
    top: 50%;
    background-position-x: -42px;
}

.flex-control-nav {
    font-size: 0px;
}

    .flex-control-nav li {
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 15px;
        background: #0c7adc;
        margin: 0 5px;
    }

        .flex-control-nav li a {
            width: 10px;
            height: 10px;
            color: #0c7adc;
        }

.owl-nav {
}

    .owl-nav div {
        background: url(../Images/arrow.png) no-repeat center center;
        width: 28px;
        height: 52px;
        font-size: 0;
    }

    .owl-nav .owl-prev {
        position: absolute;
        top: 50%;
        left: -40px;
        background-position-x: 0;
    }

    .owl-nav .owl-next {
        position: absolute;
        right: -40px;
        top: 50%;
        background-position-x: -42px;
    }

.slides img {
    width: 100px !important;
    margin: 0 auto 15px auto;
}

.slides h1 {
    font-size: 16px;
}

.slides p {
    font-size: 14px;
}

#section1 {
    border-top: 8px solid #1e73c1;
    background: #fafafa;
    padding: 4em 0 4em 0;
}

#section2 {
    background: #f0f0f0;
    border-top: 8px solid #e30613;
    padding: 4em 0 4em 0;
}

#section3 {
    background: #fafafa;
    border-top: 8px solid #1e73c1;
    padding: 4em 0 4em 0;
}

#section4 {
    background: #f0f0f0;
    border-top: 8px solid #3bcc12;
    padding: 4em 0 4em 0;
}

#section5 {
    background: #f0f0f0;
    border-top: 8px solid #1e73c1;
    padding: 4em 0 4em 0;
}
#section6 {
    background: #f0f0f0;
    border-top: 8px solid #e30613;
}
.text-line-through{
    text-decoration:line-through
}
.page4video ul li {
    width: 400px;
    display: inline-block;
    margin: 10px 0 0 5px;
    position: relative;
}

    .page4video ul li h1 {
        font-family: 'montserratlight';
        font-size: 20px;
        padding: 0px;
        margin: 10px 0 0px 0;
    }

    .page4video ul li h4 {
        font-family: 'montserratbold';
        margin: 0 0 10px 0;
    }

.youtube {
    position: relative;
}

.page4video ul li .hoverdiv {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(1, 105, 161, 0.50);*/
    color: #fff;
    text-align: left;
    padding: 40px 0;
    box-sizing: border-box;
    font-family: 'museosanscyrl';
    transition: all ease-in-out 0.2s;
    background: url(../Images/videoicon.png) no-repeat center center;
}

    .page4video ul li .hoverdiv:hover {
        /*background: rgba(1, 105, 161, 0.80);
            padding: 50px 30px;*/
    }

.videoborder {
    width: 25px;
    height: 5px;
    background: #1e73c1;
    margin: 5px auto;
}

.page4video ul li img {
    width: 100%;
}

@media only screen and (max-width:479px) {
    .kapsayici {
        width: 100%;
    }

    .page5form textarea {
        max-width: 100%;
    }

    .page5form input[type=text], .page5form textarea {
        width: 100%;
    }

    header {
        padding: 20px 0;
    }

    .logo {
        margin: auto;
        float: none;
    }

        .logo img {
            width: 50px;
        }

    .siparisverkapsayici a {
        padding: 10px 15px;
        font-size: 16px;
        margin: 80px 0 0 0;
    }

    .sosyalMedya {
        display: none;
    }

    footer .footerMenu .footercontainer {
        display: block;
        margin: 20px auto;
        text-align: center;
    }

    .uyekaydi .uyekaydiyazi {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .uyekaydi .uyekaydimail {
        width: 100%;
        text-align: center;
    }

        .uyekaydi .uyekaydimail input[type=text] {
            margin: 0 0 10px 0;
        }

    .bilgi .bilgiyazi {
        width: 100%;
        float: none;
        text-align: center;
    }

    .bilgi .onlineislemler {
        width: 100%;
        text-align: center;
    }

        .bilgi .onlineislemler .onlineislemlerlist {
            text-align: center;
        }

            .bilgi .onlineislemler .onlineislemlerlist li {
                margin: 0;
            }

    .footermenu {
        display: none;
    }

    .footercon {
        width: 100%;
        text-align: center;
    }

    .talepform {
        width: 95%;
        margin-top: 100px;
        padding: 30px 40px;
    }

    .page5form {
        text-align: center;
    }

        .page5form input[type=text], .page5form textarea {
            width: 90%;
            float: none;
        }

        .page5form textarea {
            max-width: 90%;
        }

    .guvenlikkodu input {
        float: left;
    }

    .guvenlikkodu {
        margin: 0 0 60px 0;
    }

    .siparisverkapsayici video {
        width: 90% !important;
    }

    .page2slider {
        width: 300px;
    }

    .page3kapsayici h1 {
        font-size: 30px;
    }

    .page4video ul li {
        width: 310px;
    }

    .page2kapsayici h1 {
        font-size: 30px;
    }

    .page2kapsayici p {
        font-size: 13px;
    }

    slides li h1 {
        font-size: 18px;
    }

    .page3slider {
        width: 50%;
    }

    .owl-nav {
        /*display: none;*/
    }

    .solmenu {
        letter-spacing: 0;
        font-size: 11px;
    }

        .solmenu li {
            padding: 10px 3px 5px 3px;
        }
}

@media only screen and (min-width:480px) and (max-width:759px) {
    .kapsayici {
        width: 90%;
    }

    .page5form textarea {
        max-width: 100%;
    }

    .page5form input[type=text], .page5form textarea {
        width: 100%;
    }

    .siparisverkapsayici a {
        padding: 20px 30px;
        font-size: 18px;
    }

    header {
        padding: 20px 0;
    }

    .siparisverkapsayici img {
        width: 90%;
    }

    .logo {
        margin: auto;
        float: none;
    }

        .logo img {
            width: 84px;
        }

    .sosyalMedya {
        display: none;
    }

    .page4video ul li {
        width: 320px;
    }

    footer .footerMenu .footercontainer {
        display: block;
        margin: 20px auto;
        text-align: center;
    }

    .uyekaydi .uyekaydiyazi {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .uyekaydi .uyekaydimail {
        width: 100%;
        text-align: center;
    }

        .uyekaydi .uyekaydimail input[type=text] {
            margin: 0 0 10px 0;
        }

    .bilgi .bilgiyazi {
        width: 100%;
        float: none;
        text-align: center;
    }

    .bilgi .onlineislemler {
        width: 100%;
        text-align: center;
    }

        .bilgi .onlineislemler .onlineislemlerlist {
            text-align: center;
        }

            .bilgi .onlineislemler .onlineislemlerlist li {
                margin: 0;
            }

    .footermenu {
        display: none;
    }

    .footercon {
        width: 100%;
        text-align: center;
    }

    .talepform {
        width: 95%;
        margin-top: 100px;
        padding: 30px 40px;
    }

    .page5form {
        text-align: center;
    }

        .page5form input[type=text], .page5form textarea {
            width: 90%;
            float: none;
        }

        .page5form textarea {
            max-width: 90%;
        }

    .guvenlikkodu input {
        float: left;
    }

    .guvenlikkodu {
        width: 100%;
        margin: 0 0 60px 0;
        float: left;
    }

    .page2slider {
        width: 350px;
    }
}

@media only screen and (min-width:760px) and (max-width:959px) {
    .kapsayici {
        width: 96%;
    }

    .page5form textarea {
        max-width: 100%;
    }

    .page5form input[type=text], .page5form textarea {
        width: 100%;
    }

    footer .footerMenu {
        text-align: center;
    }

        footer .footerMenu .footercontainer {
            width: 350px;
            margin: 0 0 20px 0;
        }

    .uyekaydi .uyekaydiyazi {
        width: 40%;
        padding: 0;
    }

    .uyekaydi .uyekaydimail {
        width: 60%;
        margin: 35px 0 0 0px;
    }

        .uyekaydi .uyekaydimail #txtMail {
            width: 60%;
            padding: 20px 25px;
        }

        .uyekaydi .uyekaydimail #btnMail {
            padding: 18px 40px;
        }

    .footermenu {
        font-size: 8px;
    }

    .footercon {
        font-size: 10px;
    }

    .talepform {
        width: 80%;
        margin: 100px auto 0 auto;
    }
}

@media only screen and (min-width:960px) and (max-width:1169px) {
    .kapsayici {
        width: 96%;
    }

    .page5form textarea {
        max-width: 100%;
    }

    footer .footerMenu .footercontainer {
        margin: 0;
    }

    .uyekaydi .uyekaydiyazi {
        padding: 0;
        width: 42%;
    }

    .uyekaydi .uyekaydimail {
        width: 56%;
    }

    .bilgi .onlineislemler .onlineislemlerlist li {
        margin: 0;
    }

    .bilgi .onlineislemler {
        width: 42%;
    }

    .bilgi .bilgiyazi {
        width: 58%;
    }

    .talepform {
        width: 80%;
        margin-top: 100px;
    }
}

.margin-5 {
    margin: 5px;
}

.margin-7 {
    margin: 7px;
}

.ludwig {
    position: relative;
    padding-left: 1em;
    border-left: 0.2em solid;
    font-family: 'Roboto', serif;
    font-weight: 300;
    font-size: 25px;
    font-style: italic;
}

    .ludwig:after {
        content: '\201D';
        font-family: 'Sanchez';
    }

    .ludwig:before {
        content: '\201C';
        font-family: 'Sanchez';
    }

.boxes li {
    background: #fff !important;
    text-align: center !important;
    padding: 20px 10px;
    /*margin: 40px 10px 0 10px;*/
    border-radius: 6px;
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.2);
    margin-bottom: 5px;
    max-width: 300px;
    display: inline-block;
    vertical-align: top;
}

.boxes h3 {
    min-height: 100px;
}

.boxes p {
    min-height: 200px;
}

.small-height {
    min-height: 110px !important;
}

.boxes img {
    margin-bottom: 20px;
    margin-top: 20px;
}
