﻿.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0 !important;
    max-width: 1170px;
    right: 0 !important;
    cursor: default;
    background: #2d2d2d;
    text-align: center;
    color: #fff;
    font: 18px museo_sans_300regular;
    padding: 0 40px;
    margin: auto;
    z-index: 1
}

    .ui-autocomplete .ui-menu-item {
        padding: 14px 0;
        border-bottom: 1px solid #575757;
        cursor: pointer
    }

        .ui-autocomplete .ui-menu-item:hover {
            color: #0c86f2
        }

#banner .first_seable {
    width: 100%
}

#banner {
    position: relative
}

    #banner .banner_left, #banner .banner_right {
        display: none
    }

@media only screen and (max-width:768px) {
    #banner .banner_left, #banner .banner_right {
        display: block
    }

    #banner .banner_left {
        position: absolute;
        left: 20px;
        z-index: 2;
        top: 25%;
        margin-top: -23.5px
    }

    #banner .banner_right {
        position: absolute;
        right: 20px;
        z-index: 2;
        top: 25%;
        margin-top: -23.5px
    }
}

#banner .item img {
    width: 100%
}

#banner .owl-dots .owl-dot span.owl-numbers, #banner .owl-theme .owl-controls .owl-page span.owl-numbers {
    font-family: museo_sans_100regular;
    background: 0 0;
    border-radius: 0
}

#banner .item figcaption {
    background: rgba(0,82,155,.7);
    top: 0
}

    #banner .item figcaption .caption-container {
        position: relative;
        display: inline-block;
        padding: 40% 0 0 50%
    }

        #banner .item figcaption .caption-container h2 {
            font-family: museo_sans_100regular;
            color: #fff
        }

        #banner .item figcaption .caption-container b {
            font: 14px/18px museo_sans_300regular
        }

            #banner .item figcaption .caption-container b a {
                font-family: museo_sans_700regular
            }

                #banner .item figcaption .caption-container b a:hover {
                    color: #fff
                }

#banner .owl-dots, #banner .owl-pagination {
    left: 17%
}

#banner .owl-dots {
    position: absolute;
    width: auto;
    display: inline-block;
    left: 0;
    text-align: left;
    bottom: 20px
}

@media screen and (min-width:320px) {
    #banner .item figcaption .caption-container {
        padding: 20px 0 0 0;
        text-align: center;
        width: 100%
    }

    #banner .item figcaption {
        position: relative;
        width: 100%;
        height: auto
    }

    #banner .owl-dots, #banner .owl-pagination {
        left: 0;
        right: 0;
        text-align: center
    }

    .page .banner:before {
        width: 320px
    }
}

@media screen and (min-width:768px) {
    #banner .item figcaption .caption-container {
        padding: 25% 0 0 20%;
        text-align: left;
        width: auto
    }

    #banner .owl-dots, #banner .owl-pagination {
        left: 6%;
        right: auto;
        text-align: left
    }

    .page .banner:before {
        width: 320px
    }

    #banner .item figcaption {
        position: absolute;
        width: 35%;
        height: 100%;
        margin: 0;
        padding-bottom: 0
    }

        #banner .item figcaption .caption-container h2 {
            font-size: 25px;
            margin-bottom: 10px
        }
}

@media screen and (min-width:992px) {
    #banner .item figcaption .caption-container {
        padding: 30% 0 0 30%
    }

    #banner .owl-dots, #banner .owl-pagination {
        left: 10%
    }

    #banner .item figcaption .caption-container h2 {
        font-size: 30px;
        margin-bottom: 10px
    }
}

@media screen and (min-width:1200px) {
    #banner .item figcaption .caption-container {
        padding: 25% 3px 0 80px
    }

    #banner .owl-dots, #banner .owl-pagination {
        left: 90px
    }

    #banner .item figcaption .caption-container h2 {
        font-size: 21px;
        margin-bottom: 10px
    }
}

@media screen and (min-width:1400px) {
    #banner .item figcaption .caption-container h2 {
        font-size: 26px
    }
}

#fastlink .links {
    background: #fff
}

#fastlink.opened .links {
    position: relative;
    z-index: 3
}

#fastlink .overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0,0,0,.6);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#fastlink.opened .overlay {
    opacity: 1;
    visibility: visible;
    z-index: 2
}

#fastlink .fast-col {
    border: 1px solid #f0f0f0
}

    #fastlink .fast-col .link, #fastlink .fast-col figure {
        display: inline-block;
        vertical-align: middle
    }

        #fastlink .fast-col .link h3 {
            color: #092c74;
            font-family: museo_sans_700regular
        }

        #fastlink .fast-col .link span {
            color: #4c4c4c;
            font-family: museo_sans_300regular;
            text-decoration: underline
        }

            #fastlink .fast-col .link span:hover {
                color: #efad27
            }

            #fastlink .fast-col .link span:after {
                content: url(/Content/Themes/images/homeleftarrowicon.png);
                position: relative
            }

#fastlink.opened .fast-col .link.randevu span:after {
    content: url(/Content/Themes/images/homeleftarrowdownicon.png)
}

#fastlink.opened .col-sm-4:last-of-type .fast-col {
    background: #092c74;
    border-color: #092c74
}

    #fastlink.opened .col-sm-4:last-of-type .fast-col .link h3, #fastlink.opened .col-sm-4:last-of-type .fast-col .link span {
        color: #fff
    }

#fastlink .appointment {
    display: none;
    position: relative;
    background: #092c74 url(/Content/Themes/images/randevubg.png) no-repeat left bottom;
    -webkit-box-shadow: inset -7px 7px 5px 0 rgba(68,69,69,.39);
    box-shadow: inset -7px 7px 5px 0 rgba(68,69,69,.39);
    height: 0;
    opacity: 0;
    visibility: hidden
}

#fastlink.opened .appointment {
    height: 100%;
    z-index: 3;
    opacity: 1;
    visibility: visible
}

#fastlink .appointment .col-sm-9 .input-group {
    font-family: museo_sans_300regular;
    width: 100%
}

    #fastlink .appointment .col-sm-9 .input-group select {
        position: relative;
        background: url(/Content/Themes/images/appointmentselectarrow.png) no-repeat right center
    }

