body {
	font-family: "Oswald", sans-serif;
    font-size: 14px;
}

* {
    outline: none;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

img.pageBg {
    /* display: none; */
    /* width: 100%; */
    height: 100%;
    position: absolute;
    margin: 0 auto;
    /* min-width: 100%; */
    top: 0;
    width: 100%;
    left: 0;
}

ul.mainMenu > li {
    display: inline-block;
    position: relative;
}

    ul.mainMenu > li > a {
        display: block;
        padding: 18px 11px;
        text-decoration: none;
        color: #006aae;        
        font-weight: bold;
        text-align: center;
        /* text-shadow: 0px 0px 2px rgb(0, 0, 0); */
        font-size: 16px;
    }

ul.mainMenu {
    float: right;
    margin-top:51px;
}

.logo img {
    width: 100%;
}

ul.mainMenu > li > a::before {
    /* content: ''; */
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    position: relative;
    width: 0;
}

ul.mainMenu > li > a * {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}

.clear {
    clear: both;
}

ul.topMenu {
    float: right;
    position: relative;
    z-index: 999;
}

    ul.topMenu > li {
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
        position: relative;
    }

        ul.topMenu > li > a {
            display: block;
            text-decoration: none;
            color: #fff;
            padding: 10px;
        }

img.topMenuImg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    max-width: 33px;
}

span.topMenuText {
    display: inline-block;
    vertical-align: middle;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.82);
}

ul.lngList {
    display: none;
    position: absolute;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

ul.topMenu > li:hover ul {
    display: block;
}

ul.lngList > li > a {
    display: block;
    padding: 10px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: rgba(1,150,209,1);
}

.menuRight {
    float: right;
}

ul.mainMenu > li > a:hover {
    color: #0075b8;
    /* text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.82); */
}

ul.lngList > li:not(:last-of-type) {
    border-bottom: 1px solid #4088bb;
}

ul.lngList > li > a:hover {
    background: #05478d;
}

.fp-tooltip.right::after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: rgba(255,255,255,0.7);
    border-width: 4px;
    margin-top: -4px;
}

.sectionRight {
    width: 100%;
    height: 100%;
    left: 100%;
    position: absolute;
    top: 0;
    color: #fff;
    text-align: center;
    -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

div#fullpage {
    left: 0;
}

.sectionLeft {
    -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    height: 100%;
    left: 0;
}

.sectionContent {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    top: 0;
    left: 0;
}

.mendilLnk {
    position: absolute;
    bottom: 34%;
    left: 53%;
    width: 12%;
    cursor: pointer;
}

    .mendilLnk img {
        display: block;
        width: 100%;
    }

.peceteLnk img {
    display: block;
    max-width: 100%;
}

.havluLnk img {
    display: block;
    max-width: 100%;
}

.geri {
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding: 21px 15px;
    background: rgba(255, 255, 255, 0.73);
    color: #0996f9;
    text-decoration: none;
    cursor: pointer;
    border-radius: 50%;
    font-weight: bold;
    border: 2px solid #0996f9;
    -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.reklamSliderCont {
    width: 100%;
    z-index: 999;
    height: 335px;
    position: relative;
}

span#sol a {
    padding: 10px;
    background: #025097;
    left: -20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    background-image: url('/images/sitelayout/sol.png');
    background-size: contain;
}

span#sag a {
    padding: 10px;
    background: #025097;
    right: -20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    background-image: url(/images/sitelayout/sag.png);
    background-size: contain;
}

img.peceteCesit {
    display: inline-block;
    vertical-align: top;
    width: 31%;
}

ul.cesitList {
    display: inline-block;
    vertical-align: top;
    width: 25%;
}

.bilgiBaslik {
    font-size: 18px;    
    font-style: normal;
    margin: 0;
}

ul.cesitList > li {
}

    ul.cesitList > li > span {
        display: block;
        padding: 10px;
        text-align: left;
        text-decoration: none;
        color: #3a3a3a;
        cursor: pointer;
        -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
        position: relative;
        /* border-radius: 3px; */
    }

        ul.cesitList > li > span:hover {
            border-color: #0996f9;
            color: #0996f9;
        }

.listeBilgi {
    color: #525252;
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    text-align: left;
    border-radius: 3px;
    vertical-align: top;
}

span.menuIkon {
    color: #005ca1;
    font-size: 32px;
    float: right;
    padding: 15px;
    position: relative;
    cursor: pointer;
    display: none;
}

span.uyari {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #005fa4;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    display: none;
    z-index: 999;
}

span.uyariMetin {
    display: inline-block;
    padding: 15px;
    vertical-align: middle;
}

span.kapat {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    border-radius: 50%;
    border: 2px solid #fff;
    width: 33px;
    padding: 6px 0;
    text-align: center;
}

span.menuKapat {
    display: none;
}

.activeProduct {
    color: #fff !important;
    background: #0996f9 !important;
    border-color: #0996f9 !important;
}

ul.kategoriList {
    text-align: center;
    width: 100%;
    border-radius: 3px;
}

    ul.kategoriList > li {
        display: inline-block;
    }

        ul.kategoriList > li > span {
            display: block;
            padding: 11px;
            text-align: left;
            text-decoration: none;
            color: #01569b;
            cursor: pointer;
            -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
            transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);            
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

            ul.kategoriList > li > span:hover {
                background: #0995f8;
                color: #fff;
            }

span.aktifTab {
    background: #0079bb !important;
    color: #fff !important;
}

.iltKutu {
    position: absolute;
    z-index: 255;
    bottom: 0;
    left: 3%;
    cursor: pointer;
    width: 11vw;
}

    .iltKutu > img {
        display: block;
        max-width: 100%;
    }

.animated {
    animation-duration: 6s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}

@keyframes swing {
    5% {
        transform: rotate(0deg);
        transform-origin: bottom center;
    }

    10% {
        transform: rotate(-2deg);
        transform-origin: bottom center;
    }

    15% {
        transform: rotate(2deg);
        transform-origin: bottom center;
    }

    20% {
        transform: rotate(0deg);
        transform-origin: bottom center;
    }

    40% {
        transform: rotate(0deg);
        transform-origin: bottom center;
    }

    50% {
        transform: rotate(0deg);
        transform-origin: bottom center;
    }

    60% {
        transform: rotate(0deg);
        transform-origin: bottom center;
    }

    65% {
        transform: rotate(2deg);
        transform-origin: bottom center;
    }

    70% {
        transform: rotate(-2deg);
        transform-origin: bottom center;
    }

    75% {
        transform: rotate(0deg);
        transform-origin: bottom center;
    }

    90% {
        transform: rotate(0deg);
        transform-origin: bottom center;
    }

    100% {
        transform: rotate(0deg);
        transform-origin: bottom center;
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing;
    transform-origin: bottom center;
}

/*havlu animasyon*/

.havluAnimated {
    animation-duration: 6s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}

@keyframes havluAnimasyon {
    5% {
        transform: translateX(3px);
        transform-origin: bottom center;
    }

    10% {
        transform: translateX(-3px);
        transform-origin: bottom center;
    }

    15% {
        transform: translateX(0);
        transform-origin: bottom center;
    }

    60% {
        transform: translateX(0);
        transform-origin: bottom center;
    }

    65% {
        transform: translateX(3px);
        transform-origin: bottom center;
    }

    70% {
        transform: translateX(-3px);
        transform-origin: bottom center;
    }

    75% {
        transform: translateX(0);
        transform-origin: bottom center;
    }

    100% {
        transform: translateX(0);
        transform-origin: bottom center;
    }
}

@keyframes okAnimasyon {
    0% {
        transform: translateY(0);
        transform-origin: bottom center;
    }

    50% {
        transform: translateY(10px);
        transform-origin: bottom center;
    }

    100% {
        transform: translateY(0);
        transform-origin: bottom center;
    }
}

.havluAni {
    transform-origin: top center;
    animation-name: havluAnimasyon;
    transform-origin: bottom center;
}

/*havlu animasyon*/

.iltForm {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    background: #11c5ff;
    display: none;
    z-index: 999;
    height: 100%;
    padding: 0 1%;
}

.iletisimSagTablo {
    width: 100%;
}

    .iletisimSagTablo td {
        padding: 5px;
    }

.iltInp {
    display: block;
    padding: 7px;
    width: 100%;
    margin-top: 5px;
    color: white;
    background: none;
    border: 0;
}

.gonder {
    padding: 8px;
    text-decoration: none;
    color: #fff;
    border: 2px solid #fff;
    text-align: center;
    display: inline-block;
    border-radius: 4px;
}

.iletisimSagTablo img {
    border-radius: 15px;
}

.formKapat {
    top: 18%;
    right: 5%;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 1px 8px 0px 7px;
    position: absolute;
    right: 50%;
    top: 6%;
    font-weight: bold;
    transform: rotate(45deg);
    font-size: 27px;
    text-align: center;
    cursor: pointer;
    color: white;
}

ul.cesitList > li > span::before {
    content: "\f101";
    font-family: fontawesome;
    margin-right: 6px;
    color: #0996f9;
}

ul.cesitList > li > span::after {
    /* content: ''; */
    position: absolute;
    width: 15px;
    height: 11px;
    background: #a9a8a8;
    right: 2px;
    z-index: -1;
    top: 86%;
    transform: rotate(49deg);
}

.activeProduct:before, .activeProduct::after {
    color: #fff !important;
}

.macLnk img {
    display: block;
    max-width: 100%;
}

.resimLnk img {
    display: block;
    max-width: 100%;
}

.ruloLnk img {
    display: block;
    max-width: 100%;
}

ul.mainMenu li ul {
    display: none;
    position: absolute;
}

ul.mainMenu li ul {
    background: rgba(255, 255, 255, 0.83);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    min-width: 151px;
    left: 50%;
    margin-left: -75px;
    overflow: hidden;
    margin-top: -2px;
}

    ul.mainMenu li ul > li > a {
        display: block;
        padding: 10px;
        text-decoration: none;
        text-align: center;
        color: #0e71b1;
        font-weight: bold;
        /* text-shadow: 0px 0px 2px rgb(0, 0, 0); */
    }

        ul.mainMenu li ul > li > a:hover {
            color: #0075b8;
            text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.82);
        }

    ul.mainMenu li ul > li:not(:last-of-type) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

ul.mainMenu > li:hover ul {
    display: block;
}

ul.mainMenu > li:last-of-type > a::before {
    content: "\f095";
    font-family: FontAwesome;
    vertical-align: middle;
    margin-right: 19px;
    font-size: 19px;
}

.geri:hover {
    background: #0996f9;
    color: #fff;
}

.reklamCont {
    position: absolute;
    top: 33%;
    width: 100%;
    left: 0;
    background: rgba(255, 255, 255, 0.73);
    padding: 20px;
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    -webkit-box-shadow: 0px 0px 37px -1px rgba(122,122,122,1);
    -moz-box-shadow: 0px 0px 37px -1px rgba(122,122,122,1);
    box-shadow: 0px 0px 37px -1px rgba(122,122,122,1);
}

