@charest "utf-8";

@import url("master.css");

footer {
    margin: 0
}

section .anasayfa-slider .anasayfa-s {
    padding: 50px 30px 92px;
    background-size: cover
}

section .anasayfa-slider .anasayfa-s > * {
    width: 50%
}

section .anasayfa-slider .anasayfa-s p {
    font-family: 'adellebold';
    font-size: 73px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.1;
    text-shadow: 0px 1px 1px rgba(5, 5, 5, 0.5);
    float: left
}

section .anasayfa-slider .anasayfa-s span {
    display: block;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 22px;
    color: #fff;
    text-shadow: 0px 1px 1px rgba(5, 5, 5, 0.5);
    margin: 5px 0 33px;
    float: left
}

section .anasayfa-slider .anasayfa-s a {
    display: block;
    width: 226px;
    height: 59px;
    background-color: #f2b049;
    padding-left: 30px;
    line-height: 59px;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 17px;
    color: #033764;
    text-transform: uppercase;
    float: left
}

.slide-3369 {
    width: 300px !important
}

.slide-3369:after {
    margin-left: 18px !important
}

@media (max-width: 794px) {
    .slide-3369 {
        font-size: 15px !important
    }
}

section .anasayfa-slider .anasayfa-s a:after {
    content: "";
    width: 21px;
    height: 21px;
    background-image: url(../img/banner-detayli-after.png);
    display: inline-block;
    margin-left: 28px;
    position: relative;
    top: 5px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

section .anasayfa-slider .anasayfa-s a:hover:after {
    margin-left: 35px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

section .anasayfa-slider .anasayfa-s div {
    width: 404px;
    height: 354px;
    margin-right: 56px;
    border: 10px solid #fff;
    box-shadow: 2px 30px 35px rgba(0, 0, 0, .4);
    float: right;
    background-size: cover
}

section .anasayfa-slider .slick-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    opacity: .84
}

section .anasayfa-slider .slick-dots li {
    width: 15px;
    height: 15px;
    background-color: #fff;
    border-radius: 50%;
    float: left;
    margin: 0 4px;
    position: relative;
    top: 2px;
    cursor: pointer;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

section .anasayfa-slider .slick-dots li:hover,
section .anasayfa-slider .slick-dots .slick-active {
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    background-color: transparent;
    text-align: center;
    top: 0;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

section .anasayfa-slider .slick-dots .slick-active:after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    top: -1px
}

section .anasayfa-slider .slick-dots li * {
    font-size: 0
}

section .anasayfa-slider .slick-arrow {
    width: 75px;
    height: 68px;
    position: absolute;
    bottom: 235px;
    cursor: pointer;
    font-size: 0;
    background-color: transparent;
    background-image: url(../img/banner-ok.png);
    background-position: right center;
    opacity: .6;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

section .anasayfa-slider .slick-arrow:hover {
    background-position: left center;
    opacity: 1;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

section .anasayfa-slider .slick-prev {
    left: -100px
}

section .anasayfa-slider .slick-next {
    right: -100px;
    transform: rotate(180deg)
}

section .iconlar {
    padding: 60px 40px 70px;
    background-color: #fff;
    box-shadow: 0px 1px 0px 0px rgba(215, 215, 215, 0.8);
    margin-bottom: 20px
}

section .iconlar .dis {
    width: 218px;
    float: left;
    padding: 182px 40px 0;
    background-position: center 10px;
    position: relative;
    display: block
}

section .iconlar .dis:hover {
    animation: .8s iconlar infinite
}

@keyframes iconlar {
    0% {
        background-position: center 10px
    }
    50% {
        background-position: center top
    }
    100% {
        background-position: center 10px
    }
}

section .iconlar .dis:after {
    content: "";
    display: inline-block;
    position: absolute;
    height: 155px;
    width: 1px;
    background-color: #eeeeef;
    right: 0;
    top: 25px
}

section .iconlar .dis:last-of-type {
    border-right: 0
}

section .iconlar .dis:last-of-type:after {
    width: 0
}

section .iconlar .dis p {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 20px;
    color: #2d6a9b;
    text-transform: capitalize;
    text-align: center
}

section .iconlar .slick-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%)
}

section .iconlar .slick-dots li {
    float: left;
    width: 13px;
    height: 13px;
    background-color: #033764;
    border-radius: 50%;
    margin: 0 3px;
    cursor: pointer
}

section .iconlar .slick-dots li * {
    font-size: 0
}

section .iconlar .slick-dots li:hover,
section .iconlar .slick-dots .slick-active {
    border: 1px solid #033764;
    background-color: transparent
}

section .hizli-menu .fiyat {
    width: 376.66px;
    height: 367px;
    margin: 0 20px 20px 0;
    border: 1px solid #e4e4e5;
    padding: 45px 5px 0;
    background-color: #1b70b8;
    position: relative;
    float: left
}

section .hizli-menu .fiyat .layer1,
section .hizli-menu .fiyat .layer2,
section .hizli-menu .fiyat .layer3,
section .hizli-menu .fiyat .layer4,
section .hizli-menu .tanitim .layer1,
section .hizli-menu .tanitim .layer2 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

section .hizli-menu .fiyat .layer1 {
    z-index: 1;
    background-image: url(../img/fiyatlar-layer1.png);
    background-position: center bottom -35px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

section .hizli-menu .fiyat:hover .layer1 {
    background-position: center bottom -20px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

section .hizli-menu .fiyat .layer2 {
    z-index: 2;
    background-image: url(../img/fiyatlar-layer2.png);
    background-position: center bottom -35px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

section .hizli-menu .fiyat:hover .layer2 {
    background-position: center bottom -15px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

section .hizli-menu .fiyat .layer3 {
    z-index: 3;
    background-image: url(../img/fiyatlar-layer3.png);
    background-position: center bottom -35px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

section .hizli-menu .fiyat:hover .layer3 {
    background-position: center bottom -10px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

section .hizli-menu .fiyat .layer4 {
    z-index: 4;
    background-image: url(../img/fiyatlar-layer4.png)
}

section .hizli-menu .fiyat .icon {
    height: 50px;
    position: relative;
    background-image: url(../img/fiyatlar-icon.png);
    margin-bottom: 15px;
    z-index: 5
}

section .hizli-menu .fiyat p {
    position: relative;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 26px;
    color: #fff;
    z-index: 6;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 18px
}

section .hizli-menu .fiyat a {
    display: block;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 14px;
    color: #0f4b73;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    z-index: 7
}

section .hizli-menu .fiyat a:before {
    content: "";
    width: 14px;
    height: 14px;
    background-image: url(../img/fiyatlar-incele-icon.png);
    display: inline-block;
    margin-right: 7px;
    position: relative;
    top: 2px
}

section .hizli-menu .tanitim {
    width: 376.66px;
    height: 367px;
    margin: 0 20px 20px 0;
    border: 1px solid #e5b34b;
    background-color: #f2b049;
    background-image: url(../img/tanitim-zemin.jpg);
    position: relative;
    float: left;
    overflow: hidden;
    padding: 40px 5px 0
}

section .hizli-menu .tanitim .layer1 {
    background-image: url(../img/tanitim-layer1.jpg);
    z-index: 1;
    background-size: cover;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

section .hizli-menu .tanitim:hover .layer1 {
    width: 110%;
    height: 110%;
    transform: translate(-5%, -5%);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

section .hizli-menu .tanitim .layer2 {
    background-image: url(../img/tanitim-layer2.png);
    background-position: center top;
    z-index: 2
}

section .hizli-menu .tanitim .icon {
    height: 75px;
    background-image: url(../img/tanitim-icon.png);
    position: relative;
    z-index: 3;
    margin-bottom: 10px
}

section .hizli-menu .tanitim p {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 28px;
    color: #fff;
    text-shadow: 0px 1px 1px rgba(187, 158, 25, 0.75);
    text-transform: uppercase;
    text-align: center;
    position: relative;
    z-index: 4;
    margin-bottom: 10px
}

section .hizli-menu .tanitim a {
    display: block;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 14px;
    color: #986e17;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    z-index: 5
}

section .hizli-menu .tanitim a:before {
    content: "";
    width: 18px;
    height: 18px;
    display: inline-block;
    position: relative;
    background-image: url(../img/tanitim-video-icon.png);
    top: 3px;
    margin-right: 5px
}

section .hizli-menu .duyuru {
    width: 376.66px;
    height: 367px;
    margin-bottom: 20px;
    float: left;
    position: relative
}

section .hizli-menu .duyuru h1 {
    position: absolute;
    top: 35px;
    left: 25px;
    padding-left: 30px;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(14, 15, 15, 0.33);
    text-transform: uppercase;
    background-image: url(../img/duyurular-baslik.png);
    background-position: left center;
    z-index: 2
}

section .hizli-menu .duyuru .duyuru-banner,
section .hizli-menu .duyuru .duyuru-banner .duyuru-ic {
    height: 367px;
    z-index: 1;
    position: relative;
    background-size: cover
}

section .hizli-menu .duyuru .duyuru-banner .duyuru-ic:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(../img/duyurular-after.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 10
}

section .hizli-menu .duyuru .duyuru-banner .slick-arrow {
    width: 23px;
    height: 23px;
    border: 1px solid #4b87b0;
    border-radius: 2px;
    font-size: 0;
    background-color: transparent;
    position: absolute;
    right: 6.5%;
    bottom: 12px;
    z-index: 12;
    cursor: pointer;
    background-image: url(../img/duyurular-ok.png);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

section .hizli-menu .duyuru .duyuru-banner .slick-arrow:hover {
    background-color: #08355d;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

section .hizli-menu .duyuru .duyuru-banner .slick-prev {
    right: 14%;
    transform: rotate(180deg)
}

section .hizli-menu .duyuru .duyuru-banner .duyuru-ic p {
    position: absolute;
    bottom: 60px;
    width: 83%;
    left: 6.5%;
    z-index: 12;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 18px;
    color: #fff
}

section .hizli-menu .duyuru .alt {
    width: 87.5%;
    height: 1px;
    border-top: 1px solid #4b87b0;
    margin-left: 6.25%;
    position: absolute;
    bottom: 50px;
    left: 0;
    z-index: 11
}

section .hizli-menu .duyuru .alt a {
    display: block;
    width: 190px;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 14px;
    color: #5f9bc4;
    text-transform: uppercase;
    line-height: 50px
}

section .hizli-menu .duyuru .alt a:before {
    content: "";
    width: 14px;
    height: 14px;
    background-image: url(../img/duyurular-tum-icon.png);
    display: inline-block;
    margin-right: 8px
}

section .markalar {
    padding: 26px 0 46px;
    background-color: #fff;
    border-top: 1px solid #e4e4e5;
    border-bottom: 1px solid #e4e4e5;
    position: relative
}

section .markalar .line {
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: 59px;
    background-color: #f0f1f3
}

section .markalar h2 {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 25px;
    color: #0b4a80;
    line-height: 65px;
    text-align: center;
    text-transform: uppercase;
    background-image: url(../img/markalar-icon.jpg);
    margin-bottom: 10px
}

section .markalar .markalar-banner {
    padding-bottom: 62px
}

section .markalar .markalar-banner .marka {
    height: 185px;
    margin-right: 12px
}

section .markalar .markalar-banner .slick-arrow {
    width: 53px;
    height: 45px;
    border: 1px solid #e4e4e4;
    background-image: url(../img/markalar-ok.png);
    font-size: 0;
    background-color: transparent;
    cursor: pointer;
    position: absolute;
    bottom: 0
}

section .markalar .markalar-banner .slick-next {
    transform: rotate(180deg);
    right: 0
}

section .markalar .markalar-banner .slick-dots {
    height: 22px;
    border-right: 1px solid #d4d4d4;
    display: inline-block;
    padding: 6px 3px 0 0;
    position: absolute;
    left: 50%;
    transform: translateX(-100%);
    bottom: 11.5px
}

section .markalar .markalar-banner .slick-dots li {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #d4d4d4;
    float: left;
    margin: 0 3px;
    cursor: pointer
}

section .markalar .markalar-banner .slick-dots li * {
    font-size: 0
}

section .markalar .markalar-banner .slick-dots li:hover,
section .markalar .markalar-banner .slick-dots .slick-active {
    background-color: #5b91c0
}

section .markalar a.tumu {
    padding-left: 20px;
    background-image: url(../img/markalar-tumu.png);
    background-position: left center;
    font-family: arial;
    font-size: 13px;
    color: #b0b0b0;
    text-transform: uppercase;
    position: absolute;
    right: 50%;
    transform: translateX(108%);
    bottom: 14px
}

section .harita {
    background-image: url(../img/harita-zemin.jpg);
    background-size: cover;
    border-bottom: 1px solid #f0f1f3
}

section .harita .text {
    float: left;
    height: 422px;
    width: 285px;
    background-image: url(../img/harita-text.jpg);
    background-position: right center
}

@media (max-width: 1170px) {
    section .iconlar {
        padding: 70px 40px 40px
    }
    
    section .iconlar .slick-dots {
        bottom: 15px
    }
    
    section .hizli-menu {
        width: 775px;
        margin-left: 50%;
        transform: translateX(-50%)
    }
    
    section .hizli-menu .tanitim {
        margin-right: 0
    }
    
    section .hizli-menu .duyuru {
        margin-left: 50%;
        transform: translateX(-50%)
    }
    
    section .harita .text {
        display: none
    }
}

@media (max-width: 1025px) {
    section .anasayfa-slider .anasayfa-s > * {
        width: 45%
    }
    
    section .anasayfa-slider .anasayfa-s p {
        font-size: 45px
    }
    
    section .anasayfa-slider .anasayfa-s div {
        margin-right: 0;
        width: 350px;
        height: 306px;
        background-size: cover
    }
    
    section .anasayfa-slider .anasayfa-s span {
        font-size: 17px
    }
    
    section .anasayfa-slider .slick-arrow {
        display: none !important
    }
}

@media (max-width: 794px) {
    section .anasayfa-slider .anasayfa-s {
        padding: 25px 30px 60px
    }
    
    section .anasayfa-slider .anasayfa-s > * {
        width: 100%
    }
    
    section .anasayfa-slider .anasayfa-s p {
        font-size: 35px;
        text-align: center
    }
    
    section .anasayfa-slider .anasayfa-s div {
        margin-right: 0;
        height: 200px;
        background-size: cover;
        right: 50%;
        position: relative;
        transform: translateX(50%);
        margin-bottom: 25px
    }
    
    section .anasayfa-slider .anasayfa-s a {
        position: relative;
        left: 50%;
        transform: translateX(-50%)
    }
    
    section .anasayfa-slider .anasayfa-s span {
        font-size: 12px;
        text-align: center;
        margin: 5px 0 10px
    }
    
    section .hizli-menu {
        width: 376.66px
    }
    
    section .hizli-menu .fiyat {
        margin-right: 0
    }
    
    section .hizli-menu .duyuru {
        margin-left: 0;
        transform: translateX(0)
    }
    
    section .harita .text {
        background-position: center center;
        width: 100%;
        height: 300px;
        display: block
    }
}

@media (max-width: 550px) {
    section .anasayfa-slider .anasayfa-s div {
        width: 100%
    }
    
    section .iconlar .dis:after {
        width: 0
    }
    
    section .markalar .markalar-banner .slick-dots {
        display: none !important
    }
    
    section .markalar a.tumu {
        transform: translateX(50%)
    }
}

@media (max-width: 415px) {
    section .hizli-menu {
        width: 100%
    }
    
    section .hizli-menu .fiyat,
    section .hizli-menu .tanitim,
    section .hizli-menu .duyuru {
        width: 100%
    }
}