@media screen and (min-width:320px) {
    #fastlink .fast-col {
        padding: 27px 5px 0;
        text-align: center
    }

        #fastlink .fast-col .link {
            padding-left: 0
        }

            #fastlink .fast-col .link h3 {
                font-size: 13px;
                margin-bottom: 7px;
                margin-top: 10px
            }

            #fastlink .fast-col .link span {
                font-size: 12px
            }

                #fastlink .fast-col .link span:after {
                    margin-left: 10px;
                    margin-top: 3px
                }

    #fastlink .appointment {
        padding-bottom: 30px;
        margin-top: -5px
    }

        #fastlink .appointment figure {
            display: block;
            width: 100%;
            text-align: center
        }

        #fastlink .appointment .col-sm-3 {
            padding: 27px 0 0 0
        }

        #fastlink .appointment .col-sm-9 {
            padding: 18px 0 23px
        }

            #fastlink .appointment .col-sm-9 .input-group select {
                font-size: 13px
            }

            #fastlink .appointment .col-sm-9 .commonbtn {
                float: none;
                width: 100%
            }
}

@media screen and (min-width:768px) {
    #fastlink .fast-col {
        padding: 27px 5px 22px
    }

        #fastlink .fast-col .link {
            padding-left: 25px
        }

            #fastlink .fast-col .link h3 {
                font-size: 15px;
                margin-bottom: 7px;
                margin-top: 0
            }

            #fastlink .fast-col .link span {
                font-size: 14px;
                display: block
            }

                #fastlink .fast-col .link span:after {
                    margin-left: 10px;
                    margin-top: 3px
                }

    #fastlink .appointment {
        padding-bottom: 0;
        margin-top: 0
    }

        #fastlink .appointment figure {
            display: block;
            width: auto;
            text-align: center
        }

        #fastlink .appointment .col-sm-3 {
            padding: 27px 82px 0 0
        }

        #fastlink .appointment .col-sm-9 {
            padding: 18px 0 23px
        }

            #fastlink .appointment .col-sm-9 .input-group select {
                font-size: 12px
            }

            #fastlink .appointment .col-sm-9 .commonbtn {
                float: right;
                width: auto
            }
}

@media screen and (min-width:992px) {
    #fastlink .fast-col {
        padding: 27px 5px 22px
    }

        #fastlink .fast-col .link.formLink {
            padding-left: 0 !important
        }

            #fastlink .fast-col .link.formLink h3 {
                font-size: 16px !important
            }

        #fastlink .fast-col .link {
            padding-left: 25px
        }

            #fastlink .fast-col .link h3 {
                font-size: 22px;
                margin-bottom: 7px
            }

            #fastlink .fast-col .link span {
                font-size: 14px
            }

                #fastlink .fast-col .link span:after {
                    margin-left: 10px;
                    margin-top: 3px
                }

    #fastlink .appointment .col-sm-3 {
        padding: 27px 82px 0 0
    }

    #fastlink .appointment .col-sm-9 {
        padding: 18px 0 23px
    }

        #fastlink .appointment .col-sm-9 .input-group select {
            font-size: 18px
        }
}