.kimizCont {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #cbebfb;
    z-index: 12;
    color: #fff;
    padding: 0 6%;
    display: none;
    z-index: 999;
}

.kimizIcerik {
    display: inline-block;
    vertical-align: middle;
    width: 98%;
    line-height: 30px;
    color: #0474a7;
}

.kimizCont::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.kimizKapat {
    border: 2px solid #0474a7;
    border-radius: 50%;
    padding: 1px 8px 0px 7px;
    position: absolute;
    right: 50%;
    top: 4%;
    font-weight: bold;
    transform: rotate(45deg);
    font-size: 27px;
    text-align: center;
    cursor: pointer;
}

.alisveris {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(203, 235, 251);
    z-index: 270;
    color: #fff;
    padding: 0;
    background-image: url('/images/sitelayout/alisveris.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
    display: none;
}

    .alisveris::before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }

.alisverisIcerik {
    width: 98%;
    display: inline-block;
    vertical-align: middle;
    /* position: relative; */
    margin-top: -250px;
    text-align: center;
}

.alisverisKapat {
    border: 2px solid #034991;
    border-radius: 50%;
    color: #034991;
    padding: 1px 8px 0px 7px;
    position: absolute;
    right: 5%;
    top: 18%;
    font-weight: bold;
    transform: rotate(45deg);
    font-size: 27px;
    text-align: center;
    cursor: pointer;
}

ul.alisverisList > li > a {
    display: block;
    background: #fff;
    padding: 5px;
    border-radius: 3px;
    text-align: center;
    border: 2px solid #015197;
}

ul.alisverisList > li {
    width: 24%;
    vertical-align: top;
    display: inline-block;
    margin-right: calc(1.33% - 4px);
    margin-bottom: 1.33%;
}

    ul.alisverisList > li > a > img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
    }

    ul.alisverisList > li:nth-of-type(4n) {
        margin-right: 0 !important;
    }

    ul.alisverisList > li > a:hover {
        background: #ecf7fe;
    }

.hytLnk {
    color: white;
}

.anneLnk {
    position: absolute;
    top: 34.4%;
    left: 32%;
    /* cursor: pointer; */
}

.anneOk::before {
    content: '';
    position: absolute;
    background-image: url('/images/sitelayout/aniOk.png');
    background-size: contain;
    background-repeat: no-repeat;
    top: -65px;
    left: 44px;
    animation-name: okAnimasyon;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    width: 53px;
    height: 63px;
}

.videoOk::before {
    content: '';
    position: absolute;
    background-image: url('/images/sitelayout/aniOk.png');
    width: 53px;
    height: 63px;
    background-size: contain;
    background-repeat: no-repeat;
    top: -88px;
    left: -51px;
    animation-name: okAnimasyon;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}