#hometab {
    background: #fff
}

    #hometab header {
        background: 0 0;
        z-index: 0
    }

        #hometab header h1 {
            text-align: center;
            color: #5f5f5f;
            font: italic 700 34px museo_sans_300regular
        }

        #hometab header h2 {
            text-align: center;
            color: #0a5499;
            font: 20px museo_sans_700regular;
            border-bottom: 1px solid #f0f0f0;
            padding-bottom: 20px
        }

            #hometab header h2 img {
                margin-right: 10px
            }

            #hometab header h2 span {
                margin-top: 10px;
                display: inline-block;
                vertical-align: middle
            }

    #hometab .col-sm-4 figure img {
        display: block;
        max-width: 100%;
        height: auto
    }

    #hometab .col-sm-4 figure {
        position: relative;
        overflow: hidden;
        height: 205px
    }

    #hometab .infoArea {
        background: url(../../Themes/images/ikincigorus.jpg) no-repeat center center
    }

    #hometab .col-sm-4 figure figcaption {
        position: absolute;
        display: block;
        max-width: 100%;
        bottom: 0;
        padding: 27px 0 22px 19px;
        background: rgba(255,255,255,.9);
        width: 100%;
        overflow: hidden;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

        #hometab .col-sm-4 figure figcaption .left, #hometab .col-sm-4 figure figcaption .right {
            display: table-cell;
            vertical-align: middle
        }

        #hometab .col-sm-4 figure figcaption .left {
            width: 37px
        }

            #hometab .col-sm-4 figure figcaption .left img {
                top: 40px;
                position: absolute;
                opacity: 0
            }

                #hometab .col-sm-4 figure figcaption .left img:first-of-type {
                    opacity: 1
                }

        #hometab .col-sm-4 figure figcaption h4 {
            color: #092c74;
            font: 22px museo_sans_700regular
        }

        #hometab .col-sm-4 figure figcaption p {
            font: 13px/25px museo_sans_500regular;
            color: #fff;
            opacity: 0;
            -webkit-transform: scaleY(0);
            transform: scaleY(0);
            -webkit-transform-origin: top 0;
            transform-origin: top 0;
            height: 0;
            -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out
        }

        #hometab .col-sm-4 figure figcaption a {
            color: #4c4c4c;
            font: 14px museo_sans_700regular;
            text-decoration: underline;
            margin-top: 10px;
            -webkit-transition: none;
            transition: none;
            display: inline-block
        }

            #hometab .col-sm-4 figure figcaption a:after {
                content: url(/Content/Themes/images/homeleftarrowicon.png);
                margin-left: 5px
            }

        #hometab .col-sm-4 figure figcaption:hover {
            background: rgba(9,44,116,.8)

        }

            #hometab .col-sm-4 figure figcaption:hover a, #hometab .col-sm-4 figure figcaption:hover h4 {
                color: #fff
            }

                #hometab .col-sm-4 figure figcaption:hover a:after {
                    content: url(/Content/Themes/images/tabslideinfoarrowicon.png)
                }

            #hometab .col-sm-4 figure figcaption:hover p {
                height: auto;
                opacity: 1;
                visibility: visible;
                -webkit-transform: scaleY(1);
                transform: scaleY(1)
            }

            #hometab .col-sm-4 figure figcaption:hover .left img:first-of-type {
                opacity: 0
            }

            #hometab .col-sm-4 figure figcaption:hover .left img:last-of-type {
                opacity: 1;
                filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(353deg) brightness(102%) contrast(105%);
            }

        #hometab .col-sm-4 figure figcaption .right {
            padding-left: 20px
        }

    #hometab .col-sm-8 .tab li span {
        display: inline-block;
        margin-bottom: 15px
    }

        #hometab .col-sm-8 .tab li span.tabicon {
            cursor: pointer;
            border-bottom: 1px solid #092c74;
            padding-bottom: 7px
        }

    #hometab .col-sm-8 .tab span.choose {
        color: #5e5e5e;
        font: 18px museo_sans_500regular;
        text-align: center;
        padding-left: 5px
    }

    #hometab .col-sm-8 .tabcontainer {
        border: 1px solid #f0f0f0;
        border-top: 0;
        padding: 0 23px 18px
    }

        #hometab .col-sm-8 .tabcontainer .tab, #hometab .col-sm-8 .tabcontainer .tabcontent {
            display: inline-block;
            vertical-align: top
        }

            #hometab .col-sm-8 .tabcontainer .tab ul {
                border: none
            }

                #hometab .col-sm-8 .tabcontainer .tab ul li a {
                    border: none;
                    margin: 0;
                    padding-left: 0;
                    padding-right: 0;
                    opacity: .4;
                    border-bottom: 1px solid transparent;
                    position: relative
                }

                    #hometab .col-sm-8 .tabcontainer .tab ul li a:after {
                        content: '';
                        border-right: 1px solid #092c74;
                        height: 50%;
                        right: 0;
                        top: 0;
                        position: absolute;
                        top: 15px
                    }

                #hometab .col-sm-8 .tabcontainer .tab ul li:last-of-type a:after {
                    display: none
                }

                #hometab .col-sm-8 .tabcontainer .tab ul li a:hover {
                    background: no-repeat;
                    opacity: 1
                }

                #hometab .col-sm-8 .tabcontainer .tab ul li.active a {
                    border-bottom: 1px solid #092c74;
                    opacity: 1
                }

                    #hometab .col-sm-8 .tabcontainer .tab ul li.active a h3 {
                        color: #092c74
                    }

                #hometab .col-sm-8 .tabcontainer .tab ul li a h3 {
                    color: #5e5e5e;
                    font: 13px museo_sans_500regular;
                    margin-top: 10px;
                    margin-left: 5px
                }

@media screen and (min-width:320px) {
    #hometab {
        padding-bottom: 20px
    }

        #hometab header {
            padding: 20px 0 2px
        }

            #hometab header h2 {
                display: block
            }

        #hometab .col-sm-8 .tabcontainer {
            padding: 0 0 18px;
            text-align: center
        }

            #hometab .col-sm-8 .tabcontainer .tab {
                display: block
            }

                #hometab .col-sm-8 .tabcontainer .tab ul {
                    width: 100%
                }

                    #hometab .col-sm-8 .tabcontainer .tab ul li {
                        width: 33%
                    }

                        #hometab .col-sm-8 .tabcontainer .tab ul li a, #hometab .col-sm-8 .tabcontainer .tab ul li.active a {
                            border-bottom: 0
                        }

                            #hometab .col-sm-8 .tabcontainer .tab ul li a h3 {
                                display: block
                            }

                            #hometab .col-sm-8 .tabcontainer .tab ul li a:after {
                                display: block
                            }
}

@media screen and (min-width:768px) {
    #hometab {
        padding-bottom: 40px
    }

        #hometab header {
            padding: 40px 0 35px
        }

            #hometab header h2 {
                display: none
            }

        #hometab .col-sm-8 .tabcontainer {
            padding: 0 23px 18px
        }

            #hometab .col-sm-8 .tabcontainer .tab {
                display: inline-block
            }

                #hometab .col-sm-8 .tabcontainer .tab ul {
                    width: auto
                }

                    #hometab .col-sm-8 .tabcontainer .tab ul li {
                        float: none;
                        width: auto
                    }

                        #hometab .col-sm-8 .tabcontainer .tab ul li a {
                            border-bottom: 1px solid
                        }

                        #hometab .col-sm-8 .tabcontainer .tab ul li.active a {
                            border-bottom: 1px solid #092c74
                        }

                        #hometab .col-sm-8 .tabcontainer .tab ul li a h3 {
                            display: none
                        }

                        #hometab .col-sm-8 .tabcontainer .tab ul li a:after {
                            display: none
                        }
}

#hometab .col-sm-8 .tabcontainer .tabcontent {
    position: relative;
    overflow: hidden
}

    #hometab .col-sm-8 .tabcontainer .tabcontent figure {
        position: relative
    }

    #hometab .col-sm-8 .tabcontainer .tabcontent figcaption {
        position: absolute;
        bottom: 0;
        color: #fff;
        background: rgba(9,44,116,.8);
        text-align: left
    }

        #hometab .col-sm-8 .tabcontainer .tabcontent figcaption h4 {
            font-family: museo_sans_700regular;
            display: inline-block
        }

        #hometab .col-sm-8 .tabcontainer .tabcontent figcaption a {
            font-family: museo_sans_300regular;
            text-decoration: underline;
            float: right;
            margin-right: 0;
            margin-top: 3px
        }

            #hometab .col-sm-8 .tabcontainer .tabcontent figcaption a:hover {
                color: #fff
            }

            #hometab .col-sm-8 .tabcontainer .tabcontent figcaption a:after {
                content: url(/Content/Themes/images/tabslideinfoarrowicon.png);
                margin-left: 5px
            }

    #hometab .col-sm-8 .tabcontainer .tabcontent .tabslider {
        display: none
    }

        #hometab .col-sm-8 .tabcontainer .tabcontent .tabslider.active {
            display: block
        }

        #hometab .col-sm-8 .tabcontainer .tabcontent .tabslider h3 {
            position: absolute;
            bottom: 20px;
            font: 30px museo_sans_700regular;
            color: rgba(9,44,116,1);
            width: 100%;
            text-align: center;
            z-index: 0
        }

#hometab .col-sm-8 .tabcontainer .owl-controls .owl-buttons {
    border-bottom: 1px solid #dbdad7;
    position: relative;
    z-index: 1
}

#hometab .tabcontainer .owl-controls .owl-buttons::after {
    content: '';
    clear: both;
    float: none;
    display: block
}

#hometab .tabcontainer .owl-carousel .owl-nav [class*=owl-], #hometab .tabcontainer .owl-controls .owl-buttons div {
    background: 0 0;
    color: #4c4c4c;
    font: 14px museo_sans_300regular;
    padding: 0 0 10px;
    margin: 28px 0 0
}

#hometab .tabcontainer .owl-carousel .owl-nav .owl-next, #hometab .tabcontainer .owl-controls .owl-buttons .owl-next {
    float: right
}

    #hometab .tabcontainer .owl-carousel .owl-nav .owl-next:after, #hometab .tabcontainer .owl-controls .owl-buttons .owl-next:after {
        content: url(/Content/Themes/images/tabslidersonrakiicon.jpg);
        margin-left: 17px;
        position: relative;
        top: 5px
    }

#hometab .tabcontainer .owl-carousel .owl-nav .owl-prev, #hometab .tabcontainer .owl-controls .owl-buttons .owl-prev {
    float: left
}

    #hometab .tabcontainer .owl-carousel .owl-nav .owl-prev:before, #hometab .tabcontainer .owl-controls .owl-buttons .owl-prev:before {
        content: url(/Content/Themes/images/tabslideroncekiicon.png);
        position: relative;
        top: 5px;
        margin-right: 17px
    }

#hometab .tabcontainer .owl-carousel .owl-nav [class*=owl-] {
    background: 0 0
}

#hometab .tabcontainer .owl-carousel .owl-theme .owl-nav [class*=owl-]:hover {
    color: #4c4c4c
}

#hometab .hastaneservis {
    margin-top: 17px;
    text-align: left
}

    #hometab .hastaneservis figure img {
        float: left;
        margin-right: 30px;
        margin-top: 8px
    }

    #hometab .hastaneservis figure h4 {
        color: #092c74;
        font-family: museo_sans_700regular
    }

    #hometab .hastaneservis figure a {
        color: #4c4c4c;
        font: 14px museo_sans_300regular;
        text-decoration: underline;
        margin-top: 10px;
        display: inline-block
    }

        #hometab .hastaneservis figure a:after {
            content: url(/Content/Themes/images/homeleftarrowicon.png);
            margin-left: 5px
        }

@media screen and (min-width:320px) {
    #hometab .col-sm-8 .tabcontainer .tab {
        padding-right: 0
    }

    #hometab .col-sm-8 .tabcontainer .tabcontent {
        width: 100%;
        height: auto
    }

        #hometab .col-sm-8 .tabcontainer .tabcontent figcaption {
            width: 100%;
            padding: 11px 10px
        }

            #hometab .col-sm-8 .tabcontainer .tabcontent figcaption h4 {
                font-size: 17px
            }

            #hometab .col-sm-8 .tabcontainer .tabcontent figcaption a {
                font-size: 13px
            }

        #hometab .col-sm-8 .tabcontainer .tabcontent .tabslider h3 {
            bottom: 15px;
            font-size: 22px
        }

    #hometab .col-sm-8 .tabcontainer .owl-controls .owl-buttons {
        padding-bottom: 15px
    }

        #hometab .col-sm-8 .tabcontainer .owl-controls .owl-buttons span {
            display: none
        }

    #hometab .hastaneservis figure h4 {
        font-size: 22px
    }

    #hometab .hastaneservis figure a {
        margin: 0 auto;
        text-align: left;
        display: block
    }
}

@media screen and (min-width:768px) {
    #hometab .col-sm-8 .tabcontainer .tab {
        padding-right: 15px
    }

    #hometab .hastaneservis figure a {
        width: 430px;
        float: none;
        margin-top: 10px
    }

    #hometab .col-sm-8 .tabcontainer .tabcontent {
        width: 370px;
        height: auto
    }

        #hometab .col-sm-8 .tabcontainer .tabcontent figcaption {
            width: 370px;
            padding: 11px 10px
        }

            #hometab .col-sm-8 .tabcontainer .tabcontent figcaption h4 {
                font-size: 17px
            }

            #hometab .col-sm-8 .tabcontainer .tabcontent figcaption a {
                font-size: 13px
            }

        #hometab .col-sm-8 .tabcontainer .tabcontent .tabslider h3 {
            bottom: 15px;
            font-size: 22px
        }

    #hometab .col-sm-8 .tabcontainer .owl-controls .owl-buttons {
        padding-bottom: 15px
    }

        #hometab .col-sm-8 .tabcontainer .owl-controls .owl-buttons span {
            display: inline-block
        }

    #hometab .hastaneservis figure h4 {
        font-size: 22px
    }
}

@media screen and (min-width:992px) {
    #hometab .col-sm-8 .tabcontainer .tab {
        padding-right: 30px
    }

    #hometab .col-sm-8 .tabcontainer .tabcontent {
        width: 495px;
        height: 323px
    }

        #hometab .col-sm-8 .tabcontainer .tabcontent figcaption {
            width: 495px;
            padding: 11px 30px
        }

            #hometab .col-sm-8 .tabcontainer .tabcontent figcaption h4 {
                font-size: 20px
            }

            #hometab .col-sm-8 .tabcontainer .tabcontent figcaption a {
                font-size: 14px
            }

        #hometab .col-sm-8 .tabcontainer .tabcontent .tabslider h3 {
            bottom: 20px;
            font-size: 30px
        }

    #hometab .col-sm-8 .tabcontainer .owl-controls .owl-buttons {
        padding-bottom: 25px
    }

    #hometab .hastaneservis figure h4 {
        font-size: 23px
    }
}