.aniOk::before {
    /*content: '';
    position: absolute;
    background-image: url('/images/sitelayout/aniOk.png');
    background-size: contain;
    background-repeat: no-repeat;
    top: -74px;
    left: 4px;
    animation-name: okAnimasyon;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    width: 53px;
    height: 63px;*/
    content: '';
    position: absolute;
    background-image: url(/images/sitelayout/aniOk.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 6%;
    left: 25%;
    animation-name: okAnimasyon;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    width: 53px;
    height: 63px;
}

.havluOk::before {
    content: '';
    position: absolute;
    background-image: url('/images/sitelayout/aniOk.png');
    background-size: contain;
    background-repeat: no-repeat;
    top: -37px;
    left: 19px;
    animation-name: okAnimasyon;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    width: 53px;
    height: 63px;
}

.tOk::before {
    content: '';
    position: absolute;
    background-image: url('/images/sitelayout/aniOk2.png');
    background-size: contain;
    background-repeat: no-repeat;
    top: -70px;
    right: -42px;
    animation-name: okAnimasyon;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    width: 53px;
    height: 63px;
}

.mendilOk::before {
    content: '';
    position: absolute;
    background-image: url(/images/sitelayout/aniOk2.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: auto;
    right: 120px;
    animation-name: okAnimasyon;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    width: 53px;
    height: 63px;
    bottom: 100px;
}

.macOk::before {
    content: '';
    position: absolute;
    background-image: url('/images/sitelayout/aniOk2.png');
    background-size: contain;
    background-repeat: no-repeat;
    top: -73px;
    right: -36px;
    animation-name: okAnimasyon;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    width: 53px;
    height: 63px;
}

.iltForm::before {
    content: '';
    height: 100%;
    width: 0;
    display: inline-block;
    vertical-align: middle;
}

.inpGuvCont {
    display: inline-block;
    margin-left: 5px;
}

.iltInpINl {
    margin: 0 auto;
    clear: both;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 4px;
    background: none;
    padding: 8px;
}

.iltBaslik {
    display: block;
    text-align: center;
    color: #fff;    
    font-size: 21px;
    margin-bottom: 15px;
}

.boutique li {
    list-style: none;
    position: absolute;
    display: none;
    border-width: 0;
}

.video_list {
    position: absolute !important;
    margin-top: 0;
    list-style: none inside; /*margin-left:-20px;margin-right:-20px;display:block;text-align:center;font-size:0;color:#FFF;*/
}

    .video_list li img {
        display: block;
        margin: 0;
        padding: 0;
        width: 100%;
        max-width: 100%;
    }

    .video_list li iframe {
        display: block;
        margin: 0;
        padding: 0;
        width: 100%;
        max-width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

.video_list_prev::before {
    content: "\f104";
    font-family: FontAwesome;
    color: #93d6ff;
    font-size: 92px;
}

.video_list_prev {
    position: absolute;
    top: 32%;
    left: 32%;
    cursor: pointer;
    z-index: 5;
}

.video_list_next::before {
    content: "\f105";
    font-family: FontAwesome;
    color: #93d6ff;
    font-size: 92px;
}

.video_list_next {
    position: absolute;
    top: 32%;
    right: 33%;
    cursor: pointer;
    z-index: 5;
}

.video_list2 {
    position: absolute !important;
    margin-top: 0;
    list-style: none inside; /*margin-left:-20px;margin-right:-20px;display:block;text-align:center;font-size:0;color:#FFF;*/
}

    .video_list2 li img {
        display: block;
        margin: 0;
        padding: 0;
        width: 100%;
        max-width: 100%;
    }

    .video_list2 li iframe {
        display: block;
        margin: 0;
        padding: 0;
        width: 100%;
        max-width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

.video_list_prev2::before {
    content: "\f104";
    font-family: FontAwesome;
    color: #93d6ff;
    font-size: 92px;
}

.video_list_prev2 {
    position: absolute;
    top: 32%;
    left: 32%;
    cursor: pointer;
}

.video_list_next2::before {
    content: "\f105";
    font-family: FontAwesome;
    color: #93d6ff;
    font-size: 92px;
}

.video_list_next2 {
    position: absolute;
    top: 32%;
    right: 33%;
    cursor: pointer;
    z-index: 999999;
}

span.anneLnk img {
    display: block;
    max-width: 100%;
}

.tKagidiCont {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    background-blend-mode: color;
}

.mendilCesitCont {
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    background-blend-mode: color;
}

img.aile {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 24%;
}

.kimizIcerik a {
    display: inline-block;
    padding: 5px 8px;
    background: #0896d6;
    border-radius: 4px;
    text-decoration: none;
    color: #fff;
}

ul.ftIletisim > li:not(:last-of-type) {
    border-bottom: 1px solid #00b9f5;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

ul.formList > li:not(:last-of-type) {
    border-bottom: 1px solid #00b9f5;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

span.guvres img {
    display: block;
}

@media (max-width:6000px) {
    ul.mainMenu::after {
        content: '';
        position: absolute;
        bottom: 3px;
        width: 100%;
        height: 55px;
        background: rgba(255, 255, 255, 0.83);
        border-radius: 40px;
        left: 0;
        z-index: -1;
    }

    ul.cesitList > li:not(:last-of-type) {
        border-bottom: 1px solid #d0d0d0;
    }

    span.aktSekme {
        background: #0996f9 !important;
        color: #fff !important;
    }

    .adresMetin {
        display: inline-block;
        margin: 0 auto;
        line-height: 30px;
        color: #ffffff;
        font-size: 14px;
        vertical-align: top;
        padding-left: 10px;
        max-width: 79%;
    }

        .adresMetin a {
            color: #fff !important;
        }

        .adresMetin a {
            color: #007ad0;
        }

    .formEtiket {
        position: relative;
        display: inline-block;
        padding: 10px 5px;
        color: #ffffff;
        z-index: 5;
        text-align: left;
        border: 2px solid white;
        vertical-align: top;
        border-radius: 4px;
        width: 20%;
    }

    ul.formList {
        text-align: center;
    }

        ul.formList > li:nth-of-type(1) {
            /* display: inline-block; */
            /* vertical-align: top; */
            /* width: 35%; */
        }

        ul.formList > li:nth-of-type(2) {
            /* display: inline-block; */
            /* vertical-align: top; */
            /* width: 32%; */
        }

        ul.formList > li:nth-of-type(3) {
            /* display: inline-block; */
            /* vertical-align: top; */
            /* width: 32%; */
        }

        ul.formList > li:nth-of-type(4) {
        }

        ul.formList > li:nth-of-type(5) {
            text-align: left;
        }

    li {
    }

    ul.formList > li {
        margin-bottom: 5px;
        text-align: left;
    }

    span.guvres {
        vertical-align: top;
        display: inline-block;
    }

        span.guvres + input {
            display: inline-block;
            width: 57%;
        }

    span.guvres {
        display: inline-block;
        vertical-align: middle;
        border-radius: 4px;
        overflow: hidden;
    }

    textarea.iltInp {
        min-height: 80px;
    }

    .inpCont {
        margin: 0 auto;
        clear: both;
        display: inline-block;
        width: 78%;
        vertical-align: top;
        border: 2px solid #fff;
        border-radius: 4px;
    }

    .formEtiket::before {
        /* content: ''; */
        position: absolute;
        width: 5px;
        height: 3px;
        background: #0996f9;
        left: -1px;
        z-index: -2;
        top: 102%;
        transform: rotate(51deg);
    }

    .formEtiket::after {
        /* content: ''; */
        position: absolute;
        width: 5px;
        height: 3px;
        background: #0996f9;
        right: -1px;
        z-index: -2;
        top: 102%;
        transform: rotate(-51deg);
    }

    li.actTab {
        display: block !important;
    }

    ul.formTab {
        width: 100%;
        text-align: center;
    }

        ul.formTab > li {
            display: inline-block;
            width: calc(50% - 2px);
        }

            ul.formTab > li > span {
                display: block;
                padding: 11px;
                text-align: left;
                text-decoration: none;
                color: #01569b;
                background: rgb(239, 239, 239);
                cursor: pointer;
                -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
                transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
                font-style: italic;
                text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.58);                
            }

    ul.formSekmeleri {
        width: 97%;
        display: inline-block;
        vertical-align: middle;
    }

        ul.formSekmeleri > li {
            padding: 10px;
            text-align: left;
            float: left;
            width: 50%;
        }

    .MendilKategoriList {
        display: inline-block;
        vertical-align: top;
        margin: 0 20px;
        margin-top: 0;
    }

    img.mendilCesit {
        display: inline-block;
        vertical-align: top;
        width: 20%;
    }

    .videoLnk {
        bottom: 51.5%;
        left: 44%;
        position: absolute;
        width: 15vw;
        text-align: center;
        height: 8.3vw;
        cursor: pointer;
        top: auto;
        bottom: 51.5%;
    }

    .tKagidiListe {
        display: inline-block;
        vertical-align: top;
        margin: 0 20px;
    }

    .tKagidiList {
        display: inline-block;
        vertical-align: top;
        width: 22%;
    }

    .peceteListesi {
        width: 20%;
        display: inline-block;
        vertical-align: top;
        margin: 0 20px;
    }

    .menuContainer::before {
    }

    .menuContainer {
        position: fixed;
        top: 5px;
        z-index: 999;
        width: 90%;
        left: 50%;
        margin-left: -45%;
    }

    .logo {
        float: left;
        position: absolute;
        width: 17%;
        top: 27px;
    }

    .listeler {
        display: inline-block;
        vertical-align: top;
        width: 33%;
        margin: 0 20px;
    }

    img.peceteCesit {
        width: 31%;
    }

    ul.cesitList {
        width: 100%;
        -webkit-box-shadow: 0px -3px 11px -6px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px -3px 11px -6px rgba(0,0,0,0.75);
        box-shadow: 0px -3px 11px -6px rgba(0,0,0,0.75);
    }

    .listeBilgi {
        width: 30%;
        line-height: 30px;
        text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.91);
    }

    .tKagidiCont {
        position: absolute;
        top: 34%;
        width: 100%;
        left: 0;
        padding: 20px;
        border-top: 1px solid #cacaca;
        border-bottom: 1px solid #cacaca;
        -webkit-box-shadow: 0px 0px 37px -1px rgba(122,122,122,1);
        -moz-box-shadow: 0px 0px 37px -1px rgba(122,122,122,1);
        box-shadow: 0px 0px 37px -1px rgba(122,122,122,1);
    }
    .tKagidiCont:before{
    content:'';
    background: rgba(255, 255, 255, 0.73);
    width: 100%;
    height: 100%;
    display: inline-block;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
}
.tKagidiCont * {
    
position: relative;
    
z-index: 2;
}

    img.tKagidiCesit {
        width: 23%;
    }

    img.havluCesit {
        width: 33%;
    }

    .tKagidiLnk {
        position: absolute;
        top: auto;
        left: 6.85%;
        cursor: pointer;
        width: 8.5%;
        bottom: 50%;
    }

    .peceteLnk {
        position: absolute;
        bottom: 26%;
        left: 38%;
        width: 17%;
        cursor: pointer;
    }

    .peceteCesitCont {
        position: absolute;
        top: 32%;
        width: 100%;
        left: 0;
        background: rgba(255, 255, 255, 0.73);
        padding: 20px;
        border-top: 1px solid #cacaca;
        border-bottom: 1px solid #cacaca;
        -webkit-box-shadow: 0px 0px 37px -1px rgba(122,122,122,1);
        -moz-box-shadow: 0px 0px 37px -1px rgba(122,122,122,1);
        box-shadow: 0px 0px 37px -1px rgba(122,122,122,1);
    }

    .mendilCesitCont {
        position: absolute;
        top: 34%;
        width: 100%;
        left: 0;
        background-color: rgba(255, 255, 255, 0.73);
        padding: 20px;
        border-top: 1px solid #cacaca;
        border-bottom: 1px solid #cacaca;
        -webkit-box-shadow: 0px 0px 37px -1px rgba(122,122,122,1);
        -moz-box-shadow: 0px 0px 37px -1px rgba(122,122,122,1);
        box-shadow: 0px 0px 37px -1px rgba(122,122,122,1);
    }

    .ruloCont {
        position: absolute;
        top: 32%;
        width: 31vw;
        left: 25%;
    }

        .ruloCont img {
            display: inline-block;
            vertical-align: top;
        }

    .ruloBilgi {
        padding: 15px;
        color: #3d67ae;
        display: inline-block;
        vertical-align: middle;
        width: 52%;
        text-align: left;
        font-style: italic;
        background: rgba(255, 255, 255, 0.82);
        border-radius: 15px;
    }

    .resimlerCont {
        position: absolute;
        top: 24%;
        left: 16%;
        width: 62vw;
    }

    .resimlerBilgi {
        padding: 15px;
        color: #3d67ae;
        display: inline-block;
        vertical-align: top;
        width: 30%;
        text-align: left;
        font-style: italic;
        background: rgba(255, 255, 255, 0.82);
        border-radius: 15px;
    }

    .resimlerCont img {
        max-width: 50%;
        display: inline-block;
        vertical-align: top;
    }

    .macRes {
        position: absolute;
        left: 11%;
        top: 44%;
    }

        .macRes img {
            display: inline-block;
            vertical-align: top;
            max-width: 30%;
        }

    .oyunBilgi {
        padding: 15px;
        color: #3d67ae;
        display: inline-block;
        vertical-align: middle;
        width: 30%;
        text-align: left;
        font-style: italic;
        background: rgba(255, 255, 255, 0.82);
        border-radius: 15px;
    }

    .havluLnk {
        position: absolute;
        top: auto;
        left: 12vw;
        width: 19vw;
        cursor: pointer;
        bottom: 41%;
    }
.havluCesitCont:before{
    content:'';
    background: rgba(255, 255, 255, 0.73);
    width: 100%;
    height: 100%;
    display: inline-block;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
}
.havluCesitCont * {
    
position: relative;
    
z-index: 2;
}
    .havluCesitCont {
        position: absolute;
        top: 29%;
        width: 100%;
        left: 0;
        /* background: rgba(255, 255, 255, 0.73); */
        padding: 20px;
        border-top: 1px solid #cacaca;
        border-bottom: 1px solid #cacaca;
        -webkit-box-shadow: 0px 0px 37px -1px rgba(122,122,122,1);
        -moz-box-shadow: 0px 0px 37px -1px rgba(122,122,122,1);
        box-shadow: 0px 0px 37px -1px rgba(122,122,122,1);
    }

    .macLnk {
        position: absolute;
        top: auto;
        left: 22%;
        width: 12vw;
        cursor: pointer;
        bottom: 47%;
    }

    .gecis img {
        display: block;
        max-width: 100%;
    }

    .mendilLnk img {
        width: auto;
        float: left;
    }

    .mendilOk::before {
        content: '';
        position: absolute;
        background-image: url(/images/sitelayout/aniOk2.png);
        background-size: contain;
        background-repeat: no-repeat;
        top: auto;
        right: 120px;
        animation-name: okAnimasyon;
        animation-duration: 1s;
        animation-fill-mode: both;
        animation-iteration-count: infinite;
        width: 53px;
        height: 63px;
        bottom: 100px;
    }

    .resimLnk {
        position: absolute;
        left: 50%;
        top: 18%;
        width: 22vw;
    }

    .ruloLnk {
        position: absolute;
        top: 54%;
        left: 54.5%;
        width: 4vw;
        display: none;
    }
}

.havluCesitCont {
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    background-blend-mode: color;
}

.peceteCesitCont {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    background-blend-mode: color;
}

@media (max-width:1600px) {
    .formEtiket {
    }

    ul.formList {
        text-align: center;
    }

        ul.formList > li:nth-of-type(1) {
            /* display: inline-block; */
            /* vertical-align: top; */
            /* width: 35%; */
        }

        ul.formList > li:nth-of-type(2) {
            /* display: inline-block; */
            /* vertical-align: top; */
            /* width: 32%; */
        }

        ul.formList > li:nth-of-type(3) {
            /* display: inline-block; */
            /* vertical-align: top; */
            /* width: 32%; */
        }

        ul.formList > li:nth-of-type(4) {
        }

        ul.formList > li:nth-of-type(5) {
        }

    li {
    }

    ul.formList > li {
        margin-bottom: 5px;
        text-align: left;
    }

    span.guvres {
        vertical-align: top;
        display: inline-block;
    }

        span.guvres + input {
            display: inline-block;
            width: 57%;
        }

    span.guvres {
        display: inline-block;
    }

    textarea.iltInp {
        min-height: 80px;
    }

    .inpCont {
        width: 100%;
        margin: 0 auto;
        clear: both;
    }

    .formEtiket::before {
        /* content: ''; */
        position: absolute;
        width: 5px;
        height: 3px;
        background: #0996f9;
        left: -1px;
        z-index: -2;
        top: 102%;
        transform: rotate(51deg);
    }

    .formEtiket::after {
        /* content: ''; */
        position: absolute;
        width: 5px;
        height: 3px;
        background: #0996f9;
        right: -1px;
        z-index: -2;
        top: 102%;
        transform: rotate(-51deg);
    }

    li {
    }

    ul.formList > li {
        margin-bottom: 10px;
    }

    span.guvres {
        vertical-align: middle;
        display: inline-block;
    }

        span.guvres img {
            display: block;
            max-width: 100%;
        }

    textarea.iltInp {
        min-height: 108px;
    }

    .inpCont {
        width: 78%;
        margin: 0 auto;
    }

    .formEtiket::before {
        /* content: ''; */
        position: absolute;
        width: 5px;
        height: 3px;
        background: #0996f9;
        left: -1px;
        z-index: -2;
        top: 102%;
        transform: rotate(51deg);
    }

    .formEtiket::after {
        /* content: ''; */
        position: absolute;
        width: 5px;
        height: 3px;
        background: #0996f9;
        right: -1px;
        z-index: -2;
        top: 102%;
        transform: rotate(-51deg);
    }

    li.actTab {
        display: block !important;
    }

    .MendilKategoriList {
        display: inline-block;
        vertical-align: top;
        margin: 0 20px;
        margin-top: -39px;
    }

    img.mendilCesit {
        display: inline-block;
        vertical-align: top;
        width: 20%;
    }

    .videoLnk {
        top: auto;
        left: auto;
        width: 15%;
        right: 41%;
        bottom: 52%;
    }

    .listeBilgi {
        width: 30%;
    }

    img.tKagidiCesit {
        width: 26%;
    }

    img.havluCesit {
        width: 28%;
    }

    .tKagidiLnk {
        position: absolute;
        top: 44.4%;
        left: 6.5%;
        cursor: pointer;
        WIDTH: 19%;
        position: absolute;
        top: auto;
        left: 6.85%;
        cursor: pointer;
        width: 8.5%;
        bottom: 50%;
    }

    .anneLnk {
        width: 21%;
        /* left: 41%; */
    }

    .peceteLnk {
    }

    .peceteCesitCont {
    }

    .mendilCesitCont {
    }

    .ruloCont {
        position: absolute;
        top: 32%;
        width: 31vw;
        left: 25%;
    }

        .ruloCont img {
            display: inline-block;
            vertical-align: top;
        }

    .ruloBilgi {
        padding: 15px;
        color: #3d67ae;
        display: inline-block;
        vertical-align: middle;
        width: 52%;
        text-align: left;
        font-style: italic;
        background: rgba(255, 255, 255, 0.82);
        border-radius: 15px;
    }

    .resimlerCont {
        position: absolute;
        top: 24%;
        left: 16%;
        width: 62vw;
    }

    .resimlerBilgi {
        padding: 15px;
        color: #3d67ae;
        display: inline-block;
        vertical-align: top;
        width: 30%;
        text-align: left;
        font-style: italic;
        background: rgba(255, 255, 255, 0.82);
        border-radius: 15px;
    }

    .resimlerCont img {
        max-width: 50%;
        display: inline-block;
        vertical-align: top;
    }

    .macRes {
        position: absolute;
        left: 13%;
        top: 43%;
        width: 87vw;
    }

        .macRes img {
            display: inline-block;
            vertical-align: top;
            max-width: 21%;
        }

    .oyunBilgi {
        padding: 15px;
        color: #3d67ae;
        display: inline-block;
        vertical-align: middle;
        width: 30%;
        text-align: left;
        font-style: italic;
        background: rgba(255, 255, 255, 0.82);
        border-radius: 15px;
    }

    .havluLnk {
        top: 36%;
        left: 19%;
        width: 25%;
        position: absolute;
        top: auto;
        left: 12vw;
        width: 19vw;
        cursor: pointer;
        bottom: 41%;
    }

    .havluCesitCont {
    }

    .macLnk {
        position: absolute;
        top: 34%;
        left: 31%;
        width: 16vw;
        position: absolute;
        top: auto;
        left: 22%;
        width: 12vw;
        cursor: pointer;
        bottom: 47%;
    }

    .gecis img {
        display: block;
        width: 100%;
        width: auto;
    }

    .resimLnk {
        position: absolute;
        left: 62%;
        top: 18%;
        width: 22vw;
    }

    .ruloLnk {
        position: absolute;
        top: 57%;
        left: 79.5%;
        width: 4vw;
    }
}

@media (max-width:1440px) {
    ul.formList > li {
        margin-bottom: 10px;
    }

    span.guvres {
        vertical-align: middle;
        display: inline-block;
    }

    textarea.iltInp {
        min-height: 108px;
    }

    .inpCont {
        width: 76%;
        margin: 0 auto;
    }

    li.actTab {
        display: block !important;
    }

    .MendilKategoriList {
        display: inline-block;
        vertical-align: top;
        margin: 0 20px;
        margin-top: -39px;
    }

    img.mendilCesit {
        display: inline-block;
        vertical-align: top;
        width: 20%;
    }

    .videoLnk {
        top: 31%;
        left: 47%;
        width: 16%;
        top: auto;
        left: auto;
        width: 15%;
        right: 41%;
        bottom: 53%;
    }

    .tKagidiListe {
    }

    .peceteListesi {
        width: 26%;
    }

    .menuContainer::before {
    }

    .menuContainer {
        position: fixed;
        top: 10px;
        z-index: 999;
        width: 90%;
        left: 50%;
        margin-left: -45%;
    }

    .logo {
        float: left;
        position: relative;
        width: 18%;
        margin-top: 2px;
    }

    img.peceteCesit {
    }

    ul.cesitList {
    }

    .listeBilgi {
        width: 30%;
    }

    .tKagidiCont {
    }

    img.tKagidiCesit {
        width: 26%;
    }

    img.havluCesit {
        width: 24%;
    }

    .tKagidiLnk {
        position: absolute;
        top: 44.4%;
        left: 5%;
        cursor: pointer;
        WIDTH: 14vw;
        position: absolute;
        top: auto;
        left: 6.85%;
        cursor: pointer;
        width: 8.5%;
        bottom: 50%;
    }

    .anneLnk {
        width: 16%;
        left: 32%;
        top: auto;
        bottom: 17%;
    }

    .peceteLnk {
        left: 43%;
    }

    .peceteCesitCont {
    }

    .mendilCesitCont {
    }

    .ruloCont {
        position: absolute;
        top: 32%;
        width: 31vw;
        left: 25%;
    }

        .ruloCont img {
            display: inline-block;
            vertical-align: top;
        }

    .ruloBilgi {
        padding: 15px;
        color: #3d67ae;
        display: inline-block;
        vertical-align: middle;
        width: 52%;
        text-align: left;
        font-style: italic;
        background: rgba(255, 255, 255, 0.82);
        border-radius: 15px;
    }

    .resimlerCont {
        position: absolute;
        top: 24%;
        left: 16%;
        width: 62vw;
    }

    .resimlerBilgi {
        padding: 15px;
        color: #3d67ae;
        display: inline-block;
        vertical-align: top;
        width: 30%;
        text-align: left;
        font-style: italic;
        background: rgba(255, 255, 255, 0.82);
        border-radius: 15px;
    }

    .resimlerCont img {
        max-width: 50%;
        display: inline-block;
        vertical-align: top;
    }

    .macRes {
        position: absolute;
        left: 13%;
        top: 43%;
        width: 87vw;
    }

        .macRes img {
            display: inline-block;
            vertical-align: top;
            max-width: 21%;
        }

    .oyunBilgi {
        padding: 15px;
        color: #3d67ae;
        display: inline-block;
        vertical-align: middle;
        width: 30%;
        text-align: left;
        font-style: italic;
        background: rgba(255, 255, 255, 0.82);
        border-radius: 15px;
    }

    .havluLnk {
        top: 35%;
        position: absolute;
        top: auto;
        left: 12vw;
        width: 19vw;
        cursor: pointer;
        bottom: 41%;
    }

    .havluCesitCont {
    }

    .mendilOk::before {
        content: '';
        position: absolute;
        background-image: url(/images/sitelayout/aniOk2.png);
        background-size: contain;
        background-repeat: no-repeat;
        top: auto;
        right: 40px;
        animation-name: okAnimasyon;
        animation-duration: 1s;
        animation-fill-mode: both;
        animation-iteration-count: infinite;
        width: 53px;
        height: 63px;
        bottom: 100px;
    }

    .macLnk {
        position: absolute;
        top: 31%;
        left: 23%;
        width: 14vw;
        position: absolute;
        top: auto;
        left: 22%;
        width: 12vw;
        cursor: pointer;
        bottom: 47%;
    }

    .gecis img {
        display: block;
        max-width: 100%;
        width: auto;
    }

    .resimLnk {
        position: absolute;
        left: 62%;
        top: 18%;
        width: 22vw;
    }

    .ruloLnk {
        position: absolute;
        top: 54%;
        left: 65.5%;
        width: 4vw;
    }
}

@media (max-width: 1366px) {
    .videoLnk {
        bottom: 52%;
    }

    ul.formList > li {
        margin-bottom: 10px;
    }

    span.guvres {
        vertical-align: middle;
        display: inline-block;
    }

    textarea.iltInp {
        min-height: 108px;
    }

    .inpCont {
        width: 78%;
        margin: 0 auto;
    }

    li.actTab {
        display: block !important;
    }

    .MendilKategoriList {
        display: inline-block;
        vertical-align: top;
        margin: 0 20px;
        margin-top: -39px;
    }

    img.mendilCesit {
        display: inline-block;
        vertical-align: top;
        width: 20%;
    }

    .videoLnk {
        top: 32.7%;
        left: 44%;
        width: 15%;
        top: auto;
        left: auto;
        width: 15%;
        right: 41%;
        bottom: 52%;
    }

    .tKagidiListe {
    }

    .peceteListesi {
    }

    .menuContainer::before {
    }

    .menuContainer {
        position: fixed;
        top: 3px;
        z-index: 999;
        width: 90%;
        left: 50%;
        margin-left: -45%;
    }

    .logo {
        float: left;
        position: relative;
        width: 20%;
        margin-top: 0;
        top: 40px;
    }

    img.peceteCesit {
        width: 31%;
    }

    ul.cesitList {
    }

    .listeBilgi {
        width: 30%;
    }

    .tKagidiCont {
    }

    img.tKagidiCesit {
        width: 23%;
    }

    /*img.havluCesit {
        width: 28%;
    }*/

    /*.tKagidiLnk {
        position: absolute;
        top: 39.4%;
        left: 5%;
        cursor: pointer;
        width: 11vw;
    }*/

    /*.resimlerCont {
        position: absolute;
        top: 30%;
        left: 16%;
        width: 62vw;
    }

    .resimlerBilgi {
        padding: 15px;
        color: #3d67ae;
        display: inline-block;
        vertical-align: top;
        width: 30%;
        text-align: left;
        font-style: italic;
        background: rgba(255, 255, 255, 0.82);
        border-radius: 15px;
    }

    .resimlerCont img {
        max-width: 50%;
        display: inline-block;
        vertical-align: top;
    }

    .macRes {
        position: absolute;
        left: 18%;
        top: 40%;
        width: 54vw;
    }

        .macRes img {
            display: inline-block;
            vertical-align: top;
            max-width: 30%;
        }

    .oyunBilgi {
        padding: 15px;
        color: #3d67ae;
        display: inline-block;
        vertical-align: middle;
        width: 30%;
        text-align: left;
        font-style: italic;
        background: rgba(255, 255, 255, 0.82);
        border-radius: 15px;
    }

    .havluLnk {
        position: absolute;
        left: 13%;
        top: 36%;
        width: 17vw;
    }

    .havluCesitCont {
        top: 36%;
        position: absolute;
        left: 3%;
        text-align: left;
        width: 76vw;
    }

    .macLnk {
        position: absolute;
        top: 32%;
        left: 22%;
        width: 12vw;
    }

    .gecis img {
        display: block;
        max-width: 100%;
    }

    .resimLnk {
        position: absolute;
        left: 50%;
        top: 18%;
        width: 22vw;
    }

    .ruloLnk {
        position: absolute;
        top: 55%;
        left: 54.5%;
        width: 3vw;
    }*/

    .tKagidiLnk {
        position: absolute;
        top: 39.9%;
        left: 7%;
        cursor: pointer;
        width: 10vw;
        position: absolute;
        top: auto;
        left: 6.85%;
        cursor: pointer;
        width: 8.5%;
        bottom: 50%;
    }

    .anneLnk {
        width: 17%;
        top: 38%;
        left: 31%;
        width: 16%;
        left: 32%;
        top: auto;
        bottom: 17%;
    }

    .peceteLnk {
        left: 39%;
    }

    .peceteCesitCont {
    }

    .mendilCesitCont {
    }

    .ruloCont {
        position: absolute;
        top: 32%;
        width: 31vw;
        left: 25%;
    }

        .ruloCont img {
            display: inline-block;
            vertical-align: top;
        }

    .ruloBilgi {
        padding: 15px;
        color: #3d67ae;
        display: inline-block;
        vertical-align: middle;
        width: 52%;
        text-align: left;
        font-style: italic;
        background: rgba(255, 255, 255, 0.82);
        border-radius: 15px;
    }

    .resimlerCont {
        position: absolute;
        top: 30%;
        left: 16%;
        width: 62vw;
    }

    .resimlerBilgi {
        padding: 15px;
        color: #3d67ae;
        display: inline-block;
        vertical-align: top;
        width: 30%;
        text-align: left;
        font-style: italic;
        background: rgba(255, 255, 255, 0.82);
        border-radius: 15px;
    }

    .resimlerCont img {
        max-width: 50%;
        display: inline-block;
        vertical-align: top;
    }

    .macRes {
        position: absolute;
        left: 18%;
        top: 40%;
        width: 54vw;
    }

        .macRes img {
            display: inline-block;
            vertical-align: top;
            max-width: 30%;
        }

    .oyunBilgi {
        padding: 15px;
        color: #3d67ae;
        display: inline-block;
        vertical-align: middle;
        width: 30%;
        text-align: left;
        font-style: italic;
        background: rgba(255, 255, 255, 0.82);
        border-radius: 15px;
    }

    .havluLnk {
        position: absolute;
        left: 13%;
        top: 37%;
        width: 18vw;
        position: absolute;
        top: auto;
        left: 12vw;
        width: 19vw;
        cursor: pointer;
        bottom: 41%;
    }

    .havluCesitCont {
    }

    .macLnk {
        position: absolute;
        top: 33%;
        left: 21.5%;
        width: 13vw;
        position: absolute;
        top: auto;
        left: 22%;
        width: 12vw;
        cursor: pointer;
        bottom: 47%;
    }

    .gecis img {
        display: block;
        max-width: 100%;
    }

    .resimLnk {
        position: absolute;
        left: 50%;
        top: 18%;
        width: 22vw;
    }

    .ruloLnk {
        position: absolute;
        top: 55%;
        left: 54.5%;
        width: 3vw;
    }
}

@media (max-width:1280px) {
    ul.formList > li {
        margin-bottom: 10px;
    }

    span.guvres {
        vertical-align: middle;
        display: inline-block;
    }

    textarea.iltInp {
        min-height: 108px;
    }

    .inpCont {
        width: 79%;
        margin: 0 auto;
    }

    li.actTab {
        display: block !important;
    }

    .MendilKategoriList {
        display: inline-block;
        vertical-align: top;
        margin: 0 20px;
        margin-top: -39px;
    }

    img.mendilCesit {
        display: inline-block;
        vertical-align: top;
        width: 20%;
    }

    .videoLnk {
        top: 33%;
        left: 44%;
        position: absolute;
        width: 15vw;
        text-align: center;
        top: auto;
        left: auto;
        width: 15%;
        right: 41%;
        bottom: 53%;
    }

    .tKagidiListe {
    }

    .peceteListesi {
        width: 34%;
    }

    .menuContainer::before {
    }

    .menuContainer {
        position: fixed;
        top: 30px;
        z-index: 999;
        width: 90%;
        left: 50%;
        margin-left: -45%;
    }

    .logo {
        float: left;
        position: relative;
        width: 20%;
        top: 39px;
    }

    img.peceteCesit {
        width: 25%;
    }

    ul.cesitList {
    }

    .listeBilgi {
        width: 29%;
    }

    .tKagidiCont {
    }

    img.tKagidiCesit {
        width: 26%;
    }

    img.havluCesit {
        width: 28%;
    }

    .tKagidiLnk {
        position: absolute;
        top: 39.4%;
        left: 7%;
        cursor: pointer;
        WIDTH: 11vw;
        position: absolute;
        top: auto;
        left: 6.85%;
        cursor: pointer;
        width: 8.5%;
        bottom: 50%;
    }

    .anneLnk {
        width: 19%;
        left: 33%;
        width: 16%;
        left: 32%;
        top: auto;
        bottom: 17%;
    }

    .peceteLnk {
    }

    .aniOk::before {
        top: -10%;
        left: 19%;
    }

    .peceteCesitCont {
    }

    .mendilCesitCont {
    }

    .ruloCont {
        position: absolute;
        top: 32%;
        width: 31vw;
        left: 25%;
    }

        .ruloCont img {
            display: inline-block;
            vertical-align: top;
        }

    .ruloBilgi {
        padding: 15px;
        color: #3d67ae;
        display: inline-block;
        vertical-align: middle;
        width: 52%;
        text-align: left;
        font-style: italic;
        background: rgba(255, 255, 255, 0.82);
        border-radius: 15px;
    }

    .resimlerCont {
        position: absolute;
        top: 24%;
        left: 16%;
        width: 62vw;
    }

    .resimlerBilgi {
        padding: 15px;
        color: #3d67ae;
        display: inline-block;
        vertical-align: top;
        width: 30%;
        text-align: left;
        font-style: italic;
        background: rgba(255, 255, 255, 0.82);
        border-radius: 15px;
    }

    .resimlerCont img {
        max-width: 50%;
        display: inline-block;
        vertical-align: top;
    }

    .macRes {
        position: absolute;
        left: 13%;
        top: 43%;
        width: 87vw;
    }

        .macRes img {
            display: inline-block;
            vertical-align: top;
            max-width: 21%;
        }

    .oyunBilgi {
        padding: 15px;
        color: #3d67ae;
        display: inline-block;
        vertical-align: middle;
        width: 30%;
        text-align: left;
        font-style: italic;
        background: rgba(255, 255, 255, 0.82);
        border-radius: 15px;
    }

    .havluLnk {
    }

    .havluCesitCont {
    }

    .macLnk {
        position: absolute;
        top: 34%;
        left: 21%;
        width: 14vw;
        position: absolute;
        top: auto;
        left: 22%;
        width: 12vw;
        cursor: pointer;
        bottom: 47%;
    }

    .mendilOk::before {
        content: '';
        position: absolute;
        background-image: url(/images/sitelayout/aniOk2.png);
        background-size: contain;
        background-repeat: no-repeat;
        top: auto;
        right: 40px;
        animation-name: okAnimasyon;
        animation-duration: 1s;
        animation-fill-mode: both;
        animation-iteration-count: infinite;
        width: 53px;
        height: 63px;
        bottom: 100px;
    }

    .gecis img {
        display: block;
        max-width: 100%;
    }

    .resimLnk {
        position: absolute;
        left: 62%;
        top: 18%;
        width: 22vw;
    }

    .ruloLnk {
        position: absolute;
        top: 54%;
        left: 65.5%;
        width: 4vw;
    }
}

@media (max-width:1024px) {
    ul.formList > li {
        margin-bottom: 10px;
    }

    span.guvres {
        vertical-align: middle;
        display: inline-block;
    }

    textarea.iltInp {
        min-height: 108px;
    }

    .inpCont {
        width: 79%;
        margin: 0 auto;
    }

    li.actTab {
        display: block !important;
    }

    .MendilKategoriList {
        display: inline-block;
        vertical-align: top;
        margin: 0 20px;
        margin-top: -39px;
    }

    img.mendilCesit {
        display: inline-block;
        vertical-align: top;
        width: 20%;
    }

    .videoLnk {
        top: 32%;
        left: 40.2%;
        position: absolute;
        width: 22.7vw;
        text-align: center;
        height: 13.3vw;
        top: auto;
        left: auto;
        width: 15%;
        right: 41%;
        bottom: 53%;
    }

    .tKagidiListe {
        width: 29%;
    }

    .peceteListesi {
        width: 34%;
    }

    ul.kategoriList > li {
        /* display: block; */
    }

    img.peceteCesit {
        width: 31%;
    }

    ul.cesitList {
    }

    .listeBilgi {
        width: 30%;
    }

    .tKagidiCont {
    }

    img.tKagidiCesit {
        width: 25%;
        vertical-align: middle;
    }

    img.havluCesit {
        width: 24%;
    }

    .tKagidiLnk {
        position: absolute;
        top: 39.6%;
        left: 6%;
        cursor: pointer;
        width: 13.5vw;
        position: absolute;
        top: auto;
        left: 6.85%;
        cursor: pointer;
        width: 8.5%;
        bottom: 50%;
    }

    .anneLnk {
        width: 23%;
        left: 26%;
        top: 38%;
        width: 16%;
        left: 32%;
        top: auto;
        bottom: 17%;
    }

    .peceteLnk {
        position: absolute;
        bottom: 234px;
        left: 41%;
        width: 147px;
        cursor: pointer;
    }

    .peceteCesitCont {
    }

    .mendilCesitCont {
    }

    .ruloCont {
        position: absolute;
        top: 32%;
        width: 31vw;
        left: 25%;
    }

        .ruloCont img {
            display: inline-block;
            vertical-align: top;
        }

    .ruloBilgi {
        padding: 15px;
        color: #3d67ae;
        display: inline-block;
        vertical-align: middle;
        width: 52%;
        text-align: left;
        font-style: italic;
        background: rgba(255, 255, 255, 0.82);
        border-radius: 15px;
    }

    .resimlerCont {
        position: absolute;
        top: 30%;
        left: 16%;
        width: 62vw;
    }

    .resimlerBilgi {
        padding: 15px;
        color: #3d67ae;
        display: inline-block;
        vertical-align: top;
        width: 30%;
        text-align: left;
        font-style: italic;
        background: rgba(255, 255, 255, 0.82);
        border-radius: 15px;
    }

    .resimlerCont img {
        max-width: 50%;
        display: inline-block;
        vertical-align: top;
    }

    .macRes {
        position: absolute;
        left: 18%;
        top: 40%;
        width: 54vw;
    }

        .macRes img {
            display: inline-block;
            vertical-align: top;
            max-width: 30%;
        }

    .oyunBilgi {
        padding: 15px;
        color: #3d67ae;
        display: inline-block;
        vertical-align: middle;
        width: 30%;
        text-align: left;
        font-style: italic;
        background: rgba(255, 255, 255, 0.82);
        border-radius: 15px;
    }

    .havluLnk {
        position: absolute;
        left: 12%;
        top: 37%;
        width: 25vw;
        position: absolute;
        top: auto;
        left: 12vw;
        width: 19vw;
        cursor: pointer;
        bottom: 41%;
    }

    .havluCesitCont {
        top: 50%;
        position: absolute;
        left: 0;
        text-align: left;
        width: 100vw;
    }

    .macLnk {
        position: absolute;
        top: 38%;
        left: 22%;
        width: 13.4vw;
        position: absolute;
        top: auto;
        left: 22%;
        width: 12vw;
        cursor: pointer;
        bottom: 47%;
    }

    .gecis img {
        display: block;
        position: static;
    }

    .resimLnk {
        position: absolute;
        left: 71%;
        top: 22%;
        width: 22vw;
    }

    .ruloLnk {
        position: absolute;
        top: 55%;
        left: 79.5%;
        width: 5vw;
    }
}

@media (max-width:980px) {
    ul.alisverisList > li {
        width: 100%;
        vertical-align: top;
        display: inline-block;
        margin-right: 0;
        margin-bottom: 1.33%;
    }

        ul.alisverisList > li > a:hover {
            background: #fff;
        }

    .alisverisIcerik {
        margin-top: 0;
    }

    .kimizIcerik {
        overflow: scroll;
        padding-top: 63px;
    }

    ul.formSekmeleri {
        margin-top: 120px;
    }

        ul.formSekmeleri > li {
            display: block;
            float: none;
            width: 100%;
        }

    .inpCont {
        margin-top: 6px;
    }

    .iltForm {
        overflow: scroll !important;
        /* height: auto !important; */
    }

    ul.mainMenu li ul {
        display: none !important;
    }

    .alisveris {
        padding: 10px;
    }

    .kimizCont {
        padding: 10px;
        overflow: scroll !important;
        z-index: 9999;
    }

    ul.mainMenu::after {
        display: none;
    }

    ul.formList > li {
        margin-bottom: 10px;
    }

    span.guvres {
        vertical-align: middle;
        display: inline-block;
    }

    textarea.iltInp {
        min-height: 108px;
    }

    .inpCont {
        width: 98%;
        margin: 0 auto;
    }

    li.actTab {
        display: block !important;
    }

    .MendilKategoriList {
        display: inline-block;
        vertical-align: top;
        margin: 0 20px;
        margin-top: -39px;
    }

    img.mendilCesit {
        display: inline-block;
        vertical-align: top;
        width: 20%;
    }

    .videoLnk {
        top: 32%;
        left: 44%;
        position: absolute;
        width: 15vw;
        text-align: center;
        height: 8.3vw;
    }

    .tKagidiListe {
    }

    .peceteListesi {
        width: 34%;
        vertical-align: middle;
    }

    img.peceteCesit {
        width: 31%;
    }

    ul.cesitList {
    }

    ul.havluCesit.cesitList {
    }

    .listeBilgi {
        width: 30%;
    }

    span.menuKapat {
        margin: 10px auto;
        color: #fff;
        border: 2px solid #fff;
        width: 35px;
        display: block;
        text-align: center;
        border-radius: 50%;
        padding: 7px 0;
    }

    span.menuIkon {
        display: block;
    }

    img.pageBg {
        height: auto;
        width: 100%;
        position: static;
        display: block;
    }

    .iltForm {
        padding: 0;
    }

    .macLnk {
        left: 21vw;
        top: 18vw;
        width: 13vw;
    }

    .resimLnk {
        left: 49vw;
        top: 3vw;
    }

    .tKagidiCont {
        top: 0;
        height: 100%;
        padding: 14px;
    }

    .tKagidiLnk {
        width: 9vw;
        left: 6vw;
        top: 40%;
    }

    .anneLnk {
        width: 19%;
        left: 29%;
        top: 29%;
    }

    .menuContainer {
        width: 95%;
        margin: 0;
        left: 2.5%;
        top: 10px;
    }

        .menuContainer::before {
            content: '';
            position: absolute;
            height: 55px;
            background: rgba(255, 255, 255, 0.81);
            width: 100%;
            border-radius: 15px;
        }

    .logo {
        text-align: center;
        width: 26%;
        top: auto;
        top: -13px;
    }

    .menuContainer::before {
        height: 39px;
        top: 15px;
    }

    .menuRight {
        width: 100%;
        float: none;
        clear: both;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #425c8b;
        left: -100%;
        -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    ul.topMenu {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

        ul.topMenu > li {
            width: 49%;
            margin: 0;
            text-align: center;
        }

    img.phone {
        display: none !important;
    }

    ul.mainMenu {
        width: 100%;
        text-align: center;
        float: none;
    }

        ul.mainMenu > li {
            display: block;
            margin-bottom: 5px;
        }

            ul.mainMenu > li > a {
                padding: 10px 1px;
                background: rgba(255,255,255,0.65);
                border-radius: 40px;
                color: #0064a9;
            }

    ul.topMenu > li > a {
        padding: 6px;
        background: rgba(3, 123, 186, 0.75);
        border-radius: 40px;
    }

    .logo img {
        display: block;
        width: 100%;
    }

    .videoLnk {
        width: 15vw;
        height: 9vw;
    }

    .mendilLnk {
        width: 100px;
        margin: 0;
        left: 51%;
        bottom: 19vw;
    }

    .peceteLnk {
        width: 144px;
        left: 40%;
        bottom: 28%;
    }

    .havluLnk {
        width: 17vw;
        left: 12%;
        top: 36%;
    }

    .section {
        position: relative;
        overflow: hidden;
    }

    .reklamSliderCont {
        width: 37vw;
        left: 28%;
        top: 34%;
        margin: 0;
    }

    .peceteCesitCont {
        top: 0;
        height: 100%;
        padding: 5px;
    }

        .peceteCesitCont::before {
            content: '';
            display: inline-block;
            height: 100%;
            width: 0;
            vertical-align: middle;
        }

    img.peceteCesit {
        max-width: 23%;
        vertical-align: middle;
    }

    .listeBilgi {
        width: 36%;
        line-height: normal;
        vertical-align: middle;
    }

    .listeler {
        vertical-align: middle;
        width: 22%;
    }

    img.havluCesit {
        vertical-align: middle;
    }

    ul.peceteCesit {
        max-width: 10%;
    }

    .peceteBilgi {
        max-width: 23%;
    }

    .havluCesitCont {
        top: 0;
        height: 100%;
    }

        .havluCesitCont::before {
            content: '';
            display: inline-block;
            vertical-align: middle;
            height: 100%;
            width: 0;
        }

    .mendilCesitCont {
    }
}

@media (max-width:736px) {
    .videoOk::before {
        width: 15px;
        height: 15px;
        top: -30px;
        left: -12px;
    }

    .aniOk::before {
        width: 15px;
        height: 15px;
        top: -25px;
        left: -5px;
    }

    .havluOk::before {
        width: 15px;
        height: 15px;
        top: -25px;
        left: 10px;
    }

    .tOk::before {
        width: 15px;
        height: 15px;
        top: -25px;
        right: -14px;
    }

    .anneOk::before {
        width: 15px;
        height: 15px;
        top: -25px;
        left: 10px;
    }

    .macOk::before {
        width: 15px;
        height: 15px;
        top: -25px;
        right: -10px;
    }

    .mendilOk::before {
        width: 15px;
        height: 15px;
        top: -25px;
        right: -4px;
    }

    .adresMetin {
        font-size: 11px;
        padding: 5px;
    }

    ul.formList > li {
        margin-bottom: -1px;
    }

    span.guvres {
        vertical-align: middle;
        display: inline-block;
    }

    textarea.iltInp {
        min-height: 66px;
    }

    .inpCont {
        width: 98%;
        margin: 0 auto;
    }

    li.actTab {
        display: block !important;
    }

    .MendilKategoriList {
        display: inline-block;
        vertical-align: top;
        margin: 0 20px;
        margin-top: -39px;
    }

    img.mendilCesit {
        display: inline-block;
        vertical-align: top;
        width: 20%;
    }

    .videoLnk {
        top: 31%;
        left: 44%;
        position: absolute;
        width: 15vw;
        text-align: center;
        height: 8.3vw;
    }

    .tKagidiListe {
    }

    .peceteListesi {
        width: 20%;
    }

    img.peceteCesit {
        width: 31%;
    }

    ul.cesitList {
        padding: 3px 0;
    }

        ul.cesitList > li {
            margin-bottom: 2px;
        }

    .listeBilgi {
        width: 30%;
        font-size: 11px;
        padding: 5px;
    }

    span.menuKapat {
        margin: 10px auto;
        color: #fff;
        border: 2px solid #fff;
        width: 35px;
        display: block;
        text-align: center;
        border-radius: 50%;
        padding: 7px 0;
    }

    span.menuIkon {
        display: block;
    }

    img.pageBg {
        /* height: 414px; */
        width: 100%;
        /* max-height: 414px; */
    }

    .iltForm {
    }

    .iltInp {
        padding: 5px;
    }

    .macLnk {
        left: 22vw;
        top: 16vw;
    }

    .resimLnk {
        left: 49vw;
        top: 11vw;
    }

    .tKagidiCont {
        left: 0;
        width: 100%;
        top: 54%;
    }

    .geri {
        padding: 4px;
        font-size: 12px;
        left: 10px;
        bottom: 10px;
        background: #0996f9;
        border: 2px solid #fff;
        text-align: center;
        border-radius: 4px;
        color: #fff;
    }

    .tKagidiLnk {
        width: 9vw;
        left: 7vw;
        top: 40%;
    }

    .menuContainer {
        width: 94%;
        margin: 0;
        left: 3%;
        top: -6px;
    }

    .logo {
        text-align: center;
        width: 20%;
        top: 8px;
    }

    .menuContainer::before {
        height: 39px;
        top: 15px;
    }

    .menuRight {
        width: 100%;
        float: none;
        clear: both;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #425c8b;
        left: -100%;
        -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    ul.topMenu {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

        ul.topMenu > li {
            width: 49%;
            margin: 0;
            text-align: center;
        }

    img.phone {
        display: none !important;
    }

    ul.mainMenu {
        width: 100%;
        text-align: center;
        float: none;
    }

        ul.mainMenu > li {
            display: block;
            margin-bottom: 5px;
        }

            ul.mainMenu > li > a {
                padding: 10px 1px;
                background: rgba(255,255,255,0.65);
                border-radius: 40px;
                color: #0064a9;
            }

    ul.topMenu > li > a {
        padding: 6px;
        background: rgba(3, 123, 186, 0.75);
        border-radius: 40px;
    }

    .logo img {
        display: block;
        width: 100%;
    }

    .videoLnk {
        width: 15vw;
        height: 9vw;
    }

    .mendilLnk {
        width: 10vw;
        margin: 0;
        left: 45vw;
        bottom: 2vw;
    }

    .peceteLnk {
        width: 13vw;
        left: 40%;
        bottom: 104px;
    }

    .havluLnk {
        width: 17vw;
        left: 12%;
        top: 38%;
    }

    .section {
        position: relative;
        overflow: hidden;
    }

    .reklamSliderCont {
        width: 37vw;
        left: 28%;
        top: 34%;
        margin: 0;
    }

    .peceteCesitCont {
        width: 100vw;
        left: auto;
        top: 24vw;
        left: 0;
    }

    img.peceteCesit {
        max-width: 23%;
    }

    ul.cesitList > li > span {
        font-size: 11px;
        padding: 5px;
    }

    ul.kategoriList > li > span {
        padding: 5px;
        font-size: 11px;
        border-bottom: 1px solid #dedede;
    }

    .listeler {
    }

    div.havluBilgi {
        width: 38%;
        font-size: 11px;
        padding: 5px;
    }

    .bilgiBaslik {
        font-size: 12px;
        margin: 0;
        padding: 0;
    }

    .bilgiMetin {
        margin: 0;
        margin-top: 5px;
    }

    ul.peceteCesit {
        max-width: 10%;
    }

    .peceteBilgi {
        max-width: 23%;
    }

    .havluCesitCont {
        top: 22vw;
        left: 0;
    }

    .mendilCesitCont {
    }
}

@media (max-width:732px) {
    .reklamCont {
        top: 0;
        height: 100%;
    }

    .adresMetin {
        font-size: 11px;
        padding: 5px;
    }

    ul.formList > li {
        margin-bottom: 10px;
    }

    span.guvres {
        vertical-align: middle;
        display: inline-block;
    }

    textarea.iltInp {
        min-height: 108px;
    }

    .inpCont {
        width: 98%;
        margin: 0 auto;
    }

    li.actTab {
        display: block !important;
    }

    .MendilKategoriList {
        display: inline-block;
        vertical-align: middle;
        margin: 0 20px;
        margin-top: -39px;
    }

    img.mendilCesit {
        display: inline-block;
        vertical-align: middle;
        width: 20%;
    }

    .videoLnk {
        top: 32%;
        left: 44%;
        position: absolute;
        width: 15vw;
        text-align: center;
        height: 8.3vw;
        top: auto;
        bottom: 52.5%;
    }

    .tKagidiListe {
        vertical-align: middle;
    }

    .peceteListesi {
        width: 31%;
    }

    img.peceteCesit {
        width: 31%;
    }

    ul.cesitList {
        padding: 3px 0;
    }

        ul.cesitList > li {
            margin-bottom: 2px;
        }

    .listeBilgi {
        width: 30%;
        font-size: 11px;
        padding: 5px;
        line-height: normal;
        vertical-align: middle;
        width: 38%;
    }

    span.menuKapat {
        margin: 10px auto;
        color: #fff;
        border: 2px solid #fff;
        width: 35px;
        display: block;
        text-align: center;
        border-radius: 50%;
        padding: 7px 0;
    }

    span.menuIkon {
        display: block;
    }

    img.pageBg {
        height: auto;
        width: 100%;
    }

    .iltForm {
    }

    .iltInp {
        padding: 5px;
    }

    .macLnk {
        left: 22vw;
        top: 19vw;
        width: 12%;
    }

    .resimLnk {
        left: 49vw;
        top: 11vw;
    }

    .tKagidiCont {
        left: 0;
        width: 100%;
        top: 0;
        height: 100%;
        display: block;
    }

        .tKagidiCont::before {
            content: '';
            width: 0;
            height: 100%;
            vertical-align: middle;
            display: inline-block;
        }

    .geri {
        padding: 4px;
        font-size: 12px;
        left: 10px;
        bottom: 10px;
        background: #0996f9;
        border: 2px solid #fff;
        text-align: center;
        border-radius: 4px;
        color: #fff;
    }

    .tKagidiLnk {
        width: 9vw;
        left: 8vw;
    }

    .menuContainer {
        width: 94%;
        margin: 0;
        left: 3%;
        top: -6px;
    }

    .logo {
        text-align: center;
        width: 20%;
        top: 8px;
    }

    .menuContainer::before {
        height: 39px;
        top: 15px;
    }

    .menuRight {
        width: 100%;
        float: none;
        clear: both;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #425c8b;
        left: -100%;
        -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    ul.topMenu {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

        ul.topMenu > li {
            width: 49%;
            margin: 0;
            text-align: center;
        }

    img.phone {
        display: none !important;
    }

    ul.mainMenu {
        width: 100%;
        text-align: center;
        float: none;
    }

        ul.mainMenu > li {
            display: block;
            margin-bottom: 5px;
        }

            ul.mainMenu > li > a {
                padding: 10px 1px;
                background: rgba(255,255,255,0.65);
                border-radius: 40px;
                color: #0064a9;
            }

    ul.topMenu > li > a {
        padding: 6px;
        background: rgba(3, 123, 186, 0.75);
        border-radius: 40px;
    }

    .logo img {
        display: block;
        width: 100%;
    }

    .videoLnk {
        width: 15vw;
        height: 8vw;
    }

    .mendilLnk {
        width: 10vw;
        margin: 0;
        left: 50vw;
        bottom: 19vw;
    }

    .peceteLnk {
        width: 13vw;
        left: 40%;
        bottom: 15vw;
    }

    .havluLnk {
        width: 17vw;
        left: 12%;
        top: 37%;
    }

    .section {
        position: relative;
        overflow: hidden;
    }

    .reklamSliderCont {
        width: 37vw;
        left: 28%;
        top: 34%;
        margin: 0;
    }

    .peceteCesitCont {
        top: 0;
    }

    img.peceteCesit {
        max-width: 23%;
    }

    ul.cesitList > li > span {
        font-size: 11px;
        padding: 5px;
    }

    ul.kategoriList > li > span {
        padding: 5px;
        font-size: 11px;
        border-bottom: 1px solid #dedede;
    }

    .listeler {
        width: 21%;
    }

    div.havluBilgi {
        width: 38%;
        font-size: 11px;
        padding: 5px;
    }

    .bilgiBaslik {
        font-size: 12px;
        margin: 0;
        padding: 0;
    }

    .bilgiMetin {
        margin: 0;
        margin-top: 5px;
    }

    ul.peceteCesit {
        max-width: 10%;
    }

    .peceteBilgi {
        max-width: 23%;
    }

    .havluCesitCont {
        top: 0;
        left: 0;
    }

    .mendilCesitCont {
        top: 0;
        height: 100%;
    }

        .mendilCesitCont::before {
            content: '';
            display: inline-block;
            vertical-align: middle;
            width: 0;
            height: 100%;
        }
}

@media (max-width:667px) {
    img.aile {
        position: static;
        display: block;
        margin: 0 auto;
        width: 50%;
    }

    .adresMetin {
        font-size: 11px;
        padding: 5px;
    }

    ul.formList > li {
        margin-bottom: 10px;
    }

    span.guvres {
        vertical-align: middle;
        display: inline-block;
    }

    textarea.iltInp {
        min-height: 108px;
    }

    .inpCont {
        width: 98%;
        margin: 0 auto;
    }

    li.actTab {
        display: block !important;
    }

    .MendilKategoriList {
        display: inline-block;
        /* vertical-align: top; */
        margin: 0 20px;
        margin-top: -39px;
    }

    img.mendilCesit {
        display: inline-block;
        /* vertical-align: top; */
        width: 20%;
    }

    .videoLnk {
        top: 31%;
        left: 44%;
        position: absolute;
        width: 15vw;
        text-align: center;
        height: 8.3vw;
    }

    .tKagidiListe {
    }

    .peceteListesi {
        width: 30%;
    }

    img.peceteCesit {
        width: 31%;
    }

    ul.cesitList {
        padding: 3px 0;
    }

        ul.cesitList > li {
            margin-bottom: 2px;
        }

    .listeBilgi {
        width: 30%;
        font-size: 11px;
        padding: 5px;
    }

    span.menuKapat {
        margin: 10px auto;
        color: #fff;
        border: 2px solid #fff;
        width: 35px;
        display: block;
        text-align: center;
        border-radius: 50%;
        padding: 7px 0;
    }

    span.menuIkon {
        display: block;
    }

    img.pageBg {
        /* height: 414px; */
        width: 100%;
        /* max-height: 375px; */
    }

    .iltForm {
    }

    .iltInp {
        padding: 5px;
    }

    .macLnk {
        left: 21vw;
        top: 18vw;
        width: 13%;
    }

    .resimLnk {
        left: 49vw;
        top: 11vw;
    }

    .tKagidiCont {
        left: 0;
        width: 100%;
        /* top: 19%; */
    }

    .geri {
        padding: 4px;
        font-size: 12px;
        left: 10px;
        bottom: 10px;
        background: #0996f9;
        border: 2px solid #fff;
        text-align: center;
        border-radius: 4px;
    }

    .tKagidiLnk {
        width: 9vw;
        left: 7vw;
        top: 40%;
    }

    .menuContainer {
        width: 94%;
        margin: 0;
        left: 3%;
        top: -6px;
    }

    .logo {
        text-align: center;
        width: 20%;
        top: 8px;
    }

    .menuContainer::before {
        height: 39px;
        top: 15px;
    }

    .menuRight {
        width: 100%;
        float: none;
        clear: both;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #425c8b;
        left: -100%;
        -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    ul.topMenu {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

        ul.topMenu > li {
            width: 49%;
            margin: 0;
            text-align: center;
        }

    img.phone {
        display: none !important;
    }

    ul.mainMenu {
        width: 100%;
        text-align: center;
        float: none;
    }

        ul.mainMenu > li {
            display: block;
            margin-bottom: 5px;
        }

            ul.mainMenu > li > a {
                padding: 10px 1px;
                background: rgba(255,255,255,0.65);
                border-radius: 40px;
                color: #0064a9;
            }

    ul.topMenu > li > a {
        padding: 6px;
        background: rgba(3, 123, 186, 0.75);
        border-radius: 40px;
    }

    .logo img {
        display: block;
        width: 100%;
    }

    .videoLnk {
        width: 15vw;
        height: 9vw;
        top: 33%;
    }

    .mendilLnk {
        width: 10vw;
        margin: 0;
        left: 50vw;
        bottom: 20vw;
    }

    .peceteLnk {
        width: 13vw;
        left: 40%;
        bottom: 104px;
    }

    .havluLnk {
        width: 17vw;
        left: 12%;
        top: 38%;
    }

    .section {
        position: relative;
        overflow: hidden;
    }

    .reklamSliderCont {
        width: 37vw;
        left: 28%;
        top: 34%;
        margin: 0;
    }

    .peceteCesitCont {
        top: 0;
    }

    img.peceteCesit {
        max-width: 23%;
    }

    ul.cesitList > li > span {
        font-size: 11px;
        padding: 5px;
    }

    ul.kategoriList > li > span {
        padding: 5px;
        font-size: 11px;
        border-bottom: 1px solid #dedede;
    }

    .listeler {
        width: 29%;
    }

    div.havluBilgi {
        width: 38%;
        font-size: 11px;
        padding: 5px;
    }

    .bilgiBaslik {
        font-size: 12px;
        margin: 0;
        padding: 0;
    }

    .bilgiMetin {
        margin: 0;
        margin-top: 5px;
    }

    ul.peceteCesit {
        max-width: 10%;
    }

    .peceteBilgi {
        max-width: 23%;
    }

    .havluCesitCont {
        /* top: 21%; */
        left: 0;
    }

    .mendilCesitCont {
        top: 0;
    }
}

@media (max-width:568px) {
    .formEtiket {
    }

    ul.formList {
        text-align: center;
    }

    .adresMetin {
        font-size: 11px;
        padding: 5px;
    }

    ul.formList > li {
        margin-bottom: 10px;
    }

    span.guvres {
        vertical-align: middle;
        display: inline-block;
    }

    textarea.iltInp {
        min-height: 108px;
    }

    .inpCont {
        width: 98%;
        margin: 0 auto;
    }

    li.actTab {
        display: block !important;
    }

    .MendilKategoriList {
        display: inline-block;
        /* vertical-align: top; */
        margin: 0 20px;
        margin-top: -39px;
    }

    img.mendilCesit {
        display: inline-block;
        width: 20%;
        vertical-align: middle;
    }

    .videoLnk {
        top: 31%;
        left: 44%;
        position: absolute;
        width: 15vw;
        text-align: center;
        height: 8.3vw;
    }

    .tKagidiListe {
    }

    .peceteListesi {
        width: 29%;
    }

    img.peceteCesit {
        width: 31%;
    }

    ul.cesitList {
        padding: 3px 0;
    }

        ul.cesitList > li {
            margin-bottom: 2px;
        }

    .listeBilgi {
        width: 34%;
        font-size: 11px;
        padding: 5px;
    }

    span.menuKapat {
        margin: 10px auto;
        color: #fff;
        border: 2px solid #fff;
        width: 35px;
        display: block;
        text-align: center;
        border-radius: 50%;
        padding: 7px 0;
    }

    span.menuIkon {
        display: block;
    }

    img.pageBg {
        /* height: 414px; */
        width: 100%;
        /* max-height: 320px; */
    }

    .iltForm {
    }

    .iltInp {
        padding: 5px;
    }

    .macLnk {
        left: 21vw;
        top: 18vw;
        width: 13%;
    }

    .resimLnk {
        left: 49vw;
        top: 11vw;
    }

    .tKagidiCont {
        left: 0;
        /* top: 5%; */
    }

    .geri {
        padding: 4px;
        font-size: 12px;
        left: 10px;
        bottom: 10px;
        background: #0996f9;
        border: 2px solid #fff;
        text-align: center;
        border-radius: 4px;
    }

    .tKagidiLnk {
        width: 9vw;
        left: 7vw;
        top: 40%;
    }

    .menuContainer {
        width: 94%;
        margin: 0;
        left: 3%;
        top: -6px;
    }

    .logo {
        text-align: center;
        width: 20%;
        top: 8px;
    }

    .menuContainer::before {
        height: 39px;
        top: 15px;
    }

    .menuRight {
        width: 100%;
        float: none;
        clear: both;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #425c8b;
        left: -100%;
        -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    ul.topMenu {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

        ul.topMenu > li {
            width: 49%;
            margin: 0;
            text-align: center;
        }

    img.phone {
        display: none !important;
    }

    ul.mainMenu {
        width: 100%;
        text-align: center;
        float: none;
    }

        ul.mainMenu > li {
            display: block;
            margin-bottom: 5px;
        }

            ul.mainMenu > li > a {
                padding: 10px 1px;
                background: rgba(255,255,255,0.65);
                border-radius: 40px;
                color: #0064a9;
            }

    ul.topMenu > li > a {
        padding: 6px;
        background: rgba(3, 123, 186, 0.75);
        border-radius: 40px;
    }

    .logo img {
        display: block;
        width: 100%;
    }

    .videoLnk {
        width: 15vw;
        height: 9vw;
        top: 33%;
    }

    .mendilLnk {
        width: 10vw;
        margin: 0;
        left: 50vw;
        bottom: 20vw;
    }

    .peceteLnk {
        width: 13vw;
        left: 40%;
        bottom: 84px;
    }

    .havluLnk {
        width: 17vw;
        left: 12%;
        top: 38%;
    }

    .section {
        position: relative;
        overflow: hidden;
    }

    .reklamSliderCont {
        width: 37vw;
        left: 28%;
        top: 34%;
        margin: 0;
    }

    .peceteCesitCont {
        /* top: 12%; */
    }

    img.peceteCesit {
        max-width: 23%;
    }

    ul.cesitList > li > span {
        font-size: 11px;
        padding: 5px;
    }

    ul.kategoriList > li > span {
        padding: 5px;
        font-size: 11px;
        border-bottom: 1px solid #dedede;
    }

    .listeler {
        width: 28%;
    }

    div.havluBilgi {
        width: 38%;
        font-size: 11px;
        padding: 5px;
    }

    .bilgiBaslik {
        font-size: 12px;
        margin: 0;
        padding: 0;
    }

    .bilgiMetin {
        margin: 0;
        margin-top: 5px;
    }

    ul.peceteCesit {
        max-width: 10%;
    }

    .peceteBilgi {
        max-width: 23%;
    }

    .havluCesitCont {
        /* top: 8%; */
        left: 0;
    }

    .mendilCesitCont {
        top: 0;
    }
}

@media (max-width:480px) {
    span.formEtiket {
        display: block;
        width: 100%;
        text-align: center;
    }

    ul.formSekmeleri > li {
        float: none;
        width: 100%;
    }

    ul.mainMenu::after {
        display: none;
    }

    ul.formList > li:nth-of-type(1) {
    }

    ul.formList > li:nth-of-type(2) {
    }

    ul.formList > li:nth-of-type(3) {
    }

    ul.cesitList > li > span::before, ul.cesitList > li > span::after {
        display: none;
    }

    ul.formTab > li > span {
        padding: 2px;
        font-size: 9px;
    }

    .adresMetin {
        font-size: 8px;
        padding: 2px;
        display: block;
        width: 100%;
    }

    ul.formList > li {
        margin-bottom: 5px;
    }

    span.guvres {
        vertical-align: middle;
        display: inline-block;
    }

    textarea.iltInp {
        min-height: 62px;
    }

    .inpCont {
        width: 98%;
        margin: 0 auto;
        margin-top: 15px;
    }

    li.actTab {
        display: block !important;
    }

    .MendilKategoriList {
        display: inline-block;
        vertical-align: top;
        margin: 0 20px;
        margin-top: -39px;
    }

    img.mendilCesit {
        display: inline-block;
        /* vertical-align: top; */
        width: 20%;
    }

    .videoLnk {
        top: 31%;
        left: 44%;
        position: absolute;
        background: red;
        width: 15vw;
        text-align: center;
        height: 8.3vw;
    }

    .tKagidiListe {
        display: inline-block;
        /* vertical-align: top; */
        margin: 0 20px;
        margin-top: -39px;
        width: 28%;
    }

    .peceteListesi {
        width: 26%;
        display: inline-block;
        /* vertical-align: top; */
        margin: 0 10px;
        margin-top: 0;
    }

    img.peceteCesit {
        width: 31%;
    }

    ul.cesitList {
        padding: 3px 0;
    }

        ul.cesitList > li {
            margin-bottom: 2px;
        }

    .listeBilgi {
        font-size: 8px;
        padding: 2px;
    }

    span.menuKapat {
        margin: 10px auto;
        color: #fff;
        border: 2px solid #fff;
        width: 35px;
        display: block;
        text-align: center;
        border-radius: 50%;
        padding: 7px 0;
    }

    span.menuIkon {
        display: block;
    }

    img.pageBg {
        height: auto;
        width: 100%;
        /* max-height: 501px; */
    }

    img.havluCesit {
        /* vertical-align: bottom; */
    }

    .iltForm {
        font-size: 12px;
        overflow: scroll !important;
    }

    .iltInp {
        padding: 0px;
        margin-top: 10px;
    }

    .macLnk {
        left: 21vw;
        top: 17vw;
        width: 13%;
    }

    .resimLnk {
        left: 49vw;
        top: 11vw;
    }

    .tKagidiCont {
        left: 0;
        width: 100%;
        top: 0;
        height: 100%;
    }

    img.tKagidiCesit {
        vertical-align: middle;
    }

    .geri {
        padding: 4px;
        font-size: 12px;
        left: 10px;
        bottom: 10px;
        background: #0996f9;
        border: 2px solid #fff;
        text-align: center;
        border-radius: 4px;
    }

    .tKagidiLnk {
        width: 9vw;
        left: 7vw;
        top: 40%;
    }

    .menuContainer {
        width: 94%;
        margin: 0;
        left: 3%;
        top: -6px;
    }

    .logo {
        text-align: center;
        width: 39%;
        top: 8px;
    }

    .menuContainer::before {
        height: 39px;
        top: 15px;
    }

    .menuRight {
        width: 100%;
        float: none;
        clear: both;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #1373ae;
        left: -100%;
        -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    ul.topMenu {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

        ul.topMenu > li {
            width: 49%;
            margin: 0;
            text-align: center;
        }

    img.phone {
        display: none !important;
    }

    ul.mainMenu {
        width: 100%;
        text-align: center;
        float: none;
    }

        ul.mainMenu > li {
            display: block;
            margin-bottom: 5px;
        }

            ul.mainMenu > li > a {
                padding: 10px 1px;
                background: #3ca3e2;
                border-radius: 4px;
                color: #0064a9;
                color: #fff;
            }

    ul.topMenu > li > a {
        padding: 6px;
        background: rgb(60, 163, 226);
        border-radius: 40px;
    }

    .logo img {
        display: block;
        width: 100%;
    }

    .videoLnk {
        width: 15vw;
        height: 8vw;
        top: 32%;
    }

    .mendilLnk {
        width: 10vw;
        margin: 0;
        left: 49vw;
        bottom: 19vw;
    }

    .peceteLnk {
        width: 13vw;
        left: 40%;
        bottom: 72px;
    }

    .havluLnk {
        width: 17vw;
        left: 12%;
        top: 38%;
    }

    .section {
        position: relative;
        overflow: hidden;
    }

    .reklamSliderCont {
        width: 44vw;
        height: 25vw;
        left: 30%;
        top: 23%;
        margin: 0;
    }

    .peceteCesitCont {
        top: 0;
    }

    img.peceteCesit {
        max-width: 23%;
        /* vertical-align: top; */
    }

    ul.cesitList > li > span {
        font-size: 8px;
        padding: 2px;
    }

    ul.kategoriList > li > span {
        padding: 2px;
        font-size: 8px;
        border-bottom: 1px solid #dedede;
    }

    .listeler {
        width: 30%;
    }

    div.havluBilgi {
        width: 34%;
        font-size: 9px;
        padding: 2px;
    }

    .bilgiBaslik {
        font-size: 10px;
        margin: 0;
        padding: 0;
    }

    .bilgiMetin {
        margin: 0;
        margin-top: 5px;
    }

    ul.peceteCesit {
        max-width: 10%;
    }

    .peceteBilgi {
        max-width: 23%;
    }

    .havluCesitCont {
        top: 0;
        left: 0;
        height: 100%;
        padding: 5px;
    }

    .mendilCesitCont {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

.macOk::before {
    display: none;
}

.macLnk {
    cursor: initial;
}