#guideandmagazine {
    display: block;
    position: relative;
    background: url(/Content/Themes/images/rehberbg.jpg) no-repeat top center;
    background-size: cover
}

    #guideandmagazine .col-sm-8 .guideslider figure {
        position: relative;
        overflow: hidden
    }

        #guideandmagazine .col-sm-8 .guideslider figure img {
            display: block;
            max-width: 100%;
            height: auto
        }

    #guideandmagazine .col-sm-8 .guideslider figcaption {
        position: absolute;
        bottom: 0;
        color: #fff;
        background: rgba(255,255,255,.8);
        padding: 3px 0;
        max-width: 100%;
        width: 631px
    }

        #guideandmagazine .col-sm-8 .guideslider figcaption h4, #guideandmagazine .col-sm-8 .guideslider figcaption img {
            margin-left: 22px;
            display: inline-block;
            vertical-align: middle
        }

        #guideandmagazine .col-sm-8 .guideslider figcaption h4 {
            font: 12px museo_sans_700regular;
            color: #092c74
        }

        #guideandmagazine .col-sm-8 .guideslider figcaption a {
            font: 14px museo_sans_300regular;
            text-decoration: underline;
            margin-top: 3px;
            color: #4c4c4c;
            float: right;
            margin-right: 28px;
            margin-top: 8px;
            display: inline-block
        }

            #guideandmagazine .col-sm-8 .guideslider figcaption a:after {
                content: url(/Content/Themes/images/homeleftarrowicon.png);
                margin-left: 5px
            }

    #guideandmagazine .owl-carousel .owl-nav, #guideandmagazine .owl-controls .owl-buttons, #haberduyuru .owl-controls .owl-buttons {
        position: absolute;
        top: 50%;
        z-index: 1;
        width: 100%;
        margin-top: -28px;
        height: 0
    }

        #guideandmagazine .owl-carousel .owl-nav::after, #guideandmagazine .owl-controls .owl-buttons::after, #haberduyuru .owl-controls .owl-buttons::after, #hometab .tabcontainer .owl-carousel .owl-nav::after {
            content: '';
            clear: both;
            float: none;
            display: block
        }

        #guideandmagazine .owl-carousel .owl-nav div, #guideandmagazine .owl-controls .owl-buttons div, #haberduyuru .owl-controls .owl-buttons div, #hometab .tabcontainer .owl-carousel .owl-nav div {
            background: #fff;
            font: 14px/0 museo_sans_300regular;
            padding: 18px 11px 14px;
            margin: 0;
            background: #fff;
            border-radius: 0
        }

        #guideandmagazine .owl-carousel .owl-nav .owl-next, #guideandmagazine .owl-controls .owl-buttons .owl-next, #haberduyuru .owl-controls .owl-buttons .owl-next, #hometab .tabcontainer .owl-carousel .owl-nav .owl-next {
            float: right
        }

            #guideandmagazine .owl-carousel .owl-nav .owl-next:after, #guideandmagazine .owl-controls .owl-buttons .owl-next:after, #haberduyuru .owl-controls .owl-buttons .owl-next:after, #hometab .tabcontainer .owl-carousel .owl-nav .owl-next:after {
                content: url(/Content/Themes/images/tabslidersonrakihovericon.png);
                position: relative
            }

        #guideandmagazine .owl-carousel .owl-nav .owl-prev, #guideandmagazine .owl-controls .owl-buttons .owl-prev, #haberduyuru .owl-controls .owl-buttons .owl-prev, #hometab .tabcontainer .owl-carousel .owl-nav .owl-prev {
            float: left
        }

            #guideandmagazine .owl-carousel .owl-nav .owl-prev:before, #guideandmagazine .owl-controls .owl-buttons .owl-prev:before, #haberduyuru .owl-controls .owl-buttons .owl-prev:before, #hometab .tabcontainer .owl-carousel .owl-nav .owl-prev:before {
                content: url(/Content/Themes/images/tabslideroncekihovericon.jpg);
                position: relative
            }

    #guideandmagazine .col-sm-4 > figure h4 {
        font: 22px/26px museo_sans_700regular;
        margin-bottom: 2px;
        margin-top: 15px
    }

    #guideandmagazine .col-sm-4 p {
        font: 13px/26px museo_sans_300regular
    }

    #guideandmagazine .home-media h4 {
        margin-top: 0;
        font: 20px museo_sans_700regular
    }

    #guideandmagazine .home-media a {
        font: 13px museo_sans_300regular;
        display: block;
        text-decoration: underline
    }

        #guideandmagazine .home-media a:hover {
            color: #fff
        }

        #guideandmagazine .home-media a:after {
            content: url(/Content/Themes/images/tabslideinfoarrowicon.png);
            margin-left: 5px
        }

#haberduyuru {
    display: none
}

.detaillist {
    color: #fff;
    font: 14px museo_sans_300regular;
    text-decoration: underline;
    margin-top: 25px;
    float: right
}

    .detaillist:after {
        content: url(/Content/Themes/images/tabslideinfoarrowicon.png);
        margin-left: 5px
    }

.mobileheader {
    display: inline-block
}

    .mobileheader img {
        margin-right: 10px;
        display: inline-block
    }

    .mobileheader figcaption {
        display: inline-block;
        vertical-align: middle;
        color: #fff;
        font: 14px museo_sans_300regular
    }

@media screen and (min-width:320px) {
    .detaillist {
        display: block
    }

    #guideandmagazine {
        padding: 0 0 20px
    }

        #guideandmagazine .home-media {
            margin: 20px auto 10px;
            display: inline-block
        }

            #guideandmagazine .home-media .media-left {
                padding-top: 0
            }

        #guideandmagazine .col-sm-8 .guideslider figcaption h4 {
            margin-left: 10px;
            max-width: 215px
        }

        #guideandmagazine .col-sm-8 .guideslider figcaption img {
            height: 33px;
            width: 31px;
            margin-left: 10px
        }

        #guideandmagazine .home-media .media-left img {
            height: 27px
        }
}

@media screen and (min-width:768px) {
    .detaillist {
        display: none
    }

    #guideandmagazine {
        padding: 0 0 14px
    }

        #guideandmagazine .home-media {
            margin-top: 12px;
            line-height: 26px
        }

            #guideandmagazine .home-media .media-left {
                padding-top: 8px
            }

        #guideandmagazine .col-sm-8 .guideslider figcaption h4 {
            height: auto;
            margin-left: 22px;
            font-size: 16px;
            max-width: 63%
        }

        #guideandmagazine .home-media .media-left img {
            height: auto
        }
}

#videoslidecontainer {
    margin-top: 15px;
    display: block
}

    #videoslidecontainer .col-sm-6 figcaption {
        position: absolute;
        bottom: 0;
        color: #fff;
        background: #fff;
        padding: 3px 0;
        max-width: 100%;
        width: 467px
    }

        #videoslidecontainer .col-sm-6 figcaption a {
            margin: 0 0 !important;
            text-align: center;
            display: block;
            vertical-align: middle;
            font: 23px museo_sans_700regular !important;
            color: #092c74
        }

    #videoslidecontainer .btnPlay {
        display: block;
        position: absolute;
        width: 65px;
        height: 65px;
        background: url(/Content/Themes/images/playicon.png) no-repeat;
        top: 50%;
        left: 0;
        right: 0;
        margin: -33px auto;
        z-index: 1
    }

    #videoslidecontainer .item:before {
        position: absolute;
        content: '';
        top: 0;
        z-index: 1
    }

#card {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #fff
}

    #card .card-media {
        margin-top: 20px;
        display: block
    }

        #card .card-media img {
            position: relative;
            margin-top: 8px
        }

        #card .card-media h4 {
            color: #092c74;
            font: 23px museo_sans_700regular
        }

        #card .card-media a {
            color: #4c4c4c;
            font: 14px museo_sans_300regular;
            text-decoration: underline;
            margin-top: 10px;
            display: inline-block
        }

            #card .card-media a:after {
                content: url(/Content/Themes/images/homeleftarrowicon.png);
                margin-left: 5px
            }

    #card .bayindirdadoganlar {
        background: url(/Content/Themes/images/bebekslidebg.png) no-repeat top center;
        background-size: cover;
        padding: 19px 20px 0
    }

        #card .bayindirdadoganlar .owl-carousel .owl-item .item {
            padding-right: 10px;
            padding-left: 10px
        }

            #card .bayindirdadoganlar .owl-carousel .owl-item .item figure {
                height: 240px;
                overflow: hidden
            }

        #card .bayindirdadoganlar .owl-controls .owl-buttons, #card .bayindirdadoganlar .owl-nav {
            border-bottom: 1px solid #092c74;
            padding-bottom: 24px;
            position: relative;
            z-index: 1
        }

            #card .bayindirdadoganlar .owl-controls .owl-buttons::after, #card .bayindirdadoganlar .owl-nav::after {
                content: '';
                clear: both;
                float: none;
                display: block
            }

            #card .bayindirdadoganlar .owl-controls .owl-buttons div, #card .bayindirdadoganlar .owl-nav div {
                background: 0 0;
                color: #4c4c4c;
                font: 14px museo_sans_300regular;
                padding: 0;
                margin: 18px 0 0;
                opacity: 1
            }

            #card .bayindirdadoganlar .owl-controls .owl-buttons .owl-next, #card .bayindirdadoganlar .owl-nav .owl-next {
                float: right
            }

                #card .bayindirdadoganlar .owl-controls .owl-buttons .owl-next:after, #card .bayindirdadoganlar .owl-nav .owl-next:after {
                    content: url(/Content/Themes/images/tabslidersonrakihovericon.png);
                    margin-left: 17px;
                    position: relative;
                    top: 5px
                }

            #card .bayindirdadoganlar .owl-controls .owl-buttons .owl-prev, #card .bayindirdadoganlar .owl-nav .owl-prev {
                float: left
            }

                #card .bayindirdadoganlar .owl-controls .owl-buttons .owl-prev:before, #card .bayindirdadoganlar .owl-nav .owl-prev:before {
                    content: url(/Content/Themes/images/tabslideroncekihovericon.jpg);
                    position: relative;
                    top: 5px;
                    margin-right: 17px
                }

    #card .col-sm-4 img {
        display: block;
        max-width: 100%;
        height: auto;
        margin: 0 auto
    }

    #card .col-sm-4 figcaption {
        border-bottom: 1px solid #dbdad7
    }

        #card .col-sm-4 figcaption h4 {
            color: #5f5f5f;
            font: 15px/26px museo_sans_700regular
        }

        #card .col-sm-4 figcaption p {
            color: #5f5f5f;
            font: 13px/26px museo_sans_300regular
        }

    #card .col-sm-8 img {
        width: 100%
    }

.allview {
    margin-top: 65px
}

#card .col-sm-8 .allview h4 {
    font: 22px museo_sans_700regular;
    color: #092c74;
    float: left;
    margin-left: 20px;
    margin-top: 10px
}

    #card .col-sm-8 .allview h4:before {
        content: url(/Content/Themes/images/biberon2.png);
        position: relative;
        top: 10px;
        margin-right: 14px
    }

#card .col-sm-8 .allview a {
    font: 14px museo_sans_300regular;
    text-decoration: underline;
    margin-top: 3px;
    color: #4c4c4c;
    float: right;
    margin-right: 28px;
    margin-top: 30px;
    display: inline-block
}

    #card .col-sm-8 .allview a:after {
        content: url(/Content/Themes/images/homeleftarrowicon.png);
        margin-left: 5px
    }

@media screen and (min-width:320px) {
    #card {
        padding-bottom: 20px
    }

        #card .col-sm-4 figcaption {
            padding: 10px 0
        }

        #card .card-media {
            float: right;
            margin-top: 5px
        }

        #card .mobileheader {
            margin-bottom: 10px
        }

            #card .mobileheader figcaption {
                border: none;
                display: inline-block;
                padding: 0
            }

            #card .mobileheader img {
                display: inline-block
            }

            #card .mobileheader figcaption h4 {
                color: #092c74;
                font-size: 22px
            }
}

@media screen and (min-width:768px) {
    #card {
        padding-bottom: 30px
    }

        #card .card-media {
            float: none;
            margin-top: 20px
        }

        #card .col-sm-4 figcaption {
            padding: 20px 0 35px
        }
}

.other_sites {
    color: #092c74;
    padding: 20px 0
}

    .other_sites h3 {
        font: 27px museo_sans_700regular;
        margin-bottom: 5px
    }

        .other_sites h3 .txt {
            position: relative;
            display: inline-block
        }

    .other_sites ul {
        padding: 0;
        margin-top: 20px
    }

        .other_sites ul li {
            display: block;
            margin-right: 15px
        }

            .other_sites ul li img {
                display: inline-block
            }

            .other_sites ul li .txt {
                display: inline-block;
                padding-left: 5px;
                position: relative;
                top: 5px
            }

    .other_sites li a {
        font: 22px museo_sans_500regular;
        display: block;
        color: #092c74;
        text-decoration: none
    }

        .other_sites li a:hover {
            color: #5f5f5f
        }

#importantcenter {
    position: relative;
    display: block;
    width: 100%;
    background: url(/Content/Themes/images/importantcenterbg.jpg) no-repeat top center;
    background-size: cover
}

    #importantcenter header {
        background: 0 0;
        font-family: museo_sans_300regular;
        color: #092c74;
        text-align: center;
        z-index: 0
    }

    #importantcenter .centerslider {
        margin-top: 13px
    }

        #importantcenter .centerslider figure {
            position: relative
        }

            #importantcenter .centerslider figure figcaption {
                position: absolute;
                bottom: 0;
                color: #fff;
                background: rgba(255,255,255,.8);
                padding: 33px 0 22px;
                max-width: 100%;
                width: 100%
            }

    #importantcenter .owl-carousel .owl-item .item {
        padding-right: 13px;
        padding-left: 13px
    }

    #importantcenter .owl-carousel .owl-item img {
        width: 100%
    }

    #importantcenter .owl-controls .owl-buttons {
        position: absolute;
        top: 50%;
        margin-top: -9px;
        width: 100%
    }

        #importantcenter .owl-controls .owl-buttons::after {
            content: '';
            clear: both;
            float: none;
            display: block
        }

        #importantcenter .owl-controls .owl-buttons div {
            background: 0 0;
            color: #4c4c4c;
            font: 14px museo_sans_300regular;
            padding: 0;
            margin: 0
        }

        #importantcenter .owl-controls .owl-buttons .owl-next {
            float: right;
            position: relative
        }

            #importantcenter .owl-controls .owl-buttons .owl-next:after {
                content: url(/Content/Themes/images/tabslidersonrakihovericon.png);
                margin-left: 17px;
                position: relative;
                top: 5px
            }

        #importantcenter .owl-controls .owl-buttons .owl-prev {
            float: left;
            position: relative
        }

            #importantcenter .owl-controls .owl-buttons .owl-prev:before {
                content: url(/Content/Themes/images/tabslideroncekihovericon.jpg);
                position: relative;
                top: 5px;
                margin-right: 17px
            }

    #importantcenter .center-media .media-left {
        padding-left: 20px;
        padding-right: 18px
    }

    #importantcenter .center-media img {
        float: left;
        margin-top: 8px;
        width: auto !important
    }

    #importantcenter .center-media h4 {
        color: #092c74;
        font: 20px museo_sans_700regular
    }

        #importantcenter .center-media h4:before {
            position: relative;
            margin-right: 14px
        }

    #importantcenter .center-media a {
        font: 14px museo_sans_300regular;
        text-decoration: underline;
        color: #4c4c4c;
        margin-top: 10px;
        display: inline-block
    }

        #importantcenter .center-media a:after {
            content: url(/Content/Themes/images/homeleftarrowicon.png);
            margin-left: 5px
        }

@media screen and (min-width:320px) {
    #importantcenter {
        padding: 25px 0
    }

        #importantcenter header {
            font-family: museo_sans_700regular;
            line-height: 22px
        }

            #importantcenter header h4 {
                font-size: 22px
            }

            #importantcenter header h5 {
                font-size: 19px
            }

        #importantcenter .owl-controls .owl-buttons .owl-next {
            right: 0
        }

        #importantcenter .owl-controls .owl-buttons .owl-prev {
            left: 0
        }
}

@media screen and (min-width:768px) {
    #importantcenter {
        padding: 45px 0
    }

        #importantcenter header {
            font-family: museo_sans_300regular;
            line-height: 32px
        }

            #importantcenter header h4 {
                font-size: 30px
            }

            #importantcenter header h5 {
                font-size: 22px
            }

        #importantcenter .owl-controls .owl-buttons .owl-next {
            right: -20px
        }

        #importantcenter .owl-controls .owl-buttons .owl-prev {
            left: -20px
        }
}

#feedback {
    background: #fff
}

    #feedback header {
        background: 0 0;
        color: #092c74;
        text-align: center;
        z-index: 0
    }

    #feedback .input-group {
        width: 100%
    }

        #feedback .input-group input[type=text] {
            background: 0 0;
            height: 50px;
            border: none;
            font: 18px museo_sans_300regular;
            color: #092c74;
            outline: 0;
            border-bottom: 1px solid
        }

            #feedback .input-group input[type=text]:-moz-placeholder {
                color: rgba(0,82,155,.5)
            }

            #feedback .input-group input[type=text]:-ms-input-placeholder {
                color: rgba(0,82,155,.5)
            }

            #feedback .input-group input[type=text]::-moz-placeholder {
                color: rgba(0,82,155,.5)
            }

            #feedback .input-group input[type=text]::-webkit-input-placeholder {
                color: rgba(0,82,155,.5)
            }

    #feedback .commonbtn {
        background: #092c74;
        padding: 16px 52px 18px 15px;
        border: 1px solid transparent;
        margin-top: 19px
    }

        #feedback .commonbtn:before {
            content: url(/Content/Themes/images/feedbacksendicon.png);
            position: relative;
            top: 3px;
            margin-right: 30px
        }

        #feedback .commonbtn:hover {
            color: #092c74;
            background: 0 0;
            border: 1px solid #092c74
        }

    #feedback .checkbox {
        font: 12px museo_sans_500regular;
        text-align: left;
        color: #4c4c4c;
        width: auto;
        display: inline-block
    }

    #feedback .input-group input[type=checkbox] {
        font-size: 11px;
        width: 11px;
        height: 11px;
        margin: 0 9px 0 0;
        padding-left: 35px;
        position: relative;
        opacity: 1;
        z-index: 1;
        opacity: 0
    }

        #feedback .input-group input[type=checkbox] + label {
            position: absolute;
            width: 11px;
            height: 11px;
            display: block;
            padding: 0;
            min-height: 11px;
            top: 2px;
            border: 1px solid #ccc
        }

        #feedback .input-group input[type=checkbox]:checked + label {
            background: #092c74 url(../images/tik.jpg) center center;
            border: none
        }

@media screen and (min-width:320px) {
    #feedback {
        padding: 25px 15px 5px;
        text-align: center
    }

        #feedback header {
            font: 22px/32px museo_sans_700regular;
            margin-bottom: 27px
        }

        #feedback .input-group input[type=text] {
            text-align: center
        }

        #feedback .commonbtn {
            width: 100%
        }
}

@media screen and (min-width:768px) {
    #feedback {
        padding-bottom: 40px;
        text-align: left
    }

        #feedback header {
            font: 30px/32px museo_sans_300regular;
            margin-bottom: 27px
        }

        #feedback .input-group input[type=text] {
            text-align: left
        }

        #feedback .commonbtn {
            width: auto
        }
}

#haberduyuru .divider {
    border-bottom: 1px solid #fff;
    margin-top: 30px;
    margin-bottom: 10px
}

#haberduyuru .haberduyuru {
    margin-top: 23px
}

#haberduyuru .item {
    margin: 0 55px;
    display: block;
    color: #fff
}

#haberduyuru h4 {
    font: 18px museo_sans_700regular
}

#haberduyuru p {
    font: 13px/26px museo_sans_300regular
}

#etkinlik {
    background: #082b4e;
    padding: 25px 10px;
    margin-top: 20px
}

    #etkinlik #datepicker {
        max-width: 296px;
        margin: auto
    }

    #etkinlik .icerik .owl-carousel {
        padding-right: 100px
    }

    #etkinlik .icerik h4 {
        font: 22px museo_sans_700regular
    }

    #etkinlik .icerik h5 {
        font: 18px museo_sans_300regular;
        margin-top: 6px
    }

    #etkinlik .icerik h6 {
        font: 18px museo_sans_700regular
    }

    #etkinlik .icerik p {
        font: 13px/26px museo_sans_300regular
    }

    #etkinlik a.item:hover {
        opacity: 1;
        color: #fff
    }

    #etkinlik .owl-controls .owl-buttons .owl-prev {
        position: absolute
    }

    #etkinlik .owl-controls .owl-buttons .owl-prev {
        right: 40px
    }

    #etkinlik #datepicker .ui-datepicker-calendar thead, #etkinlik #datepicker .ui-datepicker-title, #etkinlik #datepicker div.ui-datepicker-header a.ui-datepicker-next, #etkinlik #datepicker div.ui-datepicker-header a.ui-datepicker-prev {
        display: none !important
    }

    #etkinlik .ui-datepicker th, .ui-datepicker td {
        border: 10px solid #082b4e
    }

    #etkinlik .all {
        font: 13px museo_sans_300regular;
        display: block;
        text-decoration: underline;
        margin-top: 17px
    }

        #etkinlik .all:hover {
            color: #fff
        }

        #etkinlik .all:after {
            content: url(/Content/Themes/images/tabslideinfoarrowicon.png);
            margin-left: 5px
        }

@media screen and (min-width:320px) {
    #etkinlik .icerik {
        margin-top: 30px
    }
}

@media screen and (min-width:768px) {
    #etkinlik .icerik {
        margin-top: 0
    }
}

#banner #slider a:hover {
    text-decoration: none;
    color: #fff
}

@media screen and (max-width:768px) {
    #banner .item figcaption .caption-container b, #banner .item figcaption .caption-container h2, #banner .item figcaption .caption-container p {
        font-size: 13px;
        margin-bottom: 10px
    }

        #banner .item figcaption .caption-container p br {
            display: none
        }

    #slider.owl-carousel .owl-wrapper {
        background-color: #02549c
    }

    #slider.owl-theme .owl-controls {
        background-color: #01539b
    }

    #banner .owl-dots, #banner .owl-pagination {
        bottom: 0;
        position: relative
    }

    #banner #slider {
        background-color: #01539b
    }

    #banner .owl-dots {
        background-color: #01539b;
        width: 100%
    }

        #banner .owl-dots .owl-dot span.owl-numbers, #banner .owl-theme .owl-controls .owl-page span.owl-numbers {
            padding: 2px 10px 5px;
            font-size: 16px;
            margin-bottom: 10px
        }

    #fastlink .fast-col {
        min-height: 182px
    }

        #fastlink .fast-col .link span:after {
            display: none
        }

    #guideandmagazine .col-sm-8 .guideslider figcaption {
        padding: 5px 0
    }
}







.home-media-text {
    height: 170px;
}

.card-media-link-text {
    font-size: 20px !important;
}

#card .col-sm-4 img {
    max-height: 157px;
}


@media screen and (max-width:768px) {
    .online_doktor_div {
        margin-top: 90px;
    }
}

@media screen and (max-width:990px) {
    .card-media-link-text h4 {
        color: #092c74;
        font: 23px museo_sans_700regular;
    }
